@charset "UTF-8";

/* -----------------------
  common
----------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
h1 {
  font-size: 2.4rem;
  margin: 20px auto;
}
h2,h3,h4,h5,h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
h5,h6 {
  font-size: 100%;
}
.pagebody p, .postbody p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.img, .img img {
  width: 100%;
}
.ul, .ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flex {
  display: flex;
}
.flexSB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.txtL {text-align: left;}
.txtC {text-align: center;}
.txtR {text-align: right;}
input, textarea {
  font-size: 2rem;
  border-radius: 3px;
  border: 1px solid #999;
  padding: 5px;
}
input:focus, textarea:focus {
  background-color: #efefef;
}
input[type="submit"] {
  cursor: pointer;
}
.pc {display: none;}
.sp {display: block;}
/* -----------------------
  layout
----------------------- */
.container {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.site-title {
  font-size: 2.4rem;
  margin: 0;
  padding: 5px 20px;
}
h1.pageTTL {
  font-size: 3.2rem;
  max-width: 1040px;
  margin: 20px auto;
  padding: 0 20px;
}
.single h1 {
  font-size: 3.2rem;
}
.nopost {
  font-size: 2rem;
  margin: 40px 20px;
}
.cate a {
  display: inline-block;
  font-size: 1.2rem;
  color: inherit;
  background-color: #ccc;
  margin-bottom: 5px;
  padding: 2px 10px;
}
.postinfo .date {
  font-size: 1.4rem;
}
.postimg.coverimg {
  position: relative;
}
.postimg.coverimg::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 56.25%;
}
.postimg.coverimg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* -----------------------
  archive
----------------------- */
.archiveArea article {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.archiveArea article .postimg {
  margin-bottom: 10px;
}
.archiveArea h2 {
  font-size: 2.2rem;
  margin: 5px 0;
}
.archiveArea h2 a {
  color: inherit;
}
.archiveArea article .postinfo {
  font-size: 1.4rem;
}
/* -----------------------
  ページナビ
----------------------- */
.pageNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.single .pageNav {
  justify-content: space-between;
}
.single .pageNav .nextlink,
.single .pageNav .previouslink {
  font-size: 1.4rem;
  width: 45%;
}
.single .pageNav .previouslink {
  text-align: right;
}
/* -----------------------
  サイドバー
----------------------- */
.widget_search {
  max-width: 300px;
}
.wp-block-search__label {
  display: none;
}
.wp-block-search__button {
  width: 60px;
}
.widget {
  margin-bottom: 30px;
}
aside .widget .wp-block-group h2 {
  font-size: 2.2rem;
  margin-bottom: 5px;
}
aside .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .widget li a::before {
  content: '▶';
  margin-right: 5px;
  font-size: 1.0rem;
  vertical-align: middle;
}
/* -----------------------
  single
----------------------- */
.single .postMeta {
  margin: 20px 0;
}
/* -----------------------
  header
----------------------- */
header {
  position: relative;
  height: 76px;
}
header .hdbk {
  position: fixed;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,.95);
  z-index: 3;
}
header .hd-inner {
  max-width: 1040px;
  margin: 0 auto;
}
/* -----------------------
  footer
----------------------- */
footer {
  color: #fff;
  background-color: #0079c3;
}
.ftmain {
  padding: 40px 0 20px;
}
.ftmain .fttoi {
  padding-left: 30px;
}
.ftmain .fttoi .tel {
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
.ftmain .fttoi .tel::before {
  content: '';
  background: url(../images/tel.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: -35px;
  width: 30px;
  height: 30px;
}
.ftmain .ftaddress {
  font-size: 1.8rem;
  padding: 25px 0;
}
footer .ft-inner {
  max-width: 1040px;
  margin: 0 auto;
}
footer .ftsub {
  color: #231815;
  background-color: #fff;
}
footer .ftsub .ftnavi {
  display: none;
}
/* フッターナビ */
#ftNavi {
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}
#ftNavi ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#ftNavi li a {
  display: block;
  color: #231815;
  padding: 5px 10px;
}
#ftNavi .sub-menu {
  display: none;
}
.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 20px;
  background-color: #3e3a39;
}
.gotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.gotop a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #0079c3;
  border: 1px solid #0079c3;
  border-radius: 50%;
  padding-top: 5px;
}
[data-scroll="true"] .gotop {
  opacity: 1;
  visibility: visible;
}
.mapArea {
  margin: 4em auto 0;
}
.mapArea iframe {
  width: 100%;
  height: 500px;
}
/* -----------------------
  mainImg
----------------------- */
.mainimg {
  position: relative;
}
.mainimg::before {
  content: '';
  background: url(../images/top/maintxt.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  right: 0;
  margin: auto;
  width: 12%;
  height: 100%;
  z-index: 2;
}
/* -----------------------
  toppage
----------------------- */
.toppage .container {
  max-width: 1240px;
  font-size: 1.7rem;
}
.toppage .subttl {
  text-align: center;
  margin-bottom: 4em;
}
.toppage .subttl h2 {
  font-size: 3.8rem;
  margin-bottom: 0;
}
.toppage .subttl .subeng {
  font-size: 1.6rem;
  border-bottom: 1px solid;
  margin-top: 0;
  padding-bottom: 10px;
}
.toppage .subttl p {
  font-size: 2.1rem;
}
.toppage .rinen {
  margin-top: 4em;
  margin-bottom: 4em;
}
.toppage .rinen > span {
  background: url(../images/top/rinen2-1.jpg) no-repeat;
  background-size: cover;
}
.toppage .rinen h3.rinenttl {
  position: relative;
  font-size: 4.8rem;
  color: #0079c3;
  margin: 0;
}
.toppage .rinen h3.rinenttl em {
  font-family: sans-serif;
  font-style: normal;
  text-shadow:2px 2px 0 #FFF, -1px -1px 0 #FFF;
  margin-right: 5px;
}
.toppage .rinen .eng {
  color: #0079c3;
  margin: 0;
}
.toppage .rinen .flxreverse h3.rinenttl,
.toppage .rinen .flxreverse .eng {
  color: #182d7b;
}
.toppage .txtlh {
  line-height: 2;
}
.toppage .flxreverse {
  flex-flow: row-reverse;
}
.toppage .grade > span {
  background: url(../images/top/gradebk.jpg) no-repeat;
  background-size: cover;
}
.toppage .grade ul {
  list-style: none;
  max-width: 700px;
  margin: auto;
  padding: 0;
}
.toppage .grade li {
  font-size: 2.1rem;
  border-bottom: 1px solid;
  padding: 10px 20px;
}
.toppage .grade li.kome {
  font-size: 1.6rem;
  border-bottom: none;
}
.toppage .grade .gradeinfo {
  margin: 2em auto;
  padding: 30px;
}
.toppage .gradeinfo h3 {
  font-size: 2.7rem;
  margin: 0;
}
.toppage .jigyou > span {
  background: url(../images/top/topinfobk.jpg) no-repeat;
  background-size: cover;
}
.toppage .jigyou h3 {
  font-size: 2.2rem;
  text-align: center;
  border: 1px solid;
  margin: 100px auto 40px;
  padding: 10px 20px;
}
.toppage .jigyou .flowlist {
  overflow: hidden;
}
.toppage .jigyou .flowlist ul {
  font-size: 2rem;
}
.toppage .companyArea .president {
  font-size: 3.1rem;
  margin: 0 0 40px;
}
.toppage .companyArea h3 {
  border: 1px solid;
  margin: 30px auto;
  padding: 10px 25px;
  text-align: center;
}
.toppage .companyArea th, .toppage .companyArea td {
  font-weight: 500;
  padding: 5px 40px 5px 0;
  vertical-align: top;
  border: none;
}
.toppage .companyArea td:first-of-type {
  width: 140px;
  text-align: justify;
  text-align-last: justify;
}
.toppage .companyArea .kyokaimg {
  margin: 40px 0;
}
/* topNew */
.topNewsbk {
  margin: 2em auto;
}
.topNewsbk .topNews a {
  color: inherit;
}
.topNewsbk .topNews h2 {
  text-align: center;
}
.topNewsbk .topNews ul li {
  margin: 10px 0;
}
.topNewsbk .topNews ul li .postinfo h3 {
  font-size: 1.6rem;
  margin: 0;
}
.topNewsbk .topNews .more a {
  display: block;
  border: 1px solid;
  margin: 30px 0 10px;
  padding: 10px 20px;
  text-align: center;
}
