@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html {scroll-behavior: smooth;}
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 17px;}
}
@media only screen and ( min-width : 769px ) {
  body {font-size: 16px;}
}
/* ----------------------------------------------

 * レスポンシブ非表示

---------------------------------------------- */
@media only screen and ( max-width : 768px ) {
.min769{display: none;}
}
@media only screen and ( min-width : 769px ) {
.max768 {display: none;}
}
/* ----------------------------------------------

 * img/アンカー

---------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
a {
  font-size: 100%;
  color: #477684;
  text-decoration: none;
}
a:hover, a:active {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/*
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
}*/

/**{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}*/

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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
	background-image: linear-gradient(-20deg, #dcc6ec 0%, #5c1f87 100%);
  /*background: #ece1dd;*/
}
#header .container{
  width: 98%;
  margin: 0 auto;
}
h1{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
}
.h_logo a:hover, .h_logo a:active {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
#h_top {
	display: flex;
   justify-content: space-between;
   align-items: center;
 }
#gNav a:hover {
  color: #477684;
}
nav li a {
	color: #002772;/*メニュー文字カラー*/
  font-size: 16px;/*メニューPC文字サイズ→メニューSP文字サイズはmeanmenu.css*/
  /*letter-spacing: 0.01em;*/
}

nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #eef7f9;/*プルダウンメニュー背景*/
  /*background-image: linear-gradient(to top, #e8d8d2 0%, #b8d7e1 100%);*/
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
@media only screen and ( max-width : 768px ) {
  #header {
    height: 60px;
  }
	h1{
		display: none;
}
  .h_logo {
    width: 220px;
    position: absolute;
    left: 10px;
    z-index: 100;
  }
	.h_logoInsta {
    /*width: 250px;*/
    position: absolute;
		right: 60px;
    z-index: 101;
  }
	#h_top {height: 60px;}
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}


@media print, screen and ( min-width : 769px ) {
  #header {
    height: 100px;
  }
  .h_logo {
    width: 300px;
  }
  #h_top {height: 100px;}
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.5em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 13px;
    margin-left: 3px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 60px;*/
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px 0;
    display: block;
    border-bottom: none;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;/*プルダウンメニューの縦位置*/
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #477684;/*プルダウンメニュー文字*/
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

@media print, screen and ( min-width : 1000px ) {
	  .h_logo {
    width: 400px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */
/* main,section
--------------------------------*/
main {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#main p {
  word-break: break-all;
}
section {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main {padding-top: 60px;}
  section .inner {padding: 50px 0;}	
	section .title {padding: 50px 0 0 0;}	
}
@media only screen and (min-width: 769px) {
  main {padding-top: 100px;}
  section .inner {padding: 100px 0;}
	section .title {padding: 100px 0 0 0;}	
}
/* box
--------------------------------*/
@media only screen and (max-width: 768px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }
  .boxS {
    margin: 15px auto 0 auto;
  }
  .boxM {
    margin: 25px auto 0 auto;
  }
  .boxL {
    margin: 50px auto 0 auto;
  }
	  .box0 {
  margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }	
  .boxS {
  margin: 25px auto 0 auto;
}
.boxM {
  margin: 50px auto 0 auto;
}
.boxL {
  margin: 100px auto 0 auto;
}
	.box0 {
  margin: 0 auto;
}
}
@media only screen and (min-width: 1200px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 1200px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #dcc6ec 0%, #5c1f87 100%);
	padding: 50px 0;
	color: #fff;
  font-size: 14px;
	text-align: center;
}
#footer a:link {

	color: #fff;

}
@media only screen and ( max-width : 768px ) {
  .f_logo img {width: 200px;}
}
@media print, screen and ( min-width : 769px ) {
  .f_logo img {width: 300px;}
}
/* page-top
--------------------------------*/
#page-top {
  position: fixed;
}
@media only screen and (max-width: 768px) {
  #page-top {
		width: 10%;
  	bottom: 15px;
		right: 15px;
	}
}
@media only screen and (min-width: 769px) {
  #page-top {
    
  bottom: 20px;
  right: 20px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   GENERAL

--------------------------------------------------------------------------------------------- */
/* h
--------------------------------*/
h2,h3{
	color: #002772;
	line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
h2{font-size: 2rem;}
h3{font-size: 1.8rem;}	
}
@media only screen and (min-width: 1200px) {
h2{font-size: 2.8rem;}
h3{font-size: 2.2rem;}
}
h4{
	margin-bottom: 15px;
	padding: 0 5px;
	color: #bbb;
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
}
/* link-adjust
--------------------------------*/
@media only screen and (max-width: 768px){
.link-adjust{
	margin-top:-60px;
	padding-top:60px;
}
}
@media print, screen and ( min-width : 769px ) {
.link-adjust{
	margin-top:-110px;/*シャドーを考慮しヘッダー+10px*/
	padding-top:110px;/*シャドーを考慮しヘッダー+10px*/
}
}
/* mainimg
--------------------------------*/
.mainimg img{width: 100%;}
/* button
--------------------------------*/

/* margin
--------------------------------*/
.mt10{margin-top: 10px;}
.mt25{margin-top: 25px;}
.mb10{margin-bottom: 10px;}

/* padding
--------------------------------*/
.pt10{padding-top: 10px;}
.pt25{padding-top: 25px;}
.pt50{padding-top: 50px;}
.pb10{padding-bottom: 10px;}
.pb25{padding-bottom: 25px;}

/* fontsize
--------------------------------*/
.fs-03 {
  font-size: 0.3em;
}
.fs-05 {
  font-size: 0.5em;
}
.fs-06 {
  font-size: 0.6em;
}
.fs-07 {
  font-size: 0.7em;
}
.fs-08 {
  font-size: 0.8em;
}
.fs-09 {
  font-size: 0.9em;
}
.fs-11 {
  font-size: 1.1em;
}
.fs-12 {
  font-size: 1.2em;
}
.fs-13 {
  font-size: 1.3em;
}
.fs-14 {
  font-size: 1.4em;
}
.fs-15 {
  font-size: 1.5em;
}
.fs18 {
  font-size: 1.8em;
}
.fs20 {
  font-size: 2em;
}
.fs-25 {
  font-size: 2.5em;
}
.fs-30 {
  font-size: 3em;
}
.fs-35 {
  font-size: 3.5em;
}
.fs-40 {
  font-size: 4em;
}
.fs-50 {
  font-size: 5em;
}
.fs-60 {
  font-size: 6em;
}
.fs-70 {
  font-size: 7em;
}
.fs-80 {
  font-size: 8em;
}
/* color
--------------------------------*/
.red{color:#e20045;}
.black {
  color: #000;
}
.bgc-basered {
  background-color: #d62c33;
}
.bgc-black {
  background-color: #000;
}
.bgc-content {
  background-color: #eaf1ff;
}
/* others
--------------------------------*/
.lh-1 {
  line-height: 1;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.liststyle-disc {
  list-style: disc;
  padding-left: 1.5em;
}


.bdrT{
 border-top: 1px solid #b196d2;
}

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

　   contents

--------------------------------------------------------------------------------------------- */
/* top
--------------------------------*/
.info article{
 width:100%;
 margin-top: 50px;
 padding-bottom:50px;
 border-bottom: 1px dotted #bdbdbd;
	text-align: left;
}
.info article:last-child{
 width:100%;
 padding-bottom:0;
 border-bottom: 0px;
}
.info article .date{
 padding:5px;
 color:#fff;
 font-size:0.9em;
 background:#333;
 display:inline;
}
.info article .infotitle{ margin-top:15px;}
.info article .sentence{margin-top:15px;}
.info article ul{
 margin:0 0 0px 0;
 padding:0 0 0 0;
}
.info article ul li{margin:0 0 0px 0;}
@media only screen and (max-width: 768px){
.info article .infotitle{
	font-size:1.2em;
	}
}
@media only screen and (min-width: 769px){
.info article .infotitle{
	font-size:1.6em;
}
}	
/* 
.info article:last-child{
 border-bottom:none;
}
*/

/* 
.info .archive{
 width:auto;
 margin:10px 0 0 0;
 float:right;
}
.info .archive a{
 padding:2px 10px;
 color:#fff;
 font-size:0.9em;
 display:block;
 background:#a98f30;
}*/

/* philosophy
--------------------------------*/ 
.philosophy {text-align: center;}
.service-right{text-align: left;}

@media only screen and (max-width: 768px){
.philosophy-left, .philosophy-right{width:100%;}	
.philosophy-left{margin-bottom: 25px;}
}
@media only screen and (min-width: 769px){
.philosophy {
	display: flex;
 justify-content:space-between;
 align-items:flex-start;
 flex-wrap: wrap;
}
.philosophy-left, .philosophy-right{width:48%;}
}

@media only screen and (max-width: 768px){
.sdgs{
	text-align: center;
	}
.sdgs img:nth-child(2){
	margin-top: 25px;
}	
}
@media only screen and (min-width: 769px){
.sdgs {
 display: flex;
 justify-content:space-around;
 align-items:flex-start;
 flex-wrap: wrap;
}
}

/* product
--------------------------------*/ 
.product{border-top: 1px solid #b196d2;} 
.productName {line-height: 1.2;
	font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}	
.productImg{margin-top: 50px;}
.productImg-left img{width: 50%;}
.productImg-right img{width: 80%;}
.productExp p:nth-child(n+2){margin-top: 25px;}

@media only screen and (max-width: 768px){
.product:nth-child(n+2){margin-top: 50px;} 	
.product{padding-top: 50px;} 
.productName {font-size: 2.5rem;}	
.productImg-left, .productImg-right{width:100%;}	
.productImg-left{margin-bottom: 50px;}
.productExp{
	margin: 50px 0;
	font-size: 1.3rem;}
}
@media only screen and (min-width: 769px){
.product:nth-child(n+2){margin-top: 100px;} 	
.product{padding-top: 100px;} 	
.productName {font-size: 3rem;}	
.productImg {
	display: flex;
 justify-content:space-between;
 align-items:center;
 flex-wrap: wrap;
	flex-direction: row-reverse;
}
.productImg-left, .productImg-right{width:50%;}
.productExp{
	margin: 50px 0;
	font-size: 1.5rem;}
}

@media only screen and (max-width: 768px){
.productLink p:nth-child(2){margin-top: 25px;}	
}
@media only screen and (min-width: 769px){
.productLink {
 display: flex;
 justify-content:space-around;
 align-items:flex-start;
 flex-wrap: wrap;
}
}

.btn-pl {
  display: block;
  color: #fff;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
}
.btn-pl:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}
@media only screen and ( max-width : 768px ) {
  .btn-pl {width: 60%;}
}
@media print, screen and ( min-width : 769px ) {
  .btn-pl {width: 300px;}
}

.pl-blk {background: #000;}
.pl-gold {background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;}



/* contact
--------------------------------*/ 
table.tableRsp {
	background:#fff;
	border-top: 1px solid #999; 
}
table.tableRsp th {
 padding: 25px 0;
 text-align:center;
 border-bottom: 1px solid #999; 
 vertical-align:middle;
}
table.tableRsp td {
 padding: 25px;
 font-weight:normal;	
 text-align:center;
 border-bottom: 1px solid #999; 
 vertical-align:middle;
}

@media only screen and (max-width: 768px){
table.tableRsp {
	width: 94%;
	margin: 0 auto;
	border-top:solid 1px #999;
	}	
table.tableRsp th {
 width: 100%;
 display: block;
	padding: 25px 0 0 0;
 border-bottom:0;	
}
table.tableRsp td {
 width: 100%;
	padding: 0 25px 25px 25px;
 display: block;
}
}
@media only screen and (min-width: 769px){
	table.tableRsp {
 width: 80%;
		margin: 0 auto;
}
table.tableRsp th {
 width: 25%;
}
table.tableRsp td {
 width: 75%;
	text-align: left;
}
}

.telbox{
	margin: 0 auto;
	border: 1px solid #999; 
	background:#efefef; 
}
.telboxnumber{
	margin-bottom: 20px;
	color: #002772;
	font-weight: bold;
	line-height: 1;
}
@media only screen and (max-width: 768px){
.telbox{
	width: 98%;
	padding: 20px 0 15px 0;
	}
.telboxnumber{font-size: 2rem;}	
}
@media only screen and (min-width: 769px){
.telbox{
	width: 50%;
	padding: 40px 0 30px 0;
	}
.telboxnumber{font-size: 2.5rem;}	
}


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

　   form

--------------------------------------------------------------------------------------------- */
/* form
--------------------------------*/ 
input[type="text"],input[type="number"],input[type="tel"],textarea,select{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0.5em;
	background-color: #eee;
	border: 1px solid #999; 
}/*枠線を横幅に含める=はみ出し防止*/
input[type="text"],input[type="number"],input[type="tel"],input[type="submit"],input[type="reset"],textarea,select{font-size: 15px;}	

@media only screen and (max-width: 768px){
input[type="text"],input[type="number"],input[type="tel"],input[type="submit"],input[type="reset"],textarea,select{font-size: 15px;}
.fwS{width:20%;}
.fwM{width:100%;}	
.fwL{width:100%;}
}
@media only screen and (min-width: 769px){
.fwS{width:12%;}
.fwM{width:60%;}	
.fwL{width:100%;}
}
.msg { color:#e20045; }/* !!!メールフォームCGIに埋め込まれているclassっぽい!!!クラス名変更不可 */

.need{
margin:0 0 0 5px;
padding:0 2px;
color:#ff0066;
font-size:0.7em;
vertical-align: super;
}
