@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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


	.company_info {
		display: none;
	}

	.clear {
		clear: both;
	}

	a {
		text-decoration: none;
	}

	/*
	a:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}*/

	.hidden {
		overflow: hidden;
	}

	/*スマホボタン表示記述*/

	.pc_off {
		display: none;
	}

	/* サイト切り替え */
	.site_switch_wrap {
		display: flex;
		align-items: center;
		background: #e5e5e5;
		border-radius: 30px;
		padding: 4px;
		width: fit-content;
	}

	.selltop_header .site_switch_wrap {
		margin: 20px 0 0 5%;
		width: clamp(170px, 18vw, 230px);
        max-width: 230px;
        min-width: 170px;
	}

	.site_switch_btn {
		display: flex;
        align-items: center;
        gap: clamp(3px, 0.4vw, 5px);
        padding: 8px clamp(5px, 0.5vw, 10px);
        border: none;
        border-radius: 25px;
        font-size: clamp(8px, 0.9vw, 12px);
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background: transparent;
        color: #999;
        white-space: nowrap;
	}

	.site_switch_btn.active {
		background: #1a3a6b;
		color: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	}

	.site_switch_btn:not(.active):hover {
		color: #555;
	}

	/* ===== selltop_header ===== */
	.selltop_header {
		width: 100%;
		min-width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0 0 clamp(20px, 2vw, 40px);
    	box-sizing: border-box;
		background-color: #ffffff;
		margin: 0;
	}

	.selltop_header img {
		display: block;
	}

	.selltop_h_logo {
		margin-left: 5px;
    	padding-top: 15px;
		flex-shrink: 0;
	}

	.selltop_h_logo img {
		width: clamp(180px, 16vw, 240px);
    	height: auto;
	}

	.selltop_h_menu_l {
		display: flex;
		align-items: center;
	}

	.selltop_h_menu_r {
		display: flex;
    	align-items: center;
		flex: 1 1 auto;
		min-width: 0;
		justify-content: flex-end;
	}

	.selltop_h_menu_box {
		margin-right: clamp(15px, 2vw, 30px);
    	min-width: 0;
	}

	.selltop_h_menu_top {
		display: flex;
    	justify-content: right;
		align-items: center;
	}

	.selltop_h_tel img {
		display: block;
		height: clamp(30px, 2.3vw, 37px) !important;
		margin-right: 8px;
	}

	.selltop_h_menu_top p {
		color: #000000;
		font-size: clamp(8px, 0.65vw, 10px);
		font-weight: 500;
		line-height: 14px;
		letter-spacing: 0.01em;
		margin-top: 7px;
		white-space: nowrap;
	}

	.selltop_h_menu_btm nav ul {
		display: flex;
    	justify-content: flex-end;
		padding-top: 17px;
		gap: clamp(10px, 1.3vw, 20px);
	}

	.selltop_h_menu_btm nav ul li a {
		font-size: clamp(12px, 1vw, 15px);
		color: #000000;
		font-weight: bold;
		letter-spacing: 0.05em;
		position: relative;
		padding: 10px 0;
		white-space: nowrap;
	}

	.selltop_h_menu_btm nav ul li a span {
		color: #194582;
		font-weight: 600;
	}

	.selltop_h_menu .menu_contents {
		transition: all .2s ease-in;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 100%;
		left: 0;
		text-align: center;
		position: absolute;
		z-index: 600;
		box-sizing: border-box;
		background: #eee;
		box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
		padding: 1px;
	}

	.selltop_h_menu_sub {
		background: #fff;
		border-radius: 15px;
		padding: 30px;
		padding-left: calc(12vw + 60px);
		margin: 39px;
		position: relative;
		display: flex;
		align-items: stretch;
	}

	.selltop_h_menu_sub_inner {
		width: 100%;
    	padding-top: 15px;
	}

	.selltop_h_menu_sub p {
		text-align: left;
		font-weight: bold;
		font-size: 18px;
		line-height: 20px;
		color: #222;
		margin: 0;
		padding-left: 30px;
		position: relative;
	}

	.selltop_h_menu_sub p::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #194582;
		position: absolute;
		left: 0;
		top: 0;
	}

	.selltop_h_menu_sub p::after {
		content: "";
		width: 4px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		left: 6px;
		top: 7px;
	}

	.selltop_h_menu_sub_inner ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		padding: 15px 0 10px;
		border-bottom: 1px solid #eee;
		margin-bottom: 30px;
	}

	.selltop_h_menu_btn li a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		font-size: 15px;
		line-height: 28px;
		color: #222;
		font-weight: bold;
		margin-right: 30px;
		margin-bottom: 5px;
	}

	.selltop_h_satei_btn a {
		display: block;
		flex-shrink: 0;
		margin-right: 15px
	}

	.selltop_h_satei_btn a:hover {
		opacity: 0.8;
	}

	.selltop_h_satei_btn a img {
		height: clamp(90px, 7.5vw, 120px) !important;
	}






	/* ===== selltop_footer ===== */
	.selltop_footer {
		background: #194581;
		padding: 113px 0 138px;
		margin: 40px 0 0;
	}

	.selltop_footer::before {
		display: none;
	}

	.selltop_footer_inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 1200px;
        margin: 0 auto;
        gap: 0 190px;
		position: relative;
	}

	.selltop_footer_inner::after {
		content: '';
		width: 5px;
		height: 550px;
		background: #0f3972;
		position: absolute;
		top: 0px;
		bottom: 0;
		margin: auto;
		left: 37%;
	}

	/* 左カラム */
	.selltop_footer_left {
		width: 350px;
		flex-shrink: 0;
	}

	.selltop_footer_logo_card {
		background: #fff;
		border-radius: 12px;
		box-sizing: border-box;
		padding: 24px 20px 20px;
		margin-bottom: 24px;
	}

	.selltop_footer_logo_card img {
		display: block;
		width: 290px;
		margin: 0 auto 16px;
	}

	

	/* 会社情報 */
	.selltop_footer_company {
		margin-bottom: 100px;
	}

	.selltop_footer_company p {
		color: #fff;
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 0 24px;
	}

	.selltop_footer_copy {
		color: #ffffff;
		font-size: 10px;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	/* 右カラム */
	.selltop_footer_right {
		margin: 30px 0 0;
	}

	.selltop_footer_nav_block {
		padding-bottom: 40px;
	}

	.selltop_footer_nav_block:last-child {
		padding: 0;
	}

	.selltop_footer_nav_title {
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px 0;
		letter-spacing: 0.05em;
	}

	.selltop_footer_nav_list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.selltop_footer_nav_list li {
		display: flex;
		align-items: center;
	}

	.selltop_footer_nav_list li:not(:last-child)::after {
		content: "｜";
		color: #ffffff;
		margin: 0 8px;
		font-size: 14px;
	}

	.selltop_footer_nav_list li a {
		color: #ffffff;
        font-size: 14px;
        line-height: 30px;
		transition: color 0.2s;
	}

	.selltop_footer_nav_list li a:hover {
		color: #fff;
		text-decoration: underline;
	}
}
