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

  ■メディアクエリ

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

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

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

  ■基本設定

=====================================*/
/* slick導入時に削除 */
.slick-slide {
  min-height: auto;
}

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

.none_item {
  display: none;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.page__content {
  padding: 100px 0;
}

body {
  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.8;
  color: #333333;
  background-color: #fff;
  letter-spacing: 0.5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.color_red {
  color: #b91c31;
}

.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: 1400px) {
  .visible-md2 {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/*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: #083015;
}
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;
  }
}

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

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

.mb70_sm240 {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .mb70_sm240 {
    margin-bottom: 40px;
  }
}

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

  ■フェードイン

=====================================*/
@media screen and (min-width: 768px) {
  .fade-wrap > * {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .fade-wrap-right > * {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .fade-wrap-left > * {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .fade-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .fade-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .fade-up--stop {
    opacity: 0;
    transform: translateY(0px);
    transition: opacity 1.2s, transform 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .delay1 {
    transition-delay: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .delay2 {
    transition-delay: 0.6s;
  }
}

@media screen and (min-width: 768px) {
  .delay3 {
    transition-delay: 0.9s;
  }
}

@media screen and (min-width: 768px) {
  .delay4 {
    transition-delay: 1.2s;
  }
}

@media screen and (min-width: 768px) {
  .delay5 {
    transition-delay: 1.5s;
  }
}

@media screen and (min-width: 768px) {
  .delay6 {
    transition-delay: 1.8s;
  }
}

@media screen and (min-width: 768px) {
  .delay4000 {
    transition-delay: 4s !important;
  }
}

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

  ■ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
.main-content {
  width: 100%;
  padding-left: 185px;
}
@media screen and (max-width: 1199px) {
  .main-content {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .main-content {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .main-content {
    min-height: auto;
  }
}

.header {
  padding: 30px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  z-index: 20;
  background: #AC1A33;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .header {
    max-width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 10px 0px;
    height: auto;
    max-width: none;
  }
}

.descr_h1 {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 65px;
  top: 12px;
  width: 100%;
  line-height: 1.5;
  max-width: 180px;
}
.descr_h1 span {
  font-weight: 600;
  font-size: 17px;
}

@media screen and (max-width: 1023px) {
  .menu_fixed .header .navbar-nav.nav > li > a {
    color: #fff;
  }
}
.menu_fixed .header .navbar-nav.nav > li > a:hover {
  background-color: #fff;
  color: #80061b;
}
.menu_fixed .header .navbar-nav.nav > li > a:active {
  background-color: #fff;
  color: #80061b !important;
}

.sidemenu_btn {
  margin-top: 40px;
}
.sidemenu_btn a {
  display: block;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  margin-top: 8px;
  font-size: 15px;
}
@media screen and (max-width: 1199px) {
  .sidemenu_btn a {
    font-size: 14px;
  }
}
.sidemenu_btn a:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}
.sidemenu_btn .btn1 {
  color: #9E0C25;
}
.sidemenu_btn .btn2 {
  background-color: #F1A119;
  border-color: #F1A119;
}
.sidemenu_btn .btn3 {
  background-color: #AC1A33;
  color: #fff;
}
.sidemenu_btn .btn4 {
  color: #333333;
}
.sidemenu_btn .btn4 img {
  margin-right: 5px;
  margin-bottom: 2px;
  max-width: 22px;
}
.header__inner {
  /*ロゴ*/
  /*電話番号*/
  /*お問い合わせ*/
  /*グローバルメニューの親*/
}
@media screen and (max-width: 1023px) {
  .header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    letter-spacing: 0;
  }
}
.header__inner .header__logo {
  width: 100%;
  order: 1;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .header__logo {
    margin-bottom: 0;
    max-width: 45px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .header__tel {
    display: block;
    background: #078D38;
    border: 1px solid;
    padding: 8px;
    width: 100%;
    line-height: 1.3;
    max-width: 40px;
    min-width: 40px;
    order: 2;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: auto;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__tel {
    order: 3;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    display: none;
    line-height: 1.3;
  }
}
.header__inner .header__tel .tel_link {
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel .tel_link {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__tel .tel_link {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .header__tel .tel_link {
    font-size: 19px;
  }
}
.header__inner .header__tel .tel_link i {
  font-size: 26px;
  display: inline-block;
  color: #edf3e5;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .header__inner .header__tel .tel_link i {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .header__tel .tel_link i {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__tel .tel_link i {
    margin-right: 5px;
  }
}
.header__inner .header__tel .tel_link span {
  display: none;
}
.header__inner .header__tel p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__inner .header__tel p {
    display: block;
    font-size: 11px;
    color: #333;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner .header__tel p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1400px) {
  .header__inner .header__tel p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__tel p {
    font-size: 13px;
  }
}
.header__inner .header__contact {
  color: #fff;
  text-decoration: none;
  padding: 13px 0 13px 3px;
  text-align: center;
  order: 5;
  text-align: center;
  max-width: 40px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin-left: 5px;
  position: absolute;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  right: 54px;
  top: 4px;
}
.header__inner .header__contact:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .header__inner .header__contact {
    position: relative;
    margin-left: 0px;
    padding: 12px 15px 12px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    margin-right: 0;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .header__contact {
    order: 4;
    margin-top: 0px;
    padding: 4px;
    margin-left: 0;
    font-size: 20px;
    padding: 11.5px 10px 12px;
  }
}
.header__inner .header__contact span {
  display: inline-block;
  vertical-align: middle;
}
.header__inner .header__contact .tel_link .nonetel {
  font-size: 26px;
}
.header__inner .header__menu {
  order: 4;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header__inner .header__menu {
    order: 2;
    margin-left: auto;
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__menu {
    max-width: 825px;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner .header__menu {
    max-width: 825px;
  }
}
@media screen and (max-width: 1023px) {
  .header__inner .header__menu {
    max-width: none;
  }
}
.header__inner .header__menu .sidemenubar {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 15px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__menu .sidemenubar {
    padding: 9px 15px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__menu .sidemenubar {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 8px;
  }
}

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

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

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

@media screen and (max-width: 1023px) {
  .navbar-header {
    float: left !important;
  }
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.slick-initialized .slick-slide {
  display: block;
  margin: 0;
}

/*グローバルナビ*/
.navbar-nav {
  margin: 0px -15px;
}
@media screen and (max-width: 1400px) {
  .navbar-nav {
    max-width: 580px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-nav {
    margin: 0px;
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav {
    overflow: scroll;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-nav {
    float: none;
    margin: 0;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.navbar-nav.nav > .current-post-parent > a {
  border-bottom: 3px solid #80061b;
}
.navbar-nav.nav > .current-post-ancestor > a {
  border-bottom: 3px solid #80061b;
}
.navbar-nav.nav > .current-menu-ancestor > a {
  border-bottom: 3px solid #80061b;
}
@media screen and (min-width: 1024px) {
  .navbar-nav.nav > li {
    text-align: center;
    position: relative;
    flex-basis: auto;
  }
}
.navbar-nav.nav > li.active > a {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  border-bottom: 3px solid #80061b;
}
@media screen and (max-width: 1023px) {
  .navbar-nav.nav > li.active > a {
    border-bottom: 2px solid #80061b;
    color: #fff;
    background-color: #80061b;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-nav.nav > li.menu-item-has-children a {
    padding-right: 15px;
  }
}
.navbar-nav.nav > li > a {
  position: relative;
  display: block;
  padding: 22px 12px 22px;
  line-height: 1.4;
  color: #fff;
  height: 100%;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .navbar-nav.nav > li > a {
    font-size: 13px;
    padding: 20px 5px 12px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar-nav.nav > li > a {
    font-size: 12px;
    padding: 25px 2px;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-nav.nav > li > a {
    text-align: center;
    border-bottom: 1px solid #c94d4f;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 14px 5px;
    display: block;
  }
}
.navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  background-color: #80061b;
  border-color: #80061b;
}
.navbar-nav.nav > li > a:hover .caret::before, .navbar-nav.nav > li > a:focus .caret::before {
  background-image: url(images/caret.png);
}
.navbar-nav.nav > li > a .caret {
  margin: 0;
  border: none;
  vertical-align: baseline;
}
.navbar-nav.nav > li > a .caret::before {
  content: "";
  background-image: url(images/caret.png);
  width: 14px;
  height: 8px;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a .caret::before {
    top: 0;
  }
}
/*ドロップダウンメニュー*/
.dropdown-menu {
  background-color: transparent;
  color: #006d27;
}
@media screen and (min-width: 1024px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 150px;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    border: none !important;
    position: static !important;
    box-shadow: none !important;
    margin: auto !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
  }
}
.dropdown-menu > li {
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 1023px) {
  .dropdown-menu > li {
    width: 50%;
    padding: 10px 5px 10px 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-menu > li {
    padding: 0;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) {
  .dropdown-menu > li > a {
    border-radius: 4px;
    text-decoration: none;
    line-height: 1.5 !important;
    white-space: normal;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 12px;
    background-color: #fff;
    text-align: center;
    color: #AC1A33;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-menu > li > a {
    text-decoration: none;
  }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #80061b;
}
@media screen and (max-width: 1023px) {
  .dropdown-menu > .sp_side2 {
    padding: 10px 10px 10px 5px !important;
  }
}
.dropdown-menu > .sp_side2 > a {
  color: #333;
  background-color: #F1A119;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #fff;
  color: #80061b;
}

@media screen and (max-width: 1023px) {
  .dropdown-toggle {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .nav > li:hover > .dropdown-menu {
    display: block;
  }
}

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

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

  ■トップページ

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

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

.img_int {
  text-align: center;
  margin-bottom: 30px;
}

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

.button_block {
  display: block;
  width: 100%;
  margin-top: 30px;
  max-width: 328px;
  margin-right: auto;
  border: 1px solid #fff;
  text-align: center;
  background: transparent;
  z-index: 2;
  position: relative;
  padding: 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button_block {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
.button_block:hover img {
  transition-duration: 0.8s;
  background-color: #083015;
}
.button_block img {
  padding: 4px 20px;
  background-color: #078d38;
  border-radius: 20px;
  margin-left: 10px;
}

.minibutton {
  max-width: 178px;
  margin-left: 0;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.centerbutton a {
  margin-right: auto;
  margin-left: auto;
}

.centertitle {
  text-align: center;
}

.banner_container {
  display: flex;
  max-height: 510px;
}
@media screen and (max-width: 1056px) {
  .banner_container {
    max-height: 400px;
  }
}
.banner_container .container_in {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1056px) {
  .banner_container .container_in {
    margin: 0;
  }
}
.banner_container .container_in a {
  display: block;
  width: 100%;
  max-width: 470px;
  position: relative;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .loopSliderWrap {
    height: 250px;
  }
}
@media screen and (min-width: 1057px) {
  .loopSliderWrap {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .loopSliderWrap {
    height: 300px;
  }
}
.loopSliderWrap::after {
  content: "";
  display: none;
  clear: none;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 150px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .loopSlider {
    height: 250px;
  }
}
.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .loopSlider ul {
    height: 250px;
  }
}
.loopSlider ul li {
  width: 150px;
  height: 150px;
  float: left;
  display: inline;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .loopSlider ul li {
    width: 250px;
    height: 250px;
  }
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.textwhite {
  color: #fff;
}

.kasoutitle {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .kasoutitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .kasoutitle {
    font-size: 20px;
    font-weight: 700;
  }
}

.underline_text {
  padding-bottom: 70px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 991px) {
  .underline_text {
    padding-bottom: 50px;
  }
}

.kasougreetimg {
  position: relative;
}
.kasougreetimg .textfloat {
  position: absolute;
  background-color: #fff;
  padding: 50px 14px 50px 30px;
  left: -100px;
  top: 70px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 457px;
}
@media screen and (max-width: 1199px) {
  .kasougreetimg .textfloat {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .kasougreetimg .textfloat {
    padding: 20px 14px;
    font-size: 16px;
    position: static;
    max-width: none;
  }
}

.reform_group {
  background-color: #fff;
  padding: 60px 70px;
  margin-bottom: 90px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .reform_group {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .reform_group {
    margin-bottom: 50px;
    padding: 30px 14px;
  }
}
.reform_group .img {
  text-align: center;
}

.reformad_row {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .reformad_row .img {
    margin-bottom: 20px;
  }
}
.reformad_row .number {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .reformad_row .number {
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .reformad_row .number {
    right: 14px;
  }
}
.reformad_row .textbox .title {
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  margin: 40px 0 20px;
}
@media screen and (max-width: 991px) {
  .reformad_row .textbox .title {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .reformad_row .textbox .title {
    font-size: 22px;
  }
}

.buttongroup {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .buttongroup {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .buttongroup {
    margin-bottom: 50px;
  }
}
.buttongroup .button_block a {
  width: 100%;
  max-width: 328px;
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buttongroup .button_block a {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.buttongroup .button_block a:hover {
  color: #000;
  background-color: #fff;
}
.buttongroup .button_block a::before {
  content: "";
  position: absolute;
  background-image: url(images/triangle_down.png);
  height: 6px;
  width: 14px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -10px;
}
.buttongroup .bar_button_l a {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .buttongroup .bar_button_l a {
    margin-right: auto;
    margin-left: auto;
  }
}
.buttongroup .bar_button_r a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .buttongroup .bar_button_r a {
    margin-right: auto;
    margin-left: auto;
  }
}

.kasou_maincontent .content_in {
  margin-bottom: 70px;
  width: 100%;
  max-width: 1164px;
  margin: auto;
  position: relative;
  display: flex;
  z-index: 0;
  padding: 70px 60px 70px 180px;
}
@media screen and (max-width: 991px) {
  .kasou_maincontent .content_in {
    padding: 50px 20px 50px 120px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_maincontent .content_in {
    display: block;
    padding: 30px 15px;
  }
}
.kasou_maincontent .content_in::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 767px) {
  .kasou_maincontent .content_in .img {
    margin-bottom: 10px;
  }
}
.kasou_maincontent .content_in .rightside {
  width: 100%;
  max-width: 506px;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .kasou_maincontent .content_in .rightside {
    max-width: none;
    margin: auto;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_maincontent .content_in .rightside {
    margin-left: 0px;
  }
}
.kasou_maincontent .content_in .title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .kasou_maincontent .content_in .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_maincontent .content_in .title {
    font-size: 21px;
  }
}

.short_titlebox {
  text-align: center;
}
.short_titlebox .mini {
  color: #D11C3B;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .short_titlebox .mini {
    font-size: 16px;
  }
}
.short_titlebox .bigt {
  font-size: 36px;
  color: #1D0C0C;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .short_titlebox .bigt {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .short_titlebox .bigt {
    font-size: 24px;
  }
}

.titlebox {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .titlebox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .titlebox {
    margin-bottom: 25px;
  }
}
.titlebox .bigt {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 90px;
  line-height: 1.2;
  color: #1D0C0C;
}
@media screen and (max-width: 1600px) {
  .titlebox .bigt {
    font-size: 72px;
  }
}
@media screen and (max-width: 1400px) {
  .titlebox .bigt {
    font-size: 56px;
  }
}
@media screen and (max-width: 1400px) {
  .titlebox .bigt {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .bigt {
    font-size: 52px;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .bigt {
    font-size: 44px;
  }
}
.titlebox .bigt span {
  color: #D11C3B;
}
.titlebox .bigt2 {
  font-size: 72px;
}
@media screen and (max-width: 1600px) {
  .titlebox .bigt2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .titlebox .bigt2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1400px) {
  .titlebox .bigt2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .bigt2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .bigt2 {
    font-size: 30px;
  }
}
.titlebox .mini {
  font-size: 18px;
  color: #D11C3B;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .titlebox .mini {
    font-size: 15px;
  }
}
.titlebox .mini::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 18px;
  height: 3px;
  background-color: #D11C3B;
}
.titlebox img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .titlebox img {
    margin-left: 10px;
    max-width: 55px;
    margin-bottom: 5px;
  }
}
.titlebox .illust1 {
  margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .titlebox .illust1 {
    max-width: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .titlebox .illust1 {
    max-width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .illust1 {
    max-width: 65px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .titlebox2 {
    margin-bottom: 10px;
  }
}

.straight {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .straight {
    writing-mode: horizontal-tb;
  }
}

.top_maincontent {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .top_maincontent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.onlinestore_block {
  margin: 100px 0 140px;
}
@media screen and (max-width: 1600px) {
  .onlinestore_block {
    margin: 120px 0;
  }
}
@media screen and (max-width: 1199px) {
  .onlinestore_block {
    margin: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .onlinestore_block {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .onlinestore_block {
    margin: 60px 0;
  }
}
.onlinestore_block .onlinetitle {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .onlinestore_block .onlinetitle {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.onlinestore_block .onlinetitle .f_icon {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .onlinestore_block .onlinetitle .f_icon {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .onlinestore_block .onlinetitle .f_icon {
    margin-left: 15px;
  }
}
.onlinestore_block .onlinetitle .maintitle {
  color: #D11C3B;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1600px) {
  .onlinestore_block .onlinetitle .maintitle {
    font-size: 43px;
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  .onlinestore_block .onlinetitle .maintitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .onlinestore_block .onlinetitle .maintitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .onlinestore_block .onlinetitle .maintitle {
    width: 100%;
    font-size: 28px;
    padding-bottom: 15px;
  }
}
.onlinestore_block .onlinetitle .maintitle span {
  position: relative;
}
@media screen and (max-width: 991px) {
  .onlinestore_block .onlinetitle .maintitle span {
    padding-right: 0px;
    display: flex;
    align-items: center;
    width: 230px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .onlinestore_block .onlinetitle .maintitle span a {
    display: inline-block !important;
    max-width: 48px;
  }
}
.onlinestore_block .onlinetitle .intext {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  border-left: 4px dotted #C4C2A8;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .onlinestore_block .onlinetitle .intext {
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 15px;
    margin-top: 0px;
    border-left: none;
    border: none;
    font-size: 14px;
    border-top: 3px dotted #C4C2A8;
  }
}
@media screen and (max-width: 767px) {
  .onlinestore_block .onlinetitle .intext {
    font-weight: 400;
  }
}

.flowline {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .flowline {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .flowline {
    margin-top: 40px;
  }
}
.flowline .flow_inn .minititle {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .minititle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .flowline .flow_inn .minititle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .minititle {
    font-size: 18px;
  }
}
.flowline .flow_inn .minititle img {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .flowline .flow_inn .minititle img {
    margin-right: 15px;
    max-width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .minititle img {
    margin-right: 10px;
    max-width: 42px;
  }
}
.flowline .flow_inn .linebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flowline .flow_inn .linebox .inblock {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  width: calc(33% - 17px);
  border-top: 4px solid #C4C2A8;
  position: relative;
  padding: 80px 30px 35px 30px;
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .linebox .inblock {
    padding: 80px 20px 35px 20px;
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 1199px) {
  .flowline .flow_inn .linebox .inblock {
    margin-top: 30px;
    width: 100%;
    padding: 80px 30px 35px 30px;
  }
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .linebox .inblock {
    padding: 50px 25px 25px 25px;
  }
}
.flowline .flow_inn .linebox .inblock::before {
  content: "";
  position: absolute;
  width: 13.15px;
  height: 23px;
  background-image: url(images/flow_chev.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -23px;
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .linebox .inblock::before {
    right: -15px;
    width: 10.15px;
    height: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 1199px) {
  .flowline .flow_inn .linebox .inblock::before {
    background-image: url(images/flow_chev2.svg);
    width: 18px;
    height: 10.15px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px;
    top: auto;
    background-size: contain;
  }
}
.flowline .flow_inn .linebox .inblock:last-child::before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .flowline .flow_inn .linebox .inblock:first-child {
    margin-top: 20px;
  }
}
.flowline .flow_inn .linebox .inblock .maintitle {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .flowline .flow_inn .linebox .inblock .maintitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .linebox .inblock .maintitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .linebox .inblock .maintitle {
    font-size: 16px;
  }
}
.flowline .flow_inn .linebox .inblock .num {
  position: absolute;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #D11C3B;
  border-radius: 0 0 15px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  left: 0;
  top: -4px;
  padding: 10px 25px 10px 20px;
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .linebox .inblock .num {
    padding: 8px 10px 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .linebox .inblock .num {
    padding: 3px 10px 3px 10px;
    font-size: 12px;
  }
}
.flowline .flow_inn .linebox .inblock .num .span1 {
  font-size: 24px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .linebox .inblock .num .span1 {
    font-size: 22px;
  }
}
.flowline .flow_inn .linebox .inblock .textin2 {
  margin-top: 20px;
}
.flowline .flow_inn .linebox .inblock .contactone {
  background-color: #F5F5F5;
  display: block;
  margin-top: 25px;
  border-radius: 4px;
  padding: 8px 10px 8px 20px;
}
@media screen and (max-width: 1600px) {
  .flowline .flow_inn .linebox .inblock .contactone {
    padding: 8px 10px 8px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .linebox .inblock .contactone {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1199px) {
  .flowline .flow_inn .linebox .inblock .contactone {
    padding: 10px 10px 10px 10px;
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn .linebox .inblock .contactone {
    margin-top: 15px;
  }
}
.flowline .flow_inn .linebox .inblock .contactone img {
  max-width: 48px;
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .flowline .flow_inn .linebox .inblock .contactone img {
    max-width: 38px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .flowline .flow_inn .linebox .inblock .contactone img {
    margin-right: 15px;
  }
}
.flowline .flow_inn .linebox .inblock .contactone .telnum a {
  display: block;
  font-size: 21px;
  font-weight: 700;
}
.flowline .flow_inn .linebox .inblock .contactone2 {
  padding: 20px 10px 20px 25px;
}
@media screen and (max-width: 1199px) {
  .flowline .flow_inn .linebox .inblock .contactone2 {
    padding: 10px 10px 10px 10px;
  }
}
.flowline .flow_inn2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .flowline .flow_inn2 {
    margin-top: 40px;
  }
}

.dx_contactb {
  display: flex;
  background: #fff;
  padding: 80px;
  border-radius: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .dx_contactb {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .dx_contactb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dx_contactb {
    padding: 30px;
    margin-top: 30px;
  }
}
.dx_contactb .neoimg {
  width: 55%;
}
@media screen and (max-width: 1600px) {
  .dx_contactb .neoimg {
    width: 45%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .dx_contactb .neoimg {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.dx_contactb .textbox2 {
  width: 45%;
}
@media screen and (max-width: 1600px) {
  .dx_contactb .textbox2 {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  .dx_contactb .textbox2 {
    width: 100%;
  }
}
.dx_contactb .textbox2 .titleb {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .dx_contactb .textbox2 .titleb {
    font-size: 28px;
  }
}
@media screen and (max-width: 1056px) {
  .dx_contactb .textbox2 .titleb {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .dx_contactb .textbox2 .titleb {
    font-size: 22px;
  }
}
.dx_contactb .textbox2 .textb {
  margin: 30px 0 0;
}
.dx_contactb .textbox2 .inbtn {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E3E3DA;
  border-radius: 6px;
  position: relative;
  padding: 14px 10px 14px 30px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  transition: 0.8s;
}
@media screen and (max-width: 1600px) {
  .dx_contactb .textbox2 .inbtn {
    padding: 14px 10px 14px 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 991px) {
  .dx_contactb .textbox2 .inbtn {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .dx_contactb .textbox2 .inbtn {
    padding: 14px 10px 14px 14px;
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .dx_contactb .textbox2 .inbtn {
    padding: 14px 10px 14px 10px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.dx_contactb .textbox2 .inbtn:hover {
  opacity: 0.8;
  transition: 0.8s;
}
.dx_contactb .textbox2 .inbtn::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #AAAAAA;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.dx_contactb .textbox2 .inbtn img {
  margin-right: 58px;
  max-width: 68px;
}
@media screen and (max-width: 1600px) {
  .dx_contactb .textbox2 .inbtn img {
    margin-right: 30px;
    max-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .dx_contactb .textbox2 .inbtn img {
    margin-right: 15px;
    max-width: 30px;
  }
}
.dx_contactb .btn {
  margin-left: 0;
}
.dx_contactb .imgb {
  margin-left: 50px;
  width: 40%;
  order: 2;
}
@media screen and (max-width: 1199px) {
  .dx_contactb .imgb {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .dx_contactb .imgb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.dx_contactb .imgb img {
  border-radius: 6px;
}
.dx_contactb .textbox {
  width: 60%;
  order: 1;
}
@media screen and (max-width: 991px) {
  .dx_contactb .textbox {
    width: 100%;
    margin-top: 20px;
  }
}
.dx_contactb .textbox .intitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .dx_contactb .textbox .intitle {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1199px) {
  .dx_contactb .textbox .intitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .dx_contactb .textbox .intitle {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .dx_contactb .textbox .intitle {
    font-size: 19px;
  }
}
.dx_contactb .textbox .inwhite {
  background-color: #F9F9F6;
  border-radius: 6px;
  padding: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .dx_contactb .textbox .inwhite {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.dx_contactb .textbox .inwhite span {
  background: #D11C3B;
  padding: 2px 30px;
  text-align: center;
  font-weight: 400;
  margin-right: 20px;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .dx_contactb .textbox .inwhite span {
    display: block;
    width: 90px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1600px) {
  .dx_contactb2 {
    padding: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .dx_contactb2 {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .dx_contactb2 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dx_contactb2 {
    padding: 30px;
    margin-top: 30px;
  }
}

.top_recruit {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F9F9F6;
}
@media screen and (max-width: 767px) {
  .top_recruit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.banneflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banneflex .bannerbtn {
  display: block;
  position: relative;
  background-color: #fff;
  width: calc(33% - 16px);
  border-radius: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .banneflex .bannerbtn {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn {
    text-align: center;
  }
}
.banneflex .bannerbtn:hover {
  transiton-duration: 0.8s;
  opacity: 0.8;
}
.banneflex .bannerbtn .inimg {
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  .banneflex .bannerbtn .inimg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn .inimg {
    height: 187px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .banneflex .bannerbtn .inimg {
    margin-left: -30px;
  }
}
.banneflex .bannerbtn .floatone {
  line-height: 1;
}
.banneflex .bannerbtn .floatone span {
  color: #fff;
  background-color: #D11C3B;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  height: 42px;
  padding: 11px 14px;
}
@media screen and (max-width: 1600px) {
  .banneflex .bannerbtn .floatone span {
    right: 15px;
    height: 36px;
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn .floatone span {
    font-size: 14px;
    padding: 5px;
    top: auto;
    bottom: 10px;
    right: 10px;
    height: 25px;
  }
}
.banneflex .bannerbtn .floatone2 span {
  background-color: #BC9757;
}
.banneflex .bannerbtn .floatone3 span {
  background-color: #0A6537;
}
.banneflex .bannerbtn .inflex {
  display: flex;
  padding: 16px;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .banneflex .bannerbtn .inflex {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn .inflex {
    display: block;
  }
}
.banneflex .bannerbtn .inflex img {
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .banneflex .bannerbtn .inflex img {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn .inflex img {
    margin: 0;
    margin-bottom: 15px;
  }
}
.banneflex .bannerbtn .inflex .maintext {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .banneflex .bannerbtn .inflex .maintext {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn .inflex .maintext {
    font-size: 16px;
    line-height: 1.3;
  }
}
.banneflex .bannerbtn .inflex .sub {
  color: #D11C3B;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .banneflex .bannerbtn .inflex .sub {
    font-size: 12px;
  }
}

.banneflex_info {
  position: relative;
}
.banneflex_info::after {
  content: "";
  display: block;
  width: calc(33% - 16px);
}
@media screen and (max-width: 1400px) {
  .banneflex_info::after {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .banneflex_info::after {
    width: calc(50% - 5px);
  }
}
.banneflex_info .bannerbtn {
  border-left: 6px solid #B61841;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn {
    border-left: none;
    border-top: 6px solid #B61841;
  }
}
.banneflex_info .bannerbtn::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #D11C3B;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn .inflex {
    padding: 10px 3px;
  }
}
.banneflex_info .bannerbtn .inflex img {
  max-width: 108px;
  border-radius: 6px;
}
.banneflex_info .bannerbtn .inflex .maintext {
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .banneflex_info .bannerbtn .inflex .maintext {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn .inflex .maintext {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .banneflex_info .bannerbtn .inflex .maintext {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.banneflex_info .bannerbtn2 {
  border-left: 6px solid #024290;
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn2 {
    border-left: none;
    border-top: 6px solid #024290;
  }
}
.banneflex_info .bannerbtn2::before {
  border-bottom: 15px solid #024290;
}
.banneflex_info .bannerbtn3 {
  border-left: 6px solid #C45786;
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn3 {
    border-left: none;
    border-top: 6px solid #C45786;
  }
}
.banneflex_info .bannerbtn3::before {
  border-bottom: 15px solid #C45786;
}
.banneflex_info .bannerbtn4 {
  border-left: 6px solid #CE9453;
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn4 {
    border-left: none;
    border-top: 6px solid #CE9453;
  }
}
.banneflex_info .bannerbtn4::before {
  border-bottom: 15px solid #CE9453;
}
.banneflex_info .bannerbtn5 {
  border-left: 6px solid #643498;
}
@media screen and (max-width: 767px) {
  .banneflex_info .bannerbtn5 {
    border-left: none;
    border-top: 6px solid #643498;
  }
}
.banneflex_info .bannerbtn5::before {
  border-bottom: 15px solid #643498;
}

@media screen and (max-width: 1400px) {
  .bannerflex2 {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .bannerflex3 .bannerbtn {
    width: calc(33% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .bannerflex3 .bannerbtn {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bannerflex3 .bannerbtn {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
  }
}
.bannerwrap {
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .bannerwrap {
    background: #F9F9F6;
  }
}
.bannerwrap .baseimg {
  position: relative;
}
.bannerwrap .baseimg .bigimage {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .bannerwrap .baseimg .bigimage {
    max-width: 130%;
    /* margin-right: auto; */
  }
}
@media screen and (max-width: 767px) {
  .bannerwrap .baseimg .bigimage {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
.bannerwrap .baseimg .floatflex {
  display: flex;
  position: absolute;
  left: 13%;
  top: -20px;
}
.bannerwrap .baseimg .floatflex .straighttext1 {
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .bannerwrap .baseimg .floatflex .straighttext {
    max-width: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .bannerwrap .baseimg .floatflex .straighttext {
    max-width: 50px;
  }
}

.top_news {
  padding: 200px 0 120px;
  background-color: #F5F5F1;
}
@media screen and (max-width: 1400px) {
  .top_news {
    padding: 150px 0 100px;
  }
}
@media screen and (max-width: 1023px) {
  .top_news {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .top_news {
    padding: 60px 0 60px;
  }
}

.news_titleline {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .news_titleline {
    display: block;
  }
}
.news_titleline .k_smalltitle {
  margin-bottom: 0 !important;
}
.news_titleline .titlebox {
  margin-bottom: 0 !important;
}
.news_titleline .newstab {
  margin-left: 40px;
  margin-bottom: 20px;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .news_titleline .newstab {
    margin-left: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .news_titleline .newstab {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.news_titleline .newstab .tab {
  display: block;
  line-height: 1;
  border-radius: 100px;
  padding: 4px 10px;
  width: 110px;
  text-align: center;
  background-color: #E3E3DA;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .news_titleline .newstab .tab {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .news_titleline .newstab .tab {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_titleline .newstab .tab {
    margin-top: 7px;
    margin-right: 7px;
  }
}
.news_titleline .newstab .tab input {
  display: none;
}
.news_titleline .newstab .tab_2 {
  width: 160px;
}
.news_titleline .newstab .active {
  background-color: #D4314E;
  color: #fff;
}

.news_intro {
  position: relative;
}

.news_titleline2 {
  margin-right: 80px;
  line-height: 1.2;
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  float: left;
}
@media screen and (max-width: 1199px) {
  .news_titleline2 {
    font-size: 20px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .news_titleline2 {
    font-size: 18px;
    display: block;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}
.news_titleline2::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #AC1A33;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.news_titleline2 .newstab {
  margin-bottom: 0;
}

.news_titleline3 {
  margin-right: 30px;
  padding-left: 0;
  margin-top: -80px;
}
@media screen and (max-width: 1400px) {
  .news_titleline3 {
    margin-top: -54px;
  }
}
@media screen and (max-width: 1023px) {
  .news_titleline3 {
    margin-top: 0;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news_titleline3 {
    margin-bottom: 10px;
  }
}
.news_titleline3::before {
  display: none;
}
.news_titleline3 .titlebox {
  margin-bottom: 0;
}

.newsbox {
  width: 100%;
  max-width: 1190px;
  margin-left: 30px;
}
@media screen and (max-width: 1400px) {
  .newsbox {
    margin-left: 0px;
  }
}
.newsbox .newsline {
  font-size: 17px;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1;
  padding: 30px 60px;
  position: relative;
  display: block;
  margin-bottom: 6px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .newsbox .newsline {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .newsbox .newsline {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 991px) {
  .newsbox .newsline {
    padding: 20px;
  }
}
.newsbox .newsline::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #D11C3B;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.newsbox .newsline .days_block {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.newsbox .newsline .maintext {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .newsbox .newsline .maintext {
    display: block;
    margin-top: 10px;
    font-size: 15px;
  }
}
.newsbox .newsline .class_tab {
  margin: 0 20px 0 40px;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
  font-size: 13px;
  width: 142px;
  color: #D11C3B;
  border: 1px solid #D11C3B;
  border-radius: 14px;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .newsbox .newsline .class_tab {
    margin: 0 20px;
  }
}
.newsbox .newsline .tag_news_cat2 {
  color: #9B6310;
  border: 1px solid #9B6310;
}
.newsbox .newsline .tag_news_cat3 {
  color: #05784A;
  border: 1px solid #05784A;
}
.newsbox .newsline .tag_news_cat4 {
  color: #F1A119;
  border: 1px solid #F1A119;
}
.newsbox .newsline .tag_news_cat5 {
  color: #024290;
  border: 1px solid #024290;
  width: 142px;
}
.newsbox .newsline .tag_news_cat6 {
  color: #b75262;
  border: 1px solid #b75262;
}
.newsbox .newsline .tag_news_cat7 {
  color: #64ba63;
  border: 1px solid #64ba63;
}
.newsbox .newsline .tag_news_cat8 {
  color: #c45786;
  border: 1px solid #c45786;
}
.newsbox .newsline .tag_news_cat9 {
  color: #d0bc66;
  border: 1px solid #d0bc66;
}
.newsbox .newsline .tag_news_cat10 {
  color: #643498;
  border: 1px solid #643498;
}
.newsbox .newsline .tag_news_cat10::before {
  border-bottom: 15px solid #643498;
}
.newsbox .newsline:hover {
  opacity: 0.7;
}
.newsbox .tag_news_cat1::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #D11C3B;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.newsbox .tag_news_cat2::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #C09F64;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.newsbox .tag_news_cat3::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #05784A;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.newsbox .tag_news_cat4::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #F1A119;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.newsbox .tag_news_cat5::before {
  border-bottom: 15px solid #024290;
}
.newsbox .tag_news_cat6::before {
  border-bottom: 15px solid #b75262;
}
.newsbox .tag_news_cat7::before {
  border-bottom: 15px solid #64ba63;
}
.newsbox .tag_news_cat8::before {
  border-bottom: 15px solid #c45786;
}
.newsbox .tag_news_cat9::before {
  border-bottom: 15px solid #d0bc66;
}
.newsbox .tag_news_cat10::before {
  border-bottom: 15px solid #643498;
}

.newsbox2 {
  margin-left: 0;
  max-width: none;
}

.top_service {
  background: #F9F9F6;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .top_service {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_service {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .top_service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top_service .container {
  position: relative;
}

@media screen and (max-width: 991px) {
  .top_service1 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_service1 {
    padding-bottom: 60px;
  }
}

.top_service2 {
  background-color: #FFFFFF;
}

.restaurant_f {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .restaurant_f {
    width: 100%;
    max-width: 650px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .restaurant_f {
    max-width: 430px;
  }
}
.restaurant_f .inblock {
  display: block;
  width: calc(33% - 10px);
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .restaurant_f .inblock {
    width: calc(50% - 10px);
  }
}
.restaurant_f .inblock .titleb {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .restaurant_f .inblock .titleb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .restaurant_f .inblock5 {
    margin-right: auto;
    margin-left: auto;
  }
}

.restaurant_f_k {
  position: relative;
}
.restaurant_f_k::after {
  display: block;
  content: "";
  width: calc(33% - 10px);
}
@media screen and (max-width: 767px) {
  .restaurant_f_k::after {
    width: calc(50% - 10px);
  }
}
.restaurant_f_k .inblock {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .restaurant_f_k .inblock {
    margin: 0;
    margin-top: 30px;
  }
}
.restaurant_f_k .inblock .titleb {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .restaurant_f_k .inblock .titleb {
    font-size: 17px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .restaurant_f_k .inblock .titleb {
    font-size: 14px;
  }
}

.restaurant_f2 {
  justify-content: start;
}
@media screen and (max-width: 767px) {
  .restaurant_f2 {
    display: none;
  }
}
.restaurant_f2 .inblock3 {
  margin-left: 20px;
}

.s_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .s_flex {
    display: block;
  }
}
.s_flex .rightside {
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .s_flex .rightside {
    width: 100%;
  }
}
.s_flex .rightside .intitle1 {
  font-size: 23px;
  font-weight: 700;
  color: #1D0C0C;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .s_flex .rightside .intitle1 {
    line-height: 1.3;
    font-size: 20px;
    margin-top: 20px;
  }
}
.s_flex1 {
  padding-bottom: 130px;
  position: relative;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .s_flex1 {
    padding-bottom: 60px;
  }
}
.s_flex1::before {
  content: "";
  position: absolute;
  background-image: url(images/c_float.png);
  bottom: -170px;
  left: -300px;
  width: 598px;
  height: 598px;
  z-index: -1;
}
.s_flex1 .leftside {
  order: 2;
  margin-right: calc(8% - 15vw - 20px);
}
@media screen and (max-width: 1600px) {
  .s_flex1 .leftside {
    margin-right: calc(6% - 15vw - 85px);
  }
}
@media screen and (max-width: 1199px) {
  .s_flex1 .leftside {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex1 .leftside .imgb {
    text-align: center;
  }
}
.s_flex1 .rightside {
  order: 1;
  width: 50%;
}
@media screen and (max-width: 1600px) {
  .s_flex1 .rightside {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex1 .rightside {
    width: 100%;
    margin-right: 0;
  }
}
.s_flex1 .rightside .intitle1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .s_flex1 .rightside .intitle1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .s_flex1 .rightside .intitle1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex1 .rightside .intitle1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_flex1 .rightside .intitle1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .s_flex1 .rightside .intitle1 {
    font-size: 19px;
  }
}

.s_flex2 {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .s_flex2 {
    display: block;
  }
}
.s_flex2 .leftside {
  z-index: 1;
  margin-left: calc(28% - 29vw - 20px);
}
@media screen and (max-width: 1600px) {
  .s_flex2 .leftside {
    margin-left: calc(26% - 29vw - 40px);
  }
}
@media screen and (max-width: 1400px) {
  .s_flex2 .leftside {
    margin-left: calc(22% - 34vw - 40px);
  }
}
@media screen and (max-width: 1199px) {
  .s_flex2 .leftside {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_flex2 .leftside {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex2 .leftside .imgb {
    text-align: center;
  }
}
.s_flex2 .leftside .imgb img {
  border-radius: 6px;
}
.s_flex2 .rightside {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .s_flex2 .rightside {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex2 .rightside {
    margin-left: 0px;
  }
}

.neo_intitle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .neo_intitle {
    text-align: center;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .neo_intitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .neo_intitle {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.s_flexneo1 {
  margin-left: 40px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .s_flexneo1 {
    margin-left: 0;
  }
}
.s_flexneo1 .btn {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .s_flexneo1 .btn {
    margin-left: auto;
  }
}
.s_flexneo1 .leftside {
  order: 3;
  margin-right: calc(8% - 15vw - 20px);
}
@media screen and (max-width: 1199px) {
  .s_flexneo1 .leftside {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .s_flexneo1 .leftside {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .s_flexneo1 .leftside img {
    border-radius: 6px;
  }
}
.s_flexneo1 .straighttitle {
  order: 1;
}
@media screen and (max-width: 1199px) {
  .s_flexneo1 .straighttitle {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .s_flexneo1 .straighttitle {
    margin: 25px 0 18px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .s_flexneo1 .straighttitle .visible-md {
    display: inline-block !important;
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .s_flexneo1 .straighttitle .visible-md {
    width: 100%;
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .s_flexneo1 .straighttitle .visible-md {
    max-width: 72%;
  }
}
.s_flexneo1 .rightside {
  order: 2;
  width: 35%;
  margin: 0 50px;
}
@media screen and (max-width: 1600px) {
  .s_flexneo1 .rightside {
    width: 47%;
    margin: 0 40px;
  }
}
@media screen and (max-width: 1400px) {
  .s_flexneo1 .rightside {
    width: 58%;
    margin: 0 50px 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flexneo1 .rightside {
    margin: 0px;
    width: 100%;
  }
}

.s_flexneo2 {
  align-items: center;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .s_flexneo2 {
    margin: 60px 0;
  }
}
.s_flexneo2 .btn {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .s_flexneo2 .btn {
    margin-left: auto;
  }
}
.s_flexneo2 .leftside {
  order: 1;
  margin-left: calc(28% - 29vw - 20px);
  margin-right: 80px;
}
@media screen and (max-width: 1600px) {
  .s_flexneo2 .leftside {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flexneo2 .leftside {
    margin-right: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .s_flexneo2 .leftside {
    margin-right: 0;
    text-align: center;
  }
}
.s_flexneo2 .leftside img {
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width: 1199px) {
  .s_flexneo2 .leftside img {
    border-radius: 6px;
  }
}
.s_flexneo2 .straighttitle {
  order: 2;
}
@media screen and (max-width: 1199px) {
  .s_flexneo2 .straighttitle {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .s_flexneo2 .straighttitle {
    margin: 25px 0 18px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .s_flexneo2 .straighttitle .visible-md {
    display: inline-block !important;
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .s_flexneo2 .straighttitle .visible-md {
    width: 100%;
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .s_flexneo2 .straighttitle .visible-md {
    max-width: 72%;
  }
}
.s_flexneo2 .rightside {
  order: 3;
  margin: 0;
  margin-left: 40px;
  width: 36%;
}
@media screen and (max-width: 1600px) {
  .s_flexneo2 .rightside {
    margin-left: 30px;
    width: 45%;
  }
}
@media screen and (max-width: 1400px) {
  .s_flexneo2 .rightside {
    width: 55%;
  }
}
@media screen and (max-width: 1199px) {
  .s_flexneo2 .rightside {
    width: 100%;
    margin-left: 0;
  }
}

.commmitment {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commmitment {
    padding-bottom: 60px;
  }
}
.commmitment .floatbottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .commmitment .floatbottom {
    max-width: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .commmitment .floatbottom {
    max-width: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .commmitment .floatbottom {
    right: 7%;
    bottom: 50%;
  }
}
@media screen and (max-width: 991px) {
  .commmitment .floatbottom {
    right: 0;
    bottom: 45%;
    max-width: 180px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .commmitment .floatbottom {
    display: none;
  }
}

.s_flex3 {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .s_flex3 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .s_flex3 .leftside {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .s_flex3 .leftside {
    margin-bottom: -10px;
  }
}
.s_flex3 .straighttitle {
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .s_flex3 .straighttitle {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex3 .straighttitle {
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) {
  .s_flex3 .straighttitle {
    padding: 0px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_flex3 .straighttitle {
    padding: 0px 0 20px;
    max-width: 84%;
  }
}
@media screen and (max-width: 480px) {
  .s_flex3 .straighttitle {
    padding: 0px 0 20px;
    max-width: 76%;
  }
}
.s_flex3 .straighttitle .floatimg {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -110px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .s_flex3 .straighttitle .floatimg {
    display: none;
  }
}
.s_flex3 .rightside {
  width: 33%;
}
@media screen and (max-width: 1600px) {
  .s_flex3 .rightside {
    width: 38%;
  }
}
@media screen and (max-width: 1400px) {
  .s_flex3 .rightside {
    width: 52%;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex3 .rightside {
    width: 100%;
  }
}

.s_flex4 {
  align-items: center;
}
.s_flex4 .leftside {
  margin-left: calc(28% - 29vw - 20px);
}
@media screen and (max-width: 1600px) {
  .s_flex4 .leftside {
    margin-left: calc(22% - 31vw - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .s_flex4 .leftside {
    margin-left: calc(22% - 40vw - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .s_flex4 .leftside {
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.s_flex4 .rightside {
  width: 38%;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .s_flex4 .rightside {
    width: 48%;
  }
}
@media screen and (max-width: 1400px) {
  .s_flex4 .rightside {
    margin-right: 0;
    width: 52%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .s_flex4 .rightside {
    width: 100%;
    margin-left: 0;
  }
}

.top_company {
  background: #F9F9F6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top_company .floatone {
  position: absolute;
  right: 70px;
  bottom: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_company .floatone {
    right: 70px;
    bottom: -20px;
    z-index: -1;
    max-width: 180px;
  }
}

.companyflex {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .companyflex {
    display: block;
  }
}
.companyflex .block {
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .companyflex .block {
    width: 100%;
    max-width: 417px;
    margin-right: auto;
    margin-left: auto;
  }
}
.companyflex .block .arrowbtn {
  padding: 4px 20px;
  background-color: #078D38;
  position: absolute;
  right: 5%;
  bottom: 10%;
  border-radius: 20px;
}
.companyflex .block .floatnum {
  position: absolute;
  top: 20px;
  left: 10px;
  font-family: "Montserrat", sans-serif;
}
.companyflex .block .floatnum span {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid;
  font-weight: 600;
}
.companyflex .block .titlegroup {
  line-height: 1;
  position: absolute;
  left: 5%;
  bottom: 10%;
}
.companyflex .block .titlegroup .titleone {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.companyflex .block2 {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .companyflex .block2 {
    margin: 15px auto;
  }
}

@media screen and (max-width: 767px) {
  .bigimage {
    max-width: 140%;
    margin-left: -160px;
  }
}
@media screen and (max-width: 480px) {
  .bigimage {
    margin-left: -115px;
  }
}

.top_maincontent3 {
  border-top: 1px solid #dae2da;
}

.info_title {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  letter-spacing: -1px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid;
}
.info_title span {
  color: #1f561d;
  font-size: 12px;
  margin-left: 5px;
}
.info_title .span2 {
  color: #243b67;
}
.info_title img {
  margin-left: auto;
}

.h3_title {
  text-align: center;
}

.campaign {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  background-image: url(images/topbg1.jpg);
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.greeting {
  padding-bottom: 80px;
  background-color: #e2ecf9;
  position: relative;
  z-index: 0;
}
.greeting .woodfloat {
  position: absolute;
  z-index: -1;
  bottom: 180px;
  right: 10%;
}
@media screen and (max-width: 991px) {
  .greeting .woodfloat {
    top: 165px;
    right: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .greeting .woodfloat {
    top: auto;
    right: 0;
    bottom: 0;
  }
}

.top_info {
  background-image: url(images/infobg2.jpg);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ossmblock {
  box-shadow: -5px 10px 10px -8px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 8px;
  width: 100%;
  max-width: 306px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ossmblock {
    margin-bottom: 30px;
  }
}
.ossmblock .img img {
  border-radius: 8px 8px 0 0;
}
.ossmblock .number {
  position: absolute;
  left: -10px;
  top: -10px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background-color: #edf3e5;
  padding: 0 10px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .ossmblock .number {
    top: 0;
    left: 0;
    font-size: 22px;
  }
}
.ossmblock .title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 15px 0 20px;
}
@media screen and (max-width: 991px) {
  .ossmblock .title {
    font-size: 19px;
  }
}
.ossmblock .title .linespan {
  position: relative;
  background: linear-gradient(transparent 50%, #fff5c9 50%);
}
.ossmblock .title .orange {
  color: #ff8d48;
}

.ossmtitle {
  position: relative;
  width: 100%;
  max-width: 862px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  margin-bottom: 40px;
  padding-top: 45px;
  z-index: 0;
  padding-bottom: 30px;
  background-image: url(images/guideline.png);
}
@media screen and (max-width: 991px) {
  .ossmtitle {
    padding-top: 38px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .ossmtitle {
    padding: 42px 0 25px;
    max-width: 450px;
    background: url(images/guideline_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}
.ossmtitle .imgleft {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ossmtitle .imgleft {
    max-width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .ossmtitle .imgleft {
    display: none;
  }
}
.ossmtitle .imgright {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ossmtitle .imgright {
    max-width: 84px;
    z-index: -1;
  }
}
@media screen and (max-width: 480px) {
  .ossmtitle .imgright {
    display: none;
  }
}
.ossmtitle .text {
  transform: rotate(0.05deg);
  font-size: 28px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ossmtitle .text {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .ossmtitle .text {
    font-size: 22px;
    line-height: 1.4;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }
}
@media screen and (max-width: 480px) {
  .ossmtitle .text {
    font-size: 19px;
  }
}

.ex_flex {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ex_flex {
    flex-wrap: wrap;
    width: 100%;
    max-width: 470px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .ex_flex {
    max-width: 310px;
  }
}
@media screen and (max-width: 480px) {
  .ex_flex {
    max-width: 280px;
  }
}
.ex_flex .ex_flexB {
  background-color: #fff;
  padding: 20px 5px;
  text-align: center;
  width: 100%;
  max-width: 150px;
  height: 170px;
  border-radius: 8px;
  border-bottom: 4px solid #dae2e6;
}
@media screen and (max-width: 991px) {
  .ex_flex .ex_flexB {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ex_flex .ex_flexB {
    max-width: 135px;
    padding: 10px 5px;
    margin-bottom: 7px;
    height: 130px;
  }
}
.ex_flex .ex_flexB .title {
  font-size: 18px;
  font-weight: 700;
  color: #554433;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .ex_flex .ex_flexB .title {
    font-size: 15px;
    margin-top: 10px;
  }
}

.footerlink_flex {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footerlink_flex {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
  }
}
.footerlink_flex .flex1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footerlink_flex .flex1 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footerlink_flex .flex1 {
    font-size: 15px;
  }
}
.footerlink_flex .flex1 .text img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 40px;
}
.footerlink_flex .flex1 .arrow img {
  position: absolute;
  right: 35%;
  bottom: 45px;
}
@media screen and (max-width: 767px) {
  .footerlink_flex .flex1 .arrow img {
    bottom: 50px;
  }
}

.rowback {
  position: relative;
}

.greeting_img {
  margin: 0px;
  margin-right: calc(2% - 23vw);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .greeting_img {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .greeting_img {
    margin: auto;
  }
}
.greeting_img img {
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 991px) {
  .greeting_img img {
    position: relative;
    z-index: -2;
  }
}

.buttonblock a {
  margin-top: 30px;
  width: 100%;
  max-width: 328px;
  background-color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #2c2c2c;
  text-align: center;
  display: block;
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buttonblock a {
    margin: auto;
    margin-top: 30px;
  }
}
.buttonblock a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.buttonblock a i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  height: 15px;
}

.buttonblock_center {
  margin-right: auto;
  margin-left: auto;
}

.bigbutton a {
  max-width: 506px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2b2b2b;
  color: #fff;
}
.bigbutton a:hover {
  color: #2b2b2b;
  background-color: #fff;
}

.yellowbutton a {
  margin-left: auto;
  margin-right: 0;
  color: #eab600;
  border: 2px solid #eab600;
}
@media screen and (max-width: 767px) {
  .yellowbutton a {
    margin-right: auto;
  }
}
.yellowbutton a:hover {
  background-color: #eab600;
  color: #fff;
}

.greenbutton a {
  margin-left: 0;
  margin-right: auto;
  color: #4daf1e;
  border: 2px solid #4daf1e;
}
@media screen and (max-width: 767px) {
  .greenbutton a {
    margin-left: auto;
  }
}
.greenbutton a:hover {
  background-color: #4daf1e;
  color: #fff;
}

.sns_inner {
  padding: 40px;
}

.movieblock {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #eeeae6;
}
@media screen and (max-width: 767px) {
  .movieblock {
    margin-left: auto;
    margin-right: auto;
    max-width: 506px;
    width: 100%;
  }
}
.movieblock .title {
  padding: 20px 15px;
  background-color: #edf3e5;
  font-weight: 500;
  font-size: 30px;
  transform: rotate(0.05deg);
  border-radius: 10px 10px 0 0;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.5;
  text-align: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .movieblock .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .movieblock .title {
    font-size: 22px;
  }
}
.movieblock .title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #edf3e5;
  right: 0;
  left: 0;
  margin: auto;
}
.movieblock .textinner {
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .movieblock .textinner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .movieblock .textinner {
    padding: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .movieblock .textinner {
    padding: 14px;
  }
}
.movieblock .movietext {
  color: #554433;
  font-size: 18px;
  font-weight: 700;
}
.movieblock .movietext span {
  background: linear-gradient(transparent 50%, rgb(255, 245, 201) 50%);
}

.movie {
  margin-bottom: 20px;
}

.fb_iframe_widget {
  width: 400px;
}
@media screen and (max-width: 991px) {
  .fb_iframe_widget {
    width: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .fb_iframe_widget {
    width: 100% !important;
  }
}
.fb_iframe_widget iframe {
  width: 400px;
}
@media screen and (max-width: 991px) {
  .fb_iframe_widget iframe {
    width: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .fb_iframe_widget iframe {
    width: 100% !important;
  }
}

.greeting_title {
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 991px) {
  .greeting_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .greeting_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .greeting_title {
    font-size: 20px;
  }
}
.greeting_title .span1 {
  background: linear-gradient(transparent 50%, #fff5c9 50%);
}
.greeting_title .span2 {
  color: #ff8d48;
}

.greetingtext_k {
  line-height: 1.6;
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 767px) {
  .greetingtext_k {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
  }
}

.greetingtext {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .greetingtext {
    margin-top: 30px;
  }
}
.greetingtext .titleflex {
  display: flex;
  align-items: end;
  margin-bottom: 30px;
}
.greetingtext .titleflex .left .minititle {
  background-color: #fff;
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin-right: auto;
  color: #edf3e5;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
}
.greetingtext .titleflex .left .bigtitle {
  color: #ff8d48;
  font-weight: 500;
  font-size: 34px;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .greetingtext .titleflex .left .bigtitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 991px) {
  .greetingtext .titleflex .left .bigtitle {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .greetingtext .titleflex .left .bigtitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .greetingtext .titleflex .right {
    max-width: 100px;
  }
}

.woodbox {
  margin-top: 70px;
  position: relative;
  padding: 30px;
  background-image: url(images/woodbg.jpg);
}
@media screen and (max-width: 767px) {
  .woodbox {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    z-index: 0;
    padding: 15px;
  }
}
.woodbox .text {
  line-height: 1.4;
  font-size: 24px;
  color: #554433;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 500;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 991px) {
  .woodbox .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .woodbox .text {
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
  }
}
.woodbox .text span {
  border-bottom: 3px dotted;
}
.woodbox .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1056px) {
  .woodbox .img {
    right: -30px;
  }
}
@media screen and (max-width: 991px) {
  .woodbox .img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .woodbox .img {
    z-index: -1;
    bottom: -20px;
    max-width: 105px;
    right: -15px;
  }
}

.titlebase {
  width: 100%;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .titlebase {
    margin-bottom: 30px;
  }
}
.titlebase .title {
  font-size: 41px;
  font-weight: 500;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #554433;
}
@media screen and (max-width: 767px) {
  .titlebase .title {
    font-size: 33px;
  }
}
@media screen and (max-width: 480px) {
  .titlebase .title {
    font-size: 27px;
  }
}
.titlebase .minititle {
  font-weight: 700;
  font-size: 21px;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #59a0d6;
}
@media screen and (max-width: 767px) {
  .titlebase .minititle {
    font-size: 18px;
  }
}
.titlebase .imgleft {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.titlebase .imgright {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.img_line {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img_line {
    text-align: center;
  }
}
.img_line .imgline_box {
  max-width: 620px;
  width: 100%;
  flex-basis: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .img_line .imgline_box {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .img_line .imgline_box {
    max-width: 320px;
  }
}
.img_line .imgbox_center {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .img_line .imgbox_center {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .img_line .imgbox_center {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.conceptbutton a {
  margin-right: 0;
}

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

  ■下層共通

=====================================*/
.bannerbottom_in {
  background-color: #1c2c4b;
}
@media screen and (max-width: 767px) {
  .bannerbottom_in {
    width: 100%;
    max-width: 506px;
    margin-right: auto;
    margin-left: auto;
  }
}

.banner_bottom {
  background-image: url(images/reform7bg.jpg);
  background-position: right;
  padding: 50px 0;
}
@media screen and (max-width: 1199px) {
  .banner_bottom {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .banner_bottom {
    background-image: none;
    padding: 40px 14px;
  }
}
.banner_bottom .textside {
  text-align: center;
}
.banner_bottom .textside .title {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .banner_bottom .textside .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .banner_bottom .textside .title {
    font-size: 23px;
  }
}
.banner_bottom .textside .text {
  color: #fff;
}
.banner_bottom .textside .buttonblock a {
  color: #000;
  border-color: #fff;
  background-color: transparent;
}
.banner_bottom .textside .buttonblock a:hover {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.top_border {
  padding-top: 70px;
  border-top: 2px solid;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .top_border {
    padding-top: 40px;
  }
}
.h3_kasou {
  text-align: center;
}
.h3_kasou h3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .h3_kasou h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .h3_kasou h3 {
    font-size: 23px;
  }
}
.h3_kasou .minititle {
  font-size: 16px;
  color: #1f561d;
}

.kasoumidashi_mini {
  font-size: 30px;
  font-weight: 500;
  color: #edf3e5;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  transform: rotate(0.05deg);
  border-bottom: 1px solid #dddad6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kasoumidashi_mini {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.kasoumidashi_mini img {
  margin-right: 10px;
}

.kasoumidashi_mini2 {
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
}

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

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

.jumpdiv {
  margin-top: -60px;
  padding-top: 60px;
}

.breadcontainer {
  position: relative;
}

.bread {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .bread {
    letter-spacing: -1px;
  }
}
.bread span {
  padding: 0 2px;
}
.bread a:hover {
  color: #D11C3B;
}

.neck {
  position: relative;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5F5F1;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .neck {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .neck {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.neck .neck__title {
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1400px) {
  .neck .neck__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .neck .neck__title {
    font-size: 57px;
  }
}
@media screen and (max-width: 767px) {
  .neck .neck__title {
    font-size: 42px;
    margin-top: 10px;
  }
}
.neck .neck__title span {
  color: #D11C3B;
}
.neck .minititle {
  font-size: 18px;
  color: #D11C3B;
  font-weight: 600;
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .neck .minititle {
    font-size: 16px;
  }
}
.neck .minititle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 18px;
  height: 3px;
  background-color: #D11C3B;
}

.neck2 {
  text-align: left;
  background-image: url(images/neck2.png);
  padding-top: 140px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .neck2 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .neck2 {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}
.neck2 .neck__title {
  color: #083015;
}
.neck2 .minititle {
  color: #078D38;
}

.neck3 {
  text-align: left;
  padding-top: 360px;
  padding-bottom: 300px;
  background-image: url(images/fv_pc.jpg);
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .neck3 {
    padding-top: 250px;
    padding-bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .neck3 {
    padding-top: 50px;
    padding-bottom: 0px;
    background-image: none;
  }
}
.neck3 .neck3_title {
  line-height: 1;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .neck3 .neck3_title {
    display: none;
  }
}
.neck3 .neck3_title .shorttitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .neck3 .neck3_title .shorttitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .neck3 .neck3_title .shorttitle {
    font-size: 16px;
  }
}
.neck3 .neck3_title .bigtitle {
  color: #083015;
  font-size: 94px;
  font-weight: 600;
  margin: 30px 0 30px;
}
@media screen and (max-width: 1600px) {
  .neck3 .neck3_title .bigtitle {
    font-size: 76px;
  }
}
@media screen and (max-width: 1400px) {
  .neck3 .neck3_title .bigtitle {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .neck3 .neck3_title .bigtitle {
    font-size: 44px;
    margin: 20px 0 20px;
  }
}
.neck3 .neck3_title .bigtitle span {
  color: #078D38;
}
.neck3 .neck3_title .shorttitle2 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .neck3 .neck3_title .shorttitle2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .neck3 .neck3_title .shorttitle2 {
    font-size: 18px;
  }
}

.neck_service {
  background-image: url(images/title_service.jpg);
}

.neck_company {
  background-image: url(images/title_company.jpg);
}

.neck_advantage {
  background-image: url(images/title_advantage.jpg);
}

.neck_joinus {
  background-image: url(images/title_joinus.jpg);
}

.neck_intern {
  background-image: url(images/title_intern.jpg);
}

.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;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.kasou_content1sp {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1sp {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1sp {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.kasou_content1_arc {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kasou_content1_arc {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.kasou_content2 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #F9F9F6;
  overflow: hidden;
}
@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;
  }
}
.kasou_content2 .textframe2 {
  position: absolute;
  font-size: 180px;
  font-weight: 600;
  word-break: break-all;
  line-height: 1;
  white-space: nowrap;
  top: 40px;
  left: 0;
  font-family: "Montserrat", sans-serif;
  color: #e0f3e0;
}
@media screen and (max-width: 1400px) {
  .kasou_content2 .textframe2 {
    font-size: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .kasou_content2 .textframe2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 991px) {
  .kasou_content2 .textframe2 {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2 .textframe2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 480px) {
  .kasou_content2 .textframe2 {
    font-size: 40px;
    top: 25px;
  }
}

.kasou_content2_2 {
  padding-top: 110px;
  position: relative;
  background-color: #F9F9F6;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .kasou_content2_2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2_2 {
    padding-top: 80px;
  }
}

.kasou_contentneo {
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .kasou_contentneo {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_contentneo {
    padding-top: 80px;
  }
}

.kasou_content2_3 {
  padding-top: 80px;
  position: relative;
  background-color: #F9F9F6;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .kasou_content2_3 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2_3 {
    padding-top: 60px;
  }
}

.kasou_content2_3_b {
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .kasou_content2_3_b {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2_3_b {
    padding-bottom: 60px;
  }
}

.kasou_content2_3_b_last {
  padding-bottom: 130px;
}
@media screen and (max-width: 1199px) {
  .kasou_content2_3_b_last {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2_3_b_last {
    padding-bottom: 80px;
  }
}

.kasou_content2_last {
  position: relative;
  z-index: 1;
}
.kasou_content2_last .floatone {
  position: absolute;
  right: 10%;
  bottom: -80px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .kasou_content2_last .floatone {
    right: 10%;
    bottom: -20px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2_last .floatone {
    right: 10%;
    bottom: -30px;
    max-width: 180px;
  }
}

.kasou_content2_2_an {
  position: relative;
  padding-bottom: 100px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .kasou_content2_2_an {
    padding-bottom: 60px;
  }
}
.kasou_content2_2_an::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 624px;
  background: #E3E3DA;
  bottom: 0;
}

.kasou_content2_an {
  background-color: #F9F9F6;
}
.kasou_content2_an2 {
  background-color: #f2f8eb;
}

.kasou_content2_arc {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #f9fcf9;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kasou_content2_arc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.kasou_content2_b {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #edf3e5;
}
@media screen and (max-width: 767px) {
  .kasou_content2_b {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.kasou_content2_bex {
  padding-top: 30px;
}

.kasou_content2_c {
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-image: url(images/kasoubg2.jpg);
}
@media screen and (max-width: 767px) {
  .kasou_content2_c {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.kasou_content2_c .floatbg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .kasou_content2_c .floatbg {
    opacity: 0.4;
  }
}

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

  ■レストラン事業

=====================================*/
.whitehistory {
  margin-top: 40px;
  padding: 80px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  .whitehistory {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .whitehistory {
    padding: 30px;
    margin-top: 30px;
  }
}
.whitehistory .titleone {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .whitehistory .titleone {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .whitehistory .titleone {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .whitehistory .titleone {
    font-size: 20px;
  }
}
.whitehistory .inflex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex2 {
    display: block;
  }
}
.whitehistory .inflex2 .imgb {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex2 .imgb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.whitehistory .inflex2 .textb {
  width: 45%;
}
@media screen and (max-width: 1600px) {
  .whitehistory .inflex2 .textb {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex2 .textb {
    width: 100%;
  }
}
.whitehistory .titleline {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .whitehistory .titleline {
    display: block;
  }
}
.whitehistory .titleline .bigtitle {
  font-size: 32px;
  font-weight: 700;
  width: 32%;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .whitehistory .titleline .bigtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .whitehistory .titleline .bigtitle {
    width: 37%;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .whitehistory .titleline .bigtitle {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .whitehistory .titleline .bigtitle {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .whitehistory .titleline .bigtitle {
    font-size: 20px;
  }
}
.whitehistory .titleline .subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .whitehistory .titleline .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .whitehistory .titleline .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .whitehistory .titleline .subtitle {
    font-size: 17px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .whitehistory .titleline .subtitle {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.whitehistory .inflex3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex3 {
    display: block;
  }
}
.whitehistory .inflex3 .imgb {
  width: 32%;
}
@media screen and (max-width: 1400px) {
  .whitehistory .inflex3 .imgb {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex3 .imgb {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.whitehistory .inflex3 .imgb img {
  max-width: 175px;
}
.whitehistory .inflex3 .textb {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex3 .textb {
    width: 100%;
  }
}
.whitehistory .add_side1 {
  text-align: center;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.whitehistory .add_side1 img {
  border-radius: 6px;
}
.whitehistory .inflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 864px;
  margin: auto;
}
.whitehistory .inflex .side1 {
  width: calc(33% - 10px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .whitehistory .inflex .side1 {
    margin-bottom: 30px;
    width: calc(50% - 10px);
    margin-right: auto;
    margin-left: auto;
  }
}
.grayflexbox {
  margin-top: 80px;
}
@media screen and (min-width: 1400px) {
  .grayflexbox {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.grayflexbox .inflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grayflexbox .inflex .blockone {
  position: relative;
  display: block;
  z-index: 1;
  border-radius: 15px;
  padding: 40px 30px 60px;
  border: 1px solid #AFAFAF;
  background-image: url(images/hoverback1_b.jpg);
  background-position: center top 60%;
  width: calc(33% - 7px);
  transition: 0.7s;
}
@media screen and (max-width: 1600px) {
  .grayflexbox .inflex .blockone {
    padding: 30px 25px 60px;
  }
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone {
    width: calc(50% - 7px);
    padding: 30px 20px 60px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .grayflexbox .inflex .blockone {
    padding: 30px 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .grayflexbox .inflex .blockone {
    padding: 23px 20px 32px;
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone {
    background-position: center top 75%;
    padding: 30px 20px 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .grayflexbox .inflex .blockone {
    background-position: center top 56%;
    padding: 30px 15px 0;
  }
}
.grayflexbox .inflex .blockone .float_on {
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone .float_on {
    height: 290px;
  }
}
.grayflexbox .inflex .blockone .float_non {
  opacity: 1;
  transition: 0.7s;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: auto;
  line-height: 1;
  height: 52px;
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone .float_non {
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone .float_non {
    font-size: 26px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .grayflexbox .inflex .blockone .float_non {
    font-size: 24px;
    height: 27px;
  }
}
.grayflexbox .inflex .blockone .bigone {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  height: 80px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone .bigone {
    font-size: 29px;
    height: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .grayflexbox .inflex .blockone .bigone {
    font-size: 27px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .grayflexbox .inflex .blockone .bigone {
    font-size: 26px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone .bigone {
    font-size: 24px;
    height: auto;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .grayflexbox .inflex .blockone .bigone {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.grayflexbox .inflex .blockone .subtitle {
  z-index: 2;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  position: relative;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone .subtitle {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone .subtitle {
    font-size: 18px;
  }
}
.grayflexbox .inflex .blockone .textb {
  position: relative;
  z-index: 2;
  letter-spacing: 0;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .grayflexbox .inflex .blockone .textb {
    font-size: 14px;
  }
}
.grayflexbox .inflex .blockone i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #1D0C0C;
  border: 2px solid;
  padding: 10px 34px;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.7s;
}
@media screen and (max-width: 1023px) {
  .grayflexbox .inflex .blockone i {
    padding: 6px 25px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone i {
    position: relative;
    display: block;
    margin: 30px -15px 0 auto;
    z-index: 2;
    text-align: right;
    width: 63px;
  }
}
.grayflexbox .inflex .blockone::before {
  content: "";
  position: absolute;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.7s;
}
.grayflexbox .inflex .blockone:hover {
  background-image: url(images/hoverback1new.jpg);
  transition: 0.7s;
  background-position: center;
  /*
                                          @include mq(max-xs) {
  background-image: url(images/hoverback1_767.jpg);                      

    }
                                          @include mq(max-xxs) {
  background-image: url(images/hoverback1_1023.jpg);                      
  transition: 1000s;
    }
  */
}
@media screen and (max-width: 1600px) {
  .grayflexbox .inflex .blockone:hover {
    background-image: url(images/hoverback1_1600.jpg);
  }
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone:hover {
    background-image: url(images/hoverback1_1400.jpg);
  }
}
@media screen and (max-width: 1023px) {
  .grayflexbox .inflex .blockone:hover {
    background-image: url(images/hoverback1_1023.jpg);
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone:hover {
    background-image: url(images/hoverback1_b.jpg);
    background-position: center top 75%;
  }
}
@media screen and (max-width: 480px) {
  .grayflexbox .inflex .blockone:hover {
    background-position: center top 56%;
  }
}
.grayflexbox .inflex .blockone:hover .bigone {
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone:hover .bigone {
    color: #333;
  }
}
.grayflexbox .inflex .blockone:hover::before {
  transition: 0.7s;
}
.grayflexbox .inflex .blockone:hover i {
  color: #fff;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone:hover i {
    transition: 0.7s;
    color: #333;
  }
}
.grayflexbox .inflex .blockone:hover .float_on {
  opacity: 1;
  transition: 0.7s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone:hover .float_on {
    opacity: 0;
    height: 290px;
  }
}
.grayflexbox .inflex .blockone:hover .float_non {
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone:hover .float_non {
    opacity: 1;
  }
}
.grayflexbox .inflex .blockone2 {
  background-image: url(images/hoverback2_b.jpg);
}
.grayflexbox .inflex .blockone2:hover {
  background-image: url(images/hoverback2new.jpg);
}
@media screen and (max-width: 1600px) {
  .grayflexbox .inflex .blockone2:hover {
    background-image: url(images/hoverback2_1600.jpg);
  }
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone2:hover {
    background-image: url(images/hoverback2_1400.jpg);
  }
}
@media screen and (max-width: 1023px) {
  .grayflexbox .inflex .blockone2:hover {
    background-image: url(images/hoverback2_1023.jpg);
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone2:hover {
    background-image: url(images/hoverback2_767.jpg);
  }
}
@media screen and (max-width: 480px) {
  .grayflexbox .inflex .blockone2:hover {
    background-image: url(images/hoverback2_1023.jpg);
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone2:hover {
    background-image: url(images/hoverback2_b.jpg);
  }
}
.grayflexbox .inflex .blockone3 {
  background-image: url(images/hoverback3_b.jpg);
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone3 {
    margin-right: auto;
    margin-left: auto;
  }
}
.grayflexbox .inflex .blockone3:hover {
  background-image: url(images/hoverback3new.jpg);
  /*
                                            @include mq(max-xs) {
  background-image: url(images/hoverback3_767.jpg);                      

    }
                                          @include mq(max-xxs) {
  background-image: url(images/hoverback3_1023.jpg);                      

    }

  */
}
@media screen and (max-width: 1600px) {
  .grayflexbox .inflex .blockone3:hover {
    background-image: url(images/hoverback3_1600.jpg);
  }
}
@media screen and (max-width: 1400px) {
  .grayflexbox .inflex .blockone3:hover {
    background-image: url(images/hoverback3_1400.jpg);
  }
}
@media screen and (max-width: 1023px) {
  .grayflexbox .inflex .blockone3:hover {
    background-image: url(images/hoverback3_1023.jpg);
  }
}
@media screen and (max-width: 767px) {
  .grayflexbox .inflex .blockone3:hover {
    background-image: url(images/hoverback3_b.jpg);
  }
}

.k_first {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .k_first {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .k_first {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}
.k_first span {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .k_first span {
    padding-top: 15px;
  }
}
.k_first span::before {
  content: "";
  position: absolute;
  background-color: #D11C3B;
  width: 80px;
  height: 6px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 767px) {
  .k_first span::before {
    height: 3px;
    width: 60px;
  }
}

.company_first .bottomimgone {
  text-align: center;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .company_first .bottomimgone {
    margin-top: 130px;
  }
}
.company_first .bottomimgone .fukidashi {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .company_first .bottomimgone .fukidashi {
    font-size: 17px;
  }
}
.company_first .bottomimgone .fukidashi span {
  border-radius: 25px;
  width: 390px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -90px;
  background-color: #AC1A33;
  color: #fff;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .company_first .bottomimgone .fukidashi span {
    width: 270px;
    top: -95px;
    border-radius: 45px;
    line-height: 1.4;
  }
}
.company_first .bottomimgone .fukidashi span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid #AC1A33;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  border-radius: 6px;
}
.company_first .topimgb {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_first .topimgb img {
    border-radius: 6px;
  }
}
.company_first .topimgb .hidden-xs {
  border-radius: 6px;
}
.company_first .topimgb .floatone {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  padding: 70px;
  background-color: #F9F9F6;
  border-radius: 50%;
  bottom: -210px;
  z-index: 1;
  max-width: 340px;
}
@media screen and (max-width: 1400px) {
  .company_first .topimgb .floatone {
    padding: 60px;
    bottom: -200px;
    z-index: 1;
    max-width: 290px;
  }
}
@media screen and (max-width: 1199px) {
  .company_first .topimgb .floatone {
    bottom: -160px;
    z-index: 1;
    max-width: 260px;
  }
}
@media screen and (max-width: 991px) {
  .company_first .topimgb .floatone {
    bottom: -150px;
    z-index: 1;
    max-width: 230px;
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company_first .topimgb .floatone {
    bottom: -115px;
    z-index: 1;
    max-width: 180px;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .company_first .topimgb .floatone {
    padding: 20px 20px 20px;
    bottom: -120px;
    max-width: 160px;
    border-radius: 50% 50% 11% 11%;
  }
}
.company_first .topimgb_2 .floatone {
  padding: 60px 90px 110px;
  border-radius: 50% 50% 16% 16%;
  margin-bottom: -25px;
  max-width: 380px;
}
@media screen and (max-width: 1400px) {
  .company_first .topimgb_2 .floatone {
    max-width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .company_first .topimgb_2 .floatone {
    padding: 40px 65px 30px;
    border-radius: 50% 50% 16% 16%;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 310px;
    bottom: -145px;
  }
}
@media screen and (max-width: 767px) {
  .company_first .topimgb_2 .floatone {
    padding: 40px 60px 20px;
    bottom: -145px;
    max-width: 310px;
  }
}
@media screen and (max-width: 480px) {
  .company_first .topimgb_2 .floatone {
    padding: 20px 15px 0px;
    bottom: -110px;
    max-width: 160px;
    border-radius: 50% 50% 11% 11%;
  }
}
.company_first .centerin {
  padding-top: 190px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1199px) {
  .company_first .centerin {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .company_first .centerin {
    padding-top: 120px;
  }
}
@media screen and (max-width: 480px) {
  .company_first .centerin {
    padding-top: 130px;
  }
}
.company_first .centerin .bigtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
  .company_first .centerin .bigtitle {
    font-size: 33px;
  }
}
@media screen and (max-width: 1600px) {
  .company_first .centerin .bigtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .company_first .centerin .bigtitle {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .company_first .centerin .bigtitle {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .company_first .centerin .bigtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .company_first .centerin .bigtitle span {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .company_first .centerin .bigtitle span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .company_first .centerin2 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .company_first .centerin2 {
    padding-top: 150px;
  }
}

.kasou_titlebox2 {
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
  color: #1d0c0c;
}
@media screen and (max-width: 1199px) {
  .kasou_titlebox2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_titlebox2 {
    font-size: 26px;
    padding-top: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .kasou_titlebox2 {
    padding-top: 20px;
  }
}
.kasou_titlebox2 span {
  position: relative;
}
.kasou_titlebox2 span::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 6px;
  background-color: #D11C3B;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .kasou_titlebox2 span::before {
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .kasou_titlebox2 span::before {
    top: -15px;
    height: 4px;
  }
}

@media screen and (max-width: 767px) {
  .kasou_titlebox2_mmv span::before {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kasou_titlebox2an {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
}
.kasou_titlebox2an::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .kasou_titlebox2an::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 4px;
    background-color: #D11C3B;
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_titlebox2an span::before {
    display: none;
  }
}

.rest_shorttitle {
  line-height: 1;
  text-align: center;
  font-size: 24px;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .rest_shorttitle {
    font-size: 20px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rest_shorttitle {
    font-size: 17px;
    margin-top: 30px;
  }
}
.rest_shorttitle span {
  background: #fff;
  padding: 10px 10px 10px;
  position: relative;
}
.rest_shorttitle span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 99%;
  background: #C4C2A8;
}
.rest_shorttitle span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 99%;
  background: #C4C2A8;
}

.rest_bigtitle {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
}
@media screen and (min-width: 481px) {
  .rest_bigtitle {
    font-size: 31px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .rest_bigtitle {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1057px) {
  .rest_bigtitle {
    font-size: 44px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .rest_bigtitle {
    font-size: 52px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .rest_bigtitle {
    font-size: 70px;
  }
}
.rest_bigtitle span {
  background: #fff;
  position: relative;
  padding: 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .rest_bigtitle span {
    padding: 0 20px 15px;
  }
}
.rest_bigtitle span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 99%;
  background: #C4C2A8;
}
.rest_bigtitle span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 99%;
  background: #C4C2A8;
}

@media screen and (min-width: 768px) {
  .kodawari_b {
    margin-top: 30px;
  }
}

.restaurant_content {
  position: relative;
}
.restaurant_content .btnlist {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .restaurant_content .btnlist {
    bottom: 10px;
  }
}
.restaurant_content .btnlist .cross {
  padding: 10px;
  background-color: #BC9757;
  margin-left: auto;
  display: block;
  margin-bottom: 2px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .restaurant_content .btnlist .cross {
    padding: 7px;
  }
}
.restaurant_content .btnlist .cross:hover {
  transition-duration: 0.7s;
  background-color: #AC1A33;
}
.restaurant_content .btnlist .hidden {
  opacity: 0;
}
.restaurant_content .btnlist .listone {
  width: 150px;
  display: block;
  color: #fff;
  margin-bottom: 2px;
  font-size: 14px;
  background: #BC9757;
  padding: 13px 10px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 1600px) {
  .restaurant_content .btnlist .listone {
    padding: 10px 10px;
    width: 145px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .restaurant_content .btnlist .listone {
    padding: 7px 5px;
    width: 135px;
    font-size: 13px;
    line-height: 1.3;
  }
}
.restaurant_content .btnlist .listone:hover {
  background-color: #AC1A33;
}
.restaurant_content .btnlist2 .listone {
  width: 160px;
}
@media screen and (max-width: 1600px) {
  .restaurant_content .btnlist2 .listone {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .restaurant_content .btnlist2 .listone {
    width: 145px;
  }
}

.c_flexbox {
  margin-top: 70px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .c_flexbox {
    display: block;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_flexbox {
    display: block;
    margin-top: 40px;
  }
}
.c_flexbox .imgb {
  max-width: 773px;
  margin-left: calc(28% - 29vw - 20px);
}
@media screen and (max-width: 1600px) {
  .c_flexbox .imgb {
    max-width: 620px;
    margin-left: calc(31% - 29vw - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .c_flexbox .imgb {
    margin-left: auto;
    max-width: 773px;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .c_flexbox .imgb {
    display: block;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
  }
}
@media screen and (max-width: 480px) {
  .c_flexbox .imgb {
    height: 250px;
  }
}
.c_flexbox .imgb img {
  border-radius: 15px;
}
@media screen and (min-width: 1400px) {
  .c_flexbox .imgb img {
    border-radius: 0 15px 15px 0;
  }
}
.c_flexbox .textside {
  padding-top: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1057px) {
  .c_flexbox .textside {
    margin-left: 30px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .c_flexbox .textside {
    margin-left: 30px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .c_flexbox .textside {
    margin-left: 70px;
    padding-top: 80px;
  }
}
.c_flexbox .textside .float {
  position: absolute;
  right: 0;
  top: -70px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .c_flexbox .textside .float {
    max-width: 230px;
  }
}
@media screen and (max-width: 1400px) {
  .c_flexbox .textside .float {
    top: -10px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .c_flexbox .textside .float {
    max-width: 150px;
  }
}
@media screen and (max-width: 1056px) {
  .c_flexbox .textside .float {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .c_flexbox .textside .float {
    max-width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .c_flexbox .textside .float {
    max-width: 90px;
  }
}
.c_flexbox .textside .float1 {
  right: -60px;
}
@media screen and (max-width: 1400px) {
  .c_flexbox .textside .float1 {
    right: 0;
  }
}
.c_flexbox .textside .maintitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #1d0c0c;
}
@media screen and (min-width: 481px) {
  .c_flexbox .textside .maintitle {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .c_flexbox .textside .maintitle {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .c_flexbox .textside .maintitle {
    font-size: 56px;
  }
}
.c_flexbox .textside .subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #1d0c0c;
  margin: 30px 0 20px;
}
@media screen and (min-width: 768px) {
  .c_flexbox .textside .subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c_flexbox .textside .subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .c_flexbox .textside .subtitle {
    margin: 40px 0 30px;
  }
}

.c_flexbox2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1056px) {
  .c_flexbox2 {
    margin-bottom: 50px;
  }
}
.c_flexbox2 .imgb {
  margin-left: calc(33% - 32vw - 15px);
}
@media screen and (max-width: 1600px) {
  .c_flexbox2 .imgb {
    margin-left: calc(31% - 29vw - 20px);
    max-width: 658px;
  }
}
@media screen and (max-width: 1400px) {
  .c_flexbox2 .imgb {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    max-width: 580px;
  }
}
@media screen and (max-width: 1056px) {
  .c_flexbox2 .imgb {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .c_flexbox2 .imgb {
    height: 200px;
  }
}
.c_flexbox2 .textside {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .c_flexbox2 .textside {
    width: 100%;
    position: relative;
    z-index: 1;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c_flexbox2 .textside::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 171px;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-image: url(images/bottompath.svg);
}
.c_flexbox2 .textside .subtitle {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c_flexbox2 .textside .subtitle {
    font-size: 24px;
  }
}

.c_flexbox_b .textside {
  width: 50%;
}
@media screen and (max-width: 1600px) {
  .c_flexbox_b .textside {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .c_flexbox_b .textside {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c_flexbox_b .imgb {
    height: auto;
  }
}

.c_flexbox_b2 .imgb {
  order: 2;
  margin-left: auto;
  margin-right: calc(13% - 19vw - 20px);
}
@media screen and (max-width: 1400px) {
  .c_flexbox_b2 .imgb {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1400px) {
  .c_flexbox_b2 .imgb img {
    border-radius: 15px 0px 0px 15px;
  }
}
.c_flexbox_b2 .textside {
  order: 1;
  width: 50%;
  margin-left: 0;
}
@media screen and (max-width: 1600px) {
  .c_flexbox_b2 .textside {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .c_flexbox_b2 .textside {
    width: 100%;
    padding-top: 0;
  }
}
.c_flexbox_b2 .textside .subtitle {
  font-size: 30px;
}
@media screen and (max-width: 1056px) {
  .c_flexbox_b2 .textside .subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .c_flexbox_b2 .textside .subtitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .c_flexbox_b2 .imgb {
    height: auto;
  }
}

.k_smalltitle {
  line-height: 1.2;
  margin-bottom: 35px;
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .k_smalltitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .k_smalltitle {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.k_smalltitle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #AC1A33;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .k_smalltitle::before {
    width: 3px;
  }
}

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

.ac_intro .inflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .ac_intro .inflex {
    display: block;
  }
}
.ac_intro .inflex::after {
  display: block;
  content: "";
  width: calc(33% - 14px);
}
@media screen and (max-width: 991px) {
  .ac_intro .inflex::after {
    width: calc(50% - 12px);
  }
}
.ac_intro .inflex .inblock {
  width: calc(33% - 14px);
  margin-bottom: 80px;
}
@media screen and (max-width: 1400px) {
  .ac_intro .inflex .inblock {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .ac_intro .inflex .inblock {
    width: calc(50% - 12px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .ac_intro .inflex .inblock {
    width: 100%;
  }
}
.ac_intro .inflex .inblock .imgb img {
  border-radius: 6px;
}
.ac_intro .inflex .inblock .intitle {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .ac_intro .inflex .inblock .intitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .ac_intro .inflex .inblock .intitle {
    margin: 15px 0;
  }
}
.ac_intro .inflex .inblock .txtb {
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .ac_intro .inflex .inblock .txtb {
    font-size: 14px;
  }
}

.ac_intro1 {
  margin-top: 40px;
}

.dx_group {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .dx_group {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .dx_group {
    margin-top: 40px;
  }
}
.dx_group .act_flex .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dx_group .act_flex .inflex {
    display: block;
  }
}
.dx_group .act_flex .inflex .imgb {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .dx_group .act_flex .inflex .imgb {
    width: 100%;
  }
}
.dx_group .act_flex .inflex .imgb img {
  border-radius: 6px;
}
.dx_group .act_flex .inflex .textb {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .dx_group .act_flex .inflex .textb {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .dx_group .act_flexb .inflex {
    display: block;
  }
}
.dx_group .act_flexb .inflex .imgb {
  width: 33%;
}
@media screen and (max-width: 1600px) {
  .dx_group .act_flexb .inflex .imgb {
    width: 38%;
  }
}
@media screen and (max-width: 1199px) {
  .dx_group .act_flexb .inflex .imgb {
    width: 42%;
  }
}
@media screen and (max-width: 1023px) {
  .dx_group .act_flexb .inflex .imgb {
    width: 100%;
    text-align: center;
  }
}
.dx_group .act_flexb .inflex .textb {
  width: 58%;
}
@media screen and (max-width: 1600px) {
  .dx_group .act_flexb .inflex .textb {
    width: 53%;
  }
}
@media screen and (max-width: 1023px) {
  .dx_group .act_flexb .inflex .textb {
    width: 100%;
    margin-top: 30px;
  }
}
.dx_group .act_flexb .inflex .textb .txtin .span1 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .dx_group .act_flexb .inflex .textb .txtin .span1 {
    font-size: 20px;
    text-indent: -38px;
    padding-left: 38px;
    line-height: 1.3;
  }
}
.dx_group .act_flexb .inflex .textb .txtin .span1 .numone {
  color: #AC1A33;
}
@media screen and (max-width: 1600px) {
  .dx_group .act_flexb .inflex .textb .txtin .span2 {
    line-height: 1.5;
    display: block;
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .dx_group .act_flexb .inflex2 {
    display: block;
  }
}
.dx_group .act_flexb .inflex2 .imgb {
  width: 33%;
}
@media screen and (max-width: 1600px) {
  .dx_group .act_flexb .inflex2 .imgb {
    width: 38%;
  }
}
@media screen and (max-width: 1199px) {
  .dx_group .act_flexb .inflex2 .imgb {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .dx_group .act_flexb .inflex2 .imgb {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .dx_group .act_flexb .inflex2 .imgb img {
    margin: auto;
  }
}
.dx_group .act_flexb .inflex2 .textb {
  width: 58%;
}
@media screen and (max-width: 1600px) {
  .dx_group .act_flexb .inflex2 .textb {
    width: 53%;
  }
}
@media screen and (max-width: 1199px) {
  .dx_group .act_flexb .inflex2 .textb {
    width: 100%;
    margin-top: 30px;
  }
}
.dx_group .actin_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .dx_group .actin_flex {
    display: block;
  }
}
.dx_group .actin_flex .inblock {
  width: calc(50% - 5px);
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #F8E7E5;
  padding: 30px 50px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .dx_group .actin_flex .inblock {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 991px) {
  .dx_group .actin_flex .inblock {
    padding: 30px 30px 30px;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .dx_group .actin_flex .inblock {
    padding: 30px 20px 30px;
  }
}
.dx_group .actin_flex .inblock .titleone {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .dx_group .actin_flex .inblock .titleone {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.dx_group .actin_flex .inblock .titleone span {
  border-radius: 25px;
  background-color: #AC1A33;
  padding: 8px 45px;
  line-height: 1;
}
.dx_group .actin_flex .inblock ul {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .dx_group .actin_flex .inblock ul {
    font-size: 14px;
  }
}
.dx_group .actin_flex .inblock ul li {
  padding-left: 17px;
  text-indent: -17px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .dx_group .actin_flex .inblock ul li {
    padding-left: 15px;
    text-indent: -15px;
  }
}
.dx_group .actin_flex .before {
  border-color: #DEEAF9;
}
.dx_group .actin_flex .before .titleone span {
  background-color: #003781;
}

.dx_group1 {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .dx_group1 {
    margin-top: 40px;
  }
}

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

.brandflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brandflex .oneside {
  display: block;
  width: calc(25% - 16px);
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width: 1600px) {
  .brandflex .oneside {
    padding: 30px 26px;
    width: calc(25% - 14px);
  }
}
@media screen and (max-width: 1400px) {
  .brandflex .oneside {
    width: calc(50% - 16px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .brandflex .oneside {
    width: calc(50% - 11px);
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .brandflex .oneside {
    width: 100%;
  }
}
.brandflex .oneside .imgb {
  text-align: center;
}
.brandflex .oneside .imgb img {
  border-radius: 85px;
}
@media screen and (max-width: 1400px) {
  .brandflex .oneside .imgb img {
    border-radius: 130px;
  }
}
.brandflex .oneside .intitle {
  line-height: 1.3;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  min-height: 62px;
}
@media screen and (max-width: 1600px) {
  .brandflex .oneside .intitle {
    font-size: 21px;
    min-height: 54px;
  }
}
@media screen and (max-width: 1400px) {
  .brandflex .oneside .intitle {
    text-align: center;
    font-size: 20px;
    min-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .brandflex .oneside .intitle {
    font-size: 18px;
    min-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .brandflex .oneside .intitle {
    min-height: auto;
  }
}
.brandflex .oneside .num {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  color: #C4C2A8;
}

/* スライドアニメーションの設定 */
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slidecontainer {
  display: flex;
  overflow: hidden;
}
.slidecontainer .img_block {
  width: 460px;
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .slidecontainer .img_block {
    width: 400px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .slidecontainer .img_block {
    width: 240px;
    margin: 0 10px;
    padding: 0;
  }
}
.slidecontainer .img_block2 {
  margin-top: 0px;
  width: 230px;
}
.slidecontainer .img_block3 {
  margin-top: auto;
}
.slidecontainer .img_block img {
  width: 100%;
  border-radius: 6px;
  height: auto;
  vertical-align: bottom;
}

.slideshow {
  margin-top: 140px;
  display: flex;
  animation: horizontal-animation 30s linear infinite;
}
@media screen and (max-width: 1600px) {
  .slideshow {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .slideshow {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .slideshow {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slideshow {
    margin-top: 30px;
  }
}

.brandflex2 .oneside {
  width: calc(33% - 16px);
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  .brandflex2 .oneside {
    padding: 30px 26px;
    width: calc(33% - 14px);
  }
}
@media screen and (max-width: 1400px) {
  .brandflex2 .oneside {
    width: calc(50% - 16px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .brandflex2 .oneside {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .brandflex2 .oneside .num {
    margin-bottom: 0;
  }
}
.brandflex2 .oneside .imgb {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .brandflex2 .oneside .imgb {
    margin-bottom: 0;
  }
}
.brandflex2 .oneside .imgb img {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .brandflex2 .oneside .imgb img {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .brandflex2 .oneside .imgb img {
    max-width: 180px;
  }
}

.longimg {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .longimg .img1 {
    display: none;
  }
}
.longimg .img2 {
  display: none;
}
@media screen and (max-width: 1400px) {
  .longimg .img2 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .longimg .img2 {
    display: none;
  }
}
.longimg .img3 {
  display: none;
}
@media screen and (max-width: 991px) {
  .longimg .img3 {
    display: block;
  }
}
.longimg .container {
  position: relative;
}
.longimg .container .intitle {
  position: absolute;
  left: 0;
  bottom: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .longimg .container .intitle {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .longimg .container .intitle {
    bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .longimg .container .intitle {
    position: relative;
    margin-top: -15px;
    background: #fff;
    padding: 15px 12px;
    bottom: auto;
  }
}
.longimg .container .intitle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 99%;
  background: #C4C2A8;
  display: none;
}
@media screen and (max-width: 480px) {
  .longimg .container .intitle::before {
    display: block;
  }
}
.longimg .container .intitle::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 99%;
  background: #C4C2A8;
  display: none;
}
@media screen and (max-width: 480px) {
  .longimg .container .intitle::after {
    display: block;
  }
}
.longimg .container .intitle span {
  background: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .longimg .container .intitle span {
    font-size: 33px;
    font-weight: 700;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .longimg .container .intitle span {
    font-size: 30px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .longimg .container .intitle span {
    font-size: 24px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .longimg .container .intitle span {
    background: none;
    padding: 0;
    font-size: 19px;
  }
}
.longimg .container .intitle span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 99%;
  background: #C4C2A8;
}
@media screen and (max-width: 480px) {
  .longimg .container .intitle span::before {
    display: none;
  }
}
.longimg .container .intitle span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 99%;
  background: #C4C2A8;
}
@media screen and (max-width: 480px) {
  .longimg .container .intitle span::after {
    display: none;
  }
}

.b_flexone {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .b_flexone {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .b_flexone {
    margin-top: 40px;
    display: block;
  }
}
.b_flexone .imgb {
  order: 2;
  width: 50%;
  margin-left: 30px;
}
@media screen and (max-width: 1600px) {
  .b_flexone .imgb {
    width: 40%;
    margin-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .b_flexone .imgb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.b_flexone .textbox {
  order: 1;
  width: 50%;
}
@media screen and (max-width: 1600px) {
  .b_flexone .textbox {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .b_flexone .textbox {
    width: 100%;
  }
}
.b_flexone .textbox .intitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  display: flex;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .b_flexone .textbox .intitle {
    margin-bottom: 30px;
    font-size: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .b_flexone .textbox .intitle {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .b_flexone .textbox .intitle {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .b_flexone .textbox .intitle {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    display: block;
  }
}
.b_flexone .textbox .intitle img {
  margin-right: 30px;
}
@media screen and (max-width: 1600px) {
  .b_flexone .textbox .intitle img {
    max-width: 75px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .b_flexone .textbox .intitle img {
    max-width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .b_flexone .textbox .intitle img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .b_flexone .textbox .intitle .visible-md {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
  .b_flexone .textbox .intitle .visible-md {
    display: block !important;
  }
}

.b_flexone2 .imgb {
  order: 1;
  margin-left: 0;
  margin-right: 30px;
}
.b_flexone2 .textbox {
  order: 2;
}

.f_inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .f_inflex {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
.f_inflex .imgb_neo {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .f_inflex .imgb_neo {
    margin-bottom: 40px;
  }
}
.f_inflex .imgleft {
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .f_inflex .imgleft {
    width: 28%;
    margin-right: 2%;
  }
}
.f_inflex .textbox {
  text-align: center;
  width: 600px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .f_inflex .textbox {
    width: 520px;
  }
}
@media screen and (max-width: 1600px) {
  .f_inflex .textbox {
    width: 420px;
  }
}
@media screen and (max-width: 1400px) {
  .f_inflex .textbox {
    width: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .f_inflex .textbox {
    width: 510px;
  }
}
@media screen and (max-width: 1400px) {
  .f_inflex .textbox {
    width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .f_inflex .textbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .f_inflex .textbox {
    text-align: left;
  }
}
.f_inflex .imgright {
  width: 41%;
  margin-left: -170px;
  margin-top: 120px;
}
@media screen and (max-width: 1700px) {
  .f_inflex .imgright {
    width: 30%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .f_inflex .imgright {
    width: 31%;
    margin-left: 1%;
  }
}

.dottedtitle {
  margin-top: 100px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
  padding: 25px 75px 0;
  margin-bottom: 50px;
  width: 100%;
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .dottedtitle {
    padding: 20px 50px 0;
    font-size: 33px;
    max-width: 510px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) {
  .dottedtitle {
    padding: 20px 30px 0;
    font-size: 30px;
    max-width: 510px;
  }
}
@media screen and (max-width: 1400px) {
  .dottedtitle {
    padding: 15px 15px 0;
    font-size: 29px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .dottedtitle {
    margin-right: auto;
    margin-left: auto;
    max-width: 440px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .dottedtitle {
    margin-top: 30px;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .dottedtitle {
    margin-top: 30px;
    max-width: 316px;
    font-size: 22px;
    padding: 10px 25px 0;
    margin-top: 20px;
  }
}
.dottedtitle img {
  position: absolute;
}
@media screen and (max-width: 1700px) {
  .dottedtitle img {
    max-width: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .dottedtitle img {
    max-width: 25px;
  }
}
@media screen and (max-width: 991px) {
  .dottedtitle img {
    max-width: 20px;
  }
}
.dottedtitle .side1 {
  left: 0;
  top: 0;
}
.dottedtitle .side2 {
  right: 0;
  top: 0;
}

.company_dotted .dottedtitle {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .company_dotted .dottedtitle {
    max-width: 804px;
  }
}
@media screen and (max-width: 1600px) {
  .company_dotted .dottedtitle {
    max-width: 710px;
  }
}
@media screen and (max-width: 991px) {
  .company_dotted .dottedtitle {
    max-width: 614px;
  }
}
@media screen and (max-width: 767px) {
  .company_dotted .dottedtitle {
    max-width: 440px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .company_dotted .dottedtitle {
    padding: 10px 5px 0;
    max-width: 370px;
  }
}

.five_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .five_flex {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .five_flex {
    margin-top: 50px;
  }
}
.five_flex .flexin {
  margin-top: 30px;
  padding-top: 30px;
  width: calc(33% - 15px);
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .five_flex .flexin {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .five_flex .flexin {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .five_flex .flexin {
    width: calc(50% - 2px);
    margin-top: 5px;
    padding-top: 15px;
  }
}
.five_flex .flexin span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #AC1A33;
  padding: 20px 45px;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .five_flex .flexin span {
    padding: 15px 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .five_flex .flexin span {
    top: 0px;
    padding: 12px 18px;
    font-size: 15px;
  }
}

.five_flex2 {
  max-width: 857px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0 !important;
}
@media screen and (max-width: 1600px) {
  .five_flex2 {
    max-width: 693px;
  }
}
@media screen and (max-width: 1400px) {
  .five_flex2 {
    max-width: 602px;
  }
}
.five_flex2 .flexin {
  width: calc(50% - 15px);
}

.ko_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .ko_flex {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1056px) {
  .ko_flex {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
.ko_flex::before {
  content: "";
  position: absolute;
  width: 645px;
  height: 323px;
  background-image: url(images/dotted2.svg);
  z-index: -1;
  opacity: 0.3;
  bottom: -145px;
  margin: auto;
  right: 15%;
}
@media screen and (max-width: 1600px) {
  .ko_flex::before {
    right: 6%;
  }
}
@media screen and (max-width: 1199px) {
  .ko_flex::before {
    width: 490px;
    height: 218px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex::before {
    right: 6%;
    opacity: 0.4;
    display: none;
    transform: rotate(39deg);
  }
}
@media screen and (max-width: 480px) {
  .ko_flex::before {
    width: 300px;
    height: 310px;
  }
}
.ko_flex .imgb {
  width: 45%;
  position: relative;
  padding-bottom: 95px;
}
@media screen and (max-width: 1199px) {
  .ko_flex .imgb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex .imgb {
    width: 100%;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .ko_flex .imgb {
    padding-bottom: 30px;
  }
}
.ko_flex .imgb .baseimg {
  border-radius: 6px;
}
.ko_flex .imgb .floatimg {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 8px solid #fff;
  border-radius: 6px;
}
@media screen and (max-width: 1600px) {
  .ko_flex .imgb .floatimg {
    max-width: 180px;
  }
}
@media screen and (max-width: 1400px) {
  .ko_flex .imgb .floatimg {
    max-width: 160px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .ko_flex .imgb .floatimg {
    border: 4px solid #fff;
    max-width: 140px;
  }
}
@media screen and (max-width: 1056px) {
  .ko_flex .imgb .floatimg {
    top: -50px;
    bottom: auto;
    max-width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex .imgb .floatimg {
    top: auto;
    bottom: 0;
  }
}
.ko_flex .textside {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ko_flex .textside {
    width: 100%;
  }
}
.ko_flex .textside .titleone {
  margin-top: 90px;
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .ko_flex .textside .titleone {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .ko_flex .textside .titleone {
    font-size: 28px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex .textside .titleone {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.ko_flex_first {
  margin-top: 80px;
}
@media screen and (max-width: 1056px) {
  .ko_flex_first {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex_first {
    margin-top: 40px;
  }
}

.ko_flex2::before {
  content: "";
  position: absolute;
  width: 645px;
  height: 323px;
  background-image: url(images/dotted1.svg);
  z-index: -1;
  top: 0;
  bottom: -370px;
  margin: auto;
  right: 15%;
}
@media screen and (max-width: 1600px) {
  .ko_flex2::before {
    right: 7%;
  }
}
@media screen and (max-width: 1199px) {
  .ko_flex2::before {
    width: 490px;
    height: 218px;
    background-size: cover;
    right: 10%;
    top: -100px;
  }
}
@media screen and (max-width: 1056px) {
  .ko_flex2::before {
    right: 4%;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex2::before {
    right: auto;
    left: 4%;
    display: none;
    transform: rotate(-39deg);
  }
}
@media screen and (max-width: 480px) {
  .ko_flex2::before {
    width: 300px;
    height: 310px;
    top: -245px;
  }
}
.ko_flex2 .imgb {
  order: 2;
}
.ko_flex2 .imgb .floatimg {
  bottom: auto;
  top: -80px;
}
@media screen and (max-width: 1400px) {
  .ko_flex2 .imgb .floatimg {
    top: -70px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex2 .imgb .floatimg {
    top: auto;
    bottom: 0;
  }
}
.ko_flex2 .textside {
  order: 1;
}

.ko_flex3 {
  margin-top: 15px;
}
@media screen and (max-width: 1056px) {
  .ko_flex3 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ko_flex3 {
    margin-top: 40px;
  }
}
.ko_flex3::before {
  display: none;
}

.white_box {
  background-color: #fff;
  border-radius: 15px;
  padding: 100px 15px;
  margin-top: 70px;
}
@media screen and (max-width: 1600px) {
  .white_box {
    padding: 70px 55px;
  }
}
@media screen and (max-width: 1199px) {
  .white_box {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .white_box {
    padding: 30px 15px;
    margin-top: 50px;
  }
}
.white_box .titleflex {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .white_box .titleflex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .white_box .titleflex {
    margin-bottom: 10px;
  }
}
.white_box .titleflex .maintitle {
  font-size: 32px;
  font-weight: 700;
  margin-right: 120px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .white_box .titleflex .maintitle {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .white_box .titleflex .maintitle {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .white_box .titleflex .maintitle {
    font-size: 24px;
  }
}
.white_box .inflex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.white_box .inflex .blockone {
  width: calc(33% - 14px);
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .white_box .inflex .blockone {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .white_box .inflex .blockone {
    width: calc(50% - 7px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .white_box .inflex .blockone {
    width: 100%;
    margin-top: 40px;
  }
}
.white_box .inflex .blockone .titleb {
  line-height: 1.3;
  font-weight: 700;
  font-size: 24px;
  margin: 25px 0 15px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .white_box .inflex .blockone .titleb {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .white_box .inflex .blockone .titleb {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .white_box .inflex .blockone .titleb {
    font-size: 18px;
  }
}
.white_box .inflex .blockone .imgb img {
  border-radius: 200px;
}
@media screen and (max-width: 1056px) {
  .white_box .inflex .blockone .imgb img {
    border-radius: 180px;
  }
}
@media screen and (max-width: 767px) {
  .white_box .inflex .blockone .imgb img {
    border-radius: 160px;
  }
}
.white_box .inflex .blockone .textb {
  font-size: 15px;
}
@media screen and (max-width: 1056px) {
  .white_box .inflex .blockone .textb {
    font-size: 14px;
  }
}

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

.introbox .fukidashiline {
  display: flex;
  margin-bottom: 35px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .introbox .fukidashiline {
    margin-top: 40px;
  }
}
.introbox .fukidashiline .fukidashiin {
  width: 185px;
  margin-right: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding: 20px 12px;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .introbox .fukidashiline .fukidashiin {
    padding: 15px 6px;
    font-size: 14px;
    margin-right: 5px;
  }
}
.introbox .fukidashiline .active {
  position: relative;
  background-color: #AC1A33;
  color: #fff;
}
.introbox .fukidashiline .active::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid #AC1A33;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  border-radius: 6px;
}
.introbox .inwhite {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
@media screen and (min-width: 481px) {
  .introbox .inwhite {
    padding: 30px 30px 10px;
  }
}
@media screen and (min-width: 768px) {
  .introbox .inwhite {
    padding: 40px 40px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .introbox .inwhite {
    padding: 60px 60px 40px;
  }
}
.introbox .inwhite .inflex1 {
  display: flex;
}
@media screen and (max-width: 1056px) {
  .introbox .inwhite .inflex1 {
    display: block;
  }
}
.introbox .inwhite .inflex1 .imgb {
  width: 24%;
  margin-right: 90px;
}
@media screen and (max-width: 1400px) {
  .introbox .inwhite .inflex1 .imgb {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .introbox .inwhite .inflex1 .imgb {
    margin-right: 30px;
    width: 35%;
  }
}
@media screen and (max-width: 1056px) {
  .introbox .inwhite .inflex1 .imgb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .introbox .inwhite .inflex1 .imgb {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .introbox .inwhite .inflex1 .imgb img {
    max-width: 200px;
    margin: auto;
  }
}
.introbox .inwhite .inflex1 .textbox {
  width: 66%;
}
@media screen and (max-width: 1056px) {
  .introbox .inwhite .inflex1 .textbox {
    width: 100%;
  }
}
.introbox .inwhite .inflex1 .textbox .titleb {
  line-height: 1.3;
  font-size: 32px;
  font-weight: 700;
  color: #1d0c0c;
  margin-bottom: 30px;
}
@media screen and (max-width: 1056px) {
  .introbox .inwhite .inflex1 .textbox .titleb {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .inflex1 .textbox .titleb {
    font-size: 24px;
  }
}
.introbox .inwhite .inflex1 .textbox .grayback {
  background-color: #F5F5F1;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .introbox .inwhite .inflex1 .textbox .grayback {
    margin-bottom: 40px;
    padding: 30px;
  }
}
@media screen and (max-width: 1056px) {
  .introbox .inwhite .inflex1 .textbox .grayback {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .inflex1 .textbox .grayback {
    padding: 30px;
  }
}
.introbox .inwhite .inflex1 .textbox .grayback .boxone {
  margin-bottom: 30px;
}
.introbox .inwhite .inflex1 .textbox .grayback .boxone .intitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .inflex1 .textbox .grayback .boxone .intitle {
    font-size: 18px;
  }
}
.introbox .inwhite .inflex1 .textbox .grayback .boxone3 {
  margin-bottom: 0 !important;
}
.introbox .inwhite .textbox1 {
  border-radius: 15px;
  padding: 40px 30px;
  border: 1px solid #E3E3DA;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .textbox1 {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .introbox .inwhite .textbox1 .inflex {
    display: flex;
  }
}
.introbox .inwhite .textbox1 .inflex .imgb {
  order: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .introbox .inwhite .textbox1 .inflex .imgb {
    width: 30%;
    margin-bottom: 0;
    margin-left: 30px;
  }
}
.introbox .inwhite .textbox1 .inflex .imgb img {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .introbox .inwhite .textbox1 .inflex .textb {
    width: 70%;
  }
}
.introbox .inwhite .textbox1 .onetitle {
  line-height: 1.2;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .introbox .inwhite .textbox1 .onetitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .textbox1 .onetitle {
    font-size: 18px;
    padding-left: 20px;
  }
}
.introbox .inwhite .textbox1 .onetitle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #AC1A33;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .textbox1 .onetitle::before {
    width: 3px;
  }
}
.introbox .inwhite .textbox1_last {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .textbox1_last {
    margin-bottom: 40px;
  }
}
.introbox .inwhite_2 {
  position: relative;
}
.introbox .inwhite_2 div.wpcf7-validation-errors, .introbox .inwhite_2 div.wpcf7-acceptance-missing {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 530px;
}
@media screen and (max-width: 767px) {
  .introbox .inwhite_2 div.wpcf7-validation-errors, .introbox .inwhite_2 div.wpcf7-acceptance-missing {
    width: 430px;
  }
}
.introbox .imgbflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.introbox .imgbflex::after {
  content: "";
  display: block;
  width: calc(25% - 14px);
}
@media screen and (max-width: 1199px) {
  .introbox .imgbflex::after {
    width: calc(33% - 11px);
  }
}
@media screen and (max-width: 767px) {
  .introbox .imgbflex::after {
    width: calc(50% - 11px);
  }
}
@media screen and (max-width: 480px) {
  .introbox .imgbflex::after {
    width: calc(50% - 5px);
  }
}
.introbox .imgbflex .inblock {
  width: calc(25% - 14px);
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .introbox .imgbflex .inblock {
    width: calc(33% - 11px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introbox .imgbflex .inblock {
    width: calc(50% - 11px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .introbox .imgbflex .inblock {
    width: calc(50% - 5px);
  }
}
.introbox .imgbflex .inblock .imgb img {
  border-radius: 6px;
}
.introbox .imgbflex .inblock .textb {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .introbox .imgbflex .inblock .textb {
    font-size: 14px;
    margin-top: 11px;
  }
}

.mendan_flex {
  display: flex;
  margin-top: 130px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1600px) {
  .mendan_flex {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .mendan_flex {
    padding: 0 14px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .mendan_flex {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mendan_flex .textone {
  width: 37%;
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .mendan_flex .textone {
    margin-left: 25px;
    width: 37%;
  }
}
@media screen and (max-width: 1199px) {
  .mendan_flex .textone {
    margin-right: 0;
    width: 31%;
  }
}
@media screen and (max-width: 991px) {
  .mendan_flex .textone {
    width: 100%;
    margin: 0;
    padding: 0 14px;
  }
}
.mendan_flex .textone .textb {
  width: 420px;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .mendan_flex .textone .textb {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mendan_flex .textone .textb {
    width: 100%;
  }
}
.mendan_flex .textone .titleone {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .mendan_flex .textone .titleone {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .mendan_flex .textone .titleone {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .mendan_flex .textone .titleone {
    font-size: 20px;
  }
}
.mendan_flex .rightside {
  max-width: 210px;
  margin-left: auto;
  margin-top: -100px;
}
@media screen and (max-width: 1400px) {
  .mendan_flex .rightside {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .mendan_flex .rightside {
    margin-top: -50px;
  }
}
@media screen and (max-width: 991px) {
  .mendan_flex .rightside {
    display: none;
  }
}
.mendan_flex .rightside img {
  border-radius: 6px;
}
.mendan_flex .leftside {
  position: relative;
  padding-right: 100px;
  padding-bottom: 120px;
  max-width: 810px;
}
@media screen and (max-width: 1600px) {
  .mendan_flex .leftside {
    max-width: 730px;
    padding-right: 80px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1400px) {
  .mendan_flex .leftside {
    padding-right: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .mendan_flex .leftside {
    max-width: none;
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .mendan_flex .leftside {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mendan_flex .leftside {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.mendan_flex .leftside .floatone {
  position: absolute;
  right: 0px;
  border-radius: 6px;
  max-width: 301px;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .mendan_flex .leftside .floatone {
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .mendan_flex .leftside .floatone {
    bottom: 140px;
  }
}
@media screen and (max-width: 1056px) {
  .mendan_flex .leftside .floatone {
    bottom: 165px;
  }
}
@media screen and (max-width: 991px) {
  .mendan_flex .leftside .floatone {
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .mendan_flex .leftside .floatone {
    max-width: 150px;
  }
}
.mendan_flex .leftside img {
  border-radius: 6px;
}

.actflex {
  width: 100%;
  max-width: 1200px;
}
.actflex .arrowin .slick-prev::before {
  background-color: #fff;
  color: #000;
}
.actflex .arrowin .slick-next::before {
  background-color: #fff;
  color: #000;
}
.actflex .arrowin .slick-prev {
  left: 0;
}
.actflex .arrowin .slick-next {
  right: 0;
}

.arrowin {
  display: flex;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .arrowin {
    margin-top: 60px;
    margin-bottom: -20px;
    width: 100%;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
}
.arrowin .slick-prev, .arrowin .slick-next {
  position: static;
}

.carousel_auto .imgb {
  text-align: center;
}
.carousel_auto .imgb img {
  border-radius: 15px;
}

.topblog_outer {
  overflow: hidden;
}
.topblog_outer .infowrap {
  opacity: 1 !important;
}
.topblog_outer .infowrap .imgb {
  margin: 0 14px;
}
@media screen and (max-width: 767px) {
  .topblog_outer .infowrap .imgb {
    margin: 0 7px;
  }
}
.topblog_outer .infowrap .imgb img {
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .topblog_outer .infowrap .imgb img {
    border-radius: 12px;
  }
}
.topblog_outer .infowrap .slick-dots {
  position: static;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .topblog_outer .infowrap .slick-dots {
    max-width: 165px;
    opacity: 1;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .topblog_outer .infowrap .slick-dots {
    opacity: 1;
  }
}
.topblog_outer .topBlogWrap {
  justify-content: space-between;
  width: 100%;
  max-width: 1966px;
}
@media screen and (max-width: 767px) {
  .topblog_outer .topBlogWrap .slick-track {
    display: flex;
  }
}
.topblog_outer .topBlogWrap .blockone {
  width: 634px;
  margin-top: 50px;
  background: #fff;
  padding: 55px;
  margin-right: 30px;
  border-top: 4px solid #D11C3B;
  border-radius: 0 0 15px 15px;
}
@media screen and (max-width: 1600px) {
  .topblog_outer .topBlogWrap .blockone {
    padding: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .topblog_outer .topBlogWrap .blockone {
    padding: 30px;
    width: 450px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .topblog_outer .topBlogWrap .blockone {
    padding: 30px;
    margin-top: 30px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .topblog_outer .topBlogWrap .blockone {
    padding: 20px 14px;
    width: auto;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .topblog_outer .topBlogWrap .blockone {
    margin-right: 7px;
  }
}
.topblog_outer .topBlogWrap .blockone .imgb {
  float: right;
  padding: 0 0px 40px 30px;
}
@media screen and (max-width: 1600px) {
  .topblog_outer .topBlogWrap .blockone .imgb {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topblog_outer .topBlogWrap .blockone .imgb {
    float: none;
  }
}
@media screen and (max-width: 1600px) {
  .topblog_outer .topBlogWrap .blockone .imgb img {
    max-width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1400px) {
  .topblog_outer .topBlogWrap .blockone .imgb img {
    max-width: 90%;
    padding: 0 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .topblog_outer .topBlogWrap .blockone .imgb img {
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
}
.topblog_outer .topBlogWrap .blockone .textside .smallone {
  margin-bottom: 20px;
}
.topblog_outer .topBlogWrap .blockone .textside .smallone .intitle {
  font-weight: 700;
  margin-bottom: 5px;
}
.topblog_outer .topBlogWrap .blockone .textside .smallone .txt {
  line-height: 1.4;
}
.topblog_outer .topBlogWrap .blockone .textside .titleone {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1700px) {
  .topblog_outer .topBlogWrap .blockone .textside .titleone {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .topblog_outer .topBlogWrap .blockone .textside .titleone {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .topblog_outer .topBlogWrap .blockone .textside .titleone {
    font-size: 24px;
  }
}

.recruitmentone {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .recruitmentone {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .recruitmentone {
    margin-top: 30px;
  }
}
.recruitmentone .rec_one {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 2px;
}
@media screen and (max-width: 991px) {
  .recruitmentone .rec_one {
    padding: 20px;
  }
}
.recruitmentone .rec_one:nth-child(2n) {
  background-color: #F5F5F1;
}
.recruitmentone .rec_one .categoryrow {
  justify-content: start;
  margin-bottom: 20px;
}
.recruitmentone .rec_one .titleone {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .recruitmentone .rec_one .titleone {
    font-size: 17px;
  }
}
.recruitmentone .rec_one .iconfloat {
  position: absolute;
  padding: 10px;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 40px;
  background-color: #AC1A33;
  padding: 10px;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .recruitmentone .rec_one .iconfloat {
    width: 23px;
    height: 23px;
    right: 20px;
    padding: 8px;
    padding-top: 5px;
  }
}

.rec_person .midashi {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .rec_person .midashi {
    font-size: 20px;
    line-height: 1.4;
  }
}
.rec_person .cursol {
  margin: 40px 0 60px;
}
@media screen and (max-width: 991px) {
  .rec_person .cursol {
    margin: 20px 0 30px;
  }
}
.rec_person .textbox1 {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 80px;
}
@media screen and (max-width: 1400px) {
  .rec_person .textbox1 {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .rec_person .textbox1 {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rec_person .textbox1 {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .rec_person .textbox1 {
    padding: 20px;
  }
}
.rec_person .textbox1 .imgb img {
  border-radius: 6px;
}
.rec_person .textbox1 .c_img {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.rec_person .textbox1 .num {
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: 700;
  color: #C4C2A8;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .rec_person .textbox1 .num {
    position: static;
  }
}
.rec_person .textbox1 .inflex {
  display: flex;
}
@media screen and (max-width: 991px) {
  .rec_person .textbox1 .inflex {
    display: block;
  }
}
.rec_person .textbox1 .inflex .maintitle {
  font-size: 32px;
  font-weight: 700;
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .rec_person .textbox1 .inflex .maintitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .rec_person .textbox1 .inflex .maintitle {
    width: 100%;
    font-size: 25px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rec_person .textbox1 .inflex .maintitle {
    font-size: 23px;
  }
}
.rec_person .textbox1 .inflex .textb {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .rec_person .textbox1 .inflex .textb {
    width: 100%;
  }
}
.rec_person .textbox1 .inflex .textb .sidemain {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .rec_person .textbox1 .inflex .textb .sidemain {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .rec_person .textbox1 .inflex .textb .sidemain {
    font-size: 18px;
    line-height: 1.4;
  }
}
.rec_person .textbox1 .inflex .textb .grayin {
  background-color: #F5F5F1;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 40px;
  border-radius: 6px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .rec_person .textbox1 .inflex .textb .grayin {
    padding: 20px 20px;
    margin: 20px 0 15px;
    font-size: 15px;
  }
}
.rec_person .textbox1 .inflex .textb .grayin ul li {
  padding-left: 20px;
  text-indent: -20px;
}
.rec_person .textbox1 .inflex .textb .grayin ul .li_2 {
  text-indent: 0;
}

@media screen and (max-width: 1199px) {
  .rec_person2 .textbox1 .inflex {
    display: block;
  }
}
@media screen and (max-width: 1600px) {
  .rec_person2 .textbox1 .inflex .maintitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .rec_person2 .textbox1 .inflex .maintitle {
    font-size: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rec_person2 .textbox1 .inflex .maintitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 1199px) {
  .rec_person2 .textbox1 .inflex .textb {
    width: 100%;
  }
}
.rec_person2 .textbox1 .inflex .textb .grayin {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .rec_person2 .textbox1 .inflex .textb .grayin {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
.rec_person2 .textbox1 .inflex .textb .grayin .ul2 {
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rec_person2 .textbox1 .inflex .textb .grayin .ul2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .rec_person2 .textbox1 .inflex .textb .grayin .ul2 {
    display: block;
  }
}
.rec_person2 .textbox1 .inflex .textb .grayin .ul2 li {
  width: calc(50% - 5px);
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .rec_person2 .textbox1 .inflex .textb .grayin .ul2 li {
    width: 100%;
  }
}
.rec_person2 .textbox1 .inflex .textb .grayin .ul2 .li_neo {
  width: 100%;
}
.rec_person2 .textbox1 .inflex .textb .grayin .ul2 .li_neo2 {
  line-height: 1.4;
}
.rec_person2 .textbox1 .inflex .textb .grayin .ul2 .bold {
  font-weight: 700;
}
.rec_person2 .textbox1 .inflex .textb .grayin2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rec_person2 .textbox1 .inflex .textb .grayin2 ul li {
    padding-left: 15px;
    text-indent: -15px;
  }
}

.inflex_menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .inflex_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .inflex_menu::after {
    content: "";
    display: block;
    width: calc(33% - 12px);
  }
}
@media screen and (max-width: 480px) {
  .inflex_menu::after {
    width: calc(50% - 8px);
  }
}
.inflex_menu .inblock {
  width: 100%;
  max-width: calc(25% - 2rem);
  position: relative;
  opacity: 1;
  transition: 0.8s;
  margin: 40px 1rem 1rem;
}
@media screen and (max-width: 991px) {
  .inflex_menu .inblock {
    width: calc(33% - 12px);
    margin: 30px 0 0;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .inflex_menu .inblock {
    width: calc(50% - 8px);
  }
}
.inflex_menu .inblock .imgb {
  background: #fff;
  text-align: center;
  border-radius: 15px;
}
.inflex_menu .inblock .imgb img {
  border-radius: 15px;
  max-height: 320px;
}
.inflex_menu .inblock .cat_line {
  display: flex;
}
@media screen and (max-width: 480px) {
  .inflex_menu .inblock .cat_line {
    flex-wrap: wrap;
  }
}
.inflex_menu .inblock .cat_line span {
  margin-top: 10px;
  margin-right: 8px;
  color: #fff;
  font-size: 12px;
  width: 80px;
  line-height: 1;
  border-radius: 100px;
  background-color: #EEB10F;
  padding: 5px 10px;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .inflex_menu .inblock .cat_line span {
    padding: 5px 3px;
    font-size: 11px;
    margin-right: auto;
    width: calc(50% - 3px);
  }
}
.inflex_menu .inblock .cat_line .cat_dinner {
  background-color: #10675B;
}
.inflex_menu .inblock .cat_line .cat_event {
  background-color: #1888B2;
}
.inflex_menu .inblock .floatone {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D11C3B;
  border-radius: 0 0px 6px 6px;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.inflex_menu .inblock:hover {
  opacity: 0.7;
  transition: 0.8s;
}
.inflex_menu .inblock:hover img {
  opacity: 1;
}
.inflex_menu .inblock:hover .floatone {
  opacity: 1;
}

.gallery_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1%;
}
@media screen and (max-width: 1023px) {
  .gallery_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.gallery_box::after {
  content: "";
  display: block;
  width: calc(20% - 5px);
}
@media screen and (max-width: 1023px) {
  .gallery_box::after {
    width: calc(24% - 7px);
    max-height: none;
  }
}
@media screen and (max-width: 480px) {
  .gallery_box::after {
    width: calc(33% - 5px);
  }
}
.gallery_box .imgb {
  margin-bottom: 10px;
  transition: 0.8s;
  overflow: hidden;
  border-radius: 15px;
  max-height: 250px;
}
@media screen and (max-width: 1600px) {
  .gallery_box .imgb {
    max-height: 201px;
  }
}
@media screen and (max-width: 1400px) {
  .gallery_box .imgb {
    max-height: 175px;
  }
}
@media screen and (max-width: 1199px) {
  .gallery_box .imgb {
    max-height: 155px;
  }
}
@media screen and (max-width: 1023px) {
  .gallery_box .imgb {
    width: calc(24% - 7px);
    max-height: none;
    margin-bottom: 15px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 480px) {
  .gallery_box .imgb {
    width: calc(33% - 7px);
    margin-bottom: 10px;
  }
}
.gallery_box .imgb:hover img {
  opacity: 0.8;
  transition: 0.8s;
}
.gallery_box .imgb a {
  position: relative;
  display: block;
  padding-top: 100%;
}
.gallery_box .imgb img {
  transition: 0.8s;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0px;
  border-radius: 0;
}

.sidebannerflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sidebannerflex {
    display: block;
  }
}
.sidebannerflex .sidebanner {
  display: block;
  transition: 0.8s;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .sidebannerflex .sidebanner {
    width: 100%;
  }
}
.sidebannerflex .sidebanner:hover {
  opacity: 0.7;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .sidebannerflex .bann2 {
    margin-top: 20px;
  }
}

.sns_line {
  background-color: #EFEFE8;
  border-radius: 12px;
  margin: 35px 0;
  padding: 30px 50px 30px 30px;
}
@media screen and (max-width: 1600px) {
  .sns_line {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .sns_line {
    padding: 20px;
  }
}
.sns_line .inflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .sns_line .inflex {
    flex-wrap: wrap;
  }
}
.sns_line .inflex .textside {
  width: 32%;
}
@media screen and (max-width: 1600px) {
  .sns_line .inflex .textside {
    width: 100%;
  }
}
.sns_line .inflex .textside .intitle {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 500;
  color: #D11C3B;
}
@media screen and (max-width: 1199px) {
  .sns_line .inflex .textside .intitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 1056px) {
  .sns_line .inflex .textside .intitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .sns_line .inflex .textside .intitle {
    font-size: 28px;
    text-align: center;
  }
}
.sns_line .inflex .textside .textb {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sns_line .inflex .textside .textb {
    font-size: 14px;
    text-align: center;
  }
}
.sns_line .inflex .bannerone {
  display: block;
  position: relative;
  width: 32%;
  transition: 0.8s;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 6px;
  box-shadow: 1px 0px 16px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1600px) {
  .sns_line .inflex .bannerone {
    width: calc(50% - 12px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sns_line .inflex .bannerone {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sns_line .inflex .bannerone {
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sns_line .inflex .bannerone {
    padding: 20px 15px;
  }
}
.sns_line .inflex .bannerone::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #AAAAAA;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.sns_line .inflex .bannerone .inflex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .sns_line .inflex .bannerone .inflex2 {
    width: 100%;
    max-width: 330px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .sns_line .inflex .bannerone .inflex2 {
    max-width: 275px;
  }
}
@media screen and (max-width: 480px) {
  .sns_line .inflex .bannerone .inflex2 {
    max-width: 240px;
  }
}
.sns_line .inflex .bannerone .inflex2 .textb {
  line-height: 1.3;
}
.sns_line .inflex .bannerone .inflex2 .textb .side1 {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .sns_line .inflex .bannerone .inflex2 .textb .side1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sns_line .inflex .bannerone .inflex2 .textb .side1 {
    font-size: 13px;
  }
}
.sns_line .inflex .bannerone .inflex2 .textb .side2 {
  font-size: 13px;
  background-color: #E1E1E1;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 480px) {
  .sns_line .inflex .bannerone .inflex2 .textb .side2 {
    font-size: 11px;
    padding: 2px 5px;
  }
}
.sns_line .inflex .bannerone .inflex2 .imgside {
  margin-right: 18px;
}
@media screen and (max-width: 991px) {
  .sns_line .inflex .bannerone .inflex2 .imgside {
    margin-right: 10px;
    max-width: 40px;
  }
}
.sns_line .inflex .bannerone .inflex2 .side3 {
  line-height: 1;
  display: block;
  letter-spacing: -1px;
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .sns_line .inflex .bannerone .inflex2 .side3 {
    font-size: 19px;
    margin-top: 4px;
  }
}
.sns_line .inflex .bannerone .inflex2 .side3 .inn {
  font-weight: 600;
  font-size: 33px;
}
@media screen and (max-width: 1199px) {
  .sns_line .inflex .bannerone .inflex2 .side3 .inn {
    font-size: 26px;
  }
}
.sns_line .inflex .bannerone:hover {
  transition: 0.8s;
  opacity: 0.7;
  background-color: #fff;
}

.sns_line2 {
  margin-top: 50px;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .sns_line2 .inflex {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sns_line2 .inflex {
    display: block;
  }
}
.sns_line2 .inflex .textside {
  margin: auto;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .sns_line2 .inflex .textside {
    width: 100%;
  }
}
.sns_line2 .inflex .textside .intitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .sns_line2 .inflex .textside .intitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .sns_line2 .inflex .textside .intitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  .sns_line2 .inflex .textside .intitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sns_line2 .inflex .textside .intitle {
    font-size: 22px;
  }
}
.sns_line2 .inflex .bannerone {
  width: 50%;
  padding: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .sns_line2 .inflex .bannerone {
    width: 100%;
    margin-top: 20px !important;
  }
}
.sns_line2 .inflex .bannerone::before {
  display: none;
}

.whitetext {
  background-color: #fff;
  padding: 50px;
  line-height: 1.6;
  font-size: 17px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .whitetext {
    font-size: 14px;
    padding: 30px;
    border-radius: 10px;
  }
}

/**********************
TOPページ　ニュース一覧
***********************/
.introbox *, .introbox *:before, .introbox *:after {
  box-sizing: border-box;
}

.introbox input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  appearance: none;
  display: none;
}

.introbox .inwhite input[type=radio] {
  margin: 0;
  padding: 0;
  outline: auto;
  background: none;
  display: inline-block;
}

.introbox .inwhite {
  display: none; /* デフォルトでは非表示 */
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .introbox .inwhite {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .introbox .inwhite {
    margin-top: 0;
  }
}
.introbox .inwhite::after {
  content: "";
  display: block;
  width: calc(33% - 15px);
}
@media screen and (max-width: 767px) {
  .introbox .inwhite::after {
    width: calc(50% - 7px);
  }
}
.introbox .inwhite .topBlogContent {
  width: calc(33% - 15px);
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .introbox .inwhite .topBlogContent {
    width: calc(50% - 7px);
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 480px) {
  .introbox .inwhite .topBlogContent {
    width: 100%;
  }
}

.introbox > input:first-child:checked ~ .inwhite_wrap > .inwhite:first-child,
.introbox > input:nth-child(3):checked ~ .inwhite_wrap > .inwhite:nth-child(2),
.introbox > input:nth-child(5):checked ~ .inwhite_wrap > .inwhite:nth-child(3),
.introbox > input:nth-child(7):checked ~ .inwhite_wrap > .inwhite:nth-child(4),
.introbox > input:nth-child(9):checked ~ .inwhite_wrap > .inwhite:nth-child(5),
.introbox > input:nth-child(11):checked ~ .inwhite_wrap > .inwhite:nth-child(6) {
  display: block;
}

.introbox .top_news_tabpanels {
  position: relative;
  top: 0;
  left: 26%;
  display: block;
  padding-bottom: 20px;
}

.introbox > input + label {
  width: 185px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  margin-right: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  padding: 20px 12px;
  display: inline-block;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .introbox > input + label {
    width: 150px;
    font-size: 17px;
    padding: 20px 7px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .introbox > input + label {
    width: 140px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .introbox > input + label {
    padding: 9px 6px;
    font-size: 13px;
    line-height: 1.3;
    margin-right: 5px;
    margin-bottom: 15px;
  }
}

.tablecargo > input + label {
  width: 280px;
}
@media screen and (max-width: 1400px) {
  .tablecargo > input + label {
    width: 280px;
  }
}
@media screen and (max-width: 1199px) {
  .tablecargo > input + label {
    width: 210px;
  }
}
@media screen and (max-width: 480px) {
  .tablecargo > input + label {
    padding: 9px 3px;
    font-size: 11px;
  }
}

.introbox > label:hover,
.introbox > input:focus + label {
  color: #AC1A33;
}

.introbox > input:checked + label {
  position: relative;
  background-color: #AC1A33;
  color: #fff;
}
.introbox > input:checked + label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid #AC1A33;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .introbox > input:checked + label::before {
    bottom: -10px;
  }
}

.introbox .top_news_tabpanel li {
  width: 100%;
}

.introbox .top_news_tabpanel li:last-child {
  border-bottom: 1px solid #C5CDD8;
}

.introbox .top_news_tabpanel {
  padding: 0.5em 1em;
  max-height: 620px;
}

.tablecargo {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .tablecargo {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tablecargo {
    margin-top: 30px;
  }
}
.tablecargo .inwhite_wrap .inwhite {
  padding: 0 !important;
  margin-top: 0px !important;
}
.tablecargo .inwhite td .first {
  margin-left: 0;
}
.tablecargo .inwhite input[type=radio] {
  outline: none;
  appearance: auto;
}

.top_news_tabpanels .day_cate_wrap .category-info {
  background-color: #193C70;
}

.top_news_tabpanels .day_cate_wrap .category-activity_report {
  background: #A3AFBC;
}

.top_news_tabpanels .day_cate_wrap .category-media {
  background: #5A8DD6;
}

@media screen and (max-width: 768px) {
  .top_news_tab .top_news_tabpanels {
    position: relative;
    top: 0;
    left: 0%;
    display: block;
    width: auto;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .introbox > input + label {
    width: auto;
  }
  .introbox .top_news_tabpanel li {
    padding: 15px 15px 15px 0;
  }
  .top_news_tabpanels .day_cate_wrap .category-name {
    padding: 2px 20px;
    font-size: 12px;
  }
}
.incontact {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .incontact {
    margin-top: 50px;
  }
}
.incontact .grayback {
  border-radius: 15px;
  width: 100%;
  max-width: 856px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 15px 60px;
  background-color: #E3E3DA;
}
@media screen and (max-width: 767px) {
  .incontact .grayback {
    padding: 30px 15px 30px;
  }
}
.incontact .grayback .textcenter {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .incontact .grayback .textcenter {
    text-align: left;
    width: 100%;
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }
}
.incontact .btn img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .incontact .btn img {
    margin-right: 10px;
    max-width: 18px;
  }
}

.incontact2 {
  margin-top: 0 !important;
  margin-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  .incontact2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .incontact2 {
    margin-bottom: 70px;
  }
}

.incontact3 {
  margin-bottom: 0 !important;
  color: #fff;
}
.incontact3 .short_titlebox .bigt {
  color: #fff;
}
.incontact3 .grayback {
  border-radius: 0;
  max-width: none;
  background-color: #D11C3B;
}
.incontact3 .grayback .btn {
  color: #D11C3B;
  background-color: #fff;
}

.bannersection {
  background-color: #0e5d3f;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bannersection {
    padding: 50px 0;
  }
}

.b_bannerflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b_bannerflex {
    display: block;
  }
}
.b_bannerflex .sideb {
  border-radius: 5px;
  display: block;
  margin-top: 30px;
  padding: 30px 14px;
  background-color: #fff;
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .b_bannerflex .sideb {
    width: 100%;
    margin-top: 20px;
  }
}
.b_bannerflex .sideb:hover {
  background-color: #078D38;
}
.b_bannerflex .sideb:hover .titlebox .bigt {
  color: #fff;
}
.b_bannerflex .sideb:hover .titlebox .bigt span {
  color: #fff;
}
.b_bannerflex .sideb:hover .titlebox .mini {
  color: #fff;
}

.btn {
  display: block;
  width: 100%;
  max-width: 411px;
  border-radius: 33px;
  padding: 22px 10px;
  position: relative;
  background-color: #D11C3B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 328px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: 30px;
    font-size: 14px;
    padding: 15px 10px;
  }
}
.btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 9.25px;
  height: 15px;
}
.btn:hover {
  opacity: 0.8;
  color: #fff;
  transition-duration: 0.7s;
}

.centerbtn {
  margin-right: auto;
  margin-left: auto;
}

.btn_b_bottom {
  margin-top: 20px !important;
}

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

  ■会社概要

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

.his_flexwrap {
  position: relative;
}
.his_flexwrap .his_flexslide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.his_flexwrap .his_flexslide::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
.his_flexwrap .his_flexslide.active::before {
  display: none;
}

.flowContentsBtn {
  position: relative;
}
.flowContentsBtn .btn {
  position: relative;
}
.flowContentsBtn .btn.centerbtn .el_text {
  display: inline-block;
}
.flowContentsBtn .btn.centerbtn .el_icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #D11C3B;
  cursor: pointer;
}
@media screen and (min-width: 1057px) {
  .flowContentsBtn .btn.centerbtn .el_icon {
    transition: 0.3s;
  }
  .flowContentsBtn .btn.centerbtn .el_icon:hover {
    opacity: 0.7;
  }
}
.flowContentsBtn .btn.centerbtn .el_icon span {
  display: inline-block;
  width: calc(100% - 4px);
  height: 2px;
  background-color: #D11C3B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.flowContentsBtn .btn.centerbtn .el_icon span:last-child {
  height: calc(100% - 4px);
  width: 2px;
  display: inline-block;
}
.flowContentsBtn .btn:hover {
  color: #fff !important;
}
.flowContentsBtn .btn:focus {
  color: #fff !important;
  border: 1px solid #AC1A33;
  outline: none !important;
}
.flowContentsBtn.active {
  color: #fff !important;
}
.flowContentsBtn.active .btn {
  color: #fff !important;
}
.flowContentsBtn.active .btn.centerbtn .el_icon span:last-child {
  display: none;
}
.flowContentsBtn.focus {
  color: #fff !important;
  border: 1px solid #AC1A33;
}
.flowContentsBtn.focus .btn {
  color: #fff !important;
}

.his_flex {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .his_flex {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .his_flex {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .his_flex {
    display: block;
  }
}
.his_flex .floattitle {
  width: 30%;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .his_flex .floattitle {
    font-size: 28px;
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .his_flex .floattitle {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .his_flex .floattitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .his_flex .floattitle {
    width: 100%;
  }
}

.rowgroup {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .rowgroup {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .rowgroup {
    width: 100%;
  }
}

.flow_row {
  display: flex;
  position: relative;
  padding-bottom: 40px;
}
.flow_row::after {
  content: "";
  width: 2px;
  background-color: #C4C2A8;
  height: 100%;
  left: 109px;
  top: 10px;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .flow_row::after {
    left: 75px;
  }
}
.flow_row .flowrow_textbox {
  margin-left: 110px;
}
@media screen and (max-width: 767px) {
  .flow_row .flowrow_textbox {
    margin-left: 70px;
  }
}
@media screen and (max-width: 480px) {
  .flow_row .flowrow_textbox {
    margin-left: 55px;
  }
}
.flow_row .flowrow_textbox .flow_img {
  margin-bottom: 20px;
  margin-top: 10px;
}
.flow_row .flowrow_textbox .flow_img img {
  border-radius: 6px;
}
.flow_row .flowrow_textbox .kasourow_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0 20px;
}
.flow_row .flow_textflex {
  display: flex;
  line-height: 1.2;
  align-items: center;
}
.flow_row .flow_textflex .flowrow_textbox {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .flow_row .flow_textflex .flowrow_textbox {
    width: 60%;
  }
}
.flow_row .flow_textflex .flowrow_textbox span {
  display: block;
}
.flow_row .flow_textflex .flowrow_textbox .span1 {
  font-weight: 700;
  margin-bottom: 10px;
}
.flow_row .sidetitle {
  font-size: 30px;
  font-weight: 600;
  max-width: 66.8px;
  min-width: 66.8px;
  height: 43px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .flow_row .sidetitle {
    font-size: 22px;
    max-width: 44.8px;
    min-width: 44.8px;
  }
}
.flow_row .sidetitle::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #AC1A33;
  border-radius: 50%;
  right: -51px;
  z-index: 8;
  top: 5px;
}
@media screen and (max-width: 480px) {
  .flow_row .sidetitle::before {
    right: -38px;
  }
}

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

.lastrow {
  border-bottom: 1px solid;
}

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

.tableblock {
  margin-top: 40px;
}

.company_table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company_table {
    margin-top: 30px;
  }
}
.company_table span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .company_table {
    border: none;
    margin-top: 10px;
  }
}
.company_table th {
  padding: 30px 30px;
  border-width: 0 0 1px 0;
  vertical-align: middle;
  width: 18%;
  background-color: #E3E3DA;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .company_table th {
    padding: 12px 10px;
    border-width: 0 0 0 0;
    width: auto;
    display: block;
    text-align: left;
  }
}
.company_table td {
  padding: 30px 30px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  text-align: left;
}
.company_table td a {
  color: #3d9be9;
}
.company_table td a:hover {
  color: #2f52b6;
}
@media screen and (max-width: 767px) {
  .company_table td {
    padding: 12px 10px;
    border-width: 0 0 0 0;
    display: block;
  }
}

.r_table {
  margin-top: 0;
  line-height: 1.6;
}
.r_table th {
  width: 22%;
  padding: 15px 12px;
}
@media screen and (max-width: 767px) {
  .r_table th {
    width: 100%;
    padding: 12px 10px;
  }
}
.r_table td {
  width: 78%;
  padding: 15px 12px;
}
@media screen and (max-width: 767px) {
  .r_table td {
    width: 100%;
    padding: 12px 10px;
  }
}

.recruitment_b {
  margin-top: 30px;
  margin-bottom: 100px;
  border-radius: 14px;
  background-color: #fff;
  padding: 50px 80px 80px 80px;
}
@media screen and (max-width: 1400px) {
  .recruitment_b {
    padding: 40px 60px 60px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .recruitment_b {
    padding: 30px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitment_b {
    padding: 20px;
    margin-bottom: 50px;
  }
}
.recruitment_b .k_smalltitle {
  margin-bottom: 20px;
}

.intitleone {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .intitleone {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.k_first2 {
  display: none;
  font-size: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .k_first2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .k_first2 {
    font-size: 23px;
    margin: 50px 0 30px;
  }
}
.k_first2:first-child {
  display: block;
}

.tablewrap_1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .tablewrap_1 {
    display: block;
  }
}
.tablewrap_1 .leftside {
  width: 65%;
  order: 1;
}
@media screen and (max-width: 1199px) {
  .tablewrap_1 .leftside {
    width: 100%;
  }
}
.tablewrap_1 .rightside {
  width: 35%;
  order: 2;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  .tablewrap_1 .rightside {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

.info_table th {
  font-size: 16px;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .info_table th {
    width: auto;
  }
}

.nametext {
  text-align: right;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .nametext {
    margin-bottom: 10px;
  }
}
.nametext .namemini {
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px;
}

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

@media screen and (max-width: 767px) {
  .mapone iframe {
    height: 300px;
  }
}

.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: #f5f4ef;
  background-color: #fff;
  margin-right: 5px;
}

.mapblock {
  margin-bottom: 30px;
  margin-top: 30px;
}
.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;
  }
}

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

  ■採用情報

=====================================*/
.recruit_content .container .kasoucontact_title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.recruit_kasoucontact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative;
  padding: 25px;
  max-width: 400px;
  display: flex;
  background-color: #e2ecf9;
  border: 2px solid #59a0d6;
  border-radius: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit_kasoucontact {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_kasoucontact {
    display: block;
    padding: 15px 10px;
  }
}
.recruit_kasoucontact .leftside {
  margin-right: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_kasoucontact .leftside {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_kasoucontact .leftside {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.recruit_kasoucontact .leftside::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  background: #f5f4ef;
}
@media screen and (max-width: 767px) {
  .recruit_kasoucontact .leftside::before {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_kasoucontact .leftside::before {
    right: 0;
    left: 0;
    top: 70px;
    width: 40px;
    height: 1px;
    bottom: auto;
  }
}
.recruit_kasoucontact .rightside {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .recruit_kasoucontact .rightside {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruit_kasoucontact .rightside {
    margin-left: 0px;
  }
}
.recruit_kasoucontact .rightside .recruit_kasou_tel_text {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  transform: rotate(0.05deg);
  position: relative;
}
.recruit_kasoucontact .rightside .recruit_kasou_tel_text i {
  color: #edf3e5;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .recruit_kasoucontact .rightside .recruit_kasou_tel_text {
    font-size: 25px;
  }
}

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

  ■商品紹介

=====================================*/
.textblock_single {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.textblock_single ul li span {
  font-weight: 700;
  font-size: 16px;
}

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

.categoryrow {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .categoryrow {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.categoryrow .tagone {
  border-radius: 14px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #AC1A33;
  text-align: center;
  color: #AC1A33;
  width: 115px;
  padding: 4px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .categoryrow .tagone {
    width: 90px;
    padding: 4px 5px;
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
  }
}
.categoryrow .sortBtn {
  width: calc(20% - 14px);
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  border-radius: 100px;
  padding: 7px 10px;
  text-align: center;
  background-color: #E3E3DA;
}
@media screen and (max-width: 1400px) {
  .categoryrow .sortBtn {
    width: calc(20% - 9px);
    font-size: 14px;
  }
}
@media screen and (max-width: 1056px) {
  .categoryrow .sortBtn {
    width: calc(33% - 9px);
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .categoryrow .sortBtn {
    padding: 5px;
    margin-top: 0px;
    width: calc(50% - 5px);
    font-size: 13px;
  }
}
.categoryrow .sortBtn:hover {
  color: #fff;
  background: #AC1A33;
}
.categoryrow .active {
  color: #fff;
  background: #AC1A33;
}

.rec_categoryrow2 {
  max-width: 800px;
  margin-right: auto;
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rec_categoryrow2 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .rec_categoryrow2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .rec_categoryrow2::after {
    width: calc(33% - 4px);
    content: "";
    display: block;
  }
}
@media screen and (max-width: 1056px) {
  .rec_categoryrow2 .sortBtn {
    width: calc(20% - 9px);
  }
}
@media screen and (max-width: 767px) {
  .rec_categoryrow2 .sortBtn {
    width: calc(33% - 4px);
  }
}

.rec_categoryrow {
  margin-left: 0;
}
.rec_categoryrow .sortBtn {
  width: calc(33% - 10px);
  background-size: cover;
  background-image: url(images/bnr1.jpg);
  border-radius: 6px;
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 1400px) {
  .rec_categoryrow .sortBtn {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .sortBtn {
    background-image: none;
    background-color: #D11C3B;
    padding: 10px 5px;
    margin-bottom: 10px;
    width: calc(33% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .rec_categoryrow .sortBtn {
    width: calc(50% - 5px);
  }
}
.rec_categoryrow .sortBtn span {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  height: 42px;
  padding: 11px 14px;
  background-color: #D11C3B;
}
@media screen and (max-width: 1600px) {
  .rec_categoryrow .sortBtn span {
    right: 15px;
    height: 36px;
    padding: 10px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rec_categoryrow .sortBtn span {
    right: 15px;
    height: 27px;
    padding: 5px 10px;
    font-size: 14px;
    top: auto;
    bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .sortBtn span {
    position: static;
    padding: 0;
    bottom: auto;
    height: auto;
  }
}
.rec_categoryrow .sortBtn:hover {
  background: none;
  opacity: 0.8;
  background-size: cover;
  background-image: url(images/bnr1.jpg);
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .sortBtn:hover {
    background-image: none;
    background-color: #D11C3B;
    color: #fff;
  }
}
.rec_categoryrow .recruitment_2 {
  background-image: url(images/bnr2.jpg);
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .recruitment_2 {
    background-image: none;
    background-color: #BC9757;
    color: #fff;
  }
}
.rec_categoryrow .recruitment_2:hover {
  background: none;
  opacity: 0.8;
  background-size: cover;
  background-image: url(images/bnr2.jpg);
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .recruitment_2:hover {
    background-image: none;
    background-color: #BC9757;
    color: #fff;
  }
}
.rec_categoryrow .recruitment_2 span {
  background-color: #BC9757;
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .recruitment_2 span {
    background-color: none;
  }
}
.rec_categoryrow .recruitment_3 {
  background-image: url(images/bnr3.jpg);
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .recruitment_3 {
    background-image: none;
    background-color: #0A6537;
    color: #fff;
  }
}
.rec_categoryrow .recruitment_3:hover {
  background: none;
  opacity: 0.8;
  background-size: cover;
  background-image: url(images/bnr3.jpg);
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .recruitment_3:hover {
    background-image: none;
    background-color: #0A6537;
    color: #fff;
  }
}
.rec_categoryrow .recruitment_3 span {
  background-color: #0A6537;
}
@media screen and (max-width: 1023px) {
  .rec_categoryrow .recruitment_3 span {
    background-color: none;
  }
}

.categoryrow2 {
  margin-bottom: 0;
}
.categoryrow2 .sortBtn {
  margin-left: 0;
}

.archive_works_cont .three_flex {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .archive_works_cont .three_flex {
    margin-left: auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .archive_works_cont .three_flex {
    display: block;
  }
}
.archive_works_cont .three_flex .blockin {
  width: calc(32% - 10px);
  position: relative;
  display: block;
  margin-top: 40px;
  margin-right: 24px;
}
@media screen and (max-width: 1400px) {
  .archive_works_cont .three_flex .blockin {
    margin-right: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .archive_works_cont .three_flex .blockin {
    margin-right: 22px;
  }
}
@media screen and (max-width: 991px) {
  .archive_works_cont .three_flex .blockin {
    margin-right: 19px;
  }
}
@media screen and (max-width: 767px) {
  .archive_works_cont .three_flex .blockin {
    width: calc(50% - 12px);
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .archive_works_cont .three_flex .blockin {
    width: 100%;
    margin-top: 40px;
  }
}
.archive_works_cont .three_flex .blockin .img--center {
  height: 202px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .archive_works_cont .three_flex .blockin .img--center {
    height: auto;
  }
}
.archive_works_cont .three_flex .blockin .cate_cont {
  font-weight: normal;
  background-color: #083015;
  right: 0;
  top: 0;
  color: #ffffff;
  padding: 3px 10px;
  z-index: 1;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .archive_works_cont .three_flex .blockin .cate_cont {
    font-size: 11px;
  }
}
.archive_works_cont .three_flex .blockin .cate_cont:hover {
  color: #fff;
}
.archive_works_cont .three_flex .blockin .num_tag2 {
  background-color: #5f9f00;
}
.archive_works_cont .three_flex .blockin .num_tag3 {
  background-color: #006d29;
}
.archive_works_cont .three_flex .blockin .archive-works__title {
  margin-top: 10px;
  word-break: break-all;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive_works_cont .img--center a {
  position: relative;
  display: block;
}

@media screen and (min-width: 1400px) {
  .works_container {
    width: 1099px;
  }
}

@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: 50%;
  display: block;
}
.inner_imagebox2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
}

.custum_flex {
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
.custum_flex .archive-blog__block {
  max-width: 31.97%;
  width: 100%;
  padding: 15px 15px 25px;
  margin: 0 7px 15px;
  background-color: #f2f6fc;
}
@media screen and (max-width: 1056px) {
  .custum_flex .archive-blog__block {
    max-width: 30.6%;
  }
}
@media screen and (max-width: 767px) {
  .custum_flex .archive-blog__block {
    margin-bottom: 30px;
    max-width: 48%;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .custum_flex .archive-blog__block {
    max-width: 100%;
    margin-left: auto;
  }
}
.custum_flex .archive-blog__block .archive-blog__inner {
  margin-top: 10px;
  position: relative;
}
.custum_flex .archive-blog__block .archive-blog__inner .archive-tax__title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  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: 1056px) {
  .custum_flex .archive-blog__block .archive-blog__inner .archive-tax__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .custum_flex .archive-blog__block .archive-blog__inner .archive-tax__title {
    font-size: 15px;
  }
}
.custum_flex .archive-blog__block .archive-blog__inner .pricebox {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.custum_flex .archive-blog__block .archive-blog__inner .archive-blog__txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px solid #bdbdbd;
  margin-top: 5px;
  margin-bottom: 20px;
}

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

.archive-news {
  background-color: #fff;
  padding: 20px;
}

.titleblock_singlepage {
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
.titleblock_singlepage .single-blog__title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  transform: rotate(0.05deg);
}

.photo_thumb {
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .photo_thumb {
    margin-top: 10px;
    flex-wrap: wrap;
  }
}

.thumb__block--cell {
  max-width: 150px;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .thumb__block--cell {
    max-width: 78px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 10px;
  }
}

.tab-content {
  text-align: center;
  margin-bottom: 30px;
}

.post2 {
  padding: 40px 20px;
  background-color: #ebf0f7;
}
@media screen and (max-width: 767px) {
  .post2 {
    padding: 20px;
  }
}

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

  ■Q&A

=====================================*/
.qa_over {
  margin-top: 50px;
}

.qablock {
  margin-top: -110px;
  padding-top: 110px;
}

.question_bigblock {
  border-radius: 8px;
  border: 1px solid #d4d4d4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.question_bigblock .question_q_block {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  background-color: #f5f5f3;
  line-height: 1.4;
  padding: 20px 40px 20px 20px;
  position: relative;
  font-weight: 700;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 480px) {
  .question_bigblock .question_q_block {
    font-size: 18px;
    letter-spacing: 0;
    padding: 10px;
  }
}
.question_bigblock .question_q_block .q_text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  padding: 10px 12px;
  line-height: 1;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 700;
  background-color: #edf3e5;
}
@media screen and (max-width: 480px) {
  .question_bigblock .question_q_block .q_text {
    margin-right: 10px;
  }
}
.question_bigblock .question_a_block {
  padding: 20px;
  background: #fff;
  display: block;
}
@media screen and (max-width: 480px) {
  .question_bigblock .question_a_block {
    padding: 10px;
  }
}
.question_bigblock .question_a_block .q_a_inner {
  display: flex;
  align-items: center;
}
.question_bigblock .question_a_block .q_a_inner .a_text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: 10px 12px;
  line-height: 1;
  font-weight: 700;
  background-color: #ff8d48;
}
@media screen and (max-width: 480px) {
  .question_bigblock .question_a_block .q_a_inner .a_text {
    margin-right: 10px;
  }
}

.area {
  margin-top: 40px;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 991px) {
  .area {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .area {
    max-width: 435px;
  }
}
@media screen and (max-width: 480px) {
  .area {
    max-width: 300px;
  }
}

.tab_class {
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  display: inline-grid;
  margin-right: auto;
  background-color: #07679e;
  line-height: 1.3;
  font-size: 20px;
  text-align: center;
  float: left;
  color: #fff;
  order: -1;
  padding: 15px 5px;
}
@media screen and (max-width: 1199px) {
  .tab_class {
    max-width: 180px;
  }
}
@media screen and (max-width: 991px) {
  .tab_class {
    width: 100%;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tab_class {
    max-width: 210px;
  }
}
@media screen and (max-width: 480px) {
  .tab_class {
    max-width: 140px;
  }
}
.tab_class img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 10px;
}

input[name=tab_name] {
  display: none;
}

input:checked + .tab_class {
  background-color: #edf3e5;
}

.qa_list {
  height: 0;
  overflow: hidden;
  width: 100%;
}

input:checked + .tab_class + .qa_list {
  display: block;
  overflow: auto;
  height: auto;
  padding-top: 60px;
}

.price_tag {
  text-align: center;
  color: #ff624d;
  font-size: 19px;
  font-weight: 500;
  transform: rotate(0.05deg);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  border-radius: 10px;
  border: 2px solid;
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .price_tag {
    max-width: 280px;
  }
}

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

  ■お問い合わせ

=====================================*/
.h3center {
  font-weight: 700;
}

.k_telflex {
  display: flex;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .k_telflex {
    display: block;
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .k_telflex .k_tel {
    margin-top: 15px;
  }
}

.k_tel {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #078D38;
  color: #078D38;
  padding: 30px 10px;
  width: 100%;
  max-width: 414px;
  margin: auto;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .k_tel {
    font-size: 30px;
  }
}
.k_tel span {
  font-size: 22px;
  font-weight: 700;
  color: #083015;
}
@media screen and (max-width: 767px) {
  .k_tel span {
    font-size: 17px;
  }
}

.contact_greet {
  text-align: center;
}

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

.wpcf7-form-control-wrap {
  display: block;
}

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

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

.businessgreet_text {
  font-size: 14px;
}

.table__head {
  margin-bottom: 10px;
}
.table__head span {
  color: #b91c31;
  font-weight: 700;
}

.tableguard {
  padding: 60px 0px 0;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .tableguard {
    padding: 40px 0px 0;
  }
}
@media screen and (max-width: 1199px) {
  .tableguard {
    padding: 40px 0px 0;
  }
}
@media screen and (max-width: 991px) {
  .tableguard {
    padding: 30px 0px 0;
  }
}

.table-contact2 .table-contact th .red {
  position: static;
  margin-left: 20px;
  border-radius: 20px;
  padding: 2px 8px;
}
.table-contact2 .table-contact th .red2 {
  background-color: #828282 !important;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}

.table-contact {
  table-layout: fixed;
  background-color: #fff;
  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;
  background-color: #fff;
  padding: 10px 15px;
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .table-contact th {
    font-size: 14px;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .table-contact th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-bottom: none;
  }
}
.table-contact th .red {
  color: #b91c31;
  background-color: #fff;
  font-weight: 700;
  position: absolute;
  right: 10px;
  font-size: 14px;
  padding: 0 5px;
}
@media screen and (max-width: 1400px) {
  .table-contact th .red {
    font-size: 11px;
    padding: 0 2px;
  }
}
.table-contact td {
  width: 70%;
  padding: 10px 15px;
}
@media screen and (max-width: 991px) {
  .table-contact td {
    font-size: 14px;
    padding: 0 10px 15px;
  }
}
@media screen and (max-width: 991px) {
  .table-contact td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
    font-size: 13px;
  }
}
.table-contact .birth_line {
  display: flex;
  margin-left: -5px;
}
.table-contact .birth_line span {
  margin-right: 5px;
  margin-left: 5px;
}
.table-contact .tdfree {
  width: 100%;
}
.table-contact .input_half input {
  max-width: 410px;
  padding: 0 5px;
}
.table-contact .input_half select {
  max-width: 410px;
  padding: 0 5px;
}

.table-contact2 {
  padding: 70px;
  border: 2px solid #fff;
  border-radius: 15px;
  display: block;
  margin-bottom: 130px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .table-contact2 {
    margin-bottom: 100px;
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .table-contact2 {
    margin-bottom: 70px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .table-contact2 {
    margin-top: 30px;
    padding: 20px;
  }
}
.table-contact2 th {
  width: 100%;
  display: block;
  padding-bottom: 0;
  padding-left: 0 !important;
}
.table-contact2 td {
  width: 100%;
  display: block;
  padding-left: 0 !important;
  padding-bottom: 20px;
}
.table-contact2 .input_half .teltext {
  font-size: 14px;
  display: block;
  margin-top: -20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table-contact2 .input_half .teltext {
    font-size: 13px;
  }
}
.table-contact2 .input_half .wpcf7-form-control {
  font-size: 15px;
}
.table-contact2 .tdfree {
  margin-top: 40px;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .table-contact2 .tdfree {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .table-contact2 .tdfree {
    padding-bottom: 0;
  }
}
.table-contact2 .tdfree .textone {
  padding: 50px;
  border-radius: 6px;
  background-color: #F5F5F1;
}
@media screen and (max-width: 1199px) {
  .table-contact2 .tdfree .textone {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .table-contact2 .tdfree .textone {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .table-contact2 .tdfree .textone {
    padding: 25px 20px;
  }
}
.table-contact2 .tdfree .textone .maintitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .table-contact2 .tdfree .textone .maintitle {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 19px;
  }
}

.tableguard .table-contact {
  margin-bottom: 0;
}
.tableguard .table-contact th .red {
  color: #fff;
  background-color: #b91c31;
}

.contact__tablebtn {
  display: flex;
}
.contact__tablebtn .txt__inline03 input {
  width: 300px;
  font-size: 16px;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 18px 10px;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.5s;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  background-image: url(images/miniarrow.svg);
  background-position: center right 15px;
}
@media screen and (max-width: 767px) {
  .contact__tablebtn .txt__inline03 input {
    margin-top: 30px;
    font-size: 14px;
    padding: 8px 10px;
  }
}
.contact__tablebtn .txt__inline03 input i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.contact__tablebtn .txt__inline03 input:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #AC1A33;
}

.contact__tablebtn2 {
  justify-content: space-between;
  width: 100%;
  max-width: 660px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact__tablebtn2 {
    max-width: 380px;
  }
}
@media screen and (max-width: 480px) {
  .contact__tablebtn2 {
    max-width: 280px;
    margin-top: 30px;
    display: block;
    margin-bottom: 20px;
  }
}
.contact__tablebtn2 .txt__inline03 input {
  width: 321px;
}
@media screen and (max-width: 767px) {
  .contact__tablebtn2 .txt__inline03 input {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .contact__tablebtn2 .txt__inline03 input {
    width: 120px;
    margin-top: 0;
  }
}
.contact__tablebtn2 .txt__inline03_1 input {
  background-color: #D11C3B;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact__tablebtn2 .txt__inline03_1 input {
    width: 150px;
  }
}
.notflex {
  display: block;
}

.btn_style a {
  border: 1px solid;
  position: relative;
  text-align: center;
  margin-top: 20px;
  max-width: 240px;
  padding: 15px 5px;
  border-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}
.btn_style a:hover {
  background-color: #ddd;
  color: #fff;
}
.btn_style a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.contact_box1 {
  text-align: center;
}

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

.privacy_subtitle {
  margin-top: 20px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  text-indent: -20px;
  padding-left: 20px;
}
.privacy_subtitle span {
  font-size: 14px;
  color: #AC1A33;
  margin-right: 5px;
}

.title_contact {
  color: #b39590;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  transform: rotate(0.05deg);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_contact {
    font-size: 22px;
  }
}

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

  ■お知らせ

=====================================*/
.cat_name {
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.cat_name .num_cat_parent {
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
  font-size: 13px;
  width: 165px;
  color: #D11C3B;
  border: 1px solid #D11C3B;
  border-radius: 14px;
  display: inline-block;
  font-weight: 700;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .cat_name .num_cat_parent {
    margin-bottom: 10px;
  }
}
.cat_name .num_news_cat2 {
  color: #9B6310;
  border: 1px solid #9B6310;
}
.cat_name .num_news_cat3 {
  color: #05784A;
  border: 1px solid #05784A;
}
.cat_name .num_news_cat4 {
  color: #F1A119;
  border: 1px solid #F1A119;
}
.cat_name .num_news_cat5 {
  color: #024290;
  border: 1px solid #024290;
}
.cat_name .num_news_cat6 {
  color: #b75262;
  border: 1px solid #b75262;
}
.cat_name .num_news_cat7 {
  color: #64ba63;
  border: 1px solid #64ba63;
}
.cat_name .num_news_cat8 {
  color: #c45786;
  border: 1px solid #c45786;
}
.cat_name .num_news_cat9 {
  color: #d0bc66;
  border: 1px solid #d0bc66;
}
.cat_name .num_news_cat10 {
  color: #643498;
  border: 1px solid #643498;
}

.main_text {
  display: block;
}

.cat_name_kasou {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cat_name_kasou {
    display: block;
  }
}
.cat_name_kasou span {
  background-color: #ff8d48;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .cat_name_kasou span {
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .content_flex .img__block {
    margin-bottom: 10px;
  }
}

.news_cont {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: relative;
  border-bottom: 1px solid #502220;
  padding: 20px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .news_cont {
    display: block;
  }
}
.news_cont:hover {
  background-color: #f5f7f4;
}
.news_cont .news__date {
  color: #083015;
  font-weight: 600;
  margin-right: 20px;
}
.news_cont .news__title {
  padding-right: 30px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_cont img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  padding: 4px 20px;
  background-color: #0fa345;
  border-radius: 20px;
}

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

.single-blog__date {
  margin-bottom: 10px;
  color: #083015;
}

.archive-blog__title {
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 10px 0 0;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .archive-blog__title {
    white-space: normal;
    font-size: 18px;
    word-break: break-all;
  }
}

.single-blog__title {
  font-size: 24px;
  background: none;
  padding: 0 0 15px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  word-break: break-word;
  line-height: 1.4;
  font-weight: 500;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  transform: rotate(0.05deg);
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .single-blog__title {
    font-size: 21px;
  }
}

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

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

.category_block {
  background-color: #eae5db;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.category_block h3 {
  font-size: 21px;
  color: #ff8d48;
}
.category_block ul {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .category_block ul {
    font-size: 15px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 767px) {
  .category_block ul {
    font-size: 17px;
    letter-spacing: 0px;
  }
}

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

  ■フッター

=====================================*/
.footer__none {
  display: none;
}

footer {
  top: 0 !important;
}

.footer_address {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_address {
    margin: 10px 0;
  }
}

.contact_title {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .contact_title {
    font-size: 24px;
  }
}

.footerlink {
  padding-bottom: 30px;
  background-image: url(images/topbg4.jpg);
  background-position: bottom;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .footerlink {
    background-size: cover;
  }
}

.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: 767px) {
  #page-top a {
    max-width: 50px;
    bottom: 15px;
    right: 15px;
  }
}

#footer {
  position: relative;
}

/*ページトップ*/
#page-top {
  display: block;
  background: #eeeeee;
  text-align: center;
}
#page-top a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .menu_bg {
    width: 100%;
  }
}

/*フッターメニュー*/
.footermenu {
  max-width: 1208px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}
@media screen and (max-width: 1056px) {
  .footermenu {
    display: flex;
    max-width: none;
    padding: 0;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .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 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .footermenu .menu-item-has-children {
    font-size: 16px;
  }
}
.footermenu .menu-item-has-children .sub-menu {
  font-size: 13px !important;
  color: #333333;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children .sub-menu li {
    width: 100%;
  }
}
.footermenu li {
  float: none;
  margin-right: 4px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .footermenu li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1056px) {
  .footermenu li {
    max-width: none;
    width: 50%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 0;
    padding: 10px 0;
    margin-right: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .footermenu li {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.footermenu li a {
  text-decoration: none;
}
.footermenu li a:hover {
  color: #407bac;
}
.footermenu li a br {
  display: none;
}
@media screen and (max-width: 767px) {
  .footermenu li a br {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .footermenu .footer_li {
    width: calc(50% - 12px);
    max-width: none;
  }
}
.footermenu .bigtext {
  font-size: 17px;
  margin-bottom: 25px;
  color: #083015;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.footermenu .lastnavi {
  max-width: 109px;
}

/*フッターコンテンツ*/
.footer__block {
  padding-top: 80px;
}
@media screen and (max-width: 1400px) {
  .footer__block {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1056px) {
  .footer__block {
    padding-top: 0;
  }
}
.footer__block .footerin {
  margin-right: auto;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__block .footerin {
    display: block;
    margin-left: auto;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .footer__block .footerin .text {
    text-align: center;
  }
}
.footer__block .footerin .c_btn {
  display: block;
  width: 100%;
  max-width: 220px;
  background-color: #006d27;
  color: #fff;
  padding: 7px 20px;
  height: 42px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .footer__block .footerin .c_btn {
    margin: auto;
  }
}
.footer__block .footerin .c_btn:hover {
  opacity: 0.8;
  transiton-duration: 0.8s;
}
.footer__block .footerin .c_btn1 {
  position: relative;
}
.footer__block .footerin .c_btn1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.footer__block .footerin .c_btn2 {
  background-color: #fff;
  color: #006d27;
  border: 1px solid #dae2da;
  margin-top: 5px;
}
.footer__block .footerin .c_btn2 img {
  max-width: 15px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.footer_address {
  margin-bottom: 15px;
}

.bottomflex {
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bottomflex {
    display: block;
    margin-top: 30px;
  }
}

/*コピーライト*/
.copyright {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
  letter-spacing: 0px;
  position: relative;
  z-index: 3;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding-bottom: 20px;
  }
}

.logo_footer {
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .logo_footer {
    margin: 30px 0 20px;
  }
}

.loop__front {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .loop__front {
    margin-top: 30px;
  }
}
.loop__front a {
  width: 100%;
  font-size: 17px;
  display: block;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  margin-top: 6px;
  padding: 30px 60px;
  background: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .loop__front a {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    white-space: normal;
    display: block;
    word-break: break-all;
    padding: 14px;
  }
}
@media screen and (max-width: 1600px) {
  .loop__front a {
    padding: 30px;
  }
}
.loop__front a::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #D11C3B;
  height: 0;
  width: 0;
  right: 6px;
  bottom: 6px;
}
.loop__front a:hover {
  opacity: 0.7;
  color: rgb(51, 51, 51);
}
.loop__front a .textline {
  margin-top: 10px;
}
.loop__front a .cat_name .num_cat_parent {
  width: 160px;
}
.loop__front a .days_block {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .loop__front a .days_block {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .loop__front a .main_text {
    display: block;
  }
}
.loop__front a .cat_case {
  margin-top: 10px;
  position: relative;
}
.loop__front a .cat_case .cat_name {
  color: #fff;
  border-radius: 20px;
  border: 1px solid;
  color: #fe5278;
  position: absolute;
  padding: 5px;
  height: 27px;
  line-height: 1.4;
  width: 100%;
  max-width: 150px;
  font-size: 11px;
  text-align: center;
  top: 0px;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .loop__front a .cat_case .cat_name {
    max-width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .loop__front a .cat_case .cat_name {
    display: block;
  }
}
.loop__front .link_news_cat2::before {
  border-bottom: 15px solid #C09F64;
}
.loop__front .link_news_cat3::before {
  border-bottom: 15px solid #05784A;
}
.loop__front .link_news_cat4::before {
  border-bottom: 15px solid #F1A119;
}
.loop__front .link_news_cat5::before {
  border-bottom: 15px solid #024290;
}
.loop__front .link_news_cat6::before {
  border-bottom: 15px solid #b75262;
}
.loop__front .link_news_cat7::before {
  border-bottom: 15px solid #64ba63;
}
.loop__front .link_news_cat8::before {
  border-bottom: 15px solid #c45786;
}
.loop__front .link_news_cat9::before {
  border-bottom: 15px solid #d0bc66;
}
.loop__front .link_news_cat10::before {
  border-bottom: 15px solid #643498;
}
@media screen and (max-width: 767px) {
  .loop__front .img--center {
    text-align: center;
    margin-bottom: 20px;
  }
}

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

  ■フロント

=====================================*
/*slick*/
.newsback_base {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: 0;
  align-items: end;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .newsback_base {
    position: static;
    align-items: normal;
  }
}
@media screen and (max-width: 480px) {
  .newsback_base {
    display: block;
  }
}
.newsback_base .leftbox {
  width: 100%;
  max-width: 700px;
  background: linear-gradient(to right, #0e87cd, #52b7f8);
  padding: 54.5px 10px;
}
@media screen and (max-width: 1600px) {
  .newsback_base .leftbox {
    max-width: 500px;
  }
}
@media screen and (max-width: 1400px) {
  .newsback_base .leftbox {
    max-width: 330px;
  }
}
@media screen and (max-width: 991px) {
  .newsback_base .leftbox {
    padding: 33.5px 10px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .newsback_base .leftbox {
    max-width: 180px;
    position: relative;
    padding-top: 37px;
  }
}
@media screen and (max-width: 480px) {
  .newsback_base .leftbox {
    max-width: none;
    padding: 20px;
  }
}
.newsback_base .leftbox .minibutton a {
  display: block;
  width: 100%;
  max-width: 120px;
  margin: auto;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
}
.newsback_base .leftbox .minibutton a:hover {
  background-color: #07679e;
}
.newsback_base .leftbox .minibutton a img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}

.floattext {
  position: absolute;
  left: 10%;
  top: 25%;
}
@media screen and (max-width: 991px) {
  .floattext {
    top: 35%;
  }
}
@media screen and (max-width: 480px) {
  .floattext {
    left: 4%;
  }
}
.floattext .bigtext {
  font-size: 120px;
  line-height: 0.9;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
  .floattext .bigtext {
    font-size: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .floattext .bigtext {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .floattext .bigtext {
    font-size: 74px;
  }
}
@media screen and (max-width: 767px) {
  .floattext .bigtext {
    font-size: 68px;
  }
}
@media screen and (max-width: 480px) {
  .floattext .bigtext {
    font-size: 54px;
  }
}

.slick__subtext {
  font-size: 26px;
  color: #fff;
  z-index: 2;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  .slick__subtext {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .slick__subtext {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .slick__subtext {
    font-size: 15px;
  }
}

.slick__wrap {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 1;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .slick__wrap {
    margin-top: 60px;
  }
}
.slick__wrap .item {
  /*
      display: none;
  */
  text-align: right;
}
@media screen and (max-width: 767px) {
  .slick__wrap .item {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .item {
    height: 540px;
  }
}
@media screen and (min-width: 768px) {
  .slick__wrap .item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }
}
.slick__wrap video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 1;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .slick__wrap video {
    height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap video {
    height: 500px;
  }
}
.slick__wrap video::-webkit-media-controls {
  display: none !important;
}
.slick__wrap video::state(webkit-media-controls-play-button) {
  display: none !important;
}
.slick__wrap .slick__txt {
  align-items: center;
  max-width: 100%;
  position: absolute;
  bottom: 5%;
  left: 20%;
  transform: translate(-32%, -50%);
  z-index: 5;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
}
@media screen and (max-width: 1600px) {
  .slick__wrap .slick__txt {
    left: 23%;
  }
}
@media screen and (max-width: 1400px) {
  .slick__wrap .slick__txt {
    letter-spacing: 2px;
    bottom: 0%;
    transform: translate(-26%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .slick__wrap .slick__txt {
    letter-spacing: 1px;
    bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slick__txt {
    letter-spacing: -1px;
    bottom: -3%;
    left: 15%;
    transform: translate(-15%, -50%);
  }
}
.slick__wrap .slick__txt h1 {
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 38px;
  padding: 10px 0;
}
@media screen and (max-width: 1600px) {
  .slick__wrap .slick__txt h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .slick__wrap .slick__txt h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick__txt h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slick__txt h1 {
    font-size: 20px;
  }
}
.slick__wrap .slick__txt h1 .greenspan {
  color: #8ec140;
  font-size: 56px;
}
@media screen and (max-width: 1600px) {
  .slick__wrap .slick__txt h1 .greenspan {
    font-size: 49px;
  }
}
@media screen and (max-width: 1400px) {
  .slick__wrap .slick__txt h1 .greenspan {
    font-size: 41px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick__txt h1 .greenspan {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slick__txt h1 .greenspan {
    font-size: 24px;
  }
}
.slick__wrap .slick-slide {
  overflow: hidden;
  display: block;
  float: none;
}
.slick__wrap .slick-slide a {
  opacity: 0.3;
}

.minibunner {
  display: block;
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 11;
  padding: 5px;
  background-color: #01822f;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.minibunner:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .minibunner .lmg {
    display: none;
  }
}
.minibunner .txt {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .minibunner .txt {
    font-size: 15px;
    margin-top: 5px;
  }
}
.minibunner .tagflex span {
  border-radius: 20px;
  border: 1px solid;
  padding: 2px 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .minibunner .tagflex span {
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 10px;
  }
}
.minibunner .tagflex .span2 {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .minibunner .tagflex .span2 {
    margin: 0 3px;
  }
}

.slick-active {
  opacity: 1;
}

.slick__wrap {
  position: relative;
}
.slick__wrap .slick__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(61, 161, 226, 0);
  transition: opacity 0.5s ease;
  opacity: 1;
}
.slick__wrap .slick__logo .slick__logo__inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.slick__wrap .slick__logo .slick__logo__inner .slick__logo__list {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: auto;
}
.slick__wrap .slick__logo .slick__logo__inner .slick__logo__list li {
  text-align: center;
  opacity: 0; /* 最初は非表示 */
  animation: slideIn 0.5s ease forwards;
}
.slick__wrap .slick__logo .slick__logo__inner .slick__logo__list li img {
  display: inline-block;
  max-width: 100%;
}
.slick__wrap .slick__logo.fade-out {
  opacity: 0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px); /* 上から降りる位置 */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* 初期位置 */
  }
}
@keyframes anima_slide_8 {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes anima_slide_9 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}
/*====================================

  ■投稿基本設定

=====================================*/
/*投稿
--------------------------------------*/
.post__content {
  background-color: #F9F9F6;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .post__content {
    padding: 25px;
  }
}
.post__content .cat_name .num_cat_parent {
  margin-left: 0;
}
.post__content .cat_name .term-news_cat2 {
  color: #C09F64;
  border: 1px solid #C09F64;
}
.post__content .cat_name .term-news_cat3 {
  color: #05784A;
  border: 1px solid #05784A;
}
.post__content .cat_name .term-news_cat4 {
  color: #F1A119;
  border: 1px solid #F1A119;
}
.post__content .cat_name .term-news_cat5 {
  color: #024290;
  border: 1px solid #024290;
}
.post__content .cat_name .term-news_cat6 {
  color: #b75262;
  border: 1px solid #b75262;
}
.post__content .cat_name .term-news_cat7 {
  color: #64ba63;
  border: 1px solid #64ba63;
}
.post__content .cat_name .term-news_cat8 {
  color: #c45786;
  border: 1px solid #c45786;
}
.post__content .cat_name .term-news_cat9 {
  color: #F1A119;
  border: 1px solid #F1A119;
}
.post__content .cat_name .term-news_cat10 {
  color: #d0bc66;
  border: 1px solid #d0bc66;
}

.left_border {
  padding: 15px;
  margin-bottom: 20px;
}
.left_border .txt time {
  font-size: 18px;
  font-weight: 700;
  color: #AC1A33;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .left_border .txt time {
    font-size: 16px;
    font-weight: 600;
  }
}
.left_border .txt span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  word-break: break-all;
  white-space: normal;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .left_border .txt span {
    font-size: 21px;
  }
}

.post__content:before,
.post__content:after {
  content: " ";
  display: table;
}

.post__content:after {
  clear: both;
}

.post__content img.aligncenter {
  margin: 20px auto;
  display: block;
}

.post__content h1 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 2px solid #333;
}

.post__content h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #333;
  padding-left: 15px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post__content h3 {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post__content .left_border {
  padding: 0;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post__content .left_border {
    padding-bottom: 10px;
  }
}

.post__content h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post__content h5 {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post__content h6 {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  font-weight: bold;
}

.post__content div {
  max-width: 100%;
}

.post__content p {
  word-break: break-word;
  margin-bottom: 10px;
}

.post__content a {
  text-decoration: underline;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content ul,
.post__content ol {
  margin: 15px 0;
  padding: 0 0 0 15px;
}

.post__content ul li {
  list-style-type: disc;
  margin: 5px 0;
  text-indent: 5px;
}

.post__content ol li {
  list-style-type: decimal;
  margin: 5px 0;
}

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

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

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

/*archive.php ページネーション*/
.wp-pagenavi {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 2px 3px;
  margin: 3px;
  background: #666;
  color: #fff;
  min-width: 38px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 1;
  background: #333;
}
.wp-pagenavi span.current {
  font-weight: normal;
  background: #333;
}
.wp-pagenavi span.pages {
  background: none;
  color: #333;
}

/*single.php ページネーション*/
.paginate__wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
.paginate__wrap a {
  display: block;
  padding: 5px 13px;
  color: #AC1A33;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #AC1A33;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paginate__wrap a {
    min-width: 38px;
  }
}
.paginate__wrap a:hover {
  color: #fff;
  background: #AC1A33;
}
.paginate__wrap .paginate__block--next {
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next {
    min-width: auto;
  }
}
.paginate__wrap .paginate__block--next i {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next i {
    margin: 0;
  }
}
.paginate__wrap .paginate__block--prev {
  min-width: 80px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev {
    min-width: auto;
  }
}
.paginate__wrap .paginate__block--prev i {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev i {
    margin: 0;
  }
}

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

.c {
  text-align: center;
  cursor: pointer;
}

.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#pop-up {
  display: none;
}

.ptitle {
  font-size: 20px;
  font-weight: 700;
}

#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8156862745);
  width: 100%;
}

.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFF; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}

.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}

.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}

.popWindow .close:hover {
  color: #06D85F;
}

.popWindow::-webkit-scrollbar-track {
  background: none;
}

.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.clickable:hover {
  cursor: pointer;
}

.news_intro > input + label {
  border-radius: 100px;
  padding: 4px 16px;
  width: auto;
  font-size: 14px;
  background-color: #E3E3DA;
  text-align: center;
  margin-right: 5px;
  font-weight: 400;
  min-width: 110px;
}
@media screen and (max-width: 1199px) {
  .news_intro > input + label {
    padding: 4px 12px;
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .news_intro > input + label {
    margin-bottom: 7px;
    margin-right: 5px;
    font-size: 13px;
    padding: 2px 12px;
  }
}
.news_intro > input + label:first-child {
  margin-left: 100px;
}

.news_intro > input:checked + label {
  background-color: #D4314E;
  color: #fff;
}
.news_intro > input:checked + label::before {
  display: none;
}

.news_intro .inwhite {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .news_intro .inwhite {
    margin-top: 10px;
  }
}