@charset "UTF-8";
/*=================================================
 Entry
=================================================*/
.p-entry {
  margin-top: 280px;
}
.p-entry a {
  word-break: break-all;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-top: 410px;
  }
}
/*============================================
 Component
============================================*/
.c-list__item {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--dot .c-list__item::before {
  content: '•';
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
  margin-left: 0;
}
.c-list--dot .c-list__item .c-list__item::before {
  display: none;
}
.c-list--number .c-list__item {
  text-indent: -1.3em;
  padding-left: 5px;
  margin-left: 1.3em;
}
/*============================================
 Heading
============================================*/
.p-entry__heading {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 20px;
}
.p-entry__heading--ja {
  width: 356px;
}
.p-entry__heading--en {
  width: 138.5px;
}
/*============================================
 req
============================================*/
.p-entry-req__title {
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 160%;
  text-align: center;
}
.p-entry-req__body {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #000;
}
.p-entry-req__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.p-entry-req__list > * {
  width: 100%;
}
.p-entry-req__term {
  font-weight: bold;
  text-align: center;
}
.p-entry-req__term:not(:nth-of-type(1)) {
  margin-top: 40px;
}
.p-entry-req__desc {
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #7f7f7f;
}
.p-entry-req__desc:nth-of-type(1) {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-entry-req__body {
    padding: 50px;
    margin: 25px auto 0;
  }
  .p-entry-req__term:not(:nth-of-type(1)) {
    margin-top: 80px;
  }
}
/*============================================
 Process
============================================*/
.p-entry-process__title {
  font-weight: bold;
  text-align: center;
}
.p-entry-process__body {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #000;
}
.p-entry-process__list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.p-entry-process__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.p-entry-process__item + .p-entry-process__item {
  margin-top: 60px;
}
.p-entry-process__item > * {
  width: 100%;
}
.p-entry-process__sub-title {
  font-weight: bold;
  text-align: center;
  padding: 11px 0;
  background: #ffe0ff;
}
.p-entry-process__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.p-entry-process__content:nth-of-type(1) {
  margin-top: 30px;
}
.p-entry-process__content + .p-entry-process__content {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px dotted #7f7f7f;
}
.p-entry-process__content--column {
  flex-direction: column;
  gap: 25px;
}
.p-entry-process__term {
  width: 170px;
}
.p-entry-process__desc {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.p-entry-process__cv {
	text-align: center;
}
.p-entry-process__qr {
  display: block;
  width: 150px;
	margin: auto;
}
.p-entry-process__cv .line_btn {
	width: 250px;
	background: #13d236;
	border-radius: 100px;
	text-align: center;
	margin: 25px auto 15px;
}
.p-entry-process__cv .line_btn a {
	width: 100%;
	padding: 0.5em 0;
	display: block;
	color: #fff;
	text-decoration: none;
}
.p-entry-process__cv .line_btn a img {
	width: 18px;
	padding: 0 0 0 0.5em;
	display: inline-block;
}
.p-entry-process__photo {
	width: 90%;
	margin: auto;
}
.p-entry-process__photo span {
	padding: 10px 0;
	display: block;
}
.p-entry-process__map > iframe {
  display: block;
  width: 100%;
  height: 240px;
}
.p-entry-process__supplement {
  display: block;
  text-indent: -1em;
  padding-left: 2em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-entry-process__body {
    padding: 50px;
    margin: 25px auto 0;
  }
  .p-entry-process__content {
    flex-direction: row;
  }
  .p-entry-process__content--column {
    flex-direction: column;
  }
.p-entry-process__cv .line_btn a img {
		width: 25px;
		padding: 0 0 0 0.5em;
		display: inline-block;
	}
.p-entry-process__photo {
	width: 100%;
	margin: auto;
	display: flex;
}
.p-entry-process__photo span {
	width: 250px;
	padding: 10px;
}
}
/*============================================
 Terms / Info
============================================*/
.p-entry-info__title {
  font-weight: bold;
  text-align: center;
}
.p-entry-info__body {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #000;
}
.p-entry-info__sub-title {
  font-weight: bold;
  margin-top: 1em;
}
.p-entry-info__text + .p-entry-info__text {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-entry-info__body {
    padding: 50px;
    margin: 25px auto 0;
  }
}