@use "sass:math";
@-webkit-keyframes animate-panel {
	0% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
	49% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	50% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
}
@keyframes animate-panel {
	0% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
	49% {
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	50% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1)
	}
	100% {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1)
	}
}
@-webkit-keyframes animate-content {
	0% {
		visibility: hidden
	}
	49% {
		visibility: hidden
	}
	50% {
		visibility: visible
	}
	100% {
		visibility: visible
	}
}
@keyframes animate-content {
	0% {
		visibility: hidden
	}
	49% {
		visibility: hidden
	}
	50% {
		visibility: visible
	}
	100% {
		visibility: visible
	}
}
@-webkit-keyframes stickyShow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes stickyShow {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes stickyHide {
	0% {
		-webkit-transform: none;
		transform: none
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
@keyframes stickyHide {
	0% {
		-webkit-transform: none;
		transform: none
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}
.content {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.7;
	max-width: none;
	color: #000;
	padding-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.nav--01, .nav--01:hover {
	color: #0a357a !important;
	box-shadow: 0 -3px #0a357a inset !important;
}
.inner {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 0 16px
	}
}
@media screen and (min-width: 769px) {
	.content {
		padding: 0
	}
}
.localnavi p a img {
	width: 104px
}
@media screen and (max-width: 768px) {
	.content {
		padding: 0;
		line-height: 1.5;
		font-size: 1.4rem
	}
	.side-btn {
		display: none
	}
}
.grid-inner {
	width: 90.625%;
	margin: auto
}
@media screen and (min-width: 769px) {
	.grid-inner {
		width: 100%;
		padding: 0 10px;
		margin: auto;
		max-width: 1170px
	}
}
@media screen and (min-width: 769px) {
	.layout-col2-inner {
		position: relative;
		display: flex;
		width: 100%;
		padding: 0 10px;
		margin: auto;
		max-width: 1170px
	}
}
.layout-col2-contents {
	position: relative
}
@media screen and (min-width: 769px) {
	.layout-col2-contents {
		width: 744px;
		padding-right: 54px
	}
}
@media screen and (min-width: 769px) {
	.layout-col2-aside {
		width: 252px
	}
}
.layout-col2-aside-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	z-index: 1
}
@media screen and (min-width: 769px) {
	.button-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center
	}
}
@media screen and (min-width: 769px) {
	.button-wrap .button-round {
		margin: 0 12px
	}
}
.button-wrap .button-round:not(:last-child) {
	margin-bottom: 5.17241%
}
@media screen and (min-width: 769px) {
	.button-wrap .button-round:not(:last-child) {
		margin-bottom: 0
	}
}
.button-round a {
	position: relative;
	width: 327px;
	margin: auto;
	display: block;
	text-align: center;
	border-radius: 35px;
	background: linear-gradient(90deg, #e4004f 0%, #921f56 100%);
	padding: 27px 37px
}
@media screen and (max-width: 768px) {
	.button-round a {
		width: 75.86207%;
		border-radius: 50px;
		padding: 18px 15px
	}
}
@media (hover: hover) {
	.button-round a {
		transition: opacity .2s ease-in-out
	}
	.button-round a:hover {
		opacity: 0.7
	}
}
.button-round a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto
}
@media screen and (max-width: 768px) {
	.button-round a::after {
		right: 14px;
		border-width: 4.5px 0 4.5px 6px
	}
}
.button-round a span {
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1em;
	letter-spacing: 0em
}
@media screen and (max-width: 768px) {
	.button-round a span {
		font-size: 1.3rem;
		line-height: 1.07692em;
		letter-spacing: 0em
	}
}
@media (hover: hover) {
	.button-round a span {
		transition: color .2s ease-in-out
	}
}
.about {
	padding-top: 80px;
	padding-bottom: 85px
}
@media screen and (max-width: 768px) {
	.about {
		padding: 50px 0
	}
}
.about-conts {
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	text-align: center
}
@media screen and (max-width: 768px) {
	.about-conts {
		padding: 0 15px
	}
}
@media screen and (max-width: 768px) {
	.about-conts {
		margin: 0 auto;
		text-align: left
	}
}
.about-heading {
	margin-bottom: 25px;
	letter-spacing: -0.02em;
	font-weight: bold;
	font-size: 45px;
	white-space: nowrap
}
.about-heading span {
	font-weight: bold;
	position: relative
}
.about-heading span:before {
	content: "";
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #259fcc
}
@media screen and (max-width: 768px) {
	.about-heading span:before {
		height: 2px;
		bottom: -2px
	}
}
.about-heading span:nth-of-type(1) {
	color: #259fcc
}
.about-heading span:nth-of-type(2):before {
	width: 93%
}
@media screen and (max-width: 768px) {
	.about-heading {
		margin-bottom: 26px;
		text-align: center;
		font-size: 27px;
		line-height: 1.48148
	}
}
.about-lead {
	margin-bottom: 30px;
	margin-left: 50px
}
@media screen and (max-width: 768px) {
	.about-lead {
		font-size: 16px;
		text-align: center;
		line-height: 1.5;
		margin-left: 0;
		margin-bottom: 19px
	}
}
.about-lead span {
	color: #1951a2;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	font-style: normal
}
.about-lead span else {
	font-weight: 500
}
.about-lead sup {
	font-size: 50%;
	vertical-align: top
}
.about-desc {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.72727;
	margin-bottom: 15px;
	letter-spacing: -0.02em
}
@media screen and (max-width: 768px) {
	.about-desc {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 30px;
		letter-spacing: 0.04em;
		text-align: center
	}
}
.about-desc span {
	font-weight: bold;
	color: #259fcc
}
@media screen and (max-width: 768px) {
	.about-desc span {
		font-size: 16px
	}
}
.about-desc span sup {
	font-size: 50%;
	vertical-align: top
}
.about-text {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.8125;
	margin-bottom: 20px
}
@media screen and (max-width: 768px) {
	.about-text {
		font-size: 13px
	}
	.about-text br {
		display: none
	}
}
.about-note {
	font-size: 11px
}
@media screen and (max-width: 768px) {
	.about-note {
		font-size: 10px
	}
}
.about-wrap {
	max-width: 1050px;
	margin: 0 auto;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	padding: 50px 80px 60px;
	text-align: center
}
@media screen and (max-width: 768px) {
	.about-wrap {
		padding: 15px 7px
	}
}
.info {
	padding: 70px 0;
	background-image: url(../img/info-bg.jpg);
	background-size: cover
}
@media screen and (max-width: 768px) {
	.info {
		padding: 50px 0
	}
}
.info-inner {
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.info-inner {
		padding: 0 15px
	}
}
@media screen and (max-width: 768px) {
	.info-inner {
		padding: 0px 30px 0px 30px
	}
}
.info-conts {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.info-conts {
		display: block
	}
}
.info-conts__item {
	width: 48.42105%;
	padding: 40px 0 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 10px
}
@media screen and (max-width: 768px) {
	.info-conts__item {
		width: 100%;
		display: block;
		margin-bottom: 20px;
		padding: 20px
	}
}
.info-conts__item .icon {
	text-align: center;
	width: 100%
}
.info-conts__item .icon img {
	height: 53px
}
@media screen and (max-width: 768px) {
	.info-conts__item .icon img {
		height: 40px
	}
}
.info-conts__item .text {
	font-size: 24px;
	text-align: center;
	padding: 32px 0;
	width: 100%
}
@media screen and (max-width: 768px) {
	.info-conts__item .text {
		font-size: 16px;
		padding: 20px 0
	}
}
.info-conts__item .btn {
	width: 325px;
	height: 70px;
	height: 50px;
	width: 275px
}
@media screen and (max-width: 768px) {
	.info-conts__item .btn {
		width: 220px;
		height: 50px
	}
}
.info-conts__item .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f5b431;
	border-radius: 36px
}
@media screen and (max-width: 768px) {
	.info-conts__item .btn a {
		border-radius: 25px
	}
}
.info-conts__item .btn a:hover {
	opacity: 0.6;
	transition: all 0.3s
}
.info-conts__item .btn a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	display: block;
	right: 26px;
	top: 50%;
	margin-top: -4px
}
@media screen and (max-width: 768px) {
	.info-conts__item .btn a:before {
		border-width: 3.5px 0 3.5px 5px;
		right: 15px;
		margin-top: -2px
	}
}
.info-conts__item .btn a span {
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: -1px
}
@media screen and (max-width: 768px) {
	.info-conts__item .btn a span {
		font-size: 13px
	}
}
.info-conts__item .btn a span {
	font-size: 15px;
	letter-spacing: -0.01em
}
.info-conts__item .btn a:before {
	right: 20px
}
@media screen and (max-width: 768px) {
	.info-conts__item .btn {
		width: 185px;
		height: 30px;
		margin: 0 auto
	}
	.info-conts__item .btn a {
		margin: 0 auto
	}
	.info-conts__item .btn a span {
		font-size: 11px
	}
}
.mainvis {
	overflow: hidden;
	position: relative;
	background: #259fcc;
	padding-bottom: 70px
}
.mainvis:before {
	content: "";
	width: 532px;
	height: 619px;
	display: block;
	position: absolute;
	background-image: url(../img/mainvis-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	left: 0;
	top: 0
}
@media screen and (max-width: 768px) {
	.mainvis:before {
		width: 270px;
		height: 350px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-top: -20px
	}
}
@media screen and (min-width: 769px) {
	.mainvis {
		min-height: 450px
	}
}
@media screen and (max-width: 768px) {
	.mainvis {
		min-height: auto;
		height: auto;
		padding-top: 0;
		padding-bottom: 0
	}
}
.mainvis-inner {
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	margin: 0 auto;
	position: relative;
	max-width: 1250px
}
@media screen and (max-width: 768px) {
	.mainvis-inner {
		padding: 0 15px
	}
}
.mainvis-conts {
	padding-top: 135px;
	margin-left: 20px;
	position: relative
}
@media screen and (max-width: 1000px) {
	.mainvis-conts {
		width: auto;
		margin: 0 auto;
		padding-top: 60px
	}
}
@media screen and (max-width: 768px) {
	.mainvis-conts {
		width: 100%;
		padding-top: 40px
	}
}
.mainvis-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background-image: url(../img/mainvis-img.jpg);
	background-size: cover;
	background-position: center
}
@media screen and (max-width: 768px) {
	.mainvis-image {
		position: relative;
		left: 0;
		width: 100%;
		height: 200px
	}
}
.mainvis-title {
	width: 226px;
	text-align: left;
	margin-bottom: 20px
}
@media screen and (max-width: 768px) {
	.mainvis-title {
		width: 145px;
		margin: 0 auto 15px
	}
}
.mainvis-lead {
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.8823529412em;
	letter-spacing: 0.05em;
	margin-bottom: 28px;
	color: #fff;
	text-align: left
}
@media screen and (max-width: 768px) {
	.mainvis-lead {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.69231;
		letter-spacing: 0;
		margin-bottom: 15px;
		text-align: center
	}
}
.mainvis-btn {
	font-size: 16px;
	font-weight: bold;
	background: #f5b431;
	text-align: center;
	width: 230px;
	position: relative;
	border-radius: 30px;
	transition: opacity ease-in-out .3s
}
@media screen and (max-width: 768px) {
	.mainvis-btn {
		font-size: 11px;
		width: 180px;
		margin: 0 auto 45px
	}
}
.mainvis-btn:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -4px
}
.mainvis-btn a {
	padding: 10px 40px 10px 30px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block
}
.mainvis-btn:hover {
	opacity: .7
}
.point {
	padding-top: 60px;
	padding-bottom: 90px;
	background: #f1f4f8
}
@media screen and (max-width: 768px) {
	.point {
		padding: 50px 0
	}
}
.point-conts {
	text-align: center
}
@media screen and (max-width: 768px) {
	.point-conts {
		margin: 0 auto;
		text-align: left;
		max-width: 1150px;
		box-sizing: border-box;
		padding: 0 50px;
		margin: 0 auto
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	.point-conts {
		padding: 0 15px
	}
}
.point-heading {
	font-size: 34px;
	margin-bottom: 34px;
	font-weight: bold;
	position: relative;
	white-space: nowrap
}
.point-heading span {
	color: #1951a2;
	font-weight: bold
}
@media screen and (max-width: 768px) {
	.point-heading {
		margin-bottom: 26px;
		text-align: center;
		font-size: 24px
	}
}
.point-lead {
	margin-bottom: 40px;
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 1.8125
}
@media screen and (max-width: 768px) {
	.point-lead {
		font-size: 13px;
		text-align: center;
		line-height: 1.5;
		margin-left: 0;
		margin-bottom: 19px;
		text-align: left;
		padding: 0 20px
	}
}
.point-lead span:nth-of-type(1), .point-lead span:nth-of-type(2) {
	color: #1951a2;
	font-family: "Poppins", sans-serif;
	font-style: normal
}
.point-lead span:nth-of-type(1) else, .point-lead span:nth-of-type(2) else {
	font-weight: 500
}
.point-lead sup {
	font-size: 50%;
	vertical-align: top
}
.point-desc {
	font-size: 16px;
	line-height: 1.8125;
	margin-bottom: 85px
}
@media screen and (max-width: 768px) {
	.point-desc {
		font-size: 13px;
		line-height: 1.69231;
		margin-bottom: 19px
	}
}
.point-desc span {
	font-weight: bold;
	color: #1951a2
}
@media screen and (max-width: 768px) {
	.point-desc span {
		font-size: 13px
	}
}
.point-desc span sup {
	font-size: 50%;
	vertical-align: top
}
.point-btn-list {
	display: flex;
	justify-content: center;
	max-width: 1150px;
	margin: 0 auto 77px;
	flex-wrap: wrap
}
@media screen and (max-width: 768px) {
	.point-btn-list {
		display: block;
		margin-bottom: 45px
	}
}
.point-btn-item {
	margin: 3px;
	background: #39a7d0;
	width: 283px;
	text-align: left;
	position: relative;
	transition: opacity .3s ease-in-out
}
@media screen and (max-width: 768px) {
	.point-btn-item {
		width: 100%;
		margin: 0 auto 10px
	}
}
.point-btn-item a {
	padding: 23px 0 24px 80px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%
}
@media screen and (max-width: 768px) {
	.point-btn-item a {
		padding-left: 80px;
		font-weight: bold
	}
}
.point-btn-item:hover {
	opacity: .7
}
@media screen and (max-width: 768px) {
	.point-btn-item:hover {
		opacity: 1
	}
}
.point-btn-item:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 46px;
	height: 53px;
	background-size: 100%;
	background-repeat: no-repeat
}
@media screen and (max-width: 768px) {
	.point-btn-item:before {
		width: 37px;
		height: 43px
	}
}
.point-btn-item:after {
	content: "";
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.point-btn-item:nth-of-type(1):before {
	background-image: url(../img/point01-btn.png)
}
.point-btn-item:nth-of-type(2):before {
	background-image: url(../img/point02-btn.png)
}
.point-btn-item:nth-of-type(3):before {
	background-image: url(../img/point03-btn.png)
}
.point-btn-item:nth-of-type(4):before {
	background-image: url(../img/point04-btn.png)
}
.point-btn-item:nth-of-type(5):before {
	background-image: url(../img/point05-btn.png)
}
.point-btn-item:nth-of-type(6):before {
	background-image: url(../img/point06-btn.png)
}
.point-btn-item:nth-of-type(7):before {
	background-image: url(../img/point07-btn.png)
}
.point-btn-item a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5
}
.point-btn-item span {
	font-size: 12px;
	letter-spacing: -0.01em
}
.point-tab01 .point-btn-item {
	margin: 3px;
	width: 283px;
	transition: opacity .3s ease-in-out
}
.point-tab01 .point-btn-item:nth-of-type(1) {
	margin-left: 0
}
.point-tab01 .point-btn-item:nth-of-type(4) {
	margin-right: 0
}
@media screen and (max-width: 768px) {
	.point-tab01 .point-btn-item {
		width: 100%;
		margin: 0 auto 10px
	}
}
.point-tab02 .point-btn-item {
	margin: 3px;
	width: 379px;
	transition: opacity .3s ease-in-out
}
.point-tab02 .point-btn-item:nth-of-type(1) {
	margin-left: 0
}
.point-tab02 .point-btn-item:nth-of-type(3) {
	margin-right: 0
}
@media screen and (max-width: 1148px) {
	.point-tab02 .point-btn-item:nth-of-type(3) {
		margin-left: 0;
		margin-right: 3px
	}
}
@media screen and (max-width: 768px) {
	.point-tab02 .point-btn-item {
		margin: 0 auto 10px;
		width: 100%
	}
}
.point-tab03 .point-heading {
	margin-bottom: 10px
}
.point-tab03 .point-lead {
	margin-bottom: 50px
}
.point-contents {
	max-width: 1150px;
	background: #fff;
	margin: 0 auto 20px;
	padding: 65px 100px
}
@media screen and (max-width: 768px) {
	.point-contents {
		padding: 40px 20px 45px;
		text-align: center;
		margin-bottom: 45px
	}
}
.point-contents-title {
	padding-left: 67px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.4
}
@media screen and (max-width: 768px) {
	.point-contents-title {
		font-size: 18px;
		line-height: 1.33333;
		text-align: left;
		display: inline-block;
		padding-left: 65px
	}
}
.point-contents-title span {
	font-size: 21px;
	letter-spacing: 0
}
@media screen and (max-width: 768px) {
	.point-contents-title span {
		font-size: 10px
	}
}
.point-contents-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 47px;
	height: 53px;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -5px
}
.point-contents-title:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #259fcc;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -8px
}
@media screen and (max-width: 768px) {
	.point-contents-title:after {
		height: 2px;
		margin-bottom: -10px
	}
}
.point-contents01 .point-contents-title:before, .point-contents08 .point-contents-title:before {
	background-image: url(../img/point01-tag.png)
}
.point-contents02 .point-contents-title:before, .point-contents09 .point-contents-title:before {
	background-image: url(../img/point02-tag.png)
}
.point-contents03 .point-contents-title:before, .point-contents10 .point-contents-title:before {
	background-image: url(../img/point03-tag.png)
}
.point-contents04 .point-contents-title:before, .point-contents11 .point-contents-title:before {
	background-image: url(../img/point04-tag.png)
}
.point-contents05 .point-contents-title:before, .point-contents12 .point-contents-title:before {
	background-image: url(../img/point05-tag.png)
}
.point-contents06 .point-contents-title:before {
	background-image: url(../img/point06-tag.png)
}
.point-contents07 .point-contents-title:before {
	background-image: url(../img/point07-tag.png)
}
.point-contents08 {
	padding-top: 44px
}
@media screen and (max-width: 768px) {
	.point-contents08 {
		padding-top: 40px
	}
}
.point-contents08 .point-contents-title:before {
	background-image: url(../img/point01-tag.png)
}
.point-contents10 .point-contents-image-wrapper {
	padding: 0
}
.point-contents-text {
	text-align: left;
	font-size: 16px;
	line-height: 1.8125;
	margin-bottom: 40px
}
@media screen and (max-width: 768px) {
	.point-contents-text {
		width: 100%;
		font-size: 13px;
		margin-bottom: 25px
	}
	.point-contents-text .pc {
		display: none
	}
}
.point-contents-text a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	letter-spacing: 0;
	color: #1951a2;
	margin-bottom: 25px
}
.point-contents-text a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #1951a2;
	position: absolute;
	display: block;
	right: -16px;
	top: 50%;
	margin-top: -4px
}
.point-contents-text a:before {
	content: '';
	width: 107%;
	height: 1px;
	background: #1951a2;
	position: absolute;
	bottom: 0;
	left: 0
}
.point-contents-text.hasnext {
	margin-bottom: 15px
}
.point-contents-image-wrapper {
	background: #f5f5f5;
	padding: 40px 30px 45px
}
@media screen and (max-width: 768px) {
	.point-contents-image-wrapper {
		padding: 15px
	}
}
.point-contents-image.point03 {
	width: 590px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.point-contents-image.point03 {
		width: 100%
	}
}
.point-contents-image.point06 {
	max-width: 852px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.point-contents-image.point06 {
		width: 100%
	}
}
.point-contents-image.point07 {
	max-width: 619px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.point-contents-image.point07 {
		width: 100%
	}
}
.point-contents-image-text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.78571;
	margin-top: 30px
}
@media screen and (max-width: 768px) {
	.point-contents-image-text {
		font-size: 10px;
		text-align: left
	}
	.point-contents-image-text br {
		display: none
	}
}
.point-contents-image-text.point03 {
	margin-top: 30px
}
.point-contents-accordion {
	margin-top: 40px
}
.point-contents-accordion-title-wrap {
	background: #1951a2;
	padding: 10px 0;
	cursor: pointer
}
.point-contents-accordion-title {
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 17px;
	margin-left: -52px
}
.point-contents-accordion-btn {
	margin-right: -50px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.point-contents-accordion-btn span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 12px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.point-contents-accordion-btn span:nth-of-type(2) {
	transition: -webkit-transform ease-in-out .3s;
	transition: transform ease-in-out .3s;
	transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s
}
.point-contents-accordion-btn.is-close span:nth-of-type(2) {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}
.point-contents-accordion-body {
	border: 2px solid #1951a2;
	text-align: left;
	display: none
}
.point .accordion-list {
	display: flex;
	align-items: center;
	min-height: 120px
}
.point .accordion-list:nth-of-type(even) {
	background: #f5f5f5
}
@media screen and (max-width: 768px) {
	.point .accordion-list {
		display: block;
		padding: 20px 10px
	}
}
.point .accordion-title {
	width: 18.26087%;
	padding-left: 5.65217%;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5625
}
@media screen and (max-width: 768px) {
	.point .accordion-title {
		width: 100%;
		padding: 0;
		margin-bottom: 5px
	}
	.point .accordion-title br {
		display: none
	}
}
.point .accordion-text {
	width: 77.82609%;
	padding-left: 6.08696%;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0
}
@media screen and (max-width: 768px) {
	.point .accordion-text {
		padding: 0;
		width: 100%
	}
}
.point .point-contents-theme, .point .point-contents-solution {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 20px
}
.point .point-contents-theme {
	border: 2px solid #e6e6e6;
	padding: 25px 30px 25px 0
}
@media screen and (max-width: 768px) {
	.point .point-contents-theme {
		display: block;
		padding: 15px
	}
}
.point .point-contents-solution {
	padding: 35px 30px 35px 0;
	background: #e9f5fa;
	margin-bottom: 40px
}
@media screen and (max-width: 768px) {
	.point .point-contents-solution {
		display: block;
		padding: 15px
	}
}
.point .theme-title, .point .solution-title {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.27273;
	font-weight: bold;
	color: #1951a2;
	text-align: center;
	width: 18.18182%;
	position: relative
}
@media screen and (max-width: 768px) {
	.point .theme-title, .point .solution-title {
		width: 100%;
		margin: 0 auto 20px;
		padding-bottom: 20px
	}
	.point .theme-title br, .point .solution-title br {
		display: none
	}
}
.point .solution-title:after {
	height: 160px
}
@media screen and (max-width: 768px) {
	.point .solution-title:after {
		height: 2px
	}
}
.point .theme-detail-wrap {
	width: 77.72727%;
	text-align: left;
	position: relative
}
@media screen and (max-width: 768px) {
	.point .theme-detail-wrap {
		width: 100%
	}
}
.point .theme-detail-wrap:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 52%;
	left: 0;
	margin-left: -42px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
	.point .theme-detail-wrap:after {
		width: 100%;
		height: 2px;
		top: 0;
		left: 0;
		right: 0;
		margin: -25px auto 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.point .solution-detail-wrap {
	width: 76.36364%;
	text-align: left;
	position: relative
}
@media screen and (max-width: 768px) {
	.point .solution-detail-wrap {
		width: 100%
	}
}
.point .solution-detail-wrap:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	position: absolute;
	top: 51%;
	left: 0;
	margin-left: -54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
	.point .solution-detail-wrap:after {
		width: 100%;
		height: 2px;
		top: 0;
		left: 0;
		right: 0;
		margin: -25px auto 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.point .theme-detail, .point .solution-detail {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 1.5625;
	position: relative
}
@media screen and (max-width: 768px) {
	.point .theme-detail, .point .solution-detail {
		font-size: 13px;
		padding-left: 18px
	}
	.point .theme-detail br, .point .solution-detail br {
		display: none
	}
}
.point .theme-detail {
	padding-left: 5px
}
.point .theme-detail.last {
	margin-bottom: 0
}
@media screen and (max-width: 768px) {
	.point .theme-detail {
		padding-left: 14px
	}
}
.point .theme-detail:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	height: 7px;
	background-color: #1951a2;
	margin-left: -10px;
	margin-top: 10px
}
@media screen and (max-width: 768px) {
	.point .theme-detail:before {
		margin-left: 0px;
		margin-top: 7px
	}
}
.point .solution-detail {
	padding-left: 15px;
	margin-bottom: 16px
}
.point .solution-detail.last {
	margin-bottom: 0
}
@media screen and (max-width: 768px) {
	.point .solution-detail {
		padding-left: 24px
	}
}
.point .solution-detail:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/point-solution-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 23.5px;
	height: 22px;
	margin-left: -19px;
	margin-top: 2px
}
@media screen and (max-width: 768px) {
	.point .solution-detail:before {
		width: 20px;
		height: 20px;
		margin-left: 0;
		margin-top: 1px
	}
}
.point-case-wrap {
	max-width: 1150px;
	box-sizing: border-box;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 0 100px;
	text-align: center;
	margin: 0 auto 60px
}
@media screen and (max-width: 768px) {
	.point-case-wrap {
		padding: 0 15px
	}
}
@media screen and (max-width: 768px) {
	.point-case-wrap {
		display: block
	}
}
.point-case-item {
	width: 31.05263%;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 768px) {
	.point-case-item {
		width: 100%;
		margin-bottom: 40px
	}
}
.point-case-item:nth-of-type(1) .point-case-logo {
	width: 157px;
	padding: 32px 0
}
@media screen and (max-width: 768px) {
	.point-case-item:nth-of-type(1) .point-case-logo {
		width: 128px;
		padding: 20px 0
	}
}
.point-case-item:nth-of-type(2) {
	margin: 0 2.63158%
}
@media screen and (max-width: 768px) {
	.point-case-item:nth-of-type(2) {
		margin: 0 auto
	}
}
.point-case-item:nth-of-type(2) .point-case-logo {
	width: 165px;
	padding: 12px 0
}
@media screen and (max-width: 768px) {
	.point-case-item:nth-of-type(2) .point-case-logo {
		width: 117px;
		padding: 15px 0
	}
}
.point-case-item:nth-of-type(3) .point-case-logo {
	width: 132px;
	padding: 20px 0
}
@media screen and (max-width: 768px) {
	.point-case-item:nth-of-type(3) .point-case-logo {
		width: 89px;
		padding: 20px 0
	}
}
.point-case-image {
	margin-bottom: 25px
}
@media screen and (max-width: 768px) {
	.point-case-image {
		margin-bottom: 20px
	}
}
.point-case-title {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.70588;
	margin-bottom: 10px
}
.point-case-text {
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 1.71429;
	min-height: 70px
}
@media screen and (max-width: 768px) {
	.point-case-text {
		min-height: auto
	}
}
.point-case-logo {
	margin: 0 auto
}
.point-case-info {
	font-size: 13px;
	letter-spacing: 0;
	background: #eff0f0;
	padding: 2px 0;
	margin-bottom: 15px
}
.point-case-info span {
	font-weight: bold
}
@media screen and (max-width: 768px) {
	.point-case-info {
		font-size: 11px;
		padding: 10px 0
	}
}
.point-case-link {
	margin-bottom: 25px
}
.point-case-link a {
	display: inline-block;
	position: relative;
	color: #1951a2;
	font-size: 15px;
	letter-spacing: -0.04em;
	padding-right: 1.5em;
	transition: opacity ease-in-out .3s
}
@media screen and (max-width: 768px) {
	.point-case-link a {
		font-size: 13px;
		margin-bottom: 30px
	}
}
.point-case-link a:hover {
	opacity: .7
}
.point-case-link a:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #1951a2;
	margin-bottom: -5px
}
.point-case-link a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #1951a2;
	position: absolute;
	display: block;
	right: 2px;
	top: 50%;
	margin-top: -4px
}
.point-case-btn {
	text-align: center
}
.point-case-btn a {
	border-radius: 40px;
	display: inline-block;
	padding: 20px 80px;
	border: 2px solid #1951a2;
	position: relative;
	color: #1951a2;
	transition: all ease-in-out .3s
}
.point-case-btn a:hover {
	background: #1951a2;
	color: #fff
}
.point-case-btn a:hover:after {
	transition: all ease-in-out .3s;
	border-color: transparent transparent transparent #fff
}
.point-case-btn a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #1951a2;
	position: absolute;
	display: block;
	right: 30px;
	top: 50%;
	margin-top: -4px
}
.point-tab-bottom {
	margin-top: 40px
}
.point-tab-bottom .tab-bottom {
	width: 100%;
	height: 20px;
	background: #f1f4f8
}
.tab-body {
	display: none
}
.tab-body.is-active {
	display: block
}
.tab {
	max-width: 1150px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.tab {
		padding: 0 15px
	}
}
.tab-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}
.tab-item {
	width: 33%;
	text-align: center;
	border-top: 4px solid #fff;
	padding: 21px 0 25px;
	background: #bfbfbf;
	cursor: pointer;
	transition: opacity .3s ease-in-out;
	font-size: 18px;
	font-weight: bold;
	line-height: -.01em;
	display: flex;
	align-items: center;
	justify-content: center
}
.tab-item p {
	font-size: 18px;
	font-weight: bold;
	line-height: -.01em;
	color: #fff
}
.tab-item:hover {
	opacity: .7
}
.tab-item.is-active {
	padding: 25px 0;
	background: #f1f4f8;
	border-top: 4px solid #1951a2
}
.tab-item.is-active p {
	color: #1951a2
}
@media screen and (max-width: 768px) {
	.tab-item.is-active {
		padding: 0
	}
}
@media screen and (max-width: 768px) {
	.tab-item {
		width: 32%;
		min-height: 80px;
		padding: 0
	}
	.tab-item p {
		font-size: 12px
	}
}
@media screen and (min-width: 769px) {
	br.sp {
		display: inline
	}
}
@media screen and (max-width: 768px) {
	br.sp {
		display: none
	}
}
@media screen and (min-width: 769px) {
	br.sp {
		display: none
	}
}
@media screen and (max-width: 768px) {
	br.sp {
		display: inline
	}
}