@charset "utf-8";

/* =============================================================================
    Style
============================================================================= */

/* Common
============================================================================= */
/* Basis
----------------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6em;
  letter-spacing: 1px;
}

img[src$=".svg"] {
  transform: translate(0,0); /* svgぼけ防止 */
}

.pcNone {
  display: none !important;
}

/* ------ backToTop ------ */
p#backToTop {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 10;
  line-height: 1;
  opacity: 0.72;
  margin: 0 0 0 420px;
}

p#backToTop > a {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

p#backToTop > a:before {
  content: url(../image/icon_backToTop.svg);
}

/* ------ clearfix(float release) ------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* Header
----------------------------------------------------------------------------- */
div#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

div#header:before,
div#header:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

div#header:after {
  content: "";
  z-index: 0;
  opacity: 0.8;
  background: #fff;
}

body.lower div#header:before {
  content: "";
  opacity: 0.03;
  background: url(../image/bg_diagonal.svg);
}

body.lower div#header:after {
  background: #3a7202;
}

div#header > div.wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

h1#headerLogo,
p#headerLogo {
  position: relative;
  z-index: 10;
}

h1#headerLogo > a,
p#headerLogo > a {
  display: inline-block;
  padding: 15px 0;
}

div#headerMenu {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 100;
  padding: 44px 0 0;
}

div#headerMenu > p.title {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  overflow: hidden;
}

div#headerMenu > ul.menu {
  display: none;
  margin: 5px 0 0;
  border: 1px #3b4433 solid;
  background: #fff;
}

div#headerMenu > ul.menu > li {
  border-top: 1px #3b4433 solid;
}

div#headerMenu > ul.menu > li:first-child {
  border-top: none;
}

div#headerMenu > ul.menu > li > a {
  display: block;
  padding: 0.2em 1em;
  border-right: 3px #618e34 solid;
  border-left: 3px #618e34 solid;
  color: inherit;
  text-decoration: none;
}

div#headerMenu > ul.menu > li > a:hover {
  background: #e2ebda;
}

div#headerMenu > ul.menu > li > a[target="_blank"] {
  display: flex;
  column-gap: 0.2em;
}

div#headerMenu > ul.menu > li > a[target="_blank"] img {
  margin-top: -3px;
}

div#headerMenu[data-visible="true"] > p.title > img {
  margin: -44px 0 0;
}

/* Footer
----------------------------------------------------------------------------- */
div#footer {
  margin: 80px 0 0;
}

div#footer > div.wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 20px 40px;
  border-top: 1px #3e4d2e solid;
}

div#footer address {
  display: table;
  width: 100%;
}

div#footer div.part,
div#footer dl.address {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

div#footer div.part {
  position: relative;
  padding: 0 0 10px;
}

div#footer div.part p.name {
  margin: 0 0 3px;
  font-size: 2.6rem;
}

div#footer div.part p.address {
  float: left;
  margin: 0 130px 0 0;
  font-size: 1.6rem;
}

div#footer div.part p.map {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div#footer div.part p.map > a {
  display: block;
  width: 120px;
  height: 30px;
  overflow: hidden;
}
div#footer div.part p.map > a:before {
  content: "";
  display: block;
  width: 120px;
  height: 30px;
  background: url(../image/footer_button_googleMap.svg) no-repeat left top;
}

div#footer div.part p.map > a:hover:before {
  background-position: left -30px;
}

div#footer dl.address {
  box-sizing: border-box;
  padding: 0 0 0 20px;
  border-left: 1px #425232 solid;
}

div#footer dl.address > dt {
  margin: 0 0 30px;
  font-size: 1.6rem;
}

div#footer dl.address > dd {
  float: left;
  padding: 0.3em 0 0.3em 40px;
  font-size: 1.6rem;
  letter-spacing: 0;
}

div#footer dl.address > dd.tel {
  margin: 0 40px 0 0;
  background: url(../image/footer_icon_tel.svg) no-repeat left center;
}

div#footer dl.address > dd.mail {
  background: url(../image/footer_icon_mail.svg) no-repeat left center;
}

p#copyright {
  position: relative;
  line-height: 35px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background:  #3e4d2e;
}

p#copyright:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.03;
  background: url(../image/bg_diagonal.svg);
}


/* MainContents
----------------------------------------------------------------------------- */
div#main {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 0 0;
}

div#topImage {
  position: relative;
  padding: 47.7% 0 0;
  background: url(../image/index_topImage.jpg) no-repeat;
  background-size: cover;
}

div#main section > h1.title {
  margin: 50px 0 25px 20px;
  font-size: 3rem;
}

div#main section > h2.title {
  margin: 0 0 20px 20px;
  font-size: 2rem;
}

div#main p.banner {
  border: 1px #3b4433 solid;
  text-align: center;
}

div#main p.banner > a {
  display: block;
  padding: 38px 0;
  border-left: 10px #618e34 solid;
  border-right: 10px #618e34 solid;
}

div#main p.banner > a:hover {
  background: #e2ebda;
}

/* ====== introduction ====== */
div.introduction h1.title {
  margin: 0 0 0.5em;
  padding: 0 0 5px 0.5em;
  border-bottom: 1px solid #000;
  font-size: 2.6rem;
}

/* ------- lower ------ */
body.lower div.introduction p.text {
  margin: 0 1em;
}

body.lower div.introduction p.text + p.text {
  margin-top: 1em;
}

body.lower div.introduction ul.image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

body.lower div.introduction ul.image > li {
  margin: 80px 0 0;
}

body.lower div.introduction ul.image > li.half {
  width: 46.2%;
}

body.lower div.introduction ul.image img {
  max-width: 100%;
  border: 1px solid #465735;
}

/* ====== content ====== */
div.content {
  margin: 78px 20px 0;
}

div.content > p.banner#asobina {
  width: auto;
  border: none;
}

div.content p#asobina > a {
  display: block;
  position: relative;
  padding: 20px 0;
  border: none;
}

div.content p#asobina > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 65%;
  top: 78%;
  width: 4.4%;
  height: 14.8%;
  border: 2px #c1cfb3 solid;
  border-radius: 5px;
  background: no-repeat center center;
  background-color: #fff;
  transition: all 500ms;
}

div.content p#asobina > a:hover::before {
  border-color: #618e34;
  background-color: #618e34;
  transform: rotateZ(45deg);
}

div.content p#asobina > a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(65% + 15px);
  top: calc(78% + 9px);
  width: 12.6%;
  height: 8%;
  background: url(../image/icon_link_external_off.svg) no-repeat;
  background-size: contain;
  transition: content 500ms;
}

div.content p#asobina > a:hover::after {
  background-image: url(../image/icon_link_external_on.svg);
}

div.content p#asobina > a > img {
  max-width: 100%;
}

div.content p#commonContact {
  width: 60%;
  margin: 0 auto;
}

div.content p#commonContact > a {
  position: relative;
}

div.content p#commonContact > a::after {
  content: url(../image/icon_link_arrow.svg);
  position: absolute;
  top: calc(50% - 5px);
  right: -9px;
  line-height: 0;
}

ul.mark > li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ====== anchor ====== */
a[href^="https://yoshikikuremoto.com/"] {
  display: inline-flex;
  align-items: baseline;
  column-gap: 2px;
  padding-right: 2px;
  color: inherit;
  text-decoration: none;
}


/* Page
============================================================================= */
/* Index
----------------------------------------------------------------------------- */
body#index div#topImage > p.move {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body#index div#topImage > p.move > a {
  display: block;
  height: 50px;
  overflow: hidden;
  background: url(../image/topImage_arrow_bottom.svg) no-repeat center center;
}

body#index div#topImage > p.move > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}

body#index div.introduction {
  margin: 20px 0 0;
  font-size: 2.6rem;
  text-align: center;
}

body#index div.content p.link {
  margin-top: 50px;
}

body#index div.link {
  margin: 90px 20px 0;
}

body#index p.banner {
  width: 46%;
}

body#index p.banner:nth-child(2) {
  margin: -162px 0 0 auto;
}

body#index div.link a.more {
  display: block;
  position: relative;
  padding: 0 0 70px;
}

body#index div.link a.more:hover {
  background-color: #e2ebda;
}

body#index div.link a.more::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 70px);
  top: 74%;
  width: 44px;
  height: 44px;
  border: 2px #c1cfb3 solid;
  border-radius: 5px;
  background: no-repeat center center;
  background-color: #fff;
  transition: all 500ms;
}

body#index div.link a.more:hover::before {
  border-color: #618e34;
  background-color: #618e34;
  transform: rotateZ(45deg);
}

body#index div.link a.more::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 70px + 17px);
  top: calc(74% + 16px);
  width: 124px;
  height: 15px;
  background: url(../image/icon_link_inside_off.svg) no-repeat;
  background-size: contain;
  transition: content 500ms;
}

body#index div.link a.more:hover::after {
  background-image: url(../image/icon_link_inside_on.svg);
}

body#index div.link p.linkBanner + p.linkBanner {
  margin-top: 30px;
}

body#index div.link p.linkBanner img {
  max-width: 100%;
}

body#index div.link > div.block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 80px;
}

body#index div.link > div.block > a {
  display: block;
  width: 462px;
  margin: 0 auto 40px;
  padding: 0 0 80px;
  background: no-repeat center top;
}

@media screen and (max-width: 1024px) {
  body#index div.link > div.block {
    display: block;
  }

  body#index div.link > div.block > a {
    margin: 0 auto 40px;
  }
}

body#index div.link > div.block > a::before {
  top: auto;
  bottom: 12px;
}

body#index div.link > div.block > a::after {
  top: auto;
  bottom: 28px;
}

body#index div.link > div.block > a > dl.link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body#index div.link > div.block > a > dl.link::before {
  line-height: 0;
  margin: 0 0 10px;
  border: 1px solid #465735;
}

body#index div.link > div.block > a#bagjump > dl.link::before {
  content: url(../image/index_link_bagjump_image.jpg);
}

body#index div.link > div.block > a#observation > dl.link::before {
  content: url(../image/index_link_observation_image.jpg);
}

body#index div.link a.more#consulting::before {
  top: auto;
  bottom: 12px;
}

body#index div.link a.more#consulting::after {
  top: auto;
  bottom: 28px;
}


/* Company
----------------------------------------------------------------------------- */
body#company div#topImage {
  padding-top: 61.3%;
  background-image: url(../image/company_topImage.jpg);
}

body#company dl.company {
  position: relative;
  height: 100%;
  margin: 0 0 0 60px;
  padding: 1em 0;
}

body#company dl.company:before {
  content: "";
  display: block;
  position: absolute;
  left: 160px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #3b4433;
}

body#company dl.company > dt {
  width: 160px;
  box-sizing: border-box;
  padding: 0 2em 0 0;
  text-align: right;
}

body#company dl.company > dd {
  margin: -1.6em 0 2em 200px;
}

body#company dl.company > dd + dd {
  margin-top: -2em;
}

body#company dl.company > dd:last-child {
  margin-bottom: 0;
}

body#company iframe {
  width: 500px;
  height: 375px;
}

/* Contact
----------------------------------------------------------------------------- */
body#contact div#topImage {
  padding-top: 61.3%;
  background-image: url(../image/contact_topImage.jpg);
}

body#contact h1.title + p.text {
  margin: -20px 0 30px 20px;
}

body#contact ul.mark {
  margin: 0 0 80px 20px;
}

body#contact div.contact {
  padding: 20px 20px 35px;
  background: #e9f5e8;
}

body#contact div.contact > h2.title {
  font-size: 2rem;
  border-bottom: 2px #3e4d2e solid;
}

body#contact div.contact div.wrap {
  padding: 0 40px;
  border-bottom: 2px #3e4d2e solid;
}

body#contact div.contact table.contact {
  width: 100%;
}

body#contact div.contact table.contact th,
body#contact div.contact table.contact td {
  vertical-align: top;
  padding: 0.5em;
  border-top: 1px #818f77 solid;
}

body#contact div.contact table.contact tr:first-child th,
body#contact div.contact table.contact tr:first-child td {
  border-top: none;
}

body#contact div.contact table.contact th {
  width: 13em;
  text-align: right;
}

body#contact div.contact table.contact label {
  display: inline-block;
  padding: 3px 0;
}

body#contact div.contact table.contact input[type="text"],
body#contact div.contact table.contact textarea {
  padding: 2px 5px;
  border: 1px #3b4433 solid;
}

body#contact div.contact table.contact input.middle {
  width: 22em;
}

body#contact div.contact table.contact input.large,
body#contact div.contact table.contact textarea.large {
  width: 30em;
}

body#contact div.contact table.contact span.required,
body#contact div.contact table.contact p.error {
  color: #f00;
}

body#contact div.contact p.button {
  margin: 40px 0 0;
  text-align: center;
}

body#contact div.contact h2.title + p.text {
  margin: 20px 40px 0;
}

body#contact input.button {
  padding: 8px 18px;
  border: 3px #618e34 solid;
  box-shadow: 1px 2px 0 #3e4d2e;
  color: #fff;
  background: #618e34;
}

body#contact input.button.back {
  color: #618e34;
  background: #fff;
}

body#contact div.confirm {
  margin: 40px 0 0;
  text-align: center;
}

body#contact div.confirm > form {
  display: inline-block;
  margin: 0 30px;
}


/* BAGJUMP
----------------------------------------------------------------------------- */
body#bagjump div#topImage {
  padding-top: 61.3%;
  background-image: url(../image/bagjump_topImage.jpg);
}


/* 気象観測装置
----------------------------------------------------------------------------- */
body#observation h1#topImage {
  overflow: hidden;
  padding: 70px 0 0;
  text-align: center;
  background: #a1d8e6;
}

body#observation h2.title {
  margin: 50px 0 12px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

body#observation p.introduction {
  display: table;
  margin: 0 auto;
}

body#observation ul.point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 70px auto 0;
}

body#observation h3.subTitle {
  margin: 70px 0 0;
  font-size: 2.6rem;
  font-weight: bold;
}

body#observation p.outline {
  margin: 0;
}

body#observation div.outline {
  display: flex;
  margin: 48px 0 90px;
}

body#observation div.outline > dl {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

body#observation div.outline > dl::before,
body#observation div.outline > dl::after {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: url(../image/observation_outline_dot.svg) repeat-x;
}

body#observation div.outline > dl > dt {
  font-size: 1.2rem;
  font-weight: bold;
}

body#observation div.outline > dl > dd {
  font-size: 1rem;
}

body#observation div.outline > dl.local {
  flex-basis: 230px;
  padding: 270px 0 0 48px;
  background: url(../image/observation_outline_local.jpg) no-repeat top right;
}

body#observation div.outline > dl.station {
  flex-basis: 240px;
  padding: 0 0 0 90px;
  text-align: center;
  background: url(../image/observation_outline_station.jpg) no-repeat 100px 178px;
}

body#observation div.outline > dl.station > dt {
  margin: 336px 0 0;
}

body#observation div.outline > dl.station > dd {
  margin: -210px 0 0;
}

body#observation div.outline > dl.station::before {
  content: "";
  width: 176px;
  top: 144px;
  left: -35px;
  transform: rotate(37.5deg);
}

body#observation div.outline > dl.station::after {
  content: "";
  width: 90px;
  top: 158px;
  left: 188px;
  transform: rotate(-55deg);
}

body#observation div.outline > dl.server {
  flex-basis: 302px;
  padding: 132px 26px 0 0;
  background: url(../image/observation_outline_server.jpg) no-repeat;
}

body#observation div.outline > dl.server::before {
  content: "";
  width: 48px;
  top: 95px;
  left: 246px;
}

body#observation div.outline > dl.server::after {
  content: "";
  width: 174px;
  top: 186px;
  left: 205px;
  transform: rotate(90deg);
}

body#observation div.outline > dl.server > dt,
body#observation div.outline > dl.server > dd {
  margin: 0 0 0 136px;
}

body#observation div.outline > dl.server > dt:first-child {
  margin: 0 0 -3.2em 20px;
}

body#observation div.outline > dl.server > dd {
  line-height: 1.2;
}

body#observation div.outline > dl.device {
  flex-basis: 228px;
  padding: 290px 88px 0 8px;
  background: url(../image/observation_outline_device.jpg) no-repeat 0 68px;
}

body#observation div.outline > dl.device::before {
  content: "";
  width: 80px;
  top: 272px;
  left: -6px;
}

body#observation h3.border {
  position: relative;
  margin: 0 0 24px;
}

body#observation h3.border::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 166px);
  height: 3px;
  margin: -1.5px 0 0 166px;
  background: #0075c2;
}

body#observation h3.border > img {
  position: relative;
}

body#observation ul.basis {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

body#observation ul.basis > li {
  margin: 0 0 32px;
}

body#observation h3.option,
body#observation h4.strip {
  margin: 0 0 24px;
}

body#observation ul.sensor {
  display: flex;
  justify-content: space-around;
}

body#observation p.customize {
  display: table;
  margin: 32px auto 65px;
}

body#observation div.survey {
  padding: 0 50px;
}
body#observation div.survey::after {
  content: "";
  clear: both;
  display: block;
}

body#observation div.survey > p.surveyImage {
  float: right;
  margin: 0 0 0 30px;
}

body#observation div.survey h5 {
  margin: 0 0 5px;
  font-size: 2rem;
  font-weight: bold;
}

body#observation div.survey p.text {
  margin: 0;
}

body#observation p.version {
  margin: 30px 0 0;
  text-align: right;
}

body#observation div.content p.banner {
  margin-top: 50px;
}


/* アウトドアアクティビティ事業コンサルティング事業
----------------------------------------------------------------------------- */
body#consulting div#topImage {
  padding-top: 61.3%;
  background-image: url(../image/consulting_topImage.jpg);
}

body#consulting div.introduction h2.title {
  margin: 50px 1em 1em;
  padding: 0 0 0.2em;
  border-bottom: 1px solid #000;
}

body#consulting div.introduction div.imageBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 1em;
}

body#consulting div.introduction div.imageBlock > dl.image {
  display: flex;
  flex-direction: column;
}

body#consulting div.introduction div.imageBlock > dl.image > dt {
  display: table;
  order: 1;
  margin: 1em auto 0;
}

body#consulting div.introduction div.imageBlock > dl.image > dd {
  order: 0;
}

body#consulting div.introduction div.imageBlock > dl.image > dd > img {
  border: 1px solid #465735;
}

body#consulting div.introduction ul.markList {
  margin: 0 1em;
}

body#consulting div.introduction ul.markList > li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

body#consulting div.introduction ul.markList + p.text {
  margin: 50px 1em 0;
}
