@charset "utf-8";
/* CSS Document */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html {
  background-color: #EDEDED;
}
body {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background-color: #FFF;
  font-size: 14px;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
@media (max-width: 599px) {
  body {}
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0px;
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  body {
    font-size: 18px;
  }
  .hidden_tb {
    display: none;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1200px;
  }
  .hidden_tb {
    display: inherit;
  }
  .hidden_pc {
    display: none;
  }
}
/*****************************************
グローバルナビゲーション gNavi
*****************************************/
#gNavi ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#gNavi ul > li {
  flex: 33.3% 0 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#gNavi ul > li:last-child {
  border-right: none;
}
#gNavi ul > li a {
  flex-grow: 2;
  display: block;
  padding: 0.8em 0;
  font-size: 14px;
}
#gNavi ul > li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  #gNavi ul > li a {
    padding: 1.2em 0;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {}
@media (min-width: 600px) {
  #gNavi ul > li {
    flex: 16.6% 0 1;
  }
}
@media (max-width: 599px) {
  #gNavi ul > li {
	letter-spacing: 0;
  }
  #gNavi ul > li:nth-child(3) {
    border-right: none;
  }
}
/*****************************************
フッター関連 footer
*****************************************/
.footCompany {
  background-color: #184C97;
	color: #FFF;
}
.footCompany > div {
	padding: 50px 0;
}
.footCompany .fleaxWrap .detail h3 {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}
.footCompany .fleaxWrap .detail .innr {
	display: flex;
	margin-bottom: 30px;
}
.footCompany .fleaxWrap .detail .innr .address {
	padding-right: 1em;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
	letter-spacing: 0;
}
.footCompany .fleaxWrap .detail .more {
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
}
.footCompany .fleaxWrap .detail .more a {
	display: inline-block;
	position: relative;
	z-index: 2;
  color: #FFF;
	overflow: hidden;
	width: 80%;
	padding: 1em 0;
	border: 3px solid #FFF;
	border-radius: 50px;
}
.footCompany .fleaxWrap .detail .more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255,255,255,.2);
  transition: all 300ms linear;
}
.footCompany .fleaxWrap .detail .more a:hover {
  color: #FFF;
}
.footCompany .fleaxWrap .detail .more a:hover:before {
  left: 0;
}
@media (min-width: 1025px) {
.footCompany .fleaxWrap > div {
	flex-basis: 49%;
}
.footCompany .fleaxWrap .map {
	align-self: center;
}
}
@media (max-width: 1024px) {
}
@media (min-width: 600px) and (max-width: 1024px) {
.footCompany > div {
	padding: 50px 15px;
}
.footCompany .fleaxWrap .detail {
	flex-basis: 54%;
}
.footCompany .fleaxWrap .map {
	flex-basis: 44%;
}
.footCompany .fleaxWrap .detail .innr .address h2 {
	font-size: 22px;
	white-space: nowrap;
}
.footCompany .fleaxWrap .detail .innr .address p {
	font-size: 14px;
}
.footCompany .fleaxWrap .detail .innr .photo {
	box-sizing: border-box;
	padding: 8px;
}
}
@media (min-width: 600px) {
.footCompany .fleaxWrap {
	display: flex;
	justify-content: space-between;
}
.footCompany .fleaxWrap .detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.footCompany .fleaxWrap .detail h3 {
	align-self: flex-start;
	font-size: 24px;
}
.footCompany .fleaxWrap .detail h3 span {
	margin-left: 1em;
	font-size: 18px;
}
.footCompany .fleaxWrap .detail .innr > div {
	flex-basis: 50%;
}
.footCompany .fleaxWrap .detail .address {
}
.footCompany .fleaxWrap .map {
	align-self: center;
}
}
@media (max-width: 599px) {
.footCompany > div {
	padding: 30px 15px;
}
.footCompany .fleaxWrap .detail h3 {
	font-size: 20px;
}
.footCompany .fleaxWrap .detail h3 span {
	font-size: 11px;
}
.footCompany .fleaxWrap .detail h3 span::before {
	content: "\A";
	white-space: pre;
}
.footCompany .fleaxWrap .detail .innr {
	align-items: center;
	margin-bottom: 15px;
}
.footCompany .fleaxWrap .detail .innr .address {
	flex-basis: 70%;
	line-height: 1.4;
}
.footCompany .fleaxWrap .detail .innr .address h2 {
	font-weight: 500;
	margin-bottom: 0.5em;
	font-size: 18px;
}
.footCompany .fleaxWrap .detail .innr .photo {
	flex-basis: 30%;
}
.footCompany .fleaxWrap .detail .more {
	width: 80%;
}
}
#footer {
  background-color: #EDEDED;
}
#footer .foot_bnr {
	padding: 50px 0;
}
#footer .foot_bnr ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#footer .foot_bnr ul li {
	flex-basis: 33.3%;
	box-sizing: border-box;
	padding: 8px;
	display: flex;
	flex-direction: column;
}
#footer .foot_bnr ul li a {
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
}
#footer .footWrap .foot_link ul li {
	display: inline-block;
}
#footer .footWrap .foot_link ul li a {
	display: inline-block;
	padding-right: 0.5em;

}
@media (min-width: 1025px) {}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {
#footer .foot_bnr {
	padding: 50px 15px;
}
#footer .footWrap {
	font-size: 14px;
}
}
@media (min-width: 600px) {
  #footer .footWrap {
	text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 16px;
	}
#footer .footWrap .copyright {
	white-space: nowrap;
}
}
@media (max-width: 599px) {
#footer .foot_bnr {
	padding: 30px 15px;
}
#footer .foot_bnr ul li {
	flex-basis: 50%;
	padding: 4px;
}
}
/*****************************************
contactBox 
*****************************************/
.contactBox {
  margin-bottom: 45px;
}
.contactBox h2.contact_heading {
  color: #B8101F;
  font-weight: 700;
  background-image: url("../img/contactHeadin_border.png"), url("../img/contactHeadin_border.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
.contactBox h2.contact_heading span {
  font-weight: inherit;
  display: inline-block;
  position: relative;
}
.contactBox h2.contact_heading span::before {
  content: "";
  display: inline-block;
  background-image: url("../img/contactHeadin_slash.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 80px;
  height: 68px;
  position: absolute;
  top: 8px;
  left: -80px;
}
.contactBox h2.contact_heading span::after {
  content: "";
  display: inline-block;
  background-image: url("../img/contactHeadin_slash_r.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 80px;
  height: 68px;
  position: absolute;
  top: 8px;
  right: -80px;
}
.contactBox .innr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.contactBox .innr > div {
  margin: 8px;
}
.contactBox .innr .notice {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .contactBox h2.contact_heading {
    margin-top: -40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {
.contactBox h2.contact_heading {
    background-size: 8% 1px, 8% 1px;
}
}
@media (min-width: 600px) {
}
@media (max-width: 599px) {
  .contactBox {
    margin-bottom: 30px;
  }
  .contactBox h2.contact_heading {
    background-size: 10% 1px, 10% 1px;
    margin-bottom: 8px;
  }
  .contactBox h2.contact_heading span {
    font-size: 14px;
  }
  .contactBox h2.contact_heading span::before {
    background-size: auto 100%;
    width: 30px;
    height: 40px;
    top: 0;
    left: -30px;
  }
  .contactBox h2.contact_heading span::after {
    background-size: auto 100%;
    width: 30px;
    height: 40px;
    top: 0;
    right: -30px;
  }
  .contactBox .innr {
    padding: 0 15px;
  }
  .contactBox .innr > div {
    margin: 4px;
  }
  .contactBox .innr .notice {
    font-size: 12px;
  }
}
/*****************************************
スマホでのテーブルFullWidth
*****************************************/
@media (max-width: 750px) {
  .table_sp, .table_sp caption, .table_sp tbody, .table_sp thead, .table_sp tfoot, .table_sp tr, .table_sp th, .table_sp td {
    display: block;
  }
  .table_sp {
    margin-bottom: 5px;
  }
  .table_sp caption {
    padding: 5px;
    background-color: #E2E2E2;
  }
  .table_sp th {
    background-color: #F2F2F2;
    padding: 8px;
  }
  .table_sp td {
    background-color: #FFFFFF;
    padding: 8px;
  }
}
@media (min-width: 751px) {
  .table_sp {
    width: 100%;
    margin: 0 auto 10px;
  }
  .table_sp tr th {
    padding: 15px;
    border: 1px solid #CCC;
    font-weight: 500;
    background-color: #F2F2F2;
  }
  .table_sp tr td {
    padding: 15px;
    border: 1px solid #CCC;
  }
}
/***********************************
rowsシリーズ
div.rows　入れ子のulにクラス名を入れる
***********************************/
.rows ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* PC2カラム、SP2カラム */
.rows ul.col2 > li {
  float: left;
  width: 50%;
}
.rows ul.col2 > li:nth-child(2n+1) {
  clear: both;
}
/* PC3カラム、SP3カラム */
.rows ul.col3 > li {
  float: left;
  width: 33.3%;
}
.rows ul.col3 > li:nth-child(3n+1) {
  clear: both;
}
/* PC4カラム、SP4カラム */
.rows ul.col4 > li {
  float: left;
  width: 25%;
}
.rows ul.col4 > li:nth-child(4n+1) {
  clear: both;
}
@media (min-width: 751px) {
  .rows ul li.pc_w50 {
    width: 50%;
  }
}
/* PC2カラム、SP上下 */
@media (max-width: 750px) {
  .rows ul.col2_1 > li > div {
    margin-bottom: 5px;
  }
  .rows ul li > div {
    margin: 4px;
  }
}
@media (min-width: 751px) {
  .rows ul li > div {
    margin: 8px;
  }
  .rows ul.col2_1 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col2_1 > li:nth-child(2n+1) {
    clear: both;
  }
}
/* PC3カラム、SP上下 */
@media (max-width: 750px) {
  .rows ul.col3_1 > li > div {
    margin-bottom: 5px;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_1 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_1 > li:nth-child(3n+1) {
    clear: both;
  }
}
/* PC3カラム、2カラム */
@media (max-width: 750px) {
  .rows ul.col3_2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_2 > li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_2 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_2 > li:nth-child(3n+1) {
    clear: both;
  }
}
/* PC4カラム、1カラム */
@media (max-width: 750px) {}
@media (min-width: 751px) {
  .rows ul.col4_1 > li {
    float: left;
    width: 25%;
  }
  .rows ul.col4_1 > li:nth-child(4n+1) {
    clear: both;
  }
}
/* PC5カラム、SP上下 */
@media (max-width: 750px) {
  .rows ul.col5_1 > li > div {
    margin-bottom: 5px;
  }
}
@media (min-width: 751px) {
  .rows ul.col5_1 > li {
    float: left;
    width: 20%;
  }
  .rows ul.col5_1 > li:nth-child(5n+1) {
    clear: both;
  }
}
/* PC3カラム、2カラム */
@media (max-width: 750px) {
  .rows ul.col3_2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_2 > li:nth-child(2n+1) {
    clear: both;
  }
}
/* PC4カラム、2カラム */
@media (max-width: 750px) {
  .rows ul.col4_2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col4_2 > li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 751px) {
  .rows ul.col4_2 > li {
    float: left;
    width: 25%;
  }
  .rows ul.col4_2 > li:nth-child(4n+1) {
    clear: both;
  }
}
/* PC3カラム、1-2カラム */
@media (max-width: 750px) {
  .rows ul.col3_1-2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_1-2 > li:nth-child(3n+1) {
    width: 100%;
  }
  .rows ul.col3_1-2 > li:nth-child(3n+1) > div {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_1-2 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_1-2 > li:nth-child(3n+1) {
    clear: both;
  }
}
/* PC3カラム、2-1カラム */
@media (max-width: 750px) {
  .rows ul.col3_2-1 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+0) {
    width: 100%;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+0) > div {
    width: 50%;
    margin: 0 auto;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_2-1 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+1) {
    clear: both;
  }
}
.pager {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pager .right ul {
  display: flex;
}
.pager .right ul li {
  padding: 1px;
}
.pager .right li a, .pager .right li span {
  padding: 3px 8px;
  display: inline-block;
}
.pager .right li span {
  border: 1px solid #F2F2F3;
  background-color: #EEE;
  color: #999;
}
.pager .right li a {
  border: 1px solid #ccc;
  background-color: #FFF;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  .pager {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .pager .right {
    margin-left: auto;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInTrigger, .fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}




