@charset "UTF-8";
/*---------------------------------------------------------------------------------------------
初期設定 
----------------------------------------------------------------------------------------------*/
body {
  font-family: "Shimanami JIS2004", sans-serif, "M PLUS 1p", serif; }

@media screen and (min-width: 768px) {
  .pc-dsp {
    display: block; }

  .sp-dsp {
    display: none; }

  .br-sp {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc-dsp {
    display: none; }

  .sp-dsp {
    display: block; }

  .br-sp {
    display: block; } }
/*--------------------------------------
パンくず
---------------------------------------*/
.breadcrumbs {
  font-size: 0.8em; }

.wf-acta {
  font-size: small; }

.bg-orange {
  background-color: #FFFFF0 !important; }

/* -------------------------------------
〇Topへ戻る
 * ---------------------------------- */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6; }

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #324eca;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #324eca; }

/* -------------------------------------
共有　アニメーション　左右
 * ---------------------------------- */
.faderight {
  animation-name: faderight;
  animation-duration: 2s;
  animation-iteration-count: 1; }

@keyframes faderight {
  from {
    opacity: 0;
    transform: translateX(-30px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
/*--------------------------------------
PC アニメーション 右左
---------------------------------------*/
@media screen and (min-width: 768px) {
  .fadeleft {
    animation-name: fadeleft;
    animation-duration: 2s;
    animation-iteration-count: 1; }

  @keyframes fadeleft {
    from {
      opacity: 0;
      transform: translateX(30px); }
    to {
      opacity: 1;
      transform: translateX(0px); } } }
/*--------------------------------------
PC　アニメーション ホバー時メニュー下ライン
---------------------------------------*/
@media screen and (min-width: 768px) {
  .c01 {
    position: relative; }

  .c01:hover {
    color: #444444; }

  .c01::after {
    background-color: #444444;
    bottom: -3px;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: .3s all;
    width: 0; }

  .c01:hover::after {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #dcdcdc; }

  .header-area {
    font-size: 0.9em;
    display: flex; }

  .logo-area {
    display: flex;
    justify-content: center;
    align-items: center; }

  .logo {
    margin: 0 10px;
    width: 150px; }

  .main-menu {
    width: calc(100% - 150px); }

  .NavMenu {
    display: flex;
    justify-content: space-between;
    lex-wrap: wrap; }

  .menu {
    font-weight: bold; }

  .menu .btn2 {
    padding: 0 0.8rem; }

  .menu ul {
    height: 50px;
    line-height: 65px;
    padding: 0; }

  .menu li {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }

  .menu ul li a {
    text-decoration: none;
    color: #000000; }

  .menu ul li a:hover {
    color: #000000; }

  .btn-area {
    height: 35px;
    line-height: 35px;
    padding: 0; }

  .btn2-c02 {
    border-bottom-left-radius: 30px;
    background-color: #252065;
    color: #ffffff; }

  .btn2-c02 a {
    color: #ffffff;
    text-decoration: none; }

  .btn2-c02:hover {
    background-color: #1A2B67;
    color: #ffffff; }

  .c02 {
    color: #ffffff !important; } }
@media screen and (max-width: 768px) {
  .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    height: 61px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #ffffff; }

  .header-area {
    position: relative; }

  .logo-area {
    position: absolute;
    z-index: 11;
    width: 100%;
    padding: 10px 0;
    margin-top: -30px;
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc; }

  .logo {
    padding: 0 10px; }

  .main-menu {
    z-index: 8; }

  .NavMenu {
    position: fixed;
    z-index: 7;
    top: 68px;
    /*padding-top: 31px;*/
    /*メニュー表示時にロゴのバックの透かしを無*/
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-bottom: 1px solid #dcdcdc;
    background: rgba(51, 112, 121, 0.4);
    height: 100%; }

  .NavMenu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  .NavMenu ul {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0; }

  .NavMenu ul li {
    padding: 8px;
    text-align: left;
    font-weight: bold;
    list-style-type: none;
    padding-left: 10px;
    width: 100%;
    border-bottom: 1px dotted #333; }

  .NavMenu ul li:last-child {
    padding-bottom: 0.5em; }

  .NavMenu ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0.5em 0; }

  .btn-area {
    padding: 10px 0; }

  .btn2-c02 {
    width: 200px;
    background-color: #252065;
    color: #ffffff;
    margin-right: auto !important;
    margin-left: auto !important; }

  .btn2-c02 a {
    color: #ffffff;
    text-decoration: none; }

  .btn2-c02:hover {
    background-color: #1A2B67;
    color: #ffffff; }

  .c02 {
    color: #ffffff !important; } }
@media screen and (min-width: 768px) {
  .Toggle-dsp {
    display: block; }

  .Toggle-dsp {
    display: none; } }
@media screen and (max-width: 768px) {
  .Toggle-dsp {
    display: none; }

  .Toggle-dsp {
    display: block; } }
@media screen and (max-width: 768px) {
  .Toggle {
    display: block;
    position: fixed;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1050;
    background-color: #252065; }

  .Toggle span {
    display: block;
    position: absolute;
    padding-bottom: 2px;
    width: 30px;
    border-bottom: solid 2px #ffffff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 15px; }

  .Toggle span:nth-child(1) {
    top: 18px; }

  .Toggle span:nth-child(2) {
    top: 27px; }

  .Toggle span:nth-child(3) {
    top: 36px; }

  .Toggle.active span:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
@media screen and (min-width: 768px) {
  .news-body {
    width: 750px; }

  .news-area1 {
    color: #ffffff;
    background-color: #000000;
    text-align: left;
    padding: 26px 20px;
    line-height: 26px;
    width: 100%; }

  .news-area2 {
    padding: 26px 20px;
    line-height: 26px;
    margin-left: 10px;
    background-color: #ffffff; } }
@media screen and (max-width: 768px) {
  .news-body {
    width: 80%; }

  .news-area1 {
    color: #ffffff;
    background-color: #000000;
    text-align: left;
    padding: 20px 20px;
    line-height: 20px;
    width: 100%; }

  .news-area2 {
    padding: 20px 20px;
    line-height: 20px;
    margin-left: 12px;
    background-color: #ffffff; } }
/*--------------------------------------
PC　スライダー
---------------------------------------*/
@media screen and (min-width: 768px) {
  .top-slider {
    position: relative; }

  .over-logo {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  .over-area1 {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5em;
    width: 100%;
    text-shadow: #fff 3px 3px 3px; }

  .over-area1 span {
    font-size: 2em;
    color: #3B70FA; }

  .over-area1 img {
    opacity: 1.0; } }
/*--------------------------------------
スマホ　スライダー
---------------------------------------*/
@media screen and (max-width: 767px) {
  .top-slider {
    position: relative; }

  .over-logo {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

  .over-area1 {
    font-size: 1.0em;
    text-align: center;
    line-height: 1.5em;
    width: 100%;
    text-shadow: #fff 3px 3px 3px; }

  .over-area1 span {
    font-size: 1.2em;
    color: #3B70FA; }

  .over-area1 img {
    opacity: 1.0; } }
/*--------------------------------------
PC
---------------------------------------*/
@media screen and (min-width: 768px) {
  .main-text {
    font-size: 1.4em; }

  .main-text span {
    font-size: 1.8em;
    color: #3B70FA; } }
/*--------------------------------------
スマホ
---------------------------------------*/
@media screen and (max-width: 767px) {
  .main-text span {
    font-size: 1.8em;
    color: #3B70FA; } }
.new-red {
  color: red; }

/*---------------------------------------------------------------------------------------------
Slick
----------------------------------------------------------------------------------------------*/
.slider {
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #ffffff; }

/*
.slider div.img01 {
  background-image: url(../img/pas-670x400.jpg);
}
.slider div.img02 {
  background-image: url(../img/takou.jpg);
}
.slider div.img03 {
  background-image: url(../img/kaneko-670x400.jpg);
}
.slider div.img04 {
  background-image: url(../img/keyvisual_01-670x400.jpg);
}
.slider div.img05 {
  background-image: url(../img2/6.webp);
}
.slider div.img06 {
  background-image: url(../img2/7.webp);
}
*/
.slick-outer {
  position: relative; }

/*--------------------------------------
PC　各TITLE
---------------------------------------*/
@media screen and (min-width: 768px) {
  .slick-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.2em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px -0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000;
    height: 86vh;
    display: flex;
    align-items: center;
    line-height: 1.4em; } }
/*--------------------------------------
スマホ　各TITLE
---------------------------------------*/
@media screen and (max-width: 767px) {
  .slick-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.2em;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px -0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000;
    height: 86vh;
    display: flex;
    align-items: center;
    line-height: 1.4em; } }
/*--------------------------------------
スリック　ボタン類
---------------------------------------*/
.slick-prev {
  text-shadow: 1px 1px 1px #dcdcdc;
  left: 10px;
  z-index: 1; }

.slick-next {
  right: 10px; }

.slick-dots li button:before {
  font-size: 20px !important; }

.slick-dots {
  bottom: initial !important;
  margin-top: -50px !important; }

.slick-prev, .slick-next {
  width: 40px;
  height: 40px; }

.slick-prev:before, .slick-next:before {
  font-size: 40px; }

/*--------------------------------------
PC
---------------------------------------*/
@media screen and (min-width: 768px) {
  .slider {
    /*margin-top: 80px;*/ }

  .slider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    	  /*
        height: 86vh;
    	  */
    height: 36vh;
    margin: 0; } }
/*--------------------------------------
スマホ
---------------------------------------*/
@media screen and (max-width: 767px) {
  .slider {
    /*margin-top: 60px;*/ }

  .slider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    margin: 0; } }
/*--------------------------------------
キービジュアル
---------------------------------------*/
.top-catchcopy img {
  object-fit: cover; }

.top-catchcopy2 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px -0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000;
  height: 86vh;
  display: flex;
  align-items: center;
  line-height: 2em; }

.cate-catchcopy img {
  object-fit: cover; }

.cate-catchcopy2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  text-shadow: 3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000, 3px 0px 3px #000, -3px -0px 3px #000, 0px 3px 3px #000, 0px -3px 3px #000; }

/*---------------------------------------------------------------------------------------------
主な事業内容
----------------------------------------------------------------------------------------------*/
.card22x {
  display: flex; }

.card22x-box {
  display: flex;
  flex-direction: column;
  border: #ccc solid 1px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc; }

.card22x-shapeCL {
  border-bottom: 1px solid #dcdcdc;
  text-align: center; }

/*--------------------------------------
PC
---------------------------------------*/
@media screen and (min-width: 768px) {
  .card22x-shapeCL img {
    /*padding: 5px;画像回り隙間*/
    padding: 5px;
    height: 200px;
    object-fit: cover; } }
/*--------------------------------------
スマホ
---------------------------------------*/
@media screen and (max-width: 767px) {
  .card22x-shapeCL img {
    /*padding: 5px;*/
    width: 100%;
    /*height: 250px;*/
    object-fit: cover; } }
.card22x-text-area {
  margin: 0; }

.card22x-title {
  padding: 20px 0.5em;
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  height: 4em;
  /*2行までタイトルの高さを合わせる場合*/ }

.card22x-text {
  padding: 0 1em;
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.5; }

.card22x-link {
  margin-top: auto;
  padding: 20px 10px;
  width: 100%; }

.btn22x-01 {
  background-color: #252065;
  padding: 5px;
  margin: 0 10px;
  width: 80%; }

.bg-gray2 {
  background-color: #dcdcdc; }

.box-a {
  border: #ccc solid 1px;
  border-radius: 5px;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1); }

.box-a:hover {
  margin-top: -.25rem;
  margin-bottom: .25rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3); }

.card22x a {
  text-decoration: none; }

/*---------------------------------------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------------------------------------*/
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  height: auto;
  background: #416a7b;
  color: #fff; }

.tablecontact {
  font-size: 0.9em; }

.contact-section {
  padding-top: 40px; }

.contact-section .col-md-6 {
  width: 50%; }

.wpcf7-text {
  font-size: 1.0em; }

.wpcf7-not-valid-tip {
  padding-top: 1em;
  color: #ff6633; }

.wpcf7-response-output {
  padding-top: 1em;
  text-align: center;
  color: #ff6633; }

.wpcf7-list-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4); }

#formbtn {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  padding: 10px 13px;
  background: #252065;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold; }

/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  padding: 5px;
  background: #252065;
  /*ブルー*/
  color: #ffffff;
  border-radius: 3px;
  margin-right: 1em; }

/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 5px;
  background: #707777;
  /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em; }

/*---------------------------------------------------------------------------------------------
カテゴリから選ぶboxデザイン
----------------------------------------------------------------------------------------------*/
.cate-area-box {
  width: 80%;
  margin: 0 auto;
  margin-top: 0px;
  height: 70px;
  position: relative; }

.cate-area-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.card-cat1x {
  display: flex; }

.card-cat1x a {
  text-decoration: none; }

.card-cat1x-box {
  display: flex;
  flex-direction: column;
  border: #ccc solid 1px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc; }

.card-cat1x-title {
  padding: 0px 0.5em;
  margin: 0;
  color: #000;
  font-size: 20px;
  /*2行までタイトルの高さを合わせる場合*/ }

.card-cat1x-text {
  padding: 0 1em;
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.0; }

.card-cat1x-link {
  margin-top: auto;
  width: 100%; }

/*--------------------------------------
エリアごとに色を変える
---------------------------------------*/
.area-color1 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: darkblue solid 1px; }

.area-color2 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: darkorange solid 1px; }

.area-color3 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: royalblue solid 1px; }

.area-color4 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: darkgreen solid 1px; }

.area-colorn {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: dimgray solid 1px; }

.btnx-01 {
  background-color: darkblue; }

.btnx-02 {
  background-color: darkorange; }

.btnx-03 {
  background-color: royalblue; }

.btnx-04 {
  background-color: darkgreen; }

.btnx-0n {
  background-color: dimgray; }

/*************************************************/
