@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.about
------------------------------ */
.content {
  overflow: visible;
}

.about {
  padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}
.about .wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.about .wrap .about_wrap {
  width: 100%;
  max-width: 760px;
}
.about .side_nav {
  position: sticky;
  top: 50px;
  right: 0;
  flex-shrink: 0;
  width: 175px;
}
.about .side_nav .side_nav_ttl {
  position: relative;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #0077C3;
}
.about .side_nav .side_nav_ttl::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 295px;
  height: 3px;
  background: #99A7B2;
}
@media screen and (max-width: 1360px) {
  .about .side_nav .side_nav_ttl::before {
    width: calc(100% + 4vw);
  }
}
.about .side_nav .side_nav_list {
  padding-left: 14px;
}
.about .side_nav .side_nav_list .side_nav_item + .side_nav_item {
  margin-top: 35px;
}
.about .side_nav .side_nav_list .side_nav_item a {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 900;
  color: #99A7B2;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.about .side_nav .side_nav_list .side_nav_item a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
}
.about .side_nav .side_nav_list .side_nav_item > a::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #15B9D4;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.about .side_nav .side_nav_list .side_nav_item.current a {
  color: #31363a;
}
.about .side_nav .side_nav_list .side_nav_item.current > a::before {
  background: #15B9D4;
}
.about .side_nav .side_nav_list .side_nav_list_sub {
  padding-top: 15px;
  padding-left: 20px;
}
.about .side_nav .side_nav_list .side_nav_list_sub .side_nav_item_sub + .side_nav_item_sub {
  margin-top: 15px;
}
.about .side_nav .side_nav_list .side_nav_list_sub .side_nav_item_sub a {
  padding-left: 15px;
}
.about .side_nav .side_nav_list .side_nav_list_sub .side_nav_item_sub a::before {
  width: 9px;
  height: 1px;
  background: #99A7B2;
}
.about .page_nav {
  margin-top: 130px;
}
.about .about_cnt + .about_cnt {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about .about_cnt + .about_cnt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_cnt .txt_wrap {
    padding: 5px 5px 0;
  }
}
.about .about_cnt .about_ttl {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 4rem;
  color: #0077C3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about .about_cnt .about_ttl {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
.about .about_cnt .about_ttl .ttl_txt {
  position: relative;
  z-index: 2;
}
.about .about_cnt .about_ttl::before {
  position: absolute;
  top: 0;
  right: 214px;
  content: "";
  display: block;
  width: 60vw;
  height: 167px;
  background: #EBF8F8;
}
@media screen and (max-width: 768px) {
  .about .about_cnt .about_ttl::before {
    width: 100vw;
    right: -6vw;
  }
}
.about .about_cnt .txt_wrap {
  padding-top: 22px;
  background: #fff;
}
.about .about_cnt .txt_wrap .ttl {
  padding-left: 18px;
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .about .about_cnt .txt_wrap .ttl {
    padding: 0 10px;
    font-size: 1.8rem;
  }
}
.about .txt_wrap {
  position: relative;
  z-index: 2;
  background: #fff;
}
.about .about_box {
  display: flex;
  gap: 9px;
}
.about .about_box + .about_box {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .about .about_box + .about_box {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box {
    flex-direction: column;
    gap: 2px;
  }
}
.about .about_box:nth-child(odd) .box_ttl {
  background: #E0E5E8;
}
.about .about_box:nth-child(odd) .box_txt {
  background: #F6F7F8;
}
@media screen and (max-width: 768px) {
  .about .about_box:nth-child(odd) .box_txt {
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .about .about_box:nth-child(odd) .box_txt .line_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box:nth-child(even) .box_ttl {
    background: #E0E5E8;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box:nth-child(even) .box_txt {
    background: #fff;
  }
}
.about .about_box .box_ttl {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  width: 180px;
  padding: 10px 23px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about .about_box .box_ttl {
    display: block;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
  }
}
.about .about_box .box_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  padding: 10px 36px 10px 20px;
}
@media screen and (max-width: 900px) {
  .about .about_box .box_txt {
    display: block;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box .box_txt {
    padding: 10px 15px;
  }
}
.about .about_box .box_txt .line_wrap {
  width: 100%;
}
.about .about_box .box_txt .line_wrap .line_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.about .about_box .box_txt .line_wrap .line_box + .line_box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #99A7B2;
}
@media screen and (max-width: 768px) {
  .about .about_box .box_txt .line_wrap .line_box + .line_box {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.about .about_box .box_txt .line_wrap .line_box .btn_box {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about .about_box .box_txt .line_wrap .line_box.sp_clm {
    display: block;
  }
}
.about .about_box .box_txt .line_wrap .line_box.sp_clm .btn_box {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about .about_box .box_txt .line_wrap .line_box.sp_clm .btn_box {
    margin-top: 10px;
  }
}
.about .about_box .box_txt .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.about .about_box .box_txt .txt a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .about .about_box .box_txt .txt a:hover {
    text-decoration: none;
  }
}
.about .about_box .box_txt .txt a[href^="tel:"] {
  text-decoration: none;
}
.about .about_box .box_txt .btn_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .about .about_box .box_txt .box_wrap + .btn_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .about_box .box_txt .box_wrap + .btn_box {
    margin-top: 10px;
  }
}
.about .about_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #0077C3;
}
.about .about_btn .ico {
  display: block;
}
.about .about_btn .ico.arw {
  width: 18px;
  height: 18px;
  margin-left: 14px;
  background: url(../img/common/ico_arw03.svg) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .about .about_btn .ico.arw {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background-size: 14px;
  }
}
.about .about_btn .ico.anchor {
  width: 14px;
  height: 18px;
  margin-left: 14px;
  background: url(../img/common/ico_anchor01.svg) no-repeat center center;
}
.about .about_btn .ico.win {
  width: 13px;
  height: 10px;
  margin-left: 7px;
  background: url(../img/common/ico_win01.svg) no-repeat center center;
}
.about .access_wrap {
  padding-bottom: 20px;
  border-bottom: 1px dashed #99A7B2;
}
.about .access_wrap + .access_wrap {
  margin-top: 20px;
}
.about .access_wrap .ttl {
  margin-bottom: 20px;
}
.about .access_wrap .access_cnt {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .about .access_wrap .access_cnt {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.about .access_wrap .map_box {
  flex-shrink: 0;
  max-width: 300px;
  width: 40%;
}
@media screen and (max-width: 900px) {
  .about .access_wrap .map_box {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .about .access_wrap .map_box {
    width: 90%;
  }
}
.about .access_wrap .map_box .map {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.about .access_wrap .map_box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.about .access_wrap .access_box {
  display: flex;
  width: 100%;
}
.about .access_wrap .access_box + .access_box {
  margin-top: 14px;
}
.about .access_wrap .access_box .access_ttl {
  flex-shrink: 0;
  width: 100px;
  padding-right: 15px;
  border-right: 5px solid #99A7B2;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about .access_wrap .access_box .access_ttl {
    width: 80px;
    padding-right: 10px;
    border-width: 3px;
  }
}
.about .access_wrap .access_box .access_txt {
  padding-left: 10px;
  line-height: 1.6;
}
.about .group_cnt + .group_cnt {
  margin-top: 80px;
}
.about .group_cnt .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about .group_cnt .ttl_box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .group_cnt .ttl_box .ttl {
    padding: 0;
  }
}
.about .group_cnt .ttl_box .about_btn {
  margin-left: auto;
}
.about .group_cnt .acc_wrap {
  margin-top: 20px;
}
.about .group_cnt .acc_wrap .acc_head_ttl {
  padding-left: 17px;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .about .group_cnt .acc_wrap .acc_head_ttl {
    padding-left: 15px;
  }
}
.about .group_cnt .acc_wrap .acc_box {
  border-bottom: 1px solid #ddd;
}
.about .group_cnt .acc_wrap .acc_box .acc_ttl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 10px 50px 10px 17px;
  cursor: pointer;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about .group_cnt .acc_wrap .acc_box .acc_ttl {
    padding: 10px 30px 10px 15px;
  }
}
.about .group_cnt .acc_wrap .acc_box .acc_ttl .ico {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .about .group_cnt .acc_wrap .acc_box .acc_ttl .ico {
    right: 5px;
    width: 15px;
    height: 15px;
  }
}
.about .group_cnt .acc_wrap .acc_box .acc_ttl .ico::before, .about .group_cnt .acc_wrap .acc_box .acc_ttl .ico::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background: #31363a;
}
.about .group_cnt .acc_wrap .acc_box .acc_ttl .ico::before {
  width: 100%;
  height: 1px;
}
.about .group_cnt .acc_wrap .acc_box .acc_ttl .ico::after {
  width: 1px;
  height: 100%;
}
.about .group_cnt .acc_wrap .acc_box.open .ico::after {
  display: none;
}
.about .group_cnt .acc_wrap .acc_box .acc_txt {
  display: none;
  padding: 20px 17px;
  background: #F6F7F8;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .group_cnt .acc_wrap .acc_box .acc_txt {
    padding: 15px 15px;
    font-size: 1.3rem;
  }
}
.about .group_cnt .acc_wrap .acc_box .acc_txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .about .group_cnt .acc_wrap .acc_box .acc_txt_box {
    display: block;
  }
}
.about .group_cnt .acc_wrap .acc_box .about_btn {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .about .group_cnt .acc_wrap .acc_box .about_btn {
    margin-top: 10px;
  }
}
.about .group_cnt .acc_wrap .acc_box .about_btn .ico.win {
  margin-left: 10px;
}