@charset "UTF-8";
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
/*******/
/************/
/*切り替え用*/
/************/
.pc {
  display: block;
}

.sp {
  display: none;
}

/********共通********/
.cont {
  width: 1080px;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 100px 0;
}

.h2_1 {
  font-size: 4rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.h2_1::after {
  height: 16px;
  margin-top: 25px;
}

/*********staff***********/
.staff .contents1 .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-top: -30px;
}

.staff .contents1 .list .box {
  width: 340px;
  margin-right: 30px;
  margin-top: 30px;
}

.staff .contents1 .list .box:nth-child(3n) {
  margin-right: 0;
}

.staff .contents1 .list .box .text {
  padding: 28px 30px 25px;
}

.staff .contents1 .list .box .text .age {
  margin-bottom: 6px;
}

.staff .contents1 .list .box .text .year {
  width: 80px;
  text-align: center;
  margin-bottom: 15px;
}

.staff .contents1 .list .box .text .name {
  font-size: 1.7rem;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.staff .contents1 .list .box .text .link {
  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 {
  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;
  padding: 50px;
}

.staff_d .box figure {
  width: 490px;
  height: 0;
  padding-top: 308px;
  position: relative;
  z-index: 0;
}

.staff_d .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.staff_d .box .text {
  width: 460px;
}

.staff_d .box .text h2 {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 11px 25px;
}

.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: 20px;
}

.staff_d .box .text ul li {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-right: 30px;
}

.staff_d .box .text ul li:last-of-type {
  margin-right: 0;
}

.staff_d .box .text ul li.year {
  padding: 0 25px;
}

.staff_d .box .text .txt {
  padding-top: 20px;
}

/*********index***********/
.index .contents1::before {
  content: "";
  background: url(../image/index/img01_pc.png) no-repeat center right/cover;
  width: calc(50% + 78px);
  height: 641px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}

.index .contents1 .fle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index .contents1 .ttl {
  width: 575px;
}

.index .contents1 .ttl h2 {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.index .contents1 .ttl h2 span {
  padding: 14px 20px;
  margin-bottom: 6px;
}

.index .contents1 .ttl h2 span:last-of-type {
  margin-bottom: 0;
}

.index .contents1 .ttl h2 span.le {
  padding-left: 0;
}

.index .contents1 .text {
  width: 435px;
}

.index .contents1 .text p {
  margin-bottom: 20px;
}

.index .contents2 {
  padding-top: 80px;
}

.index .contents2 h2 {
  margin-bottom: 40px;
}

.index .contents2 .cont {
  width: 1180px;
}

.index .contents2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -25px;
}

.index .contents2 .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 441px;
  height: 197px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 75px 0 100px;
  margin: 25px -36px 0;
  background: url(../image/index/box01.png) no-repeat center/contain;
  position: relative;
  z-index: 0;
}

.index .contents2 .list .box:nth-of-type(2n) {
  background-image: url(../image/index/box02.png);
}

.index .contents2 .list .box:nth-of-type(3) {
  padding-left: 85px;
}

.index .contents2 .list .box:nth-of-type(3) h3 {
  padding-left: 15px;
}

.index .contents2 .list .box .num {
  position: absolute;
  bottom: 0;
  right: 100px;
}

.index .contents2 .list .box h3 {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 1px;
  margin-bottom: 9px;
}

.index .contents2 .list .box h3 span {
  font-size: 2.5rem;
  line-height: 1;
}

.index .contents2 .list .box p:not(.num) {
  width: 100%;
  line-height: 1.6;
}

.index .contents3 {
  padding: 95px 0 70px;
}

.index .contents3 h2 {
  margin-bottom: 30px;
}

.index .contents3 h2 span {
  font-size: 5rem;
}

.index .contents3 section {
  padding: 30px 0;
  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;
}

.index .contents3 section:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.index .contents3 section:nth-of-type(2n+1) .text {
  margin-left: 0;
  margin-right: 70px;
}

.index .contents3 section:nth-of-type(1) {
  background: rgba(120, 157, 223, 0.1);
}

.index .contents3 section:nth-of-type(1)::before {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49.8%, #fff), color-stop(50%, transparent));
  background: linear-gradient(to top right, #fff 49.8%, transparent 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.index .contents3 section:nth-of-type(1)::after {
  content: "";
  width: 50%;
  height: 100%;
  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: 50%;
  height: 100%;
  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;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}

.index .contents3 section:nth-of-type(2)::after {
  content: "";
  width: 50%;
  height: 100%;
  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: 50%;
  height: 100%;
  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;
  bottom: 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: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49.8%, #d6d6d6), color-stop(50%, transparent));
  background: linear-gradient(to top right, #d6d6d6 49.8%, transparent 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.index .contents3 section:nth-of-type(4)::after {
  content: "";
  width: 50%;
  height: 100%;
  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 section:nth-of-type(4) .text {
  width: 495px;
}

.index .contents3 figure {
  width: 50%;
  height: 460px;
}

.index .contents3 .text {
  width: 470px;
  padding-top: 65px;
  margin-left: 70px;
}

.index .contents3 .text .ttl {
  margin-bottom: 30px;
}

.index .contents3 .text .ttl .num {
  padding-top: 10px;
}

.index .contents3 .text .ttl h3 {
  width: calc(100% - 80px);
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.index .contents3 .text .ttl h3 span {
  display: block;
}

.index .contents3 .text .ttl h3 span.ki {
  display: inline-block;
  margin-right: -0.5em;
}

.index .contents4 {
  padding: 75px 0 80px;
}

.index .contents4 h2 {
  margin-bottom: 40px;
}

.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;
  margin-bottom: 40px;
}

.index .contents4 .list .box {
  width: 340px;
  margin-right: 30px;
}

.index .contents4 .list .box:last-of-type {
  margin-right: 0;
}

.index .contents4 .list .box .text {
  padding: 28px 30px 25px;
}

.index .contents4 .list .box .text .age {
  margin-bottom: 6px;
}

.index .contents4 .list .box .text .year {
  width: 80px;
  text-align: center;
  margin-bottom: 15px;
}

.index .contents4 .list .box .text .name {
  font-size: 1.7rem;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .contents4 .list .box .text .link {
  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: 250px;
  height: 50px;
  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;
  -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 h2 {
  margin-bottom: 40px;
}

.index .contents5 .table {
  width: 890px;
  margin: 0 auto;
}

.index .contents5 .table th {
  width: 220px;
  padding: 0 25px;
  vertical-align: middle;
  border-bottom: solid 1px #fff;
}

.index .contents5 .table td {
  width: calc(100% - 220px);
  padding: 13px 45px;
  border-bottom: solid 1px #303030;
}

.index .contents5 .table td ul {
  width: 100%;
}

.index .contents5 .table td ul li {
  display: inline-block;
  margin-right: 15px;
}

.index .contents5 .table td ul li:last-of-type {
  margin-right: 0;
}

.index .contents5 .table td ul li.mr {
  margin-right: 80px;
}

.index .contents5 .table tr:last-of-type th, .index .contents5 .table tr:last-of-type td {
  border-bottom: none;
}

.index .contents6 h2 {
  margin-bottom: 40px;
}

.index .contents6 .item-box {
  width: 980px;
  margin: 0 auto;
}

.index .contents6 .table {
  padding: 22px 40px;
  margin-bottom: 40px;
}

.index .contents6 .table th {
  width: 320px;
  line-height: 1;
  vertical-align: middle;
  padding-right: 20px;
}

.index .contents6 .table td {
  padding: 18px 0;
}

.index .contents6 .privacy-box {
  margin-bottom: 28px;
}

.index .contents6 .privacy-box .box {
  height: 185px;
  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: 40px;
}

/****エラーページ*****/
/*==================================================
 サイトマップ
================================================== */
.site .contents1 h2 {
  margin-bottom: 40px;
}

.site .contents1 .site_list {
  width: 800px;
}

.site .contents1 .site_list ul {
  padding: 40px;
}

.site .contents1 .site_list ul li a {
  padding: 8px 16px;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 .list-box dl {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 20px;
}

.news .contents1 .list-box dl dd {
  width: calc(100% - 130px);
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 .sec1 {
  width: 1080px;
}

.news_detail .contents1 .sec1 .h3_1 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 1px;
  margin-bottom: 9px;
}

.news_detail .contents1 .sec1 .post-data {
  margin-bottom: 12px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 40px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 h2 {
  margin-bottom: 40px;
}

.contact .contents1 .item-box {
  width: 980px;
  margin: 0 auto;
}

.contact .contents1 .table {
  padding: 22px 40px;
  margin-bottom: 40px;
}

.contact .contents1 .table th {
  width: 320px;
  line-height: 1;
  vertical-align: middle;
  padding-right: 20px;
}

.contact .contents1 .table td {
  padding: 18px 0;
}

.contact .contents1 .privacy-box {
  margin-bottom: 28px;
}

.contact .contents1 .privacy-box .box {
  height: 185px;
  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: 40px;
}

form input {
  font-size: 1.5rem;
}

form textarea {
  height: 115px;
  font-size: 1.5rem;
}

.contact-recaptcha-wrap {
  margin-bottom: 28px;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits input {
  margin: 0 10px;
  padding: 11px 35px;
}

.contact-submits-wrap input {
  padding: 11px 35px;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
