@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  overflow: hidden;
}
#container.fixed {
  position: fixed;
  width: 100%;
}
#container.fixed::before{
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.25);
}

@media print, screen and (max-width: 768px) {
  .sp_none { display: none; }
}
@media print, screen and (min-width: 769px) {
  .pc_none { display: none; }
    a[href^="tel:"]{
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 960px) {
  #container.fixed {
    position: static;
    width: auto;
  }
  #container.fixed::before{
    content: none;
  }
}

@media print, screen and (max-width: 425px) {
  .sp_block { display: block; }
}

.font_mincho {
	font-family: 'Noto Serif JP';
}

/*---------------------------------------------------------------------
	alert_box
---------------------------------------------------------------------*/
.alert_box {
  padding: 10px;
}
.alert_box .inner {
  border-radius: 10px;
  background: rgba(255,255,255,0.96);
  padding: 0 32px 32px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.alert_box .head {
  position: relative;
}
.alert_box .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.alert_box .ttl span {
  display: inline-block;
  background: #C70000;
  border-radius: 0px 0px 10px 10px;
  padding: 3px 22px;
}
.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 #999;
  padding: 5px;
  padding-left: 20px;
  position: relative;
}
.alert_box .list a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  width: 13px;
  height: 13px;
  background: url("/image/icon/icon_emer_circle.svg") no-repeat center;
}
.alert_box .list .date {
  color: #000;
  font-size: 1.4rem;
}
.alert_box .list .title {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
}

/* 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 25px;
    transition: .3s;
  }
  .alert_box .list a:hover {
    background: #EDF5FA;
  }
  .alert_box .list .date {
    display: table-cell;
    vertical-align: top;
    font-size: 1.8rem;
    width: 175px;
    padding-top: 4px;
  }
  .alert_box .list .title {
    display: table-cell;
    vertical-align: top;
    font-size: 2rem;
  }
  .alert_box .list a:hover .title {
    text-decoration: underline;
  }
  .alert_box .list a::before {
    top: 22px;
  }
}

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #A2A2A2;
  z-index: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 62px;
}
#container.fixed #site_header {
  background: #F3FAFD;
  border-bottom: 1px solid #F3FAFD;
}
.site_logo {
  max-width: 220px;
}
.site_logo img {
  vertical-align: top;
}
.header_menu {
  display: none;
}
.header_site_navi_block {
  display: none;
}

/*--- fixed ---*/
#site_header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}


/* pc */
@media print, screen and (min-width: 960px) {
  #site_header {
    padding: 0;
    height: auto;
  }
  #container.fixed #site_header {
    background: #fff;
    border-bottom: 1px solid #A2A2A2;
  }
  
  
  .site_logo {
    margin: 0 0 0 17px;
    width: auto;
  }
  .header_menu {
    display: block;
    float: right;
    text-align: right;
  }
  .header_site_navi_block {
    display: block;
  }
  .g_navi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .g_navi > li {}
  .g_navi > li + li { margin-left: 45px;}
  .g_navi > li > a {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    background-image: linear-gradient(90deg, #4ABAE2, #4ABAE2);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 2px;
    text-decoration: none;
    transition: background-size 0.3s;
  }
  .g_navi > li > a:hover {
    color: inherit;
    background-size: 100% 2px;
    opacity: 1;
  }
  .g_navi > li.last>a {
    display: block;
    color: #fff;
    background: #004097;
    padding: 32px 27px;

  }
  .g_navi > li.last>a:hover {
    opacity: 0.8;
  }
}

@media (960px <= width <= 1280px) {
  .site_logo {
    width: 220px;
  }
  .g_navi > li + li {
    margin-left: 25px;
  }
  .g_navi > li > a {
    font-size: 1.4rem;
  }
}

/*----- btn_site_navi -----*/
.btn_site_navi {
  width: 40px;
}
.btn_site_navi a {
  position: relative;
  display: block;
  padding-top: 26px;
  text-decoration: none;
}

.btn_site_navi .line {
  position: absolute;
  margin-left: -13px;
  background: #4FB7E2;
  width: 26px;
  height: 2px;
}
.btn_site_navi .line:nth-child(1),
.btn_site_navi .line:nth-child(3) {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  transition: .3s;
}
.btn_site_navi .line:nth-child(2) {
  left: 50%;
  top: 50%;
  margin-top: -15%;
}

.btn_site_navi .line:nth-child(1) {
  left: 50%;
  top: calc(50% - 7px);
  margin-top: -15%;
}
.btn_site_navi .line:nth-child(3) {
  left: 50%;
  top: calc(50% + 7px);
  margin-top: -15%;
}
.btn_site_navi.openMenu .line:nth-child(1) {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.btn_site_navi.openMenu .line:nth-child(2) {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.btn_site_navi.openMenu .line:nth-child(3) {
  opacity: 0;
}
.icon_info_txt {
  text-align: center;
  font-size: 1rem;
  color: #004097;
  font-weight: bold;
}


@media print, screen and (min-width: 960px) {
  .btn_site_navi {
    display: none;
  }
}


/*----- site_navi -----*/
.site_navi {
  /*display: none;*/
  height: 100%;
  left: 0;
  opacity: 0;
  padding-bottom: 60px;
  position: fixed;
  top: 62px;
  transition: visibility .3s, opacity .3s;
  visibility: hidden;
  width: 100%;
  z-index: 997;
  background: #F3FAFD;
}

.site_navi .inner {
  height: 100%;
  overflow-y: scroll;
  padding: 10px 0 30px;
}
.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 {
  opacity: 1;
  visibility: visible;
}
.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;
}
.btn_hanb {
  padding: 0 20px;
  margin-bottom: 10px;
}
.btn_hanb>a {
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  background: #004097;
  border-radius: 7px;
  color: #fff;
  padding: 18px 10px;
}
.btn_hanb.kengaku>a {
  text-align: left;
  border: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
  padding: 12px 10px;
}
.btn_hanb.kengaku>a::before {
  content: "";
  display: inline-block;
  background: url("/image/icon/icon_bnr_kengaku.svg") no-repeat center;
  background-size: contain;
  width: 37px;
  height: 37px;
  margin-right: 12px;
}

.menu_hanb {
  padding: 0 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
.menu_hanb li {
  width: calc(50% - 5px);
}
.menu_hanb li>a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 7px;
  border: 1px solid #E4E4E4;
  padding: 12px 15px;
}
.menu_hanb li>a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
}
.menu_hanb li>a.icon_sitemap::before {
  background: url("/image/icon/icon_sitemap.svg") no-repeat center;
  background-size: contain;
  width: 21px;
  height: 19px;
}
.menu_hanb li>a.icon_search::before {
  background: url("/image/icon/icon_search.svg") no-repeat center;
  background-size: contain;
  width: 19px;
  height: 19px;
}
.nav_hanb {
  display: flex;
  justify-content: space-between;
  column-gap: 1px;
  margin-bottom: 18px;
}
.nav_hanb li {
  flex: 1;
}
.nav_hanb li>a {
  display: block;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 12px 7px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.12);
}
.nav_hanb li>a span {
  display: block;
}
.nav_hanb li>a span.img img {
  width: 60px;
}
.nav_hanb li>a span.ttl {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 16px 0 0 0;
}
.nav_hanb li>a span.link {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.nav_hanb li>a span.link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 3px;
}
.nav_hanb li>a span.link.icon01::after {
  background: url("/image/icon/icon_arrow_circle_emg.svg") no-repeat center;
  background-size: contain;
}
.nav_hanb li>a span.link.icon02::after {
  background: url("/image/icon/icon_arrow_circle_green.svg") no-repeat center;
  background-size: contain;
}
.nav_hanb li>a span.link.icon03::after {
  background: url("/image/icon/icon_arrow_circle_bl.svg") no-repeat center;
  background-size: contain;
}
.nav_hanb li>a span.link.icon04::after {
  background: url("/image/icon/icon_arrow_circle_purple.svg") no-repeat center;
  background-size: contain;
}
.site_nav_hanb {
  margin: 0 20px 17px;
  border-top: 1px dashed #666;
}
.site_nav_hanb a {
  text-decoration: none;
  color: #000;
}
.site_nav_hanb>li {
  position: relative;
}
.site_nav_hanb>li>a {
  font-size: 1.5rem;
  border-bottom: 1px dashed #666;
  display: block;
  padding: 18px 33px 18px 10px;
}
.site_nav_hanb .switch_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_nav_hanb .switch_icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #4FB7E2;
  border-right: 2px solid #4FB7E2;
  transform: rotate(45deg);
  transition: all .3s;
  margin-top: -5px;
}
.site_nav_hanb .switch_icon.open::after {
  transform: rotate(-135deg);
  margin-top: 0;
}
.site_nav_hanb .site_nav_hanb_sub {
  display: none;
  background: #fff;
  padding: 10px;
}
.site_nav_hanb .site_nav_hanb_sub>li>a {
  display: block;
  border-bottom: 1px solid #ACAFB1;
  padding: 13px 20px 13px 10px;
  font-size: 1.3rem;
  position: relative;
}
.site_nav_hanb .site_nav_hanb_sub>li>a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #4FB7E2;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -3px;
}
.btn_sitemap {
  padding: 0 20px 17px;
}
.btn_sitemap a {
  text-decoration: none;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 7px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
.btn_sitemap a::before {
  content: "";
  display: inline-block;
  background: url("/image/icon/icon_sitemap.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 16px;
  margin-right: 10px;
}
.btn_privacy {
  padding: 0 20px;
}
.btn_privacy a {
  text-decoration: none;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 7px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
.btn_privacy a::before {
  content: "";
  display: inline-block;
  background: url("/image/icon/icon_privacy.svg") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 16px;
  margin-right: 10px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .close_site_navi a { height: 77px; }
}

/* pc */
@media print, screen and (min-width: 960px) {
  .site_navi {
    display: none;
  }
  .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: 14px;
  font-size: 1.4rem;
}
.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;
}
.pagebody_inner_03 {
  max-width: 1000px;
  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: 960px) {
  #alpha {
    float: left;
    width: 76.66%;
  }
}


/*--------- text -----------*/
.page_ttl {
  color: #000;
  font-size: 2.2rem;
  font-weight: 400;
  background: url("/image/bg_head.svg") repeat center;
  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 {
  line-height: 1.8;
}
.content1 p {
  margin: 1em 0;
}
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p {
  margin-top: 0;
}
.content1 div > p {
  margin-top: 0;
}

/* headline */
.content1 * + h2 {
  margin-top: 80px;
}
.content1 * + h3 {
  margin-top: 60px;
}
.content1 * + h4 {
  margin-top: 40px;
}
.content1 * + h5 {
  margin-top: 20px;
}
.content1 h2 + h3,
.content1 h3 + h4 {
  margin-top: 0;
}

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table {
  margin-top: 20px;
}

.lead_01,
.content1 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  padding: 10px 10px 10px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
  background: url("/image/head_h2_sp.png") no-repeat right;
  background-size: cover;
}
.lead_01::before,
.content1 h2::before {
  content: "";
  display: inline-block;
  background: url("/image/icon_h2.svg") no-repeat center;
  width: 3px;
  height: 1em;
  position: absolute;
  left: 5px;
  top: 15px;
}

.lead_02,
.content1 h3 {
  font-size: 2.2rem;
  font-weight: 400;
  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: 400;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #707070;
}
.lead_04,
.content1 h5 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.content1 h6 {
  font-size: 1.6rem;
  font-weight: 400;
  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; }
.lead_08 { color: #0085B2; font-weight: 500; font-size: 1.8rem; }
.lead_09 { color: #1C57A3; font-weight: 500; font-size: 1.8rem; }
.lead_10 { color: #468C00; font-weight: 500; font-size: 1.8rem; }
.lead_11 { color: #00B2B2; font-weight: 500; font-size: 1.8rem; }
.lead_12 { color: #8D711D; font-weight: 500; font-size: 1.8rem; }
.lead_13 { color: #56AFD0; font-weight: 500; font-size: 1.8rem; }

.led_sub {
  font-size: 1.6rem;
  font-weight: 500;
}

/* pc */
@media print, screen and (min-width: 960px) {
  .lead_01,
  .content1 h2 {
    font-size: 3.2rem;
    min-height: 120px;
    padding: 10px 25px;
    margin-bottom: 40px;
    background: url("/image/head_h2.png") no-repeat right;
    background-size: cover;
  }
  .lead_01::before,
  .content1 h2::before {
    top: 17px;
  }
  .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; }
  .content1 h6 {
    font-size: 2.4rem;
  }
  
  .lead_05,
  .lead_06,
  .lead_07,
  .lead_08,
  .lead_09,
  .lead_10,
  .lead_11,
  .lead_12,
  .lead_13{ font-size: 2.4rem; }
  
  .led_sub {
    font-size: 2.0rem;
  }
}


.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;
  color: #000;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  min-width: 200px;
  font-size: 1.5rem;
  background: #fff;
  transition: .3s;
  position: relative;
  padding:7px 30px 8px;
}
a.btn_01::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #1E56A3;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -4px;
}
a.btn_01:hover {
  color: #fff;
  background: #1E56A3
}
a.btn_01:hover::after {
  border-color: transparent transparent transparent #fff;
}
a.btn_02 {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  min-width: 280px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #fff;
  transition: .3s;
  position: relative;
  padding:14px 30px;
}
a.btn_02::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #009FE8;
  border-right: 2px solid #009FE8;
  transform: rotate(45deg);
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -4px;
}
a.btn_02:hover {
  color: #fff;
  background: #1E56A3
}
a.btn_02:hover::before {
  border-color: #fff;
}
a.btn_03 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  min-width: 300px;
  font-size: 1.8rem;
  font-weight: 400;
  background: #005BA0;
  transition: .3s;
  position: relative;
  padding:23px 30px;
  border-radius: 40px;
  text-align: center;
}
a.btn_03::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ACDEF3;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}
a.btn_03:hover {
  background: #ACDEF3;
  color: #000;
}
a.btn_03:hover::after {
  border-color: transparent transparent transparent #005BA0;
}
/* pc */
@media screen and (min-width: 960px) {

}


/*--------- 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;
  }
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}
.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_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;
    width: 100%;
  border: 1px solid #BFBFBF;
  display: block;
}
.list_index .item .thumb {

}
.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 {
  
}
.list_index .item .detail {
  background: #ECF7FD;
  padding: 0 11px 11px;
}
.list_index .item .ttl {
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  padding: 4px 0 5px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_index .item .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #009FE8;
  border-bottom: 2px solid #009FE8;
  transform: rotate(-45deg);
}
.list_index .item .ttl::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  background: url("/image/icon/icon_okisou.svg") no-repeat center;
  flex-shrink: 0;
}
.list_index .item .lead {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
  padding: 7px 10px;
  background: #fff;
  color: #666;
}
.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: 960px) {
  .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 {
  }
  .list_index .item a:hover .ttl {
    color: #fff;
  }
  .list_index .item a:hover .ttl::before {
    border-color: #fff;
  }
  .list_index .item .thumb {
    display: block;
    width: auto;
  }
  .list_index .item .detail {
    display: block;
    background-size: auto;
  }
  .list_index .item a:hover .detail {
    background-color: #0076B3;
    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;
}
.list_topics li {
  border: 1px solid #D2D2D2;
  margin-bottom: 10px;
}
.list_topics li.no_info {
  border: none;
}
.list_topics li a {
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 22px 10px 10px;
  font-size: 1.3rem;
  position: relative;
  transition: .3s;
}
.list_topics li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1E56A3;
  border-right: 2px solid #1E56A3;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.list_topics li span {
  display: inline-block;
  vertical-align: top;
}
.list_topics li span.thumb {
  margin-right: 15px;
  width: 40%;
  max-width: 180px;
  flex-shrink: 0;
}
.list_topics li .date {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #898989;
}
.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;
  word-break: break-all;
}

/* 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: 960px) {
  .list_topics li a {
    transition: .3s;
    font-size: 1.6rem;
    padding: 14px 22px 14px 14px;
  }
  .list_topics li a:hover {
    background-color: #EDF5FA;
  }
  .list_topics li a:hover .title {
    text-decoration: underline;
  }
  .list_topics li .date {
    font-size: 1.4rem;
  }
}



/* .pager */
.pager {
  margin: 60px 0;
  padding: 30px 0;
  text-align: center;
  background: url("/image/bg_head.svg") repeat center;
}
.pager ul {
}
.pager ul li {
  margin: 3px;
  display: inline-block;
}
.pager a,
.pager span {
  color: #009FE8;
  display: block;
  text-decoration: none;
  border: 1px solid #C9C9C9;
  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: #009FE8;
}
.pager a:hover {
  color: #fff;
  border: 1px solid #999;
  background: #009FE8;
}
.pager li.next a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #009FE8;
  margin-left: 10px;
}
.pager li.next a:hover::after {
  border-color: transparent transparent transparent #fff;
}
.pager li.prev a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #009FE8 transparent transparent;
  margin-right: 10px;
}
.pager li.prev a:hover::before {
  border-color: transparent #fff transparent transparent;
}

/* 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;
	}
	
}

/* 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: 960px) {
  #beta {
    float: right;
    width: 20%;
    margin-top: 0;
  }
}

/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
.side_menu {
  display: none;
}
.side_menu a {
	color: #000;
  display: block;
  text-decoration: none;
}
.side_menu a:hover {
  text-decoration: underline;
}
.side_menu .level_1 {
}
.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;
  background: url("/image/icon/icon_circle_arr.svg") no-repeat center;
  width: 12px;
  height: 12px;
}
.side_menu .level_1 > li > a.selected,
.side_menu .level_1 > li > a:hover {
  color: #133557;
}
.side_menu .level_2 > li {
  border-bottom: 1px dotted #BBB;
}
.side_menu .level_2 > li + li {}
.side_menu .level_2 > li > a {
	font-size: 1.4rem;
	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: #133557;
}
.side_menu .level_2 > li > a.selected::before,
.side_menu .level_2 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_3 {
  margin:0 0 10px 10px;
  background: #fff;
}
.side_menu .level_3 > li+ li {
  margin-top: 3px;
}
.side_menu .level_3 > li > a {
  padding: 10px;
  margin-left: 15px;
  font-size: 1.4rem;
  position: relative;
  background: #F5F5F4;
}
.side_menu .level_3 > li > a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBBBBB;
  border-right: 2px solid #BBBBBB;
  transform: rotate(45deg);
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -4px;
}
.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 {
	border-color: #009FE8;
}

.side_menu .level_4 {
  margin-left: 22px;
}
.side_menu .level_4 > li+ li {

}
.side_menu .level_4 > li > a {
  padding: 8px;
  font-size: 1.4rem;
  position: relative;
}
.side_menu .level_4 > li > a::before {
    content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #BBBBBB;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -3px;
}
.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-color: transparent transparent transparent #009FE8;
}

@media print, screen and (min-width: 960px) {
  .side_menu {
    display: block;
  }
}

/*--------- beta -----------*/
.list_side_menu {

}
.list_side_menu+ .list_side_menu {
  margin-top: 30px;
}
.list_side_menu .ttl {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.list_side_menu ul {
  padding: 10px;
}
.list_side_menu li {}
.list_side_menu li + li {
  border-top: 1px dotted #BBB;
}
.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: 0;
  top: 14px;
  background: url("/image/icon/icon_circle_arr.svg") no-repeat center;
  width: 12px;
  height: 12px;
}
.list_side_menu li .date {
    display: block;
    font-size: 90%;
    font-weight: bold;
}
.list_side_menu .type_01>dd {
  border-bottom: 1px dotted #BBB;
}

/* pc */
@media print, screen and (min-width: 960px) {
  .list_side_menu li a { transition: .3s; }
  .list_side_menu li a:hover { background: #EDF5FA; }
}

/*------サイドバナー-------*/
.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;
  background: #F2F2F2;
  padding: 20px;
  border: 1px solid #CCC;
}
.list_faq .btn_q {
	font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}
.list_faq .btn_q::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
  display: inline-block;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #0059B2 transparent transparent transparent;
  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(180deg); }

.list_faq .btn_q >* {
  color: #000;
  cursor: pointer;
	display: block;
	line-height: 1.6;
	padding: 10px 30px 10px 50px;
	position: relative;
}
.list_faq .btn_q >*::before {
  content: "Q.";
  display: inline-block;
	color: #4ABAE2;
	position: absolute;
	top: -2px;
	left: 5px;
  font-size: 3.0rem;
  font-weight: 400;
}
.list_faq .box_a {
  display: none;
  position: relative;
	border: 1px solid #CCC;
	padding: 20px 20px 20px 65px;
  background: #fff;
  font-size: 1.6rem;
  margin-top: 20px;
}
.list_faq .box_a::before {
  content: "A.";
  display: inline-block;
	color: #1C57A3;
  font-size: 3.0rem;
  font-weight: 400;
  position: absolute;
	top: 8px;
	left: 27px;
}
.faq_contents {}
.faq_contents .icon_q {}
.faq_contents .icon_a {}

.lyt_faq {
  max-width: 1000px;
  margin: 0 auto;
}
.lead_faq {
  background: #ECF7FD;
  position: relative;
  padding: 20px 100px 20px 20px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #133557;
  margin-bottom: 60px;
}
.lead_faq .img {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .list_faq .item {
    margin-bottom: 20px;
  }
  .list_faq .btn_q >* {
  }
  
  .list_faq + .lead_01 {
    margin-top: 100px;
  }
  .lead_faq {
    padding: 30px 251px 30px 60px;
    font-size: 2.8rem;
  }
  .lead_faq .img {
    width: 157px;
    bottom: 0;
    right: 63px;
  }
  .list_faq .btn_q {
    font-size: 2.2rem;
  }
  .list_faq .btn_q >*::before {
    font-size: 4.0rem;
    top: 0;
    left: 8px;
  }
  .list_faq .btn_q >* {
    padding: 17px 74px 17px 60px;
  }
  .list_faq .btn_q::after {
    right: 33px;
    top: 50%;
    margin-top: -8px;
    border-width: 16px 10px 0 10px;
  }
  .list_faq .box_a::before {
    font-size: 4.0rem;
    top: 10px;
    left: 33px;
  }
  .list_faq .box_a {
    padding: 30px 25px 30px 85px;
    font-size: 1.8rem;
  }
}

/*---------------------------------------------------------------------
	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 {
  margin: 0 auto;
  padding: 55px 10px 60px;
  background: #ECF7FD;
}
.mail_form form {
  margin: 0 auto;
  max-width: 760px;
}
.mail_form form dl {
  width: 100%;
  margin-bottom: 30px;
}
.mail_form form dt {
  font-size: 1.8rem;
  margin-bottom: 9px;
}
.mail_form form dd {

}
.mail_form form span.error {
  display: block;
  margin-top: 3px;
}
.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 {
  padding: 0 0 10px;
  word-break: break-all;
  background: #fff;
  padding: 10px;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::after {
    content: "必須";
    color: #fff;
    background: #CB0000;
    font-size: 1.6rem;
    padding: 3px 9px;
    margin-left: 10px;
}
.w1000_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.lyt_contact_box {
  border: 1px solid #009FE8;
  border-radius: 5px;
  background: #FFFFF3;
  padding: 16px 20px;
  margin-bottom: 30px;
}
.lyt_contact_box .ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
.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 form dl.form__input_in {
  width: 90%;
  margin: 0 auto 20px;
}
.mail_form form dl.form__input_in:last-child {
  margin-bottom: 40px;
}
.form__input_2column {
  display: flex;
  column-gap: 20px;
}
.mail_form form .form__input_2column dl {
  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: 1px solid #CCC;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #fff;
}
.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 input:-ms-input-placeholder {
 color: #8F8F8F;
}
.mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #fff;
  position: relative;
  border: 1px solid #CCC;
}
.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: #fff;
  border: 1px solid #CCC;
}
.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: #009FE8;
  border: none;
  border-radius: 0;
  transition: .3s;
  font-size: 1.8rem;
}
.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;
}
a.btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #009FE8;
  text-decoration: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  transition: .3s;
}
a.btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #055FAD;
}
.form_message {
  background-color: #ffffbb;
  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: 30px 12px;
    border-width: 4px;
  }
  .mail_form form dl {
    margin-bottom: 20px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form form .form__input_2column dl {
    margin-bottom: 10px;
  } 
  .mail_form form .form__input_2column {
    display: block;
  }
  .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 {
  /*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: #fff;
  border: 1px solid #CCC;
  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 {
        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;
}


.lead_form {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
.progressbar {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #000;
}
.progressbar li:before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px auto;
    content: '';
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
  border: 1px solid #009FE8;
}
.progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #009FE8;
}
.progressbar li:first-child:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 50%;
    height: 1px;
    content: '';
    background-color: #009FE8;
}
.progressbar li:last-child:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 150%;
    height: 1px;
    content: '';
    background-color: #009FE8;
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #009FE8;
}


/*---------------------------------------------------------------------
	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
---------------------------------------------------------------------*/
.list_sitemap {}
.list_sitemap a:hover {
  opacity: .8;
}

.list_sitemap .level01 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 15px;
}
.list_sitemap * + .level01 {
  margin-top: 40px;
}
.list_sitemap .level01 > a {
  display: block;
  background: #ECF7FD;
  background-size: 50px;
  text-decoration: none;
  color: #000;
  font-size: 160%;
  font-weight: 500;
  padding: 12px 15px;
  position: relative;
  border-radius: 3px;
}
.list_sitemap .level02 {
  font-size: 0;
}
.list_sitemap .level02 >li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 49.16%;
  margin: 0 1.66% 1.66% 0;
}
.list_sitemap .level02 >li:nth-child(2n) {
  margin-right: 0;
}
.list_sitemap .level02 >li > a {
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  color: #004097;
  background: #fafafa;
  position: relative;
}
.list_sitemap .level02 >li > a::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  border: 4px solid transparent;
  border-left: 6px solid #133775;
}

.list_sitemap .level03,
.list_sitemap .level04,
.list_sitemap .level05 {
  color: #4787ed;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 36px;
}
.list_sitemap .level04,
.list_sitemap .level05 {
  margin-left: 24px;
}
.list_sitemap .level03 li + li {
  margin-top: 5px;
}

/*---------------------------------------------------------------------
  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: -64px;
  margin-left: -90px;
  text-align: center;
}
#page_scroll_navi a {
  display: block;
  background: #D9D9D9;
  width: 180px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  padding: 11px 0 7px;
  font-size: 1.2rem;
  font-weight: bold;
}
#page_scroll_navi a>img {
  display: block;
  margin: 0 auto 3px;
}
#page_scroll_navi.fixed {
  position: fixed;
  top: auto;
  bottom: 15px;
  right: 15px;
  left: auto;
}
#page_scroll_navi.fixed a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
#page_scroll_navi.fixed span {
  display: none;
}

/* pc */
@media screen and (min-width: 960px) {
	#page_scroll_navi {
    left: auto;
    right: 30px;
    top: -40px;
		margin: 0;
}
  #page_scroll_navi.fixed {
    right: 30px;
    bottom: 30px;
  }
	#page_scroll_navi a,
  #page_scroll_navi.fixed a{
		width: 80px;
    height: 80px;
    border-radius: 0;
    padding: 18px 0;
    display: block;
	}
  #page_scroll_navi.fixed span {
    display: block;
  }
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
  border-top: 1px solid #D9D9D9;
  margin-top: 80px;
  position: relative;
}
#site_footer .inner {
  padding: 10px;
  text-align: center;
}
#site_footer .inner dt {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 7px;
}
#site_footer .inner dd {
  font-size: 1.3rem;
}

.footer_navi {
  padding: 15px 30px;
  background: #fff;
}
.footer_navi li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B1B1B;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: 1px dashed #D9D9D9;
  padding: 8px 0;
  position: relative;
}
.footer_navi li > a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
.footer_navi li > a.icon_faq::before {
  background: url("/image/icon/icon_faq.svg") no-repeat center;
}
.footer_navi li > a.icon_contact::before {
  background: url("/image/icon/icon_contact.svg") no-repeat center;
}
.footer_navi li > a.icon_sitemap::before {
  background: url("/image/icon/icon_sitemap.svg") no-repeat center;
}
.footer_navi li > a.icon_privacy::before {
  background: url("/image/icon/icon_privacy.svg") no-repeat center;
}
.footer_navi li:last-child > a {
  
  border-bottom: none;
}
.copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #1E56A3;
  padding: 7px 0;
}
.footer_logo {
  background: #F4F4F1;
  padding: 20px 30px;
  text-align: center;
}
.footer_logo img {
  max-width: 195px;
}

/* pc */
@media print, screen and (min-width: 1280px) {

  .copyright {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .footer_navi {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    column-gap: 20px;
  }
  .footer_navi li > a {
    border: none;
    padding: 0;
  }
  .footer_navi li > a:hover {
    text-decoration: underline;
  }
  .footer_logo {
    padding: 40px 30px;
  }
  .footer_logo img {
    max-width: none;
  }
  #site_footer .inner dt {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  #site_footer .inner dd {
    font-size: 1.8rem;
  }

}

/*---------------------------------------------------------------------
	contact_area
---------------------------------------------------------------------*/
.contact_area {
  background: url("/image/bg_contact.svg") repeat;
  margin-top: 100px;
}
.contact_inner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 30px 10px;
  margin: 0 auto;
}
.contact_area .contact_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.contact_area .box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  /*margin-bottom: 30px;*/
}
.contact_area .box:first-child {
  margin-bottom: 20px;
}
.contact_area .title_01 {
  font-weight: 600;
  text-align: center;
  color: #004891;
  font-size: 2.2rem;
}
.contact_area .title_02 {
  font-weight: 600;
  text-align: center;
  color: #0075A9;
  font-size: 2.2rem;
}
.contact_area .lead_txt {
  text-align: center;
  font-weight: 500;
  margin: 8px 0 20px;
}
.contact_area .lead_contact {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact_area .contact_ttl_sub {
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px solid #BFBFBF;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
}
.contact_area .link_faq {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_area .link_faq::after {
  content: "";
  background: url("../image/icon/icon_link.svg") no-repeat center;
  display: inline-block;
  width: 25px;
  height: 21px;
  margin-left: 12px;
}
.contact_area .fll .contact_ttl_sub:first-child {
}
.contact_area .contact_ttl_sub::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #004891;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 10px;
}
.contact_area .contact_ttl_sub.square::before {
  width: 10px;
  height: 10px;
  border-radius: 0;
}
.contact_area dl.parallel {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
}
.contact_area dl dt {
  font-weight: 500;
}
.tet_ttl {
  color: #1B1B1B;
  font-size: 2.0rem;
  font-weight: bold;
}
.tet_ttl>span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #3C95B0;
  display: inline-block;
  margin-left: 10px;
}
.tet_num a {
  font-size: 3.6rem;
  font-weight: bold;
  color: #1B1B1B;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  /*margin-bottom: 30px;*/
}
.tet_num.icon_free a::before {
  content: "";
  display: inline-block;
  background:  url("/image/icon/icon_freedial.svg") no-repeat center;
  width: 42px;
  height: 24px;
  padding-right: 16px;
  background-size: contain;
}
.tet_num.icon_tel a::before {
  content: "";
  display: inline-block;
  background:  url("/image/icon/icon_tel.svg") no-repeat center;
  width: 32px;
  height: 32px;
  padding-right: 16px;
  background-size: contain;
}
a.btn_form {
  color: #000;
  font-size: 2.0rem;
  font-weight: 500;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: .3s;
  max-width: 312px;
  width: 100%;
  position: relative;
  padding: 23px 25px 23px 61px
}
a.btn_form::before {
  content: "";
  display: inline-block;
  background:  url("/image/icon/icon_mailbtn.svg") no-repeat center;
  width: 40px;
  height: 29px;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -15px;
}
a.btn_form::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004891;
  border-right: 2px solid #004891;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.disfl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}


@media print, screen and (min-width: 768px) {
  .lyt_contact_inner {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }
  .lyt_contact_inner .fll,
  .lyt_contact_inner .flr {
    width: calc(50% - 20px)
  }
  .contact_area .flr .contact_ttl_sub:first-child {
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .tet_num a {
    font-size: 2.5rem;
  }
  a.btn_form {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .contact_inner {
    padding: 44px 10px;
  }
  .contact_area .left .box:first-child {
    margin-bottom: 0;
  }
  .contact_area .contact_ttl {
    font-size: 3.2rem;
    margin-bottom: 33px;
  }
  .lyt_contact {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: stretch;
  }
  .contact_area .box:first-child {
    /*margin-bottom: 0;*/
  }
  .contact_area .contact_ttl_sub {
    margin-top: 15px;
  }
  .contact_area .link_faq {
    margin: 37px 0 0;
  }
  .lyt_contact .left {
    width: 68.5%;
  }
  .lyt_contact .right {
    width: 29.75%;
  }
  a.btn_form:hover {
    background: #4C9EC9;
    color: #fff;
  }
}
@media print, screen and (min-width: 1280px) {
  a.btn_form {
    min-width: 312px;
  }
}

/*---------------------------------------------------------------------
	box
---------------------------------------------------------------------*/
.lyt_box01 {
  border: 1px solid #BFBFBF;
  margin-bottom: 30px;
}
.lyt_box01 .box_ttl {
  border-bottom: 1px solid #BFBFBF;
  background: #F3FAF7;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 8px 15px 9px;
}
.lyt_box01 .box_content {
  padding: 15px;
}
.lyt_box02 {
  margin-bottom: 30px;
  padding: 20px;
}
.lyt_box02.cl_01 {background: #EEF6FB}
.lyt_box02.cl_02 {background: #F6F5EE}
.lyt_box02.cl_03 {background: #F0F7F6}
.lyt_box02.cl_04 {background: #E8EEF6}
.lyt_box02 .box_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.lyt_box02.cl_01 .box_ttl {color: #005BAC;}
.lyt_box02.cl_02 .box_ttl {color: #81782D;}
.lyt_box02.cl_03 .box_ttl {color: #00736D;}
.lyt_box02 .box_list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 1em;
}
.lyt_box02 .box_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 11px;
}
.lyt_box02.cl_01 .box_list li::before {background: #0073BC}
.lyt_box02.cl_02 .box_list li::before {background: #81782D}
.lyt_box02.cl_03 .box_list li::before {background: #00736D}

/*---------------------------------------------------------------------
	company
---------------------------------------------------------------------*/
.mv_about {
  position: relative;
  margin-bottom: 50px;
}
.mv_inner {
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.mt_ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mv_lead {
  text-align: center;
  color: #004097;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 960px) {
  .mt_ttl {
    font-size: 4.6rem;
  }
  .mv_lead {
    font-size: 1.8rem;
  }
}


/* iframe */
iframe.map {
  width: 100%;
  margin-top: 30px;
  aspect-ratio: 16 / 9;
}
@media print, screen and (max-width: 960px) {
  .content1 iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}

/* list */
.dot_list {
  margin-left: 10px;
}
.dot_list li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.dot_list li::before {
  content: "";
  display: inline-block;
  background: #809DC8;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}


/*---------------------------------------------------------------------
	土地活用 land_usage
---------------------------------------------------------------------*/
.mv_landuse {
  background: url("/userfiles/images/land_usage/mv.png") no-repeat center;
  background-size: cover;
  padding: 30px 0 100px;
}
.mv_landuse .mv_bg {
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: content-box;
  margin: 0 auto;
}
.mv_landuse .mv_bg h2 {
  min-height: auto;
  padding: 0;
  background: none;
  border: none;
  max-width: 435px;
  margin: 0 auto 16px;
}
.mv_landuse .mv_bg h2::before {
  content: none;
}
.mv_landuse .mv_bg .check_area>dl {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px 20px 15px 20px;
}
.mv_landuse .mv_bg .check_area>dl>dt {
  font-size: 2.0rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.mv_landuse .mv_bg .check_area>dl>dt::before {
  content: "";
  display: inline-block;
  background: url("/image/icon/icon_check.svg") no-repeat center;
  background-size: contain;
  width: 29px;
  height: 27px;
  margin-right: 10px;
}
.mv_landuse .mv_bg .check_area>dl>dd {
  font-size: 1.4rem;
  padding-left: 38px;
}
.advantage_bg {
  background: none;
  padding: 50px 0 0;
}
.advantage_inner {
  max-width: 1326px;
  padding: 0 15px;
  box-sizing: content-box;
  margin: 0 auto;
}
h3.ttl_h3 {
  font-size: 3.0rem;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
}
h3.ttl_h3>span {
  display: block;
  font-size: 1.6rem;
  color: #004097;
}
h3.ttl_h3::before {
  content: none;
}
.advantage_bg .lead_text {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.advantage_bg .lead_text02 {
  text-align: center;
  color: #005BA0;
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 76px;
}
.advantage_bg .lead_text03 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 24px;
}
.advantage_list {
  display: block;
}
.advantage_cont {
  border: 1px solid #CCC;
  padding: 70px 20px 20px;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
}
.advantage_num {
  width: 80px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

h4.advantage_ttl {
  padding-bottom: 0;
  margin-bottom: 30px;
  margin-top: 0;
  border: none;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
h4.advantage_ttl::after {
  content: "";
  display: block;
  background: url("/image/land_usage/ttl_img.svg") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 10px;
  margin: 15px auto 0;
}
.commitment01 {
  margin-top:60px;
  position: relative;
}
h4.commitment_ttl {
  padding-bottom: 0;
  border: none;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
h4.commitment_ttl .num {
  font-size: 5.5rem;
  font-weight: 100;
  color: #005BA0;
}
h4.commitment_ttl .sub {
  font-size: 1.3rem;
  color: #ACDEF3;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
h4.commitment_ttl .sub::after {
  content: "";
  display: block;
  background: url("/image/land_usage/ttl_img.svg") no-repeat center bottom;
  background-size: contain;
  width: 70px;
  height: 6px;
}
.commitment_img {
  flex-shrink: 0;
  margin-top: 20px;
}
.commitment_lead {
  font-size: 2.2rem;
  font-weight: 500;
}
.commitment_lead02 {
  color: #005BA0;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
h5.commitment_ttl_sub {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 30px 0 20px;
}
.commitment_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.point_list {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_list li {
  width: calc(50% - 11px);
}
.commitment_list .imgbox {
  background-color: #E5F3F8;
  margin-bottom: 20px;
  width: 100%;
}
.commitment_list .imgbox dl {
  margin-top: 0;
  padding: 20px;
}
.commitment_list .imgbox dl>dt {
  font-size: 3.0rem;
  margin-bottom: 30px;
  line-height: 1.5;
}
.commitment_list .imgbox dl>dt>span {
  display: block;
  font-size: 1.3rem;
  color: #004097;
}
.commitment02 {
  margin-top: 60px;
}
p.commitment_txt {
  margin-bottom: 10px;
}
.commitment03 {
  margin-top: 60px;
}

@media print, screen and (min-width: 960px) {
  .mv_landuse {
    padding: 50px 0 375px;
  }
  .mv_landuse .mv_bg .check_area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .mv_landuse .mv_bg .check_area>dl {
    background: rgba(255, 255, 255, 0.4);
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .mv_landuse .mv_bg .check_area>dl>dt {
    font-size: 2.5rem;
  }
  .mv_landuse .mv_bg .check_area>dl>dd {
    font-size: 1.8rem;
  }
  .advantage_bg {
    padding: 60px 0;
    background: url("/image/land_usage/bg_advantage.png") no-repeat top;
    background-size: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  h3.ttl_h3 {
    font-size: 4.6rem;
    margin-bottom: 40px;
  }
  h3.ttl_h3>span {
    font-size: 1.8rem;
  }
  .advantage_bg .lead_text {
    font-size: 2.0rem;
  }
  .advantage_bg .lead_text02 {
    font-size: 3.0rem;
  }
  .advantage_bg .lead_text03 {
    font-size: 2.2rem;
  }
  .advantage_list {
    display: flex;
    column-gap: 33px;
    margin-bottom: 60px;
  }
  .advantage_cont {
    width:33%;
  }
  .advantage_cont {
    margin-bottom: 0;
    padding: 107px 40px 40px;
  }
  h4.advantage_ttl {
    font-size: 3.4rem;
  }
  .advantage_num {
    width: auto;
  }
  .commitment01 {
    margin-top: 100px;
    padding: 0 0 50px;
  }
  .commitment01::after {
    content: "";
    display: block;
    background: url("/image/land_usage/bg_commitment.svg") no-repeat right bottom;
    width: calc(1560/1920*100vw);
    height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.65;
  }
  .lyt_flex {
    display: flex;
    column-gap: 33px;
  }
  .lyt_flex .order2 {
    order: 2;
  }
  .lyt_flex .order1 {
    order: 1;
  }
  p.commitment_lead {
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-left: 60px;
    line-height: 1.4;
  }
  p.commitment_lead02 {
    font-size: 3.4rem;
  }
  p.commitment_txt {
    margin-left: 60px;
    margin-bottom: 10px;
  }
  h5.commitment_ttl_sub {
    font-size: 2.8rem;
    margin: 50px 0 32px;
  }
  .point_list {
    flex-wrap: nowrap;
  }
  .point_list li {
    width: 25%;
  }
  .commitment_list {
    column-gap: 40px;
  }
  .commitment_list .imgbox {
    width: calc(25% - 12px);
  }
  .commitment02 {
    margin-top: 100px;
    padding: 37px 0 50px;
    position: relative;
  }
  .commitment02::after {
    content: "";
    display: block;
    background: url("/image/land_usage/bg_commitment02.svg") no-repeat left bottom;
    width: calc(1560/1920*100vw);
    height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.65;
  }
  .commitment03 {
    margin-top: 100px;
    padding: 37px 0 50px;
    position: relative;
  }
  .commitment03::after {
    content: "";
    display: block;
    background: url("/image/land_usage/bg_commitment03.svg") no-repeat right bottom;
    width: calc(1560/1920*100vw);
    height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.65;
  }
  .lyt_float .commitment_content {
    padding-right: 100px;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .commitment_list {
    column-gap: 20px;
  }
  .commitment_list .imgbox {
    width: calc(50% - 10px);
  }
}

.lyt_float .pcimg {
  display: none;
}
.lyt_float .spimg {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .lyt_float .pcimg {
    display: block;
  }
  .lyt_float .spimg {
    display: none;
  }
}
.owner_area {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.owner_list {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.owner_list .owner {
  margin-bottom: 40px;
}
.owner_list .owner_name {
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 32px;
  border: 1px solid #CCC;
  padding: 10px;
  margin: 17px 0 20px;
}
.flow_area {
  background-color: #EFF8FB;
  padding: 30px 0;
}
.lyt_flow {
  margin-top: 50px;

}
.lyt_flow dl {
  display: block;
  border-radius: 15px;
  font-weight: 500;
  font-size: 1.8rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 64px;
  position: relative;
}
.lyt_flow dl::after {
  content: "";
  display: block;
  background: url("/image/land_usage/icon_arrow_down.svg") no-repeat center;
  background-size: contain;
  width: 25px;
  height: 35px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.lyt_flow dl:last-child {
  margin-bottom: 0;
}
.lyt_flow dl:last-child::after {
  content: none;
}
.lyt_flow dl>dt {
  text-align: center;
  display: block;
  vertical-align: middle;
  color: #fff;
  padding: 13px;
  background: #1E56A3;
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.lyt_flow dl>dd {
  display: block;
  padding: 13px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #CCC;
  background-color: #fff;
}




@media print, screen and (min-width: 960px) {
  .owner_area {
    margin: 100px auto;
  }
  .owner_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 45px;
    justify-content: center;
    margin-top: 50px;
  }
  .owner_list .owner {
    margin-bottom: 40px;
  }
  .flow_area {
    background: none;
    position: relative;
    padding: 60px 0;
  }
  .flow_area::after {
    content: "";
    display: block;
    background: #EFF8FB;
    width: calc(1623/1920*100vw);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  
  .lyt_flow dl {
    display: table;
  }
  .lyt_flow dl>dt,
  .lyt_flow dl>dd{
    display: table-cell;
  }
  .lyt_flow dl>dt {
    width: 22%;
    border-radius: 15px 0 0 15px;
  }
  .lyt_flow dl>dd {
    border-radius: 0 15px 15px 0;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .owner_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .owner_list .owner {
    width: calc(50% - 10px);
  }
}


.achievements {
  margin-top: 60px;
}
.record_list li {
  margin-bottom: 40px;
}
.record_list a {
  color: #000;
  text-decoration: none;
  display: block;
}
.record_list a span {
  display: block;
}
.record_list span.record_img img {
  width: 100%;
}
.record_list span.figimg {
  max-width: 100%;
  max-height: 360px;
  overflow: hidden;
}
.record_list span.figimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.record_list span.record_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  background: url("/image/land_usage/bg_ttl.svg") repeat center;
  padding: 22px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.record_list span.record_ttl::before {
  content: "";
  display: inline-block;
  background: #004891;
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.record_list span.record_txt {
  font-size: 1.5rem;
  color: #666;
  border-bottom: 1px solid #CCC;
  padding: 11px 22px; 
}
.visit_area {
  margin-top: 60px;
  position: relative;
  background: #F7FDF2;
  padding: 30px 0;
}
p.visit_link {
  background: #fff;
  margin-top: 10px !important;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  align-items: center;
}
p.visit_link a {
  color: #000;
}
.visit_link>span {
  display: inline-block;
  color: #898989;
  font-weight: 500;
  margin-right: 25px;
}
@media print, screen and (min-width: 960px) {
  .achievements {
    margin-top: 100px;
  }
  .visit_area {
    margin-top: 100px;
    background: none;
    padding: 60px 0;
  }
  .visit_area::after {
    content: "";
    display: block;
    background: #F7FDF2;
    width: calc(1623/1920*100vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  .record_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
  }
  .record_list li {
    width: calc(50% - 20px);
  }
  .record_list.column_3 li {
    width: calc(33% - 23px)
  }
  .record_list.column_3 span.record_img  {
    max-width: 373px;
    max-height: 251px;
    overflow: hidden;
  }
  .record_list.column_3 span.record_img img {
    width: 373px;
    height: 251px;
    object-fit: cover;
    object-position: center;
  }
  .record_list span.figimg {
    max-width: 580px;
    max-height: 360px;
  }
  .record_list span.figimg img {
    width: 580px;
    height: 360px;
  }
}

/*---------------------------------------------------------------------
	pca
---------------------------------------------------------------------*/
.mv_pca {
  background: url("../image/pca/mv.png") no-repeat center;
  background-size: cover;
  padding: 50px 0 150px;
  margin-bottom: 60px;
}
.mv_pca .mv_bg {
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: content-box;
  margin: 0 auto;
}
.mv_pca .title_pca {
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  background: linear-gradient(90deg, rgba(0,64,151,0) 0%, rgba(0,64,151,0.29) 24%, rgba(0,64,151,0.29) 75%, rgba(0,64,151,0) 100%);

}
.mv_pca .title_pca span {
  font-size: 2.6rem;
  font-weight: 600;
  
}
p.pca_ttl {
  font-size: 3.0rem;
  margin-bottom: 20px;
}
.pca_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pca_flow li {
  margin-bottom: 70px;
  position: relative;
}
.pca_flow li::after {
   content: "";
  display: block;
  background: url("../image/icon/icon_arrow-thick-right.svg") no-repeat center;
  background-size: contain;
  transform:rotate(90deg); 
  width: 44px;
  height: 47px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -23px;
}
.pca_flow li:last-child::after {
  content: none;
}

@media print, screen and (min-width: 960px) {
  .mv_pca {
    padding: 67px 0 653px;
  }
  .mv_pca .title_pca {
    font-size: 2.6rem;
  }
  .mv_pca .title_pca span {
    font-size: 3.6rem;
  }
  p.pca_ttl {
    font-size: 4.6rem;
  }

}
@media print, screen and (min-width: 650px) {
  .pca_flow {
    column-gap: 52px;
    justify-content: flex-start;
  }
  .pca_flow li {
    width: calc(33% - 35px);
  }
  .pca_flow li::after {
    content: "";
    display: block;
    background: url("../image/icon/icon_arrow-thick-right.svg") no-repeat center;
    background-size: contain;
    width: 44px;
    height: 47px;
    transform:rotate(0deg); 
    position: absolute;
    right: -48px;
    left: auto;
    top: 31%;
  }
  .pca_flow li:last-child::after,
  .pca_flow li:nth-child(3n)::after {
    content: none;
  }
}
.btn_lytpc {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}
.btn_lytpc a {
  display: block;
  color: #fff;
  transition: .3s;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
}
.btn_lytpc a::after {
  content: "";
  background: url("../image/icon/icon_arrow-dropright-circle.svg") no-repeat center;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -11px;
}
.btn_lytpc.color01 a {
  background: #585EAA;
}
.btn_lytpc.color02 a {
  background: #3C95B0;
}
.btn_lytpc.color01 a:hover {
  opacity: 1;
  background: #737BDE;
}
.btn_lytpc.color02 a:hover {
  opacity: 1;
  background: #4DC0E3;
}
.btn_lytpc a span {
  display: inline-block;
}
.btn_lytpc a span.img {
  max-width: 150px;
}
.btn_lytpc a span.text::before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.btn_lytpc a span.text.icon_jisseki::before {
  background: url("../image/icon/icon01.svg") no-repeat center;
  background-size: contain;
}
.btn_lytpc a span.text.icon_land::before {
  background: url("../image/icon/icon02.svg") no-repeat center;
  background-size: contain;
}

@media print, screen and (min-width: 960px) {
  .btn_lytpc a {
    font-size: 2.8rem;
  }
  .btn_lytpc a span.img {
    max-width: 260px;
  }
  .btn_lytpc a span.text::before {
    width: 80px;
    height: 80px;
    margin: 0 24px 0 21px;
  }
}

.num_list {
  padding: 0 10px;
}
.num_list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 42px
}

.num_list li span {
  color: #fff;
  display: inline-block;
  background: #468C00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/*---------------------------------------------------------------------
	アパート建築・土地活用
---------------------------------------------------------------------*/
.lead_bg {
  background: #ECF7FD;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
}
.lead_serif {
  font-family: var(--ff_serif);
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
}
.lead_serif span {
  font-size: 2.2rem;
}
.lyt_apart {
  margin-top: 80px;
  margin-bottom: 30px;
}
.lyt_apart .col {
  border-radius: 13px;
  position: relative;
  padding: 15px;
  margin-top: 50px;
}
.lyt_apart .col.cl01 {
  background: #FBE4EC;
}
.lyt_apart .col.cl02 {
  background: #E9F69A;
}
.lyt_apart .col.cl03 {
  background: #FFF6BD;
}
.lyt_apart .titleImg {
  text-align: center;
  margin-top: -60px;
}
.lyt_apart .titleTxt {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.1;
}
.lyt_apart .titleTxtsub {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.lyt_apart .col.cl01 .titleTxt,.lyt_apart .col.cl01 .titleTxtsub { color:#D70059 }
.lyt_apart .col.cl02 .titleTxt,.lyt_apart .col.cl02 .titleTxtsub {color: #0B7418}
.lyt_apart .col.cl03 .titleTxt,.lyt_apart .col.cl03 .titleTxtsub {color: #A5380E}

.lyt_apart .content {
  font-size: 1.5rem;
  border-top: 1px solid #AAA;
  padding-top: 11px;
  margin-top: 15px;
}
.lyt_apart .img {
  text-align: center;
}
.lyt_features >dl {
  border-top: 1px solid #CCC;
  margin-top: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.lyt_features >dl:last-child {
  border-bottom: 1px solid #CCC;
}
.lyt_features >dl>dt {
  margin-right: 22px;
  flex-shrink: 0;
  max-width: 110px;
}
.ttl_system {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.system_flow {
  margin-bottom: 20px;
}
.system_flow>dl {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
}
.system_flow>dl::after {
  content: "";
  background: url("/image/icon/icon_arr_bottom.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 15px;
  height: 28px;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.system_flow>dl:last-child {
  margin-bottom: 0;
}
.system_flow>dl:last-child::after {
  content: none;
}
.system_flow >dl>dt {
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
  border: 3px solid #1E56A3;
  border-radius: 6px 6px 0 0;
  text-align: center;
  padding: 10px;
}
.system_flow >dl>dd {
  background: #fff;
  padding: 10px;
  border-radius: 0 0 6px 6px;
}
.ttl_gr {
  font-size: 2.0rem;
  font-weight: 500;
  border-bottom: 2px solid #00B2B2;
  color: #00B2B2;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 24px;
}
.ttl_gr::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #B2E8E8;
  position: absolute;
  left: 0;
  top: 12px;
}
.lyt_flex_pcsp {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}
.lyt_flex_pcsp .image {
  flex-shrink: 0;
  text-align: center;
  width: 120px;
}
.lyt_flex_pcsp .image>img {
  width: auto;
}
.box_gr {
  background: #DFF6F6;
  border-radius: 12px;
  border: 3px solid #00B2B2;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 10px 20px;
}

@media print, screen and (min-width: 960px) {
  .lead_bg {
    font-size: 2.8rem;
    padding: 20px;
  }
  .lead_serif {
    font-size: 2.8rem;
  }
  .lead_serif span {
    font-size: 3.8rem;
  }
  .lyt_apart {
    display: flex;
    column-gap: 25px;
  }
  .lyt_apart .col {
    width: calc(33% - 17px);
    margin-top: 0;
  }
  .lyt_apart .titleTxt {
    font-size: 4.4rem;
  }
  .lyt_features >dl>dt {
    max-width: none;
  }
  .ttl_system {
    font-size: 2.8rem;
  }
  .system_flow>dl {
    display: flex;
    width: 100%;
  }
  .system_flow >dl>dt {
    vertical-align: middle;
    border-radius: 6px;
    font-size: 2.4rem;
    width: 150px;
    flex-shrink: 0;
    margin-right: 15px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .system_flow >dl>dd {
    vertical-align: middle;
    border-radius: 6px;
    width: 100%;
  }
  .system_flow>dl::after {
    left: 68px;
  }
  .ttl_gr {
    font-size: 2.4rem;
  }
  .ttl_gr::before {
    width: 16px;
    height: 16px;
    top: 15px;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .lyt_apart {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .lyt_apart .col {
    width: calc(50% - 17px);
    margin-top: 0;
    margin-bottom: 40px;
  }

}


.lyt_kodate {
}
.lyt_kodate dl {
  margin-top: 0;
  margin-bottom: 30px;
}
.lyt_kodate dt {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
  padding: 6px 0;
}
.lyt_kodate dt.bgred {background: #D90000}
.lyt_kodate dt.bgblue {background: #1C57A3}
.lyt_kodate dd {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.lyt_kodate dd .image {
  flex-shrink: 0;
}
.lyt_kodate dd>p {
  margin-top: 0;
  margin-bottom: 0;
}
.list_map {
  display: flex;
  flex-wrap: wrap;
}
.list_map li {
  border-right: 1px solid #CCC;
  padding: 10px 13px;
  width: 50%;
}
.list_map li:last-child {
  border-right: none
}
.list_map li:nth-child(2) {
  border-right: none;
}
.list_map li:first-child,
.list_map li:nth-child(2) {
  border-bottom: 1px solid #CCC;
}
.list_map li .link {
  border-top: 1px solid #CCC;
  padding-top: 5px;
  margin-top: 5px;
}
.service_flow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.service_flow li {
  text-align: center;
  background: #61AEA7;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 43px;
  padding: 14px 10px 13px;
  position: relative;
}
.service_flow li::after {
  content: "";
  display: block;
  background: url("/image/icon/icon_arr_bottom_gl.svg") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 25px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.service_flow li.last {
  background: #FF8000;
  margin-bottom: 0;
}
.service_flow li.last::after {
  content: none;
}
.list_koho li {
  background: #F1F9FD;
  margin-bottom: 5px;
  padding: 11px 30px;
  position: relative;
}
.list_koho li::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #009FE8;
  margin-right: 10px;
  position: absolute;
  left: 14px;
  top: 22px;
}

@media print, screen and (min-width: 960px) {
  .lyt_kodate dt {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .lyt_kodate {
    display: flex;
    column-gap: 60px;
  }
  .lyt_kodate dl {
    width: calc(50% - 30px);
  }
  .list_map li {
    width: 25%;
    padding: 0 13px;
  }
  .list_map li:nth-child(2) {
    border-right: 1px solid #CCC;
  }
  .list_map li:first-child,
  .list_map li:nth-child(2) {
    border-bottom: none;
  }
}


/*---------------------------------------------------------------------
	works
---------------------------------------------------------------------*/
.works_list li:first-child {
  border-top:  1px solid #CCC;
}
.works_list li {
  border-bottom: 1px solid #CCC;
}
.works_list li a {
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 15px 35px 15px 0;
  align-items: center;
  position: relative;
  transition: .3s;
}
.works_list li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #1C57A3;
  border-right: 3px solid #1C57A3;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -6px;
}
.works_list li a:hover {
  background: #EDF5FA;
}
.works_list li .thumb {
  margin-right: 22px;
  width: 40%;
  max-width: 220px;
}
.works_list li .thumb img {
  width: 100%;
}
  .works_list li .detail {
    width: 60%;
  }
.works_list li .detail span.txt {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.works_list li .detail span.title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 10px;
}
a.back_btn {
  display: inline-block;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  min-width: 220px;
  position: relative;
  transition: .3s;
  padding:12px 30px;
  margin-top: 50px;
  text-align: center;
}
a.back_btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #1E56A3 transparent transparent;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -4px;
}
a.back_btn:hover {
  color: #fff;
  background: #1E56A3
}
a.back_btn:hover::after {
  border-color: transparent #fff transparent transparent;
}
.slide_area {
  margin-bottom: 40px;
}
.thumb-item {
  position: relative;
  margin-bottom: 17px;
}
.thumb-item .slick-list {
  z-index: 1;
}
button.prev-arrow,
button.next-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  z-index: 2;
}
button.prev-arrow {
  width: 23px;
  height: 42px;
  background: url("/image/icon/icon_slider_arr.svg") no-repeat center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -21px;
}
button.next-arrow {
  width: 23px;
  height: 42px;
  background: url("/image/icon/icon_slider_arr.svg") no-repeat center;
  transform: rotate(180deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -21px;
}
.thumb-item-nav .slick-slide {
  cursor: pointer;
  width: 33%;
}
.thumb-item-nav .slick-slide .inner {
  margin: 0 5px 10px;
  background: #000;
}
.thumb-item-nav .slick-slide .inner img {
  opacity: 0.4;
}
.thumb-item-nav .slick-slide.slick-current .inner img {
  opacity: 1;
}

.thumb-item-nav .slick-track {
  transform: translate3d(0,0,0)!important;
  width: 100%!important;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .thumb-item-nav .slick-track {
    flex-wrap: nowrap;
  }
  .thumb-item-nav .slick-slide {
    max-width: 116px;
    width: auto;
  }
  .thumb-item-nav .slick-slide .inner {
    margin: 0 8px 16px;
  }
}

@media print, screen and (min-width: 960px) {
  .works_list li .thumb {
    width: 24%;
    max-width: 220px;
  }
  .works_list li .detail {
    width: 74%;
  }
  .works_list li .detail span.txt {
    font-size: 1.6rem;
  }
  .works_list li .detail span.title {
    font-size: 2.2rem;
  }
}