/*stylecss*/
body{
	font-size: 15px;
	    margin: 0;
    padding: 0;
}

ul {
	padding:  0;
	margin: 0;
}


a, button,input[type="submit"]{
	text-decoration: none;
	cursor: pointer;
	transition: all .4s;
}

img{
	max-width:100%;
	height: auto;
}

/*header*/
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
	width: 98vw;
	margin: 0 auto;
	/*padding: 1.5vh 0;*/
}
.h-navbox {
   /* width: 70vw;*/
    /*margin: 0 0 0 auto;*/
}
h1#header__title {
    margin: 0;
	width: 10vw;
}
h1#header__title a {
	display: block;
	width: 5vw;
	/*padding: 0 0 0 4vw;*/
	min-width: 90px;
}
img.logo-hed {
    display: block;
    width: 100%;
}
ul#hb-menu li {
	list-style: none;
}
ul#hb-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 15px 0;
	display: block;
	position: relative;
}

ul#hb-menu li a:after{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	content: "";
	background-color: #fff;
	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
	opacity: 0;
	top: 50%;
	transition: all .4s;
}


ul#hb-menu li a:hover:after{
	opacity: 1;
    top: 15%;
}


ul#hb-menu li.active a:after{
	opacity: 1;
    top: 15%;
}

ul#hb-menu {
   display: flex;
    width: 100%;
    margin-left: auto;
    justify-content: center;
    gap: 2vw;
    align-items: center;
    background-color: #022c4f;
    border-radius: 100px;
    padding: 0 1.5vh 0 2.5vh;
}
form.search-form {
    display: flex;
	gap: 0;
}
input#search {
    border: none;
	background-color: inherit;
	
}


.news_detials{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: solid 1px #d3d3d3;
    padding: 15px 0;
    margin-bottom: 40px;
    align-items: center;
    gap: 30px;
}

.news_detials p.category-name{
	    margin: 0;
    padding: 0.5vh 1vw;
    background-color: #022c4f;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}

.news_detials .date{
    font-size: 16px;
    color: #666;
}

.hb-nav input#search {
	color:#fff;
}

ul#hb-menu li.search {
    list-style: none;
	border:solid 1px #fff;
	border-radius: 9999px;
}

form.search-form button {
    width: 42px;
    border: none;
    background-color: inherit;
    height: 42px;
    margin: 0 4px 2px;
}
form.search-form input[type="text"] {
	    padding: 0 8px;
	    border-radius: 9999px 0 0 9999px;
	}

form.search-form input::placeholder{
  color:#fff; 
  opacity: 0.8;
}

form.search-form input::focus{
	border:none;
	 outline: none;
}

form.search-form input:focus-visible{
		border:none;
	 outline: none;
}

form.search-form input:-internal-autofill-selected{
	    background-color: transparent!important;
}


img.search-btn {
    display: block;
    width: 100%;
}
.mypagebox {
    width: 4vw;
}
.mypagebox a {
	display: block;
	width: 1.8vw;
	margin-left: auto;
	/*padding: 0 0 0 4vw;*/
}
img.icon-mypage {
    display: block;
    width: 100%;
}


/*footer*/
.ft-bg {
    background-color: #022c4f;
}
.ft-inner {
    display: flex;
    justify-content: center;
	gap: 150px;
    width: 80%;
    margin: 0 auto;
	padding: 130px 0 80px;
}
.ft-left {
    width: 50vw;
}
.ft-left-inner {
    width: 25vw;
    margin-left: auto;
}
ul.ft-nav {
    display: flex;

	width: 25vw;
}
ul.ft-nav li {
	list-style: none;
	position: relative;
    justify-content: center;
}
ul.ft-nav li a {    
	text-decoration: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    width: 100%;
    /* display: block; */
    text-align: center;
	padding:0 25px;
}


ul.ft-nav li a:hover{
	opacity: .6;
}


ul.ft-nav li:first-child a{
	padding-left: 0;
}


ul.ft-nav li:first-child:before{
	display: none;
}

ul.ft-nav li::before {
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 0;
}



img.ft-logo {
    display: block;
    width: 5vw;
    padding-bottom: 2vh;
}

.ft-right {
    width: 50vw;
}
.ft-right-inner {
    width: 45vw;
    display: grid;
    flex-wrap: wrap;
    justify-content: right;
	grid-template-columns: 1fr 1fr 1fr;
    /* margin: 0 auto; */
	    gap: 26px;
}
dl.ft-cate {
/*    width: 15vw;
*/	margin-top: 0;
}
dl.ft-cate dt {
	margin: 0;
	padding: 0;
	color: #fff;
    font-weight: bold;
    font-size: 16px;
	border-bottom: solid 1px;
	margin-bottom: 10px;
}
dl.ft-cate dd {
	margin: 0;
	padding: 0;
}
dl.ft-cate dd a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}

p.copyright {
    margin: 0;
    text-align: center;
    padding: 1vh 0;
    font-size: 0.6vw;
    color: #fff;
}


/*index-contents*/

/*fvfeedin2*/
.feedin2 {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-out;
}

.feedin2.active {
  opacity: 1;
  transform: translateX(0);
}

li.feedin2 {
    margin-left: -2vw;
    list-style: none;
}
li.feedin2 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*fv*/
.fv-cntn {
    width: 88vw;
    margin: 5vh auto;
}

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

h2.fvtitle {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 6vw;
    color: #0c3845;
	margin: 0;
    padding-top: 1vh;
}

.fv-left {
    width: 40vw;
}
.fv-left p span{
	position: relative;
	margin: 0;
	font-size: 1.2vw;
}




.fv-left span:after {
	content: "";
    display: block;
    width: 9vw;
    height: 1.5px;
    background-color: #000;
	position: absolute;
	top: 50%;
    left: 17vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
dl.fvdl {
    margin: 0;
    padding-top: 8vh;
	font-size: 1vw;
	width: 93%;
}
.fvdl dt {
	margin: 0;
	padding: 0;
}
.fvdl dd {
	margin: 0;
	padding: 0;
	letter-spacing: 1.5px;
}

.fv-right {
    width: 60vw;
}
.fv-right-inner {
    position: relative;
    z-index: -1;
}
.fv-right-inner ul {
	display: flex;
}

/*top-loop*/
.new-cntn {
    position: relative;
	margin-top: 10vh;
}
.nl-container {
    width: 88vw;
    margin: 0 auto;
}
span.nl-bgfont {
    font-size: 12vw;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #005faf;
    opacity: 0.1;
    position: absolute;
    top: -4.5vh;
    /* right: 1vw; */
    left: 5vw;
}
.new-cntn-h {
    width: 30vw;
	position: relative;
	padding-bottom: 4vh;
}


.new-cntn-h1 {
    width: 30vw;
	position: relative;
	padding-bottom: 4vh;
	display: block;
}
.new-cntn-h1 .title_a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom:solid 2px #848484;
   align-items: center;
    padding: 5px 0;
	position: relative;
}

.new-cntn-h1 .title_a:hover .titletext{
	color: #022c4f;
}

.new-cntn-h1 .title_a .titletext{
	margin: 0;
    width: 100%;
    line-height: 1;
	color:#000;
}

.new-cntn-h1 .title_a::after {
    content: "";
    height: 2px;
    background: #022c4f;
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 0%;
    transition: all ease-in-out 250ms;
}

.new-cntn-h1.service .title_a .titletext, .new-cntn-h1.service .title_a:hover .titletext{
	color:#fff;
}
.new-cntn-h1.service .title_a::after{
	background: #fff;
}


.new-cntn-h1 .title_a:hover::after {
    width: 100%;
}



.nlbtnbox {
    position: absolute;
    top: 0;
    right: 0;
}

h3.nlh3 {
    margin: 0;
    padding-bottom: 0.5vh;
    border-bottom: solid 2px #000;
}

.focus-cntn {
	position: relative;
	margin-top: 6vh;
}
.fcs-container {
    width: 88vw;
    margin: 0 auto;
}
span.fcs-bgfont {
    font-size: 12vw;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #005faf;
    opacity: 0.1;
    position: absolute;
    top: -4.5vh;
    /* right: 1vw; */
    left: 5vw;
}
.fcs-cntn-h {
    width: 30vw;
	position: relative;
	padding-bottom: 4vh;
}
.fcsbtnbox {
    position: absolute;
    top: 0;
    right: 0;
}

h3.fcsh3 {
    margin: 0;
    padding-bottom: 0.5vh;
    border-bottom: solid 2px #000;
}

/* アイコンのスタイル */
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #022c4f;
  line-height: 1;
  position: relative;
  width: 1.2vw;
  height: 1.2vw;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 100%;
  box-sizing: content-box;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3vw 0.5vw;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fp_loop {
    width: 70vw;
	display: flex;
	    justify-content: flex-start;
	margin: 0 auto;
	gap: 50px;
}
div#top_fp_loop_intro {
    width: 22vw;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: block;
    width: 100%;
    height: 100%;
	border-radius: 10px;
	opacity: 1;
}



.top_fp_thumbnail{
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition: all .4s;
	display: flex;
}


a.top_fp_loop_inner {
    position: relative;
	overflow: hidden;
}

.top_fp_loop_inner:hover .top_fp_thumbnail{
	background: #022c4f;
}


.top_fp_loop_inner .top_fp_thumbnail img{
    opacity: 1;
    transition: all .4s;
    max-width: 100%;
    height: auto;
    min-width: 100%;
	object-fit: cover;
}

.top_fp_loop_inner:hover .top_fp_thumbnail img{
	opacity: 0.8;
}



.top_fp_name {
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    width: 15vw;
    border-radius: 10px;
	transition: all .4s;
	left: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius:0;
}

.top_fp_name  dt{
	    color: #022c4f;
}

.top_fp_name  dd{
	    color: #000;
}

.top_fp_loop_inner:hover .top_fp_name{
    bottom: 10px;
    border-radius: 10px;
	left: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



dl.topfpname-dl {
    margin-left: 1vw;
}
.topfpname-dl dt {
	font-size: 1.5vw;
}
.topfpname-dl dd {
	margin: 0;
	padding: 0;
	font-size: 1vw;
}

.fplist-btn {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    margin-top: 5vh;
}
p.fplistp {
    margin: 0;
    font-size: 1.35vw;
    font-weight: bold;
    text-align: end;
    padding-right: 3vw;
}
.fplistbtnbox {
    position: absolute;
    top: 0;
    right: 0;
}


.fp_list-btn{
    width: 70vw;
    margin: 0 auto;
    position: relative;
    margin-top: 5vh;
    justify-content: flex-end;
    display: flex;
}



.fp_list-btn .fp_list-btn_a{
    display: flex;
    align-items: center;
    text-align: end;
	position: relative;
	color:#000;
	transition: all .4s;
}

.fp_list-btn .fp_list-btn_a:hover{
	color: #022c4f;
}
.fp_list-btn .fp_list-btn_a::after{
	content: "";
	height: 2px;
	background: #022c4f;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
    width: 0%;
    transition: all ease-in-out 250ms;
}
.fp_list-btn .fp_list-btn_a:hover::after{
    width: 100%;
}

.fp_list-btn.news_btn{
	width: auto;
    margin: 0;
}

.fp_list-btn.news_btn .fp_list-btn_a p.fplistp{
	color: #757575;
	font-size: 1.2vw;
}


.fp_list-btn.news_btn .fp_list-btn_a:hover p.fplistp{
	color: #022c4f;
}





/*service*/
.sv-cntn {
    margin-top: 10vh;
}
.sv-cntn-bg {
    background-color: #022c4f;
}
.sv-h {
    width: 88vw;
    margin: 0 auto;
	padding: 7vh 0 0;
}
.svh-flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
span.sv-title {
    font-size: 13vw;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 450;
}
.sv-cntn-h {
    width: 40vw;
    position: relative;
}
h3.svh3 {
    margin: 0;
    padding-bottom: 0.5vh;
    border-bottom: solid 2px #fff;
    color: #fff;
}
.svbtnbox {
    position: absolute;
    top: 0;
    right: 0;
}
.dli-caret-circle-fill-right-white {
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1.2vw;
    height: 1.2vw;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 100%;
    box-sizing: content-box;
}
.dli-caret-circle-fill-right-white::before {
    content: '';
    color: #022c4f;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4vw 0.6vw;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.sv-cate {
    width: 88vw;
    margin: 0 auto;
	padding: 5vh 0 10vh;
}
.sv-cate-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1vw;
}
.sv-cate-bg {
    width: 20vw;
    background-color: #fff;
    border-radius: 10px;
}
.sv-cate-inner {
    padding: 3vh 3vw;
}
.svcateimgbox {
    width: 70%;
    margin: 3vh auto 0;
}
img.svicon {
    display: block;
    width: 100%;
	height: 10vh;
	object-fit: contain;
}
dl.sv-cate-dl {
    margin: 0;
}
.sv-cate-dl dt {
    margin: 0;
}
.sv-cate-dl dt a {
	text-decoration: none;
	font-size: 1.4vw;
    font-weight: bold;
    color: #022c4f;
}
.sv-cate-dl dd {
    margin: 0;
    padding: 0;
    color: #a3a3a3;
    font-size: 0.9vw;
	font-weight: bold;
}
ul.svcate-ul {
    margin-top: 2vh;
}
.svcate-ul li {
	list-style: none;
}
.svcate-ul a {
	text-decoration: none;
	color: #022c4f;
	font-weight: bold;
	width: 100%;
	display: block;
	position: relative;
    padding: 8px 5px;
}

.svcate-ul a:after{
	width: 100%;
	height: 1px;
	content:"";
}

.svcate-ul a:after {
	content: "";
    height: 1px;
    background: #022c4f;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0%;
    transition: all ease-in-out 250ms;
}

.svcate-ul a:hover:after{
	 width: 100%;
}

.svcate-ul a:before {
	content: "";
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    transition: all ease-in-out 250ms;
}


/*FAQ*/
.faq-bg {
    background-color: #e1e8ee;
	padding: 10vh 0;
}
.faq-cntn-h {
	position: relative;
    width: 88vw;
    margin: 0 auto;
}
h3.faqh3 {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.faqbtnbox {
	position: absolute;
    top: 0;
    left: 15vw;
}

span.faq-backfont {
	display: inline-block;
    color: transparent;
    -webkit-text-stroke: 1.5px #fff;
    font-weight: bold;
    font-size: 12vw;
    font-family: "Oswald", sans-serif;
    position: absolute;
    top: -5vh;
    left: 0;
    opacity: 0.5;
	z-index: 0;
		
}

span.faqh-border {
    display: block;
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #a3a3a3;
    margin-top: 3vh;
	position: relative;
}
span.faqh-border::after {
    display: block;
    content: "";
    width: 2vw;
    height: 5px;
    background-color: #022c4f;
    position: absolute;
    top: 50%;
    left: 6vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* FAQアコーディオン */
.pageSubTitle2 {
	font-size: 20px;
	line-height: 1.7;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
	padding-right: 25px;
}

.contentText {
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
	font-style: normal;
	color: #4D4D4D;
}
.qa {
	padding-top: 180px;
	padding-bottom: 278px;
}
.qa__box {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
/*	position: relative;
	z-index: 10;*/
}
.qa__box > dl > dt {
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 10px 18px;
	position: relative;
	border-bottom: solid 2px #fff;
	cursor: pointer;
}


.qa__box > dl > dt .crossBar {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
  }
.qa__box > dl > dt .crossBar::before {
	content: "";
	display: inline-block;
	width: 1.6px;
	height: 100%;
	background-color: #022c4f;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: center center; /* 中心を基準にtransform */
	transform: translateX(-50%) rotate(0deg);
	transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1.6px;
	background-color: #022c4f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
  .qa__box > dl > dt > span {
	font-size: 1.5vw;
	line-height: 1.75;
	font-weight: 500;
	font-style: normal;
	color: #022c4f;
	margin-right: 23px;
	 transition: all .4s;
}

h4.qap-pageSubTitle2  {
	transition: all .4s;
}
.qa__box > dl > dt:hover h4.qap-pageSubTitle2{
color: #022c4f;
}

.qa__box > dl > dd {
	margin: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	padding: 0px 18px; /* paddingの上下を0にする */
	max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
	overflow: hidden;  /* overflow: hidden;を付けるのがポイント */
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dd > span {
	font-size: 1.5vw;
	line-height: 1.7;
	font-weight: 500;
	font-style: normal;
	color: #5FB1DE;
	margin-right: 23px;
}


.qa__box > dl > dt:hover span{
color: #5FB1DE;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open { /* heightとpaddingをアニメーション */
	max-height: fit-content;
	padding: 10px 18px;
}
/* ＋ボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar::before {
	transform: translateX(-50%) rotate(90deg);  /* 90度回転 */
}


/*News*/

.news-flex {
    width: 88vw;
    margin: 13vh auto 13vh;
	display: flex;
	align-items: center;
}

.news-left {
    display: flex;
	width: 40vw;
}

span.news-backfont {
    display: inline-block;
    font-family: "Oswald", sans-serif;
	color: #b4b4b4;
    font-weight: 450;
    font-size: 10vw;
    transform: rotate(90deg) translateY(-100%);
    /* transform-origin: top left; */
    position: relative;
    left: -17vw;
    top: 0;
}

.news-h {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.newsh3 {
    margin: 0;
    position: relative;
    padding-left: 1.5vw;
    font-size: 1.5vw;
}
h3.newsh3::before {
	display: block;
	content: "";
	width: 5px;
	height: 2vh;
	background-color: #022c4f;
	position: absolute;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.news-btn {
    position: relative;
}
.nspbtnbox {
    position: absolute;
    top: 50%;
    left: 8vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
p.nsbtnp {
    font-size: 1.2vw;
    font-weight: bold;
    color: #757575;
}

.news-right {
    width: 60vw;
}
.n-loop {
    width: 80%;
    margin: 0 auto;
    border: solid 2px #022c4f;
    margin-bottom: 2vh;
    border-radius: 15px;
    padding: 0.5vh 0;
}
.nloop-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
}
.nloop-flex:hover{
    opacity: 0.6;
}


p.category-name {
    margin: 0;
    padding: 0.5vh 1.5vw;
    background-color: #022c4f;
    color: #fff;
    border-radius: 30px;
    font-size: 0.8vw;
}
.loop-title {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 1.1vw;
}
p.loop-time {
    font-size: 1.1vw;
    color: #000;
    font-weight: bold;
}


/*contact*/

.cn-bg {
    background-color: #e1e8ee;
}

.cn-flex {
    display: flex;
}

.cn-left {
    width: 32vw;
    display: flex;
    flex-direction: column;
    align-items: baseline;
	justify-content: center;
    padding: 0 8vw;
	border-right: solid 1.5px #022c4f;
	position: relative;
}
.cn-left::before {
	display: block;
	content: "";
	width: 5px;
	height: 10vh;
	background-color: #022c4f;
	position: absolute;
	top: 7vh;
	right: 0;
}

.cnleft-h {
    position: relative;
}
.cnbtnbox {
    position: absolute;
    top: 50%;
    left: 14vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
h3.cnh3 {
    font-size: 2.5vw;
	margin:2.5vh 0 3vh;
}

 

.cn-cntn ul.cn-ul{
    display: flex;
    justify-content: space-between;
    margin: 2.5vh 0;
    width: 80%;
}

.cn-ul li {
    list-style: none;
    position: relative;
    width: 100%;
}

.cn-ul li:first-child::before{
	display:none;
}


.cn-ul li::before {
	display: block;
	content: "";
	width: 2px;
	height: 2.5vh;
	background-color: #757575;position: absolute;
    top: 50%;
    left: 0vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}



.cn-ul a {
    text-decoration: none;
    color: #022c4f;
    font-weight: bold;
    text-align: center;
    /* width: 100%; */
    display: block;
    padding: 0 20px;
}

.cn-ul a:hover{
	opacity: 0.6;
}


.cn-right {
    width: 60vw;
}
.cn-right a {
    background-image: url(http://fp-collab.com/new-site/wp-content/uploads/2025/07/cn-right-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

img.cn-right-banner {
    display: block;
    width: 60%;
/*	margin: 0 auto;
    padding: 10vh;*/
}



/*Search bar*/
/*.search-form{
    border: solid 1px #022c4f;
    width: 88vw;
    margin: 0 auto;
    max-width: 1600px;
    padding: 35px;
    border-radius: 15px;
	
}*/

.skewed-rectangle_cntn{
	display: flex;
	column-gap: 15px;
	position: relative;
		overflow: hidden;
}


.skewed-rectangle {
    background-color: #022c4f;
    transform: skew(-15deg, 0);
    border-radius: 10px;
    width: 88vw;
    margin: 0 auto;
    max-width: 1600px;
    padding: 30px 0;
}

.skewed-srchtab {
    transform: skew(-15deg, 0);
    border-radius: 10px;
    width: 88vw;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 30px;
    display: flex;
}


.skewed-srchtab li.feedin3.selected{
	background-color: #022c4f;
	color:#fff;
}

.skewed-srchtab li.feedin3 {
	list-style:none;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 1px -1px 5px 1px rgba(0,0,0,0.36);
    width: auto;
}

.skewed-srchtab li .cntp-from-menu{
	transform: skew(15deg, 0);
}

.fplist-search .cntp-tub-flex{
	background-color:transparent;
}


.skewed-rectangle_cntn::before{
    background-color: #bfbfbf;
    transform: skew(-15deg, 0);
    content: "";
    width: 20%;
    margin-left: -30px;
    border-radius: 0 15px 15px 0;
}

.skewed-rectangle_cntn::after{
    background-color: #bfbfbf;
    transform: skew(-15deg, 0);
    content: "";
    width: 20%;
    margin-right: -30px;
    border-radius:15px 0 0 15px;
}


.fplist-search{
  transform: skew(15deg, 0);
}


.fplist-search .search-item{
	width: 28%;
}

.fplist-search .search-item:last-child{
	width:fit-content;
}


.fplist-search .search-item select#area, .fplist-search .search-item select#consultation,  .search-item select#company{
    width: 100%;
    padding: 15px 2%;
}

.fplist-search .search-item input#s{
    width: 95%;
    padding: 15px 2%;
}


.fplist-search .search-item select{
  background-color: white;
  /* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23022c4f%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 2px;
  border: none;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.fplist-search .search-item select::-ms-expand {
  display: none;
}





.fplist-search .search-item:last-child .search-button{
    align-items: center;
    background-color: #FFFFFF;
    border: solid 2px #022c4f;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.5) 0 2px 3px 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    position: relative;
    text-decoration: none;
    height: 100%;
    padding: 0 7px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Smooth transition for hover effects */
	width: 60px;
}


.fplist-search .search-item:last-child .search-button:hover{
	    box-shadow: rgba(0, 0, 0, 0) 0 2px 3px 0;
	border: solid 2px #3f74c1;
}	


	
	
/*contact用のボタン内三角*/
.dli-caret-circle-fill-right-white-bottom {
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 1.2vw;
    height: 1.2vw;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 100%;
    box-sizing: content-box;
}
.dli-caret-circle-fill-right-white-bottom::before {
  content: '';
  color: #022c4f;           /* 三角の色（currentColor） */
  width: 0;
  height: 0;
  border-style: solid;
  /* 下向き三角：上だけ色、左右は透明、下は0 */
  border-width: 0.6vw 0.5vw 0 0.5vw; 
  border-color: currentColor transparent transparent transparent;
  transform: translateY(10%); /* 位置微調整（不要なら削除） */
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
}

.companylist-archive-wrapper{
	padding-bottom: 80px;
}

.sp{
	display: none;
}
