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

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

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
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;
}
.cta-btn img {
	transition: opacity 0.5s ease;
}
.cta-btn img:hover {
	opacity: 0.8;
}
.bound {
	animation: bound 3s infinite;
}
@keyframes bound {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-25px);
	}
	25% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-15px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
/*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: 100%;
	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: #e97b39;
	height: auto;
	padding: 2rem 6rem;
	border-radius: 8px;
	margin-top: 2rem;
	border: 1px solid #e97b39;
}
.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;
}

/* お名前（姓名）とフリガナの横並び */
.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;
}
.privacy-link {
	font-size: 14px;
	text-decoration: none;
}

section.sectionform div > p {
	text-align: center;
}
input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.6);
}
@media screen and (max-width: 480px) {
	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;
	}
}

/*CTA
-------------------------------------*/
.section-cta {
	max-width: initial;
	padding: 6rem 3rem;
}
.section-cta h2 {
	text-align: center;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.cta-img .pc {
		display: none;
	}
	.cta-img .sp {
		display: block;
		max-width: 100%;
	}
}
/*フッター
-------------------------------------*/
.law-link {
	text-decoration: none;
	font-size: 1.4rem;
}
footer .copyright {
	background-color: #ed6f00;
	color: #fff;
}
/* 幅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%;
	}
}
/* 追加
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 基本パレット */
:root {
	--color-cta: #fffde6; /* CTAカラー */
	--color-negative: #d6dde5; /* ネガティブ（グレー） */
}

body {
	font-size: 2rem;
}
.container {
	max-width: 900px;
}
main section p {
	font-size: 2rem;
}

.mainimg img {
	max-width: 1000px;
	margin-top: 3rem;
}
h2 {
	border-bottom: 8px solid #fdee21;
	max-width: fit-content;
	margin: 6rem auto 4rem;
	padding-top: 3rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
}
strong {
	color: #000;
	font-weight: 600;
}
strong.red {
	color: #f92828;
	font-weight: 600;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.mainimg img {
		max-width: 100%;
		height: auto;
	}
}

/* CTA */
section.section-cta {
	background: var(--color-cta);
	max-width: 100%;
}
.cta-btn img {
	margin-top: 1.8rem;
}
.cta-btn {
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.section-cta {
		margin: 0 auto;
		padding: 3rem 1rem;
	}
	.cta-btn {
		font-size: 2rem;
	}
}

/* 冒頭 */
h2.h2-first {
	margin-top: 0rem;
}
section.section-read {
	background: #fff7ef;
	margin-top: 3rem;
}
ul.nayami-border {
	border: 1px solid #ccc;
	background: white;
}
.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 {
	display: flex;
	align-items: flex-start;
	margin: 10px 0px 10px 20px;
	font-size: 22px;
	font-weight: 600;
}
section.section-read li img {
	width: 40px;
}
.read-think img {
	max-width: 360px;
}
.read-think-text p:nth-child(1) {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	section.section-read .nayami-border li {
		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;
	}
	ul.nayami-border {
		padding-left: 0;
	}
}

/* 価値 */
.section-reason {
	background: #fff;
	margin-bottom: 3rem;
}
.section-reason .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.reason-border-wrap {
	display: grid;
	gap: 2.5em;
}
.reason-border-box h3 {
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.5;
	color: #e97b39;
}

.reason-border-box p {
	margin-bottom: 1em;
	line-height: 1.8;
}

.reason-border-box p:last-child {
	margin-bottom: 0;
}
.reason-border-wrap {
	display: flex;
	flex-direction: column;
	gap: 3em;
}

.reason-border-box {
	position: relative;
	background: #fff3d4;
	border: 3px solid #fdbb4b;
	padding: 2em;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.reason-border-box .reason-num {
	position: absolute;
	top: -30px;
	left: 10px;
	width: 80px;
	height: 60px;
}

.reason-border-box .reason-num img {
	width: 100%;
	height: auto;
	display: block;
}

.reason-border-box h3 {
	margin-top: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.reason-border-wrap {
		display: block;
	}
	.reason-border-box {
		margin-bottom: 4rem;
	}
	.reason-border-box h3 {
		font-size: 2.4rem;
	}
	.reason-border-box img {
		max-width: 66px;
		margin-right: 0.4rem;
	}
}

/* message */
.message-hobby {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 1rem;
}
.message-hobby .hobby-item img {
	width: 100%;
}
.message-profile img {
	max-width: 300px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

span.message-profile-caption {
	display: block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.message-hobby {
		flex-direction: column;
		align-items: center;
	}
}

/* 社労士の仕事、とある一日 */
.schedule {
	max-width: 900px;
}
.schedule table {
	max-width: 800px;
	margin: 20px auto;
	overflow-x: auto;
	border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	background: #f9f9f9;
	padding: 15px;
	border-collapse: collapse;
	background: white;
	border-radius: 8px;
	overflow: hidden;
}

.section-schedule {
	background-color: #fff7ef;
}
svg.section-nami-top {
	margin-bottom: -2rem;
}
svg.section-nami-bottom {
	transform: scaleY(-1);
	display: block;
}
section.section-schedule th {
	background: #fafafa;
	width: 20%;
}

/* メリット */
.merit-border-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 3rem;
	justify-content: center;
}

.merit-border-box {
	background: #fff;
	padding: 3rem 2rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
	flex: 1 1 45%;
	max-width: 100%;
}

.merit-border-box h3 {
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid;
}

.merit-good h3 {
	color: #e97b39;
	border-color: #e97b39;
}

.merit-warning h3 {
	color: #1e3a5f;
	border-color: #1e3a5f;
}

.merit-border-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.merit-border-box li + li {
	margin-top: 1rem;
}

.merit-border-box .merit-title {
	font-weight: 700;
	margin-bottom: 0.3rem;
	text-decoration: underline;
}
.merit-border-box .merit-title + p {
	margin-top: 0.2rem;
}
.merit-border-box li {
	padding-bottom: 1rem;
	border-bottom: 1px dashed #ccc;
}

.merit-border-box li + li {
	margin-top: 1.5rem;
}

.merit-border-box li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.merit-border-box.merit-good {
	background: #fffcf3;
}
.merit-border-box.merit-warning {
	background: #eff4fa;
}
@media screen and (max-width: 768px) {
	.merit-border-box {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

/* 募集要項 */
section.section-job-listing {
	margin-top: 6rem;
}
section.section-job-listing h2 {
	background: #1e3a5f;
	color: white;
	padding: 20px;
	font-size: 2.6rem;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	max-width: 100%;
}
.job-listing {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.job-listing h3 {
	margin-top: 15px;
	margin: 20px;
	font-size: 2rem;
	font-weight: 600;
	background: #dfdfdf;
	padding: 0.8rem 1.4rem;
	margin-bottom: 0.4rem;
}

.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;
	margin-right: 20px;
}

p.full-time,
p.part-time {
	margin-bottom: 0;
}

.job-listing ol {
	list-style: none;
	margin-left: 2.8rem;
}

section.section-selection ul {
	padding-left: 0;
	padding-right: 0;
}
p.jinzai-title {
	margin: 0 20px;
}
section.section-job-listing p {
	margin-top: 0;
}

/* 選考の流れ */
section.section-selection {
	background: #fff7ef;
}
section.section-selection h2 {
	border-bottom: none;
}
.selection-step p {
	text-align: left;
}

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

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

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

.step-arrow img {
	max-width: 50px;
}
.selection-step.step1 span {
	background-color: #fdbb4b;
}
.selection-step.step2 span,
.selection-step.step3 span,
.selection-step.step4 span {
	background-color: #e97b39;
}

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

.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-selection a {
	color: #5483c0;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.flow-wrap {
		display: block;
	}
	.selection-step.step4 + p {
		max-width: 100%;
	}
}

/* QA */
section.section-qa h2 {
	border-bottom: none;
}
.section-qa {
	padding: 40px 20px;
}
.qa-list {
	max-width: 900px;
	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;
	margin-top: 3rem;
}

.qa-list dd {
	line-height: 1.6;
	margin-left: 0;
	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: #1e3a5f;
}
.qa-list dd::before {
	content: "A";
	background: #c64505;
}
.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;
}

/* 応募フォーム */
section#contact-form h2 {
	border-bottom: none;
}
input {
	font-size: 1.6rem;
}
section#contact-form {
	background: #fff7ef;
}

/* 運営事務所情報 */
section.section-conpany h2 {
	font-size: 4rem;
	text-align: center;
	font-weight: 600;
}

section.section-conpany table {
	width: 100%;
	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-conpany h2 {
	border-bottom: none;
}
section.section-conpany {
	padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	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;
	}
}

/* thanks */
.page-iwase-rec-study-thanks div#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.page-iwase-rec-study-thanks main {
	margin: 0 auto;
	flex: 1;
}
