@charset "utf-8";
.mt-0 {
	margin-top: 0!important
}
.mb-0 {
	margin-bottom: 0!important
}
.mr-0 {
	margin-right: 0!important
}
.ml-0 {
	margin-left: 0!important
}

@media (max-width:767px) {
.mb-50 {
	margin-bottom: 25px!important
}
.mt-50 {
	margin-top: 25px!important
}
}

@media (min-width:768px) {
.mb-50 {
	margin-bottom: 37.5px!important
}
.mt-50 {
	margin-top: 37.5px!important
}
}

@media (min-width:992px) {
.mb-50 {
	margin-bottom: 50px!important
}
.mt-50 {
	margin-top: 50px!important
}
}

@media (max-width:767px) {
.d-sp {
	display: block
}
.d-sp-tab-i {
	display: inline
}
.d-tab-i {
	display: none
}
.d-tab-pc-i {
	display: none
}
}

@media (min-width:768px) {
.d-sp {
	display: block
}
.d-tab-i {
	display: inline
}
.d-sp-tab-i {
	display: inline
}
.d-tab-pc-i {
	display: inline
}
}

@media (min-width:992px) {
.d-tab-i {
	display: none
}
.d-sp-tab-i {
	display: none
}
}
.bg-gray-01 {
	background-color: #e9e9e9
}
.bg-blue-01 {
	background-color: #6ed5ff
}
.bd-gray-01 {
	border: 1px solid #c4c4c4
}
.bd-b-gray-01 {
	border-bottom: 1px solid #c4c4c4
}
.bd-t-gray-01 {
	border-top: 1px solid #c4c4c4
}

@media (max-width:767px) {
.bd-blue {
	border: 1px solid #6ed5ff
}
}

@media (min-width:768px) {
.bd-blue {
	border: 2px solid #6ed5ff
}
}
.bd-t-none {
	border-top: none!important
}
.bd-r-none {
	border-right: none!important
}
.bd-l-none {
	border-left: none!important
}
.bd-b-none {
	border-bottom: none!important
}
.txt {
	padding-bottom: 2em
}
.txt-02 {
	padding-bottom: 1em
}
.txt-bold {
	font-weight: 700
}
.txt-blue {
	color: #00aae7
}
.txt-link {
	color: #00aae7
}
.txt-link:hover {
	text-decoration: underline
}
.txt-indent-01 {
	padding-left: 1em;
	text-indent: -1em
}
.txt-indent-02 {
	padding-left: 2em;
	text-indent: -2em
}
.txt-indent-03 {
	padding-left: 2.7em;
	text-indent: -2.7em
}

@media (min-width:768px) {
.w-400 {
	width: 400px;
	margin-left: auto;
	margin-right: auto
}
.w-520 {
	width: 520px;
	margin-left: auto;
	margin-right: auto
}
.w-600 {
	width: 600px;
	margin-left: auto;
	margin-right: auto
}
}
.btn {
	display: block;
	padding: 18px 10px;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	position: relative;
	transition: background-color linear .3s, color linear .3s;
	font-weight: 700
}
.btn:hover {
	text-decoration: none
}

@media (min-width:768px) {
.btn {
	padding: 22px 20px
}
.btn:after {
	right: 15px!important
}
}

@media (min-width:992px) {
.btn {
	padding: 30px
}
.btn:after {
	right: 20px!important
}
}
.btn-02 {
	display: block;
	padding: 18px 20px 18px 10px;
	line-height: 1;
	font-size: 16px;
	text-align: center;
	position: relative;
	transition: background-color linear .3s, color linear .3s;
	font-weight: 700
}
.btn-02:hover {
	text-decoration: none
}

@media (min-width:768px) {
.btn-02 {
	padding: 22px 45px 22px 20px
}
.btn-02:after {
	right: 15px!important
}
}

@media (min-width:992px) {
.btn-02 {
	padding: 30px 60px 30px 30px
}
.btn-02:after {
	right: 20px!important
}
}
.btn-blue-01 {
	background-color: #00aae7;
	color: #fff;
	border: 1px solid #00aae7
}
.btn-blue-01:after {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 16px;
	margin-top: -8px
}
.btn-blue-01:hover {
	background-color: #fff;
	color: #00aae7
}
.btn-blue-02 {
	background-color: #00aae7;
	color: #fff;
	border: 1px solid #00aae7
}
.btn-blue-02:hover {
	background-color: #fff;
	color: #00aae7
}
.btn-white-green-01 {
	position: relative;
	border: 1px solid #6fb92c;
	text-align: center;
	line-height: 1;
	color: #6fb92c;
	/*font-family: "kozuka-gothic-pro", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.btn-white-green-01:hover {
	background-color: #6fb92c;
	color: #fff
}
.btn-white-green-01:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 16px;
	margin-top: -8px
}
.btn-white-gray-01 {
	border: 1px solid #b7b7b7;
	text-align: center;
	line-height: 1;
	color: #b7b7b7;
	/*font-family: "kozuka-gothic-pro", sans-serif*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.btn-white-gray-01:hover {
	background-color: #b7b7b7;
	color: #fff
}

@media (max-width:767px) {
.btnsec li:not(:last-child) {
	margin-bottom: 25px
}
}

@media (min-width:768px) {
.btnsec ul {
	-js-display: flex;
	display: -webkit-flex;
	display: flex
}
.btnsec li {
	width: 32.3333%
}
.btnsec li:not(:last-child) {
	margin-right: 1.5%
}
}

@media (min-width:992px) {
.btnsec li {
	width: 29.166666666667%
}
.btnsec li:not(:last-child) {
	margin-right: 6.25%
}
}

@media (max-width:767px) {
.btnsec-02 li:first-child {
	margin-bottom: 25px
}
}

@media (min-width:768px) {
.btnsec-02 ul {
	-js-display: flex;
	display: -webkit-flex;
	display: flex
}
.btnsec-02 li {
	width: 48%
}
.btnsec-02 li:first-child {
	margin-right: 4%
}
}

@media (min-width:992px) {
.btnsec-02 .inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto
}
.btnsec-02 li {
	width: 400px
}
.btnsec-02 li:first-child {
	margin-right: 100px
}
}
.ttl-bg-blue-01 {
	display: inline-block;
	padding: 10px 20px;
	background-color: #00aae7;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	font-weight: 700
}
.ttl-black-01 {
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1
}

@media (min-width:768px) {
.ttl-black-01 {
	font-size: 30px;
	margin-bottom: 30px
}
}

@media (min-width:992px) {
.ttl-black-01 {
	font-size: 40px;
	margin-bottom: 40px
}
}
.ttl-black-02 {
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

@media (max-width:767px) {
.ttl-black-02 {
	font-size: 25px;
	margin-bottom: 20px
}
}

@media (min-width:768px) {
.ttl-black-02 {
	font-size: 25px;
	margin-bottom: 25px;
	line-height: 1
}
}

@media (min-width:992px) {
.ttl-black-02 {
	font-size: 30px;
	margin-bottom: 30px
}
}

@media (min-width:768px) {
.ttl-column-2 {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	align-items: center
}
.ttl-column-2 .ttl-black-01 {
	white-space: nowrap;
	padding-right: 22.5px
}
.ttl-column-2 p {
	font-size: 16px
}
}

@media (min-width:992px) {
.ttl-column-2 .ttl-black-01 {
	padding-right: 30px
}
}
.ttl-blue-01 {
	margin-bottom: 20px
}
.ttl-blue-01, .ttl-blue-01 a {
	color: #00aae7;
	font-size: 16px
}

@media (min-width:768px) {
.ttl-blue-01 {
	margin-bottom: 22.5px
}
.ttl-blue-01, .ttl-blue-01 a {
	font-weight: 700
}
}

@media (min-width:992px) {
.ttl-blue-01 {
	margin-bottom: 30px
}
}
.ttl-blue-02 {
	color: #00aae7;
	line-height: 1.4;
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

@media (max-width:767px) {
.ttl-blue-02 {
	font-size: 25px;
	color: #00aae7;
	margin-bottom: 15px
}
.map-block .ttl-blue-02 {
	margin-bottom: 20px;
}
}
@media (max-width:360px) {
	.map-block .map-txt span {
		display: block;
	}
}
@media (min-width:768px) {
.ttl-blue-02 {
	font-size: 25px;
	margin-bottom: 22.5px
}
.map-block .ttl-blue-02 {
	margin-bottom: 25px;
}
}

@media (min-width:992px) {
.ttl-blue-02 {
	font-size: 30px;
	margin-bottom: 30px
}
}

.map-block .map-txt {
	margin-bottom: 20px;
}
.ttl-blue-03 {
	text-align: center;
	line-height: 1;
	color: #00aae7;
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

@media (max-width:767px) {
.ttl-blue-03 {
	font-size: 30px;
	margin-bottom: 70px
}
}

@media (min-width:768px) {
.ttl-blue-03 {
	font-size: 30px;
	margin-bottom: 75px
}
}

@media (min-width:992px) {
.ttl-blue-03 {
	font-size: 40px;
	margin-bottom: 100px
}
}

@media (max-width:767px) {
.ttl-wrap-01 {
	margin-bottom: 50px
}
.ttl-wrap-01 h2, .ttl-wrap-01 h3, .ttl-wrap-01 h4 {
	border-left: 1px solid #81deff;
	margin-bottom: 30px;
	padding: 10px 0 10px 20px
}
}

@media (min-width:768px) {
.ttl-wrap-01 {
	border-left: 1px solid #81deff;
	padding: 7.5px 0 7.5px 30px;
	margin-bottom: 37.5px
}
.ttl-wrap-01 > p {
	font-size: 16px
}
}

@media (min-width:992px) {
.ttl-wrap-01 {
	border-left: 2px solid #81deff;
	padding: 10px 0 10px 40px;
	margin-bottom: 50px
}
}
.ttl-bd-blue-01 {
	line-height: 1;
	color: #00aae7;
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

@media (max-width:767px) {
.ttl-bd-blue-01 {
	border-left: 1px solid #81deff;
	padding: 5px 0 5px 20px;
	margin-bottom: 25px;
	font-size: 25px
}
}

@media (min-width:768px) {
.ttl-bd-blue-01 {
	border-left: 1px solid #81deff;
	padding: 7.5px 0 7.5px 30px;
	margin-bottom: 37.5px;
	font-size: 25px
}
}

@media (min-width:992px) {
.ttl-bd-blue-01 {
	border-left: 2px solid #81deff;
	padding: 10px 0 10px 40px;
	margin-bottomm: 50px;
	font-size: 30px
}
}
.ttl-white-01 {
	line-height: 1;
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff
}

@media (max-width:767px) {
.ttl-white-01 {
	font-size: 20px;
	margin-bottom: 15px
}
}

@media (min-width:768px) {
.ttl-white-01 {
	font-size: 25px;
	margin-bottom: 22.5px
}
}

@media (min-width:992px) {
.ttl-white-01 {
	font-size: 30px;
	margin-bottom: 30px
}
}
.ttl-number {
	margin-left: 0!important
}
.icon-ttl-01 {
	display: inline-block
}
.icon-ttl-01 img {
	vertical-align: middle
}
.icon-arrow-none:after {
	content: ""!important
}

@media (max-width:767px) {
.icon-ttl-01 {
	vertical-align: baseline;
	margin-right: 10px
}
.icon-ttl-01 img {
	width: 17.5px;
	margin-top: -3px
}
}

@media (min-width:768px) {
.icon-ttl-01 {
	margin-right: 15px
}
.icon-ttl-01 img {
	width: 25px;
	margin-top: -5px
}
}

@media (min-width:992px) {
.icon-ttl-01 {
	margin-right: 20px
}
.icon-ttl-01 img {
	width: 35px;
	height: 19px
}
}
.icon-number {
	display: inline-block;
	background-color: #6ed5ff;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-left: 0!important
}

@media (max-width:767px) {
.icon-number {
	width: 30px;
	height: 30px;
	margin-right: 20px;
	min-width: 30px;
	line-height: 30px;
	font-size: 20px
}
}

@media (min-width:768px) {
.icon-number {
	width: 45px;
	height: 45px;
	margin-right: 30px;
	line-height: 45px;
	min-width: 45px;
	font-size: 25px
}
}

@media (min-width:992px) {
.icon-number {
	margin-right: 40px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	min-width: 60px;
	font-size: 30px
}
}

@media all and (-ms-high-contrast:none) {
.icon-number {
	line-height: 80px
}
}
.icon-curcle {
	display: block;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	font-weight: 400;
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-left: 0!important
}

@media (max-width:767px) {
.icon-curcle {
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding-top: 6px;
	margin-right: 10px;
	min-width: 30px
}
}

@media (min-width:768px) {
.icon-curcle {
	width: 30px;
	height: 30px;
	font-size: 18px;
	padding-top: 7px;
	margin-right: 15px;
	min-width: 30px
}
}

@media (min-width:992px) {
.icon-curcle {
	width: 40px;
	height: 40px;
	font-size: 20px;
	margin-right: 20px;
	min-width: 40px;
	padding-top: 9px
}
}

@media all and (-ms-high-contrast:none) {
.icon-curcle {
	padding-top: 15px
}
}
.icon-question-01 {
	background-color: #6ed5ff
}
.icon-answer-01 {
	background-color: #6fb92c
}
.icon-check-blue-01 {
	position: relative
}
.icon-check-blue-01:after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-size: 16px;
	position: absolute;
	top: 12px;
	left: 0;
	color: #00aae7;
	font-weight: 700;
	margin-top: -8px;
	line-height: 1
}

@media (max-width:767px) {
.icon-check-blue-01 {
	padding-left: 25px
}
}

@media (min-width:768px) {
.icon-check-blue-01 {
	padding-left: 30px
}
}
.icon-input-select-01 {
	position: relative;
	display: inline-block
}
.input-select-01 {
	width: 100%;
	display: block;
	border: 1px solid #00aae7;
	margin: 0!important;
	font-size: 16px
}
.icon-input-select-01:after {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	color: #00aae7;
	font-weight: 700;
	margin-top: -8px;
	line-height: 1;
	z-index: -1
}
.icon-input-select-01 {
	margin: 0!important
}

@media (max-width:767px) {
.input-select-01 {
	padding: 8px 10px
}
.icon-input-select-01:after {
	right: 15px
}
}

@media (min-width:768px) {
.input-select-01 {
	padding: 15px 20px;
	margin: 0!important
}
.icon-input-select-01:after {
	right: 20px
}
}
table {
	border-collapse: collapse;
	width: 100%
}
.table-gray-01 th {
	background-color: #e9e9e9
}

@media (max-width:767px) {
.table-gray-01 th, .table-gray-01 td {
	padding: 15px;
	display: block
}
	.mynav_entry {
		margin: 0;
		padding: 10px 15px 10px;
	}
}

@media (min-width:768px) {
.table-gray-01 th, .table-gray-01 td {
	padding: 22.5px;
	vertical-align: middle;
	border: 1px solid #c4c4c4
}
.table-gray-01 th {
	white-space: nowrap;
	width: 16.666666666667%
}
.table-gray-01 td {
	width: 83.333333333333%
}
	.mynav_entry {
	margin-left: 16.666666666667%;
	padding: 10px 22.5px 10px;
}
}
.table-gray-02 th {
	background-color: #e9e9e9
}

@media (max-width:767px) {
.table-gray-02 th, .table-gray-02 td {
	display: block;
	padding: 15px 20px
}
}

@media (min-width:768px) {
.table-gray-02 th, .table-gray-02 td {
	border: 1px solid #c4c4c4;
	padding: 22.5px 30px;
	vertical-align: middle
}
.table-gray-02 th {
	width: 25%
}
.table-gray-02 td {
	width: 75%
}
}
.table-blue-01 th {
	background-color: #00aae7;
	color: #fff
}

@media (max-width:767px) {
.table-blue-01 th, .table-blue-01 td {
	padding: 15px;
	display: block
}
}

@media (min-width:768px) {
.table-blue-01 th, .table-blue-01 td {
	padding: 22.5px;
	vertical-align: middle;
	border: 1px solid #c4c4c4
}
.table-blue-01 th {
	white-space: nowrap;
	width: 16.666666666667%
}
.table-blue-01 td {
	width: 83.333333333333%
}
}
.table-blue-gray-01 th {
	border: 1px solid #c4c4c4
}
.table-blue-gray-01 .table-label {
	background-color: #00aae7;
	color: #fff
}
.table-blue-gray-01 th {
	background-color: #e9e9e9
}

@media (max-width:767px) {
.table-blue-gray-01 th, .table-blue-gray-01 td {
	display: block;
	padding: 15px 20px
}
.table-blue-gray-01 th[rowspan="3"] {
	width: 100%
}
}

@media (min-width:768px) {
.table-blue-gray-01 th, .table-blue-gray-01 td {
	border: 1px solid #c4c4c4;
	padding: 22.5px 30px;
	vertical-align: middle
}
.table-blue-gray-01 th {
	white-space: nowrap;
	width: 185px
}
.table-blue-gray-01 .table-label {
	width: 220px
}
}
.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #00aae7;
	width: 100%;
	font-size: 16px
}

@media (max-width:767px) {
.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #00aae7;
	width: 100%;
	padding: 8px 15px
}
}

@media (min-width:768px) {
.input {
	padding: 15px 20px
}
}
.input-inline {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #00aae7;
	display: inline-block;
	font-size: 16px
}

@media (max-width:767px) {
.input-inline {
	padding: 8px 15px
}
}

@media (min-width:768px) {
.input-inline {
	padding: 15px 20px
}
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: .1em;
	line-height: 0
}
.clearfix {
	min-height: 1px
}
* html .clearfix {
	height: 1px
}

@media (max-width:767px) {
.link-01 {
	margin-top: 50px
}
}

@media (min-width:768px) {
.link-01 {
	margin-top: 75px
}
}

@media (min-width:992px) {
.link-01 {
	margin-top: 100px
}
}
.pagelink {
	padding-top: 0!important
}
.pagelink-clm-3-block {
	width: 48%;
	margin-bottom: 40px;
	margin-right: 4%;
	float: left
}
.pagelink-clm-3-block:nth-child(even) {
	margin-right: 0
}
.pagelink-clm-3-block:nth-last-child(2), .pagelink-clm-3-block:last-child {
	margin-bottom: 0
}
.pagelink-clm-3-img {
	margin-bottom: 25px
}

@media (min-width:768px) {
.pagelink-clm-3-block {
	width: 29.166666666667%;
	margin-bottom: 75px;
	margin-right: 6.25%
}
.pagelink-clm-3-block:nth-child(even) {
	margin-right: 6.25%
}
.pagelink-clm-3-block:nth-child(3n) {
	margin-right: 0
}
.pagelink-clm-3-block:nth-last-child(3), .pagelink-clm-3-block:nth-last-child(2), .pagelink-clm-3-block:last-child {
	margin-bottom: 0
}
.pagelink-clm-3-img {
	margin-bottom: 50px;
	position: relative
}
.pagelink-clm-3-img:before, .pagelink-clm-3-img:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	width: 1px
}
.pagelink-clm-3-img:before {
	height: 15px;
	bottom: 0;
	background-color: #fff
}
.pagelink-clm-3-img:after {
	height: 22.5px;
	bottom: -22.5px;
	background-color: #00aae7
}
}

@media (min-width:992px) {
.pagelink-clm-3-block {
	margin-bottom: 100px
}
.pagelink-clm-3-block:nth-last-child(3), .pagelink-clm-3-block:nth-last-child(2), .pagelink-clm-3-block:last-child {
	margin-bottom: 0
}
.pagelink-clm-3-img {
	margin-bottom: 70px
}
.pagelink-clm-3-img:before {
	height: 20px
}
.pagelink-clm-3-img:after {
	height: 30px;
	bottom: -30px
}
}

@media (max-width:767px) {
.box-bd-blue-01 {
	border: 1px solid #6ed5ff;
	padding: 20px
}
}

@media (min-width:768px) {
.box-bd-blue-01 {
	border: 2px solid #6ed5ff;
	padding: 30px
}
}

@media (min-width:992px) {
.box-bd-blue-01 {
	border: 2px solid #6ed5ff;
	padding: 40px
}
}
.box-balloon-01 {
	position: relative;
	font-size: 16px
}
.box-balloon-01:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%
}

@media (max-width:767px) {
.box-balloon-01 {
	border: 1px solid #00aae7;
	padding: 20px 15px
}
.box-balloon-01:after {
	width: 12.5px;
	height: 16px;
	background: url(/assets/cmn/img/icon_balloon_01.png) no-repeat left top /12.5px 16px;
	margin-left: -6.25px;
	bottom: -16px
}
}

@media (min-width:768px) {
.box-balloon-01 {
	border: 2px solid #00aae7;
	padding: 30px 20px
}
.box-balloon-01:after {
	width: 18.75px;
	height: 24px;
	background: url(/assets/cmn/img/icon_balloon_01.png) no-repeat left top /18.75px 24px;
	margin-left: -9.5px;
	bottom: -24px
}
}

@media (min-width:992px) {
.box-balloon-01 {
	padding: 40px 25px
}
.box-balloon-01:after {
	width: 25px;
	height: 32px;
	background: url(/assets/cmn/img/icon_balloon_01.png) no-repeat left top /25px 32px;
	margin-left: -12.5px;
	bottom: -32px
}
}

@media (max-width:767px) {
.box-pdf-01 {
	padding: 15px
}
.pdf-btn {
	margin-top: 20px;
	text-align: center
}
}

@media (min-width:768px) {
.box-pdf-01 {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 22.5px 50px
}
.pdf-txt {
	width: 84.905660377358%;
	padding-right: 50px
}
.pdf-btn {
	width: 15.094339622642%
}
}

@media (min-width:992px) {
.box-pdf-01 {
	padding: 30px 60px
}
.pdf-txt {
	padding-right: 70px
}
}

@media (max-width:767px) {
.recruit-catch-img img {
	width: 100%
}
.recruit-catch-img li {
	margin-bottom: 20px
}
}

@media (min-width:768px) {
.recruit-catch-img {
	margin-bottom: 37.5px
}
.recruit-catch-img li {
	width: 49.583333333333%;
	float: left;
	width: 49.583333333333%;
	float: left
}
.recruit-catch-img li:last-child {
	margin-left: .83333333333333%
}
}

@media (min-width:992px) {
.recruit-catch-img {
	margin-bottom: 50px
}
}
.point-list {
	-js-display: flex;
	display: -webkit-flex;
	display: flex
}

@media (max-width:767px) {
.point-content {
	padding: 20px
}
.point-list {
	margin-top: 20px
}
}

@media (min-width:768px) {
.point-content {
	padding: 30px
}
.point-block {
	-js-display: flex;
	display: -webkit-flex;
	display: flex
}
.point-block .point-txt-02 {
	width: 44.642857142857%
}
.point-list {
	padding-left: 37.5px;
	width: 55.357142857143%
}
.point-list li {
	width: 48.387096774194%
}
.point-list li:last-child {
	margin-left: 3.2258064516129%
}
}

@media (min-width:992px) {
.point-content {
	padding: 40px
}
.point-list {
	padding-left: 50px
}
}
.contact02 .inner {
	background-color: #f3f3f3
}
.contact02-ttl-01 {
	text-align: center
}
.contact02-ttl-01 span {
	display: inline-block;
	position: relative;
	text-align: center
}
.contact02-ttl-01 span:before, .contact02-ttl-01 span:after {
	content: "";
	displya: block;
	background-color: #84e0ff;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%
}
.contact02-ttl-01 span:before {
	left: 0
}
.contact02-ttl-01 span:after {
	right: 0
}
.contact02-ttl-02 {
	/*font-family: "dnp-shuei-ymincho-std", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

@media (max-width:767px) {
.contact02 .inner {
	padding: 25px
}
.contact02-ttl-01 {
	margin-bottom: 20px
}
.contact02-ttl-01 span {
	padding: 0 25px
}
.contact02-ttl-01 span:before, .contact02-ttl-01 span:after {
	width: 15px;
	height: 1px
}
.contact02-ttl-02 {
	font-size: 18px;
	margin-bottom: 20px
}
.contact02-content {
	text-align: center
}
.contact02-img {
	margin-bottom: 20px
}
}

@media (min-width:768px) {
.contact02 .inner {
	padding: 37.5px
}
.contact02-ttl-01 {
	margin-bottom: 20px
}
.contact02-ttl-01 span {
	padding: 0 120px
}
.contact02-ttl-01 span:before, .contact02-ttl-01 span:after {
	width: 90px;
	height: 2px
}
.contact02-content {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center
}
.contact02-ttl-02 {
	font-size: 22px;
	white-space: nowrap;
	padding-right: 45px
}
.contact02-img {
	padding-right: 22.5px
}
.contact02-txt {
	font-size: 12px;
	white-space: nowrap
}
}

@media (min-width:992px) {
.contact02 .inner {
	padding: 50px
}
.contact02-ttl-01 span {
	padding: 0 160px
}
.contact02-ttl-01 span:before, .contact02-ttl-01 span:after {
	width: 120px
}
.contact02-ttl-02 {
	font-size: 30px;
	width: 44.545454545455%;
	padding-right: 60px
}
.contact02-img {
	width: 34.545454545455%;
	padding-right: 30px
}
.contact02-txt {
	font-size: 14px
}
}
.process-img {
	text-align: center
}
.process-ttl-02 {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	align-items: center
}

@media (max-width:767px) {
.process-txt {
	margin-bottom: 25px
}
}

@media (min-width:768px) {
.process-content div {
	width: 73.214285714286%;
	padding-right: 20px;
	float: left
}
.process-img-02 {
	width: 26.785714285714%;
	float: right
}
}

@media (min-width:992px) {
.process-content div {
	padding-right: 150px
}
.process-txt {
	padding-left: 100px
}
}
.current a:hover {
	cursor: default!important;
	opacity: 1!important
}

.mynav_entry a {
	color: red;
}
