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

  ■メディアクエリ

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

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

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

.dropdown-toggle {
  padding-right: 15px !important;
}
@media screen and (max-width: 1600px) {
  .dropdown-toggle {
    padding-right: 7px !important;
  }
}
@media screen and (max-width: 1199px) {
  .dropdown-toggle {
    padding-right: 4px !important;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-toggle {
    display: none !important;
  }
}

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

.h1block {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

@keyframes rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a:hover {
  opacity: 0.8;
  transition: 0.8s;
  color: #0d193a !important;
}

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

フェードイン処理

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

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

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

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

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

  ■基本設定

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

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

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #0d193a;
  background-color: #fff;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 1056px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}

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

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

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

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

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

input {
  border: none;
}

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

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

li {
  list-style: none;
}

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

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

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

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

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

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

  ■ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
@media screen and (max-width: 991px) {
  #pagetop {
    height: 51px;
  }
}

header {
  position: relative;
}

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

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

.header__inner {
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 20;
  letter-spacing: 0;
  width: 100%;
  margin: auto;
  /*ロゴ*/
  /*電話番号*/
  /*お問い合わせ*/
  /*グローバルメニューの親*/
}
@media screen and (min-width: 992px) {
  .header__inner {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 0 14px;
    border-radius: 0;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header__inner {
    padding: 4px 14px;
  }
}
.header__inner .logoblock {
  width: 100%;
  order: 1;
  padding: 6px 0 6px 0px;
  max-width: 240px;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .header__inner .logoblock {
    max-width: 180px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .logoblock {
    max-width: 190px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .logoblock {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .logoblock {
    max-width: 200px;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .header__inner .logoblock {
    max-width: 145px;
  }
}
.header__inner .logoblock h1 {
  font-size: 12px;
  padding-left: 0px;
  color: #949494;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .header__inner .logoblock h1 {
    display: none;
  }
}
.header__inner .header__tel {
  order: 3;
  line-height: 1;
  margin-right: 20px;
  display: none;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel {
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1d3966;
    padding: 1px 2px 4px 2px;
    width: 100%;
    line-height: 1.3;
    max-width: 36px;
    min-width: 36px;
    order: 2;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 129px;
    display: none;
  }
}
.header__inner .header__tel .tel_link {
  font-size: 26px;
  font-family: "Gabarito", sans-serif;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel .tel_link {
    margin-right: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel .tel_link {
    margin-right: 0px;
  }
}
.header__inner .header__tel .tel_link img {
  max-width: 28px;
  margin: 0 3px 4px 0;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel .tel_link img {
    max-width: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel .tel_link img {
    max-width: 11px;
    margin: 0;
  }
}
.header__inner .header__tel p {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.header__inner .iconhead {
  order: 3;
  display: none;
  margin: 0 6px;
}
@media screen and (min-width: 992px) {
  .header__inner .iconhead {
    display: block;
    min-width: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner .iconhead {
    min-width: 51px;
  }
}
.header__inner .iconhead2 {
  order: 4;
}
.header__inner .header__contact {
  order: 5;
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact {
    order: 4;
    position: absolute;
    top: 14px;
    right: 14px;
    display: none;
  }
}
.header__inner .header__contact a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  max-width: 36px;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 36px;
  position: relative;
  background: linear-gradient(to right, #2e4faa, #4d7cc1);
  z-index: 0;
  line-height: 1;
  transition: 0.3s;
}
.header__inner .header__contact a:hover {
  opacity: 0.8;
  color: #fff !important;
  transition-duration: 0.7s;
}
@media screen and (min-width: 992px) {
  .header__inner .header__contact a {
    margin-right: 0;
    width: 100%;
    max-width: 50px;
    text-align: center;
    border-radius: 30px;
    padding: 16px 14px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header__inner .header__contact a {
    max-width: 130px;
    min-width: 45px;
    padding: 12px 12px;
    margin-right: auto;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1601px) {
  .header__inner .header__contact a {
    padding: 12px 10px;
    max-width: 210px;
    min-width: 210px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact a {
    order: 4;
    max-height: 36px;
    padding: 11px 10px 12px 9px;
    margin-left: 0;
    font-size: 19px;
  }
}
.header__inner .header__contact a img {
  max-width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__contact a img {
    max-width: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact a img {
    margin-right: 0;
    max-width: 22px;
  }
}
@media screen and (max-width: 1056px) {
  .header__inner .header__contact a img {
    margin-right: 0;
    max-width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner .header__contact a img {
    max-width: 18px;
  }
}
.header__inner .header__contact .recruitbtn {
  margin-bottom: 7px;
  background: #f58c2d;
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact .recruitbtn {
    margin-bottom: 0;
    margin-right: 6px;
    padding: 15px 17px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact .recruitbtn {
    padding: 10px 12px 13px 12px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__contact .recruitbtn img {
    max-width: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__contact .recruitbtn img {
    max-width: 12px;
  }
}
.header__inner .header__menu {
  order: 4;
  width: 100%;
  max-width: 1300px;
}
@media screen and (min-width: 992px) {
  .header__inner .header__menu {
    order: 2;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner .header__menu {
    max-width: 720px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .header__menu {
    max-width: 740px;
  }
}
@media screen and (max-width: 1199px) {
  .header__inner .header__menu {
    margin-left: 0;
    max-width: 660px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__menu {
    max-width: none;
    background-color: #fff;
  }
}

.logo2 {
  display: none;
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: none;
  z-index: 1000;
}
.menu_fixed .header__inner {
  width: 100%;
  background-color: #fff;
}
.menu_fixed .header__inner .navbar-nav.nav > li > a {
  color: #2e2e2e;
}
.menu_fixed .header__inner .navbar-nav.nav > li > a:hover, .menu_fixed .header__inner .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  border-color: #2e2e2e;
}
.menu_fixed .header__inner .navbar-nav.nav > li > a:hover::before {
  background-color: #1d3966;
}
.menu_fixed .header__inner .navbar-nav.nav > li.active a {
  border-color: #2e2e2e;
}
.menu_fixed .header__inner .navbar-nav.nav > li.active a::before {
  background-color: #1d3966;
}

.side_linkbox {
  position: fixed;
  top: 22%;
  width: 100%;
  display: none;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .side_linkbox {
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    max-width: none;
  }
}
.side_linkbox a {
  text-align: center;
  display: block;
  width: 100%;
  z-index: 4;
  color: #fff;
  background: #193c70;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .side_linkbox a {
    margin-bottom: 0px;
    border-radius: 0px 0 0 0px;
  }
}
.side_linkbox a:hover {
  color: #fff !important;
  opacity: 1;
}
.side_linkbox a span {
  display: block;
  padding: 22px 10px 22px 70px;
}
@media screen and (max-width: 767px) {
  .side_linkbox a span {
    padding: 21px 10px 21px 40px;
  }
}
@media screen and (max-width: 480px) {
  .side_linkbox a span {
    padding: 0px 5px 10px 5px;
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.side_linkbox a .innerflex {
  position: relative;
}
.side_linkbox a .innerflex .imgb {
  text-align: center;
  background: #193c70;
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .side_linkbox a .innerflex .imgb {
    width: 35px;
  }
}
@media screen and (max-width: 480px) {
  .side_linkbox a .innerflex .imgb {
    position: static;
    width: auto;
    padding: 12px 10px 8px;
  }
}
.side_linkbox a .innerflex .imgb img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .side_linkbox a .innerflex .imgb img {
    max-width: 18px;
  }
}
@media screen and (max-width: 480px) {
  .side_linkbox a .innerflex .imgb img {
    position: static;
  }
}
.side_linkbox a img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .side_linkbox a img {
    margin-bottom: 0;
  }
}
.side_linkbox .side_2 {
  color: #ffffff;
  background: #f58c2d;
}
.side_linkbox .side_2 .innerflex .imgb {
  background: #f58c2d;
}
.side_linkbox .side_3 {
  color: #fff;
  background: #4d7cc1;
}
.side_linkbox .side_3 span {
  /*
          padding: 13px 10px 13px 70px;
               @include mq(max-xs) {
          padding: 12px 10px 12px 40px;
          }   
            @include mq(max-xxs) {
          padding: 10px 5px 10px 5px;
          }  
  */
}
.side_linkbox .side_3 .innerflex .imgb {
  background: #4d7cc1;
}
@media screen and (max-width: 480px) {
  .side_linkbox .side_3 .innerflex .imgb {
    padding: 16.8px 10px 9.5px;
  }
}
.side_linkbox .side_3 .innerflex .imgb img {
  max-width: 32px;
}
@media screen and (max-width: 767px) {
  .side_linkbox .side_3 .innerflex .imgb img {
    max-width: 22px;
  }
}

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

/*グローバルナビ　親ブロック*/
@media screen and (min-width: 992px) {
  .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: 991px) {
  .navbar-header {
    float: left !important;
  }
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    height: 470px;
  }
}
/*グローバルナビ*/
.navbar-nav {
  margin: 0px -15px;
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    max-width: none;
    margin: 0px;
    max-width: 100%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    float: none;
    margin: 0;
    margin-left: auto;
    width: 100%;
    display: flex;
    max-width: 800px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav.nav > li {
    text-align: center;
    position: relative;
    flex-basis: auto;
  }
}
.navbar-nav.nav > li.active > a {
  position: relative;
  text-decoration: none;
  opacity: 1;
}
.navbar-nav.nav > li.active > a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.active > a::before {
    height: 2px;
  }
}
.navbar-nav.nav > li.menu-item-has-children a {
  position: relative;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.menu-item-has-children a {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
}
.navbar-nav.nav > li.menu-item-has-children a:hover, .navbar-nav.nav > li.menu-item-has-children a:focus {
  text-decoration: none;
  opacity: 1;
  background-color: #3f70b7;
}
.navbar-nav.nav > li.menu-item-has-children a:hover::before, .navbar-nav.nav > li.menu-item-has-children a:focus::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1d3966;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.menu-item-has-children a:hover::before, .navbar-nav.nav > li.menu-item-has-children a:focus::before {
    height: 2px;
  }
}
.navbar-nav.nav > li > a {
  position: relative;
  display: block;
  padding: 17px 10px;
  line-height: 1.4;
  height: 100%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .navbar-nav.nav > li > a {
    font-size: 14px;
    padding: 20px 7px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar-nav.nav > li > a {
    font-size: 13px;
    padding: 14px 4px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a {
    text-align: center;
    border-bottom: 2px solid #ccc;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 11px;
    display: block;
  }
}
.navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  position: relative;
  background: transparent;
  transition-duration: 0s;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
    color: #fff !important;
    background-color: #3f70b7;
    transition-duration: 0.7s;
  }
}
.navbar-nav.nav > li > a:hover::before, .navbar-nav.nav > li > a:focus::before {
  content: "";
  transition-duration: 0.7s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a:hover::before, .navbar-nav.nav > li > a:focus::before {
    height: 2px;
  }
}
.navbar-nav.nav > li > a .caret {
  margin: 0;
  content: "\e900";
  font-family: "origin-icon" !important;
  border: none;
  vertical-align: baseline;
}
.navbar-nav.nav > li > a .caret::before {
  content: "";
  background-image: url(images/careticon.png);
  width: 12px;
  height: 8px;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
@media screen and (max-width: 1600px) {
  .navbar-nav.nav > li > a .caret::before {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 5px;
    top: auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a .caret::before {
    display: none;
  }
}
.navbar-nav .menu_r {
  position: relative;
}
.navbar-nav .menu_r::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
  width: 9px;
  height: 9px;
  background-image: url(images/linkbox.svg);
}

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

/*ドロップダウンメニュー*/
.dropdown-menu {
  box-shadow: none !important;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 227px;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 13px;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    border: none !important;
    position: static !important;
    margin: auto !important;
    padding: 0 !important;
    float: none !important;
    background: #f1f1f1 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu > li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-menu > li {
    padding: 0;
    text-decoration: none;
  }
}
.dropdown-menu > li > a {
  padding-right: auto !important;
  text-align: left;
  color: #0d193a;
}
@media screen and (max-width: 991px) {
  .dropdown-menu > li > a {
    padding: 12px 14px !important;
    text-decoration: none;
    line-height: 1.5 !important;
    white-space: normal;
    font-size: 13px;
    color: #0d193a;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li > a {
    padding: 10px 5px;
    padding-left: 15px;
    text-decoration: none;
  }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff !important;
  background-color: #3f70b7;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  background-color: #3f70b7;
}

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

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

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

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

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

  ■トップページ

=====================================*/
.top_main {
  background-color: #ededed;
}
@media screen and (min-width: 1601px) {
  .top_main .container {
    width: 1408px;
  }
}

.topnews__box {
  padding: 0px 0 100px;
  background: linear-gradient(to top, #f5f5f5 0%, #ededed 100%);
}
@media screen and (max-width: 1600px) {
  .topnews__box {
    padding: 20px 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  .topnews__box {
    padding: 20px 0 60px;
    background: linear-gradient(to top, #fff 0%, #ededed 100%);
  }
}

.titlelineflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .titlelineflex {
    display: block;
    margin-bottom: 20px;
  }
}
.titlelineflex .straightbox {
  margin-bottom: 0;
}
.titlelineflex .straightbox .maintitle {
  position: relative;
}
.titlelineflex .straightbox .maintitle::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background-color: #d4dae3;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .titlelineflex .straightbox .maintitle::before {
    display: none;
  }
}
.titlelineflex .leftbox .inbtn1 {
  width: 224px;
}
.titlelineflex .txtb {
  margin-left: 20px;
  width: 70%;
}
@media screen and (max-width: 1600px) {
  .titlelineflex .txtb {
    margin-left: 30px;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .titlelineflex .txtb {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.titlelineflex2 {
  margin-bottom: 30px;
}

.c_company {
  background-image: url(images/c_bggray.jpg);
  background-position: center bottom;
}

.c_greet {
  background: linear-gradient(to top, #ededed 0%, #fff 90%);
}

.content {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .content {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 60px;
  }
}

.grayin {
  background: linear-gradient(to top, #f8f8f8, #ecedee);
  width: 100%;
  margin: auto;
  border-radius: 45px;
  padding: 100px 15px;
}
@media screen and (max-width: 991px) {
  .grayin {
    padding: 40px 15px 40px;
    margin-top: 50px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 991px) {
  .grayin .container {
    padding: 0;
  }
}

.grayin_out {
  padding: 0px 20px;
}

.companyline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .companyline {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .companyline {
    display: block;
  }
}
.companyline .inblock {
  display: block;
  width: calc(25% - 16px);
  position: relative;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .companyline .inblock {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .companyline .inblock {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .companyline .inblock {
    width: 100%;
    max-width: 328px;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
    overflow: hidden;
    border-radius: 22px 22px 36px 22px;
  }
}
.companyline .inblock:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}
.companyline .inblock::before {
  border-radius: 22px 22px 36px 22px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #12161d;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .companyline .inblock::before {
    opacity: 0.4;
  }
}
.companyline .inblock .num {
  position: absolute;
  color: #fff;
  left: 20px;
  top: 20px;
}
.companyline .inblock .num span {
  background-color: #000000;
  padding: 12px 11px;
  border-radius: 100%;
}
.companyline .inblock .titleone {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  left: 45px;
  height: 66px;
}
@media screen and (max-width: 1199px) {
  .companyline .inblock .titleone {
    left: 20px;
  }
}
.companyline .inblock .titleone .maintitle {
  font-size: 32px;
}
@media screen and (max-width: 1199px) {
  .companyline .inblock .titleone .maintitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .companyline .inblock .titleone .maintitle {
    font-size: 24px;
  }
}
.companyline .inblock .titleone .shorttitle {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .companyline .inblock .titleone .shorttitle {
    font-size: 15px;
  }
}
.companyline .inblock .float {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.companyline .inblock .baseimg img {
  border-radius: 22px 22px 36px 22px;
}
@media screen and (max-width: 991px) {
  .companyline .inblock .baseimg img {
    width: 100%;
  }
}

.borderone {
  border-top: 1px solid #c5cdd8;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .borderone {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.movieline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 996px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1056px) {
  .movieline {
    max-width: 840px;
  }
}
@media screen and (max-width: 991px) {
  .movieline {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .movieline {
    display: block;
  }
}
.movieline .block1 {
  text-align: center;
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .movieline .block1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.movieline .block1 .titleone {
  margin-top: 15px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .movieline .block1 .titleone {
    font-size: 16px;
  }
}
.movieline .block1 .imgb {
  display: block;
}
.movieline .block1 .imgb iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.centertitle_k {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.centertitle_k .maintitle {
  line-height: 1;
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1199px) {
  .centertitle_k .maintitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .centertitle_k .maintitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .centertitle_k .maintitle {
    font-size: 30px;
  }
}
.centertitle_k .maintitle::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  width: 8px;
  height: 8px;
  background-color: #d4dae3;
  border-radius: 100%;
}
.centertitle_k .subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .centertitle_k .subtitle {
    font-size: 14px;
  }
}

.titlebox2 {
  display: block;
}
.titlebox2 .minititle {
  margin-left: 0;
}

.centertitlebox {
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -50px;
}
@media screen and (max-width: 1056px) {
  .centertitlebox {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .centertitlebox {
    position: static;
  }
}
.centertitlebox .title {
  position: relative;
}
.centertitlebox .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #104000;
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0px;
}
.centertitlebox .minititle {
  margin-top: 5px;
  margin-left: 0;
  color: #104000;
  font-size: 17px;
  font-weight: 700;
}

.centertitlebox2 {
  position: relative;
  top: 0 !important;
}

.widetitle {
  text-align: center;
}

.topback {
  position: relative;
}
.topback::before {
  content: "";
  position: absolute;
  width: 722px;
  height: 722px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-image: url(images/floatsign.svg);
}
@media screen and (max-width: 1199px) {
  .topback::before {
    width: 506px;
    height: 506px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .topback::before {
    display: none;
  }
}

.hyspeedrow .textside {
  margin-top: 100px;
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 1199px) {
  .hyspeedrow .textside {
    margin-top: 0;
  }
}
.hyspeedrow .textside .maintitle {
  position: relative;
  max-width: 90%;
}
@media screen and (max-width: 1199px) {
  .hyspeedrow .textside .maintitle {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .hyspeedrow .textside .maintitle {
    max-width: 85%;
  }
}
.hyspeedrow .textside .maintitle .floatlogo {
  position: absolute;
  right: -30px;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .hyspeedrow .textside .maintitle .floatlogo {
    right: -60px;
    top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .hyspeedrow .textside .maintitle .floatlogo {
    width: 120px;
  }
}
.hyspeedrow .textside .subtitle {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  margin: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .hyspeedrow .textside .subtitle {
    margin: 30px 0 20px;
    font-size: 20px;
  }
}
.hyspeedrow .textside .textb {
  width: 95%;
}
.hyspeedrow .textside .btnflex {
  display: flex;
}
@media screen and (max-width: 480px) {
  .hyspeedrow .textside .btnflex {
    display: block;
    margin-top: 20px;
  }
}
.hyspeedrow .textside .btnflex .inbtn {
  margin-top: 30px;
  display: block;
  border-radius: 32px;
  background-color: #fff;
  width: 100%;
  max-width: 254px;
  text-align: center;
  line-height: 1;
  padding: 24px 12px;
  position: relative;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
}
@media screen and (max-width: 991px) {
  .hyspeedrow .textside .btnflex .inbtn {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .hyspeedrow .textside .btnflex .inbtn {
    padding: 15px 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .hyspeedrow .textside .btnflex .inbtn {
    margin: 10px auto;
  }
}
.hyspeedrow .textside .btnflex .inbtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .hyspeedrow .textside .btnflex .inbtn img {
    right: 10px;
    max-width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hyspeedrow .textside .btnflex .inbtn img {
    right: 10px;
    max-width: 12px;
  }
}
.hyspeedrow .textside .btnflex .inbtn2 {
  margin-left: 20px;
  color: #fff;
  background-color: #3f70b7;
}
@media screen and (max-width: 480px) {
  .hyspeedrow .textside .btnflex .inbtn2 {
    display: block;
    margin-left: auto;
  }
}
.hyspeedrow .textside .btnflex .inbtn2 .linkb {
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: auto;
}
@media screen and (max-width: 991px) {
  .hyspeedrow .textside .btnflex .inbtn2 .linkb {
    right: 10px;
  }
}
.hyspeedrow .textside .btnflex .inbtn2:hover {
  color: #fff !important;
}
.hyspeedrow .imgside {
  margin-right: calc(13% - 29vw - 20px);
}
@media screen and (max-width: 767px) {
  .hyspeedrow .imgside {
    margin: auto;
    margin-top: 29px;
    margin-right: calc(13% - 29vw - 0px);
  }
}

.straightbox {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .straightbox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .straightbox {
    text-align: center;
  }
}
.straightbox .maintitle {
  font-size: 70px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1199px) {
  .straightbox .maintitle {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .straightbox .maintitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .straightbox .maintitle {
    font-size: 30px;
  }
}
.straightbox .subtitle {
  margin-left: 25px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .straightbox .subtitle {
    margin-left: 0;
    font-size: 14px;
  }
}

.straightbox2 .maintitle {
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .straightbox2 .maintitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .straightbox2 .maintitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .straightbox2 .maintitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.straightbox2 .maintitle::before {
  bottom: 10px !important;
}
.straightbox2 .subtitle {
  font-family: "Montserrat", sans-serif;
}

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

.button_block_n2 a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .button_block_n2 a {
    margin-left: auto;
  }
}

.inbtn1 {
  display: block;
  border-radius: 32px;
  background-color: #fff;
  width: 100%;
  max-width: 254px;
  text-align: center;
  line-height: 1;
  padding: 20px;
  position: relative;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.4);
}
@media screen and (max-width: 767px) {
  .inbtn1 {
    margin-right: auto;
    margin-left: auto;
  }
}
.inbtn1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

@media screen and (max-width: 1199px) {
  .c_works {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c_works .t_works_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1870px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c_works .t_works_flex {
    display: block;
  }
}
.c_works .t_works_flex .imgside {
  width: calc(50% - 12px);
}
@media screen and (max-width: 1300px) {
  .c_works .t_works_flex .imgside {
    width: calc(50% - 12px);
    background-image: url(images/t_works.png);
    background-size: cover;
    border-radius: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c_works .t_works_flex .imgside {
    border-radius: 0;
    background-image: none;
  }
}
@media screen and (max-width: 1300px) {
  .c_works .t_works_flex .imgside img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c_works .t_works_flex .imgside img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c_works .t_works_flex .imgside {
    width: 100%;
  }
}
.c_works .t_works_flex .textside {
  width: calc(50% - 12px);
  border-radius: 45px;
  background-color: #f6f6f6;
  padding: 110px;
}
@media screen and (max-width: 1600px) {
  .c_works .t_works_flex .textside {
    padding: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .c_works .t_works_flex .textside {
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .c_works .t_works_flex .textside {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_works .t_works_flex .textside {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
  }
}
.c_works .t_works_flex .textside .btnline {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .c_works .t_works_flex .textside .btnline {
    margin-bottom: 30px;
  }
}
.c_works .t_works_flex .textside .btnline .inbtn {
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .c_works .t_works_flex .textside .btnline .inbtn {
    font-size: 16px;
  }
}
.c_works .t_works_flex .textside .btnline .inbtn img {
  margin-right: 5px;
  margin-bottom: 4px;
}
.c_works .t_works_flex .textside .textblock {
  width: 100%;
  max-width: 510px;
}
.c_works .t_works_flex .textside .textblock .textb {
  margin-bottom: 30px;
}

.c_service .t_serviceflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex {
    display: block;
  }
}
.c_service .t_serviceflex .leftside {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1199px) {
  .c_service .t_serviceflex .leftside {
    margin-right: 14px;
    width: calc(70% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .leftside {
    width: 100%;
    margin-right: 0;
  }
}
.c_service .t_serviceflex .leftside .textb {
  border-radius: 0 0 30px 30px;
  padding: 30px;
  background-image: url(images/shadow.png);
  background-position: bottom;
}
@media screen and (max-width: 1600px) {
  .c_service .t_serviceflex .leftside .textb {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .c_service .t_serviceflex .leftside .textb {
    padding: 20px 15px;
  }
}
.c_service .t_serviceflex .leftside .textb .shorttitle {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .c_service .t_serviceflex .leftside .textb .shorttitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .leftside .textb .shorttitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.c_service .t_serviceflex .leftside .textb .btnflex_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn {
  display: block;
  font-size: 16px;
  position: relative;
  letter-spacing: -1px;
  width: calc(33% - 10px);
}
@media screen and (max-width: 1600px) {
  .c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn {
    font-size: 15px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn {
    width: calc(50% - 3px);
    font-size: 13px;
    text-indent: -22px;
    padding-left: 22px;
  }
}
.c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn img {
  max-width: 13px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn img {
    max-width: 10px;
    margin-right: 3px;
  }
}
.c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn span {
  position: relative;
}
.c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn span .floaticon {
  margin: 0;
  top: 0;
  right: -20px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .leftside .textb .btnflex_b .inbtn span .floaticon {
    right: -10px;
  }
}
.c_service .t_serviceflex .rightside {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1199px) {
  .c_service .t_serviceflex .rightside {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .rightside {
    width: 100%;
    margin-top: 20px;
  }
}
.c_service .t_serviceflex .rightside a:hover {
  color: #fff !important;
}
.c_service .t_serviceflex .rightside .sideone {
  display: block;
  color: #fff;
  position: relative;
}
.c_service .t_serviceflex .rightside .sideone .titleb {
  position: absolute;
  font-size: 18px;
  left: 20px;
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .c_service .t_serviceflex .rightside .sideone .titleb {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .rightside .sideone .titleb {
    font-size: 17px;
    bottom: 10px;
  }
}
.c_service .t_serviceflex .rightside .sideone .titleb span {
  position: relative;
}
.c_service .t_serviceflex .rightside .sideone .titleb span img {
  position: absolute;
  top: 0;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .rightside .sideone img {
    border-radius: 20px;
  }
}
.c_service .t_serviceflex .rightside .inflex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .c_service .t_serviceflex .rightside .inflex {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .rightside .inflex {
    display: block;
  }
}
.c_service .t_serviceflex .rightside .inflex .sideone {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1199px) {
  .c_service .t_serviceflex .rightside .inflex .sideone {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .rightside .inflex .sideone {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .t_serviceflex .rightside .inflex .sideone img {
    border-radius: 20px;
  }
}

.contactcover {
  padding: 20px;
}

.c_contact {
  width: 100%;
  margin-top: 0;
  background-size: cover;
  padding: 100px 14px 120px;
  background-image: url(images/t_contactbg.png);
  position: relative;
  border-radius: 45px;
}
@media screen and (max-width: 1300px) {
  .c_contact {
    background-position: center;
  }
}
@media screen and (max-width: 991px) {
  .c_contact {
    padding: 50px 14px 50px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1601px) {
  .c_contact .container {
    width: 1408px;
  }
}
.c_contact .straightbox {
  color: #fff;
}
.c_contact .rightside {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c_contact .rightside {
    text-align: left;
    margin-top: 30px;
  }
}
.c_contact .rightside .tel {
  margin-bottom: 17px;
}
.c_contact .rightside img {
  max-width: 417px;
  width: 100%;
}
.c_contact .intext {
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .c_contact .intext {
    text-align: center;
  }
}
.c_contact .contact_button a {
  display: block;
}
@media screen and (max-width: 991px) {
  .c_contact .contact_button a {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.c_titlediv {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c_titlediv {
    text-align: center;
    display: block;
  }
}
.c_titlediv .leftside {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c_titlediv .leftside img {
    max-width: 270px;
  }
}
.c_titlediv .leftside .titlelineflex .straightbox .maintitle::before {
  background-color: #2f3637;
}
.c_titlediv .centerside {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .c_titlediv .centerside img {
    max-width: 270px;
  }
}
@media screen and (max-width: 480px) {
  .c_titlediv .rightside img {
    max-width: 200px;
  }
}

.news_bottomf {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_bottomf {
    display: block;
  }
}
.news_bottomf .newsrow {
  width: 74%;
  border-bottom: 1px solid #c5cdd8;
}
@media screen and (max-width: 991px) {
  .news_bottomf .newsrow {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news_bottomf .newsrow {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.news_bottomf .newsrow .righttext {
  padding: 40px 15px 40px 0;
  border-top: 1px solid #c5cdd8;
}
@media screen and (max-width: 991px) {
  .news_bottomf .newsrow .righttext {
    padding: 20px 15px 20px 0;
  }
}
.news_bottomf .newsrow .righttext .cat_name {
  border-radius: 100px;
  color: #fff;
  width: 106px;
  background-color: #193c70;
  padding: 4px 20px;
  line-height: 1;
  text-align: center;
  margin: 0 20px 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .news_bottomf .newsrow .righttext .cat_name {
    padding: 2px 25px;
    margin: 0 10px 0 5px;
    font-size: 12px;
  }
}
.news_bottomf .newsrow .righttext .num_cat2 {
  background-color: #5a8dd6;
  padding: 4px 5px;
}
.news_bottomf .newsrow .righttext .num_cat3 {
  background-color: #a3afbc;
}
.news_bottomf .newsrow .righttext .archive-blog__title1 {
  font-size: 17px;
}
@media screen and (max-width: 1600px) {
  .news_bottomf .newsrow .righttext .archive-blog__title1 {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_bottomf .newsrow .righttext .archive-blog__title1 {
    font-size: 15px;
  }
}
.news_bottomf .sidebutton {
  width: 26%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .news_bottomf .sidebutton {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.news_bottomf .sidebutton .minibutton {
  margin-bottom: 10px;
  padding: 10px 15px;
  padding-left: 40px;
  line-height: 1;
  border-radius: 21px;
  width: 186px;
}
@media screen and (max-width: 767px) {
  .news_bottomf .sidebutton .minibutton {
    width: calc(50% - 6px);
  }
}
.news_bottomf .sidebutton .minibutton img {
  margin-right: 10px;
}
.news_bottomf .sidebutton .on_1 {
  background-color: #f5f5f5;
  padding-left: 10px;
}

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

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

  ■下層共通

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

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

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

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

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

.neck {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background-size: cover;
  padding: 70px 14px;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .neck {
    padding: 50px 14px;
  }
}
.neck .container {
  position: relative;
}
@media screen and (min-width: 1601px) {
  .neck .container {
    width: 1400px;
  }
}
.neck .container .bread {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .neck .container .bread {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .neck .container .bread {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .neck .container .bread {
    padding-bottom: 30px;
  }
}
.neck .container .bread span {
  padding: 0 5px;
}
.neck .neck__title {
  font-size: 90px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 991px) {
  .neck .neck__title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .neck .neck__title {
    font-size: 48px;
  }
}
.neck .neck__title span {
  position: relative;
}
.neck .neck__subtitle {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .neck .neck__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__subtitle {
    font-size: 15px;
  }
}
.neck .neck__title2 {
  line-height: 1;
  font-size: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .neck .neck__title2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__title2 {
    font-size: 29px;
    display: block;
    margin-top: 10px;
  }
}
.neck .neck__title2 span {
  margin-left: 20px;
  font-size: 20px;
  color: #fff;
  background-color: #183d74;
  border-radius: 21px;
  padding: 8px 20px;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .neck .neck__title2 span {
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    width: 124px;
    margin-top: 10px;
    margin-left: 0;
  }
}
.neck .neck__subtitle2 {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 480px) {
  .neck .neck__subtitle2 {
    margin-top: 10px;
    margin-bottom: -10px;
  }
}

.pinkbox {
  background-color: #eef2f3;
  border: 7px solid #eef2f3;
  border-radius: 11px;
  margin-bottom: 20px;
}
.pinkbox .titlein {
  margin: 15px 20px 15px 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pinkbox .titlein {
    align-items: center;
  }
}
.pinkbox .titlein span {
  background-color: #193d71;
  color: #fff;
  padding-left: 11px;
  width: 40px;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  font-size: 21px;
  margin-right: 9px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .pinkbox .titlein span {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 2px;
  }
}
.pinkbox .titleone {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .pinkbox .titleone {
    font-size: 15px;
    line-height: 1.4;
  }
}
.pinkbox .textin {
  padding: 15px;
  background-color: #fff;
  display: flex;
  border-radius: 6px;
}
.pinkbox .textin span {
  background-color: #3f70b7;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  width: 40px;
  height: 40px;
  font-size: 21px;
  margin-right: 9px;
  display: inline-block;
  padding-right: 17px;
  padding-left: 13px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .pinkbox .textin span {
    padding-top: 2px;
  }
}
.pinkbox .textbox {
  border-radius: 6px;
}
.pinkbox .textbox .flexin {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pinkbox .textbox .flexin {
    display: block;
  }
}
.pinkbox .textbox .flexin .intext2 a {
  color: #3f70b7;
}
.pinkbox .textbox .flexin img {
  display: block;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .pinkbox .textbox .flexin img {
    margin-left: 0;
    margin-top: 20px;
  }
}

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

.bannertxt {
  margin: 20px;
}

.bannerin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .bannerin {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bannerin img {
  margin: 5px;
}

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

.pageMenu {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .pageMenu {
    border: none;
    margin: 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
}
.pageMenu li {
  display: inline-block;
  padding: 0;
  margin: 0 0px 5px 0;
  width: calc(20% - 10px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageMenu li {
    padding: 8px;
    margin: 0 0 5px 0;
    width: calc(50% - 0px);
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    display: block;
  }
}
.pageMenu li a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pageMenu li a {
    display: block;
  }
}
.pageMenu li a .el_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 0 0;
  text-align: center;
}
.pageMenu li a .el_icon {
  display: inline-block;
  vertical-align: middle;
}
.pageMenu li a .el_icon img {
  margin-left: 5px;
  display: inline-block;
}

.k_content {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .k_content {
    padding: 60px 0;
  }
}

.k_content_short {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .k_content_short {
    padding: 40px 0 60px;
  }
}

.k_content2 {
  background: #f8f9f9;
}
.k_content_an {
  background: linear-gradient(to bottom, #fff, #ededed);
}

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

@media screen and (min-width: 1200px) {
  .k_container1 {
    width: 1120px;
  }
}

@media screen and (min-width: 1200px) {
  .k_container2 {
    width: 1198px;
  }
}

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

.k_midashi {
  background: linear-gradient(to right, #2e4faa, #4d7cc1);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  padding: 15px 10px 15px 20px;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .k_midashi {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.k_flex {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .k_flex {
    display: block;
    margin-top: 30px;
  }
}
.k_flex .imgside {
  margin-right: 30px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .k_flex .imgside {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.k_flex .textside {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .k_flex .textside {
    width: 100%;
  }
}

.ac_title {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 1199px) {
  .ac_title {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .ac_title {
    font-size: 19px;
  }
}

.ac_titleneo {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1199px) {
  .ac_titleneo {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .ac_titleneo {
    font-size: 22px;
  }
}

@media screen and (min-width: 1301px) {
  .ac_titleb_2 {
    margin-left: -30px;
  }
}
@media screen and (min-width: 1601px) {
  .ac_titleb_2 {
    margin-left: -60px;
  }
}

.sdgs_flex {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs_flex {
    display: block;
  }
}
.sdgs_flex .textb {
  order: 1;
  margin-right: 20px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .sdgs_flex .textb {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.sdgs_flex .imgb {
  width: 40%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .sdgs_flex .imgb {
    width: 100%;
  }
}

.activityone .imgb {
  text-align: center;
}
.activityone .textb a {
  border-bottom: 1px solid;
  position: relative;
  padding-right: 10px;
}
.activityone .textb a img {
  position: absolute;
  right: 0;
  top: 3px;
}

.sumpo .trippleflex .blockone {
  margin-bottom: 20px;
  width: calc(33% - 12px);
}
@media screen and (max-width: 480px) {
  .sumpo .trippleflex .blockone {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sumpo .trippleflex .blockone .imgb {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  background-color: #2e4faa;
}
@media screen and (max-width: 480px) {
  .sumpo .trippleflex .blockone .imgb {
    font-size: 16px;
  }
}
.sumpo .trippleflex .blockone .imgb span {
  display: block;
  font-size: 15px;
}
.sumpo .trippleflex .blockone .listone {
  margin-top: 15px;
}
.sumpo .trippleflex .blockone .listone li {
  text-indent: -19px;
  padding-left: 19px;
  line-height: 1.5;
}
.sumpo .trippleflex .blockone .listone li span {
  color: #2e4faa;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .sumpo .trippleflex .blockone3 {
    margin-bottom: 20px;
  }
}
.sumpo .trippleflex .blockone3 .imgb {
  background-color: #f58c2d;
  padding: 11px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .sumpo .trippleflex .blockone3 .imgb {
    font-size: 21px;
  }
}

.k_flex2 {
  margin-top: 0 !important;
}
.k_flex2 .imgside {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .k_flex2 .imgside {
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: auto;
  }
}
.k_flex2 .textside .titleone {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .k_flex2 .textside .titleone {
    font-size: 19px;
  }
}
.k_flex2 .textside .titleone::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 25px;
  height: 5px;
  background-image: url(images/titlemark.svg);
}
.k_flex2 .textside .titleone img {
  margin-right: 10px;
}
.k_flex2 .textside .sdgsline {
  margin-top: 20px;
}
.k_flex2 .textside .sdgsline .intitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.k_flex2 .textside .sdgsline .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .k_flex2 .textside .sdgsline .inflex {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }
}
.k_flex2 .textside .sdgsline .inflex img {
  width: calc(33% - 12px);
}
@media screen and (max-width: 767px) {
  .k_flex2 .textside .sdgsline .inflex img {
    width: calc(33% - 6px);
  }
}

.k_midashi2 {
  background: #3f70b7;
  border-radius: 22px 22px 0 0;
  color: #fff;
  font-size: 24px;
  padding: 20px 30px 20px 40px;
}
@media screen and (max-width: 767px) {
  .k_midashi2 {
    font-size: 20px;
    padding: 15px 20px;
  }
}
.k_midashi2 img {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .k_midashi2 img {
    max-width: 45px;
  }
}
.k_midashi2 .inflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexline_goal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flexline_goal {
    display: block;
  }
}
.flexline_goal .block1 {
  margin-top: 40px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .flexline_goal .block1 {
    width: 100%;
    margin-top: 30px;
  }
}
.flexline_goal .block1 .txtb {
  background-color: #fff;
  padding: 30px 40px;
  min-height: 240px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .flexline_goal .block1 .txtb {
    padding: 20px;
    min-height: auto;
  }
}
.flexline_goal .block1 .imgb {
  margin: 20px 0;
}
.flexline_goal .block1 .imgb img {
  border-radius: 18px;
}

.centerimg {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.centerimg img {
  border-radius: 30px;
}
.centerimg .neofloat {
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.centerimg .playActive {
  display: none;
}
.centerimg video {
  width: 100%;
  height: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.centerimg2 {
  text-align: center;
  background: #fff;
  padding: 25px 20px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
  border-top: 4px solid #d5dfec;
}
.centerimg2 .floatinimg {
  margin: 20px 0;
}

.greetcont {
  display: flex;
  margin-bottom: 90px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .greetcont {
    display: block;
    margin-bottom: 60px;
  }
}
.greetcont .imgside {
  width: 35%;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .greetcont .imgside {
    margin-bottom: 20px;
    margin-right: auto;
    width: 80%;
    text-align: center;
    margin-left: auto;
  }
}
.greetcont .textside {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .greetcont .textside {
    width: 100%;
  }
}
.greetcont .textside .maintitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .greetcont .textside .maintitle {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .greetcont .textside .maintitle img {
    width: 88%;
    margin: auto;
  }
}
.greetcont .textside .nametag {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  text-align: right;
}

.linkbanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .linkbanner {
    display: block;
  }
}
.linkbanner .sideone {
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
  margin-top: 40px;
  display: flex;
  width: calc(50% - 12px);
  padding: 15px;
  background-size: cover;
  position: relative;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone {
    padding: 10px;
    width: 100%;
    margin-top: 20px;
  }
}
.linkbanner .sideone .textside {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.linkbanner .sideone .textside .titleone {
  color: #3f68b7;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone .textside .titleone {
    font-size: 17px;
    margin-right: 15px;
  }
}
.linkbanner .sideone .textside .titleone i {
  margin-left: 15px;
  color: #0d193a;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone .imgside {
    width: 100%;
    max-width: 150px;
  }
}
.linkbanner .sideone {
  background-image: url(images/b_his_bg.jpg);
  padding: 100px 30px;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone {
    padding: 57px 30px;
  }
}
.linkbanner .sideone img {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.linkbanner .sideone .textside {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .linkbanner .sideone .textside {
    bottom: 20px;
  }
}
.linkbanner .sideone .textside .titleone {
  color: #fff;
}
.linkbanner .sideone .textside .titleone i {
  color: #fff;
}
.linkbanner .sideone .textside .titleone .maintitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone .textside .titleone .maintitle {
    font-size: 26px;
  }
}
.linkbanner .sideone2 {
  background-image: url(images/b_his_bg2.jpg);
}
.linkbanner .sideone3 {
  background-image: url(images/b_his_bg3.jpg);
  padding: 70px 30px;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone3 {
    padding: 57px 30px;
  }
}
.linkbanner .sideone4 {
  background-image: none;
  background-color: #fff;
  padding: 70px 30px;
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone4 {
    padding: 30px 20px;
    display: block;
  }
}
.linkbanner .sideone4 img {
  position: absolute;
  bottom: 0px;
  top: 0;
  margin: auto;
  right: 60px;
  width: 70px;
}
@media screen and (max-width: 1199px) {
  .linkbanner .sideone4 img {
    right: 40px;
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .linkbanner .sideone4 img {
    right: 20px;
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone4 img {
    width: 45px;
    right: 20px;
  }
}
.linkbanner .sideone4 .textside {
  line-height: 1.5;
  bottom: 40px;
  left: 60px;
}
@media screen and (max-width: 1199px) {
  .linkbanner .sideone4 .textside {
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .linkbanner .sideone4 .textside {
    font-size: 17px;
    bottom: 45px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .linkbanner .sideone4 .textside {
    position: static;
    font-size: 16px;
    display: block;
  }
}
.linkbanner .sideone4 .textside .titleone {
  color: #0d193a;
}
@media screen and (max-width: 991px) {
  .linkbanner .sideone4 .textside .titleone {
    position: static;
    font-size: 17px;
  }
}
.linkbanner .sideone4 .textside .titleone i {
  color: #0d193a;
}

.k_h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .k_h3 {
    font-size: 20px;
  }
}
.k_h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 25px;
  height: 5px;
  background-image: url(images/titlemark.svg);
}
.k_h3 img {
  margin-right: 10px;
}

.flexside1 {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flexside1 {
    display: block;
    margin-bottom: 50px;
  }
}
.flexside1 .imgside {
  width: 39%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .flexside1 .imgside {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.flexside1 .imgside img {
  border-radius: 18px;
}
.flexside1 .textside {
  width: 61%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .flexside1 .textside {
    width: 100%;
    margin-top: 0;
  }
}
.flexside1 .textside .titleone {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flexside1 .textside .titleone {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.flexside1 .textside .titleone img {
  margin-right: 5px;
}

.flexside2 .imgside {
  order: 2;
  margin-right: 0px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .flexside2 .imgside {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flexside2 .textside {
  order: 1;
}

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

.historybox {
  position: relative;
}
.historybox::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 15px;
  width: 1px;
  height: 94%;
  background-color: #707070;
}
@media screen and (max-width: 991px) {
  .historybox::before {
    left: 1.4%;
  }
}
@media screen and (max-width: 767px) {
  .historybox::before {
    left: 5px;
  }
}
.historybox .innerone {
  display: flex;
  margin-bottom: 20px;
}
.historybox .innerone .leftside {
  color: #2e4faa;
  font-size: 20px;
  padding-left: 30px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .historybox .innerone .leftside {
    margin-right: 20px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .historybox .innerone .leftside {
    margin-right: 0px;
    position: relative;
    width: 32%;
  }
}
@media screen and (max-width: 480px) {
  .historybox .innerone .leftside {
    font-size: 17px;
  }
}
.historybox .innerone .leftside::before {
  content: "";
  position: absolute;
  background-color: #3f68b7;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .historybox .innerone .leftside::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 480px) {
  .historybox .innerone .leftside::before {
    top: 8px;
    bottom: auto;
  }
}
@media screen and (max-width: 991px) {
  .historybox .innerone .rightside {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .historybox .innerone .rightside {
    width: 63%;
  }
}
.tripleone {
  background-color: #fff;
  padding: 30px;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
  border-radius: 15px;
  margin-bottom: 70px;
  border-top: 4px solid #d5dfec;
}
@media screen and (max-width: 767px) {
  .tripleone {
    margin-bottom: 50px;
    padding: 20px;
  }
}
.tripleone .contentin .textb {
  text-indent: -25px;
  padding-left: 25px;
}
.tripleone .contentin .textb .num {
  font-size: 26px;
  font-weight: 700;
  color: #3f68b7;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
}
.tripleone .centertitle_k {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tripleone .centertitle_k img {
    width: 80%;
  }
}

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

.kasou_content1 {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  z-index: 0;
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.kasou_content1_2 {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  z-index: 0;
  background-size: cover;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1_2 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1_2 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.kasou_content1_1 {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  z-index: 0;
  background-size: cover;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .kasou_content1_1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content1_1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.kasou_content2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eff7fa;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .kasou_content2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.kasou_content2_2 {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #eff7fa;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .kasou_content2_2 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2_2 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.textcenter {
  text-align: center;
}

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

.companytable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #c5cdd8;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .companytable {
    border-top: none;
  }
}
.companytable th {
  padding: 20px 20px 20px 30px;
  border-width: 0 0 1px 0;
  vertical-align: middle;
  width: 24%;
  background-color: #ededed;
  text-align: left;
  border-bottom: 1px solid #c5cdd8;
}
@media screen and (max-width: 991px) {
  .companytable th {
    padding: 20px 20px 20px 15px;
    border-bottom: 1px solid #c5cdd8;
  }
}
@media screen and (max-width: 767px) {
  .companytable th {
    padding: 10px;
    width: auto;
    display: block;
  }
}
.companytable td {
  padding: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #c5cdd8;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .companytable td {
    padding: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .companytable td {
    padding: 10px 10px;
    border-bottom: none;
    display: block;
    margin-bottom: 5px;
  }
}
.companytable td a {
  color: #3b6d98;
}
.companytable td .addresstext {
  margin-bottom: 15px;
}

.kasourow {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kasourow {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kasourow .img {
    margin-bottom: 20px;
  }
}
.kasourow .img img {
  border-radius: 10px;
}
.kasourow .minimidashi {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.6;
  color: #fe5278;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kasourow .minimidashi {
    font-size: 18px;
  }
}
.kasourow .textbox .text a span {
  color: #fe5278;
  border-bottom: 1px solid;
}
.kasourow ul li span {
  color: #fe5278;
}

.subtitle_under .img {
  float: right;
  max-width: 328px;
  width: 100%;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .subtitle_under .img {
    float: none;
    max-width: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

.price_table {
  margin-top: 30px;
}
.price_table th {
  width: 60%;
  color: #fff;
  background-color: #fe5278;
}
@media screen and (max-width: 767px) {
  .price_table th {
    width: 100%;
  }
}
.price_table td {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .price_table td {
    width: 100%;
  }
}

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

.kasoucontentimg_base {
  position: relative;
  z-index: 1;
}
.kasoucontentimg_base .nav-arrow i {
  cursor: pointer;
  font-size: 36px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .nav-arrow i {
    font-size: 24px;
    color: #333;
  }
}
@media screen and (max-width: 480px) {
  .kasoucontentimg_base .nav-arrow i {
    left: 30px;
  }
}
.kasoucontentimg_base .next-arrow i {
  cursor: pointer;
  font-size: 36px;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 70px;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .next-arrow i {
    font-size: 24px;
    color: #333;
  }
}
.kasoucontentimg_base img {
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base img {
    max-height: 200px;
  }
}
.kasoucontentimg_base .kasou_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .kasou_img {
    display: block;
    text-align: center;
  }
}

.kasoucontentimg_base2 {
  display: flex;
}
.kasoucontentimg_base2 .kasou_img {
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base2 .kasou_img .text {
    display: none;
  }
}

.imgline {
  display: flex;
}
.imgline .kasou_img {
  margin: 0 10px;
}

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

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

.tab-content {
  text-align: center;
  margin-top: 50px;
}

.categoryrow {
  display: flex;
}
@media screen and (max-width: 767px) {
  .categoryrow {
    display: block;
    margin-bottom: 10px;
  }
}
.categoryrow .button {
  width: 100%;
  max-width: 328px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .categoryrow .button {
    margin: 0 5px;
    margin-top: 13px;
  }
}
.categoryrow .button a {
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  display: block;
  max-width: 506px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .categoryrow .button a {
    padding: 14px 0;
    max-width: 240px;
  }
}
.categoryrow .button a:hover {
  transition-duration: 0.7s;
  opacity: 0.7;
  color: #565656;
}

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

.st_block {
  background-color: #eff7fa;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .st_block {
    padding: 30px;
  }
}
.st_block .k_subtitle {
  border-top: 1px solid #b4c9db;
}
.st_block .k_subtitle::before {
  background-color: #1d3966;
}
.st_block .ulbox li {
  padding-left: 77px;
  text-indent: -77px;
}
@media screen and (max-width: 991px) {
  .st_block .ulbox li {
    padding-left: 63px;
    text-indent: -63px;
  }
}
.st_block .ulbox .li2 {
  padding-left: 90px;
  text-indent: -90px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .st_block .ulbox .li2 {
    padding-left: 74px;
    text-indent: -75px;
    margin-top: 5px;
  }
}
.st_block .ulbox .li_last {
  padding-left: 0px;
  text-indent: 0px;
}

.imgflex_st {
  display: flex;
  justify-content: space-between;
}
.imgflex_st .img {
  width: calc(50% - 10px);
}

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

  ■生徒様の声

=====================================*/
.id {
  margin-top: -70px;
  padding-top: 70px;
}

.kasoucontent1_img {
  text-align: center;
  margin-bottom: 20px;
}

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

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

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

.service_innertextbox {
  margin-bottom: 30px;
}

.innertable {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .innertable {
    display: none;
  }
}
.innertable th {
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .innertable th {
    display: block;
  }
}

.pointrow {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pointrow {
    margin-bottom: 0;
  }
}

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

.kasou_midashi {
  background-color: #fff;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 30px;
  transform: rotate(0.05deg);
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 500;
  color: #59a0d6;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kasou_midashi {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .kasou_midashi {
    font-size: 20px;
  }
}

.table_subtext {
  margin-bottom: 30px;
}

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

  ■会社概要

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

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

.company_table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.company_table span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .company_table {
    border: none;
    margin-top: 10px;
  }
}
.company_table th {
  padding: 14px 20px;
  border-width: 0 0 1px 0;
  vertical-align: middle;
  width: 24%;
  color: #fff;
  background-color: #1d3966;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .company_table th {
    padding: 10px;
    border-width: 0 0 0 0;
    width: auto;
    display: block;
    text-align: left;
  }
}
.company_table td {
  padding: 14px 20px;
  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: 10px 10px;
    border-width: 0 0 0 0;
    display: block;
  }
}

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

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

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

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

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

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

  ■採用情報

=====================================*/
.recruit_content .container .kasoucontact_title {
  font-size: 18px;
  font-weight: 700;
}

.recruit_kasoucontact2 {
  background-color: #fffad0;
}

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

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

.gray_row .img {
  margin-top: 20px;
}
.gray_row .img img {
  border-radius: 20px;
}
.gray_row .ul_text {
  padding-left: 15px;
  text-indent: -15px;
}

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

  ■商品紹介

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

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

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

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

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

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

.titleblock_singlepage {
  position: relative;
  line-height: 1.5;
}

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

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

.content_flex {
  position: relative;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .content_flex {
    padding: 20px;
  }
}
.content_flex .intro_float {
  position: absolute;
  top: 0;
  right: 0;
}
.content_flex .img__block {
  text-align: center;
}
.content_flex .img__block img {
  border-radius: 12px;
}
.content_flex .intro_box1 {
  margin-top: 30px;
}
.content_flex .intro_box1 .cell2_charge {
  font-size: 18px;
  font-weight: 700;
  color: #018bcd;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
  line-height: 1.4;
  padding-bottom: 5px;
}
.content_flex .intro_box1 .carry_space {
  line-height: 1.8;
}

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

  ■お役立ち情報

=====================================*/
.ad_mail {
  margin-top: 40px;
  padding: 50px 70px;
  border-radius: 21px;
  box-shadow: rgba(191, 203, 203, 0.6) 1px 0px 16px -3px;
}
@media screen and (max-width: 1199px) {
  .ad_mail {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .ad_mail {
    padding: 20px;
  }
}
.ad_mail .inflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ad_mail .inflex {
    align-items: baseline;
    display: block;
  }
}
.ad_mail .inflex .textside .maintitle {
  font-size: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .ad_mail .inflex .textside .maintitle {
    font-size: 23px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .ad_mail .inflex .textside .maintitle {
    font-size: 20px;
    text-align: center;
  }
}
.ad_mail .inflex .textside .maintitle span {
  font-size: 30px;
  color: #e8ebee;
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1199px) {
  .ad_mail .inflex .textside .maintitle span {
    font-size: 21px;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ad_mail .inflex .textside .maintitle span {
    display: none;
  }
}
.ad_mail .inflex .mailbox {
  display: block;
}
@media screen and (max-width: 767px) {
  .ad_mail .inflex .mailbox {
    display: none;
  }
}
.ad_mail .inflex .mailbox span {
  padding: 51px 40px;
  background-color: #3f68b7;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .ad_mail .inflex .mailbox span {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 767px) {
  .ad_mail .inflex .mailbox img {
    max-width: 24px;
  }
}
.ad_mail .inflex .inbtn {
  display: block;
  margin-top: 20px;
  padding: 15px 5px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 32px;
  color: #fff;
  background-color: #3f70b7;
  width: 100%;
  max-width: 220px;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  position: relative;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
}
.ad_mail .inflex .inbtn img {
  max-width: 24px;
  margin-right: 10px;
}

.inpage_link {
  background-color: #ecefef;
  border-radius: 21px;
  padding: 40px 70px;
}
@media screen and (max-width: 1199px) {
  .inpage_link {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .inpage_link {
    padding: 20px 20px;
  }
}
.inpage_link .inflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .inpage_link .inflex {
    display: block;
  }
}
.inpage_link .inflex .linkb {
  display: block;
  margin-top: 10px;
  width: calc(33% - 10px);
}
@media screen and (max-width: 1199px) {
  .inpage_link .inflex .linkb {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .inpage_link .inflex .linkb {
    padding-left: 23px;
    text-indent: -23px;
  }
}
@media screen and (max-width: 767px) {
  .inpage_link .inflex .linkb {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .inpage_link .inflex .linkb {
    width: 100%;
  }
}
.inpage_link .inflex .linkb_an2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inpage_link .inflex .linkb_an2 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .inpage_link .inflex .linkb_an2 {
    width: 100%;
  }
}
.inpage_link .inflex .linkb_a {
  width: calc(31% - 10px);
}
.inpage_link .inflex .linkb_b {
  width: calc(38% - 10px);
}
.inpage_link .inflex .linkb_c {
  width: calc(31% - 10px);
}
.inpage_link .inflex2 {
  position: relative;
}
@media screen and (max-width: 480px) {
  .inpage_link .inflex2 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .inpage_link .inflex2 .linkb {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .inpage_link .inflex2 .linkb {
    width: 100%;
  }
}
.inpage_link .inflex2::after {
  display: block;
  content: "";
  width: calc(38% - 10px);
}
.inpage_link .jumptitle {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 480px) {
  .inpage_link .jumptitle {
    text-align: center;
    font-size: 26px;
  }
}

.contentsone {
  margin-top: 90px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contentsone {
    margin-top: 60px;
  }
}

.contentsone_t {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contentsone_t {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentsone_t .numblock img {
    max-width: 90px;
  }
}
@media screen and (max-width: 480px) {
  .contentsone_t .numblock img {
    max-width: 75px;
  }
}
.contentsone_t .c_b_title {
  line-height: 1;
  margin-top: 40px;
  font-size: 38px;
}
@media screen and (max-width: 1199px) {
  .contentsone_t .c_b_title {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contentsone_t .c_b_title {
    margin-top: 30px;
    font-size: 26px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
  .contentsone_t .c_b_title {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.3;
  }
}

.four_flexb {
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .four_flexb {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .four_flexb {
    margin-top: 40px;
  }
}
.four_flexb .titleone2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .four_flexb .titleone2 {
    font-size: 19px;
    line-height: 1.3;
  }
}
.four_flexb .titleone2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 25px;
  height: 5px;
  background-image: url(images/titlemark.svg);
}
.four_flexb .titleone2 img {
  margin-right: 10px;
}

.four_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .four_flex {
    margin-top: 15px;
  }
}
.four_flex .inblock {
  width: calc(25% - 20px);
  margin-top: 50px;
  text-align: center;
  border-radius: 15px;
  padding: 20px 15px 40px;
  border-top: 4px solid #d5dfec;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .four_flex .inblock {
    margin-top: 30px;
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .four_flex .inblock {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .four_flex .inblock {
    width: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    display: flex;
    align-items: baseline !important;
  }
}
.four_flex .inblock .num span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 10px;
  border-radius: 50%;
  line-height: 1;
  background-color: #f2f5f9;
}
.four_flex .inblock .num1 span {
  padding: 10px 12px;
}
.four_flex .inblock .insub {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .four_flex .inblock .insub {
    font-size: 15px;
    margin: 0;
    margin-left: 15px;
  }
}
.four_flex .inblock2 {
  padding: 20px 15px 30px;
}
@media screen and (max-width: 480px) {
  .four_flex .inblock2 {
    padding: 20px 12px;
  }
}
.four_flex .inblock2 .insub {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .four_flex .inblock2 .insub {
    margin-top: 0;
  }
}
.four_flexb .four_flex .inblock {
  margin-top: 40px;
  width: calc(33% - 20px);
}
@media screen and (max-width: 1199px) {
  .four_flexb .four_flex .inblock {
    margin-top: 30px;
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .four_flexb .four_flex .inblock {
    margin-top: 30px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .four_flexb .four_flex .inblock {
    width: calc(50% - 7px);
    margin-top: 15px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .four_flexb .four_flex .inblock {
    width: 100%;
    margin-top: 15px;
    padding: 20px 12px;
    display: flex;
    align-items: center;
  }
}
.four_flexb .four_flex .inblock .insub span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .four_flexb .four_flex .inblock .insub span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .four_flexb .four_flex .inblock .insub span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .four_flexb .four_flex .inblock5 {
    margin-right: auto;
    margin-left: auto;
  }
}
.four_flexb .four_flex3 {
  width: 100%;
  max-width: 716px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .four_flexb .four_flex3 {
    display: block !important;
  }
}
.four_flexb .four_flex3 .inblock {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1199px) {
  .four_flexb .four_flex3 .inblock {
    margin-top: 30px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .four_flexb .four_flex3 .inblock {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
}

.whiteblock {
  background-color: #fff;
  border-top: 4px solid #d5dfec;
  border-radius: 15px;
  margin-top: 30px;
  padding: 20px 30px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .whiteblock {
    padding: 30px 25px;
  }
}
.whiteblock .float {
  position: absolute;
  right: 70px;
  bottom: 0;
  max-width: 70px;
}
@media screen and (max-width: 1199px) {
  .whiteblock .float {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .whiteblock .float {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .whiteblock .float {
    right: 30px;
    max-width: 60px;
  }
}
.whiteblock .whiteintitle {
  background: linear-gradient(to right, #2e4faa, #4d7cc1);
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  padding: 12px;
  margin-bottom: 30px;
  border-radius: 27px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .whiteblock .whiteintitle {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.3;
  }
}
.whiteblock .whiteintitle2 {
  background: linear-gradient(to right, #193d71, #2c538d);
}
.whiteblock .whiteintitle3 {
  background: linear-gradient(to right, #7a8a9c, #acbec9);
}
.whiteblock .whiteintitle4 {
  background: linear-gradient(to right, #2d92a2, #64b9bf);
}
.whiteblock .nomargin {
  margin-bottom: 0 !important;
}
.whiteblock .intxt {
  width: 95%;
  margin: auto;
}
.whiteblock .inflex {
  display: flex;
  margin-bottom: 22px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex {
    display: block;
    width: 100%;
  }
}
.whiteblock .inflex .rightside {
  order: 2;
  width: 24%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex .rightside {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex .rightside {
    text-align: center;
    margin-bottom: 20px;
  }
}
.whiteblock .inflex .leftside {
  order: 1;
  width: 76%;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex .leftside {
    display: block;
    width: 100%;
  }
}
.whiteblock .inflex .leftside .ingray {
  padding: 20px 25px;
  background-color: #f8f9f9;
  border-radius: 25px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex .leftside .ingray {
    padding: 20px;
  }
}
.whiteblock .inflex .leftside .ingray ul li {
  padding-left: 17px;
  text-indent: -17px;
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex .leftside .ingray ul li {
    padding-left: 15px;
    text-indent: -15px;
  }
}
.whiteblock .inflex .leftside_2 {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .whiteblock .inflex .leftside_2 {
    width: 100%;
  }
}
.whiteblock .intable {
  width: 100%;
}
.whiteblock .intable th {
  line-height: 1.6;
  font-weight: 500;
  font-size: 18px;
  padding: 30px 15px 30px 30px;
  width: 21%;
  border-bottom: 1px solid #d5dae1;
}
@media screen and (max-width: 991px) {
  .whiteblock .intable th {
    width: 29%;
    padding: 30px 15px 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .whiteblock .intable th {
    width: 100%;
    display: block;
    padding: 20px 0px;
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .whiteblock .intable th .long {
    margin-bottom: 5px;
  }
}
.whiteblock .intable th .long .inspan {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .whiteblock .intable th .long .inspan {
    margin-bottom: 5px;
  }
}
.whiteblock .intable td {
  font-size: 16px;
  width: 66%;
  padding: 30px 30px 30px 15px;
  border-bottom: 1px solid #d5dae1;
}
@media screen and (max-width: 767px) {
  .whiteblock .intable td {
    width: 100%;
    padding: 10px 0 20px;
    display: block;
    font-size: 14px;
  }
}
.whiteblock .intable td .short {
  display: block;
  font-size: 14px;
}
.whiteblock .intable td .inbtnblue {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 20px 15px;
  background-color: #3ba4d5;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  max-width: 603px;
}
@media screen and (max-width: 480px) {
  .whiteblock .intable td .inbtnblue {
    line-height: 1.3;
    padding: 20px;
  }
}
.whiteblock .intable td ul li {
  padding-left: 17px;
  text-indent: -17px;
}
.whiteblock .intable .lasttd {
  border-bottom: none;
}
.whiteblock .intable .lastth {
  border-bottom: none;
}
.whiteblock .intableneo {
  border-top: 1px solid #d5dae1;
}
.whiteblock .intableneo th {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .whiteblock .intableneo th {
    display: block;
    width: 100%;
  }
}
.whiteblock .intableneo2 {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #d5dae1;
}
@media screen and (max-width: 767px) {
  .whiteblock .intableneo2 {
    width: 100%;
    display: table;
  }
}
.whiteblock .intableneo2 th {
  background-color: #ededed;
  padding: 20px 14px;
  font-size: 16px;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .whiteblock .intableneo2 th {
    width: 100%;
    font-size: 14px;
    padding: 15px;
  }
}
.whiteblock .intableneo2 td {
  padding: 20px;
  width: 67%;
}
@media screen and (max-width: 767px) {
  .whiteblock .intableneo2 td {
    width: 100%;
    padding: 15px;
  }
}
.whiteblock .intableneo2 td a {
  border-bottom: 1px solid;
}
.whiteblock .intableneo3 {
  width: 100%;
}
.whiteblock .intableneo3 th {
  background-color: #ededed;
  padding: 20px;
  font-size: 16px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .whiteblock .intableneo3 th {
    width: 100%;
    font-size: 14px;
    padding: 15px;
  }
}
.whiteblock .intableneo3 td {
  padding: 20px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .whiteblock .intableneo3 td {
    width: 100%;
    padding: 15px;
  }
}

.attention {
  margin-top: 20px;
}

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

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

.blueback {
  background: linear-gradient(to right, #2e4faa, #4d7cc1);
  position: relative;
  color: #fff;
  border-radius: 15px;
  margin-top: 30px;
}
.blueback .float {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .blueback .float {
    max-width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .blueback .float {
    max-width: 198px;
  }
}
@media screen and (max-width: 480px) {
  .blueback .float {
    display: none;
  }
}
.blueback .inbtn {
  margin-top: 30px;
  display: block;
  border-radius: 32px;
  background-color: #fff;
  width: 100%;
  color: #0d193a;
  max-width: 224px;
  text-align: center;
  line-height: 1;
  padding: 20px 12px;
  position: relative;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
}
@media screen and (max-width: 480px) {
  .blueback .inbtn {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.blueback .inbtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 480px) {
  .blueback .neotitle {
    text-align: center;
  }
}

.whiteblock2 {
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .whiteblock2 {
    padding: 30px 30px;
  }
}
.whiteblock2 .inflex {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.whiteblock2 .inflex .leftside .ingray {
  margin-bottom: 0;
  width: 100%;
  max-width: 580px;
}

.surveyone {
  background-color: #eff1f2;
  border-radius: 15px;
  padding: 40px 60px;
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .surveyone {
    padding: 30px 25px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .surveyone {
    display: block;
  }
}
.surveyone .inflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .surveyone .inflex {
    display: block;
  }
}
.surveyone .inflex .leftside .neotitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .surveyone .inflex .leftside .neotitle {
    text-align: center;
  }
}
.surveyone .inflex .leftside .txtb {
  letter-spacing: -1px;
}
.surveyone .inflex .leftside .minitxt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .surveyone .inflex .leftside .minitxt {
    font-size: 12px;
  }
}
.surveyone .inflex .rightside {
  margin-left: 20px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .surveyone .inflex .rightside {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .surveyone .inflex .rightside {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.trippleflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1095px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .trippleflex {
    display: block;
  }
}
.trippleflex .onepoint {
  width: calc(33% - 20px);
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .trippleflex .onepoint {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .trippleflex .onepoint {
    margin-top: 40px;
    width: calc(33% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .trippleflex .onepoint {
    width: 100%;
  }
}
.trippleflex .onepoint .titleone {
  border-radius: 27px;
  color: #fff;
  background-color: #3f70b7;
  font-size: 20px;
  line-height: 1;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trippleflex .onepoint .titleone {
    font-size: 18px;
  }
}
.trippleflex .onepoint .imgb {
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .trippleflex .onepoint .imgb {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .trippleflex .onepoint .imgb img {
    max-width: 55%;
  }
}
.trippleflex .onepoint .minitxt {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.trippleflex .onepoint2 {
  width: calc(25% - 20px);
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .trippleflex .onepoint2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .trippleflex .onepoint2 {
    width: calc(50% - 10px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .trippleflex .onepoint2 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .trippleflex2 .onepoint .imgb img {
    max-width: 95%;
  }
}

.aboutline {
  background-color: #eff1f2;
  border-radius: 16px;
  padding: 30px;
  line-height: 1;
  font-size: 19px;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .aboutline {
    padding: 20px;
    font-size: 16px;
  }
}
.aboutline span {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .aboutline span {
    font-size: 14px;
  }
}
.aboutline .span1 {
  padding-left: 30px;
  margin-left: 20px;
  position: relative;
}
.aboutline .span1::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #bfa584;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .aboutline .span1::before {
    width: 20px;
    height: 20px;
  }
}
.aboutline .span2 {
  padding-left: 30px;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .aboutline .span2 {
    margin-left: 100px;
    display: block;
    margin-top: 15px;
  }
}
.aboutline .span2::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #d9d1ba;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .aboutline .span2::before {
    width: 20px;
    height: 20px;
  }
}

.centerimg3 {
  text-align: center;
  background: #fff;
  padding: 50px 55px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
  border-top: 4px solid #d5dfec;
}
@media screen and (max-width: 1199px) {
  .centerimg3 {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .centerimg3 {
    padding: 20px 20px;
  }
}
.centerimg3 .inflex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .centerimg3 .inflex {
    display: block;
  }
}
.centerimg3 .inflex .leftside {
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .centerimg3 .inflex .leftside {
    width: 100%;
  }
}
.centerimg3 .inflex .leftside .inbtn {
  margin-top: 30px;
  display: block;
  border-radius: 32px;
  background-color: #3f70b7;
  width: 100%;
  color: #fff;
  max-width: 224px;
  text-align: center;
  line-height: 1;
  padding: 20px 12px;
  position: relative;
  box-shadow: 1px 0px 16px -3px rgba(191, 203, 203, 0.6);
}
.centerimg3 .inflex .leftside .inbtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
@media screen and (max-width: 480px) {
  .centerimg3 .inflex .leftside .inbtn {
    margin-right: auto;
    margin-left: auto;
  }
}
.centerimg3 .inflex .rightside {
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .centerimg3 .inflex .rightside {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .centerimg3 .neotitle {
    text-align: center;
  }
}

.neotitle {
  font-size: 28px;
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .neotitle {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  .neotitle {
    font-size: 19px;
    text-align: center;
  }
}

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

  ■お問い合わせ

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

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

.privacy_text {
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 991px) {
  .privacy_text {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_text {
    padding: 30px 15px;
  }
}
.privacy_text .privacy_subtitle {
  color: #1d3966;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .privacy_text .privacy_subtitle {
    font-size: 18px;
  }
}
.privacy_text .privacy_subtitle span {
  color: #1d3966;
  font-size: 24px;
  margin-right: 5px;
}
.privacy_text .text {
  margin-bottom: 30px;
}
.privacy_text ul {
  padding-left: 20px;
  text-indent: -20px;
}
.privacy_text ul span {
  color: #242f89;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
}

.contact_kasoucontact_title {
  font-size: 18px;
}

.contact_kasoucontact2 {
  background-color: #ebe3e0;
}

.businessgreet_text {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .businessgreet_text {
    font-size: 24px;
  }
}

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

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

.contact__tablebtn .txt__inline03 input {
  width: 300px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 12px 10px;
  letter-spacing: 1px;
  border-radius: 30px;
  background-color: #2e4faa;
  margin-top: 40px;
  transition: 0.5s;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s;
  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;
    padding: 18px 10px;
  }
}
.contact__tablebtn .txt__inline03 input:hover {
  background-color: #2e4faa;
}

.kasou_contact_flex {
  padding: 15px;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
  background-color: #eff7fa;
  max-width: 340px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1056px) {
  .kasou_contact_flex {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_contact_flex {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    padding: 15px 0;
    max-width: 300px;
  }
}
.kasou_contact_flex .kasou_tel_text {
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  font-size: 28px;
  font-family: "Gabarito", sans-serif;
}
.kasou_contact_flex .kasou_tel_text img {
  max-width: 30px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.kasou_contact_flex .schedule {
  text-align: center;
  font-weight: 700;
  color: #6e6965;
}
@media screen and (max-width: 1199px) {
  .kasou_contact_flex .schedule {
    font-size: 14px;
  }
}
.kasou_contact_flex2 {
  margin-right: auto;
  margin-left: 0;
  background-color: #947666;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kasou_contact_flex2 {
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

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

.contact__table {
  width: 100%;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .contact__table {
    max-width: 280px;
    display: block;
    margin: 35px auto 50px;
  }
}

.table-contact {
  table-layout: fixed;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table-contact {
    border: none;
  }
}
.table-contact th {
  position: relative;
  padding: 15px;
  width: 30%;
  color: #333333;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e4e4e4 !important;
}
@media screen and (max-width: 767px) {
  .table-contact th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px !important;
    padding-top: 15px !important;
    border-bottom: none !important;
    border-right: none;
    padding-bottom: 0 !important;
  }
}
.table-contact th .red {
  color: #fff;
  background-color: #d14124;
  font-weight: 700;
  position: absolute;
  right: 10px;
  padding: 0 2px;
  font-size: 14px;
}
.table-contact td {
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table-contact td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.table-contact .input_half input {
  max-width: 158px;
  padding: 0 5px;
}
.table-contact .input_half select {
  max-width: 158px;
  padding: 0 5px;
}

.contact__table.btn__block .txt__inline03 input {
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  text-align: center;
  display: block;
  border: 1px solid #1d3966;
  margin: 0 10px 10px;
  width: 100%;
  padding: 10px 10px;
  letter-spacing: 1px;
  transition: 0.5s;
  background: #1d3966;
  margin-top: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .contact__table.btn__block .txt__inline03 input {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.contact__table.btn__block .txt__inline03 input:hover {
  transition-duration: 0.7s;
  background-color: #fff;
  color: #1d3966;
  border: 1px solid #1d3966;
}

.contact__table.btn__block .inline04 input {
  color: #0d4e7c;
  background: #fff;
  border: 1px solid #0d4e7c;
}
.contact__table.btn__block .inline04 input:hover {
  border: 1px solid #018bcd;
}

@media screen and (max-width: 480px) {
  .contact__table.btn__block .txt__inline03 {
    position: relative;
  }
}

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

.contact_box1 {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

  ■お知らせ

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

.single-blog__date {
  font-size: 16px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #9a9a9a;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-blog__date {
    font-size: 15px;
  }
}

.archive-blog__title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  display: block;
  margin-top: 10px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .archive-blog__title {
    font-size: 20px;
  }
}

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

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

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

.single-blog__title2 {
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  position: relative;
  color: #152835;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 1px solid #cfd9df;
}
@media screen and (max-width: 1056px) {
  .single-blog__title2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog__title2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .single-blog__title2 {
    margin-bottom: 10px;
  }
}
.single-blog__title2 span {
  color: #018bcd;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .single-blog__title2 span {
    font-size: 14px;
  }
}

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

  ■フッター

=====================================*/
.logo_footer {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .logo_footer {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 991px) {
  .logo_footer {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .logo_footer {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .logo_footer img {
    max-width: 220px;
  }
}

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

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

.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: 80px;
    right: 10px;
  }
}

.footer_wave {
  z-index: -2;
  position: relative;
  margin: auto;
  width: 1920px;
}
#footer {
  top: auto !important;
  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;
}

.footer_bottom {
  color: #fff;
  background-size: cover;
  background-image: url(images/f_hyspeed.jpg);
  padding: 100px 0px 50px;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    padding: 50px 0px 50px;
    background-position: right;
    background-image: url(images/footersp.jpg);
  }
}
@media screen and (min-width: 1601px) {
  .footer_bottom .container {
    width: 1534px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom .logofoot {
    max-width: 180px;
  }
}
.footer_bottom .catchflex {
  margin: 60px 0 60px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .footer_bottom .catchflex {
    display: block;
    margin: 40px 0 30px;
  }
}
.footer_bottom .catchflex .leftside {
  font-size: 70px;
  line-height: 1.2;
  font-size: 300;
}
@media screen and (max-width: 991px) {
  .footer_bottom .catchflex .leftside {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom .catchflex .leftside {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer_bottom .catchflex .leftside {
    font-size: 28px;
  }
}
.footer_bottom .catchflex .rightside {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .footer_bottom .catchflex .rightside {
    margin-left: 0;
    font-size: 16px;
  }
}

.footer__none {
  display: none;
}

/*フッターメニュー*/
.footermenu {
  margin: 70px 0px 40px;
  display: flex;
  width: 100%;
  max-width: 920px;
  margin-left: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .footermenu {
    max-width: 750px;
    margin: 30px 30px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .footermenu {
    margin-right: auto;
    margin-left: auto;
    max-width: 740px;
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .footermenu {
    margin: 30px 30px 0px;
  }
}
@media screen and (max-width: 991px) {
  .footermenu {
    display: flex;
    max-width: none;
    padding: 0;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
    padding: 0 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footermenu .footmenutext {
    margin-top: 0;
  }
}
.footermenu .footmenutext .sub-under li {
  font-family: "Noto Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.footermenu .mt0 {
  margin-top: 0px;
}
.footermenu .menu-item-has-children {
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .footermenu .menu-item-has-children {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@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;
}
@media screen and (max-width: 991px) {
  .footermenu .menu-item-has-children .sub-menu {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children .sub-menu li {
    width: 100%;
  }
}
.footermenu li {
  float: none;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1;
  position: relative;
  letter-spacing: -1px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footermenu li {
    max-width: none;
    width: 49%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 0;
    padding: 10px 0;
    margin-right: 0;
    font-size: 12px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footermenu li {
    font-size: 12px;
  }
}
.footermenu li a {
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.5;
}
.footermenu li a:hover {
  color: #333;
  opacity: 0.8;
}
.footermenu li a br {
  display: none;
}
@media screen and (max-width: 991px) {
  .footermenu li a br {
    display: block;
  }
}
.footermenu .linkicon a {
  position: relative;
}
.footermenu .linkicon a::before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  background-image: url(images/linkbox3.svg);
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 991px) {
  .footermenu .linkicon2 a::before {
    right: -62px;
    top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .footermenu .linkicon2 a::before {
    right: -58px;
    top: -2px;
  }
}
.footermenu .bigtext {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #0d193a;
}
@media screen and (max-width: 991px) {
  .footermenu .bigtext {
    font-size: 19px;
    font-weight: 600;
    width: calc(100% - 6px);
    margin-bottom: 0px;
  }
}
.footermenu .linkbox {
  position: relative;
}
.footermenu .linkbox::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 9px;
  height: 9px;
  background-image: url(images/linkbox2.svg);
}
@media screen and (max-width: 991px) {
  .footermenu .linkbox::before {
    right: auto;
    left: 75px;
    top: 10px;
  }
}
.footermenu .linkbox2::before {
  right: -15px;
}
@media screen and (max-width: 991px) {
  .footermenu .linkbox2::before {
    left: 100px;
  }
}
.footermenu .lastnavi {
  max-width: 109px;
}

/*フッターコンテンツ*/
.footer__block {
  display: flex;
  border-top: 1px solid #c5cdd8;
}
@media screen and (max-width: 991px) {
  .footer__block {
    display: block;
  }
}
.footer__block .logosand {
  width: 33%;
  padding: 70px 100px 50px 15px;
  margin-left: auto;
  border-right: 1px solid #c5cdd8;
}
@media screen and (max-width: 1600px) {
  .footer__block .logosand {
    padding: 70px 50px 50px 15px;
  }
}
@media screen and (max-width: 1300px) {
  .footer__block .logosand {
    width: 35%;
    padding: 70px 30px 50px 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer__block .logosand {
    width: 100%;
    padding: 40px 15px 20px 15px;
  }
}
.footer__block .logosand .intext {
  margin-left: auto;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .footer__block .logosand .intext {
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .footer__block .logosand .iconline {
    text-align: center;
  }
}
.footer__block .logosand .iconline .icon2 {
  margin-left: 10px;
}
.footer__block .f_f_side {
  width: 67%;
}
@media screen and (max-width: 1300px) {
  .footer__block .f_f_side {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .footer__block .f_f_side {
    width: 100%;
  }
}
.footer__block .f_f_side .logoflex {
  border-top: 1px solid #c5cdd8;
  padding-left: 80px;
  padding-top: 30px;
  display: none;
}
@media screen and (max-width: 1300px) {
  .footer__block .f_f_side .logoflex {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__block .f_f_side .logoflex {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer__block .f_f_side .logoflex {
    padding: 30px 15px;
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__block .f_f_side .logoflex {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__block .f_f_side .logoflex img {
    width: 60%;
  }
}
.footer__block .f_f_side .logoflex .imgside1 {
  padding-right: 30px;
  margin-right: 50px;
  border-right: 1px solid #c5cdd8;
}
@media screen and (max-width: 767px) {
  .footer__block .f_f_side .logoflex .imgside1 {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #c5cdd8;
  }
}

/*コピーライト*/
.copy {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
  text-align: right;
}

.copyright {
  font-size: 12px;
  color: #b1bac4;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}

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

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

.logoten {
  margin-top: 30px;
}

.footer_address {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: end;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .footer_address {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 14px;
  }
}
.footer_address .footer_right2 {
  font-size: 15px;
}
.footer_address .footer_right2 span {
  font-size: 16px;
}
.footer_address .rightside2 {
  margin-left: 45px;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .footer_address .rightside2 {
    margin-left: 0;
    margin: 20px 0;
  }
}
.footer_address .privacytext a:hover {
  color: #fff;
}

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

  ■フロント

=====================================*
/*slick*/
.slick__wrap {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .slick__wrap {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap {
    padding: 0 14px;
    margin-top: 60px;
  }
}
.slick__wrap .slicktext {
  position: absolute;
  top: 35%;
  left: 34%;
  color: #fff;
  width: 100%;
  max-width: 940px;
  min-width: 940px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {
  .slick__wrap .slicktext {
    left: 41%;
  }
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext {
    left: 50%;
  }
}
@media screen and (max-width: 991px) {
  .slick__wrap .slicktext {
    padding-left: 20px;
    top: 38%;
    left: 65%;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slicktext {
    max-width: none;
    min-width: auto;
    transform: translate(-59%, -50%);
    top: 37%;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slicktext {
    padding-left: 15px;
    top: 34%;
  }
}
.slick__wrap .slicktext .bigtext {
  font-weight: 300;
  font-size: 72px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.slick__wrap .slicktext .minitext {
  font-family: "Montserrat", serif;
  line-height: 1.5;
  font-size: 21px;
  text-align: left;
  letter-spacing: 4px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .slick__wrap .slicktext .minitext {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext .minitext_a {
    display: none;
  }
}
.slick__wrap .slicktext .minitext_b {
  display: none;
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext .minitext_b {
    display: block;
  }
}
.slick__wrap .slick-slide {
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .slick__wrap .slick-slide {
    height: 780px;
  }
}
@media screen and (min-width: 1200px) {
  .slick__wrap .slick-slide {
    height: 913px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick-slide {
    height: auto;
  }
}
.slick__wrap .slick-slide img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .slick__wrap .slick-slide img {
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick-slide img {
    transform: translate(0%, 0%);
    opacity: 0.9;
    position: static;
    width: 100%;
    max-width: none;
  }
}
.visible-md3 {
  display: none !important;
}
@media screen and (max-width: 1600px) {
  .visible-md3 {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

  ■投稿基本設定

=====================================*/
/*投稿
--------------------------------------*/
.post__content:before,
.post__content:after {
  content: " ";
  display: table;
}

.post__content:after {
  clear: both;
}

.post__content {
  padding: 20px;
  background-color: #eee;
}

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

.post__content h1 {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post__content .backyellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.post__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 20px 0;
}
.post__content table td {
  padding: 15px 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .post__content table td {
    width: 100%;
  }
}
.post__content .table_2 td {
  width: 25% !important;
}

.post__content h2 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.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 em {
  font-family: "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐゴシック", serif;
  font-style: italic;
}

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

.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;
  color: #0d4e7c;
}
.post__content ul li:marker {
  color: #0d4e7c;
}
.post__content ul li span {
  color: #333;
}

.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-top: 20px;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 2px 3px 4px;
  margin: 3px;
  background: #25282c;
  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: #1d3966;
}
.wp-pagenavi span.current {
  font-weight: normal;
  background: #1d3966;
}
.wp-pagenavi span.pages {
  background: none;
  color: #1d3966;
  display: none;
}

/*single.php ページネーション*/
.paginate__wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
.paginate__wrap a {
  display: block;
  padding: 5px 13px;
  font-size: 14px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #b4c9db;
  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: #1d3966;
}
.paginate__wrap a .fa-list {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap a .fa-list {
    margin: auto;
  }
}
.paginate__wrap .paginate__block--next {
  min-width: 125px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next {
    min-width: 40px;
  }
}
.paginate__wrap .paginate__block--next i {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next i {
    margin: auto;
  }
}
.paginate__wrap .paginate__block--prev {
  min-width: 125px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev {
    min-width: 40px;
  }
}
.paginate__wrap .paginate__block--prev i {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev i {
    margin: auto;
  }
}

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

.centerbutton {
  margin-right: auto;
  margin-left: auto;
}
/*==============
送信ボタン
==============*/
.submit_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 40rem;
  border: solid 1px #1d3966;
  background-color: #1d3966;
  color: #fff;
  padding: 1.3rem;
  margin: 0 auto 3rem;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .submit_btn {
    transition: 0.3s;
  }
  .submit_btn:hover {
    opacity: 0.5;
  }
}
.submit_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0%, -50%);
  background-image: url(./images/icon_rightarrow01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.1rem auto;
  width: 2.1rem;
  height: 2.1rem;
}
.submit_btn::before span {
  display: inline-block;
}
.submit_btn.btn--back {
  border: solid 1px #eee;
  background-color: #eee;
  color: #333;
}

.mb-5 {
  margin-bottom: 30px;
}

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