@charset "UTF-8";
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.w_base {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrap {
  border-top: 10px solid #000;
}

.main_area {
  margin-bottom: 70px;
  width: 70%;
  padding-right: 15px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  height: 100px;
  margin: 20px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head {
  display: flex;
  align-items: center;
}
header .head img {
  width: 60px;
}
header .head .title {
  margin-left: 9px;
  line-height: 1.3;
  padding-top: 10px;
}
header .head .title h1 {
  font-size: 1.8em;
}
header .head .title p {
  font-size: 1.3em;
  margin-top: -8px;
}
header .contact {
  text-align: right;
  font-size: 1.3em;
  font-weight: bold;
}
header .contact p {
  margin-bottom: 5px;
}
header .contact a {
  display: block;
  margin-top: -7px;
}
header .contact a:visited, header .contact a:link {
  text-decoration: none;
  color: #000;
}
header .contact .tel::before,
header .contact .mail a::before {
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 0.7em;
}
header .contact .tel::before {
  content: "\f095";
}
header .contact .mail a::before {
  content: "\f0e0";
}

@media screen and (min-width: 1025px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** navigation
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .nav_bg {
    background-color: #000;
  }
  .nav_bg nav ul {
    max-width: 960px;
    height: 55px;
    margin: 0 auto;
    padding: 4px 0 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav_bg nav ul li {
    width: 25%;
    height: 100%;
    text-align: center;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
  }
  .nav_bg nav ul li:nth-last-child(1) {
    border-right: 1px solid #fff;
  }
  .nav_bg nav ul li a {
    width: 100%;
    height: 100%;
    padding: 0.1em 0 0.5em;
    font-size: 1.1em;
    transition: all 0.3s;
  }
  .nav_bg nav ul li a:visited, .nav_bg nav ul li a:link {
    color: #fff;
    text-decoration: none;
  }
  .nav_bg nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .nav_bg nav ul li a::before {
    display: block;
    content: attr(data-text);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.5s ease;
  }
  .nav_bg .sp_contact {
    display: none !important;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** スライダー
******************************************************************************
----------------------------------------------------------------------------*/
.main_img img {
  width: 100%;
  margin: 0 !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_main {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}

.about {
  position: relative;
}
.about h2 {
  position: absolute;
  top: -120px;
  width: 220px;
  height: 160px;
  padding-top: 70px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 1px;
}
.about .about_txt {
  margin: 60px 0 50px 15px;
  padding: 40px 30px;
  font-size: 15px;
  border: 10px solid rgba(179, 179, 179, 0.5);
}

.link_list > li {
  margin-bottom: 5px;
}
.link_list > li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 1.5em 1em 1.5em 4.1em;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #000;
  transition: 0.5s;
}
.link_list > li a:before {
  position: absolute;
  top: 50%;
  left: 1.3em;
  transform: translateY(-50%) scale(0.8);
  content: "";
  width: 27px;
  height: 29px;
  background: url(../images/link_arrow.png) no-repeat;
}
.link_list > li a:hover {
  opacity: 0.8;
}
.link_list > li img {
  width: 100%;
}

.news_area {
  width: 30%;
  padding-left: 15px;
}
.news_area h2 {
  margin-top: 50px;
  font-size: 1.6em;
  border-bottom: 6px solid #000;
}
.news_area .news_scrl {
  width: 100%;
  max-height: 300px;
  overflow-y: scroll;
}
.news_area .news_box {
  border-bottom: 1px dotted #000;
  padding: 20px 5px 20px 5px;
  font-size: 14px;
}
.news_area .news_box time::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 0.8em;
  margin-right: 2px;
}
.news_area .news_box .news_ttl {
  padding: 5px 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer {
  background: rgba(227, 227, 227, 0.56);
}
footer .ft_con {
  padding-block: 30px;
}
footer .ft_con .site-ttl {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
footer .ft_con .site-ttl span {
  font-size: 0.9rem;
  font-weight: 500;
}
footer .ft_con .address {
  font-weight: 500;
  font-size: 0.9rem;
}
footer .copy {
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 4;
  font-size: 13px;
  text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.main .main_area {
  width: 100%;
  min-height: calc(100vh - 217px);
  padding: 15px 0;
  margin-bottom: 0;
}
.main .contents h2 {
  font-size: 1.4em;
  border-bottom: 2px solid #000;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.main .contents h3 {
  margin: 30px 0 10px;
  padding-left: 8px;
  font-size: 1.2em;
  border-left: 4px solid #000;
  border-bottom: 1px dotted #000;
  letter-spacing: 1px;
}
.main .contents h4 {
  font-size: 1.1em;
  margin: 10px 0 0;
  padding-left: 18px;
  position: relative;
}
.main .contents h4:before, .main .contents h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
}
.main .contents h4:before {
  left: 0;
  top: 7px;
}
.main .contents h4:after {
  left: 2px;
  top: 9px;
  border: 1px solid #fff;
}
.main .contents p {
  padding-top: 5px;
  line-height: 1.8;
}

/*----------------------------------------------------------------------------
******************************************************************************
** Mail Form Pro
******************************************************************************
----------------------------------------------------------------------------*/
/*Mail Form Proカスタマイズ*/
dl.mailform dt {
  display: flex;
  align-items: center;
  float: none !important;
  width: 100% !important;
  padding: 15px 0px !important;
  font-size: inherit !important;
  font-weight: 700;
  text-align: left !important;
  border: none !important;
}
dl.mailform dt .must {
  display: flex;
  align-items: center;
  float: none;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10px;
  background-image: none;
  font-size: 12px !important;
  font-weight: 400;
  box-shadow: none;
  text-shadow: none;
}
dl.mailform dd {
  padding: 20px 5px !important;
  font-size: inherit !important;
  border-top: solid 1px #CCC !important;
}

div#mfp_overlay_inner {
  width: 960px !important;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  padding: 10px 30px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.mfp_element_submit {
  background: #000 !important;
  color: #fff;
}

.mfp_buttons button#mfp_button_send {
  background: #af0303 !important;
  color: #fff;
  border: solid 1px #970202 !important;
}

.mfp_buttons button#mfp_button_cancel {
  background: #ccc !important;
  color: #000;
  border: solid 1px #bfbfbf !important;
}

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SP layout
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  html {
    font-size: 13px;
  }
  header {
    height: 70px !important;
    padding: 0 50px 0 5px !important;
  }
  header .head .title {
    line-height: 1.4;
  }
  header .head .title h1 {
    font-size: 18px !important;
    line-height: 1.2;
  }
  header .head .title p {
    font-size: 15px;
  }
  header .head img {
    width: 50px !important;
  }
  header .contact {
    display: none !important;
  }
  .main_img img {
    height: 160px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /******** sp global nav *********/
  nav {
    padding: 0 5px !important;
  }
  nav ul li a {
    padding: 1em 0 !important;
    font-size: 12px !important;
  }
  nav ul li:nth-last-child(1) {
    border-right: none;
  }
  .nav_bg {
    background: #000;
    color: #fff;
    height: calc(100% + 500px);
    padding-bottom: 500px;
    z-index: 100;
    width: 70%;
    overflow-x: none;
    overflow-y: auto;
    top: 0px;
    right: -70%;
    position: fixed;
    transition: All 0.5s ease;
  }
  nav > ul > li > a {
    border-bottom: 1px solid #2d2d2d;
    font-size: 16px !important;
    font-weight: bold;
    color: #fff !important;
    display: block;
    padding: 1em 1em 1em 1.5em !important;
    text-decoration: none !important;
    position: relative;
  }
  nav > ul > li > a:hover, nav > ul > li > a.current {
    background-color: rgba(0, 0, 0, 0.2);
  }
  nav > ul > li > a img {
    display: none;
  }
  nav > ul > li > a::before {
    display: block;
    content: attr(data-text);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.5s ease;
  }
  .sp_nav_open {
    right: 0 !important;
  }
  .sp_nav_trigger {
    cursor: pointer;
    z-index: 1000;
    position: fixed !important;
    top: 33px;
    right: 15px;
    margin-top: -5px;
    width: 36px;
    height: 24px;
  }
  .sp_nav_trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .sp_nav_trigger span:nth-of-type(1) {
    top: 0;
  }
  .sp_nav_trigger span:nth-of-type(2) {
    top: 10px;
  }
  .sp_nav_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .sp_nav_trigger:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "MENU";
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #000;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
  }
  .sp_nav_trigger.sp_active::after {
    content: "CLOSE";
    bottom: -25px;
    color: #fff;
  }
  .sp_nav_trigger.sp_active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background: #fff;
  }
  .sp_nav_trigger.sp_active span:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }
  .sp_nav_trigger.sp_active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background: #fff;
  }
  .sp_contact {
    margin-top: 1em;
    padding-right: 0.4em;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
  }
  .sp_contact p {
    margin-bottom: 5px;
  }
  .sp_contact a {
    display: block;
    margin-top: -7px;
    font-size: 1rem;
  }
  .sp_contact a:visited, .sp_contact a:link {
    text-decoration: none;
    color: #fff;
  }
  .sp_contact .tel::before,
  .sp_contact .mail a::before {
    font-family: FontAwesome;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 0.7em;
  }
  .sp_contact .tel::before {
    content: "\f095";
  }
  .sp_contact .mail a::before {
    content: "\f0e0";
  }
  .index_main {
    flex-direction: column;
  }
  .index_main .main_area,
  .index_main .news_area {
    width: 100%;
    display: block;
  }
  .index_main .main_area {
    min-height: auto !important;
    order: 2;
  }
  .index_main .news_area {
    order: 1;
  }
  .main {
    display: block;
  }
  .main_area {
    min-height: calc(100vh - 183px) !important;
    padding: 0;
    margin: 0;
  }
  .about h2 {
    top: -30px;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 20px 10px 10px;
  }
  .about h2 br {
    display: none;
  }
  .about .about_txt {
    padding: 40px 20px;
  }
  .link_list > li {
    margin-bottom: 6px !important;
  }
  .link_list > li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 1.5em 1em 1.5em 4.1em;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: #000;
    transition: 0.5s;
  }
  .link_list > li a:before {
    position: absolute;
    top: 50%;
    left: 1.3em;
    transform: translateY(-50%) scale(0.5);
    content: "";
    width: 27px;
    height: 29px;
    background: url(../images/link_arrow.png) no-repeat;
  }
  .news_area {
    width: 100%;
    padding: 10px;
  }
  .news_area h2 {
    margin-top: 20px;
  }
  .news_area .news_box {
    padding: 8px 5px !important;
  }
  footer {
    margin-top: 10px;
    background: rgba(227, 227, 227, 0.56);
  }
  footer .ft_con .site-ttl {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  footer .ft_con .site-ttl span {
    font-size: 0.9rem;
    font-weight: 500;
  }
  footer .ft_con .address {
    font-weight: 500;
    font-size: 0.9rem;
  }
  footer .copy {
    padding: 1em 0;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}/*# sourceMappingURL=style.css.map */