/* media queri
------------------------------*/
/* color
------------------------------*/
/* common
------------------------------*/
.inner {
  width: calc(100% - 40px);
  padding-inline: 0;
  margin: 0 auto;
}

.inner.is-small {
  max-width: 980px;
}

/* header
------------------------------*/
#header {
  display: block;
  width: 100%;
  height: 66px;
  border-top: 4px solid #2a5e87;
  /*-- navi --*/
}
#header .header_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#header .logo_summary {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
}
#header .logo_summary h1.logo {
  width: auto;
  height: 50px;
  margin-right: 10px;
}
#header .logo_summary h1.logo img {
  height: 50px;
  width: auto;
}
#header .logo_summary .summary_pc {
  display: none;
}
#header .logo_summary .summary_sp {
  display: inherit;
  font-size: 1.1rem;
  margin-bottom: 0;
}
#header .info {
  width: calc(100% - 100px);
}
#header .info .summary {
  font-size: 10px;
  color: #2a5e87;
}
#header .info .fbox {
  display: none;
}
#header .nav_wrap {
  background-color: #2a5e87;
  width: 100%;
}
#header .openbtn {
  display: inherit;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
}
#header .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  background-color: #999;
  width: 45%;
}
#header .openbtn span:nth-of-type(1) {
  top: 15px;
}
#header .openbtn span:nth-of-type(2) {
  top: 23px;
}
#header .openbtn span:nth-of-type(3) {
  top: 31px;
}
#header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
#header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
#header .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
#header #g_nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -120%;
  width: calc(100% - 70px);
  height: 100vh;
  background: #2a5e87;
  transition: all 0.6s;
}
#header #g_nav.panelactive {
  left: 0;
}
#header #g_nav.panelactive #g_nav_list {
  position: fixed;
  z-index: 999;
  width: calc(100% - 70px);
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#header #g_nav ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #2a5e87;
  padding-top: 66px;
}
#header #g_nav ul li {
  width: 100%;
}
#header #g_nav ul li a {
  width: 100%;
  padding: 20px;
  font-size: 1.4rem;
  border-right: none;
  border-bottom: 1px solid #ccc;
}
#header #g_nav ul li:first-of-type a {
  border-left: none;
}
#header #g_nav .tel {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  padding: 20px;
  text-align: center;
}
#header #g_nav .tel span {
  display: inline-block;
  font-size: 2rem;
  margin-left: 4px;
}
#header .nav_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 980;
  visibility: hidden;
}
#header .nav_bg.active {
  visibility: visible;
}

/* main
------------------------------*/
#main .main_visual {
  position: relative;
  width: 100%;
  height: calc(100vh - 150px);
}
#main .main_visual .txt {
  width: calc(100% - 160px);
}
#main .main_visual .main_slide {
  width: 100%;
  height: calc(100vh - 150px);
}
#main .main_visual .main_slide .slick-prev, #main .main_visual .main_slide .slick-next {
  display: none !important;
}
#main .main_visual .main_slide img {
  width: 100%;
  height: calc(100vh - 150px);
  -o-object-fit: cover;
     object-fit: cover;
}
#main section {
  padding-top: 40px;
  padding-bottom: 40px;
}
#main .ttl_main {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#main .grid_4to2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background-color: #7f7f7f;
  justify-items: stretch;
}
#main .grid_4to2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .grid_4to2 .item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .grid_4to2 .item h2, #main .grid_4to2 .item p, #main .grid_4to2 .item a {
  padding-inline: 20px;
}
#main .grid_4to2 .item h2 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 40px;
}
#main .grid_4to2 .item p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#main .grid_4to2 .item a {
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  margin-top: auto;
  margin-bottom: 60px;
}
#main .grid_3to1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: stretch;
}
#main .grid_3to1 .item {
  padding: 40px;
}
#main .grid_2to1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* footer
------------------------------*/
#footer .fnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#footer .fnav dl {
  list-style-type: none;
  color: #fff;
}
#footer .fnav dl dt {
  font-size: 14px;
  margin-bottom: 1em;
}
#footer .fnav dl dd {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  #footer .fnav {
    grid-template-columns: repeat(1, 1fr);
  }
}
#footer .copy {
  background-color: #000;
  color: #fff;
  padding: 30px 30px 70px;
  margin-top: 80px;
  text-align: center;
}
#footer .copy .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#footer .copy .wrap .item {
  padding-inline: 0;
  padding-bottom: 1em;
}
#footer .copy .wrap .item span {
  font-size: 10px;
}
#footer .copy .rights {
  font-size: 10px;
  margin-top: 0;
}

/* company
------------------------------*/
.table_company {
  width: 100%;
  border-collapse: collapse;
  vertical-align: text-top;
}
.table_company th {
  width: 20%;
  padding: 12px 8px 12px 0;
  border-bottom: 1px solid #2a5e87;
}
.table_company td {
  width: 80%;
  padding: 12px 0 12px 8px;
  border-bottom: 1px solid #7f7f7f;
}

/* service
------------------------------*/
#service .grid_3to1 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 480px) {
  #service .grid_3to1 {
    grid-template-columns: 1fr;
  }
}

/* results
------------------------------*/
#results .menu_tab li a {
  font-size: 1.2rem;
  padding: 8px 16px;
}
#results .results_img_wrap {
  padding: 10px;
}
#results .results_img_wrap .results_img {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 480px) {
  #results .results_img_wrap .results_img {
    grid-template-columns: repeat(2, 1fr);
  }
  #results .results_img_wrap .results_img li {
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
  }
  #results .results_img_wrap .results_img li a {
    max-height: 100px;
  }
  #results .results_img_wrap .results_img li img {
    max-height: 100px;
  }
}

/* form
------------------------------*/
form input {
  display: block;
  width: 100%;
  padding: 4px;
  border-bottom: 1px solid;
}

/* class
------------------------------*/
.pc_only {
  display: none;
}

.sp_only {
  display: inherit;
}

/*-- text --*/
.txt_c {
  text-align: center;
}

/*-- gap --*/
.gap {
  margin-bottom: 60px;
}

.gap_large {
  margin-bottom: 80px;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mt1 {
  margin-top: 1em;
}

.mt_gap {
  margin-top: 60px;
}

.pd_gap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd1 {
  padding: 1em;
}

.pd2 {
  padding: 2em;
}

.pd0 {
  padding: 0 !important;
}/*# sourceMappingURL=style-s.css.map */