@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
/************/
/*切り替え用*/
/************/
.sp {
  display: block;
}

.pc {
  display: none;
}

/****パンくず****/
.bread {
  height: 36px;
}

.bread .breadcrumbs {
  width: 90%;
}

.bread .breadcrumbs li {
  font-size: 1.3rem;
}

/**100%**/
header,
address div,
.container img,
footer img,
#wrapper {
  width: 100%;
}

#wrapper {
  overflow: hidden;
}

/****header*****/
header {
  padding: 10px 0;
}

header .header {
  display: block;
  width: 90%;
  height: auto;
}

header .logo {
  width: 216px;
  height: 44px;
}

header .ri {
  display: none;
}

/***************footer***************/
footer {
  padding: 32px 0 16px;
}

footer::before {
  width: 88%;
  height: 48%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, #417eeb), color-stop(50%, transparent));
  background: linear-gradient(to top left, #417eeb 49%, transparent 50%);
  top: inherit;
  bottom: 0;
  opacity: 0.6;
}

footer .le, footer .ri {
  width: 100%;
}

footer .footer {
  display: block;
  width: 90%;
}

footer .f_logo {
  width: 216px;
  height: 44px;
  margin: 0 auto 24px;
}

footer .add {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

footer .add dt {
  margin-right: 8px;
}

footer .fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

footer .tel {
  margin-right: 12px;
}

footer .tel dt {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-right: 4px;
  padding: 0 3px;
}

footer .tel dt:before, footer .tel dt::after {
  display: none;
}

footer .tel dd {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

footer .mail {
  width: 120px;
  height: 40px;
}

footer .mail a {
  text-decoration: none;
}

footer .sns.pc {
  display: none;
}

footer .sns.sp {
  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;
  padding: 12px 0;
}

footer .sns.sp li {
  margin-right: 12px;
}

footer .sns.sp li:last-of-type {
  margin-right: 0;
}

footer .f-nav {
  display: none;
}

div.copy p {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.4;
}

/********トップページメイン画像********/
.main_bg {
  padding-top: 44%;
}

@media screen and (max-width: 550px) {
  .main_bg {
    padding-top: 242px;
  }
}

.main_bg .catch {
  top: 24%;
}

.main_bg .catch::before {
  display: none;
}

.main_bg .catch .txt {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding-left: 16px;
  margin-bottom: 24px;
}

.main_bg .catch .txt p {
  padding: 5px 4px 5px 12px;
  margin-bottom: 8px;
}

.main_bg .catch .txt p::before {
  width: 16px;
  left: -15px;
}

.main_bg .catch .txt p::after {
  width: 16px;
  right: -15px;
}

.main_bg .catch .txt p span {
  padding: 0 4px 0 8px;
  margin-left: -8px;
}

.main_bg .catch .logo {
  width: 187px;
}

/********サブページメイン画像********/
.main_bgs {
  height: 160px;
}

.main_bgs::before, .main_bgs::after {
  width: 64px;
  height: 80%;
}

.main_bgs p {
  width: 240px;
  margin: 0 auto;
}

/******共通*****/
#container {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}

/*******/
.g-nav,
.h1_bg {
  display: none;
}

.table table,
.table table tbody,
.table table th,
.table table tr,
.table table td {
  display: block !important;
  width: 100% !important;
}

/********共通********/
.cont {
  width: 90%;
}

.fle {
  display: block;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 50px 0;
}

div.contents1,
article.contents1 {
  padding-top: 70px;
}

.h2_1 {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.h2_1::after {
  height: 10px;
  margin-top: 12px;
}

/*********staff***********/
.staff .contents1 .list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4%;
}

.staff .contents1 .list .box {
  width: 48%;
  margin-top: 4%;
}

.staff .contents1 .list .box .text {
  padding: 12px 16px;
}

.staff .contents1 .list .box .text .age {
  margin-bottom: 6px;
}

.staff .contents1 .list .box .text .year {
  width: 72px;
  text-align: center;
  margin-bottom: 8px;
}

.staff .contents1 .list .box .text .name {
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.staff .contents1 .list .box .text .link {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.staff .contents1 .list .box .text .link 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;
  position: relative;
  z-index: 0;
}

.staff .contents1 .list .box .text .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/index/btn_on.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.staff .contents1 .list .box .text .link a:hover::before {
  opacity: 1;
}

.staff_d .box {
  padding: 16px;
}

.staff_d .box figure {
  width: 100%;
  height: 0;
  padding-top: 62.85714%;
  position: relative;
  z-index: 0;
  margin-bottom: 12px;
}

.staff_d .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.staff_d .box .text h2 {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 8px 12px;
}

.staff_d .box .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}

.staff_d .box .text ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 16px;
}

.staff_d .box .text ul li:last-of-type {
  margin-right: 0;
}

.staff_d .box .text ul li.year {
  padding: 0 12px;
}

.staff_d .box .text .txt {
  padding-top: 12px;
}

/*********index***********/
.index .contents1 {
  padding-top: 50px;
}

.index .contents1::after {
  content: "";
  display: block;
  background: url(../image/index/img01_sp.png) no-repeat center/cover;
  width: 90%;
  height: 0;
  padding-top: 48%;
  margin: 0 auto;
}

.index .contents1 .ttl {
  text-align: center;
  margin-bottom: 18px;
}

.index .contents1 .ttl h2 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.index .contents1 .ttl h2 span {
  padding: 5px 8px;
  margin: 2px 0;
}

.index .contents1 .ttl h2 span.le {
  padding-left: 0;
}

.index .contents1 .text {
  margin-bottom: 24px;
}

.index .contents1 .text p {
  margin-bottom: 12px;
}

.index .contents1 .text p br {
  display: none;
}

.index .contents2 .list .box {
  background: #fff;
  padding: 16px;
  position: relative;
  z-index: 0;
  margin-bottom: 12px;
}

.index .contents2 .list .box:nth-of-type(2n) {
  background: #d2e3ff;
}

.index .contents2 .list .box:last-of-type {
  margin-bottom: 0;
}

.index .contents2 .list .box .num {
  position: absolute;
  bottom: 1px;
  right: 10px;
}

.index .contents2 .list .box .num img {
  height: 32px;
}

.index .contents2 .list .box h3 {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.index .contents2 .list .box h3 span {
  font-size: 1.8rem;
  line-height: 1;
}

.index .contents2 .list .box h3 br {
  display: none;
}

.index .contents2 .list .box p br {
  display: none;
}

.index .contents3 h2 span {
  font-size: 3rem;
}

.index .contents3 section {
  padding: 24px 0;
}

.index .contents3 section:nth-of-type(1) {
  background: rgba(120, 157, 223, 0.1);
}

.index .contents3 section:nth-of-type(1)::before {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.8%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to bottom right, #fff 49.8%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index .contents3 section:nth-of-type(1)::after {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49.8%, #d6d6d6), color-stop(50%, transparent));
  background: linear-gradient(to top left, #d6d6d6 49.8%, transparent 50%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.index .contents3 section:nth-of-type(2)::before {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.8%, #6d9fef), color-stop(50%, transparent));
  background: linear-gradient(to bottom right, #6d9fef 49.8%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.index .contents3 section:nth-of-type(2)::after {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49.8%, #f4f4f4), color-stop(50%, transparent));
  background: linear-gradient(to top left, #f4f4f4 49.8%, transparent 50%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.6;
}

.index .contents3 section:nth-of-type(3)::before {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.8%, #6d9fef), color-stop(50%, transparent));
  background: linear-gradient(to bottom right, #6d9fef 49.8%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.index .contents3 section:nth-of-type(4) {
  background: rgba(120, 157, 223, 0.1);
}

.index .contents3 section:nth-of-type(4)::before {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.8%, #d6d6d6), color-stop(50%, transparent));
  background: linear-gradient(to bottom right, #d6d6d6 49.8%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index .contents3 section:nth-of-type(4)::after {
  content: "";
  width: 24%;
  height: 0;
  padding-top: 48%;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49.8%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to top left, #fff 49.8%, transparent 50%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.index .contents3 figure {
  width: 90%;
  height: 0;
  padding-top: 48%;
  position: relative;
  z-index: 0;
  margin: 0 auto 16px;
}

.index .contents3 figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents3 .text {
  width: 90%;
  margin: 0 auto;
}

.index .contents3 .text .ttl {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

.index .contents3 .text .ttl .num {
  width: 48px;
  margin-right: 8px;
}

.index .contents3 .text .ttl h3 {
  width: 232px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.index .contents3 .text .ttl h3 span {
  display: inline-block;
}

.index .contents3 .text .ttl h3 span.ki {
  display: inline-block;
  margin-right: -0.5em;
}

.index .contents3 .text p br {
  display: none;
}

.index .contents4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

@media screen and (max-width: 700px) {
  .index .contents4 .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -4%;
  }
}

.index .contents4 .list .box {
  width: 32%;
  margin-right: 2%;
}

.index .contents4 .list .box:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  .index .contents4 .list .box:nth-of-type(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .index .contents4 .list .box {
    width: 48%;
    margin-top: 4%;
  }
}

@media screen and (max-width: 400px) {
  .index .contents4 .list .box {
    width: 100%;
    margin-right: 0;
  }
}

.index .contents4 .list .box .text {
  padding: 12px 16px;
}

.index .contents4 .list .box .text .age {
  margin-bottom: 6px;
}

.index .contents4 .list .box .text .year {
  width: 72px;
  text-align: center;
  margin-bottom: 8px;
}

.index .contents4 .list .box .text .name {
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .contents4 .list .box .text .link {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index .contents4 .list .box .text .link 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;
  position: relative;
  z-index: 0;
}

.index .contents4 .list .box .text .link a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/index/btn_on.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents4 .list .box .text .link a:hover::before {
  opacity: 1;
}

.index .contents4 .btn {
  width: 180px;
  height: 36px;
  margin: 0 auto;
}

.index .contents4 .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;
  background: url(../image/common/btn-bg.png) no-repeat center/contain;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}

.index .contents4 .btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/btn-bg_on.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents4 .btn a:hover {
  color: #fff;
}

.index .contents4 .btn a:hover::before {
  opacity: 1;
}

.index .contents5 .table th {
  padding: 10px;
}

.index .contents5 .table td {
  padding: 10px;
}

.index .contents5 .table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index .contents5 .table td ul li {
  margin-right: 12px;
}

.index .contents5 .table td ul li:last-of-type {
  margin-right: 0;
}

.index .contents5 .table tr:last-of-type th, .index .contents5 .table tr:last-of-type td {
  border-bottom: none;
}

.index .contents6 .table {
  padding: 16px;
  margin-bottom: 24px;
}

.index .contents6 .table th {
  padding: 10px 10px 0;
  color: #417eeb;
}

.index .contents6 .table td {
  padding: 10px;
}

.index .contents6 .privacy-box {
  margin-bottom: 24px;
}

.index .contents6 .privacy-box .box {
  height: 180px;
  background: #fff;
}

.index .contents6 .privacy-box .box iframe {
  width: 100%;
  height: 100%;
}

.index .contents6 .privacy-box .check {
  text-align: center;
  padding-top: 3px;
  color: #fff;
}

.index .contents6 .txt-box {
  padding: 16px;
}

/****エラーページ*****/
/*==================================================
 サイトマップ
================================================== */
.site .contents1 .site_list {
  width: 100%;
}

.site .contents1 .site_list ul {
  padding: 16px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 12px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  padding: 12px;
  margin-bottom: 16px;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .sec1 {
  width: 90%;
}

.news_detail .contents1 .sec1 .h3_1 {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 8px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 16px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 table,
.contact .contents1 table tbody,
.contact .contents1 table th,
.contact .contents1 table tr,
.contact .contents1 table td {
  display: block !important;
  width: 100% !important;
}

.contact .contents1 .table {
  padding: 16px;
  margin-bottom: 24px;
}

.contact .contents1 .table th {
  padding: 10px 10px 0;
  color: #417eeb;
}

.contact .contents1 .table td {
  padding: 10px;
}

.contact .contents1 .privacy-box {
  margin-bottom: 24px;
}

.contact .contents1 .privacy-box .box {
  height: 180px;
  background: #fff;
}

.contact .contents1 .privacy-box .box iframe {
  width: 100%;
  height: 100%;
}

.contact .contents1 .privacy-box .check {
  text-align: center;
  padding-top: 3px;
  color: #303030;
}

.contact .contents1 .txt-box {
  padding: 16px;
}

.input-min {
  width: 62px;
}

form input {
  font-size: 1.5rem;
}

form textarea {
  font-size: 1.5rem;
  height: 100px;
}

.contact-recaptcha-wrap {
  margin-bottom: 24px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input {
  padding: 12px 15px;
  margin: 0 5px;
}

.contact-submits-wrap input {
  padding: 12px 35px;
}

/**************************/
/*--------------------------------------
		common
	--------------------------------------*/
html {
  font-size: 62.5%;
}

a:link {
  text-decoration: underline;
}

/* box-sizing */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body,
#wrapper,
footer {
  width: auto;
  min-width: 320px;
}

body {
  background: #fff;
}

#wrapper {
  font-size: 1rem;
  padding: 0;
}

/*===============================================
  画面の横幅が480px以下に適用
===============================================*/
/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
