@charset "UTF-8";

/*=========================================
common
=========================================*/

html, body {
	height: 100%;
	background: #fff;
}

html *,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color: #222;
	font-size: 17px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

p {
    line-height: 1.7;
}


/*=========================================
header
=========================================*/

#header {
	background: url(./image/FV_background.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	padding: 100px 0 50px;
}

.header_container {
	width: 900px;
	margin: 0 auto;
}

.fv_sp {
	display: none;
}

@media (max-width: 900px) {
	.header_container {
		width: 95%;
	}
}

@media (max-width: 480px) {
	.fv_sp {
		display: block;
	}

	.fv_pc {
		display: none;
	}
}

/*=========================================
section
=========================================*/

.contents_01,
.contents_03,
.step {
	width: 900px;
	margin: 0 auto;
	font-weight: 700;
}

.contents_01_container {
	padding: 0 20px 50px 20px;
}

.contents_01_container span {
	display: block;
	font-size: 22px;
	margin-top: 50px;
}

.contents_01 img {
	width: 100%;
	margin: 0 auto;
}

.emphasis {
	text-align: center;
	color: #004e7a;
	font-size: 32px;
	font-weight: 900;
    text-decoration: underline;
    text-decoration-color: rgba(251, 255, 0, 0.974);
    text-decoration-thickness: 30px;
    text-underline-offset: -15px;
	margin: 50px 0 40px;
}

.emphasis br {
	display: none;
}

.red {
	color: #bb2323;
	font-size: 17px !important;
	display: inline !important;
}

.redLine {
	color: #bb2323;
	font-size: 17px !important;
	display: inline !important;
	text-decoration: underline;
    text-decoration-color: rgba(251, 255, 0, 0.974);
    text-decoration-thickness: 5px;
}

.contents_02 {
	background: url(./image/contents_02_background.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 80px 0 50px;
}

.contents_02_container {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}

.contents_02_container img {
	margin: 0 auto;
	padding-top: 20px;
}

.contents_02_container p {
	font-weight: 700;
}

.readText {
	font-size: 30px;
	margin: 0;
	padding-bottom: 20px;
}

.readText_b {
	font-size: 36px;
	font-weight: 900;
	margin-top: 20px;
}

.readText span {
	display: inline;
	font-size: 36px;
	padding: 0;
}

.contents_03 {
	padding: 0 20px;
}

.contents_03 p {
	text-align: center;
	padding: 20px 0;
}

.contents_03 span {
	display: inline;
	font-size: 24px;
}

.video_container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
	.contents_01,
	.contents_03,
	.step {
		width: 100%;
	}

	.contents_02_container {
		width: 95%;
	}

	.video_container {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.emphasis {
		font-size: 28px;
	}
	.emphasis br {
		display: block;
	}

	.contents_02 {
		padding: 20px 0 50px;
	}

	.readText {
		font-size: 28px;
	}

	.readText span {
		font-size: 30px;
	}

	.contents_03 p {
		text-align: left;
	}

	.contents_03 span {
		font-size: 22px;
	}

	.author {
		display: block !important;
		text-align: center !important;
	}
	}


/*=========================================
cta
=========================================*/

.btn a {
	display: block;
	background: #bb2323;
	box-shadow: 2px 2px 4px rgb(117, 117, 117);
	color: #fff;
	width: 400px;
	padding: 30px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 20px;
	margin: 0 auto;
}

.btn a:hover {
	opacity: 0.9;
}

@media (max-width: 480px) {
	.btn a {
		width: 90%;
	}
}


/*=========================================
step
=========================================*/

.step {
	padding: 80px 20px;
}
.step h2 {
	text-align: center;
    margin: 50px 0 15px;
    line-height: 1.5;
	font-size: 24px;
}

.triangle_up {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #c1272d;
  margin: 0 auto;
}

.step_container {
  position: relative;
  border: 1px solid #ccc;
  padding: 30px;
  margin: 70px 0;
}

.step_img {
  position: absolute;
  top: -40px;
  left: 10px;
  width: 20%;
  height: auto;
}

.step_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step_box h3 {
	margin: 30px 0 0 20px;
}

.text {
  flex: 8;
}

.icon {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon img {
  max-width: 100px; 
  height: auto;
  display: block;
  padding-right: 30px;
}


@media (max-width: 480px) {
	.step_box {
		flex-direction: column;
	}

	.step_img {
		top: -40px;
		left: 0;
		right: 0;
		width: 40%;
		height: auto;
		margin: auto;
	}

	.icon img {
		padding-right: 0;
		max-width: 80px;
	}
  
}


/*=========================================
footer
=========================================*/

#footer {
	background: #f8f8f8;
}

.footer_container {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

.footer_container h2 {
	font-size: 36px;
	margin-top: 50px;
}

.footer_container span {
	font-size: 16px;
}

.tel a {
	font-size: 80px;
	font-weight: 900;
	letter-spacing: 0.05em;
	margin: 20px 0;
	color: #19609f;
}

.tel a::before {
	content: "";
    display: inline-block;
    width: 134px;
    height: 88px;
	margin-right: 20px;
    background-image: url('./image/free_d.png');
    background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.call {
	font-size: 20px;
	font-weight: 700;
}

.contact a {
	display: block;
	background: #fff;
	width: 600px;
    margin: 30px auto;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-radius: 50px;
	box-shadow: 2px 2px 4px rgb(232, 232, 232);
}

.mail::before {
	content: "";
    display: inline-block;
    width: 50px;
    height: 41px;
	margin-right: 20px;
    background-image: url('./image/mail_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
	vertical-align: middle;
}

.mail span {
	color: rgb(56, 56, 193);
	text-decoration: underline;
	font-size: 20px;
}

small {
	display: block;
	text-align: center;
	padding-bottom: 50px;
}

@media (max-width: 900px) {
	.footer_container {
		width: 95%;
	}
}

@media (max-width: 600px) {
	.contact a {
		width: 95%;
	}
}

@media (max-width: 480px) {
	.footer_container h2 {
		font-size: 30px;
		margin-top: 0;
	}

	.tel a {
		font-size: 40px;
	}

	.tel a::before {
		width: 50px;
		height: 33px;
	}

	.call {
		font-size: 18px;
	}

	.contact a {
		font-size: 17px;
	}

	.mail::before {
		display: none;
	}
}

/* 20260208追加 */

.contents_03-read {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 20px !important;
}