@charset "UTF-8";

/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}
ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* フォント
----------------------------------------*/
@font-face{
	font-display:swap;
	font-family:'NotoSans';
	font-style:normal;
	src:url(../font/NotoSansCJKjp-Regular.woff2) format('woff2'),
		url(../font/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSans_L';
	font-style:normal;
	src:url(../font/NotoSansCJKjp-Light.woff2) format('woff2'),
		url(../font/NotoSansCJKjp-Light.woff) format('woff');
}
body{
	font-size:16px;
	min-width: 1100px;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: NotoSans ,"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#1a1a1a;
	position:relative;
}
body a{
	color:#111;
}
.w1000{
	width:1000px;
	margin:0 auto;
}
#menu-wrap,.s_header{
	display: none;
}
/*----------------------------- 
			ヘッダー
----------------------------- */
h1{
	font-size:10px;
	font-weight: normal;
	font-family: "NotoSans";
	background: #333;
	padding:8px 20px;
	text-align:center;
	margin-bottom:20px;
}
h1 a{
	display: block;
	width:100%;
	margin:0 auto;
	color:#fff;
}
#page-top {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
	cursor: pointer;
}
#page-top.fade-in {
    color: #000;
    font-size: 60px;
    opacity: 0.8;
    transition: opacity 1s;
}
/*----------------------------- 
	ヘッダー
----------------------------- */
header{
	padding:0 0;
/*    position: relative;*/
	position: sticky;
    position: -webkit-sticky;
    top: 0;
	z-index:100;
	width:100%;
	background:#fff;
}
header #click-nav{
	display: none;
}
header nav{
	margin:0 auto;
	width:1000px;
}

header nav::after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}
/* Global Menu */
 header nav > ul{
	width:790px;
	 height:53px;
	float:left;
	margin-left:50px;
}

header ul > li{
    display: inline-block;
	float:left;
	font-size:16px;
	margin:0;
}
header ul > li:nth-child(4){
	margin-right:10px;
}
header ul > li > a{
    padding: 14px 18px;
    display: block;
    letter-spacing: .2em;
	position: relative;
}
header ul > li:nth-of-type(5) >a{
    padding:12px 0 0;
}
header ul > li:nth-of-type(6) > a{
	padding:14px 20px 2px;
}
header ul > li.navi > a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 8px);
    width: 20px;
    height: 8px;
    margin-left: -4px;
    background-image: url("../images/base/navi_arrow_b.png");
    background-size: 100%;
}

header ul > li:hover > a{
    background-color: #f2f8fe;
    color: #444;
	text-decoration: none;
}
header ul > li a img{
	vertical-align: bottom;
}
/* Submenu */
header ul li ul,header ul li > div{
	width:1000px;
    position: absolute;
    top: 52px;
    left: calc((100% - 1000px)/2);
    display: none;
	background-color:#fff;
	padding:40px;
	margin:0 auto !important;
	box-sizing: border-box;
	z-index:3;
	border-bottom:2px solid #005BBF;
}

header ul li:hover ul,header ul li:hover div{
    display: block;
}
header ul li ul li{
    display: block;
	margin-right:20px;
}
header ul li ul li:first-child a{
	background:#FFF5EE;
	color: #444;
	text-decoration: none;
}
header ul li ul li:first-child:hover a{
    background-color: #d98338;
	color:#fff;
	text-decoration: none;
}
header ul li ul li a{
    background-color: #f2f8fe;
	font-size:95%;
	letter-spacing:0.4em;
	display: block;
	border:1px solid #fefefe;
	border-radius:10px ;
	padding:20px !important;
	margin:0 0 30px;
}
header ul li ul li a:hover{
    background-color: #3e98db;
	color:#fff;
	text-decoration: none;
}

#com_header{
	position: relative;
	background-image: -webkit-radial-gradient(circle farthest-corner at left bottom, #E5DFF8 0%, rgba(233, 79, 144, .01) 100%), 
	-webkit-radial-gradient(circle farthest-corner at right bottom, #BCE4EB 0%, rgba(40, 123, 244, .01) 100%);
	background-image: radial-gradient(circle farthest-corner at left bottom, #E5DFF8 0%, rgba(233, 79, 144, .01) 100%), radial-gradient(circle farthest-corner at right bottom, #BCE4EB 0%, rgba(40, 123, 244, .01) 100%);
	background-position: left bottom;
	background-size: 100% 100%;
	padding:150px 0 40px ;
}
.con_header h2 {
    color: #005BAC;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}

/*サイト内検索*/
.kensaku{
	position:relative;
}
.kensaku input[type="text"]{
    display: block;
    width: 70%;
    height: 60px;
    padding: 20px 90px 20px 22px;
    font-size: 1.6rem;
    line-height: 1;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background-color: #f6f6f6;
    -webkit-transition: background .1s, border .1s;
    transition: background .1s, border .1s;
}
.kensaku input[type="submit"] {
    background: url(../images/base/kensaku_btn.png) no-repeat;
    width: 69px;
    height: 37px;
    border: 0;
    text-indent: 9999px;
    cursor: pointer;
    margin: 0 0 8px 0;
	position:absolute;
	top:15px;
	left:75%;
}
/*----------------------------- 
	パンくずナビ
----------------------------- */
div.navi_pan{
	background: #F5F5F5;
	padding:7px 0;
	font-size:12px;
	margin:7px 0 0;
}
div.navi_pan ol{
	width:1000px;
	margin:0 auto;
}
div.navi_pan li{
	float:left;
}
div.navi_pan li::after{
	content:" 》";
	margin:0 5px;
}
div.navi_pan li:last-child::after{
	content:"";
}
div.navi_pan:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}

/*----------------------------- 
	コンテンツ
----------------------------- */
.con_box,.con_box02{
	width:720px;
	margin:0 auto;
	position:relative;
	background:rgba(255,255,255,0.8);
	z-index:2;
}

.con_box02{
	width:940px;
}

.con_box p,.con_box02 p,
.txt-area p,.txt-area-left p{
	margin-bottom: 20px ;
}

.con_box02 p {
	line-height: 1.6;
	text-indent: 0 !important;
	font-size: 110%;
  }
h2{
	text-align: center;
	font-size:28px;
	line-height:1em;
	margin:20px auto 30px;
	color:#005bac;
}
h2 span{
	display: block;
	font-size:18px;
	color:#060e6d;
}


/*----------------------------- 
	オフィシャルサイト
----------------------------- */

#kanren{

}

/*----------------------------- 
	フッター
----------------------------- */
footer{
	clear: both;
	padding:60px 0 5px;
	text-align: center;
	color:#333;
}
footer #footer_info{
	background:#F2FAFF;
	padding-top:60px;
}

footer .info {
	width:290px;
    float: left;
	text-align:left;
	font-size:0.9rem;
}
footer .info dt a span {
    display: block;
    margin-top: 10px;
}
footer nav {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 700px;
	
}
footer nav ul{
	margin-right:30px;
}
footer nav ul + ul{
	margin-right:20px;
}
footer nav ul + ul + ul{
	margin-right:10px;
}
footer nav ul li{
	line-height:2.4em;
	font-weight:500;
}
p.copyright{
	background: #fff;
	padding:20px 0;
	font-size:14px;
	text-align: center;
}

/*hタグ*/
h3{
	font-size:1.5rem;
	font-weight:bold;
	padding-top:50px;
	margin-bottom:30px;
}
h3.s_catch,.rs_title{
	font-size: 1.3rem;
	padding-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
}
h3.rs_title{
	color: #D6000F;
}
h3.s_catch{
	background-color: #FFFAF3;
	padding: 20px;
	line-height: 1.6;
}

h4{
	font-size:1.8rem;
	font-weight:bold;
	color:#005bac;
	margin-bottom:30px;
}
h4.triangle {
    margin: 80px 0 15px;                     /* デフォルトCSS打ち消し */
    position:  relative;            /* 位置調整 */
	font-weight:bold;
    padding-top: 50px;
    padding-left: 35px;
}
h4.triangle + p,
h4.triangle + p + p,
h4.triangle + p + p + p,
h4.triangle + p + p + p + p,
h4.triangle + p + p + p + p + p,
h4.triangle + p + p + p + p + p + p,
h4.triangle + p + p + p + p + p + p + p{
    line-height: 2; 
    padding-left: 35px !important;
}
h4.triangle:before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 100px 80px; /* 三角を作る */
    border-color: transparent transparent #EDF5FC transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */
    left: 15px;                     /* 位置調整 */
}
h5{
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #FFF660;
	/*background: #fff100;*/
	margin:50px 0 15px;
	font-size:1.1rem;
}

h5:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #000;
}

/*幾何学アニメーション*/
#particles-js {
  	position: fixed;
    left: 0;
    top: 118;
    width: 100%;
    height: calc(100vh - 118px);
	background-color:#fff;
	z-index: -1;
	display: block;
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*----------------------------- 
	コンテンツフッター
----------------------------- */
.card_link{
    /*background: url(../images/base/bg-card.png) no-repeat center center;
    background-size: auto;
    background-size: cover;*/
    height: 320px;
    padding: 55px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card_link .section-inner,
.nintei .section-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	position: relative;
    width: 1000px; /* 固定幅を設定 */
    margin: 0 auto; /* 中央に配置 */
}
.card_link .card,
.nintei .wh_card{
    background: url("../images/base/seisaku_bn.jpg") no-repeat center center;
    position: relative;
    width: auto;
    height: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.12);
	margin-left: 5px;
    margin-right: 5px;
}
.card_link .card a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #111;
    padding: px;
	/* padding: 32px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card_link .card a .transp{
	background:rgba(240,240,240,0.5);
	/* background:rgba(255,255,255,0.5); */
	padding:15px ;
}
.card_link .card .t_mds {
	font-weight:bold;
	font-size:20px;
}
.card_link .card .t_txt {
    font-size: 14px;
    line-height: 28px;
    width: 366px;
}

/*認定企業*/
.nintei{
	padding:50px 0;
    background: url("../images/base/bg-card.png") no-repeat center center;
	background-size:cover;
	height:430px;
}
.nintei h3 {
	color:#3E98DB;
}
.nintei .mds_txt{
	font-size:1.2rem;
}
.nintei .wh_card {
    background-image: none;
    padding: 10px;
    margin-top: 25px;
	margin-bottom: 10px; /* 下部のマージンを10pxに設定 */
    width: 250px; /* 固定幅を設定 */
    box-sizing: border-box; パディングとボーダーを含めた幅を計算
}
.nintei .wh_card p{
	color:#333;
}
.nintei .wh_card a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nintei .wh_card a .transp{
	background:rgba(255,255,255,0.5);
	padding:15px ;
}
.nintei .wh_card .shien span{
	font-size:1.3rem;
	/* font-size:1.6rem; */
	line-height:1.2;
	/* line-height:1.4; */
	display:block;
	margin-bottom:20px;
}

.toForm{
	padding:50px 0;
	background-color:#EFEEEA;
	margin-top:40px;
}
.toForm h3,.nintei h3{
	text-align:center;
	padding-top:0;
	font-size:1.8rem;
}
.toForm .form_txt{
	font-size:1.2rem;
	text-align:center;
}
.toForm img{
	vertical-align: middle;
	margin-right:15px;
}
.toForm .tel_contact {
    float: left;
	width:50%;
	text-align:center;
    margin-top: 30px;
    color: #0b254d;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    font-family: 'Oswald',sans-serif;
}

.toForm .form_contact a.btn_form{
    float: left;
    margin-left: 10%;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    background: #3E98DB;
    width: 40%;
    padding: 23px 0;
    line-height: 40px;
    font-size: 1.4rem;
    color: #fff;
	font-weight:bold;
    position: relative;
    overflow: hidden;	
}
.toForm .form_contact a.btn_form::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 38px;
    content: '';
    display: inline-block;
    background-image: url(../images/common/arrow_w01.png);
    width: 23px;
    height: 8px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}
.toForm .form_contact a.btn_form:hover{
	text-decoration:none;
}
.toForm .form_contact a.btn_form:hover:after{
	-webkit-transform:translateX(10px);transform:translateX(10px);
}



.int_top_btn {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: white;
    background-color: #3e98db;
    font-weight: bold;
	position: relative;
}

.int_top_btn:hover {
    background: white;
    color: #3e98db;
}
.index_link{
	background: #e7f6fd;
	padding: 35px;
	border: 25px; 
}
.index_link a {
    color: #333;
    text-decoration: underline !important;
    margin-right: 25px;
    
}


/*リスト見出し*/
.list-Headings{
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	background: #eaf3ff;/*背景色*/
	border-bottom: solid 3px #516ab6;/*下線*/
}

/*リスト*/
.image-grid {
    display: grid; /* グリッドレイアウトを使用 */
    grid-template-columns: repeat(3, 1fr); /* 3列のグリッドを作成し、各列は等しい幅を持つ */
    gap: 10px; /* グリッドアイテム間のスペースを10pxに設定 */
    max-width: 90%; /* グリッド全体の最大幅を90%に設定 */
    margin: auto; /* グリッドの上下に20pxのマージンを設定 */
}

/* .image-itemクラスは各画像アイテムのスタイルを定義します */
.image-item {
    border: none; /* 枠線を削除 */
    padding: 10px; /* 内側のスペースを10pxに設定 */
    display: flex; /* フレックスボックスレイアウトを使用 */
    flex-direction: column; /* フレックス方向を縦に設定 */
    justify-content: center; /* コンテンツを中央に配置 */
    align-items: center; /* コンテンツを中央に配置 */
    text-align: center; /* テキストを中央揃え */
}

/* .image-item内のimgタグのスタイルを定義します */
.image-item img {
    max-width: 100%; /* 画像の最大幅を親要素の幅に設定 */
    height: 70px; /* 画像の高さを70pxに設定 */
	width: auto; /* 画像の幅を自動調整 */
	padding: 20px 20px 20px; /* 内側のスペースを20pxに設定 */
}
.image-item p {
    font-size: 0.9rem; /* フォントサイズを0.9remに設定 */
    text-align: center; /* テキストを中央揃え */
}


/*役員紹介*/

  .flex1 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	gap: 30px; /* 要素間に30pxのスペースを追加 */
  }
  
  .f-space {
	margin-right: 20px; /* 画像とリストの間にスペースを追加 */
  }
  
  .flex-container {
	display: flex;
	flex-direction: row; /* 横方向に変更 */
	align-items: center;
	justify-content: center; /* 要素を中央寄せ */
	gap: 60px; /* 要素間に60pxのスペースを追加 */
	
  }
  
  .flex-item {
	display: flex;
	flex-direction: column; /* 縦方向に変更 */
	align-items: center;
	margin-bottom: 80px; /* 各アイテムの間にスペースを追加 */
	width: 340px; /* 幅を340pxに設定 */
	height: 500px;
  }

  .center-text {
    text-align: center;
  }


  /*フレックスボックス*/
  .flex-tp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; /* 要素間のスペースを追加 */
    list-style: none; /* リストスタイルを削除 */
    padding: 0; /* パディングを削除 */
	width: 1000px;
  }

  .flex-tp2 {
	padding: 0 0 0 40px ; 
  }

  .flex-itemtp {
    flex: 1 1 calc(33.333% - 20px); /* 3列に分割し、間にスペースを追加 */
    box-sizing: border-box; /* ボックスサイズをボーダーボックスに設定 */
    text-align: center; /* テキストを中央揃え */
	gap: 30px; /* 要素間のスペースを追加 */
	margin-bottom: 20px; /* 下部にスペースを追加 */
  }

