@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
* {
  box-sizing: border-box;
  /*word-break: break-all;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 10px;
}
body {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  /* min-width: 1200px; */
  color: #333;
  line-height: 1.7;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0.05em; /*background-color: #f3f2ea;*/
}
@font-face {
  font-family: 'memo';
  src: url(../font/memo.woff) format('opentype');
}
.top-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.inner {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.inner02 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #555;
}
.main-img img {
  width: 100%;
}
/* header
------------------------------------------------------------*/
header {
    width: 100%;
    padding: 15px 2%;
    background-color: #676A71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 100;
}
header .logo {
  display: inline-block;
}
header .logo img {
  transition: .3s;
  max-width: 300px;
}
header.scroll {
  background-color: #fff;
  padding: 15px 3%;
}
header.scroll .logo img {
  max-width: 200px;
}
.logo_s {
  display: none;
}
header.scroll .logo_p {
  display: none;
}
header.scroll .logo_s {
  display: block;
}
header .copy_tx {
  display: inline-block;
  color: #000;
  font-size: 12px;
  margin-left: 20px;
}
@media screen and (max-width:610px) {
  header .copy_tx {
    font-size: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width:568px) {
  header .copy_tx {
    margin-left: 0px;
    display: block;
  }
}
/* nav
------------------------------------------------------------*/
#menuBtn {
  display: none;
}
/* nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} */
/* nav ul li:not(:last-of-type) {
	margin-right: 2.5vw;
} */
nav ul li {
  /*padding-top: 10px;*/
  padding-right: 1.2vw;
  padding-left: 1.2vw;
  padding-bottom: 0;
}
nav .inner-nav ul {
  display: flex;
  flex-direction: row;
}
nav .inner-nav_r ul li {
  padding: 0 1.5vw;
}
nav ul li {
  color: #000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
nav ul li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
nav ul li a:hover {
  color: #555;
}
nav ul li + li {
  border-left: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width:1180px) {
  nav ul li + li {
    border-left: 0px solid rgb(255, 255, 255);
  }
}
nav ul li img {
  height: 25px;
}
/* ドロップダウン */
.menu {
  position: relative;
  width: 100%;
  /* height: 50px; */
  max-width: 1500px;
  margin: 0 auto;
}
.menu__second-level > li {
  line-height: 45px;
  word-break: break-all;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}
.menu > li {
  display: block;
  color: #000;
  font-size: 1.2rem;
}
.menu > li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
}
.menu > li span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}
.menu > li a:hover {
  color: #000;
}

.menu__second-level > li a {
  color: #000;
}
.menu__second-level > li a:hover {
  color: #D3D3D3;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  /*background: #072A24; */
  -webkit-transition: all .5s;
  transition: all .5s;
}
/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
@media (max-width: 1199px) {
  .menu > li.menu__single {
    color: #000;
  }
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 25px;
  width: 110%;
  background: rgb(255 255 255 / 150%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  padding-top: 0px;
  padding-bottom: 10px;
  border-top: 2px solid rgba(151, 151, 151, 1.00);
}
li.menu__single ul.menu__second-level a {
  padding-top: 10px;
  border-bottom: 1px dotted rgba(219, 219, 219, 1.00);
}
li.menu__single ul.menu__second-level a:hover {
  color: #555;
  background-color: #DCDCDC;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}
@media (max-width: 1199px) {
  li.menu__single ul.menu__second-level {
    top: 50px;
    width: 110%;
  }
  li.menu__single i {
    position: absolute;
    right: 11px;
    bottom: 15px;
  }
  li.menu_sns {
    display: inline !important;
    width: 30%;
  }
}
li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 15vw;
}
.menu__single li + li {
  border: none;
}
/*============
nav_hover
=============*/
nav ul li a {
  position: relative;
  padding-bottom: 3%;
}
/*nav ul li a::before {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: calc(70% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .3s;
}*/
nav ul li a:hover::before {
  width: 100%;
}
/* footer
------------------------------------------------------------*/
footer {
  background-color: #FFFFFF;
  padding-top: 1%;
  /*padding-bottom: 1%;*/
  color: rgba(0, 0, 0, 1.00);  
  margin-top: 5%;
}
.foot_box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2%;
}
.foot_box2 {
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 1.4rem;
}
.foot_box3 {
  padding-bottom: 1%;
  padding-top: 1%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #747374;
  color: #FFFFFF;
}
.footer_ttl {
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 2%;
}
@media (max-width: 991px) {
  .footer_ttl {
    font-size: 3.0rem;
  }
}
@media (max-width: 576px) {
  .footer_ttl {
    font-size: 2.4rem;
  }
}
.footer_read {
  font-size: 2.0rem;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 2%;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .footer_read {
    font-size: 1.7rem;
  }
}
.footer_name {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 576px) {
 .footer_name {
	 padding-left:20px;
	 padding-right:20px;
  }
}
.footer_add {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.footlink_box {
  display: flex;
  justify-content: center;
}
.foot_map a {
  font-size: 1.4rem;
  border: 1px solid #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 5px;
  margin-left: 5px;
}
.foot_map a:hover {
  color: #fff;
  background-color: #8B8C8C;
}
.foot_yoyaku a {
  font-size: 1.4rem;
  background-color: #8B8C8C;
  border: 1px solid #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  color: #FFFFFF;
}
.foot_yoyaku a:hover {
  color: #000;
  background-color: #fff;
}
.footer_tel {
  font-size: 4.0rem;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.footer_tx {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ex_box {
    border-top: 1px solid #ccc;
    padding-top: 2%;
  }
}
@media (max-width: 420px) {
.footer_tel {
  font-size: 3.5rem;
  text-align: left;
}
}
/* フェードtxt
------------------------------------------------------------*/
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
/* フェードアニメーション */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
.contents .sample-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.contents .text-area {
  margin-bottom: 20px;
}
.sample-tit {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:1199px) {
  /** {
		-webkit-appearance: none;
	}*/
  body {
    min-width: inherit;
    line-height: 1.5;
    letter-spacing: 0;
  }
  /* header
	------------------------------------------------------------*/
  header {
    padding-top: 10px;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 10px;
  }
  header .logo img {
    max-width: inherit;
    height: 30px;
  }
  /* nav
	------------------------------------------------------------*/
  /* PCでは非表示にしておく */
  .nav_toggle, .nav {
    display: none;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner-nav {
    padding: 25px;
  }
  nav .inner-nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner-nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner-nav ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em 0;
    text-decoration: none;
    transition-duration: 0.2s;
  }
	nav .inner-nav ul li span {    
    color: #333;
    
  }
  /* nav .inner-nav ul li a:hover {
  background: #e4e4e4;
} */
  nav .inner-nav_r {
    padding: 25px;
  }
  nav .inner-nav_r ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner-nav_r ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner-nav_r ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner-nav_r ul li a:hover {
    background: #e4e4e4;
  }
  /*@media screen and (max-width: 1200px) {
  nav {
    left: -220px;
    width: 270px;
  }
}*/
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 16px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #333;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  li.menu__single:hover ul.menu__second-level {
    border: none;
    background-color: #EDEDED;
    width: 100%;
  }
  li.menu__single:hover ul.menu__second-level a {
    color: #000;
    padding-left: 15px;
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  /* main
  ------------------------------------------------------------*/
  .inner {
    padding: 0 25px;
  }
  .sec-txt {
    font-size: 3vw;
  }
  /* footer
	------------------------------------------------------------*/
  footer .col-6 {
    padding: 5px 0;
  }
  .footer-nav div:not(:nth-child(1)) {
    border-left: none;
  }
  /*.footer-nav {
    padding: 1% 1% 0;
    text-align: center;
}*/
}
.footer-btn-s {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer-btn-s.active {
    display: block;
    animation: UpAnime 0.5s forwards;
  }
  .footer-btn-s {
    position: fixed;
    width: 100%;
    /* right: 10px; */
    bottom: 0px;
    z-index: 92;
    transform: translateY(100px);
  }
  .footer-btn {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-btn a {
    color: #fff;
  }
  .footer-btn li:first-of-type {
    width: 50%;
    background-color: #000;
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    /*border-radius: 3px 3px 0 0;*/
  }
  .footer-btn li:nth-of-type(2) {
    width: 50%;
    background-color: #555;
    padding: 10px 0;
    text-align: center;
    opacity: .9;
    /*border-radius: 3px 3px 0 0;*/
  }
  .footer-btn li:nth-of-type(3) {
    width: 10%;
    background-color: #999;
    padding: 10px 0;
    text-align: center;
    opacity: .9; /*
  border-radius: 3px 3px 0 0;*/
  }  
}
@media screen and (max-width: 768px) {
  .footer-bg {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 468px) {
  .footer-bg {
    font-size: 2.5vw;
    margin-bottom: 15%;
  }
  header .logo img {
    width: 75%;
    height: auto;
  }
  /*.footer-nav {
    padding: 0% 0 0;
}*/
}
@media screen and (max-width: 375px) {
  .footer-nav ul {
    /* flex-wrap: nowrap; */
  }
}
/* 画像変更
---------------------------------*/
.sp-hidden {
  display: block !important;
}
.pc-hidden {
  display: none !important;
}
img.sp-hidden {
  display: inline !important;
}
img.pc-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  .sp-hidden {
    display: none !important;
  }
  .pc-hidden {
    display: block !important;
  }
  img.sp-hidden {
    display: none !important;
  }
  img.pc-hidden {
    display: inline !important;
  }
}
/* ページトップ */
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  /*border-radius: 5px;*/
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /* font-size:0.6rem; */
  transition: all 0.3s;
  font-size: 15px;
}
#page-top a:hover {
  background: #555;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 92;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 1200px) {
#page-top {
  bottom: 50px;  
}
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.head_area0 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
}
/* ローディング画面 */
/* loading
------------------------------------------------------------*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  z-index: 20;
}

.loading-logo {
  margin: 0 auto;
  width: 80px;
  height: auto;
}

.loading-text {
  margin: 0.2em auto 0;
  display: block;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  color: #008d98;
}

.loading-text span {
  display: inline-block;
  vertical-align: middle;
}

.loading-text span:nth-of-type(1) {
  -webkit-animation: animation 2s 0s infinite;
  animation: animation 2s 0s infinite;
}

.loading-text span:nth-of-type(2) {
  -webkit-animation: animation 2s 0.1s infinite;
  animation: animation 2s 0.1s infinite;
}

.loading-text span:nth-of-type(3) {
  -webkit-animation: animation 2s 0.2s infinite;
  animation: animation 2s 0.2s infinite;
}

.loading-text span:nth-of-type(4) {
  -webkit-animation: animation 2s 0.3s infinite;
  animation: animation 2s 0.3s infinite;
}

.loading-text span:nth-of-type(5) {
  -webkit-animation: animation 2s 0.4s infinite;
  animation: animation 2s 0.4s infinite;
}

.loading-text span:nth-of-type(6) {
  -webkit-animation: animation 2s 0.5s infinite;
  animation: animation 2s 0.5s infinite;
}

.loading-text span:nth-of-type(7) {
  -webkit-animation: animation 2s 0.6s infinite;
  animation: animation 2s 0.6s infinite;
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0.2;
  }

  10% {
    opacity: 0.4;
  }

  13% {
    opacity: 0.6;
  }

  16% {
    opacity: 0.7;
  }

  18% {
    opacity: 0.9;
  }

  20% {
    opacity: 1;
  }
}

@keyframes animation {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0.2;
  }

  10% {
    opacity: 0.4;
  }

  13% {
    opacity: 0.6;
  }

  16% {
    opacity: 0.7;
  }

  18% {
    opacity: 0.9;
  }

  20% {
    opacity: 1;
  }
}
/* button
  ------------------------------------------------------------*/
.btn-b a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #004098;
  color: rgb(255, 255, 255);
  padding: 20px 30px;
  display: inline-block;
  letter-spacing: 2px;
  transition: 1s;
  font-weight: bold;
  font-size: 16px;
}
.btn-b a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #004098;
  transition: 1s;
}
.btn-bc a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: rgba(0, 0, 0, 1.00);
  padding: 10px 10px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 18px;
  text-align: center;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  border: 1px solid rgba(156, 156, 156, 1.00);
}
@media (max-width: 767px) {
  .btn-bc a {
    margin-bottom: 5%;
  }
}
.btn-bc a:hover {
  background-color: #707070;
  /*box-shadow: 0px 0px 10px #666;*/
  color: #fff;
  transition: 1s;
}
.btn-bc2 {
  padding: 0 23px;
}
.btn-bc2 a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #b0b0b0;
  color: rgb(255, 255, 255);
  padding: 15px 10px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 18px;
  text-align: center;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
}
.btn-bc2 a:hover {
  background: #53777A;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}
.btn-w a {
  color: #004098;
  background-color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 30px;
  transition: 1s;
}
.btn-w a:hover {
  background: #004098;
  box-shadow: 0px 0px 10px #666;
  color: #ffffff;
  transition: 1s;
}
.btn-w02 a {
  color: #fff;
  background-color: #004098;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 20px 30px;
  transition: 1s;
}
.btn-w02 a:hover {
  background: #fff;
  box-shadow: 0px 0px 10px #666;
  color: #004098;
  transition: 1s;
}
.btn-br a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f08c00;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  display: block;
  letter-spacing: 2px;
  transition: 1s;
  font-size: 14px;
  text-align: center;
  max-width: 150px;
  margin-top: 5%;
  margin-right: 0;
  margin-left: auto;
}
.btn-br a:hover {
  background: #000;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}
/* ヘッドエリア
----------------------------------*/
.head_area {
  background-color: rgba(231, 231, 231, 0.5);
  padding-top: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid rgba(228, 228, 228, 1.00);
  border-top: 1px solid rgba(228, 228, 228, 1.00);
}
.head_ttl {
  font-size: 3.0rem;
  color: #000000;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 767px) {
  .head_ttl {
    font-size: 2.4rem;
    color: #000000;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
  }
}
.head_txc {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3%;
  font-family: 'Noto Serif JP', serif;
}
.head_tx {
  font-size: 1.6rem;
  margin-bottom: 3%;
}
/* パンクズ
------------------------------------------------------------*/
.pan_area {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.pan_area ul li {
  display: inline-block;
  margin-right: 10px;
}
.pan_area ul li a:after {
  content: "＞";
  margin-left: 10px;
}
.pan_area_r {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 576px) {
  .pan_area_r {
    text-align: left;
  }
}
.pan_area_r ul li {
  display: inline-block;
  margin-right: 10px;
}
.pan_area_r ul li a:after {
  content: "＞";
  margin-left: 10px;
}
/* コンテンツ
------------------------------------------------------------*/
.contents_area {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}
@media screen and (max-width:991px) {
  .contents_area {
    padding-top: 3%;
    padding-bottom: 3%;
    position: relative;
  }
}
.contents_area0 {
  padding-top: 0%;
  padding-bottom: 5%;
  position: relative;
}
@media screen and (max-width:991px) {
  .contents_area0 {
    padding-top: 0%;
    padding-bottom: 3%;
    position: relative;
  }
}
.contents_ttl {
    font-size: 5.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: bold;
}
@media screen and (max-width:991px) {
  .contents_ttl {
    font-size: 30px;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width:576px) {
  .contents_ttl {
    font-size: 24px;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
.contents_ttl_c {
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:991px) {
  .contents_ttl_c {
    font-size: 2.4rem;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
@media screen and (max-width:576px) {
  .contents_ttl_c {
    font-size: 2.1rem;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}
.contents_tx {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 3%;
}
/*# 固定ナビ */
.contact_pc {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 101;
}
.contact_pc li {
  background-color: #000;
}
.contact_pc li:nth-child(2) {
  background-color: #FBFBFB;
}
.contact_pc li:nth-child(3) {
  background-color: #999;
}
.contact_pc li:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .contact_pc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 101;
    top: auto;
  }
  .contact_pc li {
    float: left;
    width: 50.0%;
    background: #EC4E10;
    text-align: center;
  }
  .contact_pc li:nth-child(2) {
    background-color: #CE7F00;
  }
  /*.contact_pc li:nth-child(3) {
    width: 12.8%;
    background: #062275;
}*/
  .contact_pc li a img {
    max-height: 60px;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
/* request_btn */
.request_btn {
    position: fixed;    
    z-index: 101;
}
.request_btn a {
    position: fixed;
    right: 5px;
    text-align: center;
    width: 150px;
    height: 150px;
    bottom: 170px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 10px;
    /*display: none;*/
    padding-right: 5px;
    padding-left: 5px;
    opacity: 0;
}
.request_btn a:hover, .request_btn a:active {
  opacity: 0.7;
}
/* raijyo_btn */
.raijyo_btn {
  position: fixed;  
	z-index: 101;
}
.raijyo_btn a {
  position: fixed;
  right: 5px;
  text-align: center;
  width: 150px;
  height: 150px;
  bottom: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 10px;
  /*display: none;*/
  padding-right: 5px;
  padding-left: 5px;
	opacity: 0;
}
.raijyo_btn a:hover, .raijyo_btn a:active {
  opacity: 0.7;
}
@media (max-width: 1366px) {
  /* request_btn */
  .request_btn a {
    display: block;
    height: 120px;
    width: 120px;
    bottom: 160px;
    text-align: center;
    line-height: 28px;
    opacity: 1;
    border-radius: 2px;
  }
  /* raijyo_btn */
  .raijyo_btn a {
    display: block;
    height: 120px;
    width: 120px;
    bottom: 40px;
    text-align: center;
    line-height: 28px;
    opacity: 1;
    border-radius: 2px;
  }
}
@media (max-width: 1200px) {
  .request_btn {
    display: none;
  }
  /* raijyo_btn */
  .raijyo_btn {
    display: none;
  }
}
/* link_area
------------------------------------------------------------*/
.link_area {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 0px;
    margin-right: 0px;    
}
.link_area_list {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.link_area_list li {
    width: 33%;
    text-align: center;	
    display: inline-block;
    border-right: 2px solid #000000;
}
.link_area_list li:hover {
    opacity:0.6;
}
@media screen and (max-width:991px) {
.link_area_list li {
    width: 31%;
    text-align: center;	
    display: inline-block;
    border-right: 2px solid #000000;
}
}
.link_area_list li:last-child {
  border-right: 0px solid #000000;
}

.link_area_list li img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
