@charset "UTF-8";
.title_h3 {
    color: #004d84;
    font-size: 1.4em;
    margin-bottom: 1%;
    margin-top: 1.6em;
}
a{color: #036eb7;}
.other-work{width: 100%;margin: 1em auto;}
.other-work dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    line-height: 1.7;
}

.other-work dl dt {
    position: relative;
    box-sizing: border-box;
    width: 10em;
    flex-shrink: 0;
    border-bottom: 1.5px solid #8ba2b1;
    padding: 1em 1em;
    text-align: left;
	font-weight: bold;
}
.other-work dl dd {
    box-sizing: border-box;
    width: calc(100% - 10em);
    border-bottom:1px solid #a2a2a3;
    padding: 1em 2em;
}
.section_03_bg{background-color: #dce3e8;}
.section_03{background: url("../img/sec_03_bg_pc.webp");background-repeat: no-repeat;background-position: bottom;background-size: contain;}
.history{margin: 2em 0.6em;padding-bottom: 6em;}
.history dl {
    position: relative;
    padding-bottom: 2.2em;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
	font-size: 1.14em
}
.history dl:last-child {
    padding-bottom: 0;
}
.history dl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background-color: #7fd1ce;
}
.history dl::after {
    position: absolute;
    content: "";
    top: 0.3em;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #7fd1ce;
}
.history dt {
    color: #009088;
    width: 8em;
    padding-left: 25px;
    flex-shrink: 0;
    font-feature-settings: "palt" off;
    font-family: "Osaka-mono", "MS Gothic", monospace;
}
.access-map{width: 100%;margin:0 auto;}
.access-map iframe{width: 100%;height: 350px; }
.access {
  padding: 2em 0;
  color: #4a4a4a;
}

.access__inner {
  width: 100%;
  margin: 0 auto;
}

.access-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-bottom: 56px;
}

.access-info h2,
.access-branch h3 {
  margin: 0 0 22px;
  padding: 7px 10px;
  background: #303252;
  color: #fff;
  font-size: 1.2em;
  font-weight:bold;
  line-height: 1.25;
}

.access-info p,
.access-branch p {
  margin: 0 0 5px;
  font-size: 1.14em;
  line-height: 1.2;
}


.access-photos img {
  width: 100%;
  height: auto;
  display: block;
}

.access-photos {
  margin-bottom: 70px;
}

.access-photos figure {
  margin: 0;
}

.access-photos figcaption {
  margin-top: 4px;
  font-size: 0.94em;
  text-align: right;
}

.access-photos__main {
  margin-bottom: 36px;
}

.access-photos__sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.access-list {
  display: grid;
  gap: 32px;
}

.access-branch {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

.access-branch h3 {
  margin: 0;
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }

  .access {
    padding: 20px 0 60px;
  }

  .access__inner {
    width: 100%;
  }

  .access-main {
    display: block;
    margin-bottom: 34px;
  }

  .access-info {
    margin-bottom: 18px;
  }

  .access-info h2,
  .access-branch h3 {
    margin-bottom: 16px;
    padding: 6px 12px;
    font-size: 1.0em;
  }

  .access-info p,
  .access-branch p {
    margin-bottom: 3px;
    font-size: 0.84em;
    line-height: 1.2;
  }

  .access-photos {
    margin-bottom: 54px;
  }

  .access-photos__main {
    margin-bottom: 28px;
  }

  .access-photos__sub {
    display: block;
  }

  .access-photos__sub figure + figure {
    margin-top: 28px;
  }

  .access-photos figcaption {
    font-size: 0.84em;
  }

  .access-list {
    gap: 26px;
  }

  .access-branch {
    display: block;
  }

  .access-branch h3 {
    margin-bottom: 12px;
  }
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
.other-work dl {
    font-size: 0.92em;
}
.other-work dl dt {
    width: 100%;
    border-bottom: 0;
    padding: 0.4em 1em 0.4em;
    text-align: left;
	background-color: #e5e6e6;
}
.other-work dl dd {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 0.4em 1em 0.4em;
	line-height: 1.4em;
}

.history dl {
    flex-wrap: wrap;
}
.history dt {
    box-sizing: border-box;
    width: 100%;
    padding-left: 25px;
}
.history dd {
    padding-left: 25px;
}
	.gmap{width: 90%;margin:1em auto;}
.gmap iframe{width: 100%;height: 250px; }
}

}
