@charset "utf-8";

/*=====================================
layout.css
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
select,
textarea,
button {
	font-family: 'Noto Sans JP',"BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
*, :after, :before {
	box-sizing: border-box;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	color: #000;
	font-family: 'Noto Sans JP',"BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: normal;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
blockquote {
	padding-left: 2em;
}


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	/*overflow: hidden;*/
}
.inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.inner:after {
	clear: both;
	display: block;
	content: "";
}


/*-------------------------------------
 header
-------------------------------------*/
.header {
	color: #333;
	border-top: 5px solid #008293;
}
.header_group {
	position: relative;
	height: 170px;
}
.header_txt {
	padding: 12px 0 0 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
}
.header_logo {
	width: 220px;
}
.header_btn {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 105;
	width: 40px;
	height: 32px;
	cursor: pointer;
}
.header_btn span {
	position: absolute;
	left: 0;
	display: inline-block;
	height: 4px;
	transition: all .2s;
}
.header_btn span:nth-of-type(1) {
	top: 0;
	width: 40px;
	background-color: #008293;
}
.header_btn span:nth-of-type(2) {
	top: 14px;
	width: 35px;
	background-color: #00C1C6;
}
.header_btn span:nth-of-type(3) {
	top: 28px;
	width: 30px;
	background-color: #B3D1D9;
}
.header_panel {
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	width: 416px;
	min-height: 100vh;
	padding: 160px 50px;
	background: #B3D1D9;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all .2s;
}
.header_panel.active {
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}
.header_nav_close {
	position: absolute;
	top: 70px;
	left: 50px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.header_nav_close:before,
.header_nav_close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 4px;
	background: #fff;
	transition: all .2s;
}
.header_nav_close:before {
	transform: rotate(135deg);
}
.header_nav_close:after {
	transform: rotate(-135deg);
}
.header_nav {
	margin: 0 0 20px 0;
}
.header_nav ul li {
	border-bottom: 1px solid #fff;
}
.header_nav ul li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.header_search {
	position: absolute;
	top: 20px;
	right: 60px;
	display: flex;
	align-items: flex-start;
	width: 240px;
	padding: 0 5px 0 0;
	border-radius: 30px;
	background: #EEF9FC;
}
.header_search form {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.header_search input[type=text] {
	width: 205px;
	height: 32px;
	padding: 0 0 0 15px;
	outline: none;
	border: none;
	background: transparent;
}
.header_search button {
	width: 30px;
	height: 32px;
	border: none;
	background: url(icn_search01.svg) no-repeat center center / 15px 15px;
	flex-shrink: 0;
}
.header_menu {
	position: absolute;
	top: 138px;
	left: 0;
	right: 0;
	width: max-content;
	margin: 0 0;

}
.header_menu ul {
	display: flex;
}
.header_menu ul li {

	margin: 0 20px;
	padding: 0 0 0 17px;
	font-size: 16px;
	font-weight: bold;
	background: url(icn_arw02.svg) no-repeat 0 5px / 12px auto;
}
.header_tag {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.header_tag .tag_title {
	margin: 0 25px 0 0;
	font-weight: 900;
}
.header_tag .tag_list {
	display: flex;
	flex-wrap: wrap;
}
.header_tag .tag_list li {
	margin: 3px 0 3px 5px;
}
.header_tag .tag_list li a {
	display: block;
	/*padding: 3px 10px;*/	
	/*color: #fff;*/
	/*font-size: 14px;*/
	line-height: 1.2;
	text-decoration: none;
	border-radius: 50px;
	/*background-color: #B3D1D9;*/
	font-size: 16px;
	padding: 6px 12px;
	background-color: #fff;
	color: #008293;
	font-weight:bold;
	border: 2px solid #008293;
	/*box-shadow: rgba(0, 130, 147, 0.4) 0px 9px 8px -8px;*/
}
.header_nav_search {
	display: none;
}


/*-------------------------------------
 main
-------------------------------------*/
.main {
	min-height: 50vh;
}


/*-------------------------------------
 pagetitle
-------------------------------------*/
.pagetitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 115px;
	padding: 16px 0 25px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #333;
}
.pagetitle .en {
	color: #008293;
	font-size: 30px;
	font-weight: 900;
}
.pagetitle .ja {
	font-weight: bold;
}
.pagetitle .title {
	color: #008293;
	font-size: 30px;
	font-weight: 900;
}


/*-------------------------------------
 topicpath
-------------------------------------*/
.topicpath {
	color: #333;
}
.topicpath ol {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	font-size: 12px;
}
.topicpath ol li + li:before {
	content: "";
	display: inline-block;
	margin: -4px 10px 0 10px;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #333;
	transform: rotate(-45deg);
}
.topicpath ol li a {
	color: #333;
}


/*-------------------------------------
 container
-------------------------------------*/
.container {
	display: grid;
	grid-template-columns: 1fr 350px;
	grid-template-rows: auto 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0 10px 50px;
	border-top: 1px solid #333;
}
.container_page {
	padding-top: 60px;
}

.tag_block { grid-area: 1 / 1 / 2 / 3; }
.article_block { grid-area: 2 / 1 / 3 / 2; }
.aside_block { grid-area: 2 / 2 / 3 / 3; }


/*-------------------------------------
 article
-------------------------------------*/
.article_block {
	max-width: 840px;
	margin: 0 50px 0 0;
}


/*-------------------------------------
 aside
-------------------------------------*/
.aside_block {
	width: 350px;
}
.aside_menu {
	position: sticky;
	top: 10px;
	padding: 0 10px;
	color: #333;
	border-top: 5px solid #008293;
	border-bottom: 5px solid #008293;
}
.aside_menu_title {
	padding: 15px 0 5px 0;
	font-size: 18px;
	font-weight: 900;
}
.aside_menu_list .row {
	position: relative;
	display: flex;
	padding: 12px 0;
}
.aside_menu_list .row + .row:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #333 50%, transparent 51%);
	background-repeat: repeat-x;
	background-size: 6px 1px;
}
.aside_menu_list figure {
	width: 75px;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}
.aside_menu_list figure img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.aside_menu_list .item {
	flex: 1;
}
.aside_menu_list .title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}
.aside_menu_list .title a {
	color: #333;
}
.aside_menu_list .tag {
	display: flex;
	flex-wrap: wrap;
	padding: 3px 0 0 0;
	font-size: 10px;
}
.aside_menu_list .tag a {
	color: #008293;
	margin-right: 1em;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
.to-top {
  position: fixed;
  z-index: 2000;
  right: 0;
  bottom: 0;
  display: none;
  width: 60px;
  height: 60px;
  margin: auto;
  text-align: right;
}

.to-top .btn.-to-top {
  font-size: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 60px;
  min-width: 0;
  height: 60px;
  border-radius: 0;
  background: rgba(119,119,119,.8);
}

.to-top .btn.-to-top:before {
  position: absolute;
  top: 0;
  top: 50%;
  bottom: 0;
  bottom: auto;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto;
  margin-top: 0;
  content: '';
  transition: all .2s ease;
  -webkit-transform: rotate(-45deg);
  -webkit-transform: translate(-50%,-25%) rotate(-45deg);
          transform: rotate(-45deg);
          transform: translate(-50%,-25%) rotate(-45deg);
  vertical-align: middle;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
	box-sizing: content-box;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer_bnr {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
.footer_bnr_inner {
	border-top: 1px solid #000;
}
.footer_bnr_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 40px 0 10px;
	
}
.footer_bnr_list li {
	width: 33.333%;
	padding: 0 15px 30px;
	flex-shrink: 0;
}

.footer_service {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
.footer_service_inner {
	border-top: 1px solid #000;
}
.footer_service_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 40px 0 10px;
}
.footer_service_list li {
	padding: 0 10px 30px;
	width: 33.333%;
}

.footer_service_list li::before{
  content:"";
  display: block;
  width:33%;
  order:1;
}
.footer_service_list li::after{
  content:"";
  display: block;
  width:33%;
}

.footer_service_list li a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.footer_service_list li a figure {
	width: 120px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}
.footer_service_list li p {
	flex: 1;
}
.footer_service_list li p em {
	font-size: 24px;
}
.footer_service_list li.service_onestock em {
	color: #004073;
}
.footer_service_list li.service_nomura em {
	color: #CA2420;
}
.footer_service_list li.service_fintos em {
	color: #D6BD9C;
}

.footer_service_list li.service_followup em {
	color: #00677a;
}
.footer_service_list li a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.footer_service_list li p em {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 5px;
	display: block;
}


.footer_link {
	background-color: #008293;
	font-size: 14px;
}
.footer_link_inner {
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	padding: 30px 10px;
}
.footer_link_list {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
}
.footer_link_list li + li:before {
	content: "/";
	display: inline-block;
	padding: 0 15px;
}
.footer_link_list li a {
	color: #fff;
}
.footer_txt {
	font-weight: 700;
	letter-spacing: 0.2em;
}

.footer-copyrights {
	background-color: #555;
	font-size: 14px;
}
.footer-copyrights-inner {
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px;
	padding: 24px 10px 24px;
	align-items: center;}

.footer-copyrights-last-copyright {
	font-size: 12px;
	letter-spacing: .03em;
	margin-top: 12px;
}
.footer-copyrights-inner-logo a img {
	max-width: 100px;
}








/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/





/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.forPC { display: none !important; }
.forSP { display: block; }
img.forSP, br.forSP, span.forSP { display: inline-block }


/*-------------------------------------
 setting
-------------------------------------*/
body {
	font-size: 14px;
}
body.hidden {
	overflow: hidden;
}


/*-------------------------------------
 header
-------------------------------------*/
.header {
	border-top-width: 4px;
}
.header_group {
	height: auto;
}
.header_txt {
	padding: 6px 0 8px 0;
	font-size: 11px;
}
.header_logo {
	width: 110px;
	margin: 0 auto;
}
.header_btn {
	top: 42px;
	right: 10px;
	width: 30px;
	height: 24px;
}
.header_btn span {
	height: 3px;
}
.header_btn span:nth-of-type(1) {
	width: 30px;
}
.header_btn span:nth-of-type(2) {
	top: 10px;
	width: 25px;
}
.header_btn span:nth-of-type(3) {
	top: 20px;
	width: 20px;
}
.header_btn span:nth-of-type(2)::after {
	height: 3px;
}
.header_panel {
	width: 85vw;
	max-width: 380px;
	padding: 90px 40px;
}
.header_nav_close {
	top: 35px;
	left: 40px;
	width: 40px;
	height: 40px;
}
.header_nav_close:before,
.header_nav_close:after {
	width: 34px;
	height: 3px;
}
.header_nav ul li a {
	padding: 8px 0;
	font-size: 18px;
}
.header_search {
	display: none;
}

.header_menu {
	position: relative;
	top: auto;
	width: calc(100vw - 20px);
	overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header_menu::-webkit-scrollbar {
  display: none;
}
.header_menu ul {
	width: max-content;
	padding: 18px 0;
}

.header_tag {
	display: block;
	padding: 10px 0;
}
.header_tag .tag_list li {
	margin: 3px 5px 3px 0;
}
.header_tag .tag_list li a {
	font-size: 11px;
}
.header_nav_search {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 0 5px 0 0;
	border-radius: 30px;
	background: #EEF9FC;
}
.header_nav_search form {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.header_nav_search input[type=text] {
	width: calc(100% - 30px);
	height: 32px;
	padding: 0 0 0 15px;
	outline: none;
	border: none;
	background: transparent;
	flex: 1;
}
.header_nav_search button {
	width: 30px;
	height: 32px;
	border: none;
	background: url(icn_search01.svg) no-repeat center center / 17px 17px;
	flex-shrink: 0;
}

/*-------------------------------------
 pagetitle
-------------------------------------*/
.pagetitle {
	padding: 10px 0 18px;
}
.pagetitle .en {
	font-size: 26px;
}
.pagetitle .title {
	font-size: 26px;
}


/*-------------------------------------
 topicpath
-------------------------------------*/
.topicpath ol {
	font-size: 11px;
}


/*-------------------------------------
 container
-------------------------------------*/
.container {
	display: block;
}
.container_page {
	padding-top: 30px;
}


/*-------------------------------------
 article
-------------------------------------*/
.article_block {
	max-width: inherit;
	margin: 0;
}


/*-------------------------------------
 aside
-------------------------------------*/
.aside_block {
	width: auto;
}
.aside_menu {
	position: static;
	top: auto;
	width: auto;
}
.aside_menu_title {
	font-size: 16px;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
.to-top {
	bottom: 60px;
	width: 40px;
	height: 40px;
}

.to-top .btn.-to-top {
	width: 40px;
	height: 40px;
}

.to-top .btn.-to-top:before {
	position: absolute;
	top: 0;
	top: 50%;
	bottom: 0;
	bottom: auto;
	left: 50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	content: '';
	-webkit-transform: rotate(-45deg);
	-webkit-transform: translate(-50%,-25%) rotate(-45deg);
					transform: rotate(-45deg);
					transform: translate(-50%,-25%) rotate(-45deg);
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom-color: transparent!important;
	border-left-color: transparent!important;
}


/*-------------------------------------
 footer
-------------------------------------*/
.footer_bnr {
	padding: 30px 10px 10px;
}
.footer_bnr_list {
	display: block;
	margin: 0;
}
.footer_bnr_list li {
	width: auto;
	padding: 0 0 20px;
	text-align: center;
}

.footer_service {
	padding: 30px 10px 10px;
}
.footer_service_list {
	display: block;
	margin: 0;
}
.footer_service_list li {
	padding: 0 0 20px;
	width:100%;
}
.footer_service_list li a {
	font-size: 14px;
}
.footer_service_list li a figure {
	width: 80px;
	margin: 0 15px 0 0;
}
.footer_service_list li p em {
	font-size: 18px;
}

.footer_link {
	font-size: 12px;
}
.footer_link_inner {
	flex-direction: column;
	justify-content: normal;
	padding: 20px 10px;
}
.footer_txt {
	padding: 10px 0 0 0;
}

.footer-copyrights {
	font-size: 12px;
}
.footer-copyrights-inner {
	flex-direction: column;
	justify-content: normal;
}
.footer-copyrights-inner-logo {
	margin-top: 24px;
	text-align: right;
}




}


/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) and (orientation: portrait) {

.forPC { display: block; }
.forSP { display: none !important; }
img.forPC, br.forPC, span.forPC { display: inline-block }

a img,
.hover,
.btn a,
.btn button,
.pagetop a,
.header_nav ul li a,
.tag_list li a,
.footer .service_list ul li a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
a:hover img,
.hover:hover,
.btn a:hover,
.btn button:hover,
.pagetop a:hover,
.header_nav ul li a:hover,
.tag_list li a:hover,
.footer .service_list ul li a:hover {
	opacity: 0.7;
}

.to-top .btn:hover {
	transition: all 120ms,width 0s,height 0s;
	text-decoration: none;
	opacity: .8;
}
.to-top .btn.-to-top:hover:before {
  margin-top: -6px;
}