@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 154rem;
}
.content02 {
  max-width: 134rem;
}
@media all and (max-width: 896px) {
  .content {
    padding: 0 1.5rem;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	comAccessBox
------------------------------------------------------------*/
.comAccessBox {
  position: relative;
  z-index: 1;
  padding: 8rem 0 0;
}
@media all and (max-width: 896px) {
  .comAccessBox {
    padding: 5.6rem 1.5rem 0;
  }
}
.comAccessBox > .content {
  min-height: 146.3rem;
  padding: 9.6rem 2rem;
  max-width: 150rem;
  border-radius: 5rem;
  position: relative;
  background: linear-gradient(180deg, #F6F8F6 54.48%, rgba(246, 248, 246, 0.7) 64.63%, rgba(246, 248, 246, 0) 74.78%), url(../img/index/photo19.webp) no-repeat center bottom/100% auto;
}
@media all and (max-width: 896px) {
  .comAccessBox > .content {
    min-height: inherit;
    max-width: inherit;
    padding: 5.2rem 2rem 84.5vw;
    background: linear-gradient(180deg, #F6F8F6 71.35%, rgba(246, 248, 246, 0.7) 76.67%, rgba(246, 248, 246, 0) 81.99%), url(../img/index/photo19_sp.webp) no-repeat center bottom/100% auto;
  }
}
.comAccessBox .innerAcess {
  margin: 0 auto;
  max-width: 130rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .innerAcess {
    display: block;
    max-width: inherit;
  }
}
.comAccessBox .headLine01 {
  width: 40.2rem;
  padding-right: 2rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .headLine01 {
    width: auto;
    padding: 0;
    margin-bottom: 1.7rem;
  }
}
@media all and (min-width: 897px) and (max-width: 960px) {
  .comAccessBox .headLine01 {
    width: 32rem;
  }
}
.comAccessBox .innerBox {
  padding-top: 0.4rem;
  flex: 1;
}
.comAccessBox .textBox {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 5.1rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox {
    margin-bottom: 2rem;
    display: block;
  }
}
.comAccessBox .textBox .comBtnList {
  flex-shrink: 0;
  padding-top: 3.5rem;
  display: block;
  width: 32.7rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList {
    width: auto;
    margin: 0 auto;
    max-width: 32rem;
  }
}
.comAccessBox .textBox .comBtnList li {
  margin-bottom: 1.9rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList li {
    margin-bottom: 1rem;
  }
}
.comAccessBox .textBox .comBtnList li:last-child {
  margin-bottom: 0;
}
.comAccessBox .textBox .comBtnList a {
  padding: 0.6rem 3.5rem 0.6rem 2.9rem;
  font-size: 3.1rem;
  width: auto;
  text-align: center;
  justify-content: center;
  min-height: 7.5rem;
  background-size: 0.8rem auto;
  background-position: right 3rem center;
  box-shadow: 0 0 1.9436rem 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList a {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
  }
}
.comAccessBox .textBox .comBtnList a .icon {
  width: 3.9rem;
}
.comAccessBox .textBox .comBtnList a .text01 {
  padding: 0.5rem 2.8rem 0.6rem;
  top: -3.2rem;
  font-size: 1.8796rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList a .text01 {
    top: -2.7rem;
  }
}
.comAccessBox .textBox .comBtnList a .text01::after {
  width: 1.7rem;
  height: 0.8rem;
}
.comAccessBox .tableBox {
  flex: 1;
  padding: 3rem 5rem 3.5rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .tableBox {
    margin-bottom: 1.2rem;
    padding: 0.6rem 1.5rem 2rem;
    border-radius: 1.39rem;
  }
}
.comAccessBox .tabNotes {
  padding-top: 2rem;
  font-size: 12px;
  text-align: right;
  line-height: 1.67;
}
@media all and (max-width: 896px) {
  .comAccessBox .tabNotes {
    padding: 1.3rem 0 0;
    text-align: left;
    font-size: 1.2rem;
  }
}
.comAccessBox .tabNotes .txtSpan {
  margin-left: auto;
  width: fit-content;
  display: block;
  text-align: left;
  min-width: 270px;
  margin-right: -13px;
}
@media all and (max-width: 896px) {
  .comAccessBox .tabNotes .txtSpan {
    min-width: inherit;
    width: auto;
    margin-right: 0;
  }
}
.comAccessBox .tabNotes .green {
  color: #4EAB84;
}
.comAccessBox .map {
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 -1.3rem 2rem 0;
  height: 34.7rem;
}
.comAccessBox .map iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .comAccessBox .map {
    height: auto;
    aspect-ratio: 320/200;
    margin: 0 0 1rem;
  }
}
.comAccessBox .map img {
  width: 100%;
}
.comAccessBox .subList li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.42px;
}
@media all and (max-width: 896px) {
  .comAccessBox .subList li {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
}
.comAccessBox .subList li:last-child {
  margin-bottom: 0;
}
.comAccessBox .subList li img {
  width: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .comAccessBox .subList li img {
    margin-top: -0.1rem;
    width: 2.4rem;
    margin-right: 1rem;
  }
}
.comAccessBox .timeTab {
  border-collapse: collapse;
  width: 100%;
}
.comAccessBox .timeTab th, .comAccessBox .timeTab td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th, .comAccessBox .timeTab td {
    font-size: 1.4rem;
  }
}
.comAccessBox .timeTab th:last-child, .comAccessBox .timeTab td:last-child {
  width: 5.3rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th:last-child, .comAccessBox .timeTab td:last-child {
    width: 3rem;
    padding-right: 0;
  }
}
.comAccessBox .timeTab th {
  padding: 1.5rem 0 1.1rem;
  font-size: min(1.3vw, 16px);
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th {
    font-size: 1.4rem;
  }
}
.comAccessBox .timeTab th:first-child {
  padding-left: min(1vw, 15px);
  width: min(10vw, 133px);
  text-align: left;
  font-size: min(1.6vw, 18px);
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th:first-child {
    width: 9.3rem;
    padding-left: 0.5rem;
    font-size: 1.6rem;
  }
}
.comAccessBox .timeTab .list01 td {
  padding-top: 1.3rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab .list01 td {
    padding-top: 0.9rem;
  }
}
.comAccessBox .timeTab td {
  padding-top: 1.2rem;
  font-size: 11px;
  color: #4EAB84;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab td {
    padding-top: 0.4rem;
    font-size: 0.7rem;
  }
}
.comAccessBox .timeTab td:first-child {
  font-weight: 400;
  font-size: min(1.3vw, 16px);
  color: #525051;
  padding-left: min(1vw, 15px);
  text-align: left;
  letter-spacing: 0.12rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab td:first-child {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    padding-left: 0.3rem;
  }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.comBtnList a {
  padding: 0.6rem 3.5rem 0.6rem 1.5rem;
  width: fit-content;
  height: 100%;
  min-height: 4.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: #fff;
  background: #E2765C url(../img/common/arrow02.webp) no-repeat center right 1.7rem/0.4rem;
  position: relative;
  border-radius: 11rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.comBtnList a .icon {
  width: 2.3rem;
}
.comBtnList a img {
  width: 100%;
  display: block;
}
.comBtnList a .text {
  flex: 1;
}
.comBtnList a .text01 {
  margin: 0 auto;
  padding: 0.3rem 1.6rem;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: -1.9rem;
  color: #FFF;
  font-size: 1.3636rem;
  font-weight: 700;
  border-radius: 6.7348rem;
  background: #4EAB84;
  text-align: center;
  letter-spacing: 0;
}
.comBtnList a .text01::after {
  width: 1rem;
  height: 0.6rem;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.comBtnList a .text2 {
  padding-right: 1.7rem;
}
@media (hover: hover) {
  .comBtnList a:not(.tel a):hover {
    color: #E2765C;
    background-image: url(../img/common/arrow01.webp);
    background-color: #fff;
  }
  .comBtnList a:not(.tel a):hover .icon img {
    opacity: 0;
    visibility: hidden;
  }
  .comBtnList a:not(.tel a):hover .icon {
    background: url(../img/common/icon02.webp) no-repeat center center/100%;
  }
}
.comBtnList .tel {
  transition: 0.3s;
  cursor: pointer;
}
@media all and (min-width: 897px) {
  .comBtnList .tel {
    border-radius: 11rem;
    background-color: #fff;
  }
  .comBtnList .tel:hover {
    background-color: #E2765C;
  }
  .comBtnList .tel:hover a {
    color: #fff;
    background-color: transparent;
  }
  .comBtnList .tel:hover a .icon {
    background: url(../img/common/icon01_white.webp) no-repeat center;
    background-size: 100% auto;
  }
  .comBtnList .tel:hover a .icon img {
    visibility: hidden;
  }
}
.comBtnList .tel a {
  padding-right: 2.3rem;
  color: #E2765C;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #fff;
  gap: 0.6rem;
}

@media all and (max-width: 896px) {
  .comBtnList2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    gap: 0;
    border-radius: 2rem 2rem 0 0;
    overflow-x: clip;
    box-shadow: 0 0 1.9436rem 0 rgba(0, 0, 0, 0.1);
  }
  .comBtnList2 li {
    width: 50%;
  }
  .comBtnList2 a {
    width: auto;
    border-radius: 0;
    padding: 1rem 1rem 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    position: relative;
    background-image: none;
    min-height: 5rem;
    border-radius: 0 2rem 0 0;
    box-shadow: none;
  }
  .comBtnList2 a .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    left: 1.8rem;
  }
  .comBtnList2 a .text {
    padding-left: 1rem;
  }
  .comBtnList2 a .text01 {
    display: none;
  }
  .comBtnList2 .tel a {
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.085rem;
    border-radius: 2rem 0 0 0;
    background-color: #4EAB84;
  }
  .comBtnList2 .tel a .text {
    padding-left: 2rem;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  color: #4EAB84;
  font-size: min(4vw, 60px);
  font-weight: 500;
  letter-spacing: 0.3rem;
}
.headLine01 span.fadeInUp {
  display: block;
}
@media all and (max-width: 896px) {
  .headLine01 {
    font-size: 2.8rem;
    letter-spacing: 0.14rem;
  }
}
.headLine01 .en {
  display: block;
  color: #E2765C;
  font-size: min(1.7vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
}
@media all and (max-width: 896px) {
  .headLine01 .en {
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.headLine01 .jp {
  display: block;
  margin-top: -0.2rem;
}
.headLine01 a {
  color: inherit;
}
.headLine01 a:link, .headLine01 a:visited, .headLine01 a:active, .headLine01 a:hover {
  color: inherit;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  text-align: center;
}
.comLink a {
  align-items: center;
  display: inline-flex;
  color: #E2765C;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .comLink a {
    font-size: 1.6rem;
  }
}
.comLink a .ico {
  margin-left: 14px;
  width: 70px;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .comLink a .ico {
    width: 7rem;
    margin-left: 1.4rem;
  }
}
@media (hover: hover) {
  .comLink a:hover .ico {
    transform: scale(1.3);
  }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: transform ease-in-out 0.8s, opacity ease-in-out 0.8s;
}

.fadeInUp.on {
  opacity: 1;
  transform: translate(0, 0);
}

.dely02 {
  transition-delay: 0.5s;
}

.dely03 {
  transition-delay: 1s;
}

.dely04 {
  transition-delay: 1.5s;
}

/*# sourceMappingURL=common.css.map */
