@media screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */
html{
    scroll-behavior: smooth;
	}
	
#wrapper {
	width: 90vw;
	margin: 0 auto;
	}
	
.begin p {
	font-size: 3.5vw;
	margin: 0 0 8vw 0;
	line-height: 2em;
	}
	
.honya01 {
	width: 67vw;
	margin: 0 auto 7vw;
	display: flex;
	justify-content: center;
	}
	
.honya02 {
	width: 60vw;
	margin: 0 0 7vw;
	}
	
.begin_con01 {
	padding: 4.5vw;
	background-color: #36a2eb;
	clear: both;
	border-radius: 8px;
	text-align: center;
	margin: 0 auto 12vw;
	}
	
.responsive {
	height: 46vw;
	margin: 0 auto;
	}
	
.flex {
	}
	
.balloon {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	width: 80vw;
	height: 20vw;
	margin: 0 0 7vw;
	display: table;
	}

.balloon::before {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-top: 14px solid #fff;
	top: 100%;
	left: 7%;
	}

.balloon p {
	margin: 0;
	padding: 0;
	color: #36a2eb;
	font-size: 4vw;
	line-height: 1.5em;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	}
	
.begin_con02 {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 10vw;
	}
	
.begin_con02_title {
	}
	
.begin_con02_title h3 {
	font-size: 5.2vw;
	margin: 0 0 4vw;
	}
	
.honya03 {
	width: 50vw;
	margin: 0 0 8vw;
	}
	
.point_box {
	border-top: 1px solid #d1d1d1;
	padding: 0 0 5vw 0;
	}
	
.point_title {
	font-size: 4.3vw;
	margin: 4vw 0 3vw;
	font-weight: bold;
	}
	
.point_title a {
	color: #1f75cc;
	text-decoration: underline;
	}
	
.point_title a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}
	
.point_txt {
	font-size: 3.4vw;
	line-height: 1.7em;
	}
	
.point_txt a {
	color: #1f75cc;
	text-decoration: underline;
	}
	
.begin_con03 {
	background-color: #edf5fe;
	padding: 6vw;
	border-radius: 5px;
	margin-bottom: 6vw;
	}
	
.main-contents_title_box {
	margin-bottom: 3.5vw;
	text-align: center;
	}
	
.honya04 {
	width: 13vw;
	margin: 0 0 3vw;
	}
	
.main-contents_title {
	font-size: 4.1vw;
	color: #000;
	font-weight: bold;
	text-align: center;
	}
	
.category_area {
	}
	
.category_box {
	width: 65vw;
	height: 33vw;
	background-color: #fff;
	border: 1px solid #1f75cc;
	padding: 3.5vw;
	margin: 0 auto 4.5vw;
	display: block;
	}
	
.category_title_area a {
	display: flex;
	justify-content: space-between;
	background-color: #1f75cc;
	padding: 3vw;
	margin-bottom: 3vw;
	text-decoration: none;
	}
	
.category_title_area a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}
	
.category_title {
	color: #fff;
	font-size: 3.6vw;
	font-weight: bold;
	}
	
.triangle01{
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-top: 1.2vw;
	}
	
.category_txt {
	font-size: 3.5vw;
	line-height: 1.65em;
	}
	
.category_txt span {
	font-size: 3.2vw;
	}

.annotation {
	width: 68vw;
	padding-left: 1rem;
	font-size: 3.2vw;
	line-height: 1.8em;
	margin: 2vw 0 0 2.6vw;
	}
	
.annotation a {
	color: #1f75cc;
	}
	
.annotation a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}

.annotation::before {
	content: "※";
	margin-left: -1rem;
	}
	
.linkBtn {
	}

.linkBtn ul {
	margin: 9vw 0 5.5vw;
	}
	
.linkBtn ul li {
	list-style: none;
	text-align: center;
	}

.linkBtncolor01 ul li a {background-color: #499bee;}
	
.linkBtn ul li a {
	width: 80vw;
	margin: 0 auto;
	padding: 5vw 0;
	border-radius: 3px;
	vertical-align: middle;
	display: block;
	font-size: 4vw;
	color: #fff;
	}
	
.linkBtn ul li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
	
.kzlink {
	text-align: center;
	margin: 0 0 10vw 0;
	font-size: 3.4vw;
	}
	
.kzlink a {
	text-align: center;
	color: #1f75cc;
	text-decoration: underline;
	}
	
.kzlink a:hover {
	color: #838383;
	text-decoration: none;
	}
	
	
/*============== ============== 2023.02.03追加 ============== ============== */
.begin_con04 {
	display: none;
	}

}



@media screen and (min-width: 769px){

/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
html{
    scroll-behavior: smooth;
	}
	
#wrapper {
	width: 970px;
	margin: 0 auto;
	}
	
.begin p {
	font-size: 17px;
	margin: 40px 0 50px 0;
	line-height: 2.2em;
	width: 570px;
	float: left;
	}
	
.honya01 {
	width: 360px;
	float: right;
	margin-bottom: 20px;
	}
	
.honya02 {
	width: 394px;
	margin: 0 0 45px;
	}
	
.begin_con01 {
	width: 890px;
	padding: 40px;
	background-color: #36a2eb;
	clear: both;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto 90px;
	}
	
.responsive {
	width: 884px;
	height: 497px;
	margin: 0 auto;
	}
	
.flex {
	display: flex;
	justify-content: center;
	}
	
.balloon {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	width: 280px;
	height: 90px;
	margin: 15px 10px 45px;
	display: table;
	}

.balloon::before {
	content: "";
	position: absolute;
	border: 8px solid transparent;
	border-top: 14px solid #fff;
	top: 100%;
	left: 7%;
	}

.balloon p {
	margin: 0;
	padding: 0;
	color: #36a2eb;
	font-size: 18px;
	line-height: 1.5em;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	}
	
.begin_con02 {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 76px;
	}
	
.begin_con02_title {
	width: 970px;
	}
	
.begin_con02_title h3 {
	font-size: 33px;
	margin: 10px 0 20px;
	float: left;
	}
	
.honya03 {
	width: 260px;
	float: right;
	margin-bottom: 30px;
	}
	
.point_box {
	clear: both;
	border-top: 1px solid #d1d1d1;
	padding: 0 0 30px 20px;
	}
	
.point_title {
	font-size: 24px;
	margin: 30px 0 15px;
	font-weight: bold;
	}
	
.point_title a {
	color: #1f75cc;
	text-decoration: underline;
	}
	
.point_title a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}
	
.point_txt {
	font-size: 16px;
	line-height: 1.8em;
	}
	
.point_txt a {
	color: #1f75cc;
	text-decoration: underline;
	}
	
.begin_con03 {
	background-color: #edf5fe;
	padding: 50px;
	border-radius: 5px;
	margin-bottom: 40px;
	}
	
.main-contents_title_box {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	}
	
.honya04 {
	width: 60px;
	}
	
.main-contents_title {
	font-size: 23px;
	color: #000;
	margin-left: 15px;
	font-weight: bold;
	}
	
.category_area {
	display: flex;
	justify-content: center;
	}
	
.category_box {
	width: 267px;
	height: 157px;
	background-color: #fff;
	border: 1px solid #1f75cc;
	padding: 15px;
	margin: 0 10px;
	display: block;
	}
	
.category_title_area a {
	display: flex;
	justify-content: space-between;
	background-color: #1f75cc;
	padding: 10px;
	margin-bottom: 15px;
	}
	
.category_title_area a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}
	
.category_title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	}
	
.triangle01{
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-top: 5px;
	}
	
.category_txt {
	font-size: 15px;
	line-height: 1.65em;
	}
	
.category_txt span {
	font-size: 12px;
	}

.annotation {
	width: 835px;
	padding-left: 1rem;
	font-size: 14px;
	margin: 20px 0 0 10px;
	}
	
.annotation a {
	color: #1f75cc;
	}
	
.annotation a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	}

.annotation::before {
	content: "※";
	margin-left: -1rem;
	}
	
.linkBtn {
	}

.linkBtn ul {
	margin: 30px 0;
	}
	
.linkBtn ul li {
	list-style: none;
	text-align: center;
	}

.linkBtncolor01 ul li a {background-color: #499bee;}
	
.linkBtn ul li a {
	width: 355px;
	margin: 0 auto;
	padding: 18px 0;
	border-radius: 3px 3px 3px 3px;
	vertical-align: middle;
	display: block;
	font-size: 17px;
	color: #fff;
	}
	
.linkBtn ul li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
	
	
.kzlink {
	text-align: center;
	margin: 0 0 100px 0;
	}
	
.kzlink a {
	text-align: center;
	color: #1f75cc;
	text-decoration: underline;
	}
	
.kzlink a:hover {
	color: #838383;
	text-decoration: none;
	}
	
	
/*============== ============== 2023.02.03追加 ============== ============== ============== ============== */
.begin_con04 {
	margin: 100px 0 130px;
	}
	
.begin_con04_title {
	width: 970px;
	}
	
.begin_con04_title h3 {
	font-size: 33px;
	margin: 10px 0 30px;
	letter-spacing: 2px;
	}
	
.begin_con04_title p {
	font-size: 20px;
	line-height: 1.8em;
	letter-spacing: 1px;
	margin: 10px 0 20px;
	}
	
.begin_con04_title img {
	margin: 4px 0 0;
	}
	
.flowchart {
	width: 970px;
	height: 815px;
	position: relative;
	margin-top: -215px;
	}

	
.flowbtn01 a {
	position: absolute;
	bottom: 86px;
	left: 55px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn01_02.png") no-repeat bottom;;
	background-size: 115px 35px;
	width: 117px;
	height: 36px;
	}
.flowbtn01 a img {
	width: 117px;
	height: 36px;
	}
	
.flowbtn02 a {
	position: absolute;
	bottom: 215px;
	left: 27px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn02_02.png") no-repeat bottom;;
	background-size: 135px 55px;
	width: 137px;
	height: 56px;
	}
.flowbtn02 a img {
	width: 137px;
	height: 56px;
	}
	
.flowbtn03 a {
	position: absolute;
	bottom: 80px;
	left: 280px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn03_02.png") no-repeat bottom;;
	background-size: 135px 35px;
	width: 137px;
	height: 36px;
	}
.flowbtn03 a img {
	width: 137px;
	height: 36px;
	}
	
.flowbtn04 a {
	position: absolute;
	bottom: 300px;
	left: 230px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn04_02.png") no-repeat bottom;;
	background-size: 135px 55px;
	width: 137px;
	height: 56px;
	}
.flowbtn04 a img {
	width: 137px;
	height: 56px;
	}
	
.flowbtn05 a {
	position: absolute;
	bottom: 237px;
	left: 325px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn05_02.png") no-repeat bottom;;
	background-size: 135px 35px;
	width: 137px;
	height: 36px;
	}
.flowbtn05 a img {
	width: 137px;
	height: 36px;
	}
	
.flowbtn06 a {
	position: absolute;
	bottom: 185px;
	left: 465px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn06_02.png") no-repeat bottom;;
	background-size: 115px 35px;
	width: 117px;
	height: 36px;
	}
.flowbtn06 a img {
	width: 117px;
	height: 36px;
	}
	
.flowbtn07 a {
	position: absolute;
	bottom: 320px;
	left: 483px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn07_02.png") no-repeat bottom;
	background-size: 125px 55px;
	width: 127px;
	height: 56px;
	}
.flowbtn07 a img {
	width: 127px;
	height: 56px;
	}
	
.flowbtn08 a {
	position: absolute;
	top: 353px;
	right: 205px;
	z-index: 1;
	display: block;
	background: url("../images/images2302/btn08_02.png") no-repeat bottom;
	background-size: 135px 55px;
	width: 137px;
	height: 56px;
	}
.flowbtn08 a img {
	width: 137px;
	height: 56px;
	}
	
.flowbtn01 a:hover img,.flowbtn02 a:hover img,.flowbtn03 a:hover img,.flowbtn04 a:hover img,
.flowbtn05 a:hover img,.flowbtn06 a:hover img,.flowbtn07 a:hover img,.flowbtn08 a:hover img {
	opacity: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.flowchart img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	}


}
