@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@400;700&display=swap');

/* Gotic
font-family: 'Noto Sans JP', sans-serif;
font-family: "Zen Maru Gothic", serif;
*/
/* 標準可変メディア
   メモ : 可変メディアでは、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 およびそれ以下. */
header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: #f7f5ef;
    z-index: 1;
}
header > div{
    width: 99%;
    max-width: 1240px;
    margin: 15px auto 10px auto;
    position: relative;
}
header .logoBox{
    position: absolute;
    top: 21px;
    left: 0;
}
header > div > p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    margin: 0 5% 0 0;
    text-align: right;
}
header > div > p span{
    display: inline-block;
    box-sizing: border-box;
    background: #0d0064;
    color: #fff;
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 0.25em 0.25em;
}
.main-nav > div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}
.main-nav .lang:visited{
    color: #666666;
}
.main-nav .lang{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    border: solid 1px #666666;
    border-radius: 5px!important;
    width: 7em;
    color: #666666;
    padding: 0.25em 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.main-nav .lang:hover{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    border: solid 1px #666666;
    border-radius: 5px!important;
    width: 7em;
    color: #666666;
    padding: 0.25em 0;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}
.main-nav .lang img{
    vertical-align: bottom;
}
.main-nav li.forPC{
    display: none;
}
.main-nav .lang.forSP{
    float: right;
    margin: 6px 0 0 0;
}
.menuBlock{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: rgba(153, 153,153, 0.56);
    padding: 10px 0;
    z-index: 1000;
}
body main > .dummy{
    height: 75px;
}
.container .contents{
    max-width: 1280px;
    margin: 0 auto;
}
.container .content{
    width: 96%;
    margin: 0 auto;
    padding: 50px 0;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.contents{
    position: relative;
    width: 100%;
}
h1{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #4d4d4d;
    line-height: 180%;
}
h1 span{
    display: inline-block;
    padding: 0 1em;
    background: linear-gradient(0deg, rgba(247,181,44,1) 0%, rgba(247,181,44,1) 5%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 10%, rgba(195,12,41,1) 10%, rgba(195,12,41,1) 15%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
}
h2{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #4d4d4d;
    line-height: 180%;
}
h2 span{
    display: inline-block;
    padding: 0 1em;
    background: linear-gradient(0deg, rgba(247,181,44,1) 0%, rgba(247,181,44,1) 5%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 10%, rgba(195,12,41,1) 10%, rgba(195,12,41,1) 15%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
}
h3{
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
    font-weight: normal;
}
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 Sans JP', sans-serif;
    font-size: 15px;
	line-height: 175%;
    text-align: center;
}
footer {
	padding: 35px 0 150px 0;
	background: #f7b52c;
    text-align: center;
}
footer > div{
    display: inline-block;
    vertical-align: top;
}
footer > div > div{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0 1%;
}
footer p{
    color: #000;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 175%;
}
footer .All_rights_Reserved p{
    text-align: center;
    font-size: 10px;
}
.fixedButtonBox{
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.fixedButtonBox > div{
    background: #f7b52c;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 10px 2px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: solid 1px #fff;
}
.fixedButtonBox > div:last-child{
    padding: 24px 2px;
}
.fixedButtonBox p{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 175%;
}
.fixedButtonBox p span{
    color: #fff;
}
.fixedButtonBox a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixedButtonBox a:hover{
    background: rgba(255,255,255,0.4);
}
.toTop {
	position: fixed;
	bottom: 150px;
	right: 20px;
    z-index: 10000;
}
.toTop a {
	width: 24px;
	height: 24px;
	border-radius: 14px;
	border: solid 2px #fff;
	background-color: #8cc63f;
	display: block;
	text-align: center;
	font-size: 20px;
	padding: 2px 0 0 0;
    color:#fff;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.linkButton{
    font-family: 'Noto Sans JP', sans-serif;
	display:inline-block;
	color:#fff;
	font-size: 16px;
	text-decoration:none;
	padding: 0.75em 1em;
	border-radius: 10px;
    background-color:#8cc63f;
    font-weight: bold;
}
.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;
}
.supportList{
}
.supportList .item{
    display: inline-block;
    vertical-align: top;
    width: calc(96% / 2) ;
    margin: 10px 1%;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 rgba(35, 24, 21, 0.75);
}
.supportList h3{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
    height: 3em;
}
.supportList p{
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    line-height: 170%;
    height: 16em;
}
.consultationWayList{
    text-align: center;
}
.consultationWayList .item{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: calc(96% / 2);
    margin: 10px 1%;
    border-radius: 8px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.75);
    overflow: hidden;
}
.consultationWayList .textBox p{
    width: 90%;
    margin: 1em auto;
    font-size: 14px;
    line-height: 175%;
    height: 26em;
}
.consultationWayList .wayBox{
    background: #f7b52c;
}
.consultationWayList .wayBox p{
    padding: 0.25em 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0;
    height: 4em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
header > div{
    width: 97%;
}
header > div > p{
    font-size: clamp(12px, 1.2vw, 15px);
    /* margin: 0 22% 0 0; */
    margin: 0 0 0 0;
}
.main-nav .lang{
    font-size: 15px;
}
.main-nav .lang:hover{
    font-size: 15px;
}
footer {
	padding: 35px 0 20px 0;
}
.fixedButtonBox{
    top: 20%;
    right: 0;
    bottom: auto;
    width: auto;
}
.fixedButtonBox > div{
    padding: 10px 10px;
    margin: 5px 0;
    display: block;
}
.supportList .item{
    width: calc(93% / 3) ;
    margin: 10px 0.5%;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 rgba(35, 24, 21, 0.75);
}
.supportList h3{
    font-size:clamp(13px, 2.1vw, 16px);
}
.supportList p{
    font-size: clamp(9px, 1.6vw, 12px);
    width: 90%;
    margin: 0 auto;
    line-height: 170%;
    height: 15em;
}
.consultationWayList .item{
    width: calc(97% / 3);
    margin: 10px 0.5%;
    border-radius: 8px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.75);
}
.consultationWayList .textBox p{
    width: 95%;
    margin: 1em auto;
    font-size: clamp(9px, 1.6vw, 12px);
    line-height: 175%;
    height: 18em;
}
}

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

@media only screen and (min-width: 768px) {
header > div > p{
    font-size: clamp(12px, 1.2vw, 15px);
    /* margin: 0 22% 0 0; */
    margin: 0 15% 0 0;
    float: right;
}
header .logoBox{
    top: 10%;
    left: 0;
}
body main > .dummy{
    height: 80px;
}
.main-nav .lang.forSP{
    display: none;
}
.main-nav li.forPC{
    display: inline-block;
}
.gridContainer {
	max-width: 1280px;
	margin: auto;
}
.content{
    width: 72%;
    margin: 50px auto;
}
.forSP{
    display: none;
}
.forPC{
    display: block;
}
footer {
	padding: 35px 0;
}
footer > div{
    width: 72%;
}
.supportList .item{
    width: 24% ;
    margin: 10px 0.5%;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 rgba(35, 24, 21, 0.75);
}
.supportList h3{
    font-size: clamp(10px, 1.3vw, 16px);
    height: 2em;
}
.supportList p{
    font-size: clamp(7px, 0.9vw, 12px);
    width: 90%;
    margin: 0 auto;
    line-height: 170%;
    height: 13em;
}
.consultationWayList .textBox p{
    font-size:clamp(9px, 1.1vw, 14px) ;
    height: 15em;
}
}