@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  overflow: hidden;
}
#container.fixed {
  position: fixed;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 425px) {
  .sp_block {
    display: block;
  }
}
@media print, screen and (min-width: 992px) {
  .tablet_none {
    display: none;
  }
}
.font_mincho {
  font-family: 'Noto Serif JP';
}
/*---------------------------------------------------------------------
	favorite button
---------------------------------------------------------------------*/
.bl_jobItem_favorite.is-favorite:before {
  background-image: url(/common/img/icons/icon_heart_filled.svg);
}
/*---------------------------------------------------------------------
	alert_box
---------------------------------------------------------------------*/
/* .alert_box {
  padding: 10px;
  background: #B20000;
}
.alert_box .inner {
  background: #fff;
  padding: 12px;
  border: 4px solid #FF8A92;
  max-width: 1200px;
  margin: 0 auto;
}
.alert_box .head {
  background: #B20000;
  padding: 10px;
  position: relative;
}
.alert_box .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.alert_box .link {
  position: absolute;
  right: 8px;
  top: 8px;
}
.alert_box .link a {
  color: #000;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 2px 20px 2px 10px;
}
.alert_box .link a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #E60011;
}

.alert_box .list {}
.alert_box .list li {}
.alert_box .list a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #BFBFBF;
  padding: 5px;
  padding-left: 20px;
  position: relative;
}
.alert_box .list a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #B20000;
}
.alert_box .list .date {
  color: #707070;
  font-size: 1.4rem;
}
.alert_box .list .title {
  text-decoration: underline;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .alert_box {
    padding: 30px;
  }
  .alert_box .ttl {
    font-size: 2.4rem;
  }
  .alert_box .link a {
    width: 200px;
    padding: 6px;
    transition: .3s;
  }
  .alert_box .link a::before {
    right: 8px;
    top: 14px;
  }
  .alert_box .link a:hover {
    background: #fff4bd;
  }
  .alert_box .list a {
    display: table;
    width: 100%;
    padding: 10px 10px 10px 20px;
    transition: .3s;
  }
  .alert_box .list a:hover {
    border-bottom-color: #B20000;
    background: #fff4bd;
  }
  .alert_box .list .date {
    display: table-cell;
    vertical-align: top;
    font-size: 1.6rem;
    width: 140px;
    padding-top: 4px;
  }
  .alert_box .list .title {
    display: table-cell;
    vertical-align: top;
    font-size: 2rem;
  }
  .alert_box .list a::before {
    top: 22px;
  }
} */
/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
/* #site_header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: relative;
  z-index: 100;
}

.site_logo {
  float: left;
  width: 60%;
  max-width: 300px;
  line-height: 1;
  vertical-align: top;
}

.header_menu {
  display: none;
} */
/*--- fixed ---*/
/* #site_header.fixed {
  position: fixed;
  top: 0;
  left: 0;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  #site_header {
    padding: 15px 110px 15px 15px;
  }
  .site_logo {
    margin-top: 7px;
  }
  .header_menu {
    display: block;
    float: right;
    text-align: right;
  }
  .g_navi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .g_navi > li {}
  .g_navi > li + li { margin-left: 10px;}
  .g_navi > li > a {
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    transition: .3s;
    background: #ebebeb;
  }
  .g_navi > li > a:hover {
    color: #019FE8;
  }
    
} */
/*----- btn_site_navi -----*/
/* .btn_site_navi {
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.btn_site_navi a {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #019FE8;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
.btn_site_navi .line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  background: #fff;
  width: 26px;
  height: 2px;
  margin-top: -15%;
}
.btn_site_navi .line::before,
.btn_site_navi .line::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: .3s;
}
.btn_site_navi .line::before {
  top: -6px;
}
.btn_site_navi .line::after {
  top: 6px;
}
.btn_site_navi .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
} */
/*.btn_site_navi.open .line { background: none; }
.btn_site_navi.open .line::before {transform: rotate(45deg);top: 0;}
.btn_site_navi.open .line::after { transform: rotate(-45deg); top:0;}*/
/* pc_l */
/* @media print, screen and (min-width: 1460px) {
  .btn_site_navi {
    width: 94px;
  }
  .btn_site_navi a { font-size: 1.3rem; }
} */
/*----- site_navi -----*/
.site_navi {
  /*display: none;*/
  /* background: #ccc;
  position: fixed;
  right: -100%;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 100;
  padding: 60px 20px 20px;
  transition: .8s;
  opacity: 0;
  max-width: 600px; */
}
/* .site_navi .inner {
  height: 100%;
  overflow-y: scroll;
}
.site_navi .search_form {}
.close_site_navi {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.close_site_navi a {
  display: block;
  width: 70px;
  height: 70px;
}
.close_site_navi .line {
    position: absolute;
    left: 130%;
    top: 50%;
    width: 26px;
    margin-left: -13px;
  transition: all .5s ease .5s;
}
.close_site_navi .line::before,
.close_site_navi .line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #008ECF;
  transition: all .3s ease 1s;
}
.close_site_navi .line::before { top: -9px; }
.close_site_navi .line::after { top: 3px; }

.site_navi.open {
  right: 0;
  opacity: 1;
}
.open .close_site_navi .line {
  left: 50%;
}
.open .close_site_navi .line::before {
    top: -3px;
    transform: rotate(-45deg);
}
.open .close_site_navi .line::after {
    transform: rotate(45deg);
    top: -3px;
}

.site_navi_links .menu_01 {
  margin-bottom: 20px;
}
.site_navi_links .menu_01 li {
  margin-bottom: 3px;
}
.site_navi_links .menu_01 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #00468C;
  padding: 10px;
  position: relative;
}
.site_navi_links .menu_01 li a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #92DDFF;
    border-bottom: 2px solid #92DDFF;
    transform: rotate(-45deg);
    margin-top: -4px;
}

.site_navi_links .menu_02 {}
.site_navi_links .menu_02 .item {}
.site_navi_links .menu_02 .item > ul > li {
  margin-bottom: 5px;
}
.site_navi_links .menu_02 .item > ul > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #92DDFF;
  padding: 10px;
  position: relative;
}
.site_navi_links .menu_02 .item > ul > li > a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #92DDFF;
  border-bottom: 2px solid #92DDFF;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.site_navi_links .menu_02 .item .pull_btn::before {
  transform: rotate(45deg);
  margin-top: -6px;
  transition: .5s;
}
.site_navi_links .menu_02 .item .pull_btn.open::before {
  transform: rotate(225deg);
  margin-top: -4px;
}
.site_navi_links .menu_02 .pull_link {
  display: none;
  padding: 10px;
  background: #c7eeff;
}
.site_navi_links .menu_02 .pull_link li {}
.site_navi_links .menu_02 .pull_link li + li {
    border-top: 1px dotted #009fe8;
}
.site_navi_links .menu_02 .pull_link a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  padding: 5px;
} */
/* tablet */
/* @media print, screen and (min-width: 768px) {
  .site_navi { padding-top: 80px; }
  .close_site_navi a { height: 77px; }
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .site_navi {
    padding: 100px 40px 40px;
  }
  .site_navi .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: inherit;
  }
  
  .site_navi_links .menu_01 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site_navi_links .menu_01 li {
    display: table-cell;
    vertical-align: top;
  }
  .site_navi_links .menu_01 li + li {
    padding-left: 5px;
  }
  .site_navi_links .menu_01 li a {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 11px 10px 20px;
  }
  .site_navi_links .menu_01 li a:hover {
    transition: .3s;
    background-color: #FC841A;
  }
  .site_navi_links .menu_01 li a::before {
    transform: rotate(45deg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    margin-left: -2px;
  }
  .site_navi_links .menu_01 li a:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  
  .site_navi_links .menu_02 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site_navi_links .menu_02 .item {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    text-align: left;
    border-right: 1px dashed #BFBFBF;
  }
  .site_navi_links .menu_02 .item:first-child {
    padding-left: 10px;
  }
  .site_navi_links .menu_02 .item ul + ul {
    margin-top: 30px;
  }
  .site_navi_links .menu_02 .item > ul > li > a {
    border: none;
    padding: 5px;
    font-weight: 500;
  }
  .site_navi_links .menu_02 .item > ul > li > a:hover {
    transition: .3s;
    background: #f7f7da;
  }
  .site_navi_links .menu_02 .item > ul > li > a::before {
    display: none;
  }
  .site_navi_links .menu_02 .pull_link {
    display: block;
    background: none;
    padding: 0 0 0 20px;
  }
  .site_navi_links .menu_02 .pull_link li + li {
    border-top: none;
  }
  .site_navi_links .menu_02 .pull_link a {
    font-size: 1.5rem;
    padding: 2px;
  }
  .site_navi_links .menu_02 .pull_link a:hover {
    transition: .3s;
    background: #f7f7da;
  }
  
} */
/* pc_l */
/* @media print, screen and (min-width: 1460px) {
} */
/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
/* .topic_path_top {
  margin: 10px auto 30px;
}
.topic_path_top > ol {
  font-size: 13px;
  font-size: 1.3rem;
}
.topic_path_top > ol > li {
  display: inline;
}
.topic_path_top > ol > li + li::before {
  content: ">";
  margin: 0 5px;
}
.topic_path_top > ol > li a {
  text-decoration: underline;
}
.topic_path_top > ol > li:last-child a {
    text-decoration: none;
    color: #333;
} */
/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
.pagebody_inner {
  /* max-width: 1200px; */
  /* padding: 0 15px;
    box-sizing: content-box;
    margin: 0 auto; */
}
/* .pagebody_inner_02 {
    max-width: 1760px;
    padding: 0 15px;
    box-sizing: content-box;
    margin: 0 auto;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .pagebody_inner_02 {
    padding: 0 40px;
  }
  .pagebody_inner_02 .pagebody_inner { padding: 0; }
} */
/*--------------------------------------------------
	alpha
--------------------------------------------------*/
/* #alpha {
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  #alpha {
    float: left;
    width: 76.66%;
  }
} */
/*--------- text -----------*/
/* .page_ttl {
  color: #007FB9;
  font-size: 2.2rem;
  font-weight: 500;
  background: #eee;
  padding: 25px 10px;
  line-height: 1.4;
}
.page_ttl span {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
} */
/* tablet */
/* @media print, screen and (min-width: 768px) {
  .page_ttl {
    font-size: 3rem;
  }
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .page_ttl {
    font-size: 3.4rem;
    padding: 35px;
  }
} */
.content1.bl_contentBox.bl_richTxt {
  line-height: 1.8;
}
.content1.bl_contentBox.bl_richTxt p {
  margin: 1em 0;
}
.content1.bl_contentBox.bl_richTxt h2 + p, .content1.bl_contentBox.bl_richTxt h3 + p, .content1.bl_contentBox.bl_richTxt h4 + p, .content1.bl_contentBox.bl_richTxt h5 + p, .content1.bl_contentBox.bl_richTxt h6 + p {
  margin-top: 0;
}
/* .content1.bl_contentBox.bl_richTxt div > p {
  margin-top: 0;
} */
/* headline */
.content1.bl_contentBox.bl_richTxt * + h2 {
  margin-top: 80px;
}
.content1.bl_contentBox.bl_richTxt * + h3 {
  margin-top: 60px;
}
.content1.bl_contentBox.bl_richTxt * + h4 {
  margin-top: 40px;
}
.content1.bl_contentBox.bl_richTxt * + h5 {
  margin-top: 30px;
}
.content1.bl_contentBox.bl_richTxt * + h6 {
  margin-top: 20px;
}
.content1.bl_contentBox.bl_richTxt h2 + h3, .content1.bl_contentBox.bl_richTxt h3 + h4 {
  margin-top: 0;
}
/* utility */
.content1.bl_contentBox.bl_richTxt * + dl, .content1.bl_contentBox.bl_richTxt * + ol, .content1.bl_contentBox.bl_richTxt * + ul, .content1.bl_contentBox.bl_richTxt * + table {
  margin-top: 20px;
}
/* .lead_01,
.content1 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.lead_02,
.content1 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #BDBDBD;
  position: relative;
}
.lead_02::before,
.content1 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background: #009FE8;
}
.lead_03,
.content1 h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #707070;
}
.lead_04,
.content1 h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
} */
.lead_05 {
  color: #224262;
  font-weight: 500;
  font-size: 1.8rem;
}
.lead_06 {
  color: #B55C5C;
  font-weight: 500;
  font-size: 1.8rem;
}
.lead_07 {
  color: #333333;
  font-weight: 500;
  font-size: 1.8rem;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .lead_01, .content1.bl_contentBox.bl_richTxt h2 {
    /* font-size: 3.2rem;
    min-height: 140px;
    padding: 20px 25px; */
    margin-bottom: 35px;
  }
  /* .lead_02,
  .content1 h3 {
    font-size: 3rem;
    padding-bottom: 15px;
  } */
  /* .lead_03,
  .content1 h4 { font-size: 2.8rem; padding-bottom: 12px; } */
  /* .lead_04,
  /*.content1 h5 { font-size: 2.6rem; } */
   .lead_05,
  .lead_06,
  .lead_07 { font-size: 2.4rem; } 
}
.fc_01 {
  color: #D80000;
}
.modified_date {
  color: #333;
  font-size: 86.66%;
  margin-bottom: 20px;
  text-align: right;
}
/*--------- btn -----------*/
/* a.btn_01 {
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    background: #fff url("/image/icon/arrow_01.png") no-repeat right 10px center;
    min-width: 31.66%;
    padding: 10px 30px;
    font-size: 1.4rem;
    border-radius: 3px;
} */
/* pc */
/* @media screen and (min-width: 1280px) {
	a.btn_01 {
		padding: 18px 30px;
	}
	a.btn_01 {
    transition: .3s;
  }
	a.btn_01:hover {
    color: #fff;
    background-color: #008ECF;
    background-image: url("/image/icon/arrow_01_w.png");
  }
} */
/*--------- bg -----------*/
/* .bg_box_01 {
  background: #F0F7F6;
  padding: 10px 15px;
}
.bg_box_02 {
  background: #F6F5EE;
  padding: 10px 15px;
}
.bg_box_03 {
  border: 1px solid #ccc;
  padding: 10px 15px;
} */
/*--------- template -----------*/
.fll_img {
  margin-bottom: 15px;
}
.flr_img {
  margin-bottom: 15px;
}
.sp_flr_img {
  float: right;
  margin: 0 0 0 20px;
}
.sp_fll_img {
  float: left;
  margin: 0 20px 0 0;
}
.fll_img img, .fll_img img {
  max-width: 100%;
  height: auto;
}
.fl_over {
  overflow: hidden;
}
@media print, screen and (min-width: 767px) {
  .fll_img {
    float: left;
    max-width: 45%;
    margin: 0 40px 0 0;
  }
  .flr_img {
    float: right;
    max-width: 45%;
    margin: 0 0 0 40px;
  }
}
/* 追加 */
.list_1column {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.list_1column:not(:first-child) {
  margin-top: 50px;
}
.list_1column:not(:last-child) {
  margin-bottom: 50px;
}
.list_1column img {
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
/* .list_1column > figcaption:not(:first-child),
.list_1column > p:not(:first-child),
.list_1column .caption:not(:first-child) {
  margin-top: 10px;
}
.list_1column > figcaption:not(:last-child),
.list_1column > p:not(:last-child),
.list_1column .caption:not(:last-child) {
  margin-bottom: 10px;
} */
/* 非表示 */
.caption, .list_1column .caption, .list_2column .caption, .list_3column .caption, .list_4column .caption, .list_5column .caption {
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
  margin-top: 10px !important;
  /* font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0; */
}
@media print, screen and (min-width: 768px) {
  .caption, .list_1column .caption, .list_2column .caption, .list_3column .caption, .list_4column .caption, .list_5column .caption {
    font-size: 1.5rem !important;
    line-height: 1.8666666667 !important;
  }
}
/* .list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
} */
/* そのまま */
.list_2column .width_auto, .list_3column .width_auto {
  width: auto;
}
/* 追加 */
.list_1column, .list_2column, .list_3column, .list_4column, .list_5column {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .list_1column, .list_2column, .list_3column, .list_4column, .list_5column {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.list_1column {
  grid-template-columns: none;
  gap: 0;
}
.list_1column:not(:first-child), .list_2column:not(:first-child), .list_3column:not(:first-child), .list_4column:not(:first-child), .list_5column:not(:first-child) {
  margin-top: 50px;
}
.list_1column:not(:last-child), .list_2column:not(:last-child), .list_3column:not(:last-child), .list_4column:not(:last-child), .list_5column:not(:last-child) {
  margin-bottom: 50px;
}
/* list_2column */
.list_2column {}
.list_2column .item + .item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .list_2column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_2column .item {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .list_2column .item + .item {
    margin-top: 0;
  }
  .list_2column .item:nth-child(2n) {
    margin-right: 0;
  }
}
/* list_3column */
.list_3column {}
.list_3column .item + .item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .list_3column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_3column .item {
    width: 31.08%;
    /* margin: 0 3.33% 3.33% 0; */
  }
  .list_3column .item + .item {
    margin-top: 0;
  }
  .list_3column .item:nth-child(3n) {
    margin-right: 0;
  }
}
/* list_4column */
.list_4column {
  display: flex;
  flex-wrap: wrap;
}
.list_4column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_4column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_4column .item, .list_4column .item:nth-child(2n) {
    width: 23.33%;
    margin: 0 2.08% 2.08% 0;
  }
  .list_4column .item:nth-child(4n) {
    margin-right: 0;
  }
}
/* list_5column */
.list_5column {
  display: flex;
  flex-wrap: wrap;
}
.list_5column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_5column .item, .list_5column .item:nth-child(2n) {
    width: 18%;
  }
  .list_5column .item:nth-child(2n) {
    margin-right: 2.5%;
    ;
  }
  .list_5column .item:nth-child(5n) {
    margin-right: 0;
  }
}
/* .contact_box {
  background: #fafafa;
  padding: 15px 20px;
  border: 3px solid #133775;
}
* + .contact_box {
  margin-top: 60px;
} */
/*--------- list_index -----------*/
/* * + .list_index {
  margin-top: 60px;
}
.list_index {}
.list_index .item {}
.list_index .item + .item  {
  margin-top: 15px;
}
.list_index .item > a {
    color: #000;
    text-decoration: none;
    position: relative;
    border: 1px solid #bfbfbf;
  display: table;
    width: 100%;
}
.list_index .item .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}
.list_index .item .thumb span {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
}
.list_index .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  max-height: 100%;
  transition: .5s;
  width: 100%;
}
.list_index .item > a:hover .thumb img {
  opacity: 1;
  transform: scale(1.08);
}
.list_index .item .thumb + .detail {
  border-left: 1px solid #ccc;
}
.list_index .item .detail {
  display: table-cell;
  vertical-align: middle;
  background: #018FCF no-repeat right 10px center/40px;
  padding: 15px 0;
}
.list_index .item .ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.list_index .item .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #009FE8;
  border-bottom: 2px solid #009FE8;
  transform: rotate(-45deg);
}
.list_index .item .lead {
    font-size: 1.5rem;
    margin-top: 5px;
  padding: 7px 10px;
  background: #FCE6D6;
}
.list_index .item > ul {
  margin: 5px 0 30px 10px;
}
.list_index .item > ul li + li {}
.list_index .item > ul a {
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #bfbfbf;
    font-size: 1.5rem;
    padding: 5px 10px 5px 20px;
    position: relative;
}
.list_index .item > ul a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  border: 4px solid transparent;
  border-left: 6px solid #009FE8;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .list_index {
    display: flex;
    flex-wrap: wrap;
  }
  .list_index .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_index .item + .item {
    margin-top: 0;
  }
  .list_index .item:nth-child(3n) {
    margin-right: 0;
  }
  
  .list_index .item a {
    display: block;
  }
  .list_index .item a:hover {
    border-color: #008ECF;
  }
  .list_index .item a:hover .ttl {
    color: #008ECF;
  }
  .list_index .item .thumb {
    display: block;
    width: auto;
  }
  .list_index .item .detail {
    display: block;
    padding: 15px 10px;
    background-size: auto;
  }
  .list_index .item a:hover .detail {
    background-color: #ffffe9;
    transition: .3s;
  }
  .list_index .item .thumb + .detail {
    border-left: none;
  }
  .list_index .item .ttl {
    padding: 7px 0 7px 30px;
  }
  .list_index .item .ttl::before {
    left: 7px;
  }
} */
/* hierarchy_link */
/* .hierarchy_link {
  background: #eee;
  text-align: center;
  padding: 20px;
  margin: 70px 0;
}
.hierarchy_link .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hierarchy_link .ttl {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.hierarchy_link .ttl a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.hierarchy_link li {}
.hierarchy_link li + li {
  margin-top: 10px;
}
.hierarchy_link li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  border: 1px solid #BFBFBF;
  text-align: left;
  background: #fff;
  padding: 10px 10px 10px 30px;
}
.hierarchy_link li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #EB6100;
  border-bottom: 2px solid #EB6100;
  transform: rotate(-45deg);
} */
/* tablet */
/* @media print, screen and (min-width: 768px) {
  .hierarchy_link {
    margin: 100px 0;
  }
  .hierarchy_link .ttl {
    font-size: 2.4rem;
  }
  .hierarchy_link .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .hierarchy_link li {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
    
  }
  .hierarchy_link li + li { margin-top: 0; }
  .hierarchy_link li:nth-child(3n) { margin-right: 0; }
  .hierarchy_link li a {
    font-size: 1.8rem;
    transition: .3s;
    padding: 16px 16px 16px 35px;
  }
  .hierarchy_link li a::before {
    left: 13px;
    top: 26px;
  }
  .hierarchy_link li a:hover {
    color: #000;
    border-color: #EB6100;
    background-color: #FFF6D1;
  }
} */
/*--------------------------------------------------
	list_magazine
--------------------------------------------------*/
/* .list_magazine {
  display: flex;
  flex-wrap: wrap;
}
.list_magazine .item {
  width: 48%;
  margin: 0 4% 4% 0;
}
.list_magazine .item:nth-child(2n) {
  margin-right: 0;
}
.list_magazine .item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.list_magazine .item img {
  border: 1px solid #ccc;
  width: 100%;
}
.list_magazine .ttl {
  font-weight: 500;
  color: #007FB9;
  margin: 5px 0;
}
.list_magazine .icon_cat {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    background: #ebebeb;
    border-radius: 3px;
    padding: 2px 10px;
} */
/* tablet */
/* @media print, screen and (min-width: 768px) {
  .list_magazine .item,
  .list_magazine .item:nth-child(2n) {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .list_magazine .item:nth-child(3n) { margin-right: 0; }
  .list_magazine .ttl {
    font-size: 2rem;
  }
  .list_magazine .icon_cat {
      font-size: 1.4rem;
  }
} */
/*--------------------------------------------------
	list_topics
--------------------------------------------------*/
/* list_topics */
.list_topics {
  background: #fff;
  border-top: 1px dotted #bbb;
}
.list_topics li {
  border-bottom: 1px dotted #bbb;
}
.list_topics li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.list_topics li span {
  display: inline-block;
  vertical-align: top;
}
.list_topics li .date {
  margin-right: 10px;
  font-size: 1.3rem;
}
.list_topics li .icon_cat {
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
  background: #EBEBEB;
  padding: 1px 8px;
  border-radius: 3px;
}
.list_topics li .cat_01 {
  background: #DFFFBF;
}
.list_topics li .cat_02 {
  background: #BFDFFF;
}
.list_topics li .cat_03 {
  background: #E4F4FC;
}
.list_topics li .cat_04 {
  background: #FFF9E5;
}
.list_topics li .cat_05 {
  background: #ECE5FF;
}
.list_topics li .title {
  display: block;
  margin-top: 5px;
}
/* tablet */
/* @media print, screen and (min-width: 768px) {
  .list_topics li a {
    padding: 15px 20px;
  }
  .list_topics li .date {
    font-size: 1.5rem;
  }
  .list_topics li .icon_cat {
    font-size: 1.3rem;
    padding: 3px 20px;
  }
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .list_topics li a { transition: .3s; }
  .list_topics li a:hover {
    background-color: #fffced;
  }
  .list_topics li a:hover .title {
    text-decoration: underline;
  }
} */
/* .pager */
/* .pager {
  margin: 60px 0;
  padding: 50px 0;
  text-align: center;
  background: #FCF8ED;
}
.pager ul {
}
.pager ul li {
  font-size: 81.25%;
  margin: 3px;
  display: inline-block;
}
.pager a,
.pager span {
  color: #000;
  display: block;
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 9px 16px;
  background-color: #fff;
}
.pager li.total span {
  border-color: #FFF;
}
.pager li.prev span,
.pager li.next span,
.pager li.first span,
.pager li.last span {
  border: 1px solid #ccc;
  color: #EDEDED;
}
.pager li.current span {
  color: #fff;
  background: #915E33;
}
.pager a:hover {
  color: #915E33;
  border: 1px solid #999;
  background: #EEEAD9;
} */
/* link_prev_next */
/* .link_prev_next {
  text-align: center;
  max-width: 600px;
  margin: 60px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.link_prev_next > li {
  display: inline-block;
  width: 80%;
  max-width: 300px;
}
.link_prev_next > li a {
  color: #000;
  border: 1px solid #ccc;
  display: block;
  padding: 16px 40px;
  text-decoration: none;
  transition: .3s;
  border-radius: 3px;
  position: relative;
}
.link_prev_next > li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  border: 5px solid transparent;
  border-right: 8px solid #aaa;
  margin-top: -5px;
}
.link_prev_next > li a:hover {
  background-color: #e6f6fd;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .link_prev_next { margin-top: 80px; }
} */
/*サムネイル付きトピックス*/
/* .list_thumb_topics {
    font-size: 0;
	margin-bottom: 30px;
}
.list_thumb_topics li {
    font-size: 16px;
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
}
.list_thumb_topics li:nth-child(3n) {
	margin-right: 0;
}
.list_thumb_topics .thumb {
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
    background-color: #F8F6F0;
  border: 1px solid #ccc;
}
.list_thumb_topics .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.list_thumb_topics a { text-decoration: none; }
.list_thumb_topics .detail {
    font-size: 15px;
    color: #333;
    padding: 5px 0;
    border-bottom: 1px dotted #bbb;
}
.list_thumb_topics a:hover .detail { background-color: #f8f6f0; } */
/*広報紙*/
/* .list_kouhou {
    font-size: 0;
	margin-bottom: 30px;
}
.list_kouhou .item {
    font-size: 16px;
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
	text-align: center;
	border: 1px solid #bbb;	
}
.list_kouhou .item a { display: block; padding: 5px; }
.list_kouhou .item a:hover { background-color: #f5f4ef; }
.list_kouhou .item:nth-child(3n) {
	margin-right: 0;
}
.list_kouhou .ttl a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
} */
/*---------------------------------------------------------------------
	top_ttl
---------------------------------------------------------------------*/
/* .top_ttl {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
	line-height: 1;
	position: relative;
	margin-bottom: 15px;
}
.top_ttl .ja {
	display: block;
}
.top_ttl .en {
  color: #00468C;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP';
  position: relative;
}
.top_ttl::before {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    background: #009FE8;
    margin-left: -40%;
} */
/* tablet */
/* @media screen and (min-width: 768px) {
	.top_ttl::before {
		width: 390px;
		margin-left: -195px;
	}
	
	#top a.btn_01 {
    width: 300px;
    min-width: auto;
	}
} */
/* pc */
/* @media screen and (min-width: 1280px) {
	.top_ttl {
		font-size: 3.4rem;
		margin-bottom: 25px;
	}
	.top_ttl .en {
		font-size: 1.6rem;
	}
} */
/*---------------------------------------------------
	beta
---------------------------------------------------*/
/* #beta {
  margin-top: 40px;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  #beta {
    float: right;
    width: 20%;
    margin-top: 0;
  }
} */
/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
/* .side_menu {}
.side_menu a {
	color: #000;
  display: block;
  text-decoration: none;
}
.side_menu a:hover {
  text-decoration: underline;
}
.side_menu .level_1 {
  border-top: 1px solid #ccc;
}
.side_menu .level_1 > li > a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side_menu .level_1 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.side_menu .level_1 > li > a.selected,
.side_menu .level_1 > li > a:hover {
  color: #133557;
}
.side_menu .level_2 > li + li {}
.side_menu .level_2 > li > a {
	font-size: 1.4rem;
	border-bottom: 1px dotted #bbb;
	padding: 15px;
	position: relative;
}
.side_menu .level_2 > li > a::before {
	content: "";
	width: 2px;
	height: 20px;
	background: #BBBBBB;
	position: absolute;
	left: 0;
	top: 16px;
}
.side_menu .level_2 > li > a.selected,
.side_menu .level_2 > li > a:hover {
	color: #008ECF;
}
.side_menu .level_2 > li > a.selected::before,
.side_menu .level_2 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_3 {
  margin:10px 0 10px 10px;
  background: #fafafa;
}
.side_menu .level_3 > li > a {
  padding: 10px;
  padding-left: 23px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  position: relative 
}
.side_menu .level_3 > li > a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}
.side_menu .level_3 > li > a.selected,
.side_menu .level_3 > li > a:hover {
  color: #133557;
}
.side_menu .level_3 > li > a.selected::before,
.side_menu .level_3 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_4 {
  margin-left: 22px;
}
.side_menu .level_4 > li+ li {
  border-top: 1px dotted #ccc;
}
.side_menu .level_4 > li > a {
  padding: 8px;
  font-size: 1.4rem;
  position: relative;
}
.side_menu .level_4 > li > a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.side_menu .level_4 > li > a.selected,
.side_menu .level_4 > li > a:hover {
  color: #133557;
}
.side_menu .level_4 > li > a.selected::before,
.side_menu .level_4 > li > a:hover::before {
	border-left-color: #009FE8;
	border-bottom-color: #009FE8;
} */
/*--------- beta -----------*/
.list_side_menu {
  border: 4px double #bdbdbd;
}
.list_side_menu + .list_side_menu {
  margin-top: 30px;
}
.list_side_menu .ttl {
  font-size: 100%;
  color: #007fb9;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  background: #ececec;
}
.list_side_menu ul {
  padding: 10px;
}
.list_side_menu li {}
.list_side_menu li + li {
  border-top: 1px dotted #e0d7bc;
}
.list_side_menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 94%;
  padding: 7px 5px 7px 23px;
  position: relative;
}
.list_side_menu li a::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.list_side_menu li .date {
  display: block;
  font-size: 90%;
  font-weight: bold;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .list_side_menu li a {
    transition: .3s;
  }
  .list_side_menu li a:hover {
    background: #ecf7fd;
  }
}
/*------サイドバナー-------*/
/* .bnr_side li {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
} */
/*---------------------------------------------------------------------
	faq
---------------------------------------------------------------------*/
/* .list_faq + .lead_01 {
	margin-top: 60px;
}
.list_faq .item {
  margin-bottom: 20px;
}
.list_faq .btn_q {
	font-size: 16px;
  font-weight: 500;
  position: relative;
  background-color: #ecf7fd;
}
.list_faq .btn_q::before,
.list_faq .btn_q::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -11px;
    width: 2px;
    height: 22px;
    background: #009fe8;
  transition: .3s;
}
.list_faq .btn_q::before {}
.list_faq .btn_q::after { transform: rotate(90deg); }

.list_faq .btn_q.on { background: #ffffe7; }
.list_faq .btn_q.on::before { transform: rotate(-90deg); background: #FD6D06; }
.list_faq .btn_q.on::after { transform: rotate(270deg); background: #FD6D06; }

.list_faq .btn_q >* {
  color: #000;
  cursor: pointer;
	display: block;
	font-size: 112.5%;
	line-height: 1.6;
	padding: 15px 40px 15px 43px;
	border: 1px solid #ccc;
	position: relative;
}
.list_faq .btn_q >*::before {
  content: "Q";
  display: inline-block;
	color: #009fe8;
	position: absolute;
	top: 14px;
	left: 16px;
}
.list_faq .box_a {
  display: none;
  position: relative;
	border: 1px solid #BFBFBF;
	padding: 15px 15px 15px 50px;
	border-top: none;
}
.list_faq .box_a::before {
  content: "A";
  display: inline-block;
	color: #FD6D06;
	font-size: 112.5%;
	font-weight: bold;
  position: absolute;
	top: 14px;
	left: 22px;
}
.faq_contents {}
.faq_contents .icon_q {}
.faq_contents .icon_a {} */
/* @media screen and (min-width: 768px) {
  .list_faq .item {
    margin-bottom: 20px;
  }
  .list_faq .btn_q >* {
  }
  
  .list_faq + .lead_01 {
    margin-top: 100px;
  }
} */
/*---------------------------------------------------------------------
	gallery　フォトアルバム
---------------------------------------------------------------------*/
/* .list_gallery {
    width: 100% !important;
} */
.list_gallery .item {
  /* float: left; */
  /*width: 260px;*/
  /* width: 100%;
    margin-bottom: 20px; */
}
/* .list_gallery .item a {
	color: #fff;
	display: block;
	position: relative;
}
.list_gallery .item img { width: 100%; }
.list_gallery .detail {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.list_gallery .detail dl {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list_gallery .detail .date {
	font-size: 15px;
	text-align: center;
}
.list_gallery .detail .ttl {
	font-size: 17px;
	text-align: center;
} */
/* tablet */
/* @media print, screen and (min-width: 768px) {
  .list_gallery .item {
    width: 32%;
    margin: 0 1% 1% 0;
  }
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .list_gallery .item {
    width: 24%;
    margin: 0 1% 1% 0;
  }
  .list_gallery .detail {
    background: rgba(0,0,0,.6);
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .list_gallery a:hover .detail {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    opacity: 1;
  }
} */
/* gallery_detail */
/* .gallery_detail_head { margin-bottom: 30px; }
.gallery_detail_head .date {
	font-size: 17px;
	text-align: center;
}
.gallery_detail_head .ttl {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.gallery_detail_head .content {
	text-align: center;
	margin-top: 20px;
} */
/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/
/* .mail_form {
  border: 8px solid #d6f0fb;
  margin: 0 auto;
  padding: 22px;
}
.mail_form form {
  margin: 0 auto;
}
.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mail_form form dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}
.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  /*width: 20%;*/
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  background-color: #E5F6FB;
  padding: 12px;
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::before {
  content: "必須";
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}
.icon_required_p {
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.form_errors {
  color: #d80000;
  border: 5px solid #e69898;
  text-align: left;
  padding: 20px;
  background: #fafafa;
  margin-bottom: 20px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input, .mail_form button, .mail_form textarea, .mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
  color: #808080;
}
/* .mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #ececec;
} */
.mail_form input.small {
  width: 27%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
/* .mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #ececec;
  position: relative;
} */
.mail_form .twin {
  font-size: 0;
}
.mail_form .twin input + input {
  margin-left: 3.44%;
}
.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}
.mail_form textarea {
  width: 100%;
  height: 150px;
  /* background-color: #ececec; */
}
.mail_form input[type="text"]:focus, .mail_form input[type="email"]:focus, .mail_form textarea:focus {
  box-shadow: 0 0 7px #008CD6;
}
*/ .btm_text {
  /*width: 69%;
  margin-left: auto;*/
  /* text-align: center; */
}
/* .mail_form input[type="submit"] {
  color: #fff;
  padding: 1em 5em;
  background-color: #358FDD;
  border: none;
  border-radius: 0;
}
.mail_form input[type="submit"]:hover {
  background-color: #055FAD;
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background-color: #555;
}
.mail_form .btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #358FDD;
  text-decoration: none;
  border: none;
  border-radius: 0;
  display: inline-block;
}
.mail_form .btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}
 */
.form_message {
  background-color: #fbfeec;
  border: 2px solid #df0000;
  color: #df0000;
  /*font-size: 120%;
  font-weight: bold;*/
  margin: 10px auto;
  padding: 10px 15px;
}
/* @media print, screen and (max-width: 768px) {
  .mail_form {
    padding: 12px;
    border-width: 4px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
    padding: 1em;
  }
  .btm_text {
    width: auto;
    text-align: center;
  }
} */
/* btn_radio  btn_checkbox */
/* .btn_radio,
.btn_checkbox {
    display: inline-block;
    margin-right: 6px;
} */
.btn_radio + label, .btn_checkbox + label {
  /* background-color: #ececec; */
  /*border: 1px solid #358fdd;*/
  /* border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-bottom: 5px; */
}
/* #confirm.btn_checkbox + label {
  background: #ffffe5;
  border: 1px solid #aaa;
  width: 100%;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
} */
/* @media (min-width: 1px) {
    .btn_radio,
    .btn_checkbox {
        display: none;
        margin: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #cbe2f6;
        border-color: #358fdd;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #aaa;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #358fdd;
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #358fdd;
        border-bottom: 3px solid #358fdd;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
} */
/* .input_btn_list {
    letter-spacing: -.5em;
}

.input_btn_list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.input_btn_list label {
    margin: 0 !important;
}

.mail_form input.input_other {
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
} */
/*---------------------------------------------------------------------
	404
---------------------------------------------------------------------*/
.thumb_404 {
  margin-right: 40px;
  float: left;
  width: 20%;
}
.border_box {
  padding: 20px;
  border: 10px solid #fbf4e8;
}
.border_box > ul {
  color: #FF7F00;
  padding-left: 20px !important;
}
/*---------------------------------------------------------------------
	search
---------------------------------------------------------------------*/
/* google カスタム検索の調整 */
/* .site_search {}
.site_search #___gcse_0 {
    background: #edf8fd;
    padding: 15px;
}
.site_search #___gcse_0 .gsc-control-searchbox-only {
  max-width: 500px;
  margin: 0 auto;
}
.site_search table,
.site_search table.gsc-search-box td,
.site_search table.gsc-search-box td.gsc-input {
  padding: 0;
  border: none;
}
.site_search .gsc-adBlock {
    display: none;
} */
/* pc */
/* @media screen and (min-width: 1280px) {
  
  .site_search #___gcse_0 {
    padding: 30px;
  }
  .site_search input#gsc-i-id1 {
    padding: 10px !important;
  }
  .site_search button.gsc-search-button {
    padding: 15px 27px;
    margin-left: 10px;
  }
  .site_search .gsc-above-wrapper-area-container {
    border: none;
  }
  .site_search .gsc-above-wrapper-area-container td {
    border: none;
    padding: 0;
  }
  .site_search .gsc-selected-option-container {
    box-sizing: content-box;
  }
  .site_search .gsc-webResult.gsc-result {
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    padding: 15px 20px;
  }
  .site_search .gsc-results { width: 100%; }
  .site_search .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
  }
  .site_search .gsc-cursor-page {
    font-size: 1.6rem;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block !important;
  }
  .site_search {}
  
} */
/* .list_search {}
.list_search .item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
.list_search .item + .item {margin-top: 20px; }
.list_search .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.list_search .url {
    color: #808080;
    font-size: 1.2rem;
    margin: 5px 0;
} */
/*---------------------------------------------------------------------
	sitemap
---------------------------------------------------------------------*/
/* */
/*---------------------------------------------------------------------
  js-inview
---------------------------------------------------------------------*/
/* 管理画面で見えなくなるので…#container */
#container .js_slide_up {
  opacity: 0;
  position: relative;
  top: 50px;
}
#container .js_slide_down {
  opacity: 0;
  position: relative;
  top: -50px;
}
#container .js_slide_left {
  opacity: 0;
  position: relative;
  left: -50px;
}
#container .js_slide_right {
  opacity: 0;
  position: relative;
  right: -50px;
}
#container .js_fade {
  opacity: 0;
}
/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
/* #page_scroll_navi {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -30px;
    margin-left: -30px;
}
#page_scroll_navi a {
    display: block;
    background: #133557;
    width: 60px;
}
#page_scroll_navi.fixed {
  position: fixed;
  top: auto;
  bottom: 70px;
} */
/* pc */
/* @media screen and (min-width: 1280px) {
	#page_scroll_navi {
    left: auto;
    right: 30px;
		margin: 0;
}
	#page_scroll_navi a {
		width: 70px;
	}
} */
/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
/* #site_footer {
  background: #fafafa;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 80px;
  position: relative;
}
#site_footer .inner { padding: 10px; }

.footer_navi {
  padding: 40px 20px 20px;
  background: #ECF7FD;
}
.copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #009FE8;
  padding: 7px 0;
} */
/* pc */
/* @media print, screen and (min-width: 1280px) {
  .footer_navi {
    padding: 30px;
  }
  .copyright {
    font-size: 1.5rem;
  }
} */
.content1.bl_contentBox.bl_richTxt img {
  /*width: 100%;*/
  display: inline;  
}
.content1.bl_contentBox.bl_richTxt .list_2column > li, .content1.bl_contentBox.bl_richTxt .list_3column > li, .content1.bl_contentBox.bl_richTxt .list_4column > li, .content1.bl_contentBox.bl_richTxt .list_5column > li {
  padding-left: 0;
}
.content1.bl_contentBox.bl_richTxt .list_2column > li::before, .content1.bl_contentBox.bl_richTxt .list_3column > li::before, .content1.bl_contentBox.bl_richTxt .list_4column > li::before, .content1.bl_contentBox.bl_richTxt .list_5column > li::before {
  content: none;
}
.content1.bl_contentBox.bl_richTxt .list_2column > .item, .content1.bl_contentBox.bl_richTxt .list_3column > .item, .content1.bl_contentBox.bl_richTxt .list_4column > .item, .content1.bl_contentBox.bl_richTxt .list_5column > .item {
  width: 100%;
}
/**/
.flex_box {
  display: flex;
}
/*Mplus1pのジャギ対策*/
.el_btn, .el_searchInput, .ly_menu_txt, .ly_menu_heading, .ly_header_navList, .bl_searchBox_.ttl, .bl_searchBox_.link, .el_searchSelect select, .bl_searchBox_link, .bl_searchBox_ttl, .bl_searchBox_txt, .el_heading03, .el_heading03_linkWrap, .el_bnrItem_txt, .bl_jobCard_ttl, .un_topLinksItem_ttl, .un_topLinksItem_ttl .sub, .un_topWhyHeading, .un_topWhyHeading::after, .bl_mediaBoxes, .bl_mediaBox_ttl, .bl_mediaBox_txtWrap, .el_heading03::after, .un_topRegItem_ttl, .un_topRegItem_txt, .bl_articleCard_ttl, .bl_articleCard_txt, .bl_newsItem02_txtWrap, .el_tags__small > a, .el_tags__small > span, .ly_footer_navList > li > a, .un_topContact_btn, .el_btn03, .ly_footer_copyright, .un_topRegItem_step .num, .un_topRegItem_step .txt, .bl_jobCard_details, .ly_mainHead_ttl, .ly_breadcrumb_list > li, .lead_01, .content1.bl_contentBox.bl_richTxt h2, .bl_richTxt h3:not(.bl_box_heading), .bl_richTxt h3, .bl_richTxt h4, .content1 p, .bl_jobItem_no, .bl_jobItem_heading, .bl_jobItem_details, .bl_jobItem_ttl, .bl_jobItem_txtWrap, .bl_jobItem_no__02, .bl_jobItem_cont02__02 .bl_jobItem_txtWrap, .bl_jobItem_cont02__02 .bl_jobItem_ttl, .el_tags > a, .el_tags > span, .el_heading02, .bl_richTxt__02, .bl_richTxt__02 ol li, .bl_richTxt__02 p, .bl_richTxt__02 ul li, .bl_table th, .bl_table td {
  transform: rotate(0.03deg);
}
/*追加*/
.content1.bl_contentBox.bl_richTxt * + h2 {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
.content1.bl_contentBox.bl_richTxt * + h3 {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
.content1.bl_contentBox.bl_richTxt * + h4 {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
.content1.bl_contentBox.bl_richTxt * + h5 {
  padding: 0 0 5px 0;
  margin-bottom: 10px;
}
input.mail {
  background-color: var(--color-white);
  background-position: center right 17px;
  background-repeat: no-repeat;
  border: 1px solid var(--color-border2);
  border-radius: 5px;
  font-size: 1.6rem;
  height: 45px;
  padding-inline: 1em 60px;
  width: 100%;
}
input.mail_check {
  background-color: var(--color-white);
  background-repeat: no-repeat;
  font-size: 1.6rem;
  height: 45px;
  width: 100%;
  background-position: right 17px center;
  border: 1px solid var(--color-border2);
  border-radius: 5px;
  padding-inline: 1em 60px;
}
textarea {
  background-color: var(--color-white);
  background-position: center right 17px;
  background-repeat: no-repeat;
  border: 1px solid var(--color-border2);
  border-radius: 5px;
  font-size: 1.6rem;
  height: 45px;
  padding-inline: 1em 60px;
  width: 100%;
}
/*チェックボタン*/
input[type="radio"][name="customer_type"] {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
input[type="radio"][name="customer_type"] + .hp_check-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 8px;
  box-sizing: border-box;
  border: 1px solid #666;
  background: #fff;
  position: relative;
  transition: background .2s, border-color .2s, box-shadow .2s;
}
input[type="radio"][name="customer_type"]:checked + .hp_check-box {
  background: #0a7cff;
  border-color: #0a7cff;
}
input[type="radio"][name="customer_type"]:checked + .hp_check-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
input[type="radio"][name="customer_type"]:focus-visible + .hp_check-box {
  outline: 3px solid rgba(10, 124, 255, .35);
  outline-offset: 3px;
}


/*トップの求人情報のスライド位置変更*/
.bl_bnrSlider_wrap {
  margin-right: 0 !important
}
.bl_bnrSlider .splide__arrow--next {
  right: -20px !important;
}
@media screen and (min-width: 992px) {
  .un_topMv_search {
    max-width: 400px;
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .ly_header_nav {
    margin-left: 0;
  }
  .ly_header_navList {
    font-size: 1.3rem;
  }
  .ly_header_logo {
    min-width: 140px;
    width: 140px;
  }
  .ly_header_logo02 img {
    width: 80%;
  }
  .ly_header_logo02 {
    min-width: 200px;
    width: 200px;
  }
  .bl_searchBox_btnWrap .el_btn {
    min-width: 180px;
  }
  .ly_header_content {
    padding: 10px 130px 10px 20px;
  }
  .un_topMvSlider .splide__slide img { height: auto; }
  .un_topMvSlider .splide__pagination { bottom: 128px; }
  .el_searchInput { height: 40px; }
  .el_searchSelect { height: 40px; }
  .un_topMv_search .bl_searchBox .el_btn { min-height: 40px; }
  .bl_richTxt h2 { font-size: 3.4rem; }
  .bl_richTxt h3 { font-size: 3.2rem; }
  .bl_richTxt h4 { font-size: 2.8rem; }
  .bl_richTxt h5 { font-size: 2.4rem; }
  .bl_searchBox_txt {
    font-size: 1.4rem;
    line-height: 0.6;
  }
}
@media screen and (min-width: 1280px) {
  .ly_header_nav {
    margin-left: 40px;
  }
  .ly_header_navList {
    font-size: 1.6rem;
  }
  .ly_header_logo {
    min-width: 220px;
    width: 220px;
  }
  .ly_header_logo02 img {
    width: 100%;
  }
  .ly_header_logo02 {
    min-width: 281px;
    width: 281px;
  }
  .bl_searchBox_btnWrap .el_btn {
    min-width: 220px;
  }
  .ly_header_content {
    padding: 10px 143px 10px 20px;
  }
  .un_topMvSlider .splide__slide img { height: 100%; }
  .el_searchInput { height: 60px; }
  .el_searchSelect { height: 60px; }
  .un_topMv_search .bl_searchBox .el_btn { min-height: 60px; }  
  .un_topMvSlider .splide__pagination { bottom: 38px; }
  .bl_searchBox_ttl { font-size: 2.2rem; }
  .bl_searchBox_link { font-size: 1.4rem; }
  .bl_searchBox_txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}

input[type="radio"][name="customer_type"] + .hp_radio-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 8px;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
  position: relative;
  transition: background .2s, border-color .2s, box-shadow .2s;
}

input[type="radio"][name="customer_type"]:checked + .hp_radio-box {
  background: #fff;
  border-color: #0a7cff;
}

input[type="radio"][name="customer_type"]:checked + .hp_radio-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0a7cff;
}

input[type="radio"][name="customer_type"]:focus-visible + .hp_radio-box {
  outline: 3px solid rgba(10,124,255,.35);
  outline-offset: 3px;
}
.borderline {
  text-decoration: underline;
}
.ly_menu_select .select::after {
  transform: rotate(90deg);
}
/*登録の流れ*/
.h2_flow {
  text-align: center;
  color: #000 !important;
  position: relative;
}
.h2_flow::before {
  position: absolute;
  content: url(/image/page/h2border.svg);
  bottom: -20px;
  left: 50%;
  margin-left: -90px;
}
.dir_flow .bl_columns {
  display: flex;
  flex-wrap: wrap;
}

.dir_flow .bl_columns .bl_column {
  width: 48%;
  border: 10px solid #DBF0FE;
  border-radius: 20px;
  padding: 10px 20px 10px 35px;
}
.dir_flow .bl_columns .bl_column .ttl {
  color: #17439B;
  font-size: 3rem;
  font-weight: 600;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}
.dir_flow .bl_columns .bl_column .ttl::before {
  position: absolute;
  content: "";
  background: url(/image/page/icon_triangle.svg) no-repeat;
  width: 29px;
  height: 29px;
  top: 13px;
  left: -36px;
}
.dir_flow .el_flowborder {
  position: relative;
  margin-top: 50px;
}
.dir_flow .el_flowborder::before {
  position: absolute;
  content: "";
  background: #BFBFBF;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 65px;
}
.dir_flow .el_flowborder::after {
  position: absolute;
  content: "";
  background: #BFBFBF;
  width: 94%;
  height: 1px;
  bottom: 0;
  right: 0;
}
.dir_flow .el_flex {
  display: flex;
  justify-content: space-between;
}
.dir_flow .el_flex .bl_figure_caption {
  width: 70%;
  margin: 0 !important;
  padding-right: 10px;
}
.dir_flow .el_flex .thumb {
  width: 48%;
}
.dir_flow .el_svg {
  display: inline-block;
  margin-right: 20px;
  background: #ccc;
  padding: 5px 35px 0px 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.dir_flow .el_svg.cl01 { background-color: #14A0DE; }
.dir_flow .el_svg.cl02 { background-color: #117BAA; } 
.dir_flow .el_svg.cl03 { background-color: #346FB8; }
.dir_flow .el_svg.cl04 { background-color: #17439B; }
.dir_flow h3.cl01 { color: #14A0DE; }
.dir_flow h3.cl02 { color: #117BAA; } 
.dir_flow h3.cl03 { color: #346FB8; }
.dir_flow h3.cl04 { color: #17439B; }
.dir_flow .flex_content {
  display: flex;
  margin-left: 180px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.dir_flow .flex_content .img {
  padding-top: 7px;
}
.dir_flow .flex_content .detail {
  margin-left: 20px;
}
.dir_corporate .el_lead {
  font-size: 2.4rem;
  text-align: center;
  color: #17439B;
}
.dir_corporate .el_lead span {
  background: #fbfeeb;
}
.dir_corporate .bl_columns {
  border: 10px solid #EAEAEA;
  border-radius: 20px;
  gap: 0;
}
.dir_corporate .ttl_center {
  font-size: 2.6rem;
  color: #17439B;
  text-align: center;
  margin: 10px 0;
}
.dir_corporate .bl_column {
  text-align: center;
  padding: 10px;
  border-right: 10px solid #eaeaea;
}
.dir_corporate .bl_column:last-child {
  border-right: none;
}
.dir_corporate .img {
  min-height: 120px;
}
.dir_corporate .bl_figure_caption {
  text-align: left;
}
.dir_corporate .wrap_contents {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.dir_corporate .wrap_contents::before {
  position: absolute;
  content: "";
  background: url(/image/page/arrow.png) no-repeat;
  width: 45px;
  height: 100%;
  left: 50%;
  margin-left: -18px;
  z-index: -1;
  bottom: -30px;
}
.dir_corporate .el_border {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: 20px;
  padding: 20px 20px 20px 40px;
  display: flex;
  margin-bottom: 42px;
  background: #fff;
}
.dir_corporate .no01,
.dir_corporate .no02,
.dir_corporate .no03,
.dir_corporate .no04 {
  position: relative;
  font-size: 2rem !important;
  color: #000 !important;
margin: 0 !important;
padding-top: 0.5%;
}
.dir_corporate .no01::before {
  position: absolute;
  content: url(/image/page/no01.svg);
  top: -6px;
  left: -65px;
}
.dir_corporate .no02::before {
  position: absolute;
  content: url(/image/page/no02.svg);
  top: -6px;
  left: -65px;
}
.dir_corporate .no03::before {
  position: absolute;
  content: url(/image/page/no03.svg);
  top: -6px;
  left: -65px;
}
.dir_corporate .no04::before {
  position: absolute;
  content: url(/image/page/no04.svg);
  top: -6px;
  left: -65px;
}
.dir_corporate .lead {
  padding: 0.5% 2%;
  margin-left: 2%;
  background: #F2FAFF;
  width: 85%;
}
.dir_corporate .flex_content {
  display: flex;
}

.dir_corporate .flex_content .list {
  margin-left: 3%;
}
.bl_box_02 {
  background: #f2faff;
  padding: 20px 2%;
  margin-top: 40px;
}
@media screen and (max-width: 1242px) {
  .dir_corporate .wrap_contents::before { background: none; }
}
@media screen and (max-width: 1023px) {
  .dir_flow .el_flowborder::after {
    background: none;
  }
  .dir_flow .el_flowborder::before {
    background: none;
  }
  .el_svg.cl01,
  .el_svg.cl02,
  .el_svg.cl03,
  .el_svg.cl04 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .dir_flow .cl01,
  .dir_flow .cl02,
  .dir_flow .cl03,
  .dir_flow .cl04 {
    text-align: center;
  }
  .dir_flow .el_svg {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .dir_flow .flex_content {
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .dir_flow .flex_content .img {
    width: 130px;
  }  
}
@media screen and (max-width: 931px) {
  .dir_corporate .bl_column {
    border-bottom: 10px solid #eaeaea;
    border-right: 0;
  }
  .dir_corporate .bl_column:last-child {
    border-bottom: none;
  }
  .dir_corporate .bl_figure_caption { text-align: center; }
  .dir_corporate .wrap_contents {
    padding: 0;
  }
  .dir_corporate .el_border {
    display: block;
  }
  .dir_corporate .no01, .dir_corporate .no02, .dir_corporate .no03, .dir_corporate .no04 {
    margin-bottom: 10px !important;
    text-align: left;
  }
  .dir_corporate .lead {
    padding: 5px 10px;
    margin-left: 0;
    width: 100%;
  }
  .dir_corporate .flex_content {
    display: block;
  }
  .dir_flow .bl_columns {
    display: block;
  }
  .dir_flow .bl_columns .bl_column {
    width: 100%;
    margin-bottom: 20px;
  }
  .dir_flow .bl_columns .bl_column .ttl {
    font-size: 2rem;
  }
  .dir_corporate .img { text-align: center; }
}

/* 追従バナーのお気に入りボタン */
.bl_fixedLinks_favorite {
  min-width: 60px;
  width: 60px;
}

.bl_fixedLinks_favorite .bl_jobItem_favorite {
  margin: 0;
}

.bl_jobItem_favorite {
  border: 1px solid #999;
}

.bl_jobItem_favorite:before {
  margin: auto;
}

@media screen and (min-width: 992px) {
  .bl_fixedLinks_favorite {
    min-width: 70px;
    width: 70px;
  }
  .el_btn02_inner {
    font-size: 2.2rem;
    transform: rotate(0.05deg);
  }
}
.un_completeMsg_lead {
  font-size: 1.5rem;
  transform: rotate(0.03deg);
}