@charset "UTF-8";

body {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-weight: 400;
	background: #FFF;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .05em;
	color: #ee5512;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

a {
	transition: all .7s;
}

a:hover {
	opacity: .8;
}

.inner {
	max-width: 1020px;
	width: calc(100% - 50px);
	margin: 0 auto;
}

.sp {
	display: none;
}

.abs {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.sofia {
	font-family: "sofia-pro", sans-serif;
	font-weight: 400;
}

header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0;
	padding: 30px 0;
	transition: all .7s;
}

header.active {
	background: rgba(255, 255, 255, .8);
}

.header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 70px);
	margin: 0 auto;
}

.header-logo {
	width: 145px;
}

.header-right {
	width: 575px;
}

.header-right nav,
footer nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-right nav ul,
footer nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sns-link {
	width: 100px;
}

.sns-link li {
	width: 38px;
}

.sns-link li:nth-child(2) {
	width: 22px;
}

.sns-link li:nth-child(3) {
	width: 16px;
}

.txt-link {
	width: 410px;
}

.txt-link li a {
	font-size: 14px;
	font-weight: 400;
	color: #ee5512;
}

.fv {
	background: #edece9;
	padding: 260px 0 140px;
}

.fv-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 140px;
}

.fv-left p {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.5;
	letter-spacing: .06em;
}

.fv-right {
	width: 625px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fv-right img {
	width: 220px;
}

.fv-right h1 {
	font-size: 24px;
	line-height: 1.8;
}

.fv-bottom p {
	font-size: 16px;
	line-height: 2.1;
}

.profile {
	padding: 140px 0;
	background: #ee5512;
	color: #fff;
}

.prof-flex {
	display: flex;
	justify-content: space-between;
}

.prof-flex-left {
	width: 270px;
}

.prof-flex-right {
	width: calc(100% - 400px);
}

.about {
	padding: 140px 0;
	background: #edece9;
}

.about-flex {
	display: flex;
	justify-content: space-between;
}

.about-flex-left {
	width: 300px;
}

.about-flex-left .cmn-title {
	margin-bottom: 60px;
}

.about-flex-right {
	width: calc(100% - 400px);
}

.about-flex-right p {
	font-size: 14px;
	line-height: 2;
	padding-bottom: 20px;
}

.about-flex-table {
	margin-bottom: 60px;
	border: 1px solid #ee5512;
}

.about-flex-table-inner {
	padding: 40px;
}

.about-flex-txt {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.about-flex-txt:nth-child(3) {
	align-items: baseline;
}

.about-flex-txt-th {
	width: 80px;
}

.about-flex-txt-th h4 {
	font-size: 16px;
}

.about-flex-txt-td {
	width: calc(100% - 100px);
	padding-left: 20px;
	border-left: 1px solid #ee5512;
}

.about-flex-txt-td p {
	font-size: 14px;
	padding-bottom: 0;
}

.about-flex-txt:nth-child(1) .about-flex-txt-td p,
.about-flex-txt:nth-child(2) .about-flex-txt-td p {
	line-height: 1;
}

.cmn-title {
	margin-bottom: 45px;
}

.cmn-title p {
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 25px;
}

.cmn-title h2 {
	font-size: 26px;
}

.profile-img {
	margin-bottom: 70px;
	width: 210px;
}

.profile-left-txt p {
	font-size: 11px;
	line-height: 1.9;
	letter-spacing: 0.04rem;
	white-space: nowrap;
}

.about-flex-right h3 {
	font-size: 23px;
	line-height: 1.8;
	padding-bottom: 30px;
	letter-spacing: 0.16rem;
}

.about-flex-right p {
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 0.1rem;
}

.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.popup-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 90%;
	max-width: 800px;
	padding: 60px 15px;
	z-index: 1000;
	border-radius: 0px;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 1001;
}

.popup-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}

.popup-list li {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #ee5512;
	cursor: pointer;
}

.popup-list li:nth-child(even) {
	width: 35%;
}

.popup-list li p {
	font-size: 15px;
	padding-bottom: 0;
	line-height: 1;
}

.popup-list li img {
	width: 22px;
}

/* ×マーク */
.popup-close::before,
.popup-close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 1px;
	background-color: #ee5512;
	transform-origin: center;
}

.popup-close::before {
	transform: translate(-50%, -50%) rotate(30deg);
}

.popup-close::after {
	transform: translate(-50%, -50%) rotate(-30deg);
}

.popup-content {
	max-width: 475px;
	width: 100%;
	margin: 0 auto;
}

.popup-content h3 {
	font-size: 22px;
	padding-bottom: 40px;
	text-align: center;
}

.popup-content p {
	font-size: 14px;
	line-height: 2;
}

.popup-link {
	margin-top: 35px;
}

.popup-link h4 {
	font-size: 13px;
}

.popup-link a {
	text-decoration: underline;
	color: #ee5512;
	font-size: 13px;
}

.case {
	padding: 140px 0;
}

.case-title {
	margin-bottom: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ee5512;
}

.case-title h2 {
	font-size: 20px;
	font-weight: 700;
}

.case-flex {
	display: flex;
	justify-content: space-between;
}

.case-flex-img {
	width: 450px;
}

.case-flex-txt {
	width: calc(100% - 550px);
}

.case-flex-txt h3 {
	padding-bottom: 60px;
	font-size: 26px;
	line-height: 1.7;
	letter-spacing: 0.1rem;
}

.case-flex-txt p {
	font-size: 14px;
	line-height: 2.1;
}

.news {
	padding: 140px 0;
	background: #edece9;
}

.news-flex {
	display: flex;
}

.news-flex-left {
	width: calc(100% - 800px);
}

.news-flex-right {
	width: 760px;
	padding-top: 60px;
}

#note-list {
	margin-bottom: 40px;
}

#note-list li:nth-child(1) {
	border-top: 1px solid #ee5512;
}

#note-list li {
	border-bottom: 1px solid #ee5512;
}

#note-list li a {
	padding: 35px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ee5512;
}

#note-list li a span {
	font-size: 14px;
	width: 25%;
}

#note-list li a h3 {
	font-size: 14px;
	width: 77.5%;
}

.more-btn {
	text-align: center;
	font-size: 14px;
	position: relative;
	width: 140px;
	margin: 0 auto;
	cursor: pointer;
	left: -10px;
}

.more-btn::before {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-bottom: solid 1px #ee5512;
	border-right: solid 1px #ee5512;
	position: absolute;
	right: -10px;
	top: 45%;
	transform: translateY(-50%)rotate(45deg);
	-webkit-transform: translateY(-50%)rotate(45deg);
	-ms-transform: translateY(-50%)rotate(45deg);
	margin: auto;
}

.youtube {
	padding: 140px 0;
	background: #ee5512;
	color: #fff;
}

.youtube .cmn-title {
	margin-bottom: 60px;
}

.youtube-list ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.youtube-list ul li {
	width: 31%;
}

.youtube-list-iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 25px;
}

.youtube-list-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.youtube-list-txt h3 {
	font-size: 20px;
	padding-bottom: 20px;
}

.youtube-list-txt p {
	font-size: 16px;
	line-height: 1.7;
}

.youtube-link {
	width: 160px;
	margin: 0 0 0 auto;
}

.youtube-link a {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #fff;
}

.youtube-link a p {
	font-size: 14px;
}

.youtube-link a img {
	width: 15px;
}

.contact-cont {
	padding: 140px 0;
}

.contact-cont .cmn-title {
	margin-bottom: 80px;
}

.contact-cont-form {
	width: 760px;
	margin: 0 0 0 auto;
}

.form-group {
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
}

.form-group label {
	font-size: 16px;
	width: 230px;
}

.form-group input,
.form-group textarea {
	width: calc(100% - 230px);
	padding: 10px;
	background: #f9f9f8;
	border: 1px solid #ee5512;
	outline: none;
}

.radio-group {
	margin-bottom: 60px;
}

.radio-group p {
	font-size: 16px;
	padding-bottom: 10px;
}

.radio-group label {
	display: block;
	line-height: 1.5;
}

.agree-box {
	width: calc(100% - 240px);
	margin: 0 0 20px auto;
	background: #dddcdb;
	padding: 20px;
	overflow-y: scroll;
	height: 150px;
}

.agree-box h3 {
	color: #ee5512;
	font-size: 14px;
	padding-bottom: 10px;
}

.agree-box p {
	font-size: 12px;
	line-height: 2;
}

.agree-input {
	width: calc(100% - 240px);
	margin: 0 0 80px auto;
	cursor: pointer;
}

#contact-form button {
	background: initial;
	width: 180px;
	padding-bottom: 10px;
	border: none;
	border-bottom: 1px solid #ee5512;
	margin: 0 auto;
	font-size: 17px;
	color: #ee5512;
	font-family: "dnp-shuei-mgothic-std", sans-serif;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
	display: block;
	cursor: pointer;
}

footer {
	padding: 30px 50px;
	background: #edece9;
}

.footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-logo {
	width: 145px;
}

.footer-right {
	width: 600px;
}

input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 15px;
	height: 15px;
	border: 1px solid #ee5512;
	background-color: #fff;
	border-radius: 50%;
	/* ← radio用（checkboxなら 4px に） */
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

input[type="checkbox"] {
	border-radius: 0px;
}

/* チェック時の印をカスタマイズ */
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 2.5px;
	left: 2.5px;
	width: 9px;
	height: 9px;
	background-color: #ee5512;
	border-radius: 50%;
}

input[type="checkbox"]:checked::after {
	border-radius: 0px;
}

.thanks-cont {
	height: 90vh;
	position: relative;
}

.thanks-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 540px;
}

.thanks-txt h2 {
	font-size: 20px;
	padding-bottom: 30px;
}

.thanks-txt p {
	font-size: 16px;
	padding-bottom: 40px;
}

.thanks-txt a {
	color: #ee5512;
	text-decoration: underline;
	text-align: center;
	display: block;
}

@media screen and (max-width: 1200px) {
	.about-flex-table-inner {
		padding: 20px;
	}

	.about-flex-right {
		width: calc(100% - 340px);
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block;
	}

	.pc {
		display: none !important;
	}

	header {
		padding: 20px 0;
	}

	.header-flex {
		width: calc(100% - 40px);
	}

	.header-logo {
		width: 155px;
	}

	.header-right {
		width: 50px;
	}

	.header-sp-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header-sp-list a {
		width: 17px;
	}

	.drawer-toggle {
		position: relative;
		width: 18px;
		height: 15px;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 1100;
	}

	/* 三本線 */
	.drawer-toggle::before,
	.drawer-toggle::after,
	.drawer-toggle span {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #ee5512;
		transition: 0.3s ease;
	}

	.drawer-toggle span {
		top: 50%;
		transform: translateY(-50%);
	}

	.drawer-toggle::before {
		top: 0;
	}

	.drawer-toggle::after {
		bottom: 0;
	}

	/* ×に変化 */
	.drawer-toggle.is-open::before {
		transform: rotate(45deg);
		top: 50%;
		background: #fff;
	}

	.drawer-toggle.is-open::after {
		transform: rotate(-45deg);
		bottom: auto;
		top: 50%;
		background: #fff;
	}

	.drawer-toggle.is-open span {
		opacity: 0;
	}

	.drawer-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		background: #ee5512;
		color: #fff;
		transition: right 0.3s ease;
		z-index: 1000;
		padding: 20px 25px;
	}

	.drawer-menu.is-open {
		right: 0;
	}

	.drawer-bg {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.drawer-bg.is-open {
		display: block;
	}

	.drawer-logo {
		width: 160px;
		margin-bottom: 50px;
	}

	.drawer-menu .txt-link {
		padding-left: 30px;
		margin-bottom: 40px;
	}

	.drawer-menu .txt-link li a {
		margin-bottom: 15px;
		display: block;
		color: #FFF;
	}

	.drawer-menu .txt-link li a p {
		font-size: 22px;
		letter-spacing: .1rem;
	}

	.drawer-menu .txt-link li a span {
		font-size: 12px;
		letter-spacing: .1rem;
	}

	.drawer-menu .sns-txt {
		padding-left: 30px;
		padding-bottom: 10px;
		font-size: 22px;
	}

	.drawer-menu .sns-link {
		display: flex;
		align-items: center;
		padding-left: 30px;
		width: 190px;
	}

	.drawer-menu .sns-link li {
		margin-right: 15px;
	}

	.drawer-menu .sns-link li {
		width: 75px;
	}

	.drawer-menu .sns-link li:nth-child(2) {
		width: 30px;
	}

	.drawer-menu .sns-link li:nth-child(3) {
		width: 20px;
	}

	.fv {
		padding: 100px 0 70px;
	}

	.fv-top {
		display: block;
		margin-bottom: 70px;
	}

	.fv-left {
		margin-bottom: 30px;
	}

	.fv-left p {
		font-size: 25px;
		line-height: 1.3;
	}

	.fv-right {
		width: 100%;
		display: block;
	}

	.fv-right img {
		width: 200px;
		margin: 0 auto 30px;
	}

	.fv-right h1 {
		font-size: 18px;
	}

	.fv-bottom p {
		font-size: 13px;
	}

	.profile {
		padding: 70px 0;
	}

	.prof-flex,
	.about-flex {
		display: block;
	}

	.prof-flex-left {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 40px;
	}

	.about-flex-right {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.cmn-title {
		margin-bottom: 30px;
	}

	.cmn-title p {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.cmn-title h2 {
		font-size: 20px;
	}

	.profile-left-txt {
		margin-bottom: 30px;
	}

	.profile-left-txt p {
		font-size: 10px;
	}

	.profile-img {
		margin: 0 auto;
		width: 150px;
	}

	.about-flex-right h3 {
		font-size: 18px;
		letter-spacing: 0.14rem;
	}

	.about-flex-right p {
		font-size: 13px;
		padding-bottom: 0;
		letter-spacing: .04rem;
	}

	.about {
		padding: 70px 0 100px;
	}

	.about-flex-left .cmn-title {
		margin-bottom: 40px;
	}

	.about-flex-left {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 50px;
	}

	.about-img {
		max-width: 200px;
		margin: 0 auto;
	}

	.about .about-flex-right p {
		padding-bottom: 40px;
	}

	.about-flex-table-inner {
		padding: 30px 20px;
	}

	.about-flex-txt {
		display: block;
	}

	.about-flex-txt-th {
		width: 100px;
		margin-bottom: 5px;
		text-align: center;
		border-left: 1px solid #ee5512;
		border-right: 1px solid #ee5512;
		line-height: 1;
	}

	.about-flex-txt-th h4 {
		font-size: 15px;
	}

	.about-flex-txt-td {
		width: 100%;
		padding-left: 0px;
		border-left: none;
	}

	.about .about-flex-right .about-flex-txt-td p {
		padding-bottom: 0px;
	}

	.about-flex-txt:nth-child(3) {
		margin-bottom: 0;
	}

	.popup-list {
		display: block;
	}

	.popup-list li {
		width: 100%;
		padding-block: 20px;
	}

	.popup-list li:nth-child(even) {
		width: 100%;
	}

	.about .about-flex-right .popup-list p {
		padding-bottom: 0px;
	}

	.popup-list li img {
		width: 17.5px;
	}

	.popup-list li p {
		font-size: 14px;
	}

	.popup-content h3 {
		font-size: 18px;
		padding-bottom: 30px;
	}

	.popup-content p {
		font-size: 13px;
	}

	.popup-link {
		margin-top: 20px;
	}

	.case {
		padding: 70px 0 100px;
	}

	.case-title {
		max-width: 500px;
		margin: 0 auto 45px;
		padding-bottom: 15px;
	}

	.case-title h2 {
		font-size: 18px;
	}

	.case-flex {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.case-flex-img {
		margin-bottom: 20px;
	}

	.case-flex-img h3 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.case-flex-img {
		width: 100%;
	}

	.case-flex-txt {
		width: 100%;
	}

	.case-flex-txt p {
		font-size: 13px;
	}

	.news {
		padding: 70px 0 100px;
	}

	.news-flex {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.news-flex-left {
		width: 100%;
	}

	.news-flex-right {
		width: 100%;
		padding-top: 15px;
	}

	#note-list li a {
		padding: 20px 0px;
		display: block;
	}

	#note-list li a span {
		font-size: 13px;
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}

	#note-list li a h3 {
		font-size: 13px;
		line-height: 1.8;
		width: 100%;
	}

	.youtube {
		padding: 70px 0;
	}

	.youtube .cmn-title {
		margin: 0 auto 50px;
		max-width: 500px;
	}

	.youtube-list ul {
		display: block;
		max-width: 500px;
		margin: 0 auto 60px;
	}

	.youtube-list ul li {
		width: 100%;
		margin-bottom: 40px;
	}

	.youtube-list-iframe {
		margin-bottom: 20px;
	}

	.youtube-list-txt h3 {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.youtube-list-txt p {
		font-size: 13px;
	}

	.youtube-link {
		width: 160px;
		margin: 0 auto 30px;
	}

	.contact-cont {
		padding: 80px 0 100px;
	}

	.contact-cont .cmn-title {
		margin: 0 auto 60px;
		max-width: 500px;
	}

	.contact-cont-form {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.radio-group p {
		font-size: 13px;
	}

	.radio-group {
		margin-bottom: 40px;
	}

	.radio-group label {
		font-size: 15px;
	}

	.form-group {
		margin-bottom: 20px;
		display: block;
	}

	.form-group label {
		font-size: 13px;
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}

	.form-group input,
	.form-group textarea {
		width: 100%;
		padding: 5px;
	}

	.agree-box {
		width: 100%;
		margin: 30px auto;
		background: #dddcdb;
		padding: 20px 15px;
	}

	.agree-input {
		width: 100%;
		margin: 0px auto 80px;
	}

	.agree-input label {
		font-size: 13px;
	}

	#contact-form button {
		width: 160px;
		padding-bottom: 7.5px;
		font-size: 15px;
	}

	footer {
		padding: 30px 20px;
	}

	.footer-nav .txt-link {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}

	.txt-link li a {
		font-size: 15px;
	}

	footer .txt-link li a {
		display: block;
		margin-bottom: 5px;
	}

	.footer-right {
		width: 100px;
	}

	.about-flex-txt:nth-child(1) .about-flex-txt-td p,
	.about-flex-txt:nth-child(2) .about-flex-txt-td p {
		line-height: 1.6;
	}

	.about .about-flex-right .about-flex-txt-td p {
		line-height: 1.8;
	}
}

@media screen and (max-width: 500px) {
	.fv-top {
		margin-bottom: 50px;
	}

	.about .about-flex-right p {
		padding-bottom: 30px;
		letter-spacing: .03rem;
	}
}
