
@charset "utf-8";

/*===================================================================
 CSS Import
===================================================================*/
@import url(./ress.css);
@import url(./fontawesome5/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');

/*===================================================================
 Common
===================================================================*/
*{ font-size:15px; font-family:'UD Reimin Medium','UD Shin Go NT Medium',sans-serif; }
html{ width:100%; height:100%; overflow-y:scroll; background-color:#ffffff; }
body{ width:100%; height:100%; color:#333333; font-size:16px; }
a{ color:#333333; text-decoration:none; }
a:hover{ opacity:0.7; }
div{ position:relative; }
img{ display:block; width:100%; height:auto; }
p{ line-height:230%; }
.indent{ padding-left:3em; text-indent:-3em; }

.homeMain{ width:100%; height:450px; }
.homeMainBgImg{ max-width:100%; height:450px; position:absolute; top:0; left:0; right:0; margin:auto; z-index:10; background-image:url(../../img/homeMainBg.jpg);  background-size:cover; background-position:center; }
.homeMainStr{ width:800px; position:absolute; top:3rem; left:0; right:0; margin:auto; z-index:100; text-shadow: 2px #000000; }
.homeMainStr > p:nth-of-type(1){ font-size:2.5rem; font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; text-align:center; }
.homeMainStr > p:nth-of-type(2){ font-size:1.6rem; margin-top:2rem; font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
.homeMainStr > p:nth-of-type(3){ }
.mainContentsArea{ width:100%; background-color:#f3f5f5; padding-bottom:4rem; }
.MainBox02{ width:800px; margin:auto; padding-top:4rem; }
.MainBox02 > p:nth-of-type(1){ font-size:1.6rem; font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; border-left:10px solid #1e5a6e; padding-left:0.5rem; color:#1e5a6e; }
.MainBox02 > p:nth-of-type(2){ padding-top:1rem; }
.MainBox02 > p > a{ color:#1e5a6e;  }
.messageMask{ width:100%; height:3rem; left:0; right:0; bottom:0; margin-top:-3rem; z-index:99; }
.MainBox03{ width:800px; margin:auto; }
.MainBox03 > div{ width:400px; margin-top:2rem; background-color:#dde5e7; padding:1rem; border-radius:1rem; }
.MainBox03 > div > p:nth-of-type(1){ font-size:1.4rem; font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; font-weight:bold; }
.MainBox03 > div > p:nth-of-type(3){ font-size:1.8rem; line-height:130%; color:#1e5a6e; }
.MainBox04{ width:800px; margin:auto; }
.MainBox04 > div{ width:400px; margin-top:4rem; display:flex; }
.MainBox04 > div > a > img:nth-of-type(1){ width:auto; height:6rem; margin-right:2rem;  }


/* FOOTER */
.footer{ clear:both; width:800px; margin:0 auto; margin-top:1rem; }
.footerMainArea > p{ padding-bottom:1rem; font-size:0.8rem; }
