@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
.btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*******/
html {
  /* 1rem = 10px にする*/
  font-size: 62.5%;
  _font-size: 62.5%;
  *font-size: 62.5%;
  /*ウェブフォント用*/
  text-rendering: optimizeLegibility;
}

.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow: hidden;
}

/********共通********/
.cont {
  margin: 0 auto;
}

.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table table {
  width: 100%;
}

.table table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.h2_1 {
  text-align: center;
  font-family: "HGRME";
  color: #303030;
}

.h2_1::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../image/common/ttl-arrow.png) no-repeat center/contain;
}

.h2_1.w {
  color: #fff;
}

.h2_1.w::after {
  background-image: url(../image/common/ttl-arrow_w.png);
}

.h2_1 .y {
  color: #facb00;
}

.h2_1 .bl {
  color: #417eeb;
}

/*********staff***********/
.staff .contents1 {
  background: #fff;
}

.staff .contents1 .box {
  background: url(../image/common/grid.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #f0f0f0;
}

.staff .contents1 .box .text {
  position: relative;
  z-index: 0;
}

.staff .contents1 .box p:not(.name):not(.btn) {
  line-height: 1.3;
  font-weight: 400;
}

.staff .contents1 .box p:not(.name):not(.btn).year {
  display: inline-block;
  background: #facb00;
}

.staff_d .contents1 {
  background: #fff;
}

.staff_d .contents1 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../image/common/grid.png);
  border: solid 1px #f0f0f0;
}

.staff_d .contents1 .box h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #6495ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.staff_d .contents1 .box ul {
  font-weight: 400;
}

.staff_d .contents1 .box ul .year {
  background: #facb00;
}

/*********index***********/
.index .contents1 {
  background: url(../image/index/bg01.png);
  position: relative;
  z-index: 0;
}

.index .contents1 h2 {
  font-family: "HGRME";
  color: #303030;
}

.index .contents1 h2 span {
  display: inline-block;
  background: url(../image/index/marker01.png);
}

.index .contents1 .text p {
  color: #fff;
}

.index .contents1 .text p:last-of-type {
  margin-bottom: 0;
}

.index .contents2 {
  background: url(../image/index/bg02.png) no-repeat center/cover;
  background-attachment: fixed;
}

.index .contents2 .box h3 {
  font-family: "HGRME";
  color: #303030;
  border-bottom: solid 1px #303030;
}

.index .contents2 .box h3 span {
  color: #417eeb;
}

.index .contents3 {
  background: #fff;
}

.index .contents3 section {
  position: relative;
  z-index: 0;
}

.index .contents3 .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index .contents3 .ttl h3 {
  font-family: "HGRME";
  color: #303030;
}

.index .contents4 {
  background: url(../image/index/bg03.png) no-repeat center/cover;
  background-attachment: fixed;
}

.index .contents4 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}

.index .contents4 h2 span:not(.br) {
  font-weight: 700;
}

.index .contents4 h2 .br {
  display: inline-block;
}

.index .contents4 .box {
  background: url(../image/common/grid.png);
}

.index .contents4 .box .text {
  position: relative;
  z-index: 0;
}

.index .contents4 .box p:not(.name):not(.btn) {
  line-height: 1.3;
  font-weight: 400;
}

.index .contents4 .box p:not(.name):not(.btn).year {
  display: inline-block;
  background: #facb00;
}

.index .contents5 {
  background: url(../image/index/bg01.png);
}

.index .contents5 h2 {
  color: #fff;
}

.index .contents5 .table {
  line-height: 1.7;
}

.index .contents5 .table th {
  background: #facb00;
  font-weight: 500;
  text-align: left;
}

.index .contents5 .table td {
  background: #fff;
  font-weight: 400;
}

.index .contents6 {
  background: url(../image/index/bg04.png) no-repeat center/cover;
  background-attachment: fixed;
}

.index .contents6 h2 {
  color: #fff;
}

.index .contents6 .table {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index .contents6 .table tr {
  border-bottom: solid 1px #417eeb;
}

.index .contents6 .table tr:last-of-type {
  border-bottom: none;
}

.index .contents6 .txt-box {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 {
  background: rgba(120, 157, 223, 0.1);
}

.site .contents1 .site_list {
  margin: 0 auto;
}

.site .contents1 .site_list ul {
  background: #fff;
}

.site .contents1 .site_list ul li {
  border-bottom: solid 1px #417eeb;
}

.site .contents1 .site_list ul li:last-of-type {
  border-bottom: none;
}

.site .contents1 .site_list ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site .contents1 .site_list ul li a:hover {
  text-decoration: none;
  color: #417eeb;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
  background: rgba(120, 157, 223, 0.1);
}

.news .contents1 img {
  max-width: 1040px;
}

.news .contents1 .list-box dl {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news .contents1 .list-box dl:last-of-type {
  margin-bottom: 0;
}

.news .contents1 .list-box dl dt {
  color: #417eeb;
}

.news .contents1 .list-box dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #303030;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news .contents1 .list-box dl dd a:hover {
  text-decoration: underline;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
  background: rgba(120, 157, 223, 0.1);
}

.news_detail .contents1 .sec1 {
  margin: 0 auto;
}

.news_detail .contents1 .sec1 .h3_1 {
  font-family: "HGRME";
  color: #303030;
  border-bottom: solid 1px #303030;
}

.news_detail .contents1 .sec1 img {
  max-width: 1040px;
}

.news_detail .contents1 .sec1 .post-data {
  text-align: right;
  color: #417eeb;
}

.news_detail .contents1 .sec1 .item-box {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 230px;
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 {
  background: rgba(120, 157, 223, 0.1);
}

.contact .table {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .table table {
  width: 100%;
}

.contact .table table tr {
  border-bottom: solid 1px #417eeb;
}

.contact .table table tr:last-of-type {
  border-bottom: none;
}

.contact .table table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .table table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .txt-box {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-min {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-big {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

form input {
  line-height: 1.2;
}

form textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.clrred {
  color: #c00;
}

.contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto;
  width: 304px;
}

.contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 1px 5px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  background: #ff0000;
  float: right;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  text-align: center;
}

.contact-submits input {
  display: inline-block;
  border: none;
  background: #facb00;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits input:hover {
  background: #303030;
  color: #fff;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}

.contact-submits-wrap input {
  display: inline-block;
  border: none;
  background: #facb00;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits-wrap input:hover {
  background: #303030;
  color: #fff;
  cursor: pointer;
}

.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}

.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
