@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');
/* 
Mincho
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
Gotic
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.stix-two-text-<uniquifier> {
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* モバイルレイアウト : 480 px およびそれ以下. */
.background{
    background-image: url("../images/back01.png") ;
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
}
.menuBlock{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.menuBlock > div{
    width: 98%;
    max-width: 1022px;
    margin: 0 auto;
}
.menuBlock p{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    margin: 0 0 0.5em 0;
}
.dummyHeader{
    height: 100px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.contents{
    position: relative;
    width: 100%;
}
h1{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
	font-size: 30px;
    text-align: center;
    color: #231815;
    line-height: 100%;
}
h1 span{
    font-size: 24px;
    color: #cccccc;
}
h2{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
	font-size: 30px;
    text-align: center;
    color: #231815;
    line-height: 100%;
}
h2 span{
    font-size: 20px;
    color: #cccccc;
}
h3{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
	line-height: 180%;
}
h4{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
h5{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
.content{
    width: 96%;
    margin: 50px auto;
}
.content p{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
	line-height: 180%;
}
footer{
}
footer > div{
    width: 98%;
    margin: 0 auto;
    max-width: 1024px;
}
footer p{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 15px
}
footer .company{
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}
footer .company img{
    width: 2em;
}
footer .tel{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    margin: 0 0;
}
footer .copy{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    margin: 1em 0 2em 0;
}
footer .tel img{
    vertical-align: baseline;
}
.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.moreButton:visited{
    color: #000;
}
.moreButton{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #000;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.25em 0;
    text-align: center;
    width: 12em;
    border: solid 1px #103259;
    text-decoration: none;
    line-height: 250%;
}
.moreButton:hover{
    box-shadow: 0px 0px 15px -5px #777777;
    color: #000;
}
.linkButton{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
	display:inline-block;
	color:#fff;
	font-size: 20px;
	text-decoration:none;
	padding: 0.75em 1.25em;
	border-radius: 10px;
    background-color:#103259;
    font-weight: normal;
}
.linkButton:hover{
	opacity: 0.8;
	color:#fff;
}
.linkButton:visited{
	color:#fff;
}
.stdLink{
    color: #000;
    font-size: inherit;
    text-decoration: none;
}
.stdLink:hover{
    color: inherit;
}
.stdLink:visited{
    color: inherit;
}
.forPC{
    display: none;
}
.recruitBox{
    position: relative;
}
.recruitBox > div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.recruitBox h2{
    margin: 0.5em 0;
}
.recruitBox h2 span{
    color: #3e3a39;
}
.recruitBox p{
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}
.recruitBox .linkButton{
    background: #eeb8d0;
    color: #231815;
    font-size: 15px ;
    border-radius: 0;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.content{
    width: 80%;
    margin: 50px auto;
}
h1{
	font-size: clamp(30px, 6vw, 46px);
}
h2{
	font-size: clamp(30px, 6vw, 46px);
}
h2 span{
    font-size: clamp(20px, 3.1vw, 24px);
}
.recruitBox p{
    font-size: clamp(12px, 2.1vw,16px)!important;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.background{
    background-image: url("../images/back01.png") ;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.menuBlock{
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
}
.menuBlock > div{
    width: 80%;
}
.gridContainer {
	max-width: 1280px;
	margin: auto;
}
h1{
	font-size: clamp(30px, 3.6vw, 46px);
}
h2{
	font-size: clamp(30px, 3.6vw, 46px);
}
h2 span{
    font-size: clamp(20px, 1.9vw, 24px);
}
.recruitBox p{
    font-size: clamp(12px, 1.3vw,16px)!important;
}
h3{
    font-size: 34px;
}
.content p{
    font-size: 17px;
}
footer > div{
    width: 80%;
}
footer p{
    font-size: 17px
}
footer .company{
    font-size: 40px;
}
footer .company img{
    width: auto;
}
.recruitBox .linkButton{
    font-size: 17px ;
}
.forSP{
    display: none;
}
.forPC{
    display: block;
}
}