@charset "UTF-8";

/* ========================================
@media screen and (min-width: 768px),print {
======================================== */
@media screen and (min-width: 768px),print {
.p-main__ttl-wrap {
  margin-bottom: -6rem;
  width: min(100%,1920px);
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.p-main__ttl-wrap.entry_thank {
  margin-bottom: 4.5rem;
}

.p-main__ttl-wrap .p-main__ttl-contents {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58.55914%;
  margin-left: auto;
  width: min(95%, 1860px);
  gap: 0 0rem;
  padding-right: 0rem;
}

.p-main__ttl-wrap .p-main__ttl-contents-left {
  position: relative;
  top: 2rem;
  left: -2rem;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap {
  align-items: flex-end;
  display: flex;
  gap: 0 2.375rem;
  margin-block: 7rem 0;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap p {
  color: #00388D;
  font-size: 170px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.1647058824;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap h1 {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.2272727273;
  position: relative;
  top: 1.5rem;
  white-space: nowrap;
}

.p-main__ttl-wrap .p-main__ttl-contents-right img {
  width: 100%;
  height: auto;        
}

#entry #form .form-Box::before {
	content: none;
}

#entry .p-contact .l-inner.l-contact {
	padding-block: 11rem 5.5rem;
}

.p-mv {
	background: url(../images/entry/mv_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
}

.p-mv::after {
	background: url(../images/entry/triangle.svg) no-repeat center center/contain;
	bottom: -2.5rem;
	content: "";
	height: 2.875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 17.4375rem;
}

.p-mv .l-inner.l-mv {
	padding-block: 6.5rem 2.5rem;
}

.p-mv .p-mv__en {
	padding-left: 4.75rem;
	margin-bottom: -3rem;
}

.p-mv .p-mv__logo {
	margin-bottom: -2rem;
	position: relative;
	text-align: center;
}

.p-mv .p-mv__ttl {
	margin-bottom: -4rem;
	text-align: center;
}

.p-mv .p-mv__contents {
	background: #ffffff;
	display: grid;
	gap: 0 3rem;
	grid-template-columns: 35.13% 59.8%;
	margin-bottom: 0.5rem;
	margin-inline: auto;
	padding-block: 3rem 6rem;
	padding-inline: 2.125rem 4.4375rem;
	position: relative;
	width: min(95%, 1100px);
}

.p-mv .p-mv__contents-right {
	position:relative;
	top: 1rem;
}

.p-mv .p-mv__items {
	display: grid;
	gap: 0.9375rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-mv .p-mv__item {
	border-bottom: 1px dashed #00388D;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5384615385;
	padding-block: 0 0.9375rem;
	padding-left: 3.4375rem;
	position: relative;
}

.p-mv .p-mv__item:before {
	background: url(../images/entry/check.svg) no-repeat center center/contain;
	content: "";
	height: 2.25rem;
	left: 0rem;
	position: absolute;
	top: 0rem;
	width: 2.625rem;
}

.p-mv .p-mv__item:last-child::after {
	bottom: -3.8rem;
	content: "など";
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2;
	position: absolute;
	right: 0rem;
}

.p-mv .p-mv__item span {
	color: #00A1C2;
}

.p-mv .p-mv__btn {
	margin-inline: auto;
	text-align: right;
	width: min(80%, 1000px);
}

.p-mv .p-mv__btn a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 5;
	padding-bottom: 0.8rem;
	padding-right: 4.375rem;
	position: relative;
}

.p-mv .p-mv__btn a::after {
	background: url(../images/entry/arrow.svg) no-repeat center center/contain;
	content: "";
	height: 13px;
	position: absolute;
	right: 0rem;
	top: 0.5rem;
	width: 19px;
}

#entry #form .formttl {
	color: inherit;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 3.8888888889;
	margin-bottom: 5rem;
}

#entry .p-contact .p-contact__txt {
	margin-bottom: 3.5rem;
  text-align: center;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1700px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1700px) {
.p-main__ttl-wrap {
  margin-bottom: -3rem;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap p {
  font-size: 10vw;
}
}


/* ========================================
@media screen and (min-width:768px) and ( max-width:1480px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1480px) {
.p-main__ttl-wrap .p-main__ttl-contents-left .wrap h1 {
  left: -1rem;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap {
  margin-block: 4rem 0;
}

.p-mv .p-mv__ttl img {
  width: 100%;
  height: auto;        
}


}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1250px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1250px) {
.p-mv .p-mv__en img {
  width: 64%;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-main__ttl-wrap {
  margin-bottom: -1rem;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-mv .p-mv__contents-left img {
  width: 100%;
  height: auto;        
}
}




/* ========================================
@media screen and (max-width: 767px) {
======================================== */
@media screen and (max-width: 767px) {
.p-main__ttl-wrap {
  margin-block: 13.111vw 5.111vw;
}

.p-main__ttl-wrap.entry_thank {
  
}

.p-main__ttl-wrap .p-main__ttl-contents {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}

.p-main__ttl-wrap .p-main__ttl-contents-left {
  background: url(../images/contact/header_ttl_bg_sp.png) no-repeat top left/contain;
  order: 2;
  padding-block: 1.072vw 3.865vw;
  padding-inline: 8.937vw 20.918vw;
  position: static;
  width: 75.362vw;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap {
  display: grid;
  gap: 3.865vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-block: 3.797vw 0;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap p {
  color: #00388D;
  font-size: 13.043vw;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.2037037037;
  margin-bottom: 1rem;
}

.p-main__ttl-wrap .p-main__ttl-contents-left .wrap h1 {
  font-size: 3.382vw;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 2;
  position: relative;
  left: 1.5vw;
}

.p-main__ttl-wrap .p-main__ttl-contents-right {
  order: 1;
  margin-bottom: -10vw;
}

#entry #form .form-Box::before {
	content: none;
}

#entry .p-contact .l-inner.l-contact {
	padding-block: 22vw 14.25vw;
}

.p-mv {
	background: url(../images/entry/mv_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	position: relative;
	width: 100%;
}

.p-mv::after {
	background: url(../images/entry/triangle.svg) no-repeat center center/contain;
	bottom: -7vw;
	content: "";
	height: 7.246vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 43.237vw;
}

.p-mv .l-inner.l-mv {
	padding-block: 8.662vw 9.319vw;
}

.p-mv .p-mv__en {
	margin-inline: auto;
	width: min(95%, 94.2vw);
	margin-bottom: -2vw;
}

.p-mv .p-mv__en img {
	height: auto;
	width: 80.435vw;
}

.p-mv .p-mv__logo {
	margin-bottom: -3.865vw;
	position: relative;
	text-align: center;
}

.p-mv .p-mv__logo img {
	height: auto;
	width: 10.386vw;
}

.p-mv .p-mv__ttl {
	margin-bottom: -3.797vw;
	text-align: center;
}

.p-mv .p-mv__contents {
	background: #ffffff;
	display: grid;
	gap: 5.556vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	padding-block: 3.623vw 12.246vw;
	position: relative;
	width: min(95%, 89.3vw);
	margin-bottom: 3vw;
}

.p-mv .p-mv__contents-left {
	padding-inline: 3.382vw 0;
}

.p-mv .p-mv__contents-left img {
	height: auto;
	width: 78.261vw;
}

.p-mv .p-mv__contents-right {
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-mv .p-mv__items {
	display: grid;
	gap: 2.8vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-mv .p-mv__item {
	border-bottom: 0.2vw dashed #00388D;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-block: 0 2.865vw;
	padding-inline: 8.488vw 2vw;
	position: relative;
}

.p-mv .p-mv__item:before {
	background: url(../images/entry/check.svg) no-repeat center center/contain;
	content: "";
	height: 4.348vw;
	left: 1vw;
	position: absolute;
	top: 1vw;
	width: 5.314vw;
}

.p-mv .p-mv__item:last-child::after {
	bottom: -11vw;
	content: "など";
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.8571428571;
	position: absolute;
	right: 0vw;
}

.p-mv .p-mv__item span {
	color: #00A1C2;
}

.p-mv .p-mv__btn {
	margin-inline: auto;
	text-align: right;
	width: min(95%, 82.1vw);
}

.p-mv .p-mv__btn a {
	border-bottom: 0.2vw solid #ffffff;
	color: #ffffff;
	font-size: 3.382vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 4.6428571429;
	padding-bottom: 1.865vw;
	padding-right: 8.908vw;
	position: relative;
}

.p-mv .p-mv__btn a::after {
	background: url(../images/entry/arrow.svg) no-repeat center center/contain;
	content: "";
	height: 2.415vw;
	position: absolute;
	right: 0.5vw;
	top: 1.5vw;
	width: 3.382vw;
}

#entry #form .formttl {
	color: inherit;
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.9;
	margin-bottom: 9.662vw;
}

#entry .p-contact .p-contact__txt {
	margin-bottom: 8.797vw;
	margin-inline: auto;
	width: min(95%, 94.2vw);
}



}