@charset "utf-8";
/*============================================================
    Koubou JIN　第二階層
  ============================================================ */
/*
layout.css
color:#262626
point color1:#fcc800
point color2:#009DA5

/*-------------------------------------------------------
 POLICY
----------------------------------------------------------*/
#policy {
  width: 100%;
  background-image: url("../img/policy/policy_back.jpg");
  background-position: bottom right;
  background-size: cover;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pol-space {
  text-align: left;
  margin: 120px 0 20%;
  padding: 0 15%;
  font-size: 105%;
  color: #262626;
}
/*---- RESPO ------*/
@media screen and (max-width: 1080px) {
  .pol-space {
    padding: 0 3%;
    font-size: 104%;
  }
}
@media (max-width: 767px) {
  .pol-space {
    margin: 90px 0 20%;
    padding: 0 6%;
    font-size: 100%;
    padding-bottom: 100px;
  }
}
/*-----------------*/
.daihyo {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 120%;
}
.subtitle2 {
  color: #fff;
  padding: 50px 20px;
  font-size: 44%;
  font-weight: 300 !important;
}
.subtitle3 {
  color: #009DA5;
  padding: 50px 20px;
  font-size: 44%;
  font-weight: 300 !important;
}

/*-------------------------------------------------------
 PHOTOS
----------------------------------------------------------*/
#photos {
  width: 100%;
  background-color: whitesmoke;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.photos-space {
  text-align: left;
  margin: 120px auto 60px;
  padding: 0 0;
  color: #262626;
}

/*------------ PHOTO AREA---------------*/
/*----------- FILTER--------------*/
input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.filters {
  text-align: center;
  margin-bottom: 0.5rem;
}
.filters * {
  font-size: 1.5rem;
  display: inline-block;
}
.filters label {
  color: #262626;
  font-weight: 500;
	white-space: nowrap;
  background: #fff;
  text-align: center;
  padding: 1.1rem 7rem;
  margin: 0.25rem 0.7rem 0.1rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  letter-spacing: 0.1em;
  border: #262626 solid 1.5px;
  border-radius: 4px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .filters label {
    font-size: 1.3rem;
    padding: 0.7rem 2.6rem;
    margin: 0.25rem 0.02rem;
  }
}
.filters label:hover {
  background: rgba(0, 157, 165, 0.8) !important;
  color: #fff;
}


/*----------- TARGETS -----------*/

#photos ol {
padding-right: 0px;
padding-left: 0px;
}
.targets {
  display: grid;
  grid-gap: 1.8rem;
  grid-template-columns: repeat(3, 1fr);
}
.targets li {
  list-style: none !important;
}
/*.targets .target {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);*/
}
.targets .target-title {
  font-size: 1.3rem;
  margin: 1rem 0 1rem 0.2rem;
			line-height: 120%;
  color: #262626;
}
.targets .target-title2{
  font-size: 1.16rem;
  margin: 0.2rem rem 0.25rem;
}
.targets .target-title:hover {
  text-decoration: underline;
}
.targets figcaption {
  padding: 0.5rem;
  font-size: 0.75rem;
}
.targets .target-categories {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}
.targets .target-categories * {
  display: inline-block;
}
.targets .target-categories li {
  margin-bottom: 0.2rem;
}
.targets .target-categories a {
  padding: 0.2rem 0.5rem;
  transition: all 0.1s;
  background: rgba(252, 200, 0, 0.9) !important;
}
.targets .target-categories a:hover {
  background: rgba(252, 200, 0, 0.9) !important;
  color: #fff;
  */
}
/*---------- SUB NAV -----------*/
[value="All"]:checked ~ .filters [for="All"], [value="cat-a"]:checked ~ .filters [for="cat-a"], [value="cat-b"]:checked ~ .filters [for="cat-b"] {
  background: #fcc800;
  color: #262626;
}
/*----------  MOBILE -----------*/
@media screen and (max-width: 1100px) {
  .targets {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .targets {
    grid-template-columns: repeat(2, 1fr);
  }
  .photos-space img {
    width: 100%;
    height: auto;
  }
  .targets .target-title {
    font-size: 1.3rem !important;
		line-height: 120%;
    margin: 0.6rem 0 0.05rem 0.1rem;
  }
	.targets .target-title2 {
    font-size: 1.2rem !important;
    margin: 0.02rem 0 0.9rem 0.20rem;
  }
}
/*-------------------------------------------------------
 PAST RESULTS
----------------------------------------------------------*/
#trackrecord {
  width: 100%;
  background-color: whitesmoke;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.trackrecord-space {
  text-align: left;
  margin: 120px auto 60px;
  padding: 0 7%;
  color: #262626;
}
@media (max-width: 1080px) {
  .trackrecord-space {
    margin: 100px auto 40px;
    padding: 0 1.5%;
  }
}
@media (max-width: 767px) {
  .trackrecord-space {
    margin: 80px auto 60px;
    padding: 0 0;
  }
}
.record {
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 40px 55px;
  font-size: 105%;
  color: #262626;
  background-color: #fff;
}
@media (max-width: 1080px) {
  .record {
    padding: 40px 30px;
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  .record {
    padding: 25px 15px;
    font-size: 100%;
  }
}
/*----------- 一覧表 ------------*/
#trackrecord dl, dt, dd {
  margin: 0;
  padding: 0;
}
#trackrecord dl {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 30px 30px;
  width: 100%;
}
#trackrecord dt {
  flex-basis: 7%;
  padding: 9px 0px 2px;
  letter-spacing: 0.1em;
}
#trackrecord dd {
  flex-basis: 90%;
  padding: 9px 0px 2px;
}
@media (max-width: 767px) {
  #trackrecord dl {
    padding: 0 0 30px 10px;
  }
  #trackrecord dt {
    flex-basis: 14%;
    padding: 8px 0px 1px;
  }
  #trackrecord dd {
    flex-basis: 80%;
    padding: 8px 0px 1px;
  }
}
/*----------- 一覧表 ------------*/
/*---------- SUB NAV -----------*/
.subnav {
  width: 90%;
  text-align: center;
  margin: 0px auto;
  padding: 5px 0px;
}
a.btn-subnav {
  width: 99%;
  display: inline-block;
  padding: 0.9em 0.2em;
  text-decoration: none;
  color: #262626;
  font-weight: 500;
  background: #fff;
  letter-spacing: 0.2em;
  margin: 0.1em auto 0.6em;
  border: #262626 solid 1.5px;
  border-radius: 4px;
  transition: 0.4s;
}
a.btn-subnav:hover {
  color: #FFFFFF !important;
  background: #009DA5 !important;
  border: #009DA5 solid 1px;
  opacity: 0.6;
}
a.btn-subnav.current {
  color: #262626 !important;
  background: rgba(252, 200, 0, 0.9) !important;
}
@media (max-width: 767px) {
  .subnav {
    width: 96%;
    font-size: 90%;
  }
  a.btn-subnav {
    padding: 0.9em 0.2em;
    letter-spacing: 0.1em;
  }
}
/*-------------------------------------------------------
 ABOUT
----------------------------------------------------------*/
#about {
  width: 100%;
  background-color: whitesmoke;
  background-size: cover;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.about-space {
  text-align: left;
  margin: 120px 0 60px;
  padding: 0 5%;
  color: #262626;
}
.company {
  text-align: left;
  padding: 20px 20px;
  font-size: 105%;
  color: #262626;
  background-color: #fff;
}
@media (max-width: 767px) {
  .company {
    padding: 10px 10px;
  }
}
.map {
  position: relative;
  padding-bottom: 55%; // 縦横比
  height: 0;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 96% !important;
}
@media (max-width: 767px) {
  .map {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 70%; // 縦横比
  }
}
.office-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .office-name {
    display: block;
  }
}
/*---- RESPO ------*/
@media screen and (max-width: 1080px) {
  .pol-space {
    padding: 0 3%;
    font-size: 105%;
  }
}
@media (max-width: 767px) {
  .pol-space {
    margin: 90px 0 20%;
    padding: 0 6%;
    font-size: 100%;
    padding-bottom: 100px;
  }
}
/*-----------------*/
/*-------------------------------------------------------
 CONTACT
----------------------------------------------------------*/
#contact {
  width: 100%;
  background-color: whitesmoke;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.contact-space {
  margin: 110px 0 50px;
  padding: 0 5%;
  color: #262626;
}
.contact-info {
  max-width: 880px;
  margin: -20px auto 0;
}
@media (max-width: 767px) {
  .contact-info {
    text-align: center;
    margin: -20px auto 40px;
  }
  .contact-info p {
    text-align: left;
  }
}
.online p {
  text-align: left;
}
.online-banner {
  text-align: center;
  margin: 30px auto;
}
.online-banner img {
  max-width: 86%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .online-banner {
    margin: 5px auto;
  }
  .online-banner img {
    width: 300px !important;
  }
}