/* Responsive Styles
================================================== */

/* All size smaller than 901 */
@media only screen and (max-width: 900px) {
	.container,
	.boxed-layout #page,
	.boxed-layout-small #page {
		/*max-width: 900px;*/
		max-width: 96%;
	}
	.boxed-layout .container,
	.boxed-layout-small .container {
		max-width: 904px;
	}
	.four-column-full-width {
		width: 33.33%;
	}
	.header_image {
	    margin: 0 calc(50% - 50vw) 60px;
	    width: 100vw;
	}

	/*---アドバイザリー-----------------------------------------------*/
	.advisorylist_wrap div.advisorylist_box {
		width: 31.5%;
	}


	#site-info .container {
	    width: 100%;
	}
	.widget-title {
		/*font-size: 22px;
		line-height: 30px;*/
	}
	.slider-content .slider-title a {
		font-size: 24px;
		line-height: 31px;
	}
	.slider-content .slider-text h3 {
		font-size: 15px;
		line-height: 22px;
	}
	#primary,
	#secondary {
		margin-bottom: 50px;
		padding: 0px;
		float: none;
		width: 100%;
		border: none;
	}
	.left-sidebar-layout #primary {
		float: none;
		padding-left: 0px;
	}
	.left-sidebar-layout #secondary {
		float: none;
		padding-right: 0px;
		border: none;
	}
	/* ----- Column ----- */
	.column {
		margin: 0 -15px;
	}
	.two-column,
	.three-column,
	.four-column {
		padding: 0  15px 40px;
	}
	.two-column,
	.four-column,
	.three-column,
	.four-column-full-width,
	.business-sidebar .three-column,
	.boxed-layout-small .four-column-full-width {
		width: 50%;
	}
	.widget_about_us .two-column,
	.widget_latest_blog .two-column {
		padding: 0 0 30px;
		width: 100%;
	}
	.three-column:nth-child(3n+4),
	.four-column:nth-child(4n+5),
	.column-2:nth-child(2n+3),
	.column-3:nth-child(3n+4),
	.column-4:nth-child(4n+5) {
 		clear: none;
	}
	.three-column:nth-child(2n+3),
	.four-column:nth-child(2n+3) {
 		clear: both;
	}

	#colophon .widget-area {
		margin: 0;
		display: block;
	}
	#colophon .column-1,
	#colophon .column-2,
	#colophon .column-3,
	#colophon .column-4 {
		border-right: none;
		width: 100%;
		float: none;
		padding: 0;
		display: block;
	}

	.is-sticky #sticky_header .main-navigation a {
		font-size: 12px;
		padding: 11px 8px;
	}
	.nav-site-title img {
	    width: 180px;
	}
  .illustration_wrap {
    height: 810px;
  }
}
/* All Mobile Screen ( smaller than 971px )
================================================== */
@media only screen and (max-width: 970px) {

	#site-branding {
		width: 220px;
	}
	.main-navigation a {
	    font-size: 14px;
	}

	#header_tel_wrap {
	      display: -webkit-box;
	      display: -webkit-flex;
	      display: -ms-flexbox;
	    display: flex;
		padding: 5px 0;
		color: #001E43;
		text-align: center;
		line-height: 1.3;
		font-size: 14px;
		margin: 0 20px 0 0;
	}
	.header_tel {
		width:55px;
		padding-right: 8px;
	}
	.number {
		font-size: 23px;
	}

	#header_contact div:nth-child(1) a {
		width: 170px;
		font-size: 18px;
		margin: 5px 0 0 0;
	}
  .illustration_wrap {
    height: 740px;
  }
	/* ----- Responsive Navigation ----- */
	#sticky_header-sticky-wrapper {
		/*height: auto !important;*/
		/*display: none;*/
	}
	#sticky_header {
		position: relative !important;
	}
	.is-sticky #sticky_header {
		top: 0 !important;
	}
	.nav-site-title {
		display: none;
	}
	.menu-toggle {
		background-color: rgba(0, 0, 0, 0);
		border: 0 none;
		color: #666;
		cursor: pointer;
		display: block;
		font-size: 0;
		margin: 0;
		padding: 10px 0;
		text-align: center;
		width: 32px;
	}
    .line-one, 
    .line-two, 
    .line-three {
		backface-visibility: hidden;
		display: block;
		height: 3px;
		margin: 5px auto;
		-webkit-transition: all 0.3s;
	    	-moz-transition: 	all 0.3s;
	    	-o-transition: 		all 0.3s;
    	transition: 		all 0.3s;
		width: 100%;
	}
	.menu-toggle.on .line-one {
			-moz-transform: rotate(-45deg) translate(-5px, 5px);
	        -o-transform: rotate(-45deg) translate(-5px, 5px);
	        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    	transform: rotate(-45deg) translate(-5px, 5px);
	}
	.menu-toggle.on .line-two {
		opacity: 0;
			-moz-opacity: 0;
			filter:alpha(opacity=0);
	}
	.menu-toggle.on .line-three {
			-moz-transform: rotate(45deg) translate(-6px, -6px);
	        -o-transform: rotate(45deg) translate(-6px, -6px);
	        -webkit-transform: rotate(45deg) translate(-6px, -6px);
    	transform: rotate(45deg) translate(-6px, -6px);
	}
	.menu {
		display: none;
	}
	.widget_nav_menu .menu {
		display: block;
	}
	.toggled-on .menu {
		display: block;
	}
	.main-navigation {
		float: none;
		padding: 0;
	}
	.main-navigation > ul > li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		margin-left: 0;
	}
	.main-navigation > ul > li::before {
		visibility: hidden;
	}
	.main-navigation a {
		float: none;
		padding: 10px 10px;
		height: inherit;
	}

	/* ----- Dropdown ----- */
	.main-navigation ul li:hover ul {
	  	top: auto;
	}
	.main-navigation ul li ul {
		background-color: transparent;
	  	top: auto;
	  	width: 100%;
	  	left: 40px;
	  	display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	  	position: static;
	  	box-shadow: none;
	}
	.main-navigation ul li ul li {
		float: none;
		margin: 0;
		position: relative;
	    text-align: left;
	    width: 100%;
	    z-index: 1;
	    display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	.main-navigation ul li ul li {
    	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.main-navigation ul li ul li:before {
		position: static;
	}
	.main-navigation ul li ul li ul {
		left: 160px;
		display: block;
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	#site-navigation ul ul ul a {
		padding-left: 40px;
	}
	.main-navigation ul ul li:hover ul {
		top: 0;
		display: block;
	  	opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
	  	visibility:visible;
	}
	.main-navigation li li.menu-item-has-children > a:after, 
	.main-navigation li li.page_item_has_children > a:after {
		content: "\f107";
	}

	/*---アドバイザリー-----------------------------------------------*/
	.advisorylist_wrap div.advisorylist_box {
		width: 48%;
	}
	.advisorylist_wrap div.advisorylist_box:nth-child(4) {
		margin: 0 0 80px 0; 
	}
	}
}
/* All Mobile Screen ( smaller than 801px )
================================================== */
@media only screen and (max-width: 800px) {
  .illustration_wrap {
    height: 670px;
  }

}


/* All Mobile Screen ( smaller than 768px )
================================================== */
@media only screen and (max-width: 767px) {
	.top-header .container {
	    width: 95%;
	    padding: 0;
	}
	.container,
	.boxed-layout #page,
	.boxed-layout-small #page {
		/*width: 460px;*/
		width: 95%;
	}
	.boxed-layout .container,
	.boxed-layout-small .container {
		width: 440px;
	}
	.comments-title,
	#respond h3#reply-title {
		font-size: 26px;
		line-height: 32px;
	}
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
		padding-bottom: 10px;
	}
	hr {
		margin-bottom: 30px;
	}
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	input[type="reset"],
	input[type="button"],
	input[type="submit"] {
		margin-bottom: 20px;
	}
	input.s {
		margin: 0;
	}	
	.boxed-layout #colophon,
	.boxed-layout-small #colophon {
		margin-bottom: 20px;
	}
	.header_wrap {
		
	}
	#site-branding {
		
	}

	#header_tel_wrap {
		padding: 0px 0;
		margin: 0 8px 0 0;
	}
	#header_tel_wrap div:nth-child(1),
	#header_tel_wrap div:nth-child(2) {
		display: none;

	}
	#header_tel_wrap div:nth-child(3) {
		display: block;

	}
	#header_contact div:nth-child(1) {
		display: none;
	}
	#header_contact div:nth-child(2) {
		display: block;
	}
	.header_tel {
		padding-right: 0px;
	}
	.header_mail {
		width:55px;
	}
	#header_tel_wrap a:hover{
		opacity: 0.8;
	}
	#site-title {
	}
	#site-title a {
		width: auto;
	}
	#site-title a img {
		max-width: 320px;
		margin: 0 auto;
	}
	#site-contact {
		
	}
	.boxed-layout #site-branding,
	.boxed-layout #site-title a img,
	.boxed-layout-small #site-branding,
	.boxed-layout-small #site-title a img {
		max-width: 400px;
	}
	.header-search,
	.header-search-x {
		display: none;
	}
	.main-slider .image-slider {
		min-height: 400px;
	}
	.slider-content {
		width: 90%;
	}
	.slider-content .btn-default {
		font-size: 12px;
		margin: 10px 5px 20px;
		padding: 4px 12px;
	}
	#content {
		padding-top: 0px;
	}
	/* ----- Column ----- */
	.column {
		margin: 0;
	}
	.two-column,
	.three-column {
		padding: 0 0 30px;
		width: 100%;
	}
	.four-column-full-width,
	.boxed-layout-small .four-column-full-width,
	#primary .three-column, 
	#primary .four-column-full-width, 
	#primary .four-column {
		margin: 0;
		width: 100%;
	}
	.four-column {
		padding: 0 10px 30px;
		width: 50%;
	}
	.three-column:nth-child(2n+3) {
 		clear: none;
	}
	.three-column-post .post-container,
	.four-column-post .post-container {
		width: 50%;
	}
	#main .post {
		padding-bottom: 40px;
	}
	.small_image_blog .post-featured-image {
		width: 100%;
	}
	.header-social-block,
	.top-header .widget_contact {
		display: none;
	}
	#primary .post:not(:nth-child(1)) {
		padding: 0;
		width: 100%;
	}
	#main .sticky {
		padding: 20px 20px 30px;
	}
	#primary .post.sticky:not(:nth-child(1)) {
		margin: 0 0 50px;
		width: 100%;
	}
	#wp_page_numbers,
	.wp-pagenavi,
	#main ul.default-wp-page,
	.pagination {
		margin-bottom: 40px;
	}
	#wp_page_numbers ul li.page_info,
	.wp-pagenavi .pages {
		display: none;
	}
	.widget {
		margin-bottom: 40px;
	}
	.widget_custom-tagcloud {
		margin-bottom: 32px;
	}
	.widget_posts {
		margin-bottom: 20px;
	}
	.sidebar .widget {
		margin-bottom: 0px;
	}
	#text-3 .widget-title {
		margin: 10px 0 10px 0;
	}
	#colophon .widget_posts {
		margin-bottom: 20px;
	}
	.site-info #site-branding {
		max-width: 100%;
	}

	.pc_on {
	 display: none;
	}
	.sp_on {
	 display: inline;
	}
	.entry-content ul.category-posts-internal li div {
	      -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.entry-content ul.category-posts-internal li a {
	    display: block;
	    width: 100%;
	}
	.cat-post-date {
		display: block;
	    padding-right: 0px;
	    width: 100%;
	}


	/*iPhoneの送信ボタンスタイルをリセット*/
	input[type="submit"] {
	  -webkit-appearance: none;
	  border-radius: 0;
	}

	.top_title_wrap p {
		font-size: 23px;
		text-align: left;
	}
	.main_title {
		text-align: left;
	}
	.sub_text {
	    text-align: left;
	    font-size: 23px;
	}
	.sub_text br {
	    display: none
	}
	.fc_title {
		color: #001E43;
		font-size: 50px;
		text-align: left;
		line-height: 55px;
	}

	.fc_title br {
		display: inline;
	}
	.fc_japan_wrap_sp {
		max-width: 1080px;
		height: 740px;
		margin: 0 auto;
		background-image: url(https://argoza.biz/sys/wp-content/uploads/2023/12/fc_bg_sp.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 350px;
		padding: 40px 40px;
	}
	.fc_japan_wrap_sp div.fc_box {
	    text-align: center;
	    padding: 0;
	    margin: 0px auto 0 auto;
	}
	.fc_japan_wrap_sp div.fc_box:nth-child(1) {
		margin: 95px auto 0 auto;
	}
	.fc_japan_wrap_sp div.fc_box:nth-child(2) {
	   margin: 147px auto 0 auto;
	}
	.fc_japan_wrap_sp div.fc_box:nth-child(3) {
	   margin: 147px auto 0 auto;
	}
	.fc_chishiki_wrap {
	      -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    padding: 40px 15px;
	}
	.fc_chishiki_wrap div.left {
		width: 100%;
		margin-bottom: 20px;
	}
	.fc_chishiki_wrap div.left p .br {
		display: inline;
	}
	.fc_chishiki_wrap div.left span {
		font-size: 54px;
	}
	.fc_chishiki_wrap div.right {
		width: 100%;
	}
	.illustration_wrap {
		height: 590px;
	}
	.about_point_wrap {
	      -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.about_point_wrap div.left {
		width: 70%;
		min-width: 320px;
		padding-right: 0px;
		margin: 0 auto 30px auto;
	}
	.about_point_wrap div.right {
		width: 100%;
		margin-bottom: 30px;
	}
	.about_point_wrap div.right:last-child {
		margin-bottom: 0px;
	}
	.about_point_wrap div.right br.br {
		display: none;
	}
	.merit_balloon {
	    font-size: 32px;
	}
	.merit_wrap {
	      -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.merit_wrap div.merit_box {
		width: 100%;
	}
	.merit_wrap div.line {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #B3B3B3;
		margin: 50px 0px;
	}
	.actionplan_wrap {
	    padding: 25px 25px 25px 40px;
	}
	.actionplan_wrap div.left {
		min-width: 90px;
		padding-right: 20px;
	}
	.fee_wrap .tab-label {
		width: 200px;
		font-size: 22px;
		padding: 5px 10px;
	}
	.fee_wrap .tab-label:before {
	    font-size: 42px;
	    top: 6px;
	}
	.fee_wrap .tab-switch:checked+.tab-label+.fee_contants {
	    padding: 7vw 4vw 5vw 4vw;
	}
	.company_text br.br {
		display: none;
	}
	.qa_box label {
		padding: 18px 45px 18px 15px;
	}
	.qa_acc:checked + label + .qa_show {
	    padding: 28px 30px 18px 15px;
	}
	.qa_show_inner p br.br {
		display: none;
	}
	.privacy_text br.br {
		display: none;
	}
	/*---アドバイザリー-----------------------------------------------*/
	.advisorylist_wrap div.advisorylist_box {
		width: 100%;
	}
	.advisorylist_wrap div.advisorylist_box:nth-child(5),
	.advisorylist_wrap div.advisorylist_box:nth-child(6) {
		margin: 0 0 80px 0; 
	}
}
/* All Mobile Screen ( smaller than 601px )
================================================== */
@media only screen and (max-width: 600px) {

}
/* All Mobile Screen ( smaller than 581px )
================================================== */
@media only screen and (max-width: 580px) {

	#site-branding {
		max-width: 170px;
	}
	#site-title {
		font-size: 12px;
		line-height: 17px;
	}
	.header_mail {
		width:48px;
	}
	.header_tel {
		width:48px;
	}
	.fc_chishiki_wrap div.left p {
		font-size: 27px;
		line-height: 32px;
	}
	.fc_chishiki_wrap div.left span {
		font-size: 48px;
	}
	.illustration_wrap {
		height: 450px;
	}
	.fee_wrap .tab-label {
		width: 180px;
		font-size: 20px;
		padding: 3px 10px;
	}
	.fee_wrap .tab-label:before {
	    font-size: 32px;
	    top: 4px;
	}
	.block_title {
		font-size: 40px;
		line-height: 45px;
	}
	.block_title span {
	    font-size: 26px;
	}
	.contact_title {
		font-size: 40px;
		line-height: 45px;
		padding: 45px 20px 35px 20px;
	}
	.contact_title span {
	    font-size: 26px;
	}
	.about_title {
	    margin-bottom: 20px;
	}
	.about_title br.br,
	.about_title1 br.br {
		display: inline;
	}
	.about_point_wrap div.right {
		font-size: 17px;
	}
	.about_point_wrap div.right .point_title {
	    padding-bottom: 20px;
	}
	.actionplan_wrap div.right {
		font-size: 17px;
	}
	.wpcf7-form-control span.wpcf7-list-item:nth-of-type(odd) {
		width: 100%;
	}
	.wpcf7-form-control span.wpcf7-list-item:nth-of-type(even) {
		width: 100%;
	}
}

/* All Mobile Screen ( smaller than 481px )
================================================== */
@media only screen and (max-width: 480px) {
	.container,
	.boxed-layout #page,
	.boxed-layout-small #page {
		max-width: 98%;
	}
	.boxed-layout .container,
	.boxed-layout-small .container {
		width: 280px;
	}
	.boxed-layout #colophon,
	.boxed-layout-small #colophon {
		margin-bottom: 10px;
	}

	#site-title a img {
		max-width: 265px;
	}
	.boxed-layout #site-branding,
	.boxed-layout #site-title a img,
	.boxed-layout-small #site-branding,
	.boxed-layout-small #site-title a img {
		max-width: 240px;
	}

	/* ----- Column ----- */
	.column {
		margin: 0;
	}
	.four-column {
		padding: 0 0 30px;
		width: 100%;
	}
	.four-column:nth-child(2n+3) {
		clear: none;
	}
	.two-column-post .post-container,
	.three-column-post .post-container,
	.four-column-post .post-container {
		width: 100%;
	}
	.btn-default {
		padding: 6px 18px;
		font-size: 13px;
	}
	.footer_company {
	    font-size: 14px;
	}
	.footer_company span {
	    margin: 0 0 0 10px;
	    padding: 0 0 0 10px;
	}
	footer ul.komemark {
		font-size: 12px;
	}
	.illustration_wrap {
		height: 380px;
	}
	.fee_wrap .tab-label {
		width: 145px;
		font-size: 16px;
		margin: 0 5px;
		padding: 0px 5px;
	}
	.fee_wrap .tab-label:before {
	    font-size: 22px;
	    top: 3px;
	    margin-right: 10px;
	}
	.contact_btn a {
	    font-size: 23px;
	    padding: 5px 10px 20px;
	}
	.merit_balloon {
	    font-size: 25px;
	}
	.merit_title {
	    font-size: 38px;
	    line-height: 52px;
	}
}

/* All Mobile ( smaller than 320px )
================================================== */
@media only screen and (max-width: 319px) {
	.container,
	.boxed-layout #page,
	.boxed-layout .container,
	.boxed-layout-small #page,
	.boxed-layout-small .container {
		width: 96%;
	}
}