@charset "utf-8";
/* CSS Document */

/* =====================
  ttl-area
===================== */

.ttl-area .catch span {
	margin-left: auto;
	margin-right: auto;
}

.ttl-area ul {
	margin-top: 60px;
	text-align: center;
}

.ttl-area ul li {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-right: 4%;
	text-align: center;
	font-size: 1.8rem;
	overflow: hidden;
	padding-top: 15px;
}

.ttl-area ul li a:hover img {
	transform: scale(1.09);
}

.ttl-area ul li img {
	transform: scale(1);
	transition: all 0.4s ease;
}

.ttl-area ul li img {
	width: 80%;
	margin-bottom: 30px;
}

.ttl-area ul li:last-child {
	margin-right: 0;
}

/*
.ttl-area ul li:nth-child(1) {
	width: 26%;
}
*/
/*
.ttl-area ul li:nth-child(1) img {
	width: 62%;
}
*/
/*.ttl-area ul li:nth-child(1) p {
	color: #015db2;
}
*/

.ttl-area ul li:nth-child(1) p {
	color: #05bbb7;
}

.ttl-area ul li:nth-child(2) p {
	color: #dead10;
}

.ttl-area ul li:nth-child(3) p {
	color: #ff8029;
}

/* =====================
  mv-wrap mod by ts-ando 2021/7/19
===================== */
.mv-wrap ul li p.letter-spacing-tight{
	letter-spacing: -0.1em;
}


/* =====================
  other-area
===================== */
.other-area {
	margin-top: 50px;
}

.other-area .container {
	margin-bottom: 50px;
	background-color: #fff;
	padding: 80px 100px;
}

.other-area h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: bold;
}

.other-area h4 {
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 0px 0 30px;
	display: inline-block;
}

.other-area.area01 h4 {
	color: #015db2;
	border-bottom: 3px solid #015db2;
}

.other-area.area02 h4 {
	color: #05bbb7;
	border-bottom: 3px solid #05bbb7;
}

.other-area.area03 h4 {
	color: #dead10;
	border-bottom: 3px solid #dead10;
}

.other-area.area04 h4 {
	color: #ff8029;
	border-bottom: 3px solid #ff8029;
}

.wrap01 ul li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}

.wrap01 ul li:last-child {
	margin-right: 0;
}

.wrap01 ul li h5 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #dd4927;
	margin: 30px 0 10px;
}

.wrap02 h5 {
	display: block;
	background-color: #eff2f5;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 20px 30px;
}

.wrap02 .block-wrap p {
	padding: 30px 20px 40px;
}

.other-wrap .left {
	width: 48%;
}

.other-wrap .right {
	width: 48%;
}

.slick-track {
	margin-bottom: 69px !important;
}

.insurance-area {
	margin-top: 40px;
}

.insurance-area li {
	display: inline-block;
	margin-right: 7%;
	vertical-align: top;
}

.insurance-area li h5 {
	color: #ff8029;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.insurance-text {
	min-height: 128px;
}

.insurance-box-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 20%;
}

.insurance-area li .orange-box {
	border: 1px solid #ff8029;
	color: #ff8029;
	padding: 10px 25px;
	margin-bottom: 10px;
}

/* 「勧誘方針」ここから */
.SolicitationPolicy-wrap {
	margin-top: 100px;
}

.SolicitationPolicy-title {
	text-align: center;
}

.SolicitationPolicy-title ._text {
	display: inline-block;
	width: 100%;
	max-width: 252px;
	padding: 20px 0;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ff8029;
}


.SolicitationPolicy-subtitle {
	margin-top: 45px;
	text-align: center;
}

.SolicitationPolicy-subtitle ._text {
	display: inline-block;
	padding: 0 20px 10px;
	color: #ff8029;
	border-bottom: solid 1px currentColor;
}

.SolicitationPolicy-lead {
	margin-top: 28px;
	color: #ff8029;
	font-size: 1.8rem;
	font-weight: bold;
}

.SolicitationPolicy-listWrap {
	margin-top: 40px;
	list-style-type: none;
	padding-left: 2em;
}

.SolicitationPolicy-listItem {
	margin-top: 1.25em;
	text-indent: -2em;
}

.SolicitationPolicy-listItem:first-child {
	margin-top: 0;
}

.SolicitationPolicy-name {
	position: relative;
	z-index: 1;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 6px;
	margin-top: 60px;
	color: #ff8029;
	border: solid 1px currentColor;
}

.SolicitationPolicy-name ._sub {
	position: absolute;
	top: 10px;
	left: 5px;
	line-height: 1;
}

.SolicitationPolicy-name ._main {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}

.SolicitationPolicy-name ._main ._ib {
	display: inline-block;
}

/* 「勧誘方針」ここまで */

.orange-box--active > p {
	border-bottom: 1px solid #ff8029;
	display: table;
}

.orange-box--active:hover {
	background-color: #ff8029;
	color: #fff !important;
}

.orange-box--active:hover > p {
	border-bottom: 1px solid #fff;
}

.mt14 {
	margin-top: 14px;
}

.mt40 {
	margin-top: 40px;
}

.mt91 {
	margin-top: 91px;
}

.contact-area {
	margin-top: 40px;
}

.contact-wrap {
	float: right;
}

.contact-wrap .tel-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.contact-wrap .tel-icon::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	height: 25px;
	width: 19px;
	position: absolute;
	background: url(../images/other/icon_tel.png);
	background-repeat: repeat;
	background-repeat: no-repeat;
}

.contact-wrap .tel-info {
	display: inline-block;
}

.contact-wrap .tel-info .tel-here {
	text-align: right;
	display: block;
}

.contact-wrap .tel-info .tel-num {
	text-align: right;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
}

.slider-area .slick-dots li.slick-active::before {
	background-color: rgba(222, 173, 16, 1) !important;
}

.other-area.area01 .contact-wrap .tel-info .tel-here {
	color: #015db2;
	border-bottom: 1px solid #015db2;
}

.other-area.area01 .contact-wrap .tel-info .tel-num {
	color: #015db2;
}

.other-area.area01 .contact-wrap .tel-icon {
	background-color: #015db2;
}

.other-area.area02 .contact-wrap .tel-info .tel-here {
	color: #05bbb7;
	border-bottom: 1px solid #05bbb7;
}

.other-area.area02 .contact-wrap .tel-info .tel-num {
	color: #05bbb7;
}

.other-area.area02 .contact-wrap .tel-icon {
	background-color: #05bbb7;
}

.other-area.area03 .contact-wrap .tel-info .tel-here {
	color: #dead10;
	border-bottom: 1px solid #dead10;
}

.other-area.area03 .contact-wrap .tel-info .tel-num {
	color: #dead10;
}

.other-area.area03 .contact-wrap .tel-icon {
	background-color: #dead10;
}

.other-area.area04 .contact-wrap .tel-info .tel-here {
	color: #ff8029;
	border-bottom: 1px solid #ff8029;
}

.other-area.area04 .contact-wrap .tel-info .tel-num {
	color: #ff8029;
}

.other-area.area04 .contact-wrap .tel-icon {
	background-color: #ff8029;
}

footer {
	margin-top: 90px;
}

/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	/* =====================
  ttl-area
===================== */
	.ttl-area ul {
		margin-top: 30px;
	}

	.ttl-area ul li {
		width: 48%;
		margin-right: 2%;
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	.ttl-area ul li:nth-child(even) {
		margin-right: 0;
	}

	.ttl-area ul li img {
		width: 80%;
		margin-bottom: 10px;
	}

	.ttl-area ul li:nth-child(1) {
		width: 48%;
	}

	.ttl-area ul li:nth-child(1) img {
		width: 80%;
	}

	/* =====================
  .advertising-area
===================== */
	.other-area {
		margin-top: 50px;
	}

	.other-area .container {
		margin-bottom: 50px;
		background-color: #fff;
		padding: 30px 20px;
	}

	.other-area h3 {
		font-size: 2.4rem;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.other-area h4 {
		font-size: 1.8rem;
		font-weight: bold;
		padding-bottom: 10px;
		margin: 0px 0 30px;
		display: inline-block;
	}

	.other-area.area01 h4 {
		color: #365795;
		border-bottom: 2px solid #365795;
	}

	.other-area.area02 h4 {
		color: #05bbb7;
		border-bottom: 2px solid #05bbb7;
	}

	.other-area.area03 h4 {
		color: #dead10;
		border-bottom: 2px solid #dead10;
	}

	.other-area.area04 h4 {
		color: #ff8029;
		border-bottom: 2px solid #ff8029;
	}

	.wrap01 ul li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin-right: 2%;
	}

	.wrap01 ul li:last-child {
		margin-right: 0;
	}

	.wrap01 ul li h5 {
		font-size: 1.8rem;
		font-weight: bold;
		color: #dd4927;
		margin: 30px 0 10px;
	}

	.wrap02 h5 {
		display: block;
		background-color: #eff2f5;
		font-weight: bold;
		font-size: 1.8rem;
		padding: 20px 30px;
	}

	.wrap02 .block-wrap p {
		padding: 30px 20px 40px;
	}

	.other-wrap .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.other-wrap .right {
		width: 100%;
	}

	/* 「勧誘方針」ここから */
	.SolicitationPolicy-wrap {
		margin-top: 70px;
	}
	.SolicitationPolicy-title ._text {
		font-size: 2.2rem;
	}
	.SolicitationPolicy-subtitle {
		margin-top: 26px;
	}
	.SolicitationPolicy-lead {
		margin-top: 20px;
		font-size: 1.5rem;
	}
	.SolicitationPolicy-name ._main {
		font-size: 1.6rem;
	}
	.SolicitationPolicy-listWrap {
		margin-top: 28px;
	}
	.SolicitationPolicy-name {
		margin-top: 42px;
	}
	/* 「勧誘方針」ここまで */

	.slick-track {
		margin-bottom: 69px !important;
	}

	.insurance-area {
		margin-top: 40px;
	}

	.insurance-area li {
		margin-right: 0%;
	}

	.insurance-area li h5 {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.insurance-area li:nth-child(1) {
		margin-bottom: 30px;
	}

	.mt40 {
		margin-top: 20px;
	}

	.mt91 {
		margin-top: 20px;
	}

	.contact-wrap {
		float: none;
		display: table;
		margin: 0 auto;
	}

	.contact-wrap .tel-icon {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	.contact-wrap .tel-icon::before {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		content: "";
		display: block;
		height: 25px;
		width: 19px;
		position: absolute;
		background: url(../images/other/icon_tel.png);
		background-repeat: repeat;
		background-repeat: no-repeat;
	}

	.contact-wrap .tel-info .tel-num {
		font-size: 2.4rem;
	}

	.slick-track {
		margin-bottom: 58px !important;
	}

	footer {
		margin-top: 0px;
	}
}

/*  SP // */

@media screen and (max-width: 320px) {
	.slick-dots {
		top: 79% !important;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 19px;
	}
}

/* ====================================================================================
         ipad時
  ==================================================================================== */
/* 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	.slick-track img {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.ttl-area ul li img {
		width: 45%;
		margin-bottom: 10px;
	}

	.other-area img {
		display: block;
		margin: 0 auto;
	}

	.insurance-area li:nth-child(1) {
		margin-right: 52px;
	}
}

/* 横 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* ====================================================================================
         プリント
  ==================================================================================== */
@media print {
	body {
		overflow-x: visible !important;
		overflow-y: visible !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		-webkit-print-color-adjust: exact;
	}

	header,
	footer,
	.header-wrap,
	.pankuzu,
	.footer-info-area,
	.sec04,
	.sec05 {
		display: none !important;
	}

	.ef-fadeup {
		opacity: 1 !important;
	}

	.ttl-area h3 {
		font-size: 1.8rem;
	}

	.en {
		font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ",
			"ＭＳ ゴシック", sans-serif;
	}

	.slick-arrow {
		display: none;
	}

	.ttl-area h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.ttl-area {
		padding: 30px 20px;
		font-size: 1.4rem;
	}

	.ttl-area ul li:nth-child(1) {
		width: 20%;
	}

	.advertising-area .container {
		margin-bottom: 110px;
		background-color: #fff;
		padding: 40px 20px;
	}

	.cp_tab > label {
		width: 32%;
	}

	.cp_tab > input:first-child + label::before {
		height: 26px;
		width: 26px;
		left: 10%;
	}

	.cp_tab > input:nth-child(3) + label::before {
		left: 10%;
		height: 34px;
		width: 37px;
	}

	.cp_tab > input:nth-child(5) + label::before {
		left: 10%;
		height: 24px;
		width: 24px;
	}

	.other-area h3 {
		font-size: 2rem;
		margin-bottom: 0;
	}

	.contbus-area .container {
		margin-bottom: 110px;
		background-color: #fff;
		padding: 40px 20px;
	}

	.contbus-area {
		padding: 20px 0 30px;
	}

	.contbus-wrap {
		padding: 20px 0 50px;
	}

	.other-wrap .left {
		max-width: 430px;
		width: 100%;
		margin: 0 auto;
	}

	.other-wrap .right {
		width: 100%;
		position: relative;
		margin-top: 20px;
		font-size: 1.4rem;
	}

	.other-area h4 {
		font-size: 1.8rem;
		padding-bottom: 10px;
		margin: 30px 0 20px;
	}

	.work-wrap {
		padding: 30px 0;
	}

	.slider-area {
		width: 100%;
	}

	.slider-area img {
		width: 100% !important;
	}

	/*.slick-dots {
		display: none!important;
	}*/
	.slick-track {
		margin-bottom: 80px !important;
	}

	.slick-track {
		margin-bottom: 0px !important;
	}

	.slider-area iframe,
	.slider-area img {
		width: 100%;
	}

	.other-area {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.other-area.area01 p {
		font-size: 1.4rem;
	}

	.other-area .container {
		padding: 10px 20px 0px;
		margin-bottom: 0;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 76px;
	}

	.slick-dots {
		bottom: -85px;
	}

	.ttl-area ul li img {
		width: 60%;
	}
}
