@charset "UTF-8";
/* ---------------
変数
装飾
mixin
body以下
メディアクエリー
---------------*/
/*-------------------------------------
1.Style
2.Grid
-------------------------------------*/
/*-------------------------------------
Style

/*メインコンテンツ
-------------------------------------*/
section {
	padding: 3.6rem 0;
}

section.section-cta {
	background: #020042;
	color: white;
}

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 300;
}

h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: -0.1rem;
}
h2 {
	font-size: 36px;
}
/* h3 {
  border-bottom: 3px solid #5b5b5b;
  width: 80%;
  margin: 0 auto;
  color: #5b5b5b;
  font-weight: 900;
  font-size: 3rem;
  margin-top: 6rem;
} */
/*
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
} */

figcaption {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 0.6rem;
}

th,
td {
	border: solid 1px #dadada;
}

/*メインビジュアル
-------------------------------------*/
.mainimg {
	max-width: auto;
}
.mainimg img {
	margin: 0 auto;
}
/* h2 img {
  max-width: 80%;
} */

h2:first-child {
	margin-top: 0;
}

/*バナー
-------------------------------------*/
a.banner-link {
	margin: 0 auto 6rem;
	display: block;
	max-width: 96%;
	width: 100%;
}
a.banner-link-mv {
	margin: 6rem auto 0;
	display: block;
	max-width: 96%;
	width: 100%;
}
.banner {
	animation: banner 3s infinite;
}
@keyframes banner {
	0% {
		transform: translate(0px, 10px);
	}
	5% {
		transform: translate(0px, -10px);
	}
	10% {
		transform: translate(0px, 10px);
	}
	15% {
		transform: translate(0px, -10px);
	}
	20% {
		transform: translate(0px, 6px);
	}
	25% {
		transform: translate(0px, -6px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}
p.limited {
	text-align: center;
	font-size: 32px;
	color: red;
	font-weight: 600;
}
p.limited-top {
	margin-top: 70px;
	margin-bottom: -60px;
	text-align: center;
	font-size: 32px;
	color: red;
	font-weight: 600;
}

/*mv上
-------------------------------------*/

.head-catchcopy p {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 16px;
}
.head-point-area {
	background: #020042;
	color: white;
}
.head-point-area p {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem;
	font-size: 20px;
}
span.point-title {
	font-weight: 600;
	font-size: 24px;
}

/*Section CTA
-------------------------------------*/
img.head-cta-logo {
	max-height: 65px;
	max-width: 300px;
}
.head-cta-tel-time {
	width: 260px;
}
section.section-cta-top {
	text-align: center;
}
.section-cta-top {
	background: #ed6f00;
	color: white;
	font-weight: 600;
	margin-top: 3rem;
}
.cta-top-note02 p {
	text-align: right;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 500;
}
p.cta-top-title {
	font-size: 24px;
}
p.cta-top-note {
	max-width: fit-content;
	padding: 6px;
	margin: 0 auto 3rem;
	background: #fff;
	color: black;
	border: 2px solid #c7c4c4;
}
section.section-cta-bottom {
	text-align: center;
}
section.section-cta-bottom {
	background: #ffefb8;
	font-weight: 600;
	margin-bottom: 6rem;
}

/*MV下　section-read
-------------------------------------*/
.seren p {
	font-size: 2rem;
}
.monitor-end {
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
	color: red;
}

/*お問い合わせ
-------------------------------------*/
.order-title {
	background: #ffc5cd;
	padding: 1rem 3rem;
	max-width: fit-content;
	display: block;
	margin: 0 auto 2rem !important;
	border-radius: 30px;
	font-weight: 600;
	font-size: 2rem;
}
.order-list {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	font-size: 2rem;
	padding-left: 50px;
	text-indent: -50px;
	text-align: center;
}
.about-order {
	font-size: 2rem;
}
.order-list img {
	display: inline;
	width: 38px;
	vertical-align: middle;
	margin-right: 1rem;
}
.order-list .arrow img {
	width: 98px;
	display: block;
	margin: 0 auto;
}
.about-survey {
	font-size: 1.6rem;
}
table.inquiry {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
	width: 80%;
	margin: 2rem auto;
}
input {
	/*フォーカスしたときのトランジション設定 すべてのプロパティが0.5秒で切り替わる*/
	transition: all 0.5s;
}
table.inquiry th,
table.inquiry td {
	border: none;
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	max-width: 90%;
	line-height: 1.3;
}
table.inquiry th {
	background: #e1e1e1;
	max-width: 100%;
}

table.inquiry td {
	max-width: 90%;
}
.form-note {
	font-size: 1.4rem;
}
/*必須・任意の調整*/
.haveto,
.any {
	font-size: 1.4rem;
	padding: 4px 6px;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	margin-left: 13px;
	position: relative;
	bottom: 2px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.haveto {
	background: #ff0000;
}

.any {
	background: #2d2d2d;
}
p#reCAPTCHA {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.2;
}

p#reCAPTCHA a {
	display: inline;
	color: blue;
}

div#acceptance_wrap {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 1rem;
}
.wpcf7-form-control.wpcf7-acceptance {
	line-height: 0;
}
/* ボタン */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #046511;
	height: auto;
	padding: 2rem 6rem;
	border-radius: 8px;
	margin-top: 2rem;
	border: 2px solid #ffffff;
}
.btn {
	box-shadow: 0px 12px 24px rgba(76, 79, 80, 0.38);
	color: #fff !important;
	font-weight: 600 !important;
	display: inline-block;
	font-weight: 700;
	padding: 1.25rem 4rem;
	text-decoration: none;
	transition: 0.3s;
}

.btn:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transform: translateY(4px);
	color: #fff !important;
	font-weight: 600 !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	opacity: 0.7;
	border: 2px solid #ed6f00;
}
.wpcf7-not-valid-tip {
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #e50031;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 10px;
	position: relative;
	max-width: fit-content;
	font-size: 14px;
}
.wpcf7-not-valid-tip::before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 15px solid #e50031;
	position: absolute;
	top: -20px;
	left: 5%;
}
.wpcf7-not-valid-tip {
	color: #fff !important;
}
/*CTA
-------------------------------------*/
.section-cta {
	max-width: initial;
}

.section-cta h2 {
	text-align: center;
	font-weight: 600;
}

/*フッター
-------------------------------------*/
.law-link {
	text-decoration: none;
	font-size: 1.4rem;
}
/*ページトップへ戻るボタン
-------------------------------------*/
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
	h2 img {
		max-width: 100%;
	}

	/*お問い合わせ
-------------------------------------*/
	.order-list {
		max-width: 96%;
	}
	.order-list .arrow img {
		width: 68px;
	}
	.table th {
		width: 100%;
		display: block;
	}
	.table td {
		display: block;
	}
	table.inquiry {
		margin: 0 auto;
		width: 100%;
	}
}
/* 追加
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	font-size: 2rem;
}
main section p {
	font-size: 2rem;
}

.mainimg img {
	max-width: 100%;
}

h2 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 2rem;
	line-height: 1.6;
}
strong {
	color: #000;
	font-weight: 600;
}
strong.red {
	color: #f92828;
	font-weight: 600;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

.cta-img .pc {
	display: block;
}
.cta-img .sp {
	display: none;
}
.cta-img img {
	margin: 0 auto;
}

.head-cta {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 0;
	margin-bottom: 10px;
	padding: 0 1rem;
}

.head-cta img {
	margin: initial;
}
.cta-bottom-main .pc {
	display: block;
	margin: 0 auto;
}
.cta-bottom-main .sp {
	display: none;
}
section.section-cta-bottom h2 {
	font-size: 5.2rem;
	line-height: 1.3;
}
section.section-cta-bottom .red {
	font-size: 6.6rem;
}
p.cta-response {
	margin-bottom: 0;
}
.section-cta-bottom-teltime > div > img {
	margin-right: 3rem;
}
.section-cta-bottom-teltime {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta-mail-line div:nth-child(2) img {
	width: 280px;
	height: auto;
}
.mail-icon-pc {
	max-width: 300px;
}
.mail-icon-sp {
	max-width: 120px;
}
.section-cta-bottom-teltime + img {
	max-width: 560px;
}
img.teltime-img {
	max-width: 420px;
}
.cta-mail-line-last a img {
	width: 320px;
	height: auto;
}

span.zoom-first {
	font-weight: 600;
}
span.zoom-first-under-line {
	display: inline-block;
	padding: 0 4px 2px 4px;
	margin-bottom: 1.2rem;
	font-size: 3.3rem;
}
p.zoom {
	font-size: 2.3rem;
	font-weight: normal;
	line-height: 1.3;
	background: #ffffff;
	padding: 2rem;
	max-width: fit-content;
	margin: 0 auto 4rem;
	border-radius: 12px;
}
strong.red.gentei {
	margin-top: 2rem;
	display: block;
	font-size: 4.4rem;
	margin-bottom: -2rem;
}
.top-image img {
	margin: 0 auto;
	display: block;
	margin-bottom: 3rem;
	max-width: 660px;
}

.riyu-content p {
	margin: 0;
}
.riyu-two-column .riyu-content {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: flex-start;
	margin-top: 1.5rem;
}

.riyu-two-column .riyu-img {
	flex: 0 0 300px;
	max-width: 300px;
}

.riyu-two-column .riyu-img img {
	width: 100%;
	height: auto;
}

.riyu-two-column .riyu-text {
	flex: 1;
	min-width: 250px;
}

.riyu-two-column .riyu-text p {
	margin-bottom: 1rem;
	line-height: 1.8;
}

p.before-read-want {
	font-weight: 600;
}

ul.nayami-border,
.fun-ok ul,
.fun-ng ul {
	border: 1px solid #ccc;
	padding: 2rem 1rem;
}
.read-think {
	display: flex;
	align-items: flex-start;
	margin-top: 3rem;
}
.read-think-img img {
	max-width: 360px;
	margin-left: 2rem;
	margin-top: 3rem;
	display: block;
}
section.section-read .nayami-border li,
.fun-ok li,
.fun-ng li {
	display: flex;
	align-items: flex-start;
	margin: 10px 0px 10px 20px;
	font-size: 22px;
	font-weight: 600;
}
.fun-ng li {
	font-size: 20px;
	margin: 2px 0px 2px 20px;
}
section.section-read li img {
	width: 40px;
}
.read-think img {
	max-width: 360px;
}
.read-think-text p:nth-child(1) {
	margin-top: 0;
}
.section-difference li {
	list-style: disc;
	font-weight: 600;
	line-height: 1.4;
	margin-left: -2rem;
	max-width: 100%;
}
.section-normal img {
	margin: 0 auto;
	max-width: 560px;
	display: block;
}
.section-riyu {
	background: #fff3e7;
}
.riyu-wrap {
	border: 1px solid #ccc;
	padding: 3rem;
	margin: 3rem auto;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 6%);
	background: white;
	border-radius: 20px;
}
section.section-riyu h2 img {
	max-width: 768px;
	margin: 0 auto;
}
.riyu-wrap h3 {
	font-size: 2.6rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #ed6f00;
	border-bottom: 3px solid #ed6f00;
}
.riyu-wrap h3 img {
	margin-right: 1rem;
}
.section-riyu h4 {
	font-weight: 600;
	font-size: 2.4rem;
	border-left: 6px solid #ed6f00;
	padding-left: 15px;
	margin-top: 8rem;
}
.riyu-wrap h4 + p {
	margin-top: 0;
}
.three-column-border .column-item {
	border: 1px solid #ccc;
	padding: 3rem;
	margin: 0 auto 3rem;
}

p.merit-forwoman {
	text-align: right;
	font-size: 1.6rem;
}
.merit {
	margin: 0 auto -2rem;
	display: block;
	text-align: center;
}
.merit p {
	font-size: 3rem;
	font-weight: 600;
	color: #f92828;
	margin: 0;
}
.merit img {
	max-width: 100px;
}
.riyu-wrap hr {
	margin-top: 8rem;
}
section.section-interview h2 img {
	display: block;
}
.section-interview-h2 {
	max-width: 620px;
	margin: 0 auto;
}
p.section-interview-point {
	text-align: center;
	font-size: 2.2rem;
}
/* .youtube-wrap {
	margin-bottom: 6rem;
} */
.vimeo {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}

.vimeo2 {
	position: relative;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
}

.vimeo iframe,
.vimeo2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.section-lifestyle img,
.section-research img,
.section-charm img {
	max-width: 700px;
}
section.section-lifestyle {
	background: #fff3e7;
}
.three-column-border {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2rem;
}
.three-column-border .column-item {
	flex: 1 1 calc(33.333% - 1.34rem);
	background: #fff;
	padding: 1.8rem;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 6%);
	border-radius: 20px;
}
.three-column-border h3 {
	font-size: 2.6rem;
	font-weight: 600;
	color: #ed6f00;
	border-bottom: 2px solid;
	line-height: 1.4;
}
.section-research {
	background: white;
}
/* .reference {
	text-align: right;
} */
.reference p,
.reference li {
	font-size: 1.6rem;
	line-height: 1.3;
}
.reference ul {
	padding-left: 1.8rem;
}
.reference li {
	max-width: 100%;
}
.reference p {
	margin: 1rem 0;
}
.section-charm {
	background: #ffffe7;
}
.charm-border-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2rem;
	/* padding: 5rem 3rem; */
	margin: 0 auto;
}
.charm-border-box h3 {
	font-size: 2.6rem;
	font-weight: 600;
	color: #ed6f00;
	border-bottom: 2px solid;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.charm-border-box {
	background: #fff;
	padding: 4rem 2rem;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 6%);
}
.reason-border-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.reason-border-box {
	background: #fff;
	padding: 4rem 2rem;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 6%);
	flex: 1 1 calc(33.333% - 1.34rem);
	background: #ffffe7;
}
.reason-border-box img {
	max-width: 100px;
	margin-right: 1rem;
}
.reason-border-box h3 {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	font-weight: 600;
}
.reason-border-box li {
	list-style: disc;
	margin-left: -1.8rem;
	line-height: 1.2;
}
.beginner-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.beginner-border-box {
	padding: 4rem 2rem;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 6%);
	flex: 1 1 calc(33.333% - 1.34rem);
	background: #f8f8f8;
}
.beginner-border-h3 {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.beginner-border-h3 img {
	width: 110px;
	height: auto;
}

.beginner-border-h3 h3 {
	font-size: 2.6rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.4;
}

.lesson-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2rem;
	table-layout: fixed;
}

.lesson-table th,
.lesson-table td {
	border: 1px solid #ccc;
	padding: 1.6rem;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
}
.lesson-table th:first-child {
	width: 20%;
}
.lesson-table thead th {
	background-color: #f7f7f7;
	color: #ed6f00;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.lesson-table tbody th {
	background-color: #fafafa;
	font-weight: bold;
	width: 180px;
	text-align: center;
}

.lesson-table td {
	line-height: 1.7;
}

.lesson-table ul {
	padding-left: 1.4em;
	margin: 0;
}

.lesson-table ul li {
	list-style: disc;
	line-height: 1.2;
}

.selection-step p {
	text-align: left;
}

.selection-step {
	border: 1px solid #ccc;
	padding: 20px;
	max-width: 800px;
	margin: 0 auto 20px;
}

section.section-selection h3 {
	font-weight: 600;
	font-size: 2.3rem;
	margin-bottom: 10px;
	text-align: center;
}
.selection-step h3 span {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
	font-weight: bold;
	border-radius: 3px;
}

.step-arrow {
	text-align: center;
}

.step-arrow img {
	max-width: 50px;
}
.selection-step.step1 span {
	background-color: #006314;
}
.selection-step.step2 span {
	background-color: #338ef5;
}

.selection-step.step3 span {
	background-color: #0479ff;
}

.selection-step.step4 span {
	background-color: #9604ff;
}

.selection-step.step5 span {
	background-color: #e72f2c;
}

.selection-step.step6 span {
	background-color: #e26c0d;
}
.selection-step.step4 span.selection-step-note {
	background-color: inherit;
	font-size: 1.7rem;
	line-height: 1.4;
	display: block;
}
.selection-step.step4 + p {
	max-width: 800px;
	margin: 0 auto;
}
section.section-conpany {
	background: #f3fffe;
}
.voice-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
p.voice-note {
	font-size: 1.8rem;
}
.section-voice h2 {
	margin-top: 3rem;
}

.voice-item {
	width: calc(50% - 1rem);
	box-sizing: border-box;
	padding: 3rem;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 6%);
}
.voice-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.voice-header.voice-header-2 {
	flex-direction: row-reverse;
}
.voice-photo img {
	border: 1px solid #ccc;
	max-width: 160px;
}
.voice-name {
	text-align: center;
	margin: 0 auto;
}
.voice-name .name {
	font-size: 3rem;
	font-weight: 600;
}
.voice-name .furigana {
	font-size: 2rem;
	margin-top: -3rem;
}

.flow-wrap {
	display: flex;
	align-items: flex-start;
}
.section-fun h3 {
	color: #f92828;
	font-weight: 600;
	text-align: center;
	font-size: 2.2rem;
}

.section-qa {
	padding: 40px 20px;
}

.section-qa h2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

.qa-list {
	max-width: 800px;
	margin: 0 auto;
}

.qa-item {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 15px;
	background: white;
}

.qa-list dt,
.qa-list dd {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 15px;
	border: 1px solid #ccc;
}

.qa-list dt {
	font-weight: bold;
	/* background-color: #c8e2ff; */
	margin-top: 3rem;
}

.qa-list dd {
	line-height: 1.6;
	margin-left: 0;
	/* background-color: #fff5f5; */
	border-top: none;
}

.qa-list dt::before,
.qa-list dd::before {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
	width: 50px;
	height: 40px;
	border-radius: 6px;
	flex-shrink: 0;
}

.qa-list dt::before {
	content: "Q";
	background: #338ef5;
}

.qa-list dd::before {
	content: "A";
	background: #f92828;
}

.qa-item dt {
	margin-bottom: 10px;
}
.qa-list dt {
	border-bottom: none;
}
.qa-list ol {
	margin: 3rem 0;
}

.qa-list ol li {
	font-weight: bold;
}

.qa-list ol li strong {
	font-weight: bold;
}
.kyuyo-system li span {
	font-weight: normal;
}

.section-job-listing .container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.job-listing {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.job-listing h3 {
	padding: 20px;
	font-size: 2.2rem;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}
h3.joukin {
	background: #046511;
	color: white;
}
h3.hijoukin {
	background: #dff3e1;
}
.job-listing h4 {
	margin-top: 15px;
	margin: 20px;
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 2px solid #dfdfdf;
}
.job-listing p {
	margin-left: 20px;
	margin-right: 20px;
}

.job-listing ul li {
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 1rem;
}
.job-listing ul {
	margin-bottom: 3rem;
}
p.full-time,
p.part-time {
	margin-bottom: 0;
}

.salary-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.salary-contents {
	border: 2px solid #ccc;
	padding: 15px;
	background: #fffbf3;
}

.salary ul {
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.salary ul li {
	margin-bottom: 5px;
}
.career {
	font-weight: normal;
	font-size: 1.7rem;
	line-height: 1;
}
.salary h3 {
	font-size: 1.8rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
section.salary h2 + p {
	text-align: right;
	margin-bottom: 0;
}

section.section-conpany h2 {
	font-size: 4rem;
	text-align: center;
	font-weight: 600;
}

section.section-conpany table {
	width: 80%;
	margin: 0 auto;
}
section.section-conpany th {
	text-align: center;
	font-weight: 600;
	background: #f1f1f1;
}
.section-conpany-img {
	display: flex;
	max-width: 400px;
	margin: 0 auto;
	justify-content: center;
}
.section-conpany-img img {
	margin-right: 1rem;
}
.g-map {
	text-align: center;
}
.g-map {
	position: relative;
	max-width: 800px;
	height: 0;
	padding-top: 75%;
	margin: 0 auto;
}
.g-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.section-conpany h3 {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	margin-top: 3rem;
}

section.section-visit.section-read h2 img {
	max-width: 620px;
	margin: 0 auto;
}
.section-visit-note {
	text-align: center;
}
section.sectionform div > p {
	text-align: center;
}
input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.6);
}

/* お名前（姓名）とフリガナの横並び */
.name-group {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	align-items: center;
	flex-wrap: nowrap;
}
.name-field {
	flex: 1;
}
.name-field input {
	width: 100%;
	padding: 8px;
	font-size: 16px;
}

/* 電話番号の横並び */
.phone-group {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	align-items: center;
	flex-wrap: nowrap;
}
.phone-field {
	flex: 1;
}
.phone-field input {
	width: 100%;
	padding: 8px;
	font-size: 16px;
	text-align: center;
}

/* エラー時のデフォルト表示調整 */
.wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: red;
}
.inquiry td {
	padding: 10px;
}
p.acceptance-text {
	display: inline-block;
	margin-left: 1rem;
}
.inquiry-note {
	font-weight: normal;
	font-size: 16px;
}
footer .copyright {
	background-color: #ed6f00;
	color: #fff;
}
.privacy-link {
	font-size: 14px;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 2.3rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.mainimg img {
		max-width: 100%;
		height: auto;
	}
	.cta-img .pc {
		display: none;
	}
	.cta-img .sp {
		display: block;
		max-width: 100%;
	}
	.head-cta {
		align-items: center;
	}
	section.section-cta-bottom .red {
		font-size: 3.3rem;
	}
	section.section-cta-bottom h2 {
		font-size: 2.6rem;
	}
	.section-cta-bottom-teltime {
		display: block;
	}
	.section-cta-bottom-teltime.pc {
		display: none;
	}
	img.teltime-img {
		max-width: 100%;
	}
	.head-cta img.head-cta-tel-time {
		max-width: 200px;
		height: auto;
	}
	p.cta-top-note {
		max-width: 90%;
		line-height: 1.2;
	}
	.cta-top-note02 p {
		font-size: 14px;
		max-width: 90%;
		margin: 0 auto;
	}
	.head-cta {
		margin-top: 1rem;
	}
	p.zoom {
		font-size: 1.8rem;
		padding: 1.2rem;
	}
	span.zoom-first-under-line {
		font-size: 2.6rem;
	}
	strong.red.gentei {
		font-size: 3rem;
	}
	.top-image img {
		max-width: 100%;
	}

	.cta-bottom-main .pc {
		display: none;
	}
	.cta-bottom-main .sp {
		display: block;
		max-width: 340px;
	}
	img.cta-bottom-main-logo {
		margin-bottom: 0;
		margin-top: 0;
	}
	p.cta-top-head {
		border-radius: 10px;
		padding: 0.8rem 1rem;
		line-height: 1.4;
		font-size: 2.1rem;
	}
	span.cta-top-head-like {
		font-size: 2.2rem;
	}
	.cta-mail-line-last a img {
		width: 90%;
		margin-top: 1rem;
	}

	section.section-cta-bottom {
		margin-bottom: 0;
	}
	.read-think {
		display: block;
	}

	.read-think-img img {
		max-width: 100%;
		margin-left: 0;
	}
	section.section-read .nayami-border li,
	.fun-ok li,
	.fun-ng {
		align-items: flex-start;
		margin: 10px auto;
	}

	section.section-read .nayami-border li img {
		width: 28px;
	}
	section.section-read .nayami-border li {
		font-size: 20px;
	}

	.riyu-wrap.riyu-two-column h3 {
		padding: 1.6rem 0;
	}
	.riyu-two-column .riyu-content {
		flex-direction: column;
	}

	.riyu-two-column .riyu-img,
	.riyu-two-column .riyu-text {
		flex: 1 1 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.riyu-wrap {
		padding: 1.8rem;
	}
	section.section-riyu h2 img {
		max-width: 100%;
	}
	.riyu-wrap h3 img {
		max-width: 80px;
	}
	.riyu-wrap h3 {
		line-height: 1.3;
		font-size: 2.2rem;
	}
	.section-riyu h4 {
		font-size: 2rem;
	}
	.section-interview-h2 {
		max-width: 100%;
	}
	/* .youtube-wrap {
		margin-bottom: 3rem;
	} */
	.section-lifestyle img,
	.section-research img,
	.section-charm img {
		max-width: 100%;
	}
	.column-item h3 {
		text-align: center;
	}
	.three-column-border h3 {
		font-size: 2.2rem;
	}
	.three-column-border {
		flex-direction: column;
	}
	.three-column-border .column-item {
		flex: 1 1 100%;
		margin: 0 auto;
	}
	.charm-border-wrap {
		padding: 0;
	}
	.charm-border-box h3 {
		font-size: 2.1rem;
		text-align: center;
	}
	.reason-border-wrap {
		display: block;
	}
	.reason-border-box {
		margin-bottom: 2rem;
	}
	.reason-border-box h3 {
		font-size: 2.2rem;
	}
	.reason-border-box img {
		max-width: 66px;
		margin-right: 0.4rem;
	}
	.beginner-wrap {
		display: block;
	}
	.beginner-border-box {
		margin-bottom: 2rem;
	}
	.beginner-border-box:last-child {
		margin-bottom: 0;
	}
	.beginner-border-h3 {
		display: block;
		margin-bottom: 1rem;
	}
	.beginner-border-h3 h3 {
		font-size: 2.2rem;
	}
	.beginner-border-h3 img {
		margin: 0 auto;
		display: block;
		margin-bottom: 1rem;
	}

	.lesson-box-group.pc {
		display: none;
	}
	.lesson-box-group.sp {
		display: block;
	}

	.lesson-box {
		margin-bottom: 2rem;
		padding: 1.5rem;
		border: 1px solid #ccc;
		background: #fff;
	}

	.lesson-box h3 {
		font-size: 2.2rem;
		font-weight: 600;
		color: #ed6f00;
		margin-bottom: 1rem;
		border-bottom: 2px solid #ed6f00;
		padding-bottom: 0.3rem;
	}

	.lesson-box h4 {
		margin-top: 1.2rem;
		font-weight: bold;
		color: #333;
	}

	.lesson-box ul {
		margin: 0 0 0 1.4em;
		padding: 0;
	}

	.lesson-box ul li {
		list-style: disc;
		line-height: 1.2;
	}

	.voice-name .name {
		font-size: 2.2rem;
	}
	.voice-photo img {
		max-width: 60%;
		margin: 0 auto;
		display: block;
	}
	.voice-header {
		display: block;
	}
	.voice-title {
		line-height: 1.3;
		font-size: 2.1rem;
	}
	.voice-name .furigana {
		margin-bottom: 0;
	}
	.voice-name .name {
		margin-top: 0;
	}
	.flow-wrap {
		display: block;
	}
	.selection-step.step4 + p {
		max-width: 100%;
	}
	.voice-item {
		width: 100%;
		padding: 20px;
	}
	.salary-wrap {
		grid-template-columns: 1fr;
	}
	section.section-conpany h2,
	section.sectionform h2 {
		font-size: 3rem;
	}
	section.section-conpany table {
		width: 100%;
		margin: 0 auto;
		font-size: 17px;
	}
	.section-conpany-img {
		display: block;
		max-width: 490px;
	}
	.section-conpany-img img {
		margin-bottom: 1rem;
	}
	section.section-visit.section-read h2 img {
		max-width: 100%;
	}
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		padding: 2rem 3rem;
	}
	.inquiry-note {
		display: block;
		margin-left: 1.6rem;
		margin-top: 1rem;
	}
	p.acceptance-text {
		display: inline;
		margin-left: 1rem;
		line-height: 1.6;
		font-size: 15px;
	}
}

@media screen and (max-width: 480px) {
	p.cta-top-note {
		max-width: 90%;
	}
}
/* thanks */
.page-tamamuradance-health-lp-thanks div#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.page-tamamuradance-health-lp-thanks main {
	margin: 0 auto;
	flex: 1;
}
