@charset "UTF-8";

// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
color: #000000;
font: 400 16px/30px "Noto Sans JP", sans-serif;
}
a:link{
text-decoration: none;
color: #0081CC;
}
a:visited {
text-decoration: none;
color: #0081CC;
}
a:hover {
text-decoration:none;
color: #59C3E1;
}


/* Navi------------------------------------------------------ */
.NaviWRP {
width: 100%;
height: 80px;
position: fixed;
top: 0px;
left: 0px;
z-index: 200;
font: 400 16px/16px "Noto Sans JP", sans-serif;
background-color: #FFFFFF;
}
#LogoENG {
width: 66px;
height: 60px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
float: left;
}
#Navi {
width: 900px;
height: 60px;
float: right;
padding-top: 10px;
padding-bottom: 10px;
}
#Navi li{
position: relative;
float: left;
padding: 0;
}
#Navi li a{
width: 180px;
height: 60px;
display: block;
margin: 0;
text-decoration: none;
}
#Navi li img {
float: left;
}
.Navitxt{
width: 110px;
height: 16px;
padding-top: 22px;
padding-bottom: 22px;
padding-left: 10px;
float: left;
}

/* fullSlideShow------------------------------------------------------ */
.fullSlideShow {
width: 100%;
text-align: left;
position: relative;
overflow: hidden;
}
.fullSlideShow ul {
top: 50%;
left: 50%;
width: 100%;
position: absolute; /* absolute or fixed */
overflow: hidden;
}
.fullSlideShow ul li {
top: 0;
left: 0;
width: 100%;
display: none;
position: absolute;
}
.fullSlideShow ul li img {
width: 100%;
z-index: 100;
}
/* SlideShowNavi------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
margin-top: -25px;
top: 50%;
width: 50px;
height: 50px;
position: fixed; /* absolute or fixed */
z-index: 150;
}
.fullSlideShow .btnPrev {
left: 10px;
background: transparent url(../images/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
right: 10px;
background: transparent url(../images/btnNext.png) no-repeat center center;
}

/* NameLogo------------------------------------------------------ */
.NameWRP {
width: 300px;
height: 100%;
padding-left: 70px;
padding-right: 70px;
bottom: 0px;
right: 0px;
background-color: #FFFFFF;
background: rgba(255,255,255,0.5);
position: absolute;
z-index: 120;
font: 500 32px/42px "Noto Sans JP", sans-serif;
text-align: center;
}
.Name {
width: 300px;
height: 620px;
margin-top: 200px;
}
.NameLeft {
width: 300px;
height: auto;
}
.NameRight {
width: 300px;
height: auto;
}
.LogoJPN {
width: 300px;
height: 216px;
padding-top: 20px;
padding-bottom: 40px;
}
.TopIMG {
width: 260px;
height: 260px;
margin-left: auto;
margin-right: auto;
}

/* SSCopy------------------------------------------------------ */
.SSCopy {
width: 840px;
height: 34px;
font: 600 34px/34px "Noto Sans JP", sans-serif;
color: #FFFFFF;
margin: -17px 0 0 -420px;  /*縦横の半分をネガティブマージンでずらす*/
position: absolute;  /*body要素に対して絶対配置*/
top: 50%;  /*上端を中央に*/
left: 500px;  /*左端を中央に*/
z-index: 120;
filter: drop-shadow(0.5px 0.5px 2px rgba(0, 0, 0, 0.9));
}

/* ShopButton------------------------------------------------------ */
#ShopBTN {
width: 230px;
height: 16px;
padding: 32px 10px 32px 30px;
background-color: #333333;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
left: 0px;
top: 85%;
z-index: 180;
cursor: pointer;
font: 400 16px/16px "Noto Sans JP", sans-serif;
color: #59C3E1;
background-image: url(../images/Icon_Shop.svg);
background-position: 200px 10px;
background-size: 60px 60px;
background-repeat: no-repeat;
position: fixed;
display: block;
}

/* WhatsKODOH------------------------------------------------------ */
.WhatsRight {
width: 60%;
height: 500px;
order: 2;
}
.WhatsLeft {
width: 40%;
height: 500px;
background-color: #EAF6FD;
order: 1;
}
.CommentWRP {
width: 76%;
height: 500px;
margin-left: auto;
margin-right: auto;
}
.Comment {
width: 76%;
height: 500px;
display: table-cell;
vertical-align: middle;
}
.WhatsTTL {
font: 600 30px/40px "Noto Serif JP", serif;
margin-bottom: 30px;
}
.FeatureTTL {
font: 600 50px/50px "Noto Serif JP", serif;
margin-bottom: 30px;
}
.FeatureLeft1 {
width: 60%;
height: 500px;
order: 1;
}
.FeatureRight1 {
width: 40%;
height: 500px;
order: 2;
}
.FeatureLeft2 {
width: 40%;
height: 500px;
order: 1;
}
.FeatureRight2 {
width: 60%;
height: 500px;
order: 2;
}
.FeatureBG1 {
background-color: #EAF6FD;
}
.FeatureBG2 {
background-color: #FCEBED;
}
.FeatureBG3 {
background-color: #E8F2D9;
}
.FeatureBG4 {
background-color: #ECDEED;
}
.FeatTTLcol1 {
color: #0081CC;
}
.FeatTTLcol2 {
color: #E5004F;
}
.FeatTTLcol3 {
color: #009944;
}
.FeatTTLcol4 {
color: #920783;
}
.Bioenergy {
width: 100%;
height: 40px;
padding-top: 20px;
padding-bottom: 20px;
font: 600 40px/40px "Noto Serif JP", serif;
color: #FFFFFF;
text-align: center;
background-color: #59C3E1;
}

/* ProductsLineup------------------------------------------------------ */
.ProdFRM {
width: 958px;
height: auto;
padding: 19px;
border: 1px solid #59C3E1;
margin-bottom: 30px;
}
.ProdPH {
width: 360px;
height: 360px;
margin-right: 50px;
}
.ProdTXTWRP {
width: 550px;
height: 360px;
}
.ProdTXT {
width: 550px;
height: 360px;
display: table-cell;
vertical-align: middle;
}
.ProdName {
width: 100%;
height: 40px;
font: 600 40px/40px "Noto Serif JP", serif;
margin-bottom: 20px;
}
.Price {
width: 100%;
height: 30px;
font: 400 30px/30px "Fjalla One", sans-serif;
margin-bottom: 20px;
}
.Tax {
font: 400 16px/30px "Noto Sans JP", sans-serif;
}
.LinkBTNWRP {
width: 360px;
height: 80px;
margin-left: auto;
margin-right: auto;
}
#LinkBTN li{
position: relative;
float: left;
padding: 0;
}
#LinkBTN li a{
width: 280px;
height: 24px;
display: block;
margin: 0;
font: 500 24px/24px "Noto Sans JP", sans-serif;
border: 1px solid #333333;
color: #59C3E1;
text-align: center;
text-decoration: none;
background-color: #333333;
padding-left: 80px;
padding-top: 28px;
padding-bottom: 28px;
border-radius: 40px;
background-image: url(../images/Icon_Shop.svg);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: 10px 10px;
}
#LinkBTN li a:hover {
background-color: #666666;
}


/* Feedback------------------------------------------------------ */
.FeedCopy {
width: 100%;
height: 24px;
font: 600 24px/24px "Noto Serif JP", serif;
text-align: center;
margin-bottom: 20px;
}
.QuestionWRP {
width: 88%;
height: auto;
padding-left: 6%;
padding-right: 6%;
background-color: #F2E1FF;
color: #0081CC;
overflow:hidden;
}
.AnswerWRP {
width: 88%;
height: auto;
padding-left: 6%;
padding-right: 6%;
background-color: #F9F9F9;
overflow:hidden;
}
.Qcap {
width: 50px;
height: 48px;
padding-top: 6px;
padding-bottom: 6px;
font: 700 48px/48px "Roboto", sans-serif;
float: left;
}
.Qtxt {
width: auto;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
font: 700 20px/20px "Noto Sans JP", sans-serif;
color: #0081CC;
display: flex;
}
.Acap {
width: 50px;
height: 48px;
padding-top: 20px;
font: 700 48px/48px "Roboto", sans-serif;
color: #808080;
float: left;
}
.Atxt {
width: auto;
height: auto;
padding-top: 25px;
padding-bottom: 25px;
font: 400 20px/30px "Noto Sans JP", sans-serif;
display: flex;
}
.StoryBTNWRP {
width: 400px;
height: 80px;
margin-left: auto;
margin-right: auto;
}
#StoryBTN li{
position: relative;
padding: 0;
}
#StoryBTN li a{
width: 400px;
height: 24px;
display: block;
margin: 0;
font: 500 24px/24px "Noto Sans JP", sans-serif;
border: 1px solid #333333;
color: #59C3E1;
text-align: center;
text-decoration: none;
background-color: #333333;
padding-top: 28px;
padding-bottom: 28px;
border-radius: 40px;
}
#StoryBTN li a:hover {
background-color: #666666;
}


/* Inquiry------------------------------------------------------ */
#FormBG {
width: 70%;
padding: 50px 15% 80px;
color: #000000;
font-size: 16px;
background-color: #F9F9F9;
border-radius: 10px;
}
.required {
height: 10px;
padding: 2px 4px 3px;
color: #FFFFFF;
font-size: 10px;
line-height: 10px!important;
text-align: center;
border-radius: 3px;
background-color: #C8113D;
margin-left: 10px;
display: inline;
}
.InqTTL {
width: 100%;
height: 20px;
line-height: 18px;
margin-bottom: 10px;
}
.InquiryTTL {
font: 700 24px/24px "Noto Sans JP", sans-serif;
text-align: center;
color: #59C3E1;
margin-bottom: 10px;
}
.InqContWRP {
width: 100%;
}
.InqCont1 {
width: 45%;
padding-right: 6%;
float: left;
}
.InqCont2 {
width: 45%;
float: left;
}
.input {
width: 97%;
height: 20px;
border: 1px solid #DDDDDD;
float: left;
padding: 5px;
font-size: 16px;
line-height: 20px;
border-radius: 5px;
}
.textarea {
width: 97%;
height: 144px;
font-size: 16px;
line-height: 20px;
border: 1px solid #DDDDDD;
padding: 5px;
border-radius: 5px;
}
.submit {
width: 100%;
height: 42px;
line-height: 20px;
font-weight: 700;
font-size: 20px;
background-color: #0081CC;
border: 1px solid #0081CC;
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 5px;
text-align: center;
}
.submit:hover {
background-color: #59C3E1;
}


/* Profile------------------------------------------------------ */
.GrayLine {
width: 100%;
height: 1px;
border-bottom: 1px solid #CCCCCC;
margin-top: 15px;
margin-bottom: 15px;
}
.ProfBox {
width: 100%;
height: auto;
text-align: center;
}
.ProfTTL {
font: 700 18px/18px "Noto Sans JP", sans-serif;
margin-bottom: 10px;
}
.Estab {
width: 260px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: left;
}


/* Access------------------------------------------------------ */
.AccessBox {
width: 100%;
height: auto;
text-align: center;
}
.CompanyName {
font: 700 28px/28px "Noto Sans JP", sans-serif;
}
.GoogleMap {
width: 800px;
height: 400px;
}


/* Footer------------------------------------------------------ */
.FooterWRP {
width: 100%;
height: 350px;
padding-top: 50px;
background-color: #EAF6FD;
text-align: center;
}
.FooterLogo1 {
width: 180px;
height: 129px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.FooterLogo2 {
width: 300px;
height: 36px;
margin-left: auto;
margin-right: auto;
margin-bottom: 140px;
}
.copyright {
width: 100%;
height: 12px;
text-align: center;
font: 300 12px/12px "Noto Sans JP", sans-serif;
}


/* PageTop------------------------------------------------------ */
.pagetop {
	position: fixed;
	bottom: -80px;
	right: 80px;
}
.pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #0081CC;
	text-align: center;
	color: #fff;
	font-size: 36px;
	text-decoration: none;
	line-height: 68px;
	z-index: 200;
	border-radius: 10px;
}
.pagetop a:hover {
	background-color: #59C3E1;
}


/* Common------------------------------------------------------ */
.Container1 {
width: 1000px;
height: auto;
margin-left: auto;
margin-right: auto;
}
.Container2 {
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
}
.IconBox {
width: 120px;
height: 120px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.TTLeng {
width: 100%;
height: 48px;
font: 400 48px/48px "Fjalla One", sans-serif;
color: #59C3E1;
text-align: center;
}
.TTLjpn {
width: 100%;
height: 24px;
font: 500 20px/24px "Noto Sans JP", sans-serif;
text-align: center;
}
.Column {
max-width: 100%;
display: flex;
}
.cover-image {
width: 100%; /* または親要素の幅に合わせる */
height: 500px; /* または親要素の高さに合わせる */
object-fit: cover; /* 画像を縦横比を保ちつつコンテナ全体に表示 */
}
.mgn20b {
margin-bottom: 20px;
}
.BoxL {
width: 100%;
height: 100px;
clear: both;
}
.BoxM {
width: 100%;
height: 50px;
clear: both;
}
.BoxS {
width: 100%;
height: 30px;
clear: both;
}
.Red {
color: #C8161D!important;
}
.br-pc { display:block; }
.br-sp { display:none; }

.pc { display:inline; }
.sp { display:none; }




/* ==================================================////////////////////タブレット////////////////////================================================== */
@media screen and (min-width: 960px) {
	/* 959px以下に適用されるCSS（タブレット用） */

a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000000
}

}




/* ==================================================////////////////////スマートフォン////////////////////================================================== */
@media screen and (max-width: 959px){
body {
color: #333333;
font: 400 12px/20px "Noto Sans JP", sans-serif;
}

.pc { display:none; }
.sp { display:inline; }

.br-pc { display:none; }
.br-sp { display:block; }


/* Navi------------------------------------------------------ */
.NaviWRP {
width: 100%;
height: 70px;
position: fixed;
top: 0px;
left: 0px;
z-index: 200;
font: 400 10px/10px "Noto Sans JP", sans-serif;
background-color: #FFFFFF;
}
#LogoENG {
width: 45px;
height: 40px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
float: left;
}
#Navi {
width: 280px;
height: 55px;
float: right;
padding-top: 10px;
padding-bottom: 5px;
}
#Navi li{
position: relative;
float: left;
padding: 0;
text-align: center;
}
#Navi li a{
width: 56px;
height: 55px;
display: block;
margin: 0;
text-decoration: none;
}
#Navi li img {
float: left;
width: 40px;
height: 40px;
margin-left: 8px;
margin-right: 8px;
margin-bottom: 3px;
}
.Navitxt{
width: 56px;
height: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
float: left;
}


/* NameLogo------------------------------------------------------ */
.NameWRP {
width: 100%;
height: 170px;
padding-left: 0px;
padding-right: 0px;
padding-top: 20px;
bottom: 0px;
right: 0px;
background-color: #FFFFFF;
background: rgba(255,255,255,0.5);
position: absolute;
z-index: 120;
font: 500 15px/18px "Noto Sans JP", sans-serif;
text-align: center;
}
.Name {
width: 310px;
height: 150px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
display: flex;
}
.NameLeft {
width: 150px;
height: auto;
margin-right: 10px;
}
.NameRight {
width: 150px;
height: auto;
}
.LogoJPN {
width: 150px;
height: 108px;
padding-top: 5px;
padding-bottom: 0px;
}
.TopIMG {
width: 150px;
height: 150px;
margin-left: auto;
margin-right: auto;
}


/* SSCopy------------------------------------------------------ */
.SSCopy {
width: 100%;
height: 50px;
font: 600 20px/30px "Noto Sans JP", sans-serif;
color: #FFFFFF;
text-align: center;
margin: -25px 0 0 -50%;  /*縦横の半分をネガティブマージンでずらす*/
position: absolute;  /*body要素に対して絶対配置*/
top: 48%;  /*上端を中央に*/
left: 50%;  /*左端を中央に*/
z-index: 120;
filter: drop-shadow(0.5px 0.5px 2px rgba(0, 0, 0, 0.9));
}


/* ShopButton------------------------------------------------------ */
#ShopBTN {
width: 115px;
height: 8px;
padding: 16px 0px 16px 15px;
background-color: #333333;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
left: 0px;
top: 80px;
z-index: 180;
cursor: pointer;
font: 400 8px/8px "Noto Sans JP", sans-serif;
color: #59C3E1;
background-image: url(../images/Icon_Shop.svg);
background-position: 95px 5px;
background-size: 30px 30px;
background-repeat: no-repeat;
position: fixed;
display: block;
}


/* WhatsKODOH------------------------------------------------------ */
.WhatsRight {
width: 100%;
height: 200px;
}
.WhatsLeft {
width: 100%;
height: auto;
background-color: #EAF6FD;
padding-top: 20px;
padding-bottom: 20px;
}
.CommentWRP {
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.Comment {
width: 90%;
height: auto;
display: table-cell;
vertical-align: middle;
}
.WhatsTTL {
font: 600 20px/28px "Noto Serif JP", serif;
margin-bottom: 10px;
text-align: center;
}
.FeatureTTL {
font: 600 36px/36px "Noto Serif JP", serif;
margin-bottom: 10px;
text-align: center;
}
.FeatureLeft1 {
width: 100%;
height: 200px;
}
.FeatureRight1 {
width: 100%;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.FeatureLeft2 {
width: 100%;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.FeatureRight2 {
width: 100%;
height: 200px;
}
.Bioenergy {
width: 90%;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5%;
padding-right: 5%;
font: 600 28px/32px "Noto Serif JP", serif;
color: #FFFFFF;
text-align: center;
background-color: #59C3E1;
}


/* ProductsLineup------------------------------------------------------ */
.ProdFRM {
width: 90%;
height: auto;
padding: 19px;
border: 1px solid #59C3E1;
margin-bottom: 20px;
}
.ProdPH {
width: 100%;
height: auto;
margin-right: 0px;
margin-bottom: 10px;
}
.ProdTXTWRP {
width: 100%;
height: auto;
}
.ProdTXT {
width: 100%;
height: auto;
display: table-cell;
vertical-align: middle;
}
.ProdName {
width: 100%;
height: 24px;
font: 600 24px/24px "Noto Serif JP", serif;
margin-bottom: 10px;
}
.Price {
width: 100%;
height: 20px;
font: 400 20px/20px "Fjalla One", sans-serif;
margin-bottom: 10px;
}
.Tax {
font: 400 12px/20px "Noto Sans JP", sans-serif;
}
.LinkBTNWRP {
width: 180px;
height: 40px;
margin-left: auto;
margin-right: auto;
}
#LinkBTN li a{
width: 140px;
height: 12px;
display: block;
margin: 0;
font: 500 12px/12px "Noto Sans JP", sans-serif;
border: 1px solid #333333;
color: #59C3E1;
text-align: center;
text-decoration: none;
background-color: #333333;
padding-left: 40px;
padding-top: 14px;
padding-bottom: 14px;
border-radius: 20px;
background-image: url(../images/Icon_Shop.svg);
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 5px 5px;
}


/* Feedback------------------------------------------------------ */
.FeedCopy {
width: 100%;
height: auto;
font: 600 18px/24px "Noto Serif JP", serif;
text-align: center;
margin-bottom: 10px;
}
.QuestionWRP {
width: 92%;
height: auto;
padding-left: 4%;
padding-right: 4%;
background-color: #F2E1FF;
color: #0081CC;
overflow:hidden;
}
.AnswerWRP {
width: 92%;
height: auto;
padding-left: 4%;
padding-right: 4%;
background-color: #F9F9F9;
overflow:hidden;
}
.Qcap {
width: 30px;
height: 30px;
padding-top: 6px;
padding-bottom: 6px;
font: 700 30px/30px "Roboto", sans-serif;
float: left;
}
.Qtxt {
width: auto;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
font: 700 14px/20px "Noto Sans JP", sans-serif;
color: #0081CC;
display: flex;
}
.Acap {
width: 30px;
height: 30px;
padding-top: 6px;
font: 700 30px/30px "Roboto", sans-serif;
color: #808080;
float: left;
}
.Atxt {
width: auto;
height: auto;
padding-top: 10px;
padding-bottom: 20px;
font: 400 14px/20px "Noto Sans JP", sans-serif;
display: flex;
}
.StoryBTNWRP {
width: 200px;
height: 40px;
margin-left: auto;
margin-right: auto;
}
#StoryBTN li a{
width: 200px;
height: 12px;
display: block;
margin: 0;
font: 500 12px/12px "Noto Sans JP", sans-serif;
border: 1px solid #333333;
color: #59C3E1;
text-align: center;
text-decoration: none;
background-color: #333333;
padding-top: 14px;
padding-bottom: 14px;
border-radius: 20px;
}


/* Inquiry------------------------------------------------------ */
#FormBG {
width: 90%;
padding: 30px 5% 50px;
color: #000000;
font-size: 14px;
background-color: #F6F6F6;
border-radius: 10px;
}
.required {
height: 12px;
padding: 2px 4px 4px;
color: #FFFFFF;
font-size: 12px;
line-height: 12px!important;
text-align: center;
border-radius: 3px;
background-color: #C8113D;
margin-left: 15px;
display: inline;
}
.InqTTL {
width: 100%;
height: 20px;
line-height: 18px;
margin-bottom: 10px;
}
.InquiryTTL {
font: 700 20px/20px "Noto Sans JP", sans-serif;
text-align: center;
color: #59C3E1;
margin-bottom: 10px;
}
.InqContWRP {
width: 98%;
}
.InqCont1 {
width: 46%;
padding-right: 8%;
float: left;
}
.InqCont2 {
width: 46%;
float: left;
}
.input {
width: 100%;
height: 24px;
border: 1px solid #DDDDDD;
float: left;
padding: 5px;
font-size: 18px;
line-height: 24px;
border-radius: 5px;
}
.textarea {
width: 100%;
height: 144px;
font-size: 18px;
line-height: 24px;
border: 1px solid #DDDDDD;
padding: 5px;
border-radius: 5px;
}
.submit {
width: 100%;
height: 42px;
line-height: 20px;
font-weight: 700;
font-size: 20px;
background-color: #0081CC;
border: 1px solid #0081CC;
padding-top: 10px;
padding-bottom: 10px;
color: #FFFFFF;
cursor: pointer;
border-radius: 5px;
text-align: center;
}


/* Profile------------------------------------------------------ */
.GrayLine {
width: 100%;
height: 1px;
border-bottom: 1px solid #CCCCCC;
margin-top: 10px;
margin-bottom: 10px;
}
.ProfTTL {
font: 700 12px/12px "Noto Sans JP", sans-serif;
margin-bottom: 10px;
}
.Estab {
width: 196px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: left;
}


/* Access------------------------------------------------------ */
.CompanyName {
font: 700 18px/18px "Noto Sans JP", sans-serif;
}
.GoogleMap {
width: 100%;
height: 400px;
}


/* Footer------------------------------------------------------ */
.FooterWRP {
width: 100%;
height: 220px;
padding-top: 30px;
background-color: #EAF6FD;
text-align: center;
}
.FooterLogo1 {
width: 90px;
height: 65px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.FooterLogo2 {
width: 150px;
height: 18px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}
.copyright {
width: 100%;
height: 9px;
text-align: center;
font: 300 9px/9px "Noto Sans JP", sans-serif;
}


/* PageTop------------------------------------------------------ */
.pagetop {
	position: fixed;
	bottom: -80px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 48px;
	height: 48px;
	background-color: #0081CC;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 48px;
	z-index: 200;
	border-radius: 10px;
}


/* Common------------------------------------------------------ */
.Container1 {
width: 90%;
height: auto;
margin-left: 5%;
margin-right: 5%;
}
.Container2 {
width: 90%;
height: auto;
margin-left: 5%;
margin-right: 5%;
}
.IconBox {
width: 60px;
height: 60px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.TTLeng {
width: 100%;
height: 24px;
font: 400 24px/24px "Fjalla One", sans-serif;
color: #59C3E1;
text-align: center;
}
.TTLjpn {
width: 100%;
height:14px;
font: 500 14px/16px "Noto Sans JP", sans-serif;
text-align: center;
}
.Column {
width: 100%;
max-width: 100%;
display: inline-block;
}
.cover-image {
width: 100%; /* または親要素の幅に合わせる */
height: 200px; /* または親要素の高さに合わせる */
object-fit: cover; /* 画像を縦横比を保ちつつコンテナ全体に表示 */
}
.mgn20b {
margin-bottom: 10px;
}
.BoxL {
width: 100%;
height: 50px;
clear: both;
}
.BoxM {
width: 100%;
height: 30px;
clear: both;
}
.BoxS {
width: 100%;
height: 10px;
clear: both;
}

}