@charset "UTF-8";

/*!---------------------------------------
 * Omotenashi
 * built 2013-07-01
 * last updated 2019-07-09
 * Licensed under the MIT License.
 * ---------------------------------------
 * (C) 2015 Munenori Nishimura
 * https://twitter.com/mune_nori
 * -------------------------------------*/
.refTable th {
background: #e5f1f0;
}
.refTable th,td {
	font-size: 14px;
	text-align: center;
    border: solid 1px;  /* 枠線指定 */
    padding: 8px;      /* 余白指定 */
}

/*----------------------------------------
body
----------------------------------------*/

body {
  background: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #212121;
  text-align: center;
  font-weight: 350;
}

body img {
  max-width: 100%;
  height: auto;
}

body * {
  line-height: 160%;
}

body.fixed {
  position: fixed;
  width: 100%;
  z-index: -1;
}

a {
  color: #5E72B1;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #212121;
}
a img:hover {
opacity: 0.5 ;
}

a:active {
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 500;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#main {
  position: relative;
  z-index: 0;
}

/*----------------------------------------
container
----------------------------------------*/

.container {
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  position: relative;
}
.pr_container {
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  position: relative;
	top:-90px;
}

.news_container {
	margin: 0 auto;
	padding: 2em;
	text-align: left;
	position: relative;
	background: #ffffff;
	border-radius: 16px;
}

/*----------------------------------------
contents
----------------------------------------*/

.contents {
  padding-bottom: 100px;
}

.contentsTitle {
  margin-bottom: 80px;
  width: 100%;
  background: url(../img/common/bg_arches.jpg);
}

.contentsTitle__hl {
  margin: 0;
  width: 100%;
  height: 160px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
}

.section {
  margin: 20px 0 60px;
}

.section__hl {
  margin: 0 0 40px;
  padding-bottom: 25px;
  line-height: 120%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  font-weight: normal;
}

.section__hl * {
  line-height: 120%;
}

.section__hl:before {
  margin-left: -30px;
  content: '';
  width: 60px;
  height: 1px;
  background: #558b2f;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.section__hl--left {
  text-align: left;
  font-weight: normal;
}

.section__hl--left:before {
  margin-left: 0;
  left: 0;
}

.section__hl--right {
  text-align: right;
  font-weight: normal;
}

.section__hl--right:before {
  margin-left: 0;
  left: inherit;
  right: 0;
}

.section_eng {
  margin: 20px 38px 60px;
}

/*----------------------------------------
header
----------------------------------------*/

header {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.l_header {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.l_header p {
  margin: 0;
  text-align: right;
  font-size: 0.85em;
}

.hTop {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  z-index: 3;
}

.hTop__hl {
  margin: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hTop__hl a {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none;
}

.hTop__hl a:hover {
  opacity: .8;
}

.hTop__hl img {
  max-height: 64px;
  vertical-align: bottom;
}

.hTop__contents {
  margin: 0 30px 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
font-size: 0.85em;
}
.hTop__contents li {
list-style: none;
display: inline-block;
}

.spMenu__btn {
  margin: 0 20px;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  display: none;
  cursor: pointer;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spMenu__btn.active .spMenu__btn--line:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -9px;
}

.spMenu__btn--line {
  margin: 3px 0;
  width: 26px;
  height: 3px;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

.gNav {
  width: 100%;
  height: 52px;
  background: #ffffff;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.gNav:after {
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: 1;
}

.gNav.fixed {
  position: fixed;
  top: 0;
}

.nav-menu__box {
  margin: 0 auto;
  max-width: 1100px;
}

.nav-menu__box.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-menu {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-item > a {
  width: auto;
  height: 50px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
font-weight: 400;
  background: #ffffff!important;
  color: #254f9c !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-item > a:after {
  content: '';
  width: 120%;
  height: 280%;
  display: block;
  background: rgba(54, 79, 157, 0.15);
  position: absolute;
  bottom: -340%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #254f9c !important;
}

.nav-item > a:hover:after {
  bottom: -60%;
}

.nav-item.current > a:before {
  content: '';
  width: 60%;
  height: 4px;
  display: block;
  background: rgba(54, 79, 157);
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.nav-menu__sub {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
}

.nav-menu__sub > .menu {
  margin: 0;
  padding: 0;
}

.nav-menu__sub .menu-content {
  padding: 0;
  background: #f5f2ee;
  list-style: none;
}

.nav-menu__sub .menu-content > a {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: #f6f7fb;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #364f9d;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-menu__sub .menu-content > a:after {
  content: '';
  width: 100%;
  height: 240%;
  display: block;
  background: rgba(94, 114, 177, 0.15);
  position: absolute;
  bottom: -300%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-menu__sub .menu-content > a:hover:after {
  bottom: -70%;
}

/*----------------------------------------
footer
----------------------------------------*/
.fLink {
  padding: 0 15px;
  margin-top: 20px;
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #73b3b0;
}
.fLink:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.fLink * {
  position: relative;
  z-index: 1;
}

.fLink__hl {
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
	letter-spacing: 0.3rem;
	border-bottom: #ecf9fd solid 5px;
	color: #364f9d;}


.fContact__btn {
  margin: 30px auto 0;
  width: 400px;
}

.fContact__btn .btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff !important;
}

.fContact__btn .btn:hover {
  background: white;
  color: #212121 !important;
}

.fContact__btn .btn:hover .fa {
  color: #212121;
  right: -5px;
}

.fContact__btn .btn .fa {
  margin-left: 10px;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  top: 1px;
  right: 0;
}

footer {
  padding: 26px 0 20px;
  width: 100%;
  background: #364F9D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}


footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.coName {
  margin: 5px 0;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
}

.fAddress {
  margin: 0;
  padding: 0;
}

.fAddress dt {
  width: 68px;
  float: left;
  clear: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  position: relative;
}

.fAddress dt:before {
  content: '：';
  position: absolute;
  top: 0;
  right: 0;
}

.fAddress dd {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}

.fAddress dd span {
  color: #ffffff;
}

.fAddress dd a {
  color: #ffffff;
}

.fRight {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footList li {
  margin: 0 20px;
  list-style: none;
}

.footList li a {
font-size: 14px;
  font-size: 0.875rem;
line-height: 100%;
color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.footList li a:hover {
color: #73b3b0;
}

.copy {
margin-top: 30px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
}

.copy small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}

/*----------------------------------------
sidebar
----------------------------------------*/

.sideNav {
  margin: 40px 0 60px;
  padding: 20px;
  width: 28%;
}

.sideNav .articleArea {
  padding: 0;
}

.blogWidget {
  width: 100%;
  margin-bottom: 40px;
}

.blogWidget__hl {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 3px;
  background: #000000;
  line-height: 40px;
  font-family: "Noto Serif Japanese", "Noto Serif", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-indent: 10px;
}

.depth-1 {
  padding-left: 0;
}

.depth-1 li {
  padding: 0 10px 15px 30px;
  line-height: 120%;
  position: relative;
  list-style: none;
}

.depth-1 li a:before {
  content: '>';
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 14px;
}

.blogWidgetList {
  padding-left: 0;
}

.blogWidgetList__item {
  padding: 0 10px 15px 30px;
  line-height: 120%;
  position: relative;
  list-style: none;
}

.blogWidgetList__item a:before {
  content: '>';
  margin-right: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 14px;
}

.blogWidgetCalender {
  padding: 20px;
  width: auto;
  border-radius: 3px;
  background: #fafafa;
  border: 1px solid #eeeeee;
}

.blogWidgetCalender h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem;
  background: none;
  color: #558b2f;
  text-align: center;
  line-height: 18px;
}

.blogCalendar {
  width: 100%;
}

.blogCalendar tr {
  border-bottom: 1px solid #e0e0e0;
}

.blogCalendar tr:first-child {
  padding-bottom: 5px;
}

.blogCalendar th,
.blogCalendar td {
  padding: 5px 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.blogCalendar th a,
.blogCalendar td a {
  color: #558b2f;
  font-size: 14px;
  font-size: 0.875rem;
}

.saturday {
  color: #1e88e5;
}

.sunday {
  color: #e53935;
}

.today {
  font-weight: 700 !important;
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.today a {
  color: #000000;
}

#ContentSearchForm input[type="text"] {
  width: 100%;
}

.colBox {
  margin: 30px 0;
}
.colBox h2 {
  color: #36509F;
}
.colBox h3 {
  color: #36509F;
}
.colBox p {
  line-height: 180%;
}

.colBox img {
  vertical-align: bottom;
}

.colBox__bgColor {
  padding: 100px 0;
}

.contents__hl {
  margin: 20px 0 30px;
  line-height: 130%;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
}

.contents__hl--center {
  text-align: center;
}

.contents__hl br {
  line-height: 130%;
}

.contents__readBox {
  margin-top: 40px;
}

.contents__readBox--center {
  text-align: center;
}

.rowBox__2elem {
  margin: 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__2elem .boxInner {
  margin: 0px 0;
  width: calc(50% - 20px);
}

.rowBox__2elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__2elem--reverse .boxInner {
  margin: 0;
  width: calc(50% - 20px);
}

.rowBox__3elem {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__3elem:after {
  content: '';
  width: calc(33.333% - 30px);
  display: block;
}

.rowBox__3elem .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}

.rowBox__3elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__3elem--reverse:after {
  content: '';
  width: calc(33.333% - 30px);
  display: block;
}

.rowBox__3elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}

.rowBox__4elem {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__4elem:before {
  content: '';
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.rowBox__4elem:after {
  content: '';
  width: calc(25% - 20px);
  display: block;
}

.rowBox__4elem .boxInner {
  margin: 10px 0;
  width: calc(25% - 20px);
}

.rowBox__4elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__4elem--reverse:before {
  content: '';
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.rowBox__4elem--reverse:after {
  content: '';
  width: calc(25% - 20px);
  display: block;
}

.rowBox__4elem--reverse .boxInner {
  margin: 10px 0;
  width: calc(25% - 20px);
}

.rowBox__item{
  display: flex;
  justify-content: space-between;
}
.rowBox__item .img{
  width: 28%;
}
.rowBox__item .txt{
  width: 70%;
}



/*----------------------------------------
index
----------------------------------------*/

/* main visual */

.mainVisual {
  margin-bottom: 10px;
}

.mainVisual__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mainVisual__inner .vegas-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mainVisual__inner img {
}

@-webkit-keyframes animationSample {
  0% {
    opacity: 0;
    top: -15px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes animationSample {
  0% {
    opacity: 0;
    top: -15px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.mainVisual__hl {
  margin: 0 15px;
  padding-bottom: 40px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  -webkit-animation: animationSample 1.5s ease-out 0.5s;
  animation: animationSample 1.5s ease-out 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: -.05em;
  font-weight: 700;
  z-index: 1;
  pointer-events: none;
}

.mainVisual__hl * {
  line-height: 130%;
}

.mainVisualList__item {
  height: 340px !important;
  background-position: center;
  background-size: cover;
border-radius: 10px;
}
.mainVisualList__item ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px !important;
}

.mainVisualList__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.mainVisualList__item a:hover:before {
  background: rgba(255, 255, 255, 0.2);
}

.mainVisualList__item a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.mainVisualList__item img {
  display: none;
  vertical-align: bottom;
}
.mainVisualList__Eitem {
  height: auto !important;
  background-position: center;
  background-size: cover;
}
.mainVisualList__Eitem img {
border-radius: 10px;
}

/* NEWS全体 */

.topNewsList__item{
border-bottom:1px solid #ddd;
}

.topNewsList__link{
display:flex;
align-items:center;
gap:20px;
padding:14px 0;
text-decoration:none;
color:#222;
}


/* 日付＋カテゴリ */

.topNewsList__meta{
display:flex;
gap:12px;
min-width:170px;
align-items:center;
}

.topNewsList__date{
width:100px;
font-weight:600;
font-size:14px;
color:#333;
}

.topNewsList__category{
font-size:12px;
padding:3px 8px;
background:#eee;
border-radius:3px;
margin:0;
}


/* タイトル */

.topNewsList__hl{
margin:0;
font-size:16px;
flex:1;
line-height:1.5;
}


/* 矢印 */

.topNewsList__link i{
color:#888;
font-size:14px;
}


/* ---------- スマホ ---------- */

@media screen and (max-width:768px){

.topNewsList__link{
flex-direction:column;
align-items:flex-start;
gap:6px;
}

.topNewsList__meta{
min-width:auto;
}

.topNewsList__hl{
font-size:15px;
}


}


/* --



.topNews__box .topNews__hl {
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.topNews__box .topNews__hl:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.topNews__box .topNews__hl span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000000;
  font-weight: 400;
  line-height: 100%;
}

.topNewsList {
  width: 82%;
}

.topNewsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topNewsList__figure {
  width: 120px;
  height: auto;
}

.topNewsList__figure img {
  vertical-align: bottom;
}

.topNewsList__detail {
  width: 100%;
}

.topNewsList__detail a {
  padding: 10px 50px 15px 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #000000;
  position: relative;
}

.topNewsList__detail a:after {
  content: '';
  background: #fafafa;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topNewsList__detail a:hover:after {
  width: 100%;
}

.topNewsList__detail a:hover .topNewsList__hl {
  color: #5E72B1;
}

.topNewsList__detail a:hover .fas {
  right: 15px;
  color: #5E72B1;
}

.topNewsList__detail a .fas {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.topNewsList__hl {
  margin: 5px 0 0;
  width: 100%;
  line-height: 130%;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  z-index: 1;
}

.topNewsList__meta {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  z-index: 1;
}

.topNewsList__date {
  width: 90px;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9e9e9e;
}

.topNewsList__category {
  margin: 0;
  padding: 0 8px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #757575;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #212121 !important;
}
-- */
.topNewsList__noEntry {
  margin: 0;
  padding: 20px;
  background: #eeeeee;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}




/* index contents */
.indexContents {
margin: 0 0 30px;
background: #f5f2ee;
padding-top: 0;
padding-bottom: 0;
}

.indexContents .container {
  width: auto;
  max-width: 1100px;
}
.indexContents .pr_container {
  width: auto;
  max-width: 1100px;
}

.indexContainer {
  margin: 0 auto;
  max-width: 1800px;
}

.boxInner__top--right {
  padding: 0 5% 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.boxInner__top--left {
  padding: 0 3% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*----------------------------------------
staff_box
----------------------------------------*/
.staff_box {
padding: 1em 1em;
    margin: 2em 0;
    border: solid 1px #364F9D;
}
.staff {
display: flex;
}
.staff_box .photoBox{
width: 210px;
}
.staff_box .nameBox{
width: calc( 100% - 210px );
}
.att_box {
padding: 0 0.6em;
    margin: 1em 0;
    border: solid 1px #364F9D;
}


#map {
  width: 100%;
  height: 480px;
}

#map .gm-style-iw {
  color: #212121;
}

/*----------------------------------------
news
----------------------------------------*/

.entryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
}

.entryArea {
padding-top: 20px;
  padding-bottom: 20px;
  width: 68%;
}

.entryList {
  margin-bottom: 20px;
border-bottom: 1px solid #364F9D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entryList__eyeCatch {
  margin: 0;
  width: 33.419%;
}

.entryList__eyeCatch a:hover {
  opacity: .6;
}

.entryList__outline {
  margin-left: auto;
  width: 62.724%;
  position: relative;
}

.entryList__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entryList__hl {
  margin: 16px 0;
  padding: 0 0 16px;
  width: 100%;
  line-height: 120%;
  border-bottom: 1px solid #DDD;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.entryList__hl a {
  color: #5E72B1;
  text-decoration: none;
}

.entryList__hl a:hover {
  color: #000000;
}

.entryList__date {
  color: #757575;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.entryList__category {
  margin: 0 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.Ecate {
  padding: 6px 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #FF0000 !important;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.entryList__category a {
  padding: 6px 10px;
  line-height: 100%;
  display: inline-block;
  border-radius: 3px;
  background: #5E72B1;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
}

.entryList__category a:hover {
  background: #000000;
}

.entryList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.entryList__excerpt {
  margin: 0;
}

.entryList__more {
  margin-left: auto;
}

.entryList__more i {
  margin-right: 5px;
  display: inline-block;
  color: #558b2f;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 1px;
}

.entryList__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.entryList__more a:hover i {
  color: #000000;
}

.entryArea__detail {
  padding-bottom: 0;
}

.entry {
  padding-bottom: 80px;
width: 100%;
}

.entry:last-child {
  padding-bottom: 20px;
}

.entry__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry__hl {
  margin: 10px 0 25px;
  padding: 0 10px 25px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}

.entry__date {
  padding: 0 10px;
  color: #757575;
}

.entrySns {
  margin: 0 10px 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entrySns__item {
  margin-left: 10px;
  list-style: none;
}

.fb-like.fb_iframe_widget {
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entryBody,
.eyeCatch,
.post-body {
  margin: 40px 0 !important;
  padding: 0 10px;
  clear: both;
}

.post-detail,
#post-detail {
  margin: 10px 0 40px!important;
  padding: 0 10px;
}

.entry__meta {
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}

.entryMetaList {
  margin: 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.entryMetaList__item {
  margin-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
}

.entryArchive__hl {
  margin: 0 0 40px;
  padding: 10px 15px;
  background: #364F9D;
  border-radius: 4px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}

.tag {
  padding: 0 !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
/*----------------------------------------
document
----------------------------------------*/
ul.d_list {
    list-style-type: none;
    padding-left: 5px;
}
 li.d_list{
    position: relative;
    padding-left: 16px;
    padding-top: 1.2em;
  }
  li.d_list:before {
    content: "";
    position: absolute;
    top: 1.8em;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #364F9D;
    border-right: 2px solid #364F9D;
  }
    /*アコーディオン全体*/
    .ul {
      width: 100%;
      padding: 10px 10px 20px;
    }
    .nl input {
      display: none; /*チェックボックスを隠す*/
    }
    /*バー部分*/
    .nl label {
      cursor :pointer;
      display: block;
      text-decoration: none;
      color: #333;
      line-height: 1;
      position: relative;
      margin: 0 0 10px;
      padding: 10px;
      background-color: #e5f1f0;
    }
    /*開いたときに表示される部分*/
    .nl ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1px;
    }
    .nl li {
      height: 0;
      overflow-y: hidden;
      transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
      -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
      -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
      -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
      -o-transition: padding-bottom 0.5s, padding-top 0.5s;
    }
#nl_bar01:checked ~ #links01 li,
#nl_bar02:checked ~ #links02 li, 
#nl_bar03:checked ~ #links03 li, 
#nl_bar04:checked ~ #links04 li,
#nl_bar05:checked ~ #links05 li,
#nl_bar06:checked ~ #links06 li,
#nl_bar07:checked ~ #links07 li,
#nl_bar08:checked ~ #links08 li,
#nl_bar09:checked ~ #links09 li {
      height: auto; /*開いたときに表示されるliの高さ*/
      opacity: 1;
      background: #ffffff;
      padding: 10px;
    }
     /*開いたときの下の余白*/
#nl_bar01:checked ~ #links01 li:last-child,
#nl_bar02:checked ~ #links02 li:last-child, 
#nl_bar03:checked ~ #links03 li:last-child, 
#nl_bar04:checked ~ #links04 li:last-child,
#nl_bar05:checked ~ #links05 li:last-child,
#nl_bar06:checked ~ #links06 li:last-child,
#nl_bar07:checked ~ #links07 li:last-child,
#nl_bar08:checked ~ #links08 li:last-child,
#nl_bar09:checked ~ #links09 li:last-child {
      margin-bottom: 20px;
    }
    /*閉じた状態の矢印描画*/
    .nl label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #333 2px solid;
      border-right: #333 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin: auto;
    }
    /*開いた状態の矢印描画*/
    .nl input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #333 2px solid;
      border-right: #333 2px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
      right: 2%;
      top: 7%;
      bottom: 0;
      margin: auto;
    }

/*----------------------------------------
contact
----------------------------------------*/

.mail-description {
  margin-bottom: 40px;
}

.alert-message {
  margin: 15px auto !important;
  padding: 10px 20px;
  color: #C30;
  font-weight: 700;
  border: 5px solid #C30;
}

.thanks {
  padding-bottom: 200px;
}

.requiredTag {
  margin-top: 2px;
  padding: 2px 5px;
  height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #c62828;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}

.optionalTag {
  margin-top: 2px;
  padding: 2px 5px;
  height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #424242;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}

.preContents {
  padding: 20px;
  line-height: 120%;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.preContents .preContentsHead {
  margin-bottom: 2px;
  display: block;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  color: #9e9e9e;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.preContents code {
  line-height: 120%;
  font-size: 12px;
  font-size: 0.75rem;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.colorList {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colorList > li {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.colorListSub {
  margin-top: 5px;
  padding: 0;
}

.colorListSub > li {
  padding: 6px 10px;
  line-height: 140%;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.colorListSub > li b {
  font-weight: 700;
}

.fLink .container {
  margin: 0 auto;
  max-width: 1100px;
}
.fLink .container .rowBox__3elem .boxInner {
    margin: 10px 0;
}

/*page-nation
----------------------------------------------- */
.pager ul.pagination2 {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination2 li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  background:#36509f;
  width: 230px;
  height: 40px;
  text-align: center;
  position: relative;
}

.pager .pagination2 li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination2 li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination2 li a:hover,
.pager .pagination2 li a.active{
  color: #000;
  background: #f5f5f5;
}



/*----------------------------------------
other
----------------------------------------*/

@media only screen and (min-width: 1120px) {
  .pcNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .tabVisible {
    display: none;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
.mainVisual__inner {
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.mainVisual__inner img {
border-radius: 0px;
}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
* Remove all paddings around the image on small screen
*/

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media only screen and (max-width: 499px) {/*　画面サイズが499pxまでこのファイルのスタイルが適用*/
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  a:hover {
    opacity: 1 !important;
  }

  a:hover img {
    opacity: 1 !important;
  }	
  .headline {
    margin: 0 0 30px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .headline__underline {
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .headline__underline:before {
    margin-left: -15px;
    width: 30px;
  }

  .headline__underline--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .headline__underline--left:before {
    width: 30px;
  }

  .headline__underline--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .headline__underline--right:before {
    width: 30px;
  }

  .headline__sideBorder--text {
    margin: 0 10px;
  }

  .headline__sideBorder--line {
    width: 20px;
  }

  .headline__fs--xs {
    font-size: 16px;
    font-size: 1rem;
  }

  .headline__fs--s {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .headline__fs--m {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .headline__fs--l {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .headline__fs--xl {
    font-size: 30px;
    font-size: 1.875rem;
  }

/*header*/
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hTop {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }

  .hTop__hl img {
    max-height: 44px;
  }

  .hTop__contents {
    margin: 0 0 0 auto;
  }


  .spMenu__btn {
    margin: 0 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.8) !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .gNav:after {
    display: none;
  }

  .nav-menu__box {
    width: 260px;
    height: 100%;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .nav-menu {
    padding-bottom: 220px;
    width: 100%;
    display: block;
  }

  .nav-item {
    width: 100%;
    border-right: none;
  }

  .nav-item:first-child {
    border-left: none;
  }

  .nav-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }

  .nav-item > a:after {
    display: none;
  }

  .nav-item.current > a:before {
    display: none;
  }

  .nav-menu__sub {
    display: block !important;
    position: static;
    border: none;
  }

  .nav-menu__sub .menu-content > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-menu__sub .menu-content > a:after {
    display: none;
  }


#main {
margin-top: 40px;
}	

.mainVisualList__Eitem {
  height: auto !important;
  background-position: center;
  background-size: cover;
}
.mainVisualList__Eitem img {
border-radius: 0px;
}	

.staff {
lex-direction: column;
}
.fLink .container {
margin: 0 auto;
width: 100%;
}
.fLink .container .rowBox__3elem .boxInner {
    margin: 10px auto;
}
.hTop__contents{
display:none;
}
  .w530 {
    width: 100%;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .spNone {
    display: none !important;
  }

  .tabVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .breadcrumb nav {
    padding: 5px 0;
  }

  .blogComment {
    margin: 40px 0 0;
    padding: 10px;
  }

  .blogComment .submit {
    padding: 15px 0 10px;
  }

  .blogComment__hl {
    font-size: 16px;
    font-size: 1rem;
  }

  .blogCommentList {
    margin-bottom: 20px;
    padding: 0 10px 20px;
  }

  .blogCommentSend__hl {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1rem;
  }

  #BlogCommentAddForm {
    padding: 10px 0 !important;
  }

  #BlogCommentAddForm input {
    width: 100%;
  }

  .authCaptcha__image {
    margin: 0 0 10px;
  }

  .resultMessage {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1rem;
  }

  input:not([type='checkbox']):not([type='radio']),
  textarea {
    -webkit-appearance: none;
  }

  .form-s {
    width: 100%;
  }

  .form-l {
    width: 100%;
  }

  .authCaptcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #MailMessageAuthCaptcha {
    width: 94%;
  }



  .pagination {
    padding-bottom: 40px;
  }

  .pagination span {
    margin: 0;
  }

  .pagination .prev,
  .pagination .next {
    margin: 8px auto;
    padding: 5px 10px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .contentsNavi {
    margin: 20px 0 40px;
  }

  .pagetop {
    bottom: 40px;
    right: 10px;
  }

  .pagetop a {
    width: 40px;
    height: 40px;
  }

  .baseTable th,
  .baseTable td {
    padding: 12px 8px;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }



  .container {
    width: auto;
    margin: 0 15px;
  }
  .pr_container {
    width: auto;
    margin: 0 15px;
	  top:0;
  }

	
  .contents {
    padding-bottom: 50px;
  }

  .contentsTitle {
    margin-bottom: 30px;
  }

  .contentsTitle__hl {
    height: 100px;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .section {
    margin: 40px 0;
  }

  .section__hl {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .section__hl:before {
    margin-left: -15px;
    width: 30px;
  }

  .section__hl--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .section__hl--left:before {
    margin-left: 0;
  }

  .section__hl--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .section__hl--right:before {
    margin-left: 0;
  }


  .fLink {
    padding: 40px 15px;
    height: auto;
  }

  .fLink__hl {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .fContact {
    padding: 40px 15px;
    height: auto;
  }

  .fContact__hl {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .fContact__tel {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .fContact__btn {
    width: 280px;
  }

  .fContact__btn .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
 

  footer {
    padding: 20px 0;
  }

  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fLeft {
    width: auto;
    text-align: center;
  }

  .shopName {
    margin: 20px auto 0;
  }

  .fAddress {
    margin: 10px auto 0;
    text-align: left;
  }

  .fAddress dt {
    width: 58px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .fAddress dd {
    padding-left: 58px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .fRight {
    width: 100%;
  }

  .snsList {
    margin: 30px 0 0;
  }

  .copy {
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sideNav {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }

  .colBox {
    margin: 50px 0;
  }

  .colBox__bgColor {
    padding: 40px 0;
  }

  .contents__hl {
    margin: 15px 0 20px;
    padding-right: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .rowBox__2elem {
    margin: 0;
    display: block;
  }

  .rowBox__2elem .boxInner {
    margin: 20px 0;
    width: 100%;
  }

  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0;
    width: 100%;
  }

  .rowBox__3elem {
    margin: 0;
    display: block;
  }

  .rowBox__3elem:after {
    display: none;
  }

  .rowBox__3elem .boxInner {
    margin: 20px auto;
    width: 80%;
  }

  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__3elem--reverse:after {
    display: none;
  }

  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0;
    width: 100%;
  }

  .rowBox__4elem {
    margin: 0;
    display: block;
  }

  .rowBox__4elem:before {
    display: none;
  }

  .rowBox__4elem:after {
    display: none;
  }

  .rowBox__4elem .boxInner {
    margin: 20px 0;
    width: 100%;
  }

  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__4elem--reverse:before {
    display: none;
  }

  .rowBox__4elem--reverse:after {
    display: none;
  }

  .rowBox__4elem--reverse .boxInner {
    margin: 10px 0;
    width: 100%;
  }
.rowBox__item{
display: block;
justify-content: space-between;
}
.rowBox__item .img{
width: 100%;
}
.rowBox__item .txt{
width: 100%;
}

.mainVisual__hl {
 font-size: 21px;
 font-size: 1.3125rem;
  }

.mainVisualList__item {
  height: 260px !important;
 
  }
.mainVisual__inner {
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.mainVisual__inner img {
border-radius: 0px;
}

  .indexContents {
    margin: 0 0 20px;
  }

  .topNews {
    margin: -90px 0 40px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topNews__box {
    padding: 8px 0 16px;
    width: 100%;
  }

  .topNews__box .topNews__hl {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .topNews__box .topNews__hl span {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .topNewsList {
    margin-top: 10px;
    width: 100%;
  }

  .topNewsList__item:last-child {
    margin-bottom: 0;
  }

  .topNewsList__detail a {
    padding: 10px 40px 15px 15px;
  }

  .topNewsList__detail a .fas {
    right: 10px;
  }

  .topNewsList__hl {
    margin: 0 0 5px !important;
    width: 100%;
  }

  .menuTable {
    margin-bottom: 0;
  }

  .menuTable tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  .menuTable th,
  .menuTable td {
    padding: 10px 15px 10px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .menuTable td {
    width: auto;
  }

  #map {
    height: 300px !important;
  }

  .entryContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entryArea {
    padding-bottom: 20px;
    width: 100%;
  }

  .entryList {
    margin: 40px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entryList__eyeCatch {
    margin: 0 auto;
    width: calc(100% - 40px);
    float: none;
  }

  .entryList__outline {
    margin-top: 15px;
    width: 100%;
    float: none;
  }

  .entryList__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .entryList__category a {
    padding: 6px 8px;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .entryList__more {
    margin-top: 10px;
  }

  .entry {
    padding-bottom: 40px;
  }

  .entry__header {
    margin-bottom: 0;
  }

  .entry__hl {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .entrySns {
    margin: 15px 0 0 0;
    width: 100%;
  }

  .entrySns__item {
    margin: 0 10px 0 0;
  }

  .entryMetaList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entryArchive__hl {
    font-size: 16px;
    font-size: 1rem;
  }

  .mail-description {
    margin-bottom: 20px;
  }

  .thanks {
    padding-bottom: 40px;
  }

  .colorList {
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colorList > li {
    margin: 0 0 20px;
    width: 100%;
  }

  .colorListSub > li {
    font-size: 10px;
    font-size: 0.625rem;
  }

}

@media only screen and (min-width: 500px) and (max-width: 1119px) {
  .w530 {
    width: 48.18%;
  }

  .tabNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .authCaptcha__image {
    margin: 0 20px 10px 0;
  }

  a:hover {
    opacity: 1 !important;
  }

  a:hover img {
    opacity: 1 !important;
  }

  .container {
    width: auto;
    margin: 0 20px;
  }
 .pr_container {
    width: auto;
    margin: 0 20px;
  }

  .section {
    margin: 60px 0;
  }

  .hContact {
    margin-right: 20px;
  }

  .hContact__tel {
    pointer-events: auto;
  }

  .nav-menu__sub {
    top: 49px;
  }

  .nav-menu__sub .menu-content > a {
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
  }

  .entrySns {
    margin: 15px 0 0 0;
    width: 100%;
  }

  .entrySns__item {
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
  .w530 {
    width: 100%;
  }

  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .blogCommentSend__hl {
    margin: 10px 0;
  }

  #BlogCommentAddForm {
    padding: 10px 0 !important;
  }

  #BlogCommentAddForm input {
    width: 100%;
  }

  input:not([type='checkbox']):not([type='radio']),
  textarea {
    -webkit-appearance: none;
  }

  .form-s {
    width: 100%;
  }

  .form-l {
    width: 100%;
  }

  .authCaptcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #MailMessageAuthCaptcha {
    width: 96%;
  }

  .headline {
    margin: 0 0 30px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .headline__underline {
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .headline__underline--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .headline__underline--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .headline__sideBorder--text {
    margin: 0 15px;
  }

  .headline__sideBorder--line {
    width: 30px;
  }

  .headline__fs--xs {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .headline__fs--s {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .headline__fs--m {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .headline__fs--l {
    font-size: 31px;
    font-size: 1.9375rem;
  }

  .headline__fs--xl {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .contentsNavi {
    margin: 20px 0 40px;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .contentsTitle {
    margin-bottom: 60px;
  }

  .contentsTitle__hl {
    height: 130px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .section__hl {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .section__hl--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .section__hl--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  header {
    
  }

  .hTop {
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 10px -5 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px -5 rgba(0, 0, 0, 0.1);
  }

  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }

  .hTop__hl img {
    max-height: 50px;
  }

  .hTop__contents {
    margin: 0 0 0 auto;	
  }

  .hContact {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hContact__item--btn {
    margin: 0 5px;
  }

  .hContact__item--tel {
    margin: 0 5px;
  }

  .hContact__item--hour {
    display: none;
  }

  .hContact__btn {
    padding: 0;
    background: none !important;
    border: none !important;
  }

  .hContact__btn:hover .fa {
    color: #000000;
  }

  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .hContact__btn--text {
    display: none;
  }

  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }

  .hContact__tel--num {
    display: none;
  }

  .spMenu__btn {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.8) !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .gNav:after {
    display: none;
  }

  .nav-menu__box {
    width: 260px;
    height: 100%;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .nav-menu {
    padding-bottom: 220px;
    width: 100%;
    display: block;
  }

  .nav-item {
    width: 100%;
    border-right: none;
  }

  .nav-item:first-child {
    border-left: none;
  }

  .nav-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }

  .nav-item > a:after {
    display: none;
  }

  .nav-item.current > a:before {
    display: none;
  }

  .nav-menu__sub {
    display: block !important;
    position: static;
    border: none;
  }

  .nav-menu__sub .menu-content > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-menu__sub .menu-content > a:after {
    display: none;
  }


.fContact {
    padding: 60px 15px;
    height: auto;
  }

  .fContact__tel {
    font-size: 48px;
    font-size: 3rem;
  }

  footer {
    padding: 30px 0 20px;
  }

  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fLeft {
    width: auto;
    text-align: center;
  }

  .shopName {
    margin: 20px auto 0;
  }

  .fAddress {
    margin: 10px auto 0;
    text-align: left;
  }

  .fRight {
    width: 100%;
  }

  .snsList {
    margin: 30px 0 0;
  }

  .copy {
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sideNav {
    width: 100%;
    float: none;
  }

  .colBox {
    margin: 60px 0;
  }

  .colBox__bgColor {
    padding: 70px 0;
  }

  .contents__hl {
    margin: 30px 0 20px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .rowBox__2elem .boxInner {
    width: calc(50% - 10px);
  }

  .rowBox__2elem--reverse .boxInner {
    width: calc(50% - 10px);
  }

  .rowBox__3elem {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .rowBox__3elem:after {
    width: calc(50% - 20px);
  }

  .rowBox__3elem .boxInner {
    margin: 20px 0;
    width: calc(50% - 20px);
  }

  .rowBox__3elem--reverse {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .rowBox__3elem--reverse:after {
    width: calc(50% - 20px);
  }

  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0;
    width: calc(50% - 20px);
  }

  .rowBox__4elem {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .rowBox__4elem .boxInner {
    width: calc(50% - 30px);
  }

  .rowBox__4elem--reverse {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .rowBox__4elem--reverse:before {
    width: calc(50% - 30px);
  }

  .rowBox__4elem--reverse:after {
    width: calc(50% - 30px);
  }

  .rowBox__4elem--reverse .boxInner {
    width: calc(50% - 30px);
  }

  .mainVisual__hl {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .mainVisualList__item {
    height: 340px !important;
  border-radius: 10px;
  }

  .indexContents {
    margin: 0 0 50px;
  }

  .topNews {
    margin: -100px 0 60px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topNews__box {
    padding: 10px 0 20px;
    width: 100%;
  }

  .topNewsList {
    margin-top: 10px;
    width: 100%;
  }

  .topNewsList__item:last-child {
    margin-bottom: 0;
  }

  .topNewsList__hl {
    margin: 0 0 5px !important;
    width: 100%;
  }

  .menuTable {
    margin-bottom: 0;
  }

  .menuTable tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }

  #map {
    height: 400px !important;
  }

  .entryContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entryArea {
    padding-bottom: 40px;
    width: 100%;
  }

  .entryMetaList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .thanks {
    padding-bottom: 80px;
  }

  .colorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .colorList > li {
    margin: 0 0 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 788px) and (max-width: 999px) { /*　画面サイズが788pxから999pxまでこのファイルのスタイルが適用される。*/
  input:not([type='checkbox']):not([type='radio']),
  textarea {
    -webkit-appearance: none;
  }

  .form-s {
    width: 100%;
  }

  .form-l {
    width: 100%;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hTop {
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }

  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }

  .hTop__hl img {
    max-height: 66px;
  }

  .hTop__contents {
    margin: 0 0 0 auto;
  }

  .hContact {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hContact__item--btn {
    margin: 0 5px;
  }

  .hContact__item--tel {
    margin: 0 5px;
  }

  .hContact__item--hour {
    display: none;
  }

  .hContact__btn {
    padding: 0;
    background: none !important;
    border: none !important;
  }

  .hContact__btn:hover .fa {
    color: #000000;
  }

  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .hContact__btn--text {
    display: none;
  }

  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }

  .hContact__tel--num {
    display: none;
  }

  .spMenu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.8) !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .gNav:after {
    display: none;
  }

  .nav-menu__box {
    width: 260px;
    height: 100%;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .nav-menu {
    padding-bottom: 220px;
    width: 100%;
    display: block;
  }

  .nav-item {
    width: 100%;
    border-right: none;
  }

  .nav-item:first-child {
    border-left: none;
  }

  .nav-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }

  .nav-item > a:after {
    display: none;
  }

  .nav-item.current > a:before {
    display: none;
  }

  .nav-menu__sub {
    display: block !important;
    position: static;
    border: none;
  }

  .nav-menu__sub .menu-content > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-menu__sub .menu-content > a:after {
    display: none;
  }

  .fContact__tel {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .colBox {
    margin: 90px 0;
  }

  .contents__hl {
    margin: 5px 0 20px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .mainVisual__hl {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .mainVisualList__item {
    height: 400px !important;
  border-radius: 10px;
  }

  .indexContents {
    margin: 0 0 50px;
  }

  .topNews {
    margin: -100px 0 60px;
  }

  .entryContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .entryArea {
    padding-bottom: 40px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

/* layout
-------------------- */

#MainLeft {
float: left;
width: 68%;
padding-top: 20px;
}
#SideRight {
float: right;
width: 28%;
padding-top: 20px;
}


@media screen and (max-width: 640px) {  /*　画面サイズが640pxまでこのファイルのスタイルが適用される。*/
.content {
width: auto;
margin: 0 10px;
}
#MainLeft {
float: none;
width: auto;
margin-bottom: 30px;
}
#SideRight {
float: none;
width: auto;
margin-left: -10px;
margin-right: -10px;
}
}

.hTop__row {
text-align:center;
padding:10px 0px;
display: flex;
}
.search-box {
margin-left: 10px;
}
input,
#SearchIndexQ {
padding: 0px 4px;
height: 30px;
width: 140px;
box-sizing: border-box;
border-radius: 3px;
background: #ffffff;
border: 1px solid #e0e0e0;
vertical-align: top;
}
.submit_button{
	 position: relative;
 display: inline-block;
 padding: 0.2em 1em;
 margin-left: 10px;
 text-decoration: none;
 color: #FFF;
 background: #364F9D;
 transition: .4s;
}

.submit_button:hover {
background: #73b3b0;
}


.hTop__btn{
margin: 0 0 0 auto;
}
.flat-btn {
 position: relative;
 display: inline-block;
 padding: 0.2em 1em;
 margin-left: 10px;
 text-decoration: none;
 color: #FFF;
 background: #364F9D;
 transition: .4s;
}

.flat-btn:hover {
background: #1ba6ff;
}
.hTop__contents p{
margin: 0px;
text-align:right;
font-weight: 300;
}
.banner{
border-radius: 8px;
border: 1px #dcdcdc solid;
}

.pr__btn{
border-radius: 14px;
}

.pr a img{
	position:relative;
	top:0;
}
.pr a img:hover{
	top:10px;
	transition:0.3s;
	opacity: 1;
}

.subList li {
  margin: 10px 0px;
  list-style: none;
}


.widget-local-navi ul {
list-style: none;
margin: 0;
padding: 0;
}

.widget-local-navi ul li a {
display: block;
padding: .8em .8em .8em 2em;
text-decoration: none;
background: #f5f2ee;
color: #364F9D;
text-align: left;
font-size: 15px;
  font-size: 0.9375rem;
margin: .2em .2em .2em 2em;
border-left: solid 5px #1ba6ff;
}

.widget-local-navi ul li a:hover {
background: #1ba6ff;
	color: #ffffff;
}


.job-g{
    width:100%;
    font-size: 0.8rem;
  padding-left: 1em;
 margin-bottom: 30px;
}
.job-g p img {
    margin: 20px 0 0;
    padding: 0;
}

.job-g ol {
  counter-reset: number;
  list-style: none;
 }
.job-g ol li {
  padding: 0.1em 0;
  text-indent: -2.6em;
  padding-left: 2.6em;
}

.job-g ol li:before {
  counter-increment: number;
  content: "注"counter(number) "：";
}

.job-g ol li img {
    margin: 0;
    padding: 0;
   vertical-align: bottom;
}

.no-list ul {
list-style: none;
margin: 0;
padding: 10px;
}

.hr01 {
border-width: 1px 0 0 0;
border-style: solid;
border-color: #5E72B1;
}
figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

/*page-nation
----------------------------------------------- */


@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination2 li.pre,
  .pager .pagination2 li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination2 li.pre a,
  .pager .pagination2 li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination2 li.pre span::after{
    content: "　前へ";
  }

  .pager .pagination2 li.next span::before{
    content: "次へ　";
  }
}
/*FAQ
----------------------------------------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.cp_qa {
border-top: 0px solid #36509f;
margin-top: 2em;
}
.cp_qa .cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 1px;
color: #1b2538;
}
.cp_qa .cp_actab input {
position: absolute;
opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
font-weight: bold;
line-height: 1.6;
position: relative;
display: block;
margin: 0 0 0 0;
padding: 1em 3em 1em 1em;
cursor: pointer;
border: 1px solid #36509f;
margin-bottom: 5px;
}
.cp_qa .cp_actab label:hover {
color: #36509f;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s ease;
        transition: max-height 0.5s ease;
color: #36509f;
background: rgba(235, 247, 247, 0.5);
}
.cp_qa .cp_actab .cp_actab-content p {
margin: 1em;
}
.cp_qa .cp_actab .cp_actab-content li {
margin-left: 1em;
}
.cp_qa .cp_actab .cp_actab-content a {
text-decoration:underline;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
color: #36509f;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
max-height: 600em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
line-height: 1.6;
position: absolute;
top: 50%;
right: 0;
display: block;
width: 3em;
margin-top: -12.5px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
font-family: "Font Awesome 5 Free";
content: '\f078';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}

/* 検索
---------------------------------------------------*/
.search-box {
    margin-top: 0px;
}

.search-box input[type="text"] {
}
.search-box .submit_button{
    text-indent: -9999px;
    box-shadow:none;
    cursor: pointer;
    border: none;
    color: #fff;
    height: 22px;
    width: 22px;
    background-image: url(../img/search-solid.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0;
margin-left: 6px;
    vertical-align: top;
}

.search-result {
    text-align: right;
}
/* CV添削 */
.bubble_box {
display: flex;
margin: 0 0 10px 24px;
}
.bubble_txt  {
    margin: 0 0 0 26px;
flex: 1;
}
.bubble {
    position: relative;
    background: #ffffff;
    color: #36509f;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    width: 80px;
    height: 50px;
    border-radius: 0px;
    padding: 0px;
    border: #36509f solid 3px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #ffffff;
    border-width: 8px 0 8px 14px;
    top: 50%;
    right: -14px;
    margin-top: -8px;
}
.bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #36509f;
    border-width: 11px 0 11px 17px;
    top: 50%;
    right: -18.5px;
    margin-top: -11px;
    display: block;
}
.check {
margin: 0 0 30px 46px;
}
/* チェックボックス全体 */
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
/* デフォルトチェックボックス非表示 */
.checkbox-wrap input {
  display: none;
}
/* チェックボックスのスタイル */
.checkbox-wrap .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
}
/* チェックマーク作成 */
.checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* チェック時のスタイル */
.checkbox-wrap input:checked + .checkmark {
  border: 2px solid #000;
}
/* チェック時 チェックマーク表示 */
.checkbox-wrap input:checked + .checkmark:after {
  display: block;
}
h3.cv {
border: #36509f solid 3px;
padding: 10px;
margin-top: 2em;
}
/* 丸数字リスト表示 */
ol .maru {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
ol .maru li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol .maru li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background:transparent;
  border:#555 1px solid;
  color: #555;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  top: 10px;
}

.pu_btn {
	margin: 1em;
}

.mv-area{
  position: relative;
}

/* 画像 */
.mv-area img{
  width: 100%;
  height: auto;
  display: block;
}

/* ボタン（右下固定） */
.mv-btn{
  position: absolute;
  bottom: 25%;
  right: 5%;
  display: block;
  transition: 0.3s;
}

/* ボタン画像 */
.mv-btn img{
  width: 180px;
  height: auto;
}

/* ホバー */

.mv-btn:hover img{
	opacity: 1;
	  transform: scale(1.05);
  transition: 0.3s;

	
}


.mv-btn:active{
  transform: translateY(1px);
}


/* スマホ */
@media screen and (max-width:768px){

  .mv-btn{
    bottom: 4%;
    right: 4%;
  }

  .mv-btn img{
    width: 110px;
  }

}

/*footerメニュー
---------------------------------------------------------------------------*/
.accordion {
	background: #1ba6ff;
	width: 100%;
	margin-top: 40px;
}

.accordion-header {
	width: 100%;
	padding: 16px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.accordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0px 16px 10px;
}

.accordion-content p {
  margin: 16px 0;
}

/* 開いた状態 */
.accordion.is-open .accordion-content {
  max-height: 600px; /* 十分大きめの値にする */
}

.accordion.is-open .icon {
  content: "－";
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	color: #fff;		/*文字色*/
	font-size: 0.88rem;	/*文字サイズ。bodyのfont-sizeの80%です。*/
	padding: 20px var(--content-space);	/*上下に20px、左右はcss冒頭のcontent-spaceで指示しているpxを読み込みます*/
	display: flex;		/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
	margin: 20px;
	text-align: left;
}

/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: inherit;
	opacity: 0.7;	/*透明度。色を60%出す。*/
}

/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。色を100%出す。*/
}

/*ulタグ（メニューの１列あたり）*/
#footermenu ul {
	margin: 0;list-style: none;
	padding: 0 2px;
	flex: 1;
}

#footermenu ul ul {
	padding-left: 10px;
}


/*メニューの見出し(title)*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}

@media screen and (max-width: 767px){/* モバイル縦用スタイル */
	#footermenu {
		flex-direction: column;
	
}
}








