@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
/* CSS Document */
body {
  font-family: "Zen Kaku Gothic New", "Josefin Sans", sans-serif;
  background-color: #FAF9F5;
  font-weight: 500;
  color: #333333;
}
.main-wrap {
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
}
.link_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.link_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #704324;
  border: 1px solid #D6E0A5;
  padding: 8px 20px;
  border-radius: 30px;
  background-color: #D6E0A5;
  text-align: center;
  transition: all 0.3s;
  width: 260px;
  height: 54px;
}
.link_wrap p {
  font-size: 14px;
  color: #704324;
}
.link_wrap a:hover {
  background-color: #BFD170;
  color: #fff;
}
.link_wrap .icon {
  width: 14px;
  height: 14px;
}
.cate-wrap {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.cate1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.title-wrap h2 {
  font-weight: 700;
  color: #704324;
  margin-bottom: 10px;
}
.title-wrap .subtitle {
  color: #BFD170;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.1em;
}
.titleitem2 {
  text-align: center;
}
.titleitem2 .en {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #BFD170;
  margin-bottom: 10px;
}
.titleitem2 .title {
  font-size: 32px;
  font-weight: 700;
  color: #704324;
}
.name-wrap {
  display: flex;
  color: #704324;
  margin-top: 4px;
  justify-content: flex-end;
  gap: 30px;
  align-items: baseline;
}
.label {
  font-size: 15px;
}
.name {
  font-size: 24px;
  font-weight: 700;
}
.textbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.textbox .text {
  flex: 1;
  min-width: 300px;
}
.textbox .text p {
  line-height: 2;
  margin-bottom: 50px;
}
.textbox .imgbox {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.imgbox {
  position: relative;
  width: 440px;
}
.main-img {
  border-radius: 80px;
  overflow: hidden;
}
.main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sub-img {
  position: absolute;
  bottom: -30px;
  left: 20px;
  width: 160px;
  z-index: 2;
}
.txt-right {
  text-align: right;
}
.cate2 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 150px;
}
.box-wrap {
  background-color: #fff;
  padding: 150px;
  border-radius: 80px;
  max-width: 1100px;
}
.company-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
  max-width: 950px;
}
.info-row {
  display: flex;
  justify-content: space-between;
}
.info-row .label {
  width: 200px;
  color: #704324;
  font-weight: bold;
  border-bottom: 1px solid #DAD6D2;
  padding-bottom: 30px;
  margin-right: 20px;
}
.info-row .label p {
  margin-bottom: 30px;
}
.info-row .value {
  width: 700px;
  flex: 1;
  text-align: left;
  border-bottom: 1px solid #DAD6D2;
  padding-bottom: 30px;
}
.access-box {
  text-align: center;
}
.access-box .access-label {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #D6E0A5;
  padding: 4px 16px;
  border-radius: 12px;
  color: #857868;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  z-index: 2;
}
.access-box .line {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}
.access-box .line::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 1px;
  background-image: linear-gradient(to right, #857868 33%, transparent 0%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  z-index: 1;
}
.map-box iframe {
  width: 100%;
  height: 440px;
  border: none;
  border-radius: 20px;
}
.address {
  margin-top: 20px;
  color: #333;
}
.cate3 {
  background-color: #EFF2D6;
  padding: 100px 0;
}
.history-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  background-color: #fff;
  border-radius: 80px;
  padding: 50px 100px;
  border: 5px solid #FAF9F5;
  margin: 0 auto;
}
.history-list {
  position: relative;
  list-style: none;
  margin: 0;
}
.history-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 104px;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #B1BBDF;
}
.history-list .li {
  position: relative;
  margin-bottom: 32px;
  padding-left: 150px;
}
.history-list .li::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #95C966;
  border-radius: 50%;
}
.history-list .year {
  position: absolute;
  left: 0px;
  top: 0;
  display: inline-block;
  background-color: #D6E0A5;
  color: #704324;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  padding: 4px 12px;
  border-radius: 10px;
  margin-bottom: 4px;
}
/* ---------- IEのみ ---------- */
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .main-wrap {
    margin: 0 auto;
  }
  .link_wrap a {
    width: 200px;
    height: 40px;
  }
  .cate1 {
    padding: 30px 80px;
  }
  .default_title1 {
    font-size: 26px;
    font-weight: 700;
  }
  .title_item1 {
    font-size: 14px;
  }
  .default_txt1 {
    font-size: 14px;
  }
  .textbox {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .textbox .imgbox, .textbox .text {
    width: 100%;
  }
  .cate1, .cate2, .cate3 {
    margin: 0 auto;
    padding: 100px 50px;
    box-sizing: border-box;
    width: 100%;
  }
  .box-wrap {
    padding: 80px;
  }
  .access-box .line::after {
    width: 750px;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .main-wrap {
    margin: 0 auto;
  }
  .link_wrap a {
    width: 200px;
    height: 40px;
  }
  .cate1 {
    padding: 30px 80px;
  }
  .default_title1 {
    font-size: 26px;
    font-weight: 700;
  }
  .title_item1 {
    font-size: 14px;
  }
  .default_txt1 {
    font-size: 14px;
  }
  .textbox {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .textbox .imgbox, .textbox .text {
    width: 100%;
  }
  .cate1, .cate2, .cate3 {
    margin: 0 auto;
    padding: 100px 50px;
    box-sizing: border-box;
    width: 100%;
  }
  .box-wrap {
    padding: 80px;
  }
  .access-box .line::after {
    width: 500px;
  }
  .sub-img {
    width: 100px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .link_wrap a {
    width: 190px;
    height: 40px;
    fint-size: 14px;
  }
  .default_title1 {
    font-size: 21px;
    font-weight: 700;
  }
  .title_item1 {
    font-size: 12px;
  }
  .default_txt1 {
    font-size: 12px;
  }
  .textbox {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .textbox .imgbox, .textbox .text {
    width: 100%;
  }
  .cate1, .cate2, .cate3 {
    margin: 0 auto;
    padding: 50px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .box-wrap {
    padding: 40px;
  }
  .history-box {
    padding: 40px;
  }
  .info-row {
    display: flex;
    gap: 10px;
  }
  .info-row .label {
    width: 80px;
    padding-bottom: 30px;
    margin-right: 20px;
  }
  .info-row .label p {
    margin-bottom: 20px;
  }
  .info-row .value {
    padding-bottom: 20px;
  }
  .title-wrap {
    margin-top: 20px;
  }
  .access-box .line::after {
    width: 250px;
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}