@charset "UTF-8";

/* リセット
----------------------------------------*/
html,  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 {
	margin: 0px;
	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;
}
.side_menu{
	display: none;
}
/* フォント
----------------------------------------*/
@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;
	padding-top:55px;
	box-sizing: border-box;
	font-family: NotoSans ,"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color:#1a1a1a;
	margin:0;
	line-height: 1.6875;
}
.w1000{
	width:100%;
	height:auto;
	margin:0 auto;
}
.w100p{
	width:100%;
	height:auto;
}

/*----------------------------- 
			ヘッダー
----------------------------- */
h1{
	display: none;
}
header{
	position: fixed;
	z-index:100;
	width:100%;
	top:0;
	left:0;
	height:55px;
	background:#fff;
}
header img.s_logo,
#global img.s_logo{
	position: absolute;
	display: block!important;
	margin:0 auto;
	max-width: 160px;
	width:120px;
	height:40px;
	left:10px;
	top:10px;
}


header img{
	display: block;
	margin:0 auto;
	width:auto;
}
header #click-nav{
	position: absolute;
	right:5%;
	top:20px;
}
header .nav_box{
	border-bottom:1px solid #CCC;
	height:135px;
}
nav ul.s_nav{
	border-bottom:1px solid #CCC;
	list-style:none;
	padding-top:74px;
	margin-bottom:10px;
}
nav ul.s_nav li{
	text-align: center;
	letter-spacing: -0.2px;
	float:left;
	width:25%;
	border-right:1px solid #CCC;
	margin-bottom:5px;
	font-size:13px;
}
nav ul.s_nav li img{
	margin:0 auto;
}

/*パンくず*/
div.navi_pan{
	background: #eee;
	padding:7px 0;
	font-size:12px;
	margin:7px 0 0;
}
div.navi_pan ol{
	padding:0 2%;
	margin:0 auto;
}
div.navi_pan li{
	float:left;
    margin-right: 5px;
    display: table-cell;
    white-space: nowrap;
}
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;
}


#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:15px 0;
}

/*----------------------------- 
	コンテンツ
----------------------------- */
.con_box,.con_box02{
	width:92%;
	margin:0 auto;
	position:relative;
	background:rgba(255,255,255,0.8);
	z-index:2;
}
.con_box p,.con_box02 p,
.txt-area p,.txt-area-left p{
	margin-bottom: 20px !important;
	letter-spacing:0.06em;
}
h2{
	text-align: center;
	font-size:22px;
	line-height:1.4em;
	margin:20px auto 30px;
	color:#005bac;
}
h2 span{
	display: block;
	font-size:18px;
	color:#060e6d;
}

h3{
	font-size:1.2rem;
	font-weight:bold;
	padding-top:50px;
	margin-bottom:10px;
}
h3.s_catch,.rs_title{
	font-size: 1rem;
	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.5rem;
	font-weight:bold;
	color:#005bac;
}
h4.triangle {
    margin: 80px 0 0;                     /* デフォルトCSS打ち消し */
    font-size: 1.3rem;               /* 文字サイズ指定 */
    position:  relative;            /* 位置調整 */
	font-weight:bold;
    margin-bottom: 15px;            /* 周りの余白指定 */
	margin-top:30px;
    padding-top: 12px;              /* 余白指定 */
    padding-left: 15px;             /* 余白指定 */
}
h4.triangle + p,
h4.triangle + p + p,
h4.triangle + p + p + p,
h4.triangle + p + p + p + p{
    margin:  0;                     /* デフォルトCSS打ち消し */
    padding-left:0px;            /* 余白指定 */
}
h4.triangle:before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 60px 50px; /* 三角を作る */
    border-color: transparent transparent #EDF5FC transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */
    left: 5px;                     /* 位置調整 */
}
h5{
	position: relative;
	padding: 0.6rem 1.2rem calc(0.6rem + 5px);
	background: #FFF660;
	/*background: #fff100;*/
	margin:40px 0 10px;
}

h5:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #000;
}

#page-top {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
}
#page-top.fade-in {
    color: #000;
    font-size: 60px;
    opacity: 0.8;
    transition: opacity 1s;
}
#page-top.fade-in img{
	width:60px;
}
/*----------------------------- 
	フッター
----------------------------- */
footer{
	clear: both;
	padding:0 0 5px;
	text-align: center;
	color:#333;
}
footer #footer_info{
	background:#F2FAFF;
	padding-top:45px;
}

footer img{
	width:auto;
	
}
footer ul.f_nav{
	display: none;
}

footer nav ul > li > a {
	display:block;
	position:relative;
	text-decoration: none;
	padding: 12px 0;
	font-weight: bold;
	border-top: 1px solid #9C9C9C;
	text-align:left;
}
footer nav ul a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #9C9C9C;
    border-right: 2px solid #9C9C9C;
    -webkit-transform: scaleX(.8) rotate(45deg);
    -ms-transform: scaleX(.8) rotate(45deg);
    -o-transform: scaleX(.8) rotate(45deg);
    transform: scaleX(.8) rotate(45deg);
}
footer nav ul > li.bn > a ,
footer nav ul .bn a::before,
footer nav ul li.bn2 a::before{
	border:none;
}
footer nav ul li.bn a,
footer nav ul li.bn2 a{
	text-align:center;
}
footer nav ul li.bn img,
footer nav ul li.bn2 img{
	margin-right:auto !important;
	margin-left:auto !important;
} 
footer nav ul li.bn2 img{
	width:100px !important;
	height:auto;
}
footer nav ul:nth-last-child(2) li:first-of-type img{
	margin-top:25px;
} 
footer .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-top: 30px;
	text-align:left;
}

footer .info dt{
	width:120px;
	font-size:13px;
}
footer .info dt + dd {
    width: calc(100% - 120px);
    line-height: 1.8;
	font-size:0.8em;
	padding-left:20px;
	box-sizing: border-box;
}
p.copyright{
	display: none;
}

/*----------------------------- 
ハンバーガーメニュー
----------------------------- */

  /* body is-fixed */
  body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
/* menu-wrap */
  #menu-wrap {
	border-top:1px solid #ccc;
    background: #F7FCFF;
    width: 100%;
    position: fixed;
    top: 55px;
    right: -100%;
    height: calc(100% - 80px);
    padding: 10px 0;
    opacity: 0;
   overflow-y: scroll;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: .3s;
    transition: .3s;
  }

  #menu-wrap.is-active {
    opacity: 1;
    visibility: visible;
    right: 0;
  }

  /* click-nav */
  #click-nav {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }

  #click-nav span {
    display: block;
    position: absolute;
    background: #333;
    width: 100%;
    height: 2px;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
	  z-index: 999;
  }

  #click-nav .one {
    top: 0;
  }

  #click-nav .two {
    top: 10px;
  }

  #click-nav .three {
    top: 20px;
  }

  /* click-nav is-active */
  #click-nav.is-active .one {
    transform: rotate(45deg);
    top: 10px;
  }

  #click-nav.is-active .two {
    right: -50px;
  }

  #click-nav.is-active .three {
    top: 10px;
    transform: rotate(-45deg);
  }

  /* body-wrap */
  #body-wrap {
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
  }
#menu-wrap h2{
	width:100%;
	font-size:24px;
	text-align: center;
	display: block;
	line-height:1.4em;
	color:#005BAC;
}

#menu-wrap ul.sp_menu{
	margin:10px 0 35px;
	padding:0;
}
#menu-wrap ul.sp_menu li{
	background:#fff;
	font-size:15px;
	letter-spacing:0.04em;
	border-bottom:1px solid #ccc;
	position: relative;
	line-height:2.8;
	font-weight:600;
}
#menu-wrap ul.sp_menu li a{
	display: block;
	padding: 10px 20px;
}
#menu-wrap ul.sp_menu li:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

#menu-wrap ul.s_guide{
	width:90%;
	margin:0 5% 50px 5%;
}
#menu-wrap ul.s_guide li{
	color:#333333;
	background: none;
	float:left;
	width:33.3%;
	fons-weight:normal;
	text-align: center;
	border-bottom:1px solid #CCC;
	padding:0 0 10px 0;
	font-size:12px;
	line-height: 120%;
}
#menu-wrap ul.s_guide li:nth-child(odd){
	clear:none;
}
#menu-wrap ul.s_guide li span{
	border-right:1px solid #CCC;
	display: block;
	maring:0 auto 0 auto;
	width:100%;
	text-align: center;
}

#menu-wrap ul.s_guide li:last-child span{
	border:0;
}

#menu-wrap ul.s_guide li img{
	width:40px;
	height:auto;
}
#menu-wrap div a{
	display:block;
	text-align:center;
}
#menu-wrap div a img{
	max-width:85%;
	margin:0 auto 15px;
}
#menu-wrap div a img.sc_bn{
	width:100px;
	height:100px;
}
#menu-wrap div a.bn img{
	max-width: 333px;
	width:85%;
}
#menu-wrap div.notice a img{
	margin-bottom:0;
}
#menu-wrap div.notice span{
	line-height:1.4;
	display:block;
	width:85%;
	margin:0 auto;
}

.kensaku {
	width:100%;
    padding: 25px 20px;
	position:relative;
}
.kensaku form {
    position: relative;
	box-sizing: border-box;
}
.kensaku input[type="text"]{
	width:100%;
    height: 40px;
    padding: 10px 40px 10px 12px;
    font-size: 1rem;
	line-height:1;
	box-sizing:border-box;
	background-color:#f6f6f6;
}
.kensaku input[type="submit"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
	border: none;
	text-indent: -9999px;
    background-color: transparent;
    background-image: url('../../images/base/ico_search_g.png');
    background-repeat: no-repeat;
    background-position: top 50% right 6px;
}
/*------------------------------

ここからアコーディオンのCSS

------------------------------*/

#menu-wrap .accordion{
	margin-bottom:30px;
}
/* チェックボックスは非表示 */
#menu-wrap .accordion-hidden{
  display: none;
}
/* Question部分 */
#menu-wrap .accordion-open {
	display: block;
	padding: 10px 10px 10px 30px;
	cursor: pointer;
	margin: 5px 0;
	position: relative;/* 変更部分 */
	border-bottom:1px solid #ccc;
	background: url("../../images/base/h3_back.png") no-repeat 5px center;
	font-weight:600;
}
/* 開閉状態を示すアイコン+の作成 */
#menu-wrap .accordion-open::before,
#menu-wrap .accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
#menu-wrap .accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
#menu-wrap .accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
#menu-wrap .accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
#menu-wrap .accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
}

/*----------------------------- 
	コンテンツフッター
----------------------------- */
.card_link{
    /*background: url(../../images/base/bg-card.png) no-repeat center center;
    background-size: auto;
    background-size: cover;*/
	height: auto;
    padding: 10.66vw 4.8vw;
	-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: 100%;
    margin: 0 auto;
	padding: 0 2.4vw;
	display:block;
}
.card_link .card,
.nintei .wh_card{
    background: url("../../images/base/seisaku_bn.jpg") no-repeat center center;
    position: relative;
    width: 100%;
    height:60vw;
    margin-bottom: 5.8vw;
    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);
}
.nintei .wh_card{
	height:auto;
}
.card_link .card:last-of-type{
	margin-bottom:0;
}
.card_link .card a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #111;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card_link .card a .transp{
	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: 13px;
    line-height: 1.6;
    width: 100%;
	margin-top:8px;
}
.nintei{
	padding:40px 15px;
    background: url("../../images/base/bg-card.png") no-repeat center center;
	background-size:cover;
	height:auto;
}
.nintei h3 {
	color:#3E98DB;
	font-size:1.4rem !important;
	line-height:1.4;
}
.nintei .wh_card{
	background-image:none;
    padding: 20px 15px;
	margin-top:20px;
	font-size:0.9rem;
	line-height:1.5;
}
.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;
	line-height:1.4;
	display:block;
	margin-bottom:15px;
}

.toForm{
	padding:40px 15px;
	background-color:#EFEEEA;
	margin-top:40px;
}
.toForm h3,.nintei h3{
	text-align:center;
	padding-top:0;
	font-size:1.6rem;
}
.toForm .form_txt{
	text-align:center;
}
.toForm img{
	vertical-align: middle;
	margin-right:10px;
	height:30px;
	width:auto;
}
.toForm .tel_contact {
	width:100%;
	text-align:center;
    margin-top: 30px;
    color: #0b254d;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -.01em;
	font-family: 'Oswald',sans-serif;
}

.toForm .form_contact a.btn_form{
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    background: #3E98DB;
    width: 100%;
    padding: 20px 0;
    line-height: 40px;
    font-size: 1.2rem;
    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: 20px;
    content: '';
    display: inline-block;
    background-image: url(../../images/common/arrow_w02.png);
    width: 19px;
    height: 6px;
    -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);
}

/*幾何学アニメーション*/
#particles-js {
  	position: fixed;
    left: 0;
    top: 89;
    width: 100%;
    height: calc(100vh - 89px);
	background-color:#fff;
	z-index: -1;
	display: block;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
z-index: 1;
}

/*リスト見出し*/
.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; /* 要素を中央に配置 */
}

/* .image-itemクラスは各画像アイテムのスタイルを定義します */
.image-item {
    border: none; /* 枠線を削除 */
    display: flex; /* フレックスボックスレイアウトを使用 */
    flex-direction: column; /* フレックス方向を縦に設定 */
    justify-content: center; /* コンテンツを中央に配置 */
    align-items: center; /* コンテンツを中央に配置 */
    text-align: center; /* テキストを中央揃え */
}

/* .image-item内のimgタグのスタイルを定義します */
.image-item img {
    max-width: 100%; /* 画像の最大幅を親要素の幅に設定 */
    height: 50PX; /* 画像の高さを50pxに設定 */
	width: auto; /* 画像の幅を自動調整 */
	padding: 5px; /* 内側のスペースを20pxに設定 */
}
.image-item p {
	font-size: 0.7rem; /* フォントサイズを0.8remに設定 */
}

.s-font{
	font-size: 0.6rem;
}


