@charset "UTF-8";
.bg-main {
  background-color: #eaf4ff; }

/*---------------------------------------------------------------------------------------------
初期設定 
----------------------------------------------------------------------------------------------*/
html.scroll-prevent {
  overflow: hidden; }

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: 840px) {
  .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: 840px) {
  .Toggle-dsp {
    display: block; }

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

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

  .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: 840px) {
  .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 a {
    text-decoration: none;
    font-size: 1.2em;
    color: #000000; }

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

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

  .NavMenu {
    display: flex;
    justify-content: flex-end;
    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 {
    background-color: #191970;
    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: 840px) {
  .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    border-bottom: 1px solid #dcdcdc;
    background-color: #ffffff; }

  .header-area {
    position: relative; }

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

  .logo a {
    text-decoration: none;
    font-size: 1.2em;
    color: #000000; }

  .logo {
    padding: 0 10px; }

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

  .NavMenu {
    position: fixed;
    z-index: 7;
    top: 66px;
    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; }

  .menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(3, 3, 3, 0.5);
    display: block; }

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

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

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

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

  .c02 {
    color: #ffffff !important; } }
.menu-clearance {
  margin-top: 68px; }

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

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

  .slider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 56vh;
    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; } }
.slick-outer {
  position: relative; }

/*--------------------------------------
PC　各TITLE
---------------------------------------*/
@media screen and (min-width: 768px) {
  .slick-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5em;
    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 {
  text-shadow: 1px 1px 1px #dcdcdc;
  right: 10px;
  z-index: 1; }

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

/*--------------------------------------
キービジュアル
---------------------------------------*/
.top-catchcopy-relative {
  position: relative;
  padding: 0px; }

.top-catchcopy-relative img {
  width: 100%;
  height: 400px;
  object-fit: cover; }

.top-catchcopy-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  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; }

/*
.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: 20vh;	
  display: flex;
  align-items: center;
  line-height: 2em;
}

*/
@media screen and (min-width: 840px) {
  .top-catchcopy-absolute {
    width: 700px; } }
@media screen and (max-width: 840px) {
  .top-catchcopy-absolute {
    width: 400px;
    font-size: 1.1em; } }
.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; }

/*---------------------------------------------------------------------------------------------
主な事業内容
----------------------------------------------------------------------------------------------*/
.card {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc; }

.card-img {
  border-radius: 5px 5px 0 0; }

/*--------------------------------------
PC
---------------------------------------*/
@media screen and (min-width: 768px) {
  .card-img img {
    width: 100%;
    height: 250px;
    object-fit: cover; } }
/*--------------------------------------
スマホ
---------------------------------------*/
@media screen and (max-width: 767px) {
  .card-img img {
    width: 100%;
    height: 350px;
    object-fit: cover; } }
.card-content {
  padding: 20px; }

.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333; }

.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5; }

.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  margin-top: auto; }

.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
  display: flex;
  flex-direction: column; }

.card-link a:hover {
  color: #0090aa; }

/*---------------------------------------------------------------------------------------------
Contact
----------------------------------------------------------------------------------------------*/
/*--------------------------------------
PC
---------------------------------------*/
@media screen and (min-width: 768px) {
  .tabletop th, .tabletop td {
    border-top: 1px solid #dddddd;
    padding: 1.1em 1em; }

  .tabletop {
    width: 100%; }

  .tabletop th {
    width: 25%; }

  .tabletop .last th, .tabletop .last td {
    border-bottom: 1px solid #dddddd; } }
/*--------------------------------------
スマホ
---------------------------------------*/
@media screen and (max-width: 767px) {
  .tabletop {
    width: 100%; }

  .tabletop th {
    border-bottom: 1px solid #dddddd;
    padding: 0.9em 1em;
    display: block;
    width: 100%; }

  .fast {
    border-top: 1px solid #dddddd;
    padding: 0.9em 1em; }

  .tabletop td {
    border-bottom: 1px solid #dddddd;
    padding: 0.9em 1em;
    display: block;
    width: 100%; }

  .tabletop .last th {
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%; }

  .tabletop .last td {
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%; } }
/*---------------------------------------------------------------------------------------------
Access
----------------------------------------------------------------------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/*---------------------------------------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------------------------------------*/
.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: #191970;
  /*ブルー*/
  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; }

@media screen and (min-width: 840px) {
  .tablecontact th, .tablecontact td {
    border-top: 1px solid rgba(221, 221, 221, 0.7);
    padding: 1.1em 1em; }

  .tablecontact {
    width: 100%; }

  .tablecontact th {
    width: 30%; }

  .tablecontact .last th, .tablecontact .last td {
    border-bottom: 1px solid rgba(221, 221, 221, 0.7); } }
@media screen and (max-width: 840px) {
  .tablecontact {
    width: 100%; }

  .tablecontact th {
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    padding: 1.1em 1em;
    display: block;
    width: 100%; }

  .fast {
    border-top: 1px solid rgba(221, 221, 221, 0.7);
    padding: 1.1em 1em; }

  .tablecontact td {
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    padding: 1.1em 1em;
    display: block;
    width: 100%; }

  .tablecontact .last th {
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    display: block;
    width: 100%; }

  .tablecontact .last td {
    border-bottom: 1px solid rgba(221, 221, 221, 0.7);
    display: block;
    width: 100%; } }
.footer-area {
  background-color: #dcdcdc;
  padding: 1.5em 0; }

.footer-copyright {
  text-align: center;
  font-size: small; }
