

@media print {
	
	

@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}




/* webフォントのちらつき対応 ---------------------------------------------- */



html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}


html{
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
  
  background: url("../img/common/all_bg.png") repeat;
}


html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
     
}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';

	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:150%;
	text-align:left;


}

body a:focus{
	outline:none;
}

/* PC用のスタイル記述 */
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
}	 



.bg_lr{
    background: url("../img/common/bg_l.png") left top no-repeat,url("../img/common/bg_r.png") right top  no-repeat;
}





/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}

.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;

}


/* header ---------------------------------------------- */



header{

	width:100%;

	margin:0 auto;

	box-sizing:border-box;
    padding: 0 50px;
    box-sizing: border-box;
}



/* footer ---------------------------------------------- */



.f_bg_t{
    background: url("img/common/f_bg.png") top center repeat-x;
    padding-top: 28px; /* 背景画像の高さに合わせる */
}

.f_bg{
    background:#082e5e;
}

footer{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;
}

.footer_in{	
	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:60px 0 60px 0;
	box-sizing:border-box;
}

.f_b{


}

.f_b ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  margin: 0;
    padding-inline-start: 0px;  
}

.f_b ul li{
  width: calc((100% - 20px * 1) / 2);

  background: #082e5e;
  box-sizing: border-box;

  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.f_b_in{
    width: 100%;
    margin-bottom: 40px;
}

.f_b_in dl {
    margin-bottom: 30px;

}

.f_b_in dl dt{
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;


  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_b_in dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #FFFFFF;
    margin-inline-start: 0px;
    
}

.f_b_in_c{
    text-align: center;
}

.button a {
    background: #ffffff;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    
    max-width: 400px;
    height: 60px;
    padding: 10px 25px;
    box-sizing: border-box;
    
    font-size: 24px;
    line-height: 100%;
    color: #082e5e;
  
    text-decoration: none;

    transition: 0.3s ease-in-out;

    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-style: normal;
}


.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2.5rem;


  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 15px;
  height: 15px;
  border-top: solid 5px currentColor;
  border-right: solid 5px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
    background: #FFFFFF;
    color: #082e5e;
}
.button a:hover:after {
  right: 2rem;
}

footer a{
    color: #FFFFFF;
	text-decoration:none;
}

footer a:hover{
    color: #FFFFFF;
	text-decoration:none;
}

.f_cpy{
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
















/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 65px;
    height: 65px;
	position: fixed;

	right: 15px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}





/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
    padding-top: 60px;
    text-align: center;

}

.h1_01_p{
    display: block;
    margin: 0 auto;
}

.h1_01_t{
    display: none;
}

.h1_01_s{
    display: none;
}


h2.h2_01{
    font-size: 48px;
    line-height: 140%;
    color: #082e5e;
    text-align: center;
 
    margin-bottom: 40px;
    
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
}





.ctt_bnr{
    width: 152px;
    height: auto;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9000;
}

.ctt_bnr a{
    transition: 0.3s;
}

.ctt_bnr a:hover{
    opacity: 0.8;
}

.ctt_bnr a img{
    width: 100%;
    height: auto;
}


/* 探研expo2026 トップ---------------------------------------------- */

.tp_tk01_out{
    padding: 0 20px;
    margin-bottom: 130px;
}
.tp_tk01{
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 0px 20px #ffffff;
    border: dashed 4px #082e5e;
    padding:50px;
    color: #ffffff;

}
.tp_tk01:after{
    position: absolute;
    content: '';
    right: -8px;
    top: -8px;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: #082e5e #fff #082e5e;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.tp_tk01 dl dt{
    font-size: 40px;
    line-height: 120%;
    color: #082e5e;
    margin-bottom: 20px;
    
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tp_tk01 dl dd{
    font-size: 20px;
    line-height: 180%;
    color: #5e4949;
    
    font-family: 'noto700';
}


.tp_tk02{
    margin-bottom: 130px;
}

.tp_tk02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  align-items: stretch;
  padding: 45px 0 0;
  margin: 0;
}

.tp_tk02 ul li{
  width: calc((100% - 20px * 2) / 3);
  padding: 0 25px 25px;
  background: #082e5e;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.tp_tk02_out{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tp_tk02_01{

}

.tp_tk02_01 dl dt{
    text-align: center;
    margin-bottom: 1px;
}

.tp_tk02_01 dl dt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: -40px auto 15px;
}

.tp_tk02_01 dl dd{
    font-size: 17px;
    line-height: 180%;
    color: #FFFFFF;
    margin-inline-start: 0;
}

.tp_tk02_02{
    margin-top: 24px;
}

.tp_tk02_02 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  margin: 0;
}

.tp_tk02_02 ul li{
    width: 100%;
    height: auto;
    padding: 6px 10px 8px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #FFFFFF;
    margin-bottom: 15px;
    text-align: center  !important;
    
    font-size: 20px;
    line-height: 100%;
    color: #082e5e;

    font-family: 'noto700';
    
  justify-content: center;
  align-items: center;
  text-align: center;    
}



.tp_tk02_02 ul li:last-child{
    margin-bottom: 0px;
}


.tp_tk03{
    max-width: 810px;
    width: 100%;
    margin: 0 auto 130px auto;
}

.tp_tk03 p{
    font-size: 18px;
    line-height: 100%;
    text-align: center;

}

.tp_tk03 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0px 20px;
  align-items: stretch;
  padding: 0;
  margin: 0 0  25px 0;
}

.tp_tk03 ul li{
  width: calc((100% - 20px * 2) / 3);

  box-sizing: border-box;
  border-radius: 15px;
  overflow: visible;

  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.tp_tk03 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.tp_tk03 ul li:hover img {
	opacity: .7;
}

.tp_tk04{
    font-size: 20px;
    line-height: 200%;
    color: #02adbc;
    text-align: center;
    margin-bottom: 40px;

    font-family: 'noto500';
}

.tp_tk05{

}









/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;
    font-family: 'noto500';    
    
    border-bottom: 2px solid #a18791;
    padding-bottom: 8px;
    margin-bottom: 15px;

}


.privacy dd {
    font-size:16px;
    line-height: 170%;
    margin-bottom: 40px;

}

.privacy dd a{
    color: #000000;
    text-decoration: none;
}


.privacy dd a{
    color: #000000;
    text-decoration:underline;
}



.privacy dd ul li {
	list-style-type: none;
	counter-increment: cnt;
    
    margin-bottom: 30px;
    
    font-size: 16px;
    line-height: 180%;
}
 
.privacy dd ul li::before {
	content: "(" counter(cnt) ") ";
}


.privacy dd ul li:last-child{
    margin-bottom: 0px;
}


.privacy dl dd dl{
    margin-top: 10px;

}

.privacy dl dd dl dt{
    font-size:16px;
    line-height: 150%;
    font-family: 'noto500';    
    
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 7px !important; 
    
display: list-item;
list-style-type:disc;
margin-left: 20px;
}

.privacy dl dd dl dd{
    font-size:16px;
    line-height: 150%;
    margin-bottom: 8px !important; 
    
    display: list-item;   
    list-style-type:    circle;    
    margin-left: 40px;
}


.privacy dl dd dl dd:last-child{
    margin-bottom: 0px;
}




/* お問い合わせフォーム ---------------------------------------------- */




.ctt_txt01{

    margin-bottom: 100px;


}

.ctt_txt01 dl dt{
    font-size: 35px;
    line-height: 140%;
    color: #b40d0d;
    font-family: 'noto500';   
    margin-bottom: 10px;
}

.ctt_txt01 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 30px;

}

.ctt_txt01 dl dd:last-child{
    margin-bottom: 0px;
}

.ctt_txt01 a{
    color: #b40d0d;
    text-decoration: none;
}

.ctt_txt01 a:hover{
    color: #b40d0d;
    text-decoration: none;
}



.ctt_txt02{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 30px;

}




.contact-t{

    margin-bottom: 80px;

}

.contact-t dl{

}

.contact-t dl dt{

	font-size:24px;

	line-height:120%;
	margin-bottom:25px;
    text-align: center;
}


.contact-t dl dd{
    font-size: 45px;
    line-height: 100%;
    text-align:center;
    
    
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 600;        
}


.contact-t dl dd a{
    color: #835f08;
    text-decoration: none;
}

.contact-t dl dd a:hover{
      color: #835f08;
    text-decoration: none;
}









.ctt_tel{
    margin-bottom: 80px;

}

.ctt_tel dl dt{
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    color: #045594;
    margin-bottom: 20px;


    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.ctt_tel dl dd{
    font-size: 24px;
    line-height: 180%;
    text-align: center;

}

.ctt_tel dl dt a{
    color: #00ac9a;
}

.ctt_tel dl dt a:hover{
    color: #00ac9a;
}








.contact-tf{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
    border: 1px solid #9B9B9B;
    padding: 50px;
    box-sizing: border-box;

}


.contact-tf p{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;

    
    font-size: 26px;
    line-height: 140%;

}

.contact-tf a{
    color: #000000;
    text-decoration: none;
}


.contact-tf a:hover{
    color: #000000;
    text-decoration: none;
}




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
    height: 40px !important;  
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



.f_text01 a{
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.f_text01 a:hover{

    color: #000000;
    text-decoration:underline;
}

	
}

