@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.about
------------------------------ */
.about {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 6rem 0 8rem;
  }
}
.about .btm_box {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .about .btm_box {
    padding-top: 6rem;
  }
}
.about .btm_box .txt {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .about .btm_box .txt {
    font-size: 1.6rem;
  }
}

/* ------------------------------
	.lead
------------------------------ */
.about .lead .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.5rem 12rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .about .lead .wrap {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.about .lead .wrap .txt_box {
  max-width: 56rem;
}
@media screen and (min-width: 769px) {
  .about .lead .wrap .txt_box {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .about .lead .wrap .txt_box {
    max-width: 100%;
  }
}
.about .lead .wrap .txt_box .btn {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .about .lead .wrap .txt_box .btn {
    margin-top: 3rem;
  }
}
.about .lead .wrap .logo {
  width: 23rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about .lead .wrap .logo {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .about .lead .wrap .logo {
    width: 15rem;
  }
}
.about .lead .wrap .logo img {
  width: 82%;
}

/* ------------------------------
	.about_box
------------------------------ */
.about .about_box {
  margin-top: 4rem;
}
.about .about_box .wrap {
  padding: 6.4rem 4.7rem 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .wrap {
    flex-direction: column;
    gap: 4rem;
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.about .about_box .wrap .about_txt_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 88rem;
  margin: 0 auto 6.4rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .wrap .about_txt_box {
    flex-direction: column;
    max-width: 100%;
    gap: 3rem;
    margin-bottom: 4rem;
  }
}
.about .about_box .wrap .about_txt_box .txt {
  max-width: 53rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .wrap .about_txt_box .txt {
    max-width: 100%;
  }
}
.about .about_box .wrap .about_txt_box .logo {
  width: 23rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about_box .wrap .about_txt_box .logo {
    width: 15rem;
  }
}
.about .about_box .wrap .about_txt_box .logo img {
  width: 100%;
}
.about .about_box .img_box {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .img_box {
    flex-direction: column;
  }
}
.about .about_box .img_box .img {
  flex: 1;
  border-radius: 2rem;
  overflow: hidden;
}
.about .about_box .info_list {
  display: flex;
  gap: 3.2rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.about .about_box .info_list .info_item {
  position: relative;
  flex: 1;
}
.about .about_box .info_list .info_item .box {
  padding: 4rem 2.4rem 3.2rem;
  background: #F5F5F5;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .box {
    padding: 4rem 4% 3.2rem;
  }
}
.about .about_box .info_list .info_item .logo {
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .logo {
    margin-bottom: 2.4rem;
  }
}
.about .about_box .info_list .info_item .logo.logo01 img {
  width: 11.7rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .logo.logo01 img {
    width: 8.4rem;
  }
}
.about .about_box .info_list .info_item .logo.logo02 img {
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .logo.logo02 img {
    width: 8.2rem;
  }
}
.about .about_box .info_list .info_item .logo.logo03 img {
  width: 14.6rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .logo.logo03 img {
    width: 10.4rem;
  }
}
.about .about_box .info_list .info_item .ttl {
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .ttl {
    margin-bottom: 1.6rem;
    line-height: 1.5;
  }
}
.about .about_box .info_list .info_item .min_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}
.about .about_box .info_list .info_item .txt_box {
  min-height: 23.6rem;
  padding-top: 3.2rem;
  margin-top: 3.2rem;
  border-top: 1px solid #C6C6C6;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .txt_box {
    min-height: 0;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
  }
}
.about .about_box .info_list .info_item .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .about .about_box .info_list .info_item .btn {
    margin-top: 1.6rem;
  }
}

/* ------------------------------
	.outline
------------------------------ */
.about .outline {
  padding: 12rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .about .outline {
    padding: 6rem 0;
  }
}
.about .outline .str_ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .about .outline .str_ttl {
    margin-bottom: 4rem;
  }
}
.about .outline .outline_box {
  display: flex;
}
.about .outline .outline_box + .outline_box {
  border-top: 1px solid #898989;
}
.about .outline .outline_box .outline_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  background: #70C7DA;
  padding: 1.6rem 3.2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .outline .outline_box .outline_ttl {
    width: 8rem;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
  }
}
.about .outline .outline_box .outline_txt {
  width: 100%;
  background: #fff;
  padding: 1.6rem 3.2rem;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .outline .outline_box .outline_txt {
    padding: 1.6rem 1.5rem;
    font-size: 1.4rem;
  }
}
.about .outline .outline_box .outline_txt .min {
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .about .outline .outline_box .outline_txt .min {
    font-size: 1.2rem;
  }
}
.about .outline .outline_box .outline_txt .line {
  border-bottom: 1px solid #3E3A39;
}
.about .outline .outline_box .outline_txt .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.about .outline .outline_box .outline_txt .indent::before {
  content: "・";
}
.about .outline .outline_box .outline_txt .logo {
  width: 37.9rem;
}
.about .outline .btn {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .about .outline .btn {
    margin-top: 4rem;
  }
}

/* ------------------------------
	.access
------------------------------ */
.about .access {
  padding: 12rem 0;
  border-radius: 12rem 0 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about .access {
    padding: 6rem 0;
    border-radius: 6rem 0 0 0;
  }
}
.about .access .str_ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .about .access .str_ttl {
    margin-bottom: 4rem;
  }
}
.about .access .map {
  width: 100%;
  height: 38rem;
}
.about .access .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.about .access .attention {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  padding: 2.5rem 8rem;
  margin-top: 8rem;
  background: #F5F5F5;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .about .access .attention {
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    padding: 2rem 4%;
    gap: 2rem;
    border-radius: 1.2rem;
  }
}
.about .access .attention .ico {
  flex-shrink: 0;
  width: 12rem;
}
@media screen and (max-width: 768px) {
  .about .access .attention .ico {
    order: 2;
  }
}
.about .access .attention .ico img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about .access .attention .txt_box {
    order: 1;
  }
}
.about .access .attention .ttl {
  margin-bottom: 0.8rem;
  padding-left: 3.8rem;
  background: url(../img/about/attention_ico01.svg) no-repeat left center;
  background-size: 2.6rem;
  line-height: 1.5;
  color: #E8465A;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about .access .attention .ttl {
    font-size: 2.4rem;
  }
}
.about .access .attention .txt {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .access .attention .txt {
    font-size: 1.4rem;
  }
}
.about .access .access_wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap {
    margin-top: 6rem;
  }
}
.about .access .access_wrap .access_ttl {
  padding-left: 5.8rem;
  padding-bottom: 1.6rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #3E3A39;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_ttl {
    margin-bottom: 2.4rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    font-size: 2.4rem;
  }
}
.about .access .access_wrap .access_ttl.ico01 {
  background: url(../img/about/train_ico01.svg) no-repeat left 0.8rem;
  background-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_ttl.ico01 {
    background-position: left 0.6rem;
    background-size: 3rem;
  }
}
.about .access .access_wrap .access_ttl.ico02 {
  background: url(../img/about/bus_ico01.svg) no-repeat left 0.8rem;
  background-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_ttl.ico02 {
    background-position: left 0.6rem;
    background-size: 3rem;
  }
}
.about .access .access_wrap .access_ttl.ico03 {
  background: url(../img/about/car_ico01.svg) no-repeat left 0.8rem;
  background-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_ttl.ico03 {
    background-position: left 0.6rem;
    background-size: 3rem;
  }
}
.about .access .access_wrap .ttl {
  position: relative;
  padding-left: 4rem;
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .ttl {
    padding-left: 3rem;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.about .access .access_wrap .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #B5B39D;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .ttl::before {
    top: 0.8rem;
    bottom: auto;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.about .access .access_wrap .access_box {
  display: flex;
}
.about .access .access_wrap .access_box + .access_box {
  border-top: 1px solid #898989;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_box {
    flex-direction: column;
  }
}
.about .access .access_wrap .access_box .access_box_ttl {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  background: #70C7DA;
  padding: 1.6rem 3.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_box .access_box_ttl {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.about .access .access_wrap .access_box .access_box_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #F5F5F5;
  padding: 1.6rem 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .access_box .access_box_txt {
    padding: 1.6rem 1.5rem;
  }
}
.about .access .access_wrap .train_box {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .train_box {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.about .access .access_wrap .train_box .txt {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .train_box .txt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.about .access .access_wrap .train_box .img {
  width: 53.9rem;
}
@media screen and (max-width: 768px) {
  .about .access .access_wrap .train_box .img {
    width: 100%;
  }
}
.about .access .access_wrap .list .txt {
  padding-left: 1em;
  text-indent: -1em;
}
.about .access .access_wrap .list .txt::before {
  content: "・";
}
.about .access .access_wrap .list .txt a {
  text-decoration: underline;
  color: #E8465A;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .about .access .access_wrap .list .txt a:hover {
    text-decoration: none;
  }
}