@media screen and (min-width: 1041px) {
	.hm_wrap,
	.header03_nav_sp,
	.header02_nav_sp {
		display: none !important;
	}
	/*____________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	header02
	______________________________
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 .header_main_home {
		width: 70px;
	}

	.header02 .header_info_box {
		margin-left: auto;
		display: flex;
	}

	.header02 .header_main_home + nav .nav_li:first-of-type {
		border-left: 0;
	}

	.header02 nav a {
		text-decoration: none;
	}

	.list_parent {
		display: flex;
	}

	.header02 .nav_li {
		display: block;
		border-left: 1px solid #ccc;
	}

	.header02 .nav_li > a {
		padding: 0 25px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 70px;
		text-align: center;
		line-height: 1.5;
		position: relative;
	}

	.header02 .sub_menu_block {
		max-height: 0;
		opacity: 0;
		transition: all 0.5s;
		background: #62c1b4;
		position: absolute;
		left: 0;
		top: auto;
		width: 100%;
		display: block;
		overflow: hidden;
		border-top: 1px solid #fff;
	}

	.sub_menu_block .sub_in_none {
		display: none;
	}

	.header02 .has_child {
		cursor: pointer;
	}

	.header02 .has_child:hover > .sub_menu_block {
		max-height: 9999px;
		opacity: 1;
		cursor: auto;
		padding: 0 15px;
	}

	.header02 .list_parent>.has_child>a:before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        border-bottom: 2px solid #62c1b4;
        border-right: 2px solid #62c1b4;
        width: 9px;
        height: 9px;
    }

	.header02 .sub_menu_block .inner {
		padding: 30px 0;
	}

	.header02 .sub_menu {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		overflow: hidden;
	}

	.header02 .sub_menu_block_ttl {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
		font-size: 2.8rem;
		line-height: 1.3;
		margin-bottom: 15px;
		color: #fff;
	}

	.header02 .sub_menu > li {
		position: relative;
		display: inline-block;
		padding-left: 0;
		margin-right: 20px;
	}

	.header02 .sub_menu > li a {
		color: #fff;
		font-size: 1.5rem;
	}

	.header02 .sub_menu > li:before {
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #fff;
		transition: 0.7s;
	}

	.header02 .sub_menu li:hover:before {
		opacity: 0.7;
	}

	.header02 .sub_menu_ttl {
		font-size: 2.4rem;
		color: #62c1b4;
	}

	.header02 .header_info_other {
		min-height: 1px;
	}

	.header02 .header_info_big {
		position: fixed;
		top: 0;
		right: 0;
	}

	.header02 .header_info_other_mini {
		float: left;
		margin-right: 161px;
	}

	.header02 .header_info_other_mini a {
		display: block;
	}

	.header02 .header_info_first {
		background: #003784;
		margin-bottom: 1px;
	}

	.header02 .header_info_second {
		background: #3476d3;
	}

	.header02 .header_info_big {
		background: #62c1b4;
		margin-left: 1px;
	}

	.header02_nav_sp {
		display: none !important;
	}

	.header02 .nav_li_child.has_grand {
		display: block;
		float: left;
		width: 23.5%;
		margin-right: 2%;
	}

	.header02 .nav_li_child.has_grand:nth-of-type(4n) {
		margin-right: 0;
	}

	.header02 .nav_li_child.has_grand:nth-of-type(4n + 5) {
		clear: both;
	}

	.header02 .nav_li_child.has_grand:nth-of-type(n + 5) {
		margin-top: 20px;
	}

	.header02 .sub_menu_block_grand .nav_li_child {
		display: block;
		padding-left: 1em;
	}

	.header02 .sub_menu_block_ttl_grand {
		color: #fff;
	}

	.header02 .sub_menu > li.has_grand:before {
		display: none;
	}

	.header02 .sub_menu_block_grand > li {
		position: relative;
	}

	.header02 .sub_menu_block_grand > li:before {
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #fff;
		transition: 0.7s;
	}

	.header02 .header_home_box {
		float: left;
		border-left: 1px solid #ccc;
	}

	.header02 .sub_menu_block br {
		display: none !important;
	}

	.header02 .nav_li_child.has_grand {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}

	.header02 .list_parent > li > div > ul > li .sub_menu_block {
		position: relative;
		display: block;
		opacity: 1;
		left: inherit;
		top: inherit;
		max-height: inherit;
	}

	.header02 .sub_menu > li.has_grand > a {
		font-size: 2rem;
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
		margin-top: 20px;
		display: inline-block;
	}

	.header02 .sub_menu > li.has_grand .sub_menu_block_ttl {
		display: none;
	}

	.header02 .nav_li_child.has_grand a + .sub_menu_block {
		margin-top: 20px;
	}

	.header02 .sub_menu > li a[href]:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #fff;
		transition: 0.7s;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.header02 .sub_menu > li:before {
		display: none;
	}

	.header02 .sub_menu > li a[href] {
		padding-left: 15px;
	}
	.header02 .sub_menu > li a:not([href]):hover {
		opacity: 1;
	}

	.header02 .sub_menu > li.has_grand > a:before {
		top: 34px;
	}

	.header02 .nav_li.has_child > .sub_menu_block > *:last-child {
		padding-bottom: 30px;
	}

	/*****************************
	------------------------------
	header03
	------------------------------
	*****************************/

	.header03 .has_child {
		position: relative;
	}

	.header03 .has_child:before {
		content: "";
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #62c1b4;
		border-right: 2px solid #62c1b4;
		position: absolute;
		bottom: 12px;
				left: 50%;
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
	}

	.header03 .nav_li_child:not(:last-of-type) {
		padding-bottom: 8px;
		border-bottom: 1px solid #fff;
	}

	.header03 .sub_menu_block {
		max-height: 0;
		opacity: 0;
		transition: all 0.5s;
		position: absolute;
		left: 50%;
		top: auto;
		width: 220px;
		display: block;
		overflow: hidden;
		margin-left: -110px;
	}

	.header03 .sub_menu {
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		overflow: hidden;
		background: #62c1b4;
		padding: 13px 10px;
	}

	.header03 .sub_menu > li > a {
		text-align: center;
		line-height: 1.4;
	}

	.header03 .sub_menu a {
		color: #fff;
		display: block;
	}

	.header03 .sub_menu li + li {
		margin-top: 8px;
	}

	.header03 .has_child:hover > .sub_menu_block {
		max-height: 9999px;
		opacity: 1;
	}

	.header03 .nav_li > a {
		padding: 21px 20px;
		display: block;
		position: relative;
		cursor: pointer;
	}

	.header03 .nav_li:not(:last-of-type) > a:before {
		content: "";
		position: absolute;
		top: 26px;
		right: 0;
		width: 1px;
		height: 16px;
		background: #000;
	}

	.header03 nav {
		margin-right: 210px;
	}

	.header03 .header_info_other {
		position: fixed;
		top: 0;
		right: 20px;
		width: 190px;
		background: #62c1b4;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		padding: 10px 9px;
		z-index: 1000;
	}
}

@media screen and (max-width: 1240px) and (min-width: 1041px) {
	/*____________________________
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
		header02
		______________________________
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header02 {
		position: relative;
		z-index: 1000;
	}

	.header02 .nav_li > a {
		padding: 0 20px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.header02 .header_main_home {
		width: 70px;
	}
	.header02 .header_info_big {
		width: 105px;
	}

	.header02 .header_info_other_mini {
		margin-right: 106px;
	}

	.header02 .sub_menu_block {
		padding: 0 15px;
	}

	/*____________________________
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
		header03
		______________________________
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
	.header03 {
		padding: 0 15px;
	}
	.header03 .nav_li > a {
		font-size: 1.4rem;
	}

	.header03 .header_info_other {
		right: 15px;
		width: 150px;
	}

	.header03 nav {
		margin-right: 155px;
	}

	.header03 .nav_li > a {
		padding: 25px 20px;
	}

	.header03 .has_child:before,
	.header03 .has_child:after {
		bottom: 8px;
	}

	.header03 .sub_menu_block {
		width: 160px;
		margin-left: -80px;
	}
	/*その他の追加変更 ここから*/
}

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

	.header02,
	.header03 {
		height: 70px;
	}

	.header02 .header_info_box,
	.header03 .header_info_box {
		display: none !important;
	}

	.header02 .header02_nav_sp,
	.header03 .header03_nav_sp {
		position: absolute;
		width: 100%;
		top: 70px;
		left: 0;
		z-index: 1000;
		background: #fff;
		display: none;
	}

	.header02 .header02_nav_sp .nav_li,
	.header03 .header03_nav_sp .nav_li {
		border-bottom: 1px solid #dca479;
		cursor: pointer;
		background: #62c1b4;
	}

	.header02 .header02_nav_sp .nav_li > a,
	.header03 .header03_nav_sp .nav_li > a {
		padding: 10px 30px 10px 10px;
		display: block;
		position: relative;
		color: #fff;
	}

	.header02 .header02_nav_sp .has_child > a:before,
	.header03 .header03_nav_sp .has_child > a:before {
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		width: 10px;
		height: 10px;
		top: 14px;
		right: 12px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition: 0.3s;
	}

	.header02 .header02_nav_sp .has_child > a.on:before,
	.header03 .header03_nav_sp .has_child > a.on:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 18px;
	}

	.header02 .header02_nav_sp .has_child > .sub_menu_block,
	.header03 .header03_nav_sp .has_child > .sub_menu_block {
		display: none;
		border-top: 1px solid #62c1b4;
		background: #fbf3ec;
	}

	.header02 .has_grand > .sub_menu_block,
	.header03 .has_grand > .sub_menu_block {
		display: none;
	}

	.header02 .header02_nav_sp .sub_menu_block a,
	.header03 .header03_nav_sp .sub_menu_block a {
		display: block;
		padding: 5px 10px 5px 10px;
		margin: 0 10px;
	}

	.header02 .header02_nav_sp .list_parent,
	.header03 .header03_nav_sp .list_parent {
		border-top: 1px solid #dca479;
	}

	.header02 .header02_nav_sp .sub_menu_block li:not(:last-of-type) a,
	.header03 .header03_nav_sp .sub_menu_block li:not(:last-of-type) a {
		border-bottom: 1px solid #62c1b4;
	}

	.header02 .hm_wrap,
	.header03 .hm_wrap {
		position: absolute;
		right: 15px;
		top: 17px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.header02 .hm_btn,
	.header03 .hm_btn {
		width: 24px;
		height: 22px;
		position: relative;
		transition: 0.7s;
		cursor: pointer;
	}

	.header02 .hm_txt,
	.header03 .hm_txt {
		font-size: 1.2rem;
		display: none;
	}

	.header02 .hm_has_txt .hm_txt,
	.header03 .hm_has_txt .hm_txt {
		display: block;
	}

	.header02 .hm_btn:after,
	.header02 .hm_btn:before,
	.header03 .hm_btn:after,
	.header03 .hm_btn:before {
		content: "";
		width: 100%;
		height: 4px;
		position: absolute;
		left: 0;
		background: #62c1b4;
		transition: 0.7s;
	}

	.header02 .hm_btn:before,
	.header03 .hm_btn:before {
		top: 9px;
	}

	.header02 .hm_btn:after,
	.header03 .hm_btn:after {
		top: 18px;
	}

	.header02 .hm_btn span,
	.header03 .hm_btn span {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 100%;
		height: 4px;
		background: #62c1b4;
		transition: 0.7s;
	}

	.header02 .hm_btn.on span,
	.header03 .hm_btn.on span {
		top: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header02 .hm_btn.on:before,
	.header03 .hm_btn.on:before {
		display: none;
	}

	.header02 .hm_btn.on:after,
	.header03 .hm_btn.on:after {
		top: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header02 .has_grand > a:after,
	.header03 .has_grand > a:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: #62c1b4 transparent transparent transparent;
		margin-left: 5px;
	}

	.header02 .header02_nav_sp .has_grand .nav_li_child a:before,
	.header03 .header03_nav_sp .has_grand .nav_li_child a:before {
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #62c1b4;
		position: absolute;
		top: 14px;
		left: 14px;
	}

	.header02 .header02_nav_sp .has_grand .nav_li_child a,
	.header03 .header03_nav_sp .has_grand .nav_li_child a {
		position: relative;
		padding-left: 24px;
	}

	.header02 .header02_nav_sp .has_grand .nav_li_child:not(:last-of-type) a,
	.header03 .header03_nav_sp .has_grand .nav_li_child:not(:last-of-type) a {
		border-bottom: 0;
	}

	.header02 .header02_nav_sp .has_grand .nav_li_child:last-of-type a,
	.header03 .header03_nav_sp .has_grand .nav_li_child:last-of-type a {
		border-bottom: 1px solid #62c1b4;
		padding-bottom: 9px;
	}

	.header02 .sub_menu .sub_menu,
	.header03 .sub_menu .sub_menu {
		padding-top: 6px;
	}

	.header02 .sub_menu .nav_li_child:last-child .sub_menu li:last-child a,
	.header03 .sub_menu .nav_li_child:last-child .sub_menu li:last-child a {
		border-bottom: none;
	}

	.header02 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child,
	.header03 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child {
		position: relative;
		padding-top: 6px;
	}

	.header02 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child:before,
	.header03 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child:before {
		background: #62c1b4;
		width: 90%;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		height: 1px;
		left: 10px;
		content: "";
		top: 0;
		position: absolute;
	}

	.header02 .sub_menu .nav_li_child:last-child .sub_menu_block .sub_menu,
	.header03 .sub_menu .nav_li_child:last-child .sub_menu_block .sub_menu {
		padding-top: 0px;
	}

}


@media screen and (max-width: 767px) {
	.header01 .header_r {
		display: none !important;
	}
	
	.header01 .header_info_box {
		display: none !important;
	}

	.header01 .header_main h1 {
		width: 220px;
		margin-top: 12px;
		margin-left: 10px;
	}

	.header01 .header01_nav_sp {
		position: absolute;
		width: 100%;
		top: 70px;
		left: 0;
		z-index: 1000;
		background: #fff;
		display: none;
	}

	.header01 .header01_nav_sp .nav_li {
		border-bottom: 1px solid #dca479;
		cursor: pointer;
		background: #62c1b4;
	}

	.header01 .header01_nav_sp .nav_li > a {
		padding: 10px 30px 10px 10px;
		display: block;
		position: relative;
		color: #fff;
	}

	.header01 .header01_nav_sp .has_child > a:before {
		content: "";
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		width: 10px;
		height: 10px;
		top: 14px;
		right: 12px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		transition: 0.3s;
	}

	.header01 .header01_nav_sp .has_child > a.on:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 18px;
	}

	.header01 .header01_nav_sp .has_child > .sub_menu_block {
		display: none;
		border-top: 1px solid #62c1b4;
		background: #fbf3ec;
	}

	.header01 .has_grand > .sub_menu_block {
		display: none;
	}

	.header01 .header01_nav_sp .sub_menu_block a {
		display: block;
		padding: 5px 10px 5px 10px;
		margin: 0 10px;
	}

	.header01 .header01_nav_sp .list_parent {
		border-top: 1px solid #dca479;
	}

	.header01 .header01_nav_sp .sub_menu_block li:not(:last-of-type) a {
		border-bottom: 1px solid #62c1b4;
	}

	.header01 .hm_wrap {
		position: absolute;
		right: 190px;
		top: 17px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.header01 .hm_btn {
		width: 24px;
		height: 22px;
		position: relative;
		transition: 0.7s;
		cursor: pointer;
	}

	.header01 .hm_txt {
		font-size: 1.2rem;
		display: none;
	}

	.header01 .hm_has_txt .hm_txt {
		display: block;
	}

	.header01 .hm_btn:after,
	.header01 .hm_btn:before {
		content: "";
		width: 100%;
		height: 4px;
		position: absolute;
		left: 0;
		background: #62c1b4;
		transition: 0.7s;
	}

	.header01 .hm_btn:before {
		top: 9px;
	}

	.header01 .hm_btn:after {
		top: 18px;
	}

	.header01 .hm_btn span {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		width: 100%;
		height: 4px;
		background: #62c1b4;
		transition: 0.7s;
	}

	.header01 .hm_btn.on span {
		top: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header01 .hm_btn.on:before {
		display: none;
	}

	.header01 .hm_btn.on:after {
		top: 10px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header01 .has_grand > a:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: #62c1b4 transparent transparent transparent;
		margin-left: 5px;
	}

	.header01 .header01_nav_sp .has_grand .nav_li_child a:before {
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: #62c1b4;
		position: absolute;
		top: 14px;
		left: 14px;
	}

	.header01 .header01_nav_sp .has_grand .nav_li_child a {
		position: relative;
		padding-left: 24px;
	}

	.header01 .header01_nav_sp .has_grand .nav_li_child:not(:last-of-type) a {
		border-bottom: 0;
	}

	.header01 .header01_nav_sp .has_grand .nav_li_child:last-of-type a {
		border-bottom: 1px solid #62c1b4;
		padding-bottom: 9px;
	}

	.header01 .sub_menu .sub_menu {
		padding-top: 6px;
	}

	.header01 .sub_menu .nav_li_child:last-child .sub_menu li:last-child a {
		border-bottom: none;
	}

	.header01 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child {
		position: relative;
		padding-top: 6px;
	}

	.header01 .sub_menu .nav_li_child:last-child .sub_menu_block li:first-child:before {
		background: #62c1b4;
		width: 90%;
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		height: 1px;
		left: 10px;
		content: "";
		top: 0;
		position: absolute;
	}

	.header01 .sub_menu .nav_li_child:last-child .sub_menu_block .sub_menu {
		padding-top: 0px;
	}
}
