@charset "UTF-8";
/*
Theme Name: wp-maruo
Author:wp-maruo
Description:wp-maruo
Version: 1.01
License: wp-maruo
Text Domain: wp-maruo
Tested up to: 6.9
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-maruo

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

  ■メディアクエリ

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

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

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

ローディング
fukidashi3
=====================================*/
.orange {
  color: #d66400;
}

/*基本*/
#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: #fff;
}
.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: #2c271e;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
  background-image: url(images/pattern.jpg);
  letter-spacing: 0.05em;
  background-repeat: repeat;
}
@media screen and (max-width: 1056px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  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;
  }
}

.nav__wrap {
  background-image: url(images/pattern.jpg);
  background-repeat: repeat;
}

.header__inner {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 20;
  letter-spacing: 0;
  width: 100%;
  margin: auto;
  padding-right: 40px;
  padding-top: 30px;
  /*ロゴ*/
  /*電話番号*/
  /*お問い合わせ*/
  /*グローバルメニューの親*/
}
@media screen and (max-width: 1300px) {
  .header__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    padding: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner {
    top: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    border-radius: 0;
    position: fixed;
  }
}
@media screen and (max-width: 991px) {
  .header__inner {
    background-image: url(images/pattern.jpg);
    background-repeat: repeat;
  }
}
@media screen and (max-width: 480px) {
  .header__inner {
    padding: 10px 0px;
  }
}
.header__inner .logoblock {
  width: 100%;
  order: 1;
  max-width: 410px;
  margin-right: 170px;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .header__inner .logoblock {
    max-width: 350px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner .logoblock {
    max-width: 300px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .logoblock {
    max-width: 240px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock {
    max-width: 205px;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .logoblock {
    margin-right: auto;
    margin-left: auto;
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .header__inner .logoblock {
    max-width: 200px;
  }
}
.header__inner .instagram {
  display: block;
  order: 2;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .header__inner .instagram {
    display: none;
  }
}
.header__inner .header__tel {
  order: 3;
  line-height: 1;
  margin-right: 20px;
  text-align: right;
  font-size: 15px;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel {
    display: block;
    background: #fff;
    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 p {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.header__inner .header__contact2 {
  order: 4;
  margin-left: 14px;
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact2 {
    display: none;
    margin-left: 0;
  }
}
.header__inner .header__contact2 a {
  display: block;
  width: 210px;
  text-align: center;
  color: #fff;
  background-color: #e3873d;
  border-radius: 10px;
  line-height: 1;
  padding: 15px 10px 15px 24px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .header__inner .header__contact2 a {
    font-size: 15px;
    width: 180px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a {
    padding-left: 12px;
  }
}
.header__inner .header__contact2 a .span1 {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a .span1 {
    padding-left: 22px;
  }
}
@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: 5px;
  left: -18px;
}
@media screen and (max-width: 1700px) {
  .header__inner .header__contact2 a .span1 img {
    top: 0px;
    left: -15px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact2 a .span1 img {
    top: 4px;
    max-width: 22px;
    left: -10px;
  }
}
.header__inner .header__contact2 a .span1 .mail1 {
  transition: 0.8s;
  opacity: 1;
}
.header__inner .header__contact2 a .span1 .mail2 {
  opacity: 0;
  transition: 0.8s;
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact2 a .span1 .txt {
    display: none;
  }
}
.header__inner .header__contact2 a:hover {
  background-color: #d96d16;
  color: #fff;
}
.header__inner .header__contact {
  order: 4;
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact {
    display: none;
  }
}
.header__inner .header__contact a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin-left: 15px;
  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%;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__contact a {
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact a img {
    margin-right: 0;
  }
}
.header__inner .header__menu {
  order: 3;
  width: 100%;
  max-width: 1220px;
}
@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 {
    max-width: 860px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__menu {
    max-width: 740px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__menu {
    max-width: none;
    background-color: #fff;
  }
}

.logo2 {
  display: none;
}

.navbar {
  position: static;
  max-width: 1140px;
  margin: auto;
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .navbar {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: top;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    margin-top: 40px;
  }
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: none;
  z-index: 1000;
}
.menu_fixed .header__inner {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .menu_fixed .header__inner {
    display: block;
  }
}
.menu_fixed .header__inner .navbar-nav.nav > li > a {
  color: #504434;
  padding-top: 20px;
}
.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: #a78468;
  border-color: #a78468;
}
.menu_fixed .header__inner .navbar-nav.nav > li.active a {
  color: #a78468;
  border-color: #a78468;
}
.menu_fixed .header__inner .navbar-nav.nav > li.active a::before {
  background-color: #a78468;
}
.menu_fixed .header__inner .navbar-nav.nav > li > .dropdown-menu.active a {
  color: #fff;
}
.menu_fixed .header__inner .navbar-nav .navi_h::after {
  display: none;
}
.menu_fixed .navbar-nav.nav > .navi_h::after {
  display: none;
}
.menu_fixed .navbar-nav.nav > li > a {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .menu_fixed .navbar-nav.nav > li > a {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .menu_fixed .navbar-nav.nav > li > a {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .menu_fixed .navbar-nav.nav > li > a {
    padding: 10px;
  }
}
.menu_fixed .navbar-nav.nav > li > a .caret::before {
  background-image: url(images/careticon.png);
  bottom: 42%;
}
@media screen and (max-width: 1600px) {
  .menu_fixed .navbar-nav.nav > li > a .caret::before {
    bottom: 35%;
  }
}
.menu_fixed .navbar {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .menu_fixed .navbar {
    margin-top: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .menu_fixed .navbar {
    margin-top: 0;
  }
}

.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: 991px) {
  .navbar-header {
    float: none !important;
  }
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*グローバルナビ*/
.navbar-nav {
  margin: 0px -15px;
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    max-width: none;
    margin: 0px;
    max-width: 100%;
    display: block;
    padding: 0 14px 30px;
    margin-top: 60px;
    background-image: url(images/pattern.jpg);
    background-repeat: repeat;
    max-height: calc(100vh - 113px);
    overflow: auto;
  }
}
@media screen and (max-width: 480px) {
  .navbar-nav {
    margin-top: 56px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    float: none;
    margin: 0;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav.nav > li {
    text-align: center;
    position: relative;
    flex-basis: auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li {
    border-bottom: 1px solid #ccc;
  }
}
.navbar-nav.nav > li.active > a {
  position: relative;
  text-decoration: none;
  opacity: 1;
  color: #a78468;
}
.navbar-nav.nav > li.active > a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: #a78468;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.active > a::before {
    height: 2px;
    display: none;
  }
}
.navbar-nav.nav > li.menu-item-has-children a {
  position: relative;
  padding-right: 10px;
}
.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;
}
.navbar-nav.nav > li > a {
  position: relative;
  display: block;
  padding: 44px 5px 25px;
  line-height: 1.4;
  height: 100%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .navbar-nav.nav > li > a {
    font-size: 14px;
    padding: 34px 5px 20px;
  }
}
@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;
    padding: 34px 5px 10px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a {
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 10px;
    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: 991px) {
  .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;
  background-color: #a78468;
}
@media screen and (max-width: 991px) {
  .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: 13px;
  height: 6px;
  bottom: 35%;
  margin: auto;
  right: 0;
  background-image: url(images/careticon.png);
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a .caret::before {
    bottom: 25%;
  }
}
.navbar-nav.nav > .navi_h {
  position: relative;
  z-index: 0;
}
.navbar-nav.nav > .navi_h::after {
  position: absolute;
  width: 41px;
  height: 41px;
  background-image: url(images/head_non1.png);
  content: "";
  right: 0;
  left: 0;
  margin: auto;
  top: -10px;
  transition: 0.8s;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > .navi_h::after {
    display: none;
  }
}
.navbar-nav.nav > .navi_h:hover::after, .navbar-nav.nav > .navi_h:focus::after {
  transition: 0.8s;
  background-image: url(images/head_on1.png);
}
.navbar-nav.nav > .navi_h.active::after {
  background-image: url(images/head_on1.png);
}
.navbar-nav.nav > .navi_2::after {
  background-image: url(images/head_non2.png);
}
.navbar-nav.nav > .navi_2:hover::after, .navbar-nav.nav > .navi_2:focus::after {
  background-image: url(images/head_on2.png);
}
.navbar-nav.nav > .navi_2.active::after {
  background-image: url(images/head_on2.png);
}
.navbar-nav.nav > .navi_3::after {
  background-image: url(images/head_non3.png);
}
.navbar-nav.nav > .navi_3:hover::after, .navbar-nav.nav > .navi_3:focus::after {
  background-image: url(images/head_on3.png);
}
.navbar-nav.nav > .navi_3.active::after {
  background-image: url(images/head_on3.png);
}
.navbar-nav.nav > .navi_4::after {
  background-image: url(images/head_non4.png);
}
.navbar-nav.nav > .navi_4:hover::after, .navbar-nav.nav > .navi_4:focus::after {
  background-image: url(images/head_on4.png);
}
.navbar-nav.nav > .navi_4.active::after {
  background-image: url(images/head_on4.png);
}
.navbar-nav.nav > .navi_5::after {
  background-image: url(images/head_non5.png);
}
.navbar-nav.nav > .navi_5:hover::after, .navbar-nav.nav > .navi_5:focus::after {
  background-image: url(images/head_on5.png);
}
.navbar-nav.nav > .navi_5.active::after {
  background-image: url(images/head_on5.png);
}
.navbar-nav.nav > .navi_6::after {
  background-image: url(images/head_non6.png);
}
.navbar-nav.nav > .navi_6:hover::after, .navbar-nav.nav > .navi_6:focus::after {
  background-image: url(images/head_on6.png);
}
.navbar-nav.nav > .navi_6.active::after {
  background-image: url(images/head_on6.png);
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav .heightmenu a {
    padding: 14px 5px;
  }
}

.navbar-nav.nav > .login.active > a::before {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .navbar-nav.nav > .login > a:hover::before, .navbar-nav.nav > .login > a:focus::before {
    height: 2px;
    display: none;
  }
}
.navbar-nav.nav > .login > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  width: 17px;
  height: 22px;
  background-size: contain;
  background-image: url(images/lock.png);
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > .login > a::after {
    right: 30px;
  }
}

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

/*ドロップダウンメニュー*/
.dropdown-menu {
  box-shadow: none !important;
  background-color: transparent;
  left: 50%;
  right: auto;
  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: 991px) {
  .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: 991px) {
  .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 #b89408;
  }
}
.dropdown-menu > li > a {
  padding-right: auto !important;
  text-align: left;
  background-color: #efcd46;
  font-weight: 700 !important;
}
@media screen and (max-width: 991px) {
  .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: 992px) {
  .dropdown-menu > li > a {
    padding: 10px 15px !important;
    text-decoration: none;
  }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  opacity: 1;
  background-color: #e2a20a;
  color: #fff;
}
.dropdown-menu > .active > a {
  background-color: #e2a20a;
}
.dropdown-menu > .active > a:hover {
  background-color: #e2a20a;
}

.children_top a {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 991px) {
  .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: 991px) {
  .children_bottom a {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #ddd;
  }
}

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

/*toggleボタン*/
.navbar-toggle {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  float: none;
  height: 22px;
  width: 38px;
  padding: 0px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .navbar-toggle {
    display: none !important;
  }
}
.navbar-toggle .navbar-toggle-inner {
  position: relative;
  height: 22px;
  width: 38px;
}
.navbar-toggle .navbar-toggle-inner .icon-bar {
  background-color: #2c271e;
}
.navbar-toggle .navbar-toggle-inner .icon-bar:nth-of-type(2) {
  display: none;
}
.navbar-toggle .navbar-toggle-inner .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 .navbar-toggle-inner .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 .navbar-toggle-inner .sr-only {
  display: none;
}
.navbar-toggle.collapsed .navbar-toggle-inner .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 .navbar-toggle-inner .icon-bar:nth-of-type(3) {
  transform: rotate(0deg);
  position: static;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.navbar-toggle.collapsed .navbar-toggle-inner .icon-bar:last-child {
  transform: rotate(0deg);
  position: static;
  margin-bottom: 6px;
  transition: all 0.3s;
}

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

.side_linkbox {
  background-color: #efcd46;
  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: 992px) {
  .side_linkbox {
    display: none !important;
  }
}
.side_linkbox .sidebtn {
  text-align: center;
  display: block;
  padding: 10px 5px;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .side_linkbox .sidebtn {
    min-height: 62px;
    width: 25%;
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 5px 5px;
  }
}
.side_linkbox .sidebtn .imgb {
  min-height: 24px;
  margin-bottom: 7px;
  max-height: 24px;
}
.side_linkbox .sidebtn img {
  max-width: 19px;
}
.side_linkbox .sidebtn span {
  display: block;
}
.side_linkbox .side_1 {
  position: relative;
}
.side_linkbox .side_1 .header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side_linkbox .side_1 .header__menu .navbar {
  height: 100%;
}
.side_linkbox .side_1 .header__menu .navbar .navbar-header {
  height: 100%;
}
.side_linkbox .side_1 .header__menu .navbar .navbar-header .navbar-toggle {
  width: 100%;
  height: 100%;
  margin: 0;
}
.side_linkbox .side_1 .header__menu .navbar .navbar-header .navbar-toggle .navbar-toggle-inner {
  display: block;
  margin: 0 auto 15px;
}
.side_linkbox .side_1 > span {
  display: block;
  margin-top: 30px;
}
.side_linkbox .side_2 .imgb {
  margin-bottom: 3px;
  margin-top: 3px;
}
.side_linkbox .side_3 .imgb {
  margin-bottom: 3px;
  margin-top: 3px;
}
.side_linkbox .side_3 img {
  max-width: 24px;
}
.side_linkbox .side_4 .imgb {
  margin-bottom: 3px;
  margin-top: 3px;
}
.side_linkbox .side_4 img {
  max-width: 24px;
}

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

  ■トップページ

=====================================*/
.f_linkline {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .f_linkline {
    flex-wrap: wrap;
  }
}
.f_linkline .linebox {
  display: block;
  color: #fff;
  width: calc(30% - 20px);
  text-align: center;
  border-radius: 30px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .f_linkline .linebox {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .f_linkline .linebox {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    padding: 5px;
  }
}
.f_linkline .linebox:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.f_linkline .linebox .chev {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .f_linkline .linebox .chev {
    right: 25px;
    bottom: 25px;
    max-width: 30px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox .chev {
    position: static;
    margin-top: 20px;
  }
}
.f_linkline .linebox .dottedline {
  border-radius: 30px;
  padding: 110px 30px;
  border: 2px dotted rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1300px) {
  .f_linkline .linebox .dottedline {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .f_linkline .linebox .dottedline {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox .dottedline {
    padding: 15px 10px;
  }
}
.f_linkline .linebox .dottedline .intitlebox {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .f_linkline .linebox .dottedline .intitlebox .imgb {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox .dottedline .intitlebox .imgb {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .f_linkline .linebox .dottedline .intitlebox .imgb img {
    max-width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox .dottedline .intitlebox .imgb img {
    max-width: 32px;
  }
}
.f_linkline .linebox .dottedline .intitlebox .intitle {
  height: 80px;
  margin-top: 20px;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .f_linkline .linebox .dottedline .intitlebox .intitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .f_linkline .linebox .dottedline .intitlebox .intitle {
    font-size: 23px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox .dottedline .intitlebox .intitle {
    font-size: 15px;
    margin-top: 10px;
  }
}
.f_linkline .linebox .dottedline .intitlebox .intitle span {
  font-size: 21px;
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .f_linkline .linebox .dottedline .intitlebox .intitle span {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .f_linkline .linebox .dottedline .intitlebox .intitle span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox .dottedline .intitlebox .intitle span {
    font-size: 10px;
  }
}
.f_linkline .linebox1 {
  background-color: #7a9b72;
}
.f_linkline .linebox2 {
  background-color: #979b72;
}
.f_linkline .linebox3 {
  display: block;
  background-color: #fff;
  width: calc(40% - 20px);
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .f_linkline .linebox3 {
    width: 100%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .f_linkline .linebox3 {
    margin-top: 0;
  }
}
.f_linkline .linebox3 .timeline {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .f_linkline .linebox3 .timeline {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .f_linkline .linebox3 .timeline {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .f_linkline .linebox3 .timeline {
    margin-bottom: 20px;
    max-width: 408px;
    margin-right: auto;
    margin-left: auto;
  }
}
.f_linkline .linebox3 .timeline iframe {
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .f_linkline .linebox3 .timeline iframe {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .f_linkline .linebox3 .timeline iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox3 .timeline iframe {
    width: 100%;
  }
}
.f_linkline .linebox3 .intitlebox {
  background-color: #728b9b;
  border-radius: 30px 30px 0 0;
  color: #fff;
  padding: 10px;
}
.f_linkline .linebox3 .intitlebox .dottedline {
  border: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 30px 30px 0 0;
}
.f_linkline .linebox3 .intitlebox .dottedline .intitle2 {
  font-size: 30px;
  padding: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .f_linkline .linebox3 .intitlebox .dottedline .intitle2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1300px) {
  .f_linkline .linebox3 .intitlebox .dottedline .intitle2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .f_linkline .linebox3 .intitlebox .dottedline .intitle2 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1700px) {
  .f_linkline .linebox3 .intitlebox .dottedline .intitle2 span {
    display: block;
  }
}

.shadowone {
  position: relative;
  display: block;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 160px;
  border-radius: 30px;
  color: #fff;
  background-image: url(images/footer_greet.jpg);
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .shadowone {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .shadowone {
    background-position: center;
    margin-bottom: 50px;
  }
}
.shadowone:hover {
  color: #fff;
  opacity: 0.8;
}
.shadowone .chev {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shadowone .chev {
    right: 25px;
    bottom: 25px;
    max-width: 32px;
  }
}
.shadowone .dottedline {
  border-radius: 30px;
  border: 2px dotted rgba(255, 255, 255, 0.5);
  padding: 80px;
}
@media screen and (max-width: 1199px) {
  .shadowone .dottedline {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shadowone .dottedline {
    padding: 40px;
  }
}
.shadowone .dottedline .intitle {
  margin-bottom: 20px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shadowone .dottedline .intitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 480px) {
  .shadowone .dottedline .intitle {
    font-size: 21px;
    letter-spacing: 0;
  }
}
.shadowone .dottedline .intitle span {
  border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
  .mainflex_box .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.mainflex_box .centertext {
  font-size: 18px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .mainflex_box .centertext {
    font-size: 15px;
    text-align: center;
  }
}
.mainflex_box .main_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  max-width: 1820px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .mainflex_box .main_flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mainflex_box .main_flex {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.mainflex_box .main_flex .textbox {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .mainflex_box .main_flex .textbox {
    width: 100%;
    margin-top: 30px;
  }
}
.mainflex_box .main_flex .textbox .hoverimg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .mainflex_box .main_flex .textbox .hoverimg {
    max-width: 140px;
  }
}
.mainflex_box .main_flex .textbox .maintitle {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .mainflex_box .main_flex .textbox .maintitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .mainflex_box .main_flex .textbox .maintitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mainflex_box .main_flex .textbox .maintitle {
    font-size: 24px;
  }
}
.mainflex_box .main_flex .textbox .subtitle {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1700px) {
  .mainflex_box .main_flex .textbox .subtitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .mainflex_box .main_flex .textbox .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainflex_box .main_flex .textbox .subtitle {
    font-size: 16px;
  }
}
.mainflex_box .main_flex .leftside {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainflex_box .main_flex .leftside {
    width: 100%;
    position: relative;
  }
}
.mainflex_box .main_flex .leftside .longtext {
  max-width: 190px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .mainflex_box .main_flex .leftside .longtext {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mainflex_box .main_flex .leftside .illustbox {
    position: absolute;
    right: -50px;
    top: -11px;
    max-width: 135px;
    z-index: -1;
    display: none;
  }
}

.yellowside {
  padding: 0 30px;
  margin-top: 290px;
}
@media screen and (max-width: 1199px) {
  .yellowside {
    margin-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  .yellowside {
    margin-top: 190px;
  }
}

.yellowbox {
  position: relative;
  width: 100%;
  border-radius: 90px;
  padding: 70px 70px 130px;
  max-width: 1730px;
  margin: auto;
  background-image: url(images/pattern1.jpg);
  background-repeat: repeat;
}
@media screen and (max-width: 1600px) {
  .yellowbox {
    padding: 70px 50px 100px;
  }
}
@media screen and (max-width: 991px) {
  .yellowbox {
    padding: 70px 40px 100px;
  }
}
@media screen and (max-width: 767px) {
  .yellowbox {
    padding: 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 480px) {
  .yellowbox {
    padding: 22px;
    border-radius: 30px;
  }
}
.yellowbox .container {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 1601px) {
  .yellowbox .container {
    width: 1420px;
  }
}
.yellowbox .three_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yellowbox .three_flex .inblock {
  position: relative;
  display: block;
  margin-top: 50px;
  width: calc(33% - 25px);
}
@media screen and (max-width: 1600px) {
  .yellowbox .three_flex .inblock {
    width: calc(33% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .yellowbox .three_flex .inblock {
    margin-top: 40px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .yellowbox .three_flex .inblock {
    margin-top: 30px;
    width: 100%;
  }
}
.yellowbox .three_flex .inblock .floattext {
  position: absolute;
  bottom: -50px;
  left: -20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 2.5;
}
@media screen and (max-width: 1600px) {
  .yellowbox .three_flex .inblock .floattext {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .yellowbox .three_flex .inblock .floattext {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .yellowbox .three_flex .inblock .floattext {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .yellowbox .three_flex .inblock .floattext {
    position: static;
    line-height: 1.5;
    margin-top: 14px;
    letter-spacing: 0;
  }
}
.yellowbox .three_flex .inblock .floattext span {
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 1600px) {
  .yellowbox .three_flex .inblock .floattext span {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 767px) {
  .yellowbox .three_flex .inblock .floattext span {
    padding: 0;
    background: none;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .yellowbox .three_flex .inblock1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .yellowbox .three_flex .inblock3 {
    margin: 80px auto 0;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .yellowbox .three_flex .inblock3 {
    margin-top: 30px;
    width: 100%;
  }
}

.greetone {
  width: 100%;
  max-width: 858px;
  margin: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .greetone {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .greetone {
    margin-bottom: 50px;
  }
}
.greetone .suborange {
  font-size: 22px;
  font-weight: 700;
  color: #ff8d48;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .greetone .suborange {
    font-size: 19px;
    margin: 0px 0 20px;
  }
}

.staffone .stafftitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
  margin: auto;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .staffone .stafftitle .imgb {
    max-width: 90px;
  }
}
.staffone .stafftitle .k_titlebox {
  margin-bottom: 0;
}

.staffflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staffflex .inblock {
  width: calc(33% - 15px);
  padding: 22px 22px 30px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
  border-top: 8px solid #efcd46;
}
@media screen and (max-width: 991px) {
  .staffflex .inblock {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staffflex .inblock {
    width: 100%;
    margin-bottom: 30px;
  }
}
.staffflex .inblock::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 12px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0px;
  border-radius: 55px 55px 0 0;
}
.staffflex .inblock .titleone {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  line-height: 1.4;
}
.staffflex .inblock .titleone2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.staffflex .inblock .textone {
  text-align: left;
}

.top_serviceline {
  position: relative;
  padding: 130px 0;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .top_serviceline {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_serviceline {
    padding: 60px 0;
  }
}
.top_serviceline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 90px 90px 0;
  background-color: #fff;
  width: 1680px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1700px) {
  .top_serviceline::before {
    width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .top_serviceline::before {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .top_serviceline::before {
    width: 100%;
    border-radius: 0;
  }
}
.top_serviceline .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .top_serviceline .inflex {
    display: block;
  }
}
.top_serviceline .inflex .imgb {
  position: relative;
}
.top_serviceline .inflex .imgb .floatimg {
  position: absolute;
  right: -30px;
  bottom: -35px;
}
@media screen and (max-width: 1300px) {
  .top_serviceline .inflex .imgb .floatimg {
    right: -20px;
    bottom: -20px;
  }
}
.top_serviceline .inflex .textbox {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .top_serviceline .inflex .textbox {
    width: 100%;
  }
}
.top_serviceline .inflex .textbox .minititle .span1 {
  font-size: 24px;
  font-weight: 500;
  width: 140px;
  border-radius: 6px;
  padding: 0 40px;
  margin-right: 10px;
  background: #efcd46;
}
@media screen and (max-width: 1199px) {
  .top_serviceline .inflex .textbox .minititle .span1 {
    font-size: 20px;
    padding: 0 20px;
  }
}
.top_serviceline .inflex .textbox .minititle .span2 {
  color: #8e5f15;
}
.top_serviceline .inflex .textbox .maintitle {
  font-weight: 700;
  color: #2c271e;
  font-size: 36px;
}
@media screen and (max-width: 1300px) {
  .top_serviceline .inflex .textbox .maintitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .top_serviceline .inflex .textbox .maintitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .top_serviceline .inflex .textbox .maintitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .top_serviceline .inflex .textbox .maintitle {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.top_serviceline .inflex .textbox .subtitle {
  color: #9b6701;
  font-size: 29px;
  font-weight: 700;
  margin: 30px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .top_serviceline .inflex .textbox .subtitle {
    font-size: 26px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1199px) {
  .top_serviceline .inflex .textbox .subtitle {
    font-size: 23px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_serviceline .inflex .textbox .subtitle {
    font-size: 19px;
  }
}

.radius36 {
  border-radius: 36px;
}
@media screen and (max-width: 767px) {
  .radius36 {
    border-radius: 30px;
  }
}

.radius90 {
  border-radius: 90px;
}
@media screen and (max-width: 1199px) {
  .radius90 {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .radius90 {
    border-radius: 30px;
  }
}

.radius20 {
  border-radius: 20px;
}

.serviceline1 {
  margin: 130px 0;
}
@media screen and (max-width: 1199px) {
  .serviceline1 {
    margin: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .serviceline1 {
    margin: 60px 0;
  }
}
.serviceline1 .inflex {
  width: 100%;
  max-width: 1270px;
}
.serviceline1 .inflex .textbox {
  margin-left: 0;
  margin-top: 70px;
}
@media screen and (max-width: 1300px) {
  .serviceline1 .inflex .textbox {
    width: 58%;
    margin-top: 40px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .serviceline1 .inflex .textbox {
    width: 100%;
    margin-left: 0;
  }
}

.serviceline2::before {
  background-image: url(images/pattern2.jpg);
  background-repeat: repeat;
  border-radius: 90px 0 0 90px;
  left: auto;
  right: 0;
  width: 1400px;
}
@media screen and (max-width: 1700px) {
  .serviceline2::before {
    width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .serviceline2::before {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .serviceline2::before {
    width: 100%;
    border-radius: 0;
  }
}
.serviceline2 .inflex .textbox {
  margin-left: 110px;
}
@media screen and (max-width: 1300px) {
  .serviceline2 .inflex .textbox {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .serviceline2 .inflex .textbox {
    margin-left: 0;
    margin-top: 40px;
  }
}
.serviceline2 .inflex .textbox .minititle .span1 {
  color: #34818f;
  padding: 0 25px;
  letter-spacing: 2px;
  background-color: #fff;
}
.serviceline2 .inflex .textbox .minititle .span2 {
  color: #34818f;
}
.serviceline2 .inflex .textbox .subtitle {
  color: #34818f;
}
.serviceline2 .inflex .imgb {
  position: relative;
}
.serviceline2 .inflex .imgb .floatimg {
  position: absolute;
  right: auto;
  left: -30px;
  bottom: -40px;
}
@media screen and (max-width: 1300px) {
  .serviceline2 .inflex .imgb .floatimg {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .serviceline2 .inflex .imgb .floatimg {
    bottom: -30px;
    left: -20px;
  }
}

.top_works {
  padding: 130px 0;
  margin-top: 130px;
  background-repeat: repeat;
  border-radius: 90px;
  background-image: url(images/pattern3.jpg);
}
@media screen and (max-width: 1300px) {
  .top_works {
    padding: 80px 0;
    margin-top: 80px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_works {
    padding: 60px 0;
    margin-top: 60px;
  }
}

.works_list .works_item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works_list .works_item_wrap {
    display: block;
  }
}
.works_list .works_item_wrap::after {
  display: block;
  width: calc(33% - 20px);
  content: "";
}
@media screen and (max-width: 991px) {
  .works_list .works_item_wrap::after {
    width: calc(33% - 10px);
  }
}
.works_list .works_item_wrap li {
  width: calc(33% - 20px);
}
@media screen and (max-width: 991px) {
  .works_list .works_item_wrap li {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .works_list .works_item_wrap li {
    width: 100%;
    margin-top: 30px;
    max-width: 414px;
    margin-right: auto;
    margin-left: auto;
  }
}
.works_list .works_item_wrap li .titleone {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .works_list .works_item_wrap li .titleone {
    margin-top: 15px;
  }
}
.works_list .works_item_wrap li .img--center {
  min-height: 295px;
}
@media screen and (max-width: 1600px) {
  .works_list .works_item_wrap li .img--center {
    min-height: 270px;
  }
}
@media screen and (max-width: 1300px) {
  .works_list .works_item_wrap li .img--center {
    min-height: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .works_list .works_item_wrap li .img--center {
    min-height: 213px;
  }
}
@media screen and (max-width: 991px) {
  .works_list .works_item_wrap li .img--center {
    min-height: 166px;
  }
}
.works_list .works_item_wrap li .img--center img {
  border-radius: 20px;
}

.titleline_t {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -170px;
}
@media screen and (max-width: 991px) {
  .titleline_t {
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t {
    top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .centertext {
    text-align: center;
  }
}
.titleline_t .centertext img {
  max-width: 260px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .titleline_t .centertext img {
    max-width: 170px;
    margin: auto;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 480px) {
  .titleline_t .centertext .img2 {
    margin-bottom: -30px;
  }
}
.titleline_t .inflex {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .titleline_t .inflex {
    max-width: 670px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex {
    max-width: 175px;
    text-align: center;
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex img {
    max-width: 80px;
    position: absolute;
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex img {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex .side2 {
    right: -80px;
    left: auto;
  }
}
.titleline_t .inflex span {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .titleline_t .inflex span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex span {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .titleline_t .inflex span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex2 {
    max-width: 193px;
  }
}
@media screen and (max-width: 480px) {
  .titleline_t .inflex2 {
    max-width: 167px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex2 span {
    margin: 0 5px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .titleline_t .inflex3 {
    max-width: 163px;
  }
}
@media screen and (max-width: 480px) {
  .titleline_t .inflex3 {
    max-width: 141px;
  }
}

.top_info {
  margin: 120px 0 180px;
}
@media screen and (max-width: 1300px) {
  .top_info {
    margin: 90px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_info {
    margin: 60px 0 80px;
  }
}

.aboutcont_out {
  padding: 0 30px;
}

.aboutcont {
  padding: 100px 0;
  position: relative;
  background-repeat: repeat;
  border-radius: 90px;
  width: 100%;
  max-width: 1740px;
  margin: auto;
  margin-bottom: 70px;
  background-image: url(images/pattern4.jpg);
}
@media screen and (max-width: 767px) {
  .aboutcont {
    padding: 60px 0 30px;
    border-radius: 40px;
    margin-bottom: 50px;
  }
}
.aboutcont .bannerflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutcont .bannerflex .inbanner {
  display: block;
  width: calc(50% - 20px);
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .aboutcont .bannerflex .inbanner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .aboutcont .bannerflex .inbanner {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .aboutcont .bannerflex .inbanner2 {
    margin-top: 20px;
  }
}
.aboutcont .abouttitle_line {
  display: flex;
  align-items: flex-end;
  margin-left: -60px;
}
@media screen and (max-width: 1199px) {
  .aboutcont .abouttitle_line {
    display: block;
    margin-left: 0;
  }
}
.aboutcont .abouttitle_line .titlebox {
  text-align: left;
  margin-right: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .aboutcont .abouttitle_line .titlebox {
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutcont .abouttitle_line .titlebox {
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.aboutcont .abouttitle_line .titlebox .maintitle {
  font-size: 52px;
}
@media screen and (max-width: 1600px) {
  .aboutcont .abouttitle_line .titlebox .maintitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .aboutcont .abouttitle_line .titlebox .maintitle {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  .aboutcont .abouttitle_line .titlebox .maintitle {
    font-size: 28px;
  }
}
.aboutcont .abouttitle_line .titlebox .subtitle {
  font-weight: 700;
  color: #435222;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutcont .abouttitle_line .titlebox .subtitle {
    font-size: 13px;
    margin-top: 0;
  }
}
.aboutcont .abouttitle_line .titlebox .subtitle span {
  color: #73541d;
  padding-left: 20px;
  position: relative;
}
.aboutcont .abouttitle_line .titlebox .subtitle span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2a20a;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.aboutcont .floattext {
  top: -80px;
  position: absolute;
  right: 80px;
}
@media screen and (max-width: 1199px) {
  .aboutcont .floattext {
    max-width: 400px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .aboutcont .floattext {
    max-width: 250px;
    top: -30px;
  }
}

.aboutcontainer {
  position: relative;
  padding-top: 255px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 0;
  margin-top: 120px;
  padding-bottom: 120px;
  background-image: url(images/cover_bg.png);
  background-position: bottom;
}
@media screen and (max-width: 1600px) {
  .aboutcontainer {
    background-size: cover;
    padding-top: 200px;
  }
}
@media screen and (max-width: 991px) {
  .aboutcontainer {
    padding-top: 100px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .aboutcontainer {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .aboutcontainer {
    padding-top: 80px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .aboutcontainer .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.aboutcontainer .floatimg1 {
  position: absolute;
  max-width: 210px;
  top: 0;
  left: 100px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .aboutcontainer .floatimg1 {
    max-width: 180px;
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .aboutcontainer .floatimg1 {
    max-width: 120px;
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .aboutcontainer .floatimg1 {
    max-width: 90px;
    top: 20px;
  }
}
.aboutcontainer .floatimg2 {
  position: absolute;
  max-width: 640px;
  top: 110px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .aboutcontainer .floatimg2 {
    right: 20px;
    max-width: 420px;
  }
}
@media screen and (max-width: 991px) {
  .aboutcontainer .floatimg2 {
    max-width: 300px;
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .aboutcontainer .floatimg2 {
    max-width: 270px;
    top: 0px;
  }
}
@media screen and (max-width: 480px) {
  .aboutcontainer .floatimg2 {
    right: 5px;
    max-width: 170px;
    top: 45px;
  }
}

.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;
  }
}
@media screen and (max-width: 767px) {
  .bigimg_flex .block1 .button_block {
    margin-top: 24px;
  }
}

.fukurouline {
  text-align: right;
  border-bottom: 2px solid #fff;
}

.safe_base {
  position: relative;
  background-color: #eeead9;
  border-radius: 90px;
  padding: 100px 0;
  margin-top: 160px;
}
@media screen and (max-width: 1199px) {
  .safe_base {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .safe_base {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .safe_base {
    padding: 70px 0 30px;
  }
}
.safe_base .titleline_t {
  top: -120px;
}
@media screen and (max-width: 991px) {
  .safe_base .titleline_t {
    top: -90px;
  }
}
.safe_base .flex_four .inblock {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .safe_base .flex_four .inblock {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .safe_base .flex_four .four_inner .textb {
    text-align: left;
  }
}

.whitebord {
  margin-top: -50px;
  text-align: center;
}
.whitebord .subtitle span {
  position: relative;
  padding: 43px 34px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  background-size: cover;
  background-image: url(images/concept_peace01.png);
}
@media screen and (max-width: 767px) {
  .whitebord .subtitle span {
    font-size: 23px;
    padding: 39px 32px;
  }
}
.whitebord .subtitle span img {
  right: -30px;
  bottom: -5px;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .whitebord .subtitle span img {
    right: -25px;
    bottom: -5px;
    position: absolute;
    z-index: 0;
    max-width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .whitebord .subtitle span img {
    right: -15px;
    bottom: -5px;
  }
}
.whitebord .subtitle2 span {
  padding: 43px 21px;
  background-image: url(images/concept_peace02.png);
}
@media screen and (max-width: 767px) {
  .whitebord .subtitle2 span {
    padding: 38px 19px;
  }
}
.whitebord .subtitle3 span {
  padding: 43px 21px;
  background-image: url(images/concept_peace03.png);
}
@media screen and (max-width: 767px) {
  .whitebord .subtitle3 span {
    padding: 39px 20px;
  }
}
.whitebord .subtitle4 span {
  display: block;
  padding: 30px 2px;
  background-image: url(images/concept_peace04.png);
  width: 127px;
  line-height: 1.2;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .whitebord .subtitle4 span {
    padding: 27px 2px;
    width: 112px;
  }
}

.whitebord2 {
  margin-top: -90px;
}

.flex_four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_four .inblock {
  display: block;
  margin-top: 60px;
  width: calc(50% - 30px);
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 1300px) {
  .flex_four .inblock {
    width: calc(50% - 15px);
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .flex_four .inblock {
    width: 100%;
    border-radius: 20px;
    margin-top: 40px;
  }
}
.flex_four .inblock .intitle {
  font-size: 24px;
  font-weight: 700;
  color: #2c271e;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .flex_four .inblock .intitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .flex_four .inblock .intitle {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .flex_four .inblock .intitle {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.flex_four .inblock .intitle2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flex_four .inblock .intitle2 {
    margin-bottom: 20px;
  }
}
.flex_four .inblock .intitle3 {
  margin-top: 30px;
}
.flex_four .inblock .textb {
  width: 100%;
}
.possibleblock {
  background-color: #f1d258;
  padding: 80px 60px;
  width: 100%;
  max-width: 1730px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .possibleblock {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 991px) {
  .possibleblock {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .possibleblock {
    padding: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .possibleblock .container {
    padding: 0px !important;
    width: auto;
  }
}
.possibleblock .possibletitle {
  text-align: center;
}
.possibleblock .possibletitle .intitle {
  margin: auto;
  font-size: 36px;
  font-weight: 700;
  width: 370px;
  line-height: 1.5;
  border-bottom: 5px dotted #d9af0a;
  padding-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .possibleblock .possibletitle .intitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .possibleblock .possibletitle .intitle {
    font-size: 24px;
    width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .possibleblock .possibletitle .intitle {
    width: 230px;
    font-size: 22px;
  }
}
.possibleblock .possibletitle .intitle2 {
  width: auto;
  text-align: center;
  border-bottom: 0px solid !important;
}
@media screen and (max-width: 767px) {
  .possibleblock .possibletitle .intitle2 {
    border-bottom: 5px dotted #d9af0a !important;
  }
}
.possibleblock .possibletitle .intitle2 span {
  position: relative;
}
.possibleblock .possibletitle .intitle2 span::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  width: 370px;
  height: 5px;
  border-bottom: 5px dotted #d9af0a;
}
@media screen and (max-width: 1199px) {
  .possibleblock .possibletitle .intitle2 span::before {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .possibleblock .possibletitle .intitle2 span::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .possibleblock .possibletitle .intitle3 {
    border-bottom: 5px dotted #78bdc8 !important;
  }
}
.possibleblock .possibletitle .intitle3 span::before {
  border-bottom: 5px dotted #78bdc8;
}
@media screen and (max-width: 767px) {
  .possibleblock .possibletitle .intitle3 span::before {
    display: none;
  }
}
.possibleblock .possibletitle .imgb {
  margin-bottom: 20px;
}

.impossible {
  margin-top: 40px;
  background-color: #bde1e5;
}
@media screen and (max-width: 991px) {
  .impossible {
    margin-top: 30px;
  }
}
.impossible .possibletitle {
  text-align: center;
}
.impossible .possibletitle .intitle {
  border-bottom: 5px dotted #78bdc8;
}

.flex_three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_three .inblock {
  display: block;
  width: calc(33% - 15px);
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .flex_three .inblock {
    width: 100%;
    padding: 24px;
  }
}
.flex_three .inblock .subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.flex_three .inblock .checktitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.flex_three .inblock .checktitle img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .flex_three .inblock_3 {
    width: 100%;
    margin-top: 20px;
  }
}

.centercase .inblock {
  padding: 0 !important;
  background-color: transparent;
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.centercase .inblock .txtb {
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .centercase .inblock .txtb {
    text-align: left;
  }
}
.centercase .inblock .imgb {
  position: relative;
  margin-bottom: 40px;
}
.centercase .inblock .imgb .titleone {
  font-size: 18px;
  font-weight: 700;
  width: 75%;
  right: 0;
  line-height: 1.4;
  padding: 10px;
  border-radius: 6px;
  left: 0;
  margin: auto;
  background-color: #fff;
  bottom: -20px;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .centercase .inblock .imgb .titleone {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .centercase .inblock .imgb .titleone {
    font-size: 15px;
  }
}
.centercase .inblock_7 {
  margin-left: auto;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .centercase .inblock_7 {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .centercase .inblock_7 {
    margin-bottom: 30px;
  }
}
.centercase .inblock_8 {
  margin-right: auto;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .centercase .inblock_8 {
    margin: 0;
  }
}

.flex_three2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_three2 .inblock {
  display: block;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .flex_three2 .inblock {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .flex_three2 .inblock {
    width: 100%;
  }
}

.possible_container {
  padding: 0 30px;
}

.possible_container2 {
  padding: 0;
}

.concept_imgb {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept_imgb {
    margin-bottom: 30px;
  }
}

.concept_textin .centertitle {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .concept_textin .centertitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .concept_textin .centertitle {
    font-size: 18px;
  }
}
.concept_textin .centertext {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .concept_textin .centertext {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .concept_textin .centertext {
    font-size: 16px;
  }
}
.concept_textin ul {
  width: 100%;
  max-width: 525px;
  margin: 30px auto;
}
.concept_textin ul li {
  margin-bottom: 7px;
  padding: 15px;
  border-radius: 13px;
  background: #fff;
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .concept_textin ul li {
    font-size: 17px;
    padding: 10px;
    letter-spacing: 0;
  }
}

.flex_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_two .inblock {
  width: calc(50% - 15px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .flex_two .inblock {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex_two .inblock:last-child {
  margin-bottom: 0 !important;
}
.flex_two .inblock_2 {
  width: 100%;
}

.beforeafter .inblock {
  background-repeat: repeat;
  background-image: url(images/beforeafter_bg.jpg);
  border-radius: 40px;
  padding: 65px 43px;
}
@media screen and (max-width: 991px) {
  .beforeafter .inblock {
    padding: 37px 25px;
  }
}
@media screen and (max-width: 480px) {
  .beforeafter .inblock {
    border-radius: 20px;
    padding: 30px 22px;
  }
}
.beforeafter .inblock .dottedone {
  position: relative;
}
.beforeafter .inblock .dottedone::before {
  content: "";
  position: absolute;
  top: -43px;
  left: -25px;
  background-color: #cbcbcb;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .beforeafter .inblock .dottedone::before {
    top: -20px;
    left: -12px;
    height: 9px;
    width: 9px;
  }
}
.beforeafter .inblock .dottedone::after {
  content: "";
  position: absolute;
  top: -43px;
  right: -25px;
  background-color: #cbcbcb;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .beforeafter .inblock .dottedone::after {
    top: -20px;
    right: -12px;
    height: 9px;
    width: 9px;
  }
}
.beforeafter .inblock .dottedone2 {
  position: relative;
}
.beforeafter .inblock .dottedone2::before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: -25px;
  background-color: #cbcbcb;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .beforeafter .inblock .dottedone2::before {
    bottom: -20px;
    left: -12px;
    height: 9px;
    width: 9px;
  }
}
.beforeafter .inblock .dottedone2::after {
  content: "";
  position: absolute;
  bottom: -43px;
  right: -25px;
  background-color: #cbcbcb;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .beforeafter .inblock .dottedone2::after {
    bottom: -20px;
    right: -12px;
    height: 9px;
    width: 9px;
  }
}
@media screen and (max-width: 767px) {
  .beforeafter .inblock .dottedone2 .inflex_7 .imgb_1 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .beforeafter .inblock .dottedone2 .inflex_7 .imgb_2 {
    width: 70%;
  }
}
.beforeafter .inblock .dottedone2 .inflex_14 {
  width: 100%;
  max-width: 881px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .beforeafter .inblock .dottedone2 .inflex_14 .imgb_1 {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .beforeafter .inblock .dottedone2 .inflex_14 .imgb_2 {
    width: 72%;
  }
}
.beforeafter .inblock .center1 .inflex {
  padding: 67px 0;
}
@media screen and (max-width: 1600px) {
  .beforeafter .inblock .center1 .inflex {
    padding: 59px 0;
  }
}
@media screen and (max-width: 1300px) {
  .beforeafter .inblock .center1 .inflex {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1199px) {
  .beforeafter .inblock .center1 .inflex {
    padding: 44px 0;
  }
}
@media screen and (max-width: 991px) {
  .beforeafter .inblock .center1 .inflex {
    padding: 34px 0;
  }
}
@media screen and (max-width: 767px) {
  .beforeafter .inblock .center1 .inflex {
    padding: 0;
  }
}
.beforeafter .inblock .inflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.beforeafter .inblock .inflex .intitle {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 8px;
  font-weight: 700;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 480px) {
  .beforeafter .inblock .inflex .intitle {
    font-size: 15px;
    padding: 5px;
  }
}
.beforeafter .inblock .inflex .imgb_1 {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .beforeafter .inblock .inflex .imgb_1 {
    margin-right: 8px;
  }
}
.beforeafter .inblock .inflex .imgb_1 .float {
  position: absolute;
  right: -13px;
  top: -40px;
}
.beforeafter .inblock .inflex .imgb_1 img {
  border-radius: 16px 16px 0 0;
}
.beforeafter .inblock .inflex .imgb_1 .intitle {
  background-color: #63b8ce;
}
.beforeafter .inblock .inflex .imgb_2 img {
  border-radius: 16px 16px 0 0;
}
.beforeafter .inblock .inflex .imgb_2 .intitle {
  background-color: #f2bc28;
}

.case_block {
  padding: 120px 0;
  background-color: #f1d258;
}
@media screen and (max-width: 1199px) {
  .case_block {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .case_block {
    padding: 60px 0;
  }
}

@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: 40px;
  }
}
.titlebox .maintitle {
  color: #2c271e;
  font-size: 52px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .titlebox .maintitle {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1056px) {
  .titlebox .maintitle {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .maintitle {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .maintitle {
    font-size: 28px;
  }
}
.titlebox .maintitle span {
  margin: 10px 0;
}
.titlebox .maintitle img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1056px) {
  .titlebox .maintitle img {
    max-width: 48px;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .maintitle img {
    display: none;
  }
}
.titlebox .maintitle .rightmark {
  margin-right: 5px;
}
.titlebox .maintitle .leftmark {
  margin-left: -10px;
}
.titlebox .maintitle2 {
  font-size: 44px;
}
@media screen and (max-width: 1199px) {
  .titlebox .maintitle2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1056px) {
  .titlebox .maintitle2 {
    font-size: 34px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .maintitle2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .maintitle2 {
    font-size: 25px;
  }
}
.titlebox .subtitle {
  font-size: 14px;
  color: #7a9b72;
}
@media screen and (max-width: 480px) {
  .titlebox .subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .titlebox {
    display: block;
  }
}

.k_titlebox {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .k_titlebox {
    margin-bottom: 40px;
  }
}
.k_titlebox .maintitle {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .k_titlebox .maintitle {
    font-size: 32px;
  }
}
@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 .subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #d66400;
}

@media screen and (max-width: 991px) {
  .footer__block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__block {
    display: block;
  }
}

.footer_bigblockin {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer_bigblockin .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.footer_bigblockin .whitebg {
  padding: 110px 0 80px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer_bigblockin .whitebg {
    padding: 60px 0 50px;
  }
}
.footer_bigblockin .whitebg::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: -1;
  border-radius: 90px 90px 0 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer_bigblockin .whitebg::before {
    right: 0;
    border-radius: 30px 30px 0 0;
  }
}
.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: calc(45% - 12px);
}
@media screen and (max-width: 1600px) {
  .footer_bigblockin .whitebg .inflex .side1 {
    width: calc(55% - 12px);
  }
}
@media screen and (max-width: 1199px) {
  .footer_bigblockin .whitebg .inflex .side1 {
    width: calc(41% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .txtb {
    text-align: left;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .titlebox {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .titlebox {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .maintitle {
  color: #3f342d;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 1600px) {
  .footer_bigblockin .whitebg .inflex .side1 .maintitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side1 .maintitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bigblockin .whitebg .inflex .side1 .maintitle {
    font-size: 22px;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .maintitle .subtitle {
  color: #73541d;
}
.footer_bigblockin .whitebg .inflex .side1 .maintitle .subtitle span {
  padding-left: 20px;
  position: relative;
}
.footer_bigblockin .whitebg .inflex .side1 .maintitle .subtitle span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4da70;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.footer_bigblockin .whitebg .inflex .side1 .txt1 {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .txt1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer_bigblockin .whitebg .inflex .side1 .txt1 {
    display: flex;
    align-items: center;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .txt1 .span1 {
  margin-left: 10px;
  border-radius: 10px;
  background-color: #f6ca1c;
  padding: 5px 10px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side1 .txt1 .span1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .txt1 .span1 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer_bigblockin .whitebg .inflex .side1 .txt1 .span1 {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.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 .side1 .buttonpink {
  font-size: 16px;
  background-color: #e3873d;
  border: 1px solid #e3873d;
  max-width: 550px;
  color: #fff;
  border-radius: 6px;
  padding: 24px 10px;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .footer_bigblockin .whitebg .inflex .side1 .buttonpink {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side1 .buttonpink {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bigblockin .whitebg .inflex .side1 .buttonpink {
    font-size: 14px;
  }
}
.footer_bigblockin .whitebg .inflex .side1 .buttonpink span {
  position: relative;
  padding-left: 35px;
}
.footer_bigblockin .whitebg .inflex .side1 .buttonpink span img {
  right: auto;
  left: 0px;
}
.footer_bigblockin .whitebg .inflex .side1 .buttonpink span .icon1 {
  transition: 0.8s;
  opacity: 1;
}
.footer_bigblockin .whitebg .inflex .side1 .buttonpink span .icon2 {
  opacity: 0;
  transition: 0.8s;
}
.footer_bigblockin .whitebg .inflex .side1 .buttonpink:hover {
  background-color: #d96d16;
}
.footer_bigblockin .whitebg .inflex .side2 {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1199px) {
  .footer_bigblockin .whitebg .inflex .side2 {
    width: calc(54% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side2 {
    width: 100%;
  }
}
.footer_bigblockin .whitebg .inflex .side2 .town {
  margin-top: -60px;
  z-index: -1;
  position: relative;
}
.footer_bigblockin .whitebg .inflex .side2 .button_block {
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side2 .button_block {
    max-width: 220px;
  }
}
.footer_bigblockin .whitebg .inflex .side2 .button_block:hover {
  background-color: #fff;
  color: #7a9b72;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred {
  margin-left: 10px;
  text-align: center;
  border: 2px solid #bb262e;
  background-color: #bb262e;
}
@media screen and (max-width: 1300px) {
  .footer_bigblockin .whitebg .inflex .side2 .buttonred {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer_bigblockin .whitebg .inflex .side2 .buttonred {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred span {
  position: relative;
  padding-left: 15px;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred span img {
  right: auto;
  left: -15px;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred span .mail1 {
  transition: 0.8s;
  opacity: 1;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred span .mail2 {
  opacity: 0;
  transition: 0.8s;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred:hover {
  background-color: #fff;
  border: 2px solid #bb262e;
  color: #bb262e;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred:hover span .mail1 {
  transition: 0.8s;
  opacity: 0;
}
.footer_bigblockin .whitebg .inflex .side2 .buttonred:hover span .mail2 {
  transition: 0.8s;
  opacity: 1;
}

.blueside {
  margin-top: 80px;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .blueside {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .blueside {
    margin-top: 40px;
  }
}
.blueside .logob {
  display: block;
  text-align: center;
  margin: 30px auto 20px;
  width: 100%;
  max-width: 434px;
}

.otherlink {
  display: block;
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .otherlink {
    text-align: center;
    margin-top: 30px;
  }
}
.otherlink img {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .otherlink img {
    margin-bottom: 10px;
  }
}

.maintitle .greettitle_sub {
  display: flex;
  line-height: 1;
  width: 100%;
  max-width: 375px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub {
    max-width: 268px;
  }
}
.maintitle .greettitle_sub .img_1 {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub .img_1 {
    max-width: 40px;
    margin-top: 12px;
  }
}
.maintitle .greettitle_sub .img_2 {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub .img_2 {
    max-width: 28px;
  }
}
.maintitle .greettitle_sub span {
  margin-top: 10px;
  font-size: 30px;
  color: #0d4e7c;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub span {
    font-size: 22px;
  }
}
.maintitle .greettitle_sub span::before {
  content: "";
  position: absolute;
  border-bottom: 7px double;
  width: 125%;
  bottom: -5px;
  left: -64px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub span::before {
    width: 134%;
    bottom: 0;
  }
}

.c_class {
  padding: 120px 0 70px;
}
@media screen and (max-width: 767px) {
  .c_class {
    padding: 60px 0 70px;
  }
}

.c_greet {
  padding: 130px 0 85px;
}
@media screen and (max-width: 1199px) {
  .c_greet {
    padding: 50px 0 85px;
  }
}
@media screen and (max-width: 991px) {
  .c_greet {
    padding: 30px 0 85px;
  }
}
@media screen and (max-width: 767px) {
  .c_greet {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .c_greet .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c_greet .button_block {
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c_greet .button_block {
    margin-top: 0;
  }
}

.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%;
  }
}

.sand {
  font-family: "Quicksand", sans-serif;
}

.faq_box .faq_inbox {
  border-radius: 16px;
  margin-bottom: 30px;
  padding: 30px 35px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}
.faq_box .faq_inbox .intitle {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox .intitle {
    font-size: 18px;
    align-items: flex-start;
    padding-right: 20px;
    padding-left: 30px;
    text-indent: -30px;
  }
}
.faq_box .faq_inbox .intitle .sand {
  color: #e77e84;
}
.faq_box .faq_inbox .intitle .el_icon {
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0%, -50%);
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 auto;
  background-color: #504434;
  transform: scale(1, -1);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox .intitle .el_icon {
    transition: 0.3s;
    top: 45%;
  }
  .faq_box .faq_inbox .intitle .el_icon:hover {
    opacity: 0.7;
  }
}
.faq_box .faq_inbox .intitle .el_icon::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  top: -8.7px;
  right: 9px;
  background-color: #504434;
}
.faq_box .faq_inbox .intitle.active .el_icon {
  transform: scaleY(1);
}
.faq_box .faq_inbox .intitle.active .el_icon::before {
  opacity: 0;
  transition: 0.4s;
}
.faq_box .faq_inbox .intitle .sand {
  margin-right: 10px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox .intitle .sand {
    font-size: 20px;
  }
}
.faq_box .faq_inbox .qa_bottom {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox .qa_bottom {
    align-items: flex-start;
  }
}
.faq_box .faq_inbox .qa_bottom .txt {
  font-weight: 500;
  font-size: 18px;
  padding-left: 36px;
  text-indent: -36px;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox .qa_bottom .txt {
    font-size: 15px;
    padding-left: 30px;
    text-indent: -30px;
  }
}
.faq_box .faq_inbox .qa_bottom .txt .sand {
  margin-right: 10px;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq_box .faq_inbox .qa_bottom .txt .sand {
    font-size: 20px;
  }
}
.faq_box .faq_inbox .qa_bottom .in {
  padding: 0 0 30px 50px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.faq_box .faq_inbox .qa_bottom .in:last-child:after {
  display: none;
}
.faq_box .faq_inbox .qa_bottom .in:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffd4d4;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 10px;
}
.faq_box .faq_inbox .qa_bottom .in:after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ffd4d4;
  position: absolute;
  top: 15px;
  left: 14px;
}
.faq_box .faq_inbox .qa_bottom .in.no:after {
  display: none;
}
.faq_box .faq_inbox .qa_bottom .in .tx1 {
  font-size: 18px;
  font-weight: 500;
  width: 110px;
}
.faq_box .faq_inbox .qa_bottom img {
  margin-right: 15px;
  display: block;
  height: 100%;
  max-width: 40px;
}
.faq_box .faq_inbox .acc_title.active + .qa_bottom {
  height: auto;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  transition: 0.1s ease-in-out;
}

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

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

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

.staffoneInner {
  margin: 0 10px;
  border-radius: 7px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .staffoneInner {
    margin: 0 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .staffoneInner {
    margin: 0 5px;
    margin-top: 0px;
  }
}
.staffoneInner .txt {
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.staffoneInner .imgb {
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.staffoneInner .imgb img {
  display: inline-block;
  max-width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .staffoneInner .imgb img {
    border-radius: 16px;
  }
}

.button_block {
  display: block;
  width: 100%;
  max-width: 417px;
  margin-right: auto;
  margin-left: 0;
  background-color: #f6ca1c;
  position: relative;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  padding: 21px 20px;
  padding-left: 30px;
  font-weight: 600;
  color: #2c271e;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .button_block {
    font-size: 15px;
    max-width: 280px;
  }
}
.button_block img {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  position: absolute;
  max-width: 40px;
}
.button_block:hover {
  color: #2c271e;
  background-color: #ecbc00;
}
.button_block:hover img {
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .imgb_fu {
    margin-top: 20px;
  }
}

.button_orange {
  max-width: 858px;
  text-align: center;
  background-color: #e3873e;
  margin-right: auto;
  color: #fff;
  margin-left: auto;
}
.button_orange .icon1 {
  transition: 0.8s;
  opacity: 1;
}
.button_orange .icon2 {
  opacity: 0;
  transition: 0.8s;
}
.button_orange:hover {
  background-color: #d96d16;
  color: #fff;
}

.centerbutton {
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
  text-align: center;
}

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

.footbtn {
  display: flex;
  width: 100%;
  max-width: 870px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footbtn {
    display: block;
    margin-top: 30px;
  }
}
.footbtn .button_block {
  width: calc(50% - 12px);
  max-width: none;
  border-radius: 40px;
  padding: 30px 15px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #bb262e;
  background-color: #bb262e;
}
@media screen and (max-width: 767px) {
  .footbtn .button_block {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-weight: 600;
  }
}
.footbtn .button_block span {
  padding-left: 15px;
  position: relative;
}
.footbtn .button_block span img {
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
  right: auto;
  position: absolute;
  max-width: 40px;
}
.footbtn .button_block span .mail1 {
  transition: 0.8s;
  opacity: 1;
}
.footbtn .button_block span .mail2 {
  opacity: 0;
  transition: 0.8s;
}
.footbtn .button_block:hover {
  color: #bb262e;
  background-color: #fff;
}
.footbtn .button_block:hover span .mail1 {
  transition: 0.8s;
  opacity: 0;
}
.footbtn .button_block:hover span .mail2 {
  opacity: 1;
  transition: 0.8s;
}
.footbtn .button_block_t {
  background-color: #fff;
  border-color: #fff;
  padding: 13px 15px;
  color: #3f342d;
  cursor: pointer;
}
.footbtn .button_block_t:hover {
  color: #3f342d;
  opacity: 0.8;
  transition: 0.8s;
}
.footbtn .button_block_t .span1 {
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 5px;
}
.footbtn .button_block_t .span2 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  padding-left: 0;
}

.c_banner {
  padding: 70px 0;
  background: linear-gradient(to bottom, #eff6fa, #fff);
}
@media screen and (max-width: 767px) {
  .c_banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.c_contact {
  width: 100%;
  position: relative;
}
.c_contact .rightside {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c_contact .rightside {
    text-align: left;
    margin-top: 30px;
  }
}
.c_contact .rightside .tel {
  margin-bottom: 17px;
}
.c_contact .rightside img {
  max-width: 417px;
  width: 100%;
}
.c_contact .straightbox {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .c_contact .straightbox {
    display: block;
  }
}
.c_contact .straightbox .maintitle {
  color: #fff;
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .c_contact .straightbox .maintitle {
    font-size: 34px;
  }
}
.c_contact .straightbox .subtitle {
  color: #fff;
  margin-left: 20px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .c_contact .straightbox .subtitle {
    margin-left: 0;
  }
}
.c_contact .intext {
  color: #fff;
  letter-spacing: 0.05em;
}

.c_titlediv {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c_titlediv {
    text-align: center;
    display: block;
  }
}
.c_titlediv .leftside {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c_titlediv .leftside img {
    max-width: 270px;
  }
}
.c_titlediv .centerside {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c_titlediv .centerside img {
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .c_titlediv .rightside img {
    max-width: 200px;
  }
}

.titlestraight {
  writing-mode: vertical-rl;
  text-align: left;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .titlestraight {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .titlestraight {
    text-align: center;
    margin-right: 0;
    writing-mode: horizontal-tb;
  }
}

.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;
  }
}

.service_flex_k {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .service_flex_k {
    display: block;
  }
}
.service_flex_k .block1 {
  width: calc(33% - 12px);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 0px 16px -3px rgba(121, 184, 222, 0.22);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .service_flex_k .block1 {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .service_flex_k .block1 {
    padding: 20px 12px;
    width: calc(33% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .service_flex_k .block1 {
    padding: 15px;
    width: calc(33% - 6px);
  }
}
@media screen and (max-width: 480px) {
  .service_flex_k .block1 {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
}
.service_flex_k .block1 .titleone {
  line-height: 1.3;
  font-size: 26px;
  color: #1d3966;
}
@media screen and (max-width: 991px) {
  .service_flex_k .block1 .titleone {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .service_flex_k .block1 .titleone {
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
.service_flex_k .block1 .txt {
  font-size: 14px;
  letter-spacing: -2px;
}
@media screen and (max-width: 991px) {
  .service_flex_k .block1 .txt {
    font-size: 13px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .service_flex_k .block1 .txt {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service_flex_k .block1 .txt {
    text-align: left;
  }
}

.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.categoryrow {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .categoryrow {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 30px;
  }
}

.sortBtn {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 3px 10px;
  position: relative;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  font-weight: 500;
  float: left;
  margin: 0 0 10px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 「…」と省略 */
  -webkit-text-overflow: ellipsis; /* Safari用 */
  -o-text-overflow: ellipsis; /* Opera用 */
}
@media screen and (min-width: 768px) {
  .sortBtn {
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media screen and (min-width: 1057px) {
  .sortBtn {
    max-width: 100px;
    margin: 0 5px 10px;
  }
}
@media screen and (min-width: 1301px) {
  .sortBtn {
    margin: 0 5px 10px;
  }
}
.sortBtn > span {
  display: inline;
}
.sortBtn:hover {
  transition-duration: 0.7s;
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: #7a9b72;
}
.sortBtn.on {
  position: relative;
  color: #fff;
  background-color: #7a9b72;
}
.sortBtn.active {
  background-color: #7a9b72;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 70px 0px 20px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tab_content {
    padding: 50px 0px 50px;
  }
}
.tab_content.on {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab_content01 {
    padding-bottom: 0 !important;
  }
}
.tab_content01 .inner .col-sm-6 {
  padding: 0 !important;
}
.tab_content01 .inner .imgbox {
  z-index: 7;
  position: relative;
  margin-left: 60px;
  margin-right: calc(2% - 23vw);
}
@media screen and (max-width: 991px) {
  .tab_content01 .inner .imgbox {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .imgbox {
    margin: auto;
  }
}
.tab_content01 .inner .textbox {
  padding-top: 120px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .textbox {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tab_content01 .inner .textbox::before {
  content: "";
  position: absolute;
  background-color: #eee;
  width: 180%;
  height: 100%;
  top: 61px;
  left: -100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .textbox::before {
    top: 0px;
  }
}
.tab_content01 .inner .textbox .titleone {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .tab_content01 .inner .textbox .titleone {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.tab_content01 .inner .textbox .text {
  margin: 30px 0;
}
.tab_content01 .inner .textbox .nametext {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  text-align: right;
  font-size: 18px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .textbox .nametext {
    padding-bottom: 0px;
  }
}

.k_subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #3f342d;
  margin-bottom: 30px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .k_subtitle {
    padding-left: 25px;
    font-size: 21px;
  }
}
.k_subtitle::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 2;
  top: 10px;
  left: 0;
  border-radius: 50%;
  background-color: #7a9b72;
}
@media screen and (max-width: 767px) {
  .k_subtitle::before {
    top: 6px;
  }
}

.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: #fff;
  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;
  }
}

.certul {
  display: flex;
  flex-wrap: wrap;
}
.certul li {
  width: calc(33% - 12px);
}
@media screen and (max-width: 480px) {
  .certul li {
    width: calc(50% - 6px);
  }
}

.certul2 {
  align-items: baseline;
  justify-content: space-between;
}
.certul2 li {
  width: calc(50% - 14px);
  margin-bottom: 10px;
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .certul2 li {
    width: calc(50% - 10px);
    text-indent: -12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .certul2 li {
    width: 100%;
  }
}

.category_block {
  margin-bottom: 40px;
}

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

.serviceblock1 {
  position: relative;
}
.serviceblock1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #23afd2;
  position: absolute;
  top: -50px;
}

.serviceblock1_1::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .meritblock1 .imgbox {
    margin-bottom: 20px;
  }
}
.meritblock1 .imgbox img {
  border-radius: 12px;
  box-shadow: 1px 0px 16px -3px rgba(121, 184, 222, 0.22);
}

.newscol_top {
  width: 100%;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  .newscol_top {
    display: block;
  }
}

.titlebase {
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .titlebase {
    margin-bottom: 30px;
  }
}
.titlebase .title {
  line-height: 1.3;
}
.titlebase .title .underbar {
  font-size: 38px;
  display: block;
  margin-top: 10px;
}
.titlebase .title .underbar .span2 {
  color: #104000;
}
@media screen and (max-width: 991px) {
  .titlebase .title .underbar {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .titlebase .title .underbar {
    font-size: 26px;
  }
}
.titlebase .title .minititle {
  font-size: 18px;
  color: #104000;
  padding: 0 10px;
  position: relative;
  background-color: #eff2e5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .titlebase .title .minititle {
    font-size: 15px;
  }
}

.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;
  }
}

.menubox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}
@media screen and (max-width: 1056px) {
  .menubox {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .menubox {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .menubox {
    max-width: none;
    padding-right: 14px;
    padding-left: 14px;
  }
}
.menubox .menu {
  margin-right: 26px;
}
@media screen and (max-width: 1056px) {
  .menubox .menu {
    margin: 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .menubox .menu {
    max-width: 220px;
  }
}
@media screen and (max-width: 480px) {
  .menubox .menu {
    max-width: none;
    margin: auto !important;
    margin-bottom: 10px !important;
    text-align: center;
  }
}
.menubox .menu1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1056px) {
  .menubox .menu1 {
    margin: 10px 10px;
  }
}
.menubox .menu2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1056px) {
  .menubox .menu2 {
    margin: 10px 10px;
  }
}
.menubox .menu3 {
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1056px) {
  .menubox .menu3 {
    margin: 10px 10px;
  }
}
@media screen and (max-width: 1056px) {
  .menubox .menu3_2 {
    margin-right: auto;
    margin-left: auto;
  }
}
.menubox .menu4 {
  margin-right: 10px;
  margin-left: auto;
}
@media screen and (max-width: 1056px) {
  .menubox .menu4 {
    margin-right: auto;
    margin-left: auto;
  }
}
.menubox .menu5 {
  margin-right: auto;
  margin-left: 10px;
}
@media screen and (max-width: 1056px) {
  .menubox .menu5 {
    margin-right: auto;
    margin-left: auto;
  }
}
.menubox .menu6 {
  margin-right: 0;
}
@media screen and (max-width: 1056px) {
  .menubox .menu6 {
    margin: 10px 10px;
  }
}

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

.textgroup {
  display: flex;
  align-items: center;
}
.textgroup .number {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .textgroup .number {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .textgroup .number {
    margin-right: 10px;
    max-width: 70px;
    min-width: 70px;
  }
}

.greeting_img {
  margin: 0px;
  margin-right: calc(2% - 90vw);
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .greeting_img {
    margin-left: 0px;
    margin-right: calc(2% - 25vw);
  }
}
@media screen and (max-width: 767px) {
  .greeting_img {
    margin: auto;
    margin-bottom: 20px;
  }
}

.topservicerow {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  z-index: auto;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .topservicerow {
    display: block;
  }
}
.topservicerow::before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 1300px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-radius: 30px 0 0 30px;
}
.topservicerow .container {
  position: relative;
}
.topservicerow .sideimg {
  margin-right: 70px;
  /* margin-left: auto; */
  margin-left: calc(2% - 6vw - 70px);
}
@media screen and (max-width: 991px) {
  .topservicerow .sideimg {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .topservicerow .sideimg {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.topservicerow .textbox {
  width: 100%;
  max-width: 506px;
  margin-left: 0;
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .topservicerow .textbox {
    margin-left: auto;
  }
}
.topservicerow .textbox .subtitle {
  font-size: 24px;
  color: #351504;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.6;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 991px) {
  .topservicerow .textbox .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .topservicerow .textbox .subtitle {
    font-size: 18px;
  }
}
.topservicerow .textbox .subtitle span {
  position: relative;
  z-index: auto;
}
.topservicerow .textbox .subtitle span::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #eff2e5;
  height: 30%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.topservicerow .textbox .topservice_midashi {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topservicerow .textbox .topservice_midashi {
    margin-bottom: 20px;
  }
}
.topservicerow .textbox .topservice_midashi .minititle span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  position: relative;
  color: #104000;
  background-color: #eff2e5;
  border-radius: 15px;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .topservicerow .textbox .topservice_midashi .minititle span {
    font-size: 15px;
  }
}
.topservicerow .textbox .topservice_midashi .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1056px) {
  .topservicerow .textbox .topservice_midashi .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .topservicerow .textbox .topservice_midashi .title {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  .topservicerow .textbox .topservice_midashi .title {
    font-size: 24px;
  }
}
.topservicerow .textbox .topservice_midashi .title span {
  color: #8ab700;
}
.topservicerow .textbox .topservice_midashi .subtitle {
  font-weight: 600;
  font-size: 22px;
  font-weight: 1.8;
  color: #fe5278;
}
@media screen and (max-width: 1056px) {
  .topservicerow .textbox .topservice_midashi .subtitle {
    font-size: 18px;
  }
}
.topservicerow .textbox2 {
  margin-left: 0;
  margin-right: auto;
}
.topservicerow .textbox3 {
  max-width: 508px;
  margin-left: 60px;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .topservicerow .textbox3 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .topservicerow .textbox3 {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .topservicerow .textbox3 {
    max-width: none;
  }
}
.topservicerow .textbox3 .text {
  width: 100%;
  max-width: 417px;
}
@media screen and (max-width: 767px) {
  .topservicerow .textbox3 .text {
    max-width: none;
  }
}
.topservicerow .textbox4 {
  margin-top: 80px;
}
@media screen and (max-width: 1056px) {
  .topservicerow .textbox4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .topservicerow .textbox4 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .topservicerow .textbox4 {
    margin-top: 30px;
  }
}

.menu_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 75px;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  .menu_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .menu_title {
    letter-spacing: -1px;
  }
}
.menu_title span {
  position: relative;
}
.menu_title span::before {
  content: "";
  position: absolute;
  background-color: #fe5278;
  width: 100%;
  height: 2px;
  right: 0;
  left: 0;
  margin: auto;
  top: -10px;
}

.menu_mini {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .topservicerow3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topservicerow3 {
    margin-top: 0px;
  }
}

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

  ■サービスの流れ

=====================================*/
.flow_num_last {
  padding-bottom: 0 !important;
}
.step_icon {
  width: 20%;
  margin-right: 15px;
  font-size: 40px;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .step_icon {
    width: 30%;
    margin-right: auto;
    font-size: 30px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .step_icon {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .step_icon img {
    max-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.flow_textflex {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow_textflex {
    align-items: flex-start;
  }
}
.flow_textflex .titleflex2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.flow_textflex .titleflex2::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #1d3966;
  left: 0;
  top: 0;
}
.flow_textflex .titleflex2::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #1d3966;
  left: 0;
  bottom: 0;
}
.flow_textflex .titleflex2 .kasourow_title {
  width: 50%;
  text-align: center;
  margin-left: 0;
}
.flow_textflex .titleflex2 .flow_img {
  width: 50%;
  margin-bottom: 0;
}

.flow_num_last::after {
  display: none;
}

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

  ■下層共通

=====================================*/
.grayback {
  position: relative;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 50px;
  margin-top: 40px;
}
.grayback .box {
  margin-top: 20px;
}
.grayback .box .smalltitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.grayback .box .smalltitle img {
  margin-right: 10px;
}
.grayback .box .smalltitle span {
  color: #8ab700;
  margin-right: 5px;
}
.grayback .box_non {
  margin-top: 0;
}
.grayback .float_r {
  position: absolute;
  right: 50px;
  bottom: 30px;
  max-width: 80px;
}
@media screen and (max-width: 991px) {
  .grayback .float_r {
    right: 20px;
    bottom: 30px;
    max-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .grayback .float_r {
    bottom: -30px;
    max-width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .grayback .float_r {
    display: none;
  }
}
.grayback .graytext span {
  color: #8ab700;
}

.grayback2 {
  margin-top: 0;
  background-color: #fff;
}

.grayback3 {
  margin-top: 30px;
  background-color: #fff;
}

.grayback_n {
  margin-top: 0;
}

.whiteback {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin: auto;
  background-color: #fff;
  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 .textbox .kasoumidashi {
  font-size: 24px;
  color: #351504;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .whiteback .kasoumidashi_f .textbox .kasoumidashi {
    font-size: 21px;
  }
}
.whiteback .kasoumidashi_f .textbox .kasoumidashi .span1 {
  position: relative;
  z-index: 0;
}
.whiteback .kasoumidashi_f .textbox .kasoumidashi .span1::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #dde4c4;
  height: 30%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.whiteback .kasoumidashi_f .textbox .kasoumidashi .span2 {
  color: #8ab700;
}
.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;
  }
}

.kasou_row1 {
  position: relative;
  display: flex;
  z-index: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .kasou_row1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_row1 {
    display: block;
    padding: 0 14px;
  }
}
.kasou_row1::before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  width: 1390px;
  height: 880px;
  z-index: -1;
  right: 0;
  top: 50px;
}
.kasou_row1 .img2 {
  order: 2;
}
.kasou_row1 .textbox {
  width: 100%;
  max-width: 595px;
  margin-left: 100px;
  margin-right: auto;
  margin-top: 130px;
}
@media screen and (max-width: 1300px) {
  .kasou_row1 .textbox {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .kasou_row1 .textbox {
    margin-left: 30px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_row1 .textbox {
    margin-top: 30px;
    margin-left: auto;
  }
}
.kasou_row1 .textbox2 {
  order: 1;
  margin-right: 100px;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .kasou_row1 .textbox2 {
    margin-right: 60px;
    margin-left: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .kasou_row1 .textbox2 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_row1 .textbox2 {
    margin-top: 30px;
    margin-right: auto;
  }
}

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

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

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

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

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

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

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

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

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

.flow_row {
  padding-bottom: 40px;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .flow_row {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow_row {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.flow_row .flow_img {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow_row .flow_img {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 0;
  }
}
.flow_row::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #1d3966;
  border-radius: 50%;
  left: 14%;
  top: 6%;
}
@media screen and (max-width: 991px) {
  .flow_row::before {
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .flow_row::before {
    top: 5px;
    left: 18%;
  }
}
@media screen and (max-width: 480px) {
  .flow_row::before {
    left: 23%;
    width: 15px;
    height: 15px;
  }
}
.flow_row::after {
  content: "";
  left: 14.9%;
  position: absolute;
  background-color: #1d3966;
  width: 2px;
  height: 100%;
  top: 18px;
}
@media screen and (max-width: 991px) {
  .flow_row::after {
    left: 16.1%;
  }
}
@media screen and (max-width: 767px) {
  .flow_row::after {
    left: 19.9%;
  }
}
@media screen and (max-width: 480px) {
  .flow_row::after {
    left: 25.1%;
  }
}

.flow_row_last {
  padding-bottom: 0;
}
.flow_row_last::after {
  display: none;
}
.flow_row_last .flow_img {
  padding-bottom: 0;
}

.flowrow_textbox {
  width: 85%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flowrow_textbox {
    width: 85%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .flowrow_textbox {
    width: 65%;
  }
}
.flowrow_textbox .span1 {
  font-weight: 700;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .flowrow_textbox .span1 {
    margin-right: 15px;
  }
}
.flowrow_textbox .span2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flowrow_textbox .span2 {
    display: block;
  }
}

.flow_box .flow_cont {
  display: flex;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_cont {
    flex-direction: column;
  }
}
.flow_box .flow_cont:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #4e2020;
  left: 45px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_cont:before {
    display: none;
  }
}
.flow_box .flow_cont .flow_number {
  background: linear-gradient(-135deg, #1d3966, #1d3966);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 90px;
  max-width: 90px;
  color: #ffffff;
  line-height: 1.6;
  border-radius: 50%;
  margin-right: 30px;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_cont .flow_number {
    margin-bottom: 15px;
    order: 2;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.flow_box .flow_cont .flow_number p {
  font-size: 14px;
}
.flow_box .flow_cont .flow_txt {
  width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_cont .flow_txt {
    margin-right: 0px;
    order: 3;
  }
}
.flow_box .flow_cont .flow_txt .tit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #502220;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_cont .flow_txt .tit {
    text-align: center;
  }
}
.flow_box .flow_cont .flow_img {
  width: 100%;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_cont .flow_img {
    max-width: 100%;
    margin-bottom: -50px;
    order: 1;
    text-align: center;
  }
}
.flow_box .flow_cont.flow_cont_last {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.flow_box .flow_cont.flow_cont_last:before {
  display: none;
}

.k_subtitle2 {
  text-align: center;
  margin-top: 40px;
  font-size: 27px;
  font-weight: 700;
  color: #1d3966;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 480px) {
  .k_subtitle2 {
    font-size: 23px;
  }
}
.k_subtitle2 span {
  border-bottom: 1px solid;
}

.prize_flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .prize_flex {
    justify-contet: space-between;
  }
}
@media screen and (max-width: 480px) {
  .prize_flex {
    display: block;
  }
}
.prize_flex .box {
  padding: 24px;
  width: calc(32.33% - 10px);
  margin: 0 10px;
  margin-top: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .prize_flex .box {
    width: calc(32.13% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .prize_flex .box {
    width: calc(31.93% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .prize_flex .box {
    padding: 20px 15px;
    margin-right: auto;
    margin-left: auto;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .prize_flex .box {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 24px;
  }
}
.prize_flex .box .titleone {
  font-size: 18px;
  font-weight: 700;
  color: #1d3966;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 6px;
}

.prize_flex2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .prize_flex2 {
    justify-contet: space-between;
  }
}
@media screen and (max-width: 480px) {
  .prize_flex2 {
    display: block;
  }
}
.prize_flex2 .box {
  width: calc(32.33% - 10px);
  margin: 0 10px;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .prize_flex2 .box {
    width: calc(32.13% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .prize_flex2 .box {
    width: calc(31.93% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .prize_flex2 .box {
    margin-right: auto;
    margin-left: auto;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .prize_flex2 .box {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.prize_flex2 .box img {
  margin-bottom: 10px;
  border: 2px solid #1d3966;
}
.prize_flex2 .box .titleone {
  font-size: 18px;
  font-weight: 700;
  color: #1d3966;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 6px;
}

.prizetext {
  margin-top: 20px;
  padding: 24px;
  background-color: #eff7fa;
}

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

.innerrow .textbox .titleone {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  color: #1d3966;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .innerrow .textbox .titleone {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .innerrow .textbox .titleone {
    padding-top: 20px;
    font-size: 22px;
  }
}

.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 {
  border-radius: 32px;
  max-width: 1738px;
  width: 100%;
  margin: auto;
  margin-top: 220px;
  position: relative;
  text-align: center;
  background-size: cover;
  padding: 70px 0;
  background-position: center;
  background-image: url(images/neckbg.jpg);
}
@media screen and (max-width: 1600px) {
  .neck {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1300px) {
  .neck {
    background-position: right;
    margin-top: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .neck {
    margin-top: 150px;
  }
}
@media screen and (max-width: 991px) {
  .neck {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .neck {
    padding: 60px 0 80px;
    margin-top: 70px;
  }
}
.neck .container {
  position: relative;
}
.neck .neck__title {
  font-size: 40px;
  position: relative;
  line-height: 1.3;
  color: #2c271e;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .neck .neck__title {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .neck .neck__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__title {
    font-size: 26px;
    letter-spacing: -1px;
  }
}
.neck .neck__title span {
  position: relative;
}
.neck .neck__subtitle {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  color: #acb130;
}
@media screen and (max-width: 767px) {
  .neck .neck__subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__subtitle {
    font-size: 13px;
  }
}
.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;
  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: 80px;
    padding-bottom: 80px;
  }
}
.kasou_content_w {
  background-color: #fff;
  padding-bottom: 0 !important;
}

.steptext .inblock {
  padding: 30px;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 21px;
  border: 6px solid #efe79b;
}
.steptext .inblock .subtitle {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .steptext .inblock .subtitle {
    align-items: center;
  }
}
.steptext .inblock .subtitle .imgside {
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .steptext .inblock .subtitle .imgside {
    margin-right: 10px;
    max-width: 50px;
  }
}
.steptext .inblock .subtitle .rightside .span1 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 19px;
  padding: 5px 18px;
  background-color: #efcd46;
}
@media screen and (max-width: 480px) {
  .steptext .inblock .subtitle .rightside .span1 {
    padding: 3px 12px;
  }
}
.steptext .inblock .subtitle .rightside .span2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 5px 10px;
}
@media screen and (max-width: 991px) {
  .steptext .inblock .subtitle .rightside .span2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .steptext .inblock .subtitle .rightside .span2 {
    font-size: 18px;
    line-height: 1.3;
    margin-left: 0;
  }
}

.steptext2 .inblock {
  border-color: #cce191;
}
.steptext2 .inblock .subtitle .rightside .span1 {
  background-color: #58a0b0;
}

.steptext3 .inblock {
  border-color: #f3e2bb;
}
.steptext3 .inblock .subtitle .rightside .span1 {
  background-color: #f29142;
}

.bg_circle {
  background-position: center bottom;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bg_circle {
    padding-bottom: 60px;
  }
}

.bg_circle1 {
  background-image: url(images/yellowbase.png);
}
@media screen and (max-width: 767px) {
  .bg_circle1 {
    background-position: center bottom 450px;
  }
}

.bg_circle2 {
  background-image: url(images/greenbase.png);
}

.bg_circle3 {
  background-image: url(images/orangebase.png);
}

.stepflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.stepflex .inblock {
  width: calc(50% - 15px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .stepflex .inblock {
    width: 100%;
  }
}
.stepflex .inblock::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #deb922;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .stepflex .inblock::before {
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 16px solid #e8bf1d;
    border-bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -30px;
  }
}
.stepflex .inblock:last-child::before {
  display: none;
}

.sickfude {
  font-family: sicfude-taikei, sans-serif;
}

.steptitle {
  text-align: center;
}
.steptitle .maintitle {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .steptitle .maintitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .steptitle .maintitle {
    font-size: 22px;
  }
}
.steptitle .subtitle {
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-family: sicfude-taikei, sans-serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .steptitle .subtitle {
    margin-bottom: 40px;
  }
}
.steptitle .subtitle span {
  background-color: #e8bf1d;
  border-radius: 16px;
  padding: 10px 30px;
  font-size: 32px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .steptitle .subtitle span {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .steptitle .subtitle span {
    padding: 5px 24px;
    font-size: 19px;
  }
}
.steptitle .subtitle span::before {
  content: "";
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 16px solid #e8bf1d;
  border-bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .steptitle .subtitle span::before {
    bottom: -12px;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 12px solid #e8bf1d;
  }
}
.steptitle .subtitle2 span {
  background-color: #58a0b0;
}
.steptitle .subtitle2 span::before {
  border-top: 16px solid #58a0b0;
}
@media screen and (max-width: 767px) {
  .steptitle .subtitle2 span::before {
    border-top: 12px solid #58a0b0;
  }
}
.steptitle .subtitle3 span {
  background-color: #f29142;
}
.steptitle .subtitle3 span::before {
  border-top: 16px solid #f29142;
}
@media screen and (max-width: 767px) {
  .steptitle .subtitle3 span::before {
    border-top: 12px solid #f29142;
  }
}

.bg_circle .imgb_illust {
  text-align: center;
  margin-top: 20px;
}

.kasou_content1_2 {
  padding: 100px 0 110px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1_2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1_2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.kasou_content1_2_neo {
  padding: 160px 0 110px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1_2_neo {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1_2_neo {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.bottomfukidashi {
  position: relative;
  z-index: 0;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .kasou_content1_2_2 {
    padding-top: 70px;
  }
}

.kasou_content1_3 {
  padding-top: 0px !important;
}

.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 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f9f6;
  border-radius: 90px 90px 0 0;
}
@media screen and (max-width: 1199px) {
  .kasou_content2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2 {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fukurouflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .fukurouflex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fukurouflex {
    border-radius: 16px;
  }
}
.fukurouflex .imgb {
  margin-right: 30px;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .fukurouflex .imgb {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
.fukurouflex .imgb2 {
  margin-right: 0;
  margin-left: 30px;
  width: 33%;
  order: 2;
}
@media screen and (max-width: 991px) {
  .fukurouflex .imgb2 {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.fukurouflex .imgb3 {
  width: 50%;
  margin-right: 0;
  order: 2;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .fukurouflex .imgb3 {
    margin-left: 0;
    width: 100%;
  }
}
.fukurouflex .textb {
  width: 55%;
}
@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;
  }
}
.fukurouflex .textb2 {
  width: 44%;
}
@media screen and (max-width: 1300px) {
  .fukurouflex .textb2 {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .fukurouflex .textb2 {
    width: 100%;
  }
}
.fukurouflex .textb2 .intitle {
  font-size: 34px;
  font-weight: 700;
  color: #d66400;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .fukurouflex .textb2 .intitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 1300px) {
  .fukurouflex .textb2 .intitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .fukurouflex .textb2 .intitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .fukurouflex .sidetitleone {
    text-align: center;
  }
}

.stepside {
  position: relative;
  z-index: 0;
  padding: 80px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .stepside {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.stepside::before {
  content: "";
  position: absolute;
  background-color: #f6f6f6;
  width: 1390px;
  border-radius: 0 90px 90px 0;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .stepside::before {
    width: 97%;
  }
}
@media screen and (max-width: 991px) {
  .stepside::before {
    border-radius: 0 50px 50px 0;
  }
}

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

@media screen and (max-width: 991px) {
  .contact_fukurouflex .imgb2 {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.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;
  }
}

.radius30 {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .radius30 {
    border-radius: 16px;
  }
}

.radius6 {
  border-radius: 6px;
}
.textgreen {
  color: #7a9b72;
}

.textcenter {
  text-align: center;
}

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

.k_whiteblock {
  background-color: #fff;
  border-radius: 80px;
  padding: 60px 80px 50px;
}
@media screen and (max-width: 1199px) {
  .k_whiteblock {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .k_whiteblock {
    border-radius: 40px;
    padding: 40px 30px;
  }
}
.k_whiteblock .inflex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex {
    display: block;
  }
}
.k_whiteblock .inflex .leftside {
  width: 28%;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex .leftside {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex .leftside img {
    max-width: 50%;
    margin: auto;
  }
}
.k_whiteblock .inflex .rightside {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex .rightside {
    width: 100%;
  }
}
.k_whiteblock .inflex .rightside .intitle {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .k_whiteblock .inflex .rightside .intitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex .rightside .intitle {
    font-size: 25px;
    text-align: center;
  }
}
.k_whiteblock .inflex .rightside .intitle span {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .k_whiteblock .inflex .rightside .intitle span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex .rightside .intitle span {
    font-size: 16px;
    display: block;
    margin-top: 5px;
  }
}
.k_whiteblock .inflex .rightside .listblock {
  margin: 30px 0 40px;
  padding: 20px 0;
  border-top: 2px dotted #d4d0c3;
  border-bottom: 2px dotted #d4d0c3;
  line-height: 1.3;
  font-weight: 700;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .k_whiteblock .inflex .rightside .listblock {
    font-size: 17px;
    padding: 15px 0;
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .k_whiteblock .inflex .rightside .listblock {
    font-size: 14px;
  }
}
.k_whiteblock .inflex .rightside .listblock .inline {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  text-indent: -22px;
}

.slideimg1 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .slideimg1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.slideimg1 img {
  max-width: 55%;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .slideimg1 img {
    max-width: 70%;
  }
}

.jumpbutton {
  display: flex;
  margin-top: 70px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .jumpbutton {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton {
    margin-bottom: 70px;
    margin-top: 40px;
  }
}
.jumpbutton::after {
  content: "";
  width: calc(33% - 20px);
  display: block;
}
@media screen and (max-width: 1300px) {
  .jumpbutton::after {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .jumpbutton::after {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .jumpbutton::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton {
    display: block;
  }
}
.jumpbutton .button_block_n {
  width: calc(33% - 20px);
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block_n {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .jumpbutton .button_block_n {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block_n {
    width: 100%;
    margin-bottom: 15px;
  }
}
.jumpbutton .button_block_n a {
  width: 100%;
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: 25px 15px;
  border-bottom: 2px solid #7a9b72;
  text-align: left;
  display: block;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block_n a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton .button_block_n a {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block_n a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.jumpbutton .button_block_n a .circle2 {
  opacity: 0;
}
.jumpbutton .button_block_n a:hover {
  background-color: #efefef;
}
.jumpbutton .button_block_n a img {
  max-width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  transition: 0.8s;
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block_n a img {
    max-width: 24px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .jumpbutton .button_block_n a img {
    max-width: 22px;
    min-width: 22px;
  }
}

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

  ■会社概要

=====================================*/
.company_container {
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .company_container {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 1921px) {
  .company_container {
    padding: 0 25px;
    margin: 0 auto;
    max-width: 1340px;
  }
}
.company_container .companyflex {
  display: block;
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .company_container .companyflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}
.company_container .companyflex .imgside {
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1200px) {
  .company_container .companyflex .imgside {
    order: 2;
    margin: 0;
  }
}
.company_container .companyflex .imgside picture {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .company_container .companyflex .imgside picture {
    text-align: right;
  }
}
.company_container .companyflex .imgside picture source,
.company_container .companyflex .imgside picture img {
  display: block;
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .company_container .companyflex .imgside picture source,
  .company_container .companyflex .imgside picture img {
    margin: 0 0 0 auto;
  }
}
.company_container .companyflex .tableside {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .company_container .companyflex .tableside {
    order: 1;
    max-width: 50%;
    min-width: 658px;
    margin: 0 55px 0 0;
  }
}

.whitebox {
  background-color: #fff;
  border-radius: 90px;
  width: 100%;
  max-width: 1730px;
  margin: auto;
  padding: 120px 0px;
}
@media screen and (max-width: 1300px) {
  .whitebox {
    padding: 90px 0px;
  }
}
@media screen and (max-width: 767px) {
  .whitebox {
    padding: 60px 0px;
    border-radius: 40px;
  }
}

.company_table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #d2d2d2;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .company_table {
    max-width: 658px;
    margin: 0 0 0 auto;
  }
}
.company_table span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .company_table {
    border: none;
    margin-top: 10px;
  }
}
.company_table th {
  padding: 18px 20px;
  border-width: 0 0 1px 0;
  vertical-align: middle;
  width: 20%;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 1300px) {
  .company_table th {
    width: 25%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 767px) {
  .company_table th {
    padding: 10px;
    padding-left: 0;
    width: auto;
    display: block;
    text-align: left;
  }
}
.company_table .th2 {
  background-color: #7a9b72;
  color: #fff;
}
.company_table td {
  padding: 18px 20px;
  vertical-align: top;
  padding-left: 0;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .company_table td {
    font-size: 15px;
    padding: 14px 20px;
  }
}
.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 20px;
    border-width: 0 0 0 0;
    display: block;
    padding-left: 0;
  }
}
.company_table .td2 {
  background-color: #7a9b72;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@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;
}

.company_style {
  margin-bottom: 30px;
}
.company_style .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 0 5px 10px;
  background: linear-gradient(to right, #01aba0, #00e0a4);
}
@media screen and (max-width: 991px) {
  .company_style .title {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .company_style .title {
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
.company_style .title span {
  padding: 0 6px;
  color: #947666;
  background-color: #fff;
  margin-right: 5px;
}

.mapblock {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mapblock {
    margin-top: 40px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .mapblock iframe {
    height: 220px;
  }
}
.mapblock .maptext {
  margin-bottom: 10px;
}
.mapblock .maptext span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.greet_img {
  float: right;
  margin-left: 20px;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .greet_img {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

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

  ■商品紹介

=====================================*/
.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;
  }
}

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

.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;
}

.taxonomy_float {
  border-radius: 20px;
  border: 1px solid;
  color: #fe5278;
  position: absolute;
  padding: 5px;
  height: 30px;
  line-height: 1.4;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  text-align: center;
  bottom: auto;
  top: 10px;
  margin: auto;
  font-size: 13px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .taxonomy_float {
    bottom: auto;
    top: 10px;
  }
}
.archive-news {
  background-color: #fff;
  padding: 20px;
}

.titleblock_singlepage {
  position: relative;
  line-height: 1.5;
}
.titleblock_singlepage .single-blog__date {
  font-size: 18px;
  font-weight: 600;
  color: #7a9b72;
}
@media screen and (max-width: 767px) {
  .titleblock_singlepage .single-blog__date {
    font-size: 14px;
  }
}
.titleblock_singlepage .cat_name {
  max-width: 100%;
  display: inline-block;
  font-size: 12px;
  background-color: #fff;
  border-radius: 15px;
  padding: 2px 14px;
  margin-bottom: -5px;
  margin-left: 10px;
  font-weight: 700;
  border: 1px solid #cccccc;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.student_wrap {
  border-radius: 80px;
  padding: 45px 55px;
  border: 5px solid #fbd9bb;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .student_wrap {
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .student_wrap {
    border-radius: 40px;
    padding: 30px;
  }
}

.cat_voice {
  margin-top: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .cat_voice {
    margin-top: 30px;
  }
}

.cat_maintitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .cat_maintitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cat_maintitle {
    font-size: 25px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .cat_maintitle {
    font-size: 21px;
    padding-left: 15px;
  }
}
.cat_maintitle::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #e77e84;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  left: 0px;
}
@media screen and (max-width: 480px) {
  .cat_maintitle::before {
    width: 10px;
    height: 10px;
  }
}

.voice_archivetitle {
  font-size: 28px;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px;
  border-radius: 40px;
  background-color: #e3dece;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .voice_archivetitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .voice_archivetitle {
    font-size: 18px;
    margin: 15px 0;
    padding: 10px;
    border-radius: 30px;
  }
}
.voice_archivetitle span {
  color: #fff;
  margin-right: 10px;
}

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

.archive-voiceone2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .archive-voiceone2 {
    margin-bottom: 30px;
  }
}

.loop__voice {
  background-color: #fff;
  border-radius: 24px;
  padding: 60px 60px 30px;
}
@media screen and (max-width: 1199px) {
  .loop__voice {
    padding: 40px 40px 10px;
  }
}
@media screen and (max-width: 767px) {
  .loop__voice {
    padding: 30px 30px 0;
  }
}
.loop__voice .img--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .loop__voice .img--center {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .loop__voice .img--center2 {
    margin-bottom: 30px;
  }
}
.loop__voice .img--center2 img {
  border-radius: 30px;
}
.loop__voice .textbox .box1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .loop__voice .textbox .box1 {
    margin-bottom: 30px;
  }
}
.loop__voice .textbox .box1 .intitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 0;
  border-bottom: 2px dotted #d4d0c3;
  border-top: 2px dotted #d4d0c3;
}
@media screen and (max-width: 1199px) {
  .loop__voice .textbox .box1 .intitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .loop__voice .textbox .box1 .intitle {
    font-size: 18px;
  }
}
.loop__voice .textbox .box1 .intext {
  background-color: #eee;
  padding: 40px;
  margin-top: 20px;
  border-radius: 24px;
}
@media screen and (max-width: 1199px) {
  .loop__voice .textbox .box1 .intext {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .loop__voice .textbox .box1 .intext {
    padding: 20px;
  }
}

.archive-news__block {
  background-color: #fff;
  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 .privacy_subtitle {
  color: #1d3966;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .privacy_text .privacy_subtitle {
    font-size: 18px;
  }
}
.privacy_text .privacy_subtitle span {
  color: #1d3966;
  font-size: 24px;
  margin-right: 5px;
}
.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: 35px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1056px) {
  .k_centertitle {
    font-size: 30px;
  }
}
@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;
  }
}
.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: #fff;
  background-color: #d14124;
  padding: 0 3px;
  font-weight: 600;
}

.dayblock {
  position: relative;
  background-color: #fff;
  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;
  }
}

.labelline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.labelline .blockone {
  width: calc(33% - 25px);
  margin-top: 80px;
}
@media screen and (max-width: 1600px) {
  .labelline .blockone {
    width: calc(33% - 14px);
  }
}
@media screen and (max-width: 1199px) {
  .labelline .blockone {
    width: calc(50% - 10px);
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .labelline .blockone {
    width: 100%;
  }
}
.centerimg2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .centerimg2 {
    margin-bottom: 0;
  }
}

.contactwhite {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contactwhite {
    padding: 30px 30px;
  }
}
.contactwhite .button_block_t {
  margin-top: 0;
}

.voiceflex {
  display: flex;
  width: 100%;
  max-width: 1110px;
  align-items: flex-end;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voiceflex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .voiceflex .imgside {
    max-width: 75%;
    margin: auto;
  }
}
.voiceflex .textb {
  width: 55%;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .voiceflex .textb {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .voiceflex .textb {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.voiceflex .textb .titleone {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .voiceflex .textb .titleone {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .voiceflex .textb .titleone {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .voiceflex .textb .txt {
    display: none;
  }
}

.whitebasean {
  margin-top: 40px;
}

.yellowtitle {
  font-size: 26px;
  font-weight: 700;
  background-color: #f6d349;
  border-radius: 13px;
  margin-bottom: 20px;
  padding: 15px 10px 10px;
}
@media screen and (max-width: 991px) {
  .yellowtitle {
    font-size: 20px;
    padding: 10px 10px 7px;
  }
}
.yellowtitle img {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .yellowtitle img {
    max-width: 45px;
  }
}

.whitebase {
  border-radius: 40px;
  background-color: #fff;
  padding: 70px;
}
@media screen and (max-width: 1600px) {
  .whitebase {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .whitebase {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase {
    padding: 30px;
  }
}
.whitebase .imgreen {
  color: #7a9b72;
}
@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: 33%;
  margin-left: 30px;
}
@media screen and (max-width: 1600px) {
  .whitebase .inflex .imgb {
    width: 30%;
  }
}
@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 .subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .whitebase .inflex .textb .subtitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .whitebase .inflex .textb .subtitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase .inflex .textb .subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.whitebase .inflex .textb .buttonpink {
  font-size: 18px;
  background-color: #e3873d;
  max-width: 540px;
  color: #fff;
  border-radius: 6px;
  padding: 24px 10px;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .whitebase .inflex .textb .buttonpink {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .whitebase .inflex .textb .buttonpink {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .whitebase .inflex .textb .buttonpink {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.whitebase .inflex .textb .buttonpink span {
  position: relative;
  padding-left: 35px;
}
.whitebase .inflex .textb .buttonpink span img {
  right: auto;
  left: 0px;
}
.whitebase .inflex .textb .buttonpink span .icon1 {
  transition: 0.8s;
  opacity: 1;
}
.whitebase .inflex .textb .buttonpink span .icon2 {
  opacity: 0;
  transition: 0.8s;
}
.whitebase .inflex .textb .buttonpink:hover {
  background-color: #d96d16;
}
.whitebase_c {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 16px;
  margin-top: 30px;
  width: 100%;
  max-width: 1022px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 0;
}
.whitebase_c .insub {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.whitebase2 {
  background-color: #efede0;
  margin-bottom: 40px;
}
.whitebase2 .button_block_t {
  background-color: #fff;
  border-color: #fff;
  padding: 13px 15px;
  color: #3f342d;
  cursor: pointer;
  text-align: center;
  max-width: 420px;
}
.whitebase2 .button_block_t img {
  position: static;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .whitebase2 .button_block_t img {
    max-width: 19px;
  }
}
.whitebase2 .button_block_t:hover {
  color: #3f342d;
  opacity: 0.8;
  transition: 0.8s;
}
.whitebase2 .button_block_t:hover span {
  color: #3f342d;
}
.whitebase2 .button_block_t .span1 {
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .whitebase2 .button_block_t .span1 {
    font-size: 25px;
  }
}
.whitebase2 .button_block_t .span2 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  padding-left: 0;
}
@media screen and (max-width: 1300px) {
  .whitebase2 .textb2 {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .whitebase2 .textb2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form-control {
    height: 45px;
  }
}

.input_half input {
  max-width: 158px;
  padding: 0 5px;
}
.input_half select {
  width: 206px;
  padding: 0 5px;
}

.table-contact {
  table-layout: fixed;
  border-top: 1px solid #ababab;
  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 #ababab !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-right: none;
  }
}
.table-contact th .red {
  color: #fff;
  background-color: #e2590e;
  border-radius: 4px;
  position: absolute;
  right: 40px;
  line-height: 1.4;
  padding: 2px 10px;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .table-contact th .red {
    right: 10px;
  }
}
.table-contact td {
  width: 75%;
  padding: 25px 130px 25px 15px;
  line-height: 1.4;
  border-bottom: 1px solid #ababab;
}
@media screen and (max-width: 991px) {
  .table-contact td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  width: calc(20% - 10px);
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    width: 100% !important;
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(1) {
  width: calc(16% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(1) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(1) {
    width: calc(50% - 10px);
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(2) {
  width: calc(21% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(2) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(2) {
    width: calc(50% - 10px);
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(3) {
  width: calc(18% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(3) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(3) {
    width: calc(50% - 10px);
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(4) {
  width: calc(21% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(4) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(4) {
    width: calc(50% - 10px);
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(6) {
  width: calc(16% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(6) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(6) {
    width: calc(50% - 10px);
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(7) {
  width: calc(21% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(7) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(7) {
    width: calc(50% - 10px);
  }
}
.table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(8) {
  width: calc(18% - 10px);
}
@media screen and (max-width: 1300px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(8) {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .table-contact td .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:nth-child(8) {
    width: calc(50% - 10px);
  }
}
.table-contact td br {
  display: none !important;
}
.table-contact .td_0 {
  padding: 30px 15px 25px;
}
@media screen and (max-width: 991px) {
  .table-contact .td_0 {
    padding: 10px;
  }
}
.table-contact .td_0 label {
  margin-bottom: 10px;
}
.table-contact .td2 {
  border-bottom: none;
  padding-bottom: 0;
}
.table-contact .td2 .formin {
  display: block;
  margin-bottom: 10px;
}
.table-contact .td3 .formin {
  display: block;
  margin-bottom: 10px;
}

.shortwhite {
  margin: auto;
  width: 100%;
  max-width: 636px;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.shortwhite .telone {
  display: block;
  margin: 5px 0;
}
.shortwhite .subtitle {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .shortwhite .subtitle {
    font-size: 19px;
  }
}
.shortwhite .sub2 {
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .shortwhite .sub2 {
    letter-spacing: 0;
  }
}

.contact__table.btn__block .txt__inline03 input {
  display: block;
  width: 100%;
  max-width: 525px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e3873e;
  position: relative;
  background-size: cover;
  background-position: right;
  border: 2px solid #e3873e;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  padding: 21px 20px;
  font-weight: 500;
  transition: 0.8s;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
@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 img {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  position: absolute;
  max-width: 40px;
}
.contact__table.btn__block .txt__inline03 input:hover {
  color: #e3873e;
  transition: 0.8s;
  background-image: url(images/cbtn_2.svg);
  background-color: #fff;
}
.contact__table.btn__block .txt__inline03 input:hover img {
  opacity: 1;
}

.wpcf7-spinner {
  display: block;
  margin: 2rem auto 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;
  }
}

.feetablebox .k_subtitle {
  border-top: 1px solid #b4c9db;
}
.feetablebox .k_subtitle::before {
  background-color: #1d3966;
}

.fee_title {
  background: linear-gradient(to right, #23afd2, #018bcd);
  line-height: 1;
  padding: 13px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .fee_title {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .fee_title {
    font-size: 19px;
  }
}

.subdiv {
  font-size: 18px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  padding-top: 10px;
  line-height: 1.5;
  border-top: 1px solid #eff7fa;
  position: relative;
}
.subdiv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 1px;
  background-color: #d3e3ef;
}

@media screen and (max-width: 767px) {
  .tableauto {
    overflow-x: scroll;
  }
}

.table-fee {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-fee {
    width: 750px;
  }
}
@media screen and (max-width: 480px) {
  .table-fee {
    width: 480px;
  }
}
.table-fee tr {
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .table-fee tr {
    background-color: transparent;
    border: none;
  }
}
.table-fee tr th {
  border-right: 1px solid;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
  width: auto !important;
  min-width: auto !important;
  color: #fff !important;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #1d3966 !important;
}
.table-fee tr td {
  position: relative;
  padding-left: 15px;
  border-right: 1px solid #e4e4e4;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  background: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}
.table-fee tr td a.site {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .table-fee tr .th_1 {
    padding-bottom: 10px;
    background-color: #1d3966 !important;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
  }
}
.table-fee tr .td3 {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .table-fee tr .td3 {
    width: 15%;
  }
}
.table-fee tr .th3 {
  border-right: 1px solid #1d3966;
}
.table-fee .main th {
  text-align: center;
}
.table-fee .main .th1 {
  padding-left: 15px;
}

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

.c_table {
  width: 100%;
  margin-top: 30px;
  line-height: 1.6;
}
.c_table tr th {
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 10px;
  width: 19%;
  font-size: 18px;
  background: transparent;
  min-width: 130px;
  margin-bottom: 20px;
  color: #1d3966;
}
@media screen and (max-width: 1199px) {
  .c_table tr th {
    width: 21%;
  }
}
@media screen and (max-width: 767px) {
  .c_table tr th {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    text-align: center;
    float: left;
    margin: 0;
    border-top: 1px solid #b4c9db;
  }
}
.c_table tr th::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-color: #b4c9db;
}
@media screen and (max-width: 767px) {
  .c_table tr th::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c_table tr th br {
    display: none;
  }
}
.c_table tr td {
  width: 75%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 15px;
  background: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c_table tr td {
    display: block;
    clear: both;
    width: 100%;
    border-top: 1px solid #b4c9db;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: none;
    text-align: left;
    float: left;
    margin: 0;
  }
}
.c_table tr td .txt-box .titleone {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

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

  ■お知らせ

=====================================*/
.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: #fff;
  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: #fff;
}
.archive-news__inner a:hover span {
  color: #fff;
}

.freetext {
  background-color: #fff;
  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;
}

.archive-blog__title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #3f342d;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .archive-blog__title {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .archive-blog__title {
    font-size: 16px;
    margin-top: 4px;
  }
}

.archive-blog__title_k {
  white-space: normal;
}

.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: #504434;
  line-height: 1.5;
  padding-bottom: 14px;
  margin-top: 10px;
  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;
}

.photo_thumb {
  display: flex;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .photo_thumb {
    margin-left: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .photo_thumb::after {
    content: "";
    display: block;
    width: calc(32% - 3px);
  }
}
@media screen and (max-width: 480px) {
  .photo_thumb::after {
    width: calc(33% - 3px);
  }
}

.thumb__block--cell {
  width: calc(33% - 3px);
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 6px;
  height: 120px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1199px) {
  .thumb__block--cell {
    width: calc(32% - 3px);
    margin-bottom: 6px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .thumb__block--cell {
    height: 65px;
  }
}
@media screen and (max-width: 480px) {
  .thumb__block--cell {
    width: calc(33% - 3px);
    height: 70px;
    margin-right: 0;
    border-radius: 12px;
  }
}
.thumb__block--cell img {
  max-width: 200%;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .thumb__block--cell img {
    border-radius: 16px;
  }
}

.aworktitle {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.aworktitle img {
  margin-right: 10px;
}

.tab-content {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .tab-content {
    overflow: hidden;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content {
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.tab-content img {
  border-radius: 20px;
  max-width: 400px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .tab-content img {
    max-width: 367px;
  }
}
@media screen and (max-width: 991px) {
  .tab-content img {
    border-radius: 16px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .tab-content img {
    border-radius: 16px;
    max-width: 100%;
    position: static;
    transform: translate(0%, 0%);
  }
}

.tab-content > .active {
  position: relative;
  padding-bottom: 307px;
}
@media screen and (max-width: 991px) {
  .tab-content > .active {
    padding-bottom: 214px;
  }
}
@media screen and (max-width: 767px) {
  .tab-content > .active {
    padding-bottom: 0px;
  }
}

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

  ■フッター

=====================================*/
.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;
  }
}

.bannerline {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .bannerline .banner {
    text-align: center;
  }
}

.footerlink {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .footerlink {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.bigblock_in2 {
  background-image: none;
}

.markflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .markflex {
    flex-wrap: wrap;
  }
}
.markflex .block1 {
  width: calc(33% - 14px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .markflex .block1 {
    width: calc(50% - 20px);
    margin: auto;
    margin-bottom: 20px;
  }
}

.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;
  }
}

.footer_contactblock {
  padding-top: 50px;
  position: relative;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_contactblock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

#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: 60px;
    bottom: 95px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page-top a {
    max-width: 50px;
    bottom: 75px;
    right: 15px;
  }
}

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

/*ページトップ*/
.footerout {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .footerout {
    padding: 0;
  }
}

.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: 335px;
  }
}
@media screen and (max-width: 480px) {
  .footermenu {
    max-width: 290px;
  }
}
.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: 10px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  letter-spacing: -1px;
  color: #3f342d;
  font-weight: 500;
  text-align: left;
}
@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: #333;
  opacity: 0.8;
}
.footermenu li a br {
  display: none;
}
@media screen and (max-width: 991px) {
  .footermenu li a br {
    display: block;
  }
}
.footermenu .sub_list {
  position: relative;
}
.footermenu .sub_list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bea69c;
  left: -10px;
}
.footermenu .bigfirst {
  font-weight: 700;
  position: relative;
}
.footermenu .bigfirst::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(images/circle.png);
  top: 5px;
  margin: auto;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .footermenu .left1 {
    font-size: 13px;
    width: calc(44% - 6px);
  }
}
.footermenu .lock_t a {
  position: relative;
}
.footermenu .lock_t a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(images/lock.png);
  right: -20px;
  width: 14px;
  height: 18px;
  background-size: cover;
}
.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;
}
.footermenu .bigtext_mt {
  margin-top: 30px;
}
.footermenu .lock {
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footermenu .lock {
    width: 130px !important;
  }
}
.footermenu .lock::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(images/lock.png);
  right: 0;
  width: 17px;
  height: 22px;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .footermenu .lock::before {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footermenu .lock::before {
    right: 0;
  }
}
.footermenu .lastnavi {
  max-width: 109px;
}

/*フッターコンテンツ*/
/*コピーライト*/
.copy {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 120px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .copy {
    margin-bottom: 60px;
  }
}

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

.footergroup {
  width: 100%;
  max-width: 1040px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footergroup {
    display: block;
  }
}

.footer_right2 {
  margin-top: 20px;
}

.footer_right {
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer_right {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
  }
}
.footer_right .float_icon {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .footer_right .float_icon {
    margin: auto;
    position: static;
    max-width: 120px;
    margin-bottom: 20px;
  }
}
.footer_right .float_icon .youtube_icon {
  margin-right: 10px;
}
.footer_right .time {
  font-size: 15px;
  padding-left: 93px;
  text-indent: -93px;
}
@media screen and (max-width: 767px) {
  .footer_right .time {
    text-align: center;
  }
}
.footer_right .text {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer_right .text {
    text-align: center;
  }
}

.footerservice_title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footerbanner2 a {
  color: #fff;
  background-color: #947666;
}

.topnews__box {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .topnews__box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topnews__box {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .topnews__box {
    margin-bottom: 0;
  }
}
.topnews__box .sidetext {
  width: 65%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .topnews__box .sidetext {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .topnews__box .sidetext {
    width: 100%;
    display: block;
  }
}
.topnews__box .sidetext .imgb {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .topnews__box .sidetext .imgb {
    margin-right: 0;
    margin-bottom: 20px;
    display: none;
  }
}
.topnews__box .sidetext .imgb img {
  max-width: 134px;
}
.topnews__box .titlebox {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .topnews__box .titlebox {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .topnews__box .titlebox {
    text-align: center;
    margin-bottom: 30px;
  }
}
.topnews__box .titlebox .maintitle {
  font-size: 52px;
}
@media screen and (max-width: 1600px) {
  .topnews__box .titlebox .maintitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .topnews__box .titlebox .maintitle {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  .topnews__box .titlebox .maintitle {
    font-size: 28px;
  }
}
.topnews__box .titlebox .subtitle {
  font-weight: 700;
  color: #435222;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topnews__box .titlebox .subtitle {
    font-size: 13px;
    margin-top: 0;
  }
}
.topnews__box .titlebox .subtitle span {
  padding-left: 20px;
  position: relative;
}
.topnews__box .titlebox .subtitle span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9bb172;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.t_news_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .t_news_flex {
    flex-wrap: wrap;
  }
}
.t_news_flex .leftside {
  position: relative;
}
@media screen and (max-width: 991px) {
  .t_news_flex .leftside {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .t_news_flex .leftside img {
    position: absolute;
    top: 0;
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .t_news_flex .leftside img {
    display: none;
  }
}
.t_news_flex .leftside .titlebox {
  text-align: left;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 991px) {
  .t_news_flex .leftside .titlebox {
    writing-mode: horizontal-tb;
    text-align: center;
    margin-bottom: 0;
  }
}
.t_news_flex .leftside .titlebox .maintitle {
  color: #2c271e;
}
.t_news_flex .leftside .titlebox .subtitle {
  margin-left: 0;
  color: #73541d;
}
.t_news_flex .leftside .titlebox .subtitle span {
  padding-top: 20px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .t_news_flex .leftside .titlebox .subtitle span {
    padding-top: 0;
    padding-left: 20px;
  }
}
.t_news_flex .leftside .titlebox .subtitle span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f6ca1c;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 991px) {
  .t_news_flex .leftside .titlebox .subtitle span::before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    right: auto;
  }
}
.t_news_flex .topnews_flex {
  width: 55%;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .t_news_flex .topnews_flex {
    width: 100%;
    margin: 40px auto;
  }
}
.t_news_flex .rightside {
  height: 380px;
  border-radius: 10px;
  background-color: #f4da70;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .t_news_flex .rightside {
    width: 34%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .t_news_flex .rightside {
    width: 100%;
    text-align: center;
  }
}
.t_news_flex .rightside .minititle {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t_news_flex .rightside .minititle {
    position: static;
  }
}

.topnews_flex {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topnews_flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .topnews_flex .button_block {
    margin-right: auto;
    margin-left: auto;
  }
}

.topnews__wrap2 {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topnews__wrap2 {
    padding: 30px;
  }
}
.topnews__wrap2 .yellowtitle2 {
  background-color: #f6d349;
  border-radius: 13px;
  margin-bottom: 20px;
  padding: 20px 30px 20px;
}
@media screen and (max-width: 767px) {
  .topnews__wrap2 .yellowtitle2 {
    padding: 15px;
  }
}
.topnews__wrap2 .yellowtitle2 .days_block {
  font-size: 14px;
  font-weight: 700;
  color: #645230;
}
.topnews__wrap2 .yellowtitle2 .archive-blog__title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .topnews__wrap2 .yellowtitle2 .archive-blog__title {
    font-size: 21px;
  }
}

.topnews_d_t {
  border-bottom: 1px solid #d7d4be;
  display: block;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .topnews_d_t {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .topnews_d_t {
    width: 100%;
  }
}
.topnews_d_t:first-child {
  border-top: 1px solid #d7d4be;
}
.topnews_d_t:hover {
  background-color: #fff;
  transition: 0.8s;
}
.topnews_d_t .days_block {
  color: #e1a30c;
  font-weight: 700;
  margin-right: 10px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .topnews_d_t .days_block {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.topnews_d_t .archive-blog__title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .topnews_d_t .archive-blog__title {
    font-size: 16px;
  }
}
.topnews_d_t .textline {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
}
.topnews_d_t .textin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topworks_kasou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topworks_kasou .jumpdiv_n {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1300px) {
  .topworks_kasou .jumpdiv_n {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .topworks_kasou .jumpdiv_n {
    width: 100%;
  }
}
.topworks_kasou .jumpdiv_n .works_inblock {
  margin-bottom: 60px;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  border: 8px solid #e6e6d5;
}
@media screen and (max-width: 1300px) {
  .topworks_kasou .jumpdiv_n .works_inblock {
    margin-bottom: 30px;
  }
}

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

  ■フロント

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




/*slick*/
.slick__wrap {
  position: relative;
  background-size: contain;
  width: 100%;
  margin: auto;
  margin-top: 230px;
}
@media screen and (max-width: 1300px) {
  .slick__wrap {
    margin-top: 160px;
  }
}
@media screen and (max-width: 991px) {
  .slick__wrap {
    margin-top: 60px;
  }
}
.slick__wrap .slick-arrow {
  display: none !important;
}
.slick__wrap .float1 {
  position: absolute;
}
.slick__wrap .slick-slide {
  height: auto;
}
.slick__wrap .slick-slide img {
  position: relative;
  margin: auto;
  width: 95%;
  border-radius: 90px;
}
@media screen and (max-width: 1600px) {
  .slick__wrap .slick-slide img {
    width: 98%;
  }
}
@media screen and (max-width: 1300px) {
  .slick__wrap .slick-slide img {
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick-slide img {
    margin-top: 0px;
    border-radius: 40px;
    width: 100%;
  }
}
.bigcargo {
  padding-top: 140px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .bigcargo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .bigcargo {
    padding-top: 60px;
  }
}
.bigcargo .float_o {
  position: absolute;
  left: 20%;
  top: 60px;
  z-index: -1;
}
.bigcargo .float_y {
  position: absolute;
  left: -180px;
  bottom: 80px;
  z-index: -1;
}

.wrap_out {
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrap_out {
    padding: 0 30px;
  }
}
.wrap_out .floatone {
  position: absolute;
  right: -50px;
  bottom: -480px;
  z-index: -1;
}
.wrap_out .neckfloat {
  position: absolute;
  right: 140px;
  bottom: -50px;
}
@media screen and (max-width: 1700px) {
  .wrap_out .neckfloat {
    right: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .wrap_out .neckfloat {
    right: 40px;
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .wrap_out .neckfloat {
    right: 30px;
    max-width: 160px;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_out .neckfloat {
    max-width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .wrap_out .neckfloat {
    right: 30px;
    max-width: 115px;
    bottom: -25px;
  }
}

@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-md2b {
  display: none !important;
}
@media screen and (max-width: 1420px) {
  .visible-md2b {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .visible-md2b {
    display: none !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;
  }
}

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

  ■投稿基本設定

======================================*/
/*投稿
--------------------------------------*/
.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 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  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: #fff;
  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;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none !important;
  padding: 5px !important;
  margin: 5px !important;
  background: #fff;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 6px;
  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: #e1a30c;
  color: #fff;
}
.wp-pagenavi .nextpostslink {
  background-color: transparent;
  border: 1px solid #d5d5c2 !important;
}
.wp-pagenavi .previouspostslink {
  background-color: transparent;
  border: 1px solid #d5d5c2 !important;
}
.wp-pagenavi span.current {
  border: none;
  font-weight: normal;
  background: #e1a30c;
  color: #fff;
  border: 1px solid #e1a30c;
}
.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: #7a9b72;
  border-radius: 30px;
  color: #fff;
  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: #fff;
  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-color: #d3ddc8;
  color: #fff;
  width: 54px;
  border: 2px solid #d3ddc8;
}
@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;
}
.paginate__wrap .paginate__block--next a:hover {
  background-color: #fff;
  color: #7a9b72;
}
.paginate__wrap .paginate__block--prev {
  min-width: 54px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev {
    min-width: 53px;
    width: 53px;
    min-height: 53px;
  }
}
.paginate__wrap .paginate__block--prev a {
  min-height: 54px;
  position: relative;
  background-color: #d3ddc8;
  border: 2px solid #d3ddc8;
  color: #fff;
  width: 54px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev a {
    min-width: 53px;
    width: 53px;
    min-height: 53px;
  }
}
.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:hover {
  background-color: #fff;
  color: #7a9b72;
}
.paginate__wrap .paginate__block--back a {
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.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: #fff;
  color: #7a9b72;
}

.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: #fff;
}
@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: #fff;
  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;
}
/*# sourceMappingURL=style.css.map */