@charset "utf-8";

/* SP */
@media screen and (max-width: 750px) {

#message {
	padding-bottom: 8vw;
	}

#message .main img {
	width: 100%;
	height: auto;
	}

#message .name-area {
	text-align: center;
	margin: 1.1vw auto 12vw;
	padding: 0 7.3vw;
	}

#message .name {
	width: 100%;
	display: inline-block;
	font-size: 4.26vw;
	line-height: 6.4vw;
	font-weight: 700;
	letter-spacing: 0.4vw;
	border-bottom: 0.13vw solid #000;
	padding-bottom: 2.3vw;
	}

#message .name span {
	display: block;
	}

#message section {
	margin: 0 auto;
	padding: 0 7.3vw 5.71vw;
	}

#message section .section-ttl {
	padding: 0 0 3.6vw 0;
	}

#message section h3 {
	width: 83.33%;
	font-size: 5.86vw;
	line-height: 8.58vw;
	font-weight: 700;
	font-feature-settings: "palt";
    	transform: scale(1.2, 1);
	transform-origin: top left;
	}

#message section p {
	font-size: 3.46vw;
	line-height: 7.46vw;
	padding-bottom: 6.54vw;
	}

#message .photo {
	margin-bottom: 11.71vw;
	}

#message .btn-top {
	margin: 11.2vw auto 0;
	text-align: center;
	}

#message .link {
	display: inline-block;
	font-size: 5.33vw;
	font-weight: 700;
	transform: scale(1.2, 1);
	transform-origin: top left;
	border-bottom: 2px solid #000;
	margin: 0 0 0 -6vw;
	padding-bottom: 1.4vw;
	}

#message .link a {
	color: #000;
	text-decoration: none;
	}

.back-btn a {
	display: block;
	width: 40vw;
	margin: 0 auto;
	}

.back-btn img {
	width: 40vw;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 751px) {

#message {
	padding-bottom: 90px;
	}

#message .main-area {
	width: 100%;
	height: 100%;
	aspect-ratio: 120/57;
	}

#message .main img {
	width: 100%;
	height: auto;
	}

#message h2 {
	margin-top: 47px;
	}

#message .name-area {
	width: 1080px;
	text-align: center;
	margin: 6px auto 40px;
	}

#message .name {
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	border-bottom: 1px solid #000;
	padding: 0 5px 7px;
	}

#message .name span {
	margin-right: 1rem;
	}

#message section {
	width: 1080px;
	margin: 0 auto;
	padding: 24px 0 61px;
	}

#message section .section-ttl {
	padding: 0 0 34px 180px;
	}

#message section h3 {
	font-size: 32px;
	line-height: 47px;
	font-weight: 700;
	font-feature-settings: "palt";
    	transform: scale(1.2, 1);
	transform-origin: top left;
	}

#message section p {
	font-size: 14px;
	line-height: 32px;
	padding: 0 180px 30px;
	}

#message .photo {
	margin-bottom: 55px;
	}

#message .photo img {
	width: 100%;
	height: auto;
	}

#message .btn-top {
	width: 1080px;
	margin: 92px auto 0;
	text-align: center;
	}

#message .link {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	transform: scale(1.2, 1);
	transform-origin: top left;
	border-bottom: 2px solid #000;
	margin: 0 0 0 -20px;
	padding-bottom: 9px;
	}

#message .link a {
	color: #000;
	text-decoration: none;
	}

.back-btn a {
	display: block;
	width: 180px;
	margin: 0 auto;
	}

}/* PC end */
