@charset "UTF-8";
@import url(665a133e923a4458be1b79b20e27dfb1.css);

/*------------------------------------------
  Base Layout
------------------------------------------*/


html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.BD-fz-large {
  font-size: 72.5%;
}

body {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1.6em;
  background: #f3f6f8;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
    word-wrap: break-word;
}

a {
  color: #005ac8;
  color: #009a85;
  text-decoration: underline;
  transition: .2s ease;
}

a:hover {
  opacity: .7;
  text-decoration: none;
  transition: .2s ease;
}

a.txtlink {
  color: #73787d;
}

a.txtlink:hover {
  color: #009a85;
}

.disp-tab {
  display: none;
}

.disp-sp, .mb {
  display: none!important;
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
  .disp-pc, .pc {
    display: none;
  }
  .disp-sp, .mb {
    display: block!important;
  }
}




/*------------------------------------------
  parts
------------------------------------------*/


/* ===== flexbox ===== */

.flexbox {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.irflex {
  width: 1200px;
}

.flexbox-type01 {
  justify-content: space-between;
}

.col {
  box-sizing: border-box;
}

.col-w48 {
  width: 48%;
}

.col-w50 {
  width: 50%;
}


/* ===== accordion ===== */

.ac-trigger {
  cursor: pointer;
}

.ac-hide {
  display: none;
}


/* ===== layout ===== */

.layout-type01 {
  max-width: 1200px;
  margin: auto;
  padding: 0 25px;
}


/* ===== title ===== */

.title-type01 {
  margin-bottom: 30px;
}

.title-type01 span {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: .12em;
  line-height: 1.1;
}

.title-type01 .ttl-en {
  font-size: 6.1rem;
  font-family: "Oswald", sans-serif;
}

.title-type01 .ttl-ja {
  font-size: 2rem;
  font-weight: bold;
}

.title-type02 {
  text-align: center;
  margin-bottom: 28px;
}

.title-type02 span {
  display: block;
  letter-spacing: .12em;
  line-height: 1.1;
}

.title-type02 .ttl-en {
  font-size: 6.1rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 14px;
}

.title-type02 .ttl-ja {
  font-size: 2rem;
  font-weight: bold;
}

.title-type03 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  letter-spacing: .12em;
}

.title-type03 span {
  font-size: 3rem;
}

.title-type04 {
  color: #fff;
  font-size: 3.5rem;
}

.title-type05 {
  color: #009a85;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}

.title-type05 span {
  font-size: 2.5rem;
}

.title-type06 {
  font-weight: bold;
  font-size: 2.6rem;
}

.title-type07 {
  font-size: 2.2rem;
  font-weight: bold;
}

.title-type07 span {
  font-family: "Oswald", sans-serif;
  color: #009a85;
  font-size: 1.4rem;
  padding-left: 1em;
}

.title-type08, .lead {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}


/* ===== btn ===== */

.btn-type-blank {
  display: inline-block;
  width: 310px;
  height: 70px;
  background: #23323c;
  color: #b9bec3;
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: .14em;
  font-size: 1.6rem;
  position: relative;
	width: 100%;
}

.btn-type01 {
  display: inline-block;
  width: 310px;
  height: 70px;
  background: #23323c;
  color: #b9bec3;
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: .14em;
  font-size: 1.6rem;
  position: relative;
}

.btn-type01 span {
  display: inline-block;
  line-height: 70px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.btn-type01:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #455564;
  transition: .4s;
}

.btn-type01:hover {
  opacity: 1;
}

.btn-type01:hover:before {
  width: 100%;
  transition: .4s;
}

.btn-type02 {
  display: inline-block;
  width: 190px;
  position: relative;
  text-align: center;
  padding-right: 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 6px 0 0 6px / 6px 0 0 6px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 18px 0;
  margin-right: 32px;
  text-decoration: none;
}

.btn-type02 .arrow {
  position: absolute;
  width: 32px;
  height: 100%;
  top: -1px;
  right: -32px;
  border-radius: 0 6px 6px 0 / 0 6px 6px 0;
  border: 1px solid #fff;
  border-left: none;
  overflow: hidden;
}

.btn-type02 .arrow:before, .btn-type02 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.btn-type02 .arrow:before {
  width: 100%;
  height: 0;
  background: #fff;
  bottom: 0;
  left: 0;
}

.btn-type02 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 14px;
}

.btn-type02:hover {
  opacity: 1;
}

.btn-type02:hover .arrow:before, .btn-type02:hover .arrow:after {
  transition: .3s;
}

.btn-type02:hover .arrow:before {
  height: 100%;
}

.btn-type02:hover .arrow:after {
  border-color: #14282d;
}

.btn-type03 {
  display: inline-block;
  font-size: 1.5rem;
  color: #73787d;
  width: 100%;
  max-width: 420px;
  border: 1px solid #ced2d4;
  border-radius: 6px;
  padding: 1.5em 0;
  position: relative;
  background: #fff;
  text-decoration: none;
  color: #14282d;
}

.btn-type03 img {
  vertical-align: baseline;
}

.btn-type03 .arrow {
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0 6px 6px 0 / 0 6px 6px 0;
  border-left: 1px solid #ced2d4;
  overflow: hidden;
}

.btn-type03 .arrow:before, .btn-type03 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.btn-type03 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.btn-type03 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  right: 14px;
}

.btn-type03:hover {
  opacity: 1;
}

.btn-type03:hover .arrow:before, .btn-type03:hover .arrow:after {
  transition: .3s;
}

.btn-type03:hover .arrow:before {
  height: 100%;
}

.btn-type03:hover .arrow:after {
  border-color: #fff;
}

.btn-type04 {
  display: inline-block;
  color: #73787d;
  font-size: 1.3rem;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}

.btn-type04:before {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-caution01.png);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.btn-type04:hover {
  opacity: 1;
  color: #009a85;
}

.btn-type04:hover:before {
  background-image: url(../images/ico-caution02.png);
}

.btn-type05 {
  position: relative;
  padding-left: 26px;
  display: inline-block;
}

.btn-type05:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico-arrow02.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-size: 100%;
}


/* ===== icon link ===== */

.iconlink {
  display: inline-block;
}

.iconlink span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.iconlink span:last-child {
  margin-right: 0;
}

.iconlink .link {
  text-decoration: underline;
}
.iconlink span.link + span.icon img, .iconlink b + span.icon img {
    margin-right: 10px;
}

/* ===== list ===== */

.list-type01 {
  justify-content: space-between;
}

.list-type01 .list-item {
  width: 24%;
}

.list-type01 .item-inner {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
  border-radius: 6px;
  text-decoration: none;
  color: #14282d;
}

.list-type01 .item-inner:hover {
  opacity: 1;
}

.list-type01 .item-inner:hover .item-image {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.list-type01 .item-inner:hover .item-text .arrow:before, .list-type01 .item-inner:hover .item-text .arrow:after {
  transition: .3s;
}

.list-type01 .item-inner:hover .item-text .arrow:before {
  height: 100%;
}

.list-type01 .item-inner:hover .item-text .arrow:after {
  border-color: #fff;
}

.list-type01 .item-image {
  transition: .6s;
}

.list-type01 .item-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 93%;
  border-radius: 6px 0 0 0 / 6px 0 0 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 1em 32px 1em 1.5em;
  font-weight: bold;
  letter-spacing: 0;
}

.list-type01 .item-text .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.list-type01 .item-text .arrow:before, .list-type01 .item-text .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type01 .item-text .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type01 .item-text .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}

.list-type02 .list-item {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}
.list-type02 .list-item:last-child {
  margin-bottom: 0;
}

.list-type02 .item-inner {
  padding: 2px;
  padding-right: 44px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #14282d;
  align-items: center;
}
.list-type02 .item-inner:hover {
  opacity: 1;
}
.list-type02 .item-inner:hover .arrow:before, .list-type02 .item-inner:hover .arrow:after {
  transition: .3s;
}
.list-type02 .item-inner:hover .arrow:before {
  height: 100%;
}
.list-type02 .item-inner:hover .arrow:after {
  border-color: #fff;
}

.list-type02 .category {
  width: 10%;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  padding: 1.5em 0;
  border-radius: 4px 0 0 4px / 4px 0 0 4px;
  order: 1;
}

.list-type02 p.category01 {
  background: #5aaab4;
}

.list-type02 p.category02 {
  background: #5a82a5;
}

.list-type02 p.category03 {
  background: #91825a;
}

.list-type02 p.category04 {
  background: #b45a71;
}

.list-type02 .date {
  font-size: 1.6rem;
  font-weight: bold;
  width: 11em;
  padding-left: 1em;
  order: 2;
}

.list-type02 .title {
  font-size: 1.6rem;
  font-weight: bold;
  width: 50%;
  order: 3;
}

.list-type02 .icon {
  margin-left: auto;
  order: 4;
}
.list-type02 .icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: bold;
  color: #f05a5a;
  border: 1px solid #f05a5a;
  border-radius: 4px;
  padding: .8em;
  margin-left: 5px;
    float: right;
}

.list-type02 .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}
.list-type02 .arrow:before, .list-type02 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}
.list-type02 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
  border-radius: 0 4px 4px 0;
}
.list-type02 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}

.list-type03 .list-item {
  background: #fff;
  margin-bottom: 5px;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}

.list-type03 .list-item:last-child {
  margin-bottom: 0;
}

.list-type03 .item-inner {
  padding: 12px 44px 12px 35px;
  overflow: hidden;
  position: relative;
  align-items: center;
  text-decoration: none;
  color: #14282d;
}

.list-type03 .item-inner:hover {
  opacity: 1;
}

.list-type03 .item-inner:hover .arrow:before, .list-type03 .item-inner:hover .arrow:after {
  transition: .3s;
}

.list-type03 .item-inner:hover .arrow:before {
  height: 100%;
}

.list-type03 .item-inner:hover .arrow:after {
  border-color: #fff;
}

.list-type03 .date {
  font-size: 1.6rem;
  font-weight: bold;
    margin-bottom: 0;
}

.list-type03 .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.list-type03 .icon {
  margin-left: auto;
  margin-bottom: 0;
}

.list-type03 .icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f05a5a;
  border: 1px solid #f05a5a;
  border-radius: 4px;
  padding: .8em;
  margin-left: 5px;
}

.list-type03 .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.list-type03 .arrow:before, .list-type03 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type03 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type03 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}

.list-type04 .list-item {
  width: 32%;
  margin: 0 2% 50px 0;
}

.list-type04 .list-item:nth-child(3n) {
  margin-right: 0;
}

.list-type04 .item-inner {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
  border-radius: 6px;
  text-decoration: none;
  color: #14282d;
}
@media only screen and (max-width: 768px) {
	.list-type04 .item-inner:hover {
	  opacity: 1;
	}
}

.list-type04 .item-inner:hover .item-image {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.list-type04 .item-inner:hover .item-text .arrow:before, .list-type04 .item-inner:hover .item-text .arrow:after {
  transition: .3s;
}

.list-type04 .item-inner:hover .item-text .arrow:before {
  height: 100%;
}

.list-type04 .item-inner:hover .item-text .arrow:after {
  border-color: #fff;
}

.list-type04 .item-image {
  transition: .6s;
  height: 390px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.list-type04 .item-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 93%;
  border-radius: 6px 0 0 0 / 6px 0 0 0;
  box-sizing: border-box;
  font-size: 1.9rem;
  padding: 1em 32px 1em 1.5em;
  font-weight: bold;
  letter-spacing: 0;
}

.list-type04 .item-text .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.list-type04 .item-text .arrow:before, .list-type04 .item-text .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type04 .item-text .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type04 .item-text .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}

.list-type04 .linklist {
  padding: 25px 10px 25px 20px;
  font-weight: bold;
}

.list-type04 .linklist li {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.list-type04 .linklist a {
  display: block;
  padding-left: 34px;
  padding-right: 10px;
  background: url(../images/ico-arrow02.png) no-repeat left center;
  background-size: 20px;
  text-decoration: none;
  color: #14282d;
}

.list-type04 .linklist.flexbox li {
  width: 50%;
}

.list-type05 .list-item {
  width: 32%;
  margin: 0 2% 2% 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}

.list-type05 .list-item:nth-child(3n) {
  margin-right: 0;
}

.list-type05 .item-inner {
  display: table;
  width: 100%;
  padding: 2px;
  position: relative;
  box-sizing: border-box;
  padding-right: 44px;
  text-decoration: none;
  color: #14282d;
}

.list-type05 .item-inner:hover {
  opacity: 1;
}

.list-type05 .item-inner:hover .arrow:before, .list-type05 .item-inner:hover .arrow:after {
  transition: .3s;
}

.list-type05 .item-inner:hover .arrow:before {
  height: 100%;
}

.list-type05 .item-inner:hover .arrow:after {
  border-color: #fff;
}

.list-type05 .item-image {
  display: table-cell;
  vertical-align: middle;
  border-radius: 4px;
  overflow: hidden;
  width: 90px;
}

.list-type05 .item-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: bold;
}

.list-type05 .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.list-type05 .arrow:before, .list-type05 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type05 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type05 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}

.list-type06 li {
  width: 32%;
  margin: 0 2% 2% 0;
}

.list-type06 li:nth-child(3n) {
  margin-right: 0;
}

.list-type07 .list-item {
  width: 32%;
  margin: 0 2% 2% 0;
  position: relative;
  background: #fff;
  font-size: 1.6rem;
  box-sizing: border-box;
}

.list-type07 .list-item:nth-child(3n) {
  margin-right: 0;
}

.list-type07 .item-inner {
  color: #009a85;
  display: block;
  position: relative;
  padding: 3%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #009a85;
  border-radius: 6px;
  padding-right: 44px;
  text-decoration: none;
  font-weight: 600;
}

.list-type07 .item-inner:hover {
  opacity: 1;
  background: #e4f0f4;
}

.list-type07 .item-inner:hover .arrow:before, .list-type07 .item-inner:hover .arrow:after {
  transition: .3s;
}

.list-type07 .item-inner:hover .arrow:before {
  height: 100%;
}

.list-type07 .item-inner:hover .arrow:after {
  border-color: #fff;
}

.list-type07 .item-inner.active {
  opacity: 1;
  background: #e4f0f4;
}

.list-type07 .item-inner.active .arrow:before, .list-type07 .item-inner:hover .arrow:after {
  transition: .3s;
}
.list-type07 .item-inner.active:hover {
    cursor: initial;
}
.list-type07 .item-inner.active .arrow:before {
  height: 100%;
}

.list-type07 .item-inner.active .arrow:after {
  border-color: #fff;
}

.list-type07 .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #009a85;
}

.list-type07 .arrow:before, .list-type07 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type07 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type07 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #009a85;
  border-right: 1px solid #009a85;
  right: 14px;
}

.list-type08 .list-item {
  width: 49%;
  margin-bottom: 2%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}

.list-type08 .list-item:nth-child(2n) {
  margin-left: auto;
}

.list-type08 .item-inner {
  display: block;
  width: 100%;
  padding: 2px;
  position: relative;
  box-sizing: border-box;
  padding-right: 44px;
  text-decoration: none;
  color: #14282d;
}

.list-type08 .item-inner:hover {
  opacity: 1;
}

.list-type08 .item-inner:hover .arrow:before, .list-type08 .item-inner:hover .arrow:after {
  transition: .3s;
}

.list-type08 .item-inner:hover .arrow:before {
  height: 100%;
}

.list-type08 .item-inner:hover .arrow:after {
  border-color: #fff;
}

.list-type08 .item-text {
  padding: 1em;
  font-weight: bold;
}

.list-type08 .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.list-type08 .arrow:before, .list-type08 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type08 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type08 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}



.list-type09 .list-item {
  width: 49%;
  margin: 0 2% 2% 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}

.list-type09 .list-item:nth-child(2n) {
  margin-right: 0;
}

.list-type09 .item-inner {
  display: table;
  width: 100%;
  padding: 4%;
  position: relative;
  box-sizing: border-box;
  padding-right: 44px;
  text-decoration: none;
  color: #14282d;
}

.list-type09 .item-inner:hover {
  opacity: 1;
}

.list-type09 .item-inner:hover .arrow:before, .list-type09 .item-inner:hover .arrow:after {
  transition: .3s;
}

.list-type09 .item-inner:hover .arrow:before {
  height: 100%;
}

.list-type09 .item-inner:hover .arrow:after {
  border-color: #fff;
}

.list-type09 .item-image {
  display: table-cell;
  vertical-align: middle;
  border-radius: 4px;
  overflow: hidden;
  width: 200px;
}

.list-type09 .item-image img {
  width: 100%;
  margin: 20px 0 20px 20px;
}

.list-type09 .item-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  font-weight: bold;
}

.list-type09 .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.list-type09 .arrow:before, .list-type09 .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.list-type09 .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.list-type09 .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}


/* ===== textbox ===== */

.textbox-type01 {
  position: relative;
  padding-top: 100px;
}

.textbox-type01 .box-image {
  overflow: hidden;
  border-radius: 4px;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 840px;
}

.textbox-type01 .box-text {
  margin-left: auto;
  width: 48%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 5%;
}

.textbox-type01 .box-text .text {
  font-size: 1.6rem;
  line-height: 1.7;
}

.textbox-type02 {
  line-height: 2.2;
  text-align: center;
  font-size: 1.7rem;
}

.textbox-type03 {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin-bottom: 20px;
  padding: 2%;
}

.textbox-type03:last-child {
  margin-bottom: 0;
}

.textbox-type03 .box-title {
  display: table-cell;
  vertical-align: top;
  width: 260px;
  font-size: 2rem;
  font-weight: bold;
}

.textbox-type03 .box-title .num {
  font-family: "Oswald", sans-serif;
  color: #009a85;
  font-weight: normal;
  margin-right: 0.5em;
}

.textbox-type03 .box-text {
  display: table-cell;
  vertical-align: top;
}

.textbox-type04 {
  padding: 5px;
  border-bottom: 1px solid #d8dee0;
}

.textbox-type04 .box-title {
  text-align: center;
  background: #e6f6ff;
  font-size: 1.8rem;
  padding: .6em 1em;
}

.textbox-type04 .box-text {
  padding: 20px 10px 20px 25px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.8;
}

.textbox-type04 .box-text>div {
  display: table-cell;
  vertical-align: top;
}

.textbox-type04 .box-text ul {
  justify-content: flex-end;
}

.textbox-type04 .box-text ul li {
  width: 50%;
  padding-left: 5px;
  box-sizing: border-box;
}

.textbox-type04 .box-text .text01 {
  width: 22%;
}

.textbox-type04 .box-text .text02 {
  width: 54%;
  padding: 0 4%;
}

.textbox-type04 .box-text .text03 {
  width: 16%;
}

.textbox-type05 {
  background: #fafafa;
  padding: 4%;
  border: 1px solid #d8dee0;
}

.textbox-type05 .box-title {
  margin-bottom: 2%;
}


/* ===== table ===== */

.table-type01 {
  width: 100%;
  border-top: 1px solid #d8dee0;
  border-left: 1px solid #d8dee0;
  margin-bottom: 1em;
}

.table-type01 tr {
  border-bottom: 1px solid #d8dee0;
}

.table-type01 th, .table-type01 td {
  border-right: 1px solid #d8dee0;
  padding: 1em;
  vertical-align: middle;
}

.table-type01 th {
  text-align: center;
  font-size: 1.6rem;
}

.table-type01 .th01 {
  background: #fafafa;
}

.table-type01 .th02 {
  background: #e6f6ff;
}

.table-type02 {
  width: 100%;
  border-top: 1px solid #d8dee0;
  background: #fff;
  text-align: left;
  margin-bottom: 1em;
}

.table-type02 tr {
  border-bottom: 1px solid #d8dee0;
}

.table-type02 th, .table-type02 td {
  padding: 1em;
}

.table-type02 th {
  font-size: 1.6rem;
}

.table-type03 {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d8dee0;
  border-left: 1px solid #d8dee0;
  margin-bottom: 1em;
}

.table-type03 tr {
  border-bottom: 1px solid #d8dee0;
}

.table-type03 tr:nth-child(odd) {
  background: #fafafa;
}

.table-type03 tr:first-child {
  background: #e6f6ff;
}

.table-type03 th, .table-type03 td {
  border-right: 1px solid #d8dee0;
  padding: 0.6em 1em;
  vertical-align: middle;
}

.table-type03 th {
  text-align: center;
  font-size: 1.6rem;
}


/* ===== textlist ===== */

.textlist-type01, .circle {
  font-size: 1.6rem;
}

.textlist-type01 li, .circle li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.textlist-type01 li:last-child, .circle li:last-child  {
  margin-bottom: 0;
}

.textlist-type01 > li:before, .circle li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #009a85;
  position: absolute;
  left: 10px;
  top: 8px;
}
.textlist-type01 li ul li:before {
    content: "";
    width: 9px;
    height: 2px;
    /* border-radius: 50%; */
    background: #009a85;
    position: absolute;
    left: 10px;
    top: 11px;
}
.textlist-type02 {
  font-size: 1.6rem;
}

.textlist-type02 li {
  position: relative;
  margin-bottom: 10px;
}

.textlist-type02 li:last-child {
  margin-bottom: 0;
}

.textlist-type02 .num {
  font-family: "Oswald", sans-serif;
  color: #009a85;
  padding-right: .5em;
}

@media only screen and (max-width: 1024px) {
  /* ===== list ===== */
  .list-type01 .list-item {
    width: 49%;
    margin-bottom: 2%;
  }
  .list-type01 .item-image .disp-pc, .pc {
    display: none;
  }

  .list-type02 .item-inner {
    padding-right: 0;
    display: block;
    padding-bottom: 15px;
  }
  .list-type02 .category {
    width: 105px;
    font-size: 1.2rem;
    padding: 1em 0;
    margin-bottom: 15px;
    border-radius: 4px 0 4px 0 / 4px 0 4px 0;
    order: 1;
  }
  .list-type02 .date {
    margin-left: 0;
    font-size: 1.2rem;
    padding-left: 15px;
    margin-bottom: 5px;
    order: 2;
  }
  .list-type02 .date .disp-pc, .pc {
    display: none;
  }
  .list-type02 .title {
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    order: 3;
  }
  .list-type02 .icon {
    position: absolute;
    right: 2px;
    top: 2px;
    order: 4;
  }
  .list-type02 .icon span {
    padding: .6em;
    margin-left: 3px;
  }
  .list-type02 .arrow {
    display: none;
  }

  .list-type05 .list-item {
    width: 49%;
    margin: 0 0 2%;
  }
  .list-type05 .list-item:nth-child(2n) {
    margin-left: auto;
  }
  /* ===== textbox ===== */
  .textbox-type01 .box-text {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  /* ===== flexbox ===== */
  .col {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .col:last-child {
    margin-bottom: 0;
  }
  /* ===== layout ===== */
  .layout-type01 {
    padding: 0 15px;
  }
  /* ===== title ===== */
  .title-type01 {
    margin-bottom: 22px;
    text-align: center;
  }
  .title-type01 span {
    letter-spacing: .08em;
    line-height: 1.3;
    display: block;
  }
  .title-type01 .ttl-en {
    font-size: 5rem;
    margin-bottom: 8px;
      display: inline;
  }
  .title-type01 .ttl-ja {
    font-size: 1.8rem;
      display: inline;
  }
  .title-type02 {
    margin-bottom: 22px;
  }
  .title-type02 span {
    letter-spacing: .08em;
    line-height: 1.3;
  }
  .title-type02 .ttl-en {
    font-size: 5rem;
    margin-bottom: 8px;
  }
  .title-type02 .ttl-ja {
    font-size: 1.8rem;
  }
  .title-type03 {
    font-size: 3rem;
  }
  .title-type03 span {
    font-size: 2rem;
  }
  .title-type04 {
    font-size: 2.8rem;
  }
  .title-type05 {
    font-size: 2.6rem;
  }
  .title-type05 span {
    font-size: 2rem;
  }
  .title-type06 {
    font-size: 2rem;
  }
  .title-type07 {
    font-size: 1.8rem;
  }
  .title-type07 span {
    font-size: 1.3rem;
  }
  .title-type08, .lead {
    font-size: 2rem;
  }
  /* ===== btn ===== */
  .btn-type01 {
    height: 40px;
    font-size: 1.4rem;
  }
  .btn-type01 span {
    line-height: 40px;
  }
  .btn-type01:before {
    content: none;
  }
  .btn-type03 {
    font-size: 1.4rem;
    border-radius: 4px;
    padding: 1em 0;
  }
  .btn-type03 .arrow {
    display: none;
  }
  /* ===== list ===== */
  .list-type01 .list-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .list-type01 .item-text {
    width: 66%;
  }
  .list-type03 .item-inner {
    padding: 20px 15px;
  }
  .list-type03 .date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .list-type03 .icon {
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .list-type03 .icon span {
    padding: .4em;
    margin-left: 3px;
  }
  .list-type03 .arrow {
    display: none;
  }
  .list-type04 .list-item {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .list-type04 .item-image {
    height: 300px;
  }
  .list-type04 .item-text {
    width: 80%;
  }
  .list-type04 .linklist {
    padding: 15px 0 0;
  }
  .list-type04 .linklist li {
    font-size: 1.3rem;
  }
  .list-type04 .linklist a {
    background-size: 16px;
    padding-left: 24px;
  }
  .list-type05 .list-item {
    width: 100%;
  }
  .list-type07 .list-item {
    width: 100%;
    margin: 0 0 4%;
  }
  .list-type08 .list-item {
    width: 100%;
    margin: 0 0 4%;
  }
  /* ===== textbox ===== */
  .textbox-type01 {
    padding-top: 0;
  }
  .textbox-type01 .box-image {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  .textbox-type01 .box-text {
    width: 100%;
    padding: 2%;
  }
  .textbox-type01 .box-text .text {
    font-size: 1.4rem;
  }
  .textbox-type02 {
    text-align: left;
    font-size: 1.5rem;
  }
  .textbox-type03 {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .textbox-type03 .box-title {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
  .textbox-type03 .box-text {
    display: block;
  }
  .textbox-type04 .box-title {
    font-size: 1.6rem;
  }
  .textbox-type04 .box-text {
    padding: 15px;
    font-size: 1.3rem;
  }
  .textbox-type04 .box-text>div {
    display: block;
  }
  .textbox-type04 .box-text ul {
    justify-content: flex-start;
  }
  .textbox-type04 .box-text ul li {
    width: 20%;
    max-width: 60px;
    padding-left: 0;
    padding-right: 5px;
  }
  .textbox-type04 .box-text .text01 {
    width: 100%;
    font-weight: bold;
  }
  .textbox-type04 .box-text .text02 {
    width: 100%;
    padding: 0;
  }
  .textbox-type04 .box-text .text03 {
    width: 100%;
    margin-top: 10px;
  }
  /* ===== table ===== */
  .table-type01 td, .table-type01 th {
    font-size: 1.2rem;
    padding: .6em;
  }
  .table-type02 td, .table-type02 th {
    font-size: 1.2rem;
    padding: .6em;
  }
  .table-type02 td {
    padding-right: 0;
  }
  .table-type02 th {
    padding-left: 0;
  }
  .table-type03 td, .table-type03 th {
    font-size: 1.2rem;
    padding: .6em;
  }
}


/*------------------------------------------
  header
------------------------------------------*/

.site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.site-header a {
  text-decoration: none;
  display: table;
  width: 100%;
} 

.header-contents {
  width: 94%;
}

.header-info {
  position: relative;
  z-index: 10;
  background: #009a85;
  align-items: center;
  justify-content: flex-end;
}

.header-info li {
  display: inline-block;
  vertical-align: middle;
}

.header-info li a {
  display: block;
}

.header-info .info-nav li {
  margin-right: 16px;
}

.header-info .info-nav a {
  color: #fff;
}

.header-info .lang-nav {
  margin-right: 10px;
  line-height: 1;
}

.header-info .lang-nav li {
  margin-right: 3px;
  text-align: center;
}

.header-info .lang-nav a {
  background: #fff;
  color: #ff8c07;
  width: 5em;
  display: table;
  height: 28px;
  border: 1px solid #009a85;
}
.size-nav li p span{ float:none;}

.header-info .lang-nav a span {
  display: table-cell;
  vertical-align: middle;
  float:none;
}

.header-info .lang-nav .current {
    background: #005235;
    color: #fff;
  border-color: #009a85;
  border-radius: 3px;
}s

.header-info .size-nav {
  margin-right: 10px;
  line-height: 1;
}

.header-info .size-nav li {
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
}

.header-info .size-nav p {
  background: #fff;
  color: #ff8c07;
  border: 1px solid #009a85;
  display: table;
  height: 28px;
  width: 35px;
}s
.header-info .size-nav p span {
  display: table-cell;
  vertical-align: middle;
}

.header-info .size-nav .large {
  font-size: 1.6rem;
}

.BD-fz-small .header-info .size-nav .small p {
  background: #005235;
  color: #fff;
  border-color: #009a85;
  border-radius: 3px;
}

.BD-fz-large .header-info .size-nav .large p {
  background: #009a85;
  color: #fff;
  border-color: #009a85;
  border-radius: 3px;
}

.header-search {
  width: 205px;
  background: #007f6e url(../images/ico-search.png) no-repeat left 14px center;
  background-size: 20px;
  padding: 0 10px 0 40px;
  box-sizing: border-box;
  position: relative;
  margin-left:13px;
}

.header-search:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  bottom: 2px;
  right: 2px;
}

.header-search input[type="text"] {
  height: 45px;
  width: 100%;
  color: #fff;
  outline-style: none;
}

.header-search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.4rem;
}

.header-search input::-moz-placeholder {
  color: #fff;
  font-size: 1.4rem;
}

.header-search input:-ms-input-placeholder {
  color: #fff;
  font-size: 1.4rem;
}

.header-search input::-ms-input-placeholder {
  color: #fff;
  font-size: 1.4rem;
}

.header-search input::placeholder {
  color: #fff;
  font-size: 1.4rem;
}

.header-nav {
  position: relative;
  z-index: 10;
  padding: 30px 15px;
  background: #fff;
  border-radius: 0 0 10px 0 / 0 0 10px 0;
  align-items: center;
}

.sitelogo {
  margin-right: auto;
}

.gnav-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  border-bottom:none;
}

.gnav-link {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #14282d;
}

.gnav-link:hover {
  opacity: 1;
  color: #009a85;
}

.gnav-contents {
  position: relative;
  z-index: 3;
}

.gnav-contents .no-image .company_image {
  width: 200px;
  margin-right: 40px;
  margin-top: 12px;
  display: none;
}

.gnav-contents .contents {
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: rgba(35, 50, 60, .95);
  transition: .6s;
  z-index: 2;
}

.gnav-contents .contents.active {
  padding-top: 200px;
  top: 0;
  transition: .6s;
}

.gnav-contents .contents-inner {
  max-width: 1200px;
  margin: auto;
  padding: 25px;
  position: relative;
}

.gnav-contents .nav-label {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 40px;
  background: url(../images/ico-arrow01.png) no-repeat left center;
  background-size: 25px;
  line-height: 1.1;
}

.gnav-contents .nav-label a {
  color: #fff;
}

.gnav-contents .nav-close {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
}

.gnav-contents .nav-child {
  padding-top: 25px;
}

.gnav-contents .nav-child li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
}

.gnav-contents .no-image .nav-child li {
  width: 33%;
}

.gnav-contents .contents03 .no-image .nav-child li {
  width: 20%;
}

.gnav-contents .nav-child a {
  display: block;
  background: #fff;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  color: #14282d;
	
}
.gnav-contents .nav-child a .image{ height:253px;}
.gnav-contents .nav-child a .image img{ width:100%; max-height:253px;}
.nav-child .disp-sp a{
	background:  url(../images/ico-arrow02.png) no-repeat left top 2px;
	font-weight: 600;
	background-size: 20px;
	padding-left: 25px;
	    margin-bottom: 5px;
}

.gnav-contents .no-image .nav-child {
  display: flex;
  flex-direction: row-reverse;
}

.gnav-contents .no-image .nav-child a {
/*  background: none;*/
/*  color: #fff;*/
}

.gnav-contents .nav-child .text {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.gnav-contents .nav-child .text p {
  padding-left: 24px;
  background: url(../images/ico-arrow02.png) no-repeat left top 2px;
  background-size: 16px;
}

.gnav-contents .nav-child .text p {
  background-position: left top 3.5px;
}

.gnav-contents .nav-child .text span {
  font-size: 1.3rem;
}

.site-header-fix .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 92%;
  padding: 16px 15px;
  box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}

.site-header-fix .header-nav .sitelogo {
  width: 238px;
}

.site-header-fix .gnav-contents .contents.active {
  padding-top: 60px;
}

.gnav-contents .nav-child a.sp-sec-top {
    margin-bottom: 0.3em;
    display: inline-block;
    width: max-content;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  .sitelogo {
    width: 238px;
  }
  .gnav-item {
    margin: 0 6px;
  }
  .gnav-link {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .header-info {
    display: none;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 94%;
    box-sizing: border-box;
    padding: 16px 15px;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
  }
  .sitelogo {
    width: 238px;
  }
  .gnav-toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 50%;
    margin-top: -20px;
    padding: 9px 5px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gnav-toggle div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .gnav-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #14282d;
    position: absolute;
    left: 0;
    transition: .3s;
  }
  .gnav-toggle span:nth-of-type(1) {
    top: 0;
  }
  .gnav-toggle span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .gnav-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  .gnav-toggle-open span {
    transition: .3s;
  }
  .gnav-toggle-open span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .gnav-toggle-open span:nth-of-type(2) {
    opacity: 0;
  }
  .gnav-toggle-open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  .gnav {
    display: none;
  }
  .gnav-contents {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: -100%;
    left: 0;
    z-index: 4;
    transition: .4s;
    padding: 75px 0 20px;
    box-sizing: border-box;
  }
  .gnav-contents .contents {
    position: static;
    background: none;
  }
  .gnav-contents .contents-inner {
    padding: 1em;
  }
  .gnav-contents .nav-label {
    font-size: 1.8rem;
    padding-left: 26px;
    background-size: 18px;
  }
  .gnav-contents .nav-label.disp-pc, .pc {
    display: none;
  }
  .gnav-contents .nav-close {
    display: none;
  }
  .gnav-contents .nav-child {
    display: none;
    background: #fff;
    overflow: hidden;
    margin-top: 15px;
    padding: 10px 10px 0;
  }
  .gnav-contents .nav-child li {
    width: 100%;
    margin-bottom: 10px;
  }
  .gnav-contents .nav-child .text {
    font-size: 1.2rem;
    padding: 0;
  }
  .gnav-contents .nav-child .text p {
    background-size: 11px;
    padding-left: 3.5vw;
  }
  .gnav-contents .nav-child .image {
    display: none;
  }
  .gnav-contents .no-image .nav-child a {
/*    background: #fff;*/
    color: #14282d;
  }
/*
    .gnav-contents .no-image .nav-child > div a {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}
*/
  .gnav-contents .no-image .nav-child {
    display: none;
    background: #fff;
    overflow: hidden;
    margin-top: 15px;
    padding: 10px 10px 0;
  }
  .gnav-contents .no-image .company_image {
    display: none;
  }
  .gnav-contents .nav-child .text p {
    background-position: left top 3px;
  }
  .gnav-contents .no-image .nav-child li {
    width: 100% !important;
    box-sizing: border-box;
  }
  .gnav-contents-open {
    top: 0;
    transition: .4s;
    background: #23323c;
  }
  .site-header-fix .header-nav {
    width: 94%;
  }
}


/*------------------------------------------
  footer
------------------------------------------*/

.site-footer {
  color: #b9bec3;
}

.site-footer a {
  color: #b9bec3;
  text-decoration: none;
}

.footer-nav {
  background: #14232d;
  padding: 60px 0;
}

.footer-nav .nav-wrapper {
  width: 20%;
}

.footer-nav .nav-contents {
  padding-right: 1em;
  margin-bottom: 25px;
}

.footer-nav .nav-contents:last-child {
  margin-bottom: 0;
}

.footer-nav .nav-label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.footer-nav .nav-label a, .nav-label-sp a {
  color: #fff;
}

.footer-nav ul li {
  margin-bottom: 5px;
  font-size: 0.8em;
}

.footer-nav ul li:last-child {
  margin-bottom: 0;
}

.footer-info {
  background: #009a85;
  padding: 40px 0;
}

.footer-info .flexbox {
  align-items: center;
}

.footer-info .info-logo {
  margin-right: 50px;
}

.footer-info .info-nav li {
  margin-right: 25px;
}

.footer-info .info-nav a {
  display: block;
}

.footer-info .info-copyright {
  color: #646e78;
  font-size: 1.1rem;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .footer-nav .nav-label {
    font-size: 1.5rem;
  }
  .footer-info .info-nav {
    width: 100%;
    margin-top: 25px;
  }
  .footer-info .info-copyright {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-nav {
    padding: 0;
  }
  .footer-nav .nav-wrapper {
    width: 100%;
  }
  .footer-nav .nav-contents {
    padding-right: 0;
    margin-bottom: 0;
  }
  .footer-nav .nav-label-sp {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #23323c;
    position: relative;
  }
  .footer-nav .nav-label-sp:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -18px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-image: url(../images/ico-arrow01.png);
  }
  .footer-nav .nav-label-sp.ac-trigger:before {
    background-image: url(../images/ico-plus01.png);
  }
  .footer-nav .nav-label-sp.ac-open:before {
    background-image: url(../images/ico-minus01.png);
  }
  .footer-nav ul {
    display: none;
    background: #23323c;
    width: 86%;
    border-radius: 0 0 10px 0 / 0 0 10px 0;
    padding: 15px;
    box-sizing: border-box;
  }
  .footer-nav ul li {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
  .site-footer .layout-type01 {
    padding: 0;
  }
  .footer-info {
    padding: 0;
    text-align: center;
  }
  .footer-info .info-logo {
    width: 100%;
    margin: 0;
    padding: 25px 0;
  }
  .footer-info .info-logo img {
    width: 178px;
  }
  .footer-info .info-nav {
    margin-top: 0;
    font-size: 1.3rem;
    border-top: 1px solid #73787d;
  }
  .footer-info .info-nav li {
    margin: 0;
    width: 50%;
    border-bottom: 1px solid #73787d;
  }
  .footer-info .info-nav li:nth-child(2n) a {
    border-right: none;
  }
  .footer-info .info-nav a {
    padding: 1.3em 0;
    border-right: 1px solid #73787d;
  }
  .footer-info .info-copyright {
    margin-top: 0;
    padding: 25px 0;
  }
}


/*------------------------------------------
  contents
------------------------------------------*/
main.main-contents.novisual {
    margin-top: 150px;
}
@media only screen and (max-width: 1200px){
    main.main-contents.novisual {
        margin-top: 142px;
    }
}
@media only screen and (max-width: 1024px){
    main.main-contents.novisual {
        margin-top: 70px;
    }
}
.head-section {
  margin-bottom: 50px;
}

.head-section .head-visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 900px;
  text-align: center;
  display: table;
  width: 100%;
}

.head-section .pagetitle {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding-top: 140px;
}

.head-section .pagetitle .ttl-sub {
  font-size: 2rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.head-section .pagetitle .ttl-sub:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.head-section .pagetitle .ttl-main {
  font-size: 4.6rem;
  font-weight: 700;
    padding: 0 20%;
}

.head-section .pagetitle .ttl-main span {
  font-size: 3.2rem;
}

.head-section .no-image .pagetitle {
  color: #000;
}

.head-section .no-image .pagetitle .ttl-sub {
  color: #009a85;
}

.head-section .no-image .pagetitle .ttl-sub:after {
  background: #009a85;
}

.breadcrumb {
  background: #e0e4e6;
  padding: 16px 24px;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
  color: #6e787d;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #6e787d;
  text-decoration: none;
  position: relative;
  padding-right: .5em;
}

.breadcrumb a:after {
  content: "＞";
  padding-left: .5em;
}

.page-section {
  margin-bottom: 80px;
}

.page-section .sec-header {
  margin-bottom: 35px;
}
.page-section #japan .sec-header {
  margin-bottom: 0px;
}
.page-section .flexbox .sec-header {
    width: 100%;
}
.page-section .sec-contents {
  margin-bottom: 40px;
}

.page-section .sec-contents:last-child {
  margin-bottom: 0;
}

.sec-contents .textbox-type01 {
	height: auto;
}

.page-section .sec-lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}


.page-column-wrapper {
  padding-top: 0px;
  padding-bottom: 85px;
  position: relative;
}

.page-side {
  width: 23%;
  border-radius: 4px;
  overflow: hidden;
    font-weight: 500;
}

.page-side a {
  text-decoration: none;
  color: #14282d;
}

.page-side .side-title {
    text-align: center;
    color: #000;
    background: #ffffff;
    font-size: 2rem;
    padding: .8em 0;
    font-weight: 700;
    border-top: solid 5px #23323c;
}

.page-side .side-menu {
  background: #fff;
  border: 1px solid #d8dee0;
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
  overflow: hidden;
}

.page-side .menu-item {
  border-bottom: 1px solid #d8dee0;
  letter-spacing: 0px;
}
/*
.page-side .menu-item:first-child {
    border-top: 1px solid #d8dee0;
}
*/
.page-side .menu-item:last-child {
  border-bottom: none;
}

.page-side .item-link {
  display: block;
  padding: 1em 36px 1em 12px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.page-side .item-link .arrow {
  width: 28px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #d8dee0;
}

.page-side .item-link .arrow:before, .page-side .item-link .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.page-side .item-link .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.page-side .item-link .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 11px;
}

.page-side .menu-item.active_menu {
    background: #009a85;
}
.page-side .menu-item.active_menu a {
    color: #fff;
}
.page-side .menu-item.active_menu a .arrow:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.page-side .menu-item.active_has_active a .arrow:after {
    border-top: 1px solid #14282d;
    border-right: 1px solid #14282d;
}

.page-side .item-link:hover {
  opacity: 1;
}

.page-side .item-link:hover .arrow:before {
  height: 100%;
}

.page-side .item-link:hover .arrow:after {
  border-color: #fff;
}

.page-side .menu-item.active_has_active .item-link:hover .arrow:after {
  border-color: #fff;
}
.page-side .side-menu-child {
  text-align: center;
  padding-left: 1em;
}
.page-side ul.side-menu-child {
    padding-left: 0;
    background: #e0e4e6;
}
.page-side .side-menu-child.active {
    background: #009a85;
}
.page-side .side-menu-child.active a {
    color: white;
}
.page-side .side-menu-child.active a:hover {
    color: white;
    opacity: 1;
}
.page-side .side-menu-child li {
    padding-left: 1em;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
}
.page-side .side-menu-child li.active{
    background: #009a85;
}
.page-side .side-menu-child li.active a {
    color: #fff;
}
.page-side .side-menu-child li:nth-child(2n) {
  border-right: none;
}

.page-side .side-menu-child a {
  display: block;
  padding: 0.5em 1em 0.5em 0;
    width: -webkit-fill-available;
    text-align: left;
}
.page-side .menu-item.active_menu ul.side-menu-child a {
    color: #14282d;
}
.page-side .menu-item.active_menu ul.side-menu-child li.active a{
    color: white;
}

.page-side .side-menu-child a:hover {
  color: #009a85!important;
}

.page-main {
  margin-left: auto;
  width: 73.5%;
  box-sizing: border-box;
}

.page-side .menu-item.active_has_active {
    background: #e0e4e6;
}
.page-side .menu-item.active_has_active ul.side-menu-child {
    background: #e0e4e6;
}
.page-side .menu-item.active_has_active > a {
    color: #14282d;
    font-weight: 700;
}
.page-side .active_has_active .business-detail p {
    padding: 5% 5% 0;
    background: #e0e4e6;
}

/* ===== サイドメニュー ===== */
.page-side .menu-item .business-detail{
    color: #23323c;
}
.page-side .menu-item .business-detail p {
    background: #e0e4e6;
    padding: 5% 5% 0;
}
.page-side .active_has_active .business-detail p {
    background: #e0e4e6;
}
.page-side .menu-item .business-detail .side-menu-child {
/*
    background: #d8dee0;
    background: #fff;
*/
}
.page-side .menu-item .business-detail .side-menu-child li {
    font-size: 0.85em;
    border: none;
    border-bottom: 1px solid #fff;
}
.page-side .menu-item .business-detail .side-menu-child li a {
    padding: 1em 1em 1em 0;
}
.page-side .active_has_active .item-link .arrow {
    border-left: 1px solid #ffffff;
}
.page-side .bd {
    margin-top: 4%;
    background: #23323c;
}
.page-side .bd a {
    color: #fff;
    padding: 7%;
    display: block;
}
.page-side .bd li {
    text-align: center;
}
.page-side .bd a .arrow {
    width: 28px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #d8dee0;
}
.page-side .bd a .arrow:before {
    width: 100%;
    height: 0;
    background: #009a85;
    bottom: 0;
    left: 0;
}
.page-side .bd a .arrow:before, .page-side .bd a .arrow:after {
    content: "";
    position: absolute;
    transition: .3s;
}

/* ===== info ===== */

.cmn-section-info {
  padding: 40px 0 0;
  background: #23323c;
  position: relative;
}

.cmn-section-info:before {
  content: "";
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f6f8f9;
}

.info-slider .slide-item {
  padding: 0 12px;
}

.info-slider .item-inner {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: #14282d;
}

.info-slider .item-inner:hover {
  opacity: 1;
}

.info-slider .item-inner:hover .item-image {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.info-slider .item-inner:hover .item-text .arrow:before, .info-slider .item-inner:hover .item-text .arrow:after {
  transition: .3s;
}

.info-slider .item-inner:hover .item-text .arrow:before {
  height: 100%;
}

.info-slider .item-inner:hover .item-text .arrow:after {
  border-color: #fff;
}

.info-slider .item-image {
  transition: .6s;
}

.info-slider .item-text {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0 32px 0 1.5em;
  height: 85px;
  width: 100%;
  display: table;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e0e4e6;
}

.info-slider .item-text .text-inner {
  display: table-cell;
  vertical-align: middle;
}

.info-slider .item-text .title {
  font-size: 1.8rem;
}

.info-slider .item-text .text {
  color: #6e787d;
}

.info-slider .item-text .text span {
  display: inline-block;
  vertical-align: middle;
}

.info-slider .item-text .arrow {
  width: 32px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e0e4e6;
}

.info-slider .item-text .arrow:before, .info-slider .item-text .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}

.info-slider .item-text .arrow:before {
  width: 100%;
  height: 0;
  background: #009a85;
  bottom: 0;
  left: 0;
}

.info-slider .item-text .arrow:after {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  border-top: 1px solid #14282d;
  border-right: 1px solid #14282d;
  right: 14px;
}

.info-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin: -26px 0 0;
  padding: 0;
  width: 55px;
  height: 55px;
  background: none;
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  outline-style: none;
}

.info-slider .slick-prev {
  left: -25px;
  background-image: url(../images/ico-prev01.png);
}

.info-slider .slick-next {
  right: -25px;
  background-image: url(../images/ico-next01.png);
}


/*------------------------------------------
  　　slick-slider jsなし
------------------------------------------*/
.slick-slider-nojs{
    margin-bottom: 2em;
}
.slick-slider-nojs .slide-item {
    width: 32%;
    margin: 0 2% 1em 0;
    float: left;
}
.slick-slider-nojs:not(.bd) .slide-item:nth-child(3n) {
    margin-right: 0;
}
.slick-slider-nojs .slide-item .item-inner {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #14282d;
}
.slick-slider-nojs .slide-item .item-inner .item-image {
    transition: .6s; 
}
.slick-slider-nojs .slide-item .item-inner .item-text {
    position: relative;
    box-sizing: border-box;
    padding: 0 32px 0 1em;
    height: 55px;
    width: 100%;
    display: table;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e0e4e6;
}
.slick-slider-nojs .slide-item .item-inner .item-text .text-inner {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1em;
}
.slick-slider-nojs .slide-item .item-inner .item-text .text-inner p {
    line-height: 1.5;
    letter-spacing: 0px;
}
.slick-slider-nojs .slide-item .item-inner .item-text .arrow {
    width: 32px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #e0e4e6;
}
.slick-slider-nojs .slide-item .item-inner .item-text .arrow:before, .slick-slider-nojs .slide-item .item-inner .item-text .arrow:after {
  content: "";
  position: absolute;
  transition: .3s;
}
.slick-slider-nojs .slide-item .item-inner .item-text .arrow:before {
    width: 100%;
    height: 0;
    background: #009a85;
    bottom: 0;
    left: 0;
}
.slick-slider-nojs .slide-item .item-inner .item-text .arrow:after {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    border-top: 1px solid #14282d;
    border-right: 1px solid #14282d;
    right: 14px;
}
.slick-slider-nojs .slide-item .item-inner:hover {
    opacity: 1;
}
.slick-slider-nojs .slide-item .item-inner:hover .item-image {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.slick-slider-nojs .slide-item .item-inner:hover .item-text .arrow:before {
    height: 100%;
}
.slick-slider-nojs .slide-item .item-inner:hover .item-text .arrow:before, .slick-slider-nojs .slide-item .item-inner:hover .item-text .arrow:after{
    transition: .3s;
}
.slick-slider-nojs .slide-item .item-inner:hover .item-text .arrow:after{
    border-color: #fff;
}

@media only screen and (max-width: 768px) {
    .slick-slider-nojs .slide-item {
        width: 49%;
        margin: 0 2% 0.5em 0;
    }
    .slick-slider-nojs:not(.bd) .slide-item:nth-child(3n) {
        margin-right: 2%;
    }
    .slick-slider-nojs:not(.bd) .slide-item:nth-child(2n) {
        margin-right: 0 ;
    }
    .slick-slider-nojs.bd .slide-item {
        width: 100%;
        margin-right: 0;
    }

}

/* ===== bnr ===== */

.cmn-section-bnr {
  padding: 20px 0;
}

.cmn-section-bnr .bnrlist li {
  width: 33.333%;
  margin-bottom: 20px;
}

.cmn-section-bnr .bnrlist a {
  display: block;
  padding: 0 12px;
}

.cmn-section-bnr .bnrlist img {
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1024px) {
  .head-section .head-visual {
    height: 300px;
  }
  .head-section .pagetitle {
    padding-top: 80px;
  }
  .page-side {
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .page-main {
    width: 100%;
    margin-bottom: 40px;
    -ms-order: 1;
    order: 1;
  }
  .page-main .page-section:last-child {
    margin-bottom: 0;
  }
  .cmn-section-info .sec-inner {
    padding: 0;
  }
  .info-slider .item-text .title {
    font-size: 1.6rem;
  }
  .info-slider .item-text .text {
    font-size: 1.2rem;
  }
  .info-slider .slick-prev {
    left: 10px;
  }
  .info-slider .slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .head-section {
    margin-bottom: 30px;
  }
  .head-section .head-visual {
    height: 240px;
  }
  .head-section .pagetitle {
    padding-top: 60px;
  }
  .head-section .pagetitle .ttl-sub {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .head-section .pagetitle .ttl-sub:after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
  .head-section .pagetitle .ttl-main {
    font-size: 3rem;
  }
  .head-section .pagetitle .ttl-main span {
    font-size: 2rem;
  }
  .page-column-wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .breadcrumb {
    padding: .6em 1em;
  }
  .breadcrumb li {
    font-size: 1.2rem;
  }
  .page-section {
    margin-bottom: 50px;
  }
  .page-section .sec-header {
    margin-bottom: 20px;
  }
  .page-section .sec-contents {
    margin-bottom: 30px;
  }
  .page-section .sec-lead {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .cmn-section-info {
    padding-bottom: 60px;
  }
  .cmn-section-info:before {
    height: 130px;
    background: #e0e4e6;
  }
  .info-slider .slide-item {
    padding: 0 7px;
  }
  .info-slider .item-text {
    padding: 0 32px 0 1em;
    height: 70px;
  }
  .info-slider .item-text .title {
    font-size: 1.4rem;
  }
  .info-slider .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -40px;
    left: 0;
  }
  .info-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .info-slider .slick-dots button {
    outline-style: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #fff;
    width: 11px;
    height: 11px;
    border: 1px solid #d5d9dc;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
  }
  .info-slider .slick-dots .slick-active button {
    background: #828c91;
    border-color: #828c91;
  }
  .info-slider .slick-arrow {
    margin: 0;
    top: auto;
    bottom: -60px;
    width: 50px;
    height: 50px;
  }
  .info-slider .slick-prev {
    left: 0;
    background-image: url(../images/ico-prev02.png);
  }
  .info-slider .slick-next {
    right: 0;
    background-image: url(../images/ico-next02.png);
  }
  /* ===== bnr ===== */
  .cmn-section-bnr .bnrlist li {
    width: 50%;
    margin-bottom: 10px;
  }
  .cmn-section-bnr .bnrlist a {
    display: block;
    padding: 0 5px;
  }
}


/*------------------------------------------
  Clearfix
------------------------------------------*/

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/*------------------------------------------
  記事本文共通
------------------------------------------*/
.page-section.white .sec-inner {
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(6, 0, 0, .1);
  padding: 20px 25px;
}

.page-section h1 {
    font-size: 2em;
    font-weight: bold;
    /*text-align: justify;*/
    line-height: 1.5;
    border-bottom: 3px solid #000;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
    .page-section h1 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 3px solid #000;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
}
.page-section h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    background: linear-gradient(transparent 51%, #ffffff 51%);
    padding: 0.5em;
    margin: 2em 0 1em 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, .1);
}
.page-section h2:first-child {
    margin-top: 0;
}
.page-section h2 span {
  font-family: "Oswald", sans-serif;
  color: #009a85;
  font-size: 1.4rem;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .page-section h2{
    font-size: 1.8rem;
  }
  .page-section h2 span {
    font-size: 1.3rem;
  }
}
.page-section h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 2em;
}
.page-section h3.eirHeading {
    margin-top: 0em;
}
.page-section h4 {
    font-size: 1em;
    font-weight: bold;
    color: #009a85;
    margin-top: 0.5em;
}

.page-section p {
  line-height: 1.7;
/*  text-align: justify;*/
/*  margin-bottom: 1.2em;*/
}
.page-section p.lead {
  text-align: left;
}
.page-section p + p {
    margin-top: .5em;
}
.page-section p img {
    margin-bottom: 2%;
    object-fit: contain;
/*
    width: 100%;
    height: auto;
*/
}
.page-section p .icon img {
    margin-bottom: 0;
}
.iconlink span.link + span.icon img, .iconlink b + span.icon img {
    margin-right: 10px;
}

.page-section p > a + img, .page-section li > a + img {
    margin-left: 10px;
}

.page-section .ralign{
	text-align: right;
}
.page-section .lalign{
	text-align: left;
}
.page-section .calign{
	text-align: center;
}
.page-section .center {
	text-align: center;
    padding: 0.6em 1em;
   
}
.page-section center img {
    margin: 1em auto;
}
.page-section .left { float: left; }

.page-section .right { float: right; }

.page-section .clearboth { clear: both; }

.page-section .a-center { text-align: center; }

.page-section .a-left { text-align: left; }

.page-section .a-right { text-align: right; }

.page-section .v-middle { vertical-align: middle; }

.page-section .mobile-user { display: none; }

.page-section p b {
    font-weight: bold;
}

.page-section .blue-inline {
    color: #009a85;
    font-weight: 700;
}


.page-section table {
    width: 100%!important;
    table-layout: fixed;
}
.page-section table td {
    padding: 0.5em 1em;
}
@media only screen and (max-width: 768px) {
    .page-section table td {
    padding: 0.1em 0.1em;
}
}
ul.photo_list{
	list-style:none;
	margin:20px 0;
	padding:0;
}
ul.photo_list li{
	float:left;
	margin:10px 4px;
	display:inline;
}
ul.photo_list.four-col li{
	width: 24%;
}
@media only screen and (max-width: 768px) {
    ul.photo_list.four-col li{
        width: 47%;
    }
}
.col_set{
	clear:both;
	margin:0px 0 20px;
}
.col_set div.left{
	float:left;
	width:55%;
	padding:0;
}
.col_set div.right{
	float:right;
	width:40%;
	padding:0;
}

.col_set2{
	clear:both;
	margin:0px 0 0px;
}
.col_set2 div.left{
	float:left;
	width:500px;
	padding:0;
}
.col_set2 div.right{
	float:right;
	width:174px;
	padding:0;
}

.col_set3{
	clear:both;
	margin:0px 0 0px;
}
.col_set3 div.left{
	float: left;
    width: 35%;
    padding: 0;
}
.col_set3 div.right{
    float: right;
    width: 60%;
    padding: 0;
}

.col_set4{
	clear:both;
	margin:0px 0 0px;
}

.hist-table{
	width: 72%;
}

.col_set4 div.left{
	float:left;
/*	width:200px;*/
	padding:0;
}
.col_set4 div.right{
	float:right;
/*	width:500px;*/
	padding:0;
}
.col_set5{
	clear:both;
	margin:20px 0 0px;
}
.col_set5 div.left{
	float:left;
	width:668px;
	padding:0;
    padding-right: 20px;
}
.col_set5 div.right{
	float:right;
	width:200px;
	padding:0;
}
.ralign{
	text-align: right;
}
.lalign{
	text-align: left;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
	text-indent: -9999px;
	height: 0px;
	padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    div[class*="col_set"] div.left{
        width:100%;
    }
    div[class*="col_set"] div.right{
        width:100%;
    }
}

/*------------------------------------------
  リスト
------------------------------------------*/
.page-section ol{
    counter-reset:number; 
    list-style:none;
    margin:1em 0;
    padding:0;
    font-size: 1.6rem;
}
.page-section ol li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
}
.page-section ol li:before{
    content: counter(number, decimal-leading-zero)".";
    counter-increment: number;  
    font-family: "Oswald", sans-serif;
    color: #009a85;
    padding-right: .5em;
    position: absolute;
    left: 0;
}

/*------------------------------------------
  テーブル
------------------------------------------*/
.page-section .gray01,.page-section .gray02,.page-section .gray10{
    width: 100%;
    border-top: 1px solid #d8dee0;
    border-left: 1px solid #d8dee0;
    margin-top: 1em;
}
.page-section .gray01 th,.page-section .gray02 th,.page-section .gray10 th{
    text-align: left;
    font-size: 1.4rem;
    background: #e6f6ff;
    border: 1px solid #d8dee0;
    padding: 1em;
    vertical-align: middle;
    width: 25%;
}
.page-section .gray01 th a, .page-section .gray02 th a, .page-section .gray10 th a {
    color: black;
    font-weight: 600;
}
.page-section .gray10 th{
    width: auto;
}
.page-section .gray10 th.lv01{
    width: 25%;
}
.page-section .gray10 th.lv02{
    background: #fafafa;
}
.page-section .gray01 td,.page-section .gray02 td,.page-section .gray10 td{
    border: 1px solid #d8dee0;
    padding: 1em;
    vertical-align: middle;
    font-size: 1.4rem;
    background: white;
}
.page-section .gray10 td{
    width: 50%;
}
.page-section .history tr:nth-child(odd) {
    background: #fafafa;
}
.page-section .history tr {
    border-bottom: 1px solid #d8dee0;
}
.page-section .history:not(.no-th) tr:first-child {
    background: #e6f6ff;
}
.page-section .history td,.page-section .history th{
    border: 1px solid #d8dee0;
    padding: 0.5em;
    vertical-align: middle;
}
/*
.page-section  .col_set4 div.right {
    width: 688px;
}
*/
/*------------------------------------------
  dl
------------------------------------------*/
.page-section .dl_dd dl > div > dt {
    display: table-cell;
    white-space: nowrap;
}
.page-section .dl_dd dl > div > dd {
    display: table-cell;
    padding-left: 1em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.page-section .dl_dd dl > div > dd,
	.page-section .dl_dd dl > div > dt{
    display: block;
	}
}
.page-section .dl_dd div{
    display: flex;
}
.page-section .dl_dd dt{
    text-align: center;
    font-size: 1.6rem;
    background: #e6f6ff;
    border: 1px solid #d8dee0;
    padding: 0.5em;
    vertical-align: middle;
    width: 25%;
}
.page-section .dl_dd dd{
    border: 1px solid #d8dee0;
    padding: 0.5em;
    vertical-align: middle;
    width: 75%;
    background: #f3f6f8;
}
/*------------------------------------------
  3つ並んだtable
------------------------------------------*/
.row-table {
    display: block;
    background: #fafafa;
    padding: 2%;
    margin-top: 2em;
    border-top: 1px solid #d8dee0;
    border-bottom: 1px solid #d8dee0;
}
.row-table .threecol {
    display: table-row;
    padding-top: 9px;
    clear: both;
}
.event-jp{
	margin-right: 3%;
}
@media only screen and (max-width: 768px){
    .event-jp{
        margin-right: 0;
    }
} 
.row-table .threecol > div {
    display: table-cell;
    float: none ;
}
.row-table .threecol .col1 {
    width: 35%;
}
.row-table .threecol .col2 {
    width: 30%;
    padding-left: 1%;
    padding-right: 1%;
}
.row-table .threecol .col3 {
    width: 25%;
}
.row-table .threecol .col3 .dl_dd dt{
    background: none;
    border: none;
    width: auto;
    padding: 0;
}
.row-table .threecol .col3 .dl_dd dd{
    background: none;
    border: none;
    width: auto;
    padding: 0.5em 0 0 1em;
    font-size: 14px;
}
/*------------------------------------------
  adobe
------------------------------------------*/
table tr {
    height: 20px;
}
table.nb td {
    border: none;
}
table.nb td.col2 {
    padding: 5px;
}
.get_adobe {
    border: none;
    margin-top: 40px;
    padding: 15px 0;
}
.get_adobe table {
    width: 100%;
    margin: 0 auto 40px;
    border: 1px solid gray;
}
.get_adobe table td {
    padding: 15px 0;
    line-height: 20px;
    vertical-align: middle;
}
.get_adobe table td.col1 {
    width: 25%;
    text-align: center;
    border-right: none;
}
.get_adobe table td.col2 {
    width: 75%;
    border-left: none;
}
ul.redarrow li:before, ul.arrow01 li:before {
    content: "";
    background-image: url(../images/ico-arrow02.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    left: -2px;
    top: 4px;
    margin-right: 5px;
}


/*------------------------------------------
  clearboth消す
------------------------------------------*/
.clear, .clearboth {
    clear: both;
    text-indent: -9999px;
    height: 0px;
    padding-top: 20px;
}

/*------------------------------------------
 clear: both;
------------------------------------------*/
.clearfix:after, ul.photo_list:after, .col_set:after, .col_set2:after, .footer:after, .col_set4:after, .col_set5:after, .works-list:after, ul.sub_csr li:after {
    content: "";
    clear: both;
    display: block;
}

/*------------------------------------------
 お問い合わせフォーム
------------------------------------------*/
.error {
    background: #f5d0d9;
    color: #23323c;
}

.inquiry .page-section table {
    width: 80%!important;
    margin: auto;
}

.contact-form tr{
     border-bottom: 2px dotted #dddddd;
}

.contact-form .col1{
    font-size: 16px;
    font-weight: 700;
    width: 40%; 
}
.contact-form .col2{
    font-size: 16px;
    font-weight: 700;
}
.contact-form .col1 span{
    background-color: #009a85;
    padding: 5px 12px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

table.form_nomarl td input[type="text"], 
table.form_nomarl td input[type="tel"], 
table.form_nomarl td input[type="email"] {
    padding: 5px 15px;
    background: #fff;
    min-height: 40px;
    border: 2px solid #dddddd;
    resize: none;
    width: 100%;
    font-size: 16px;
}

table.form_nomarl td textarea {
    width: 100%;
    max-width: 100%;
    background: #fff;
    margin: 5px 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    border: 2px solid #d7d7d7;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

table.form_nomarl select {
	width: 100%;
	padding: 8px 38px 8px 8px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	box-shadow: none;
    border: 2px solid #d7d7d7;
    color: #666666;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/ico-arrow03.png)no-repeat,#fff;
	background-position: 97% 50%;
	background-size: 20px, 100%;
}

table.form_nomarl ::-ms-expand {
    display: none;
}

.contact-form-submit {
    margin: 48px auto 0;
    display: block;
    text-align: center;
    background-color: #009a85;
    font-size: 16px;
    line-height: 52px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #009a85;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 180px;
    height:50px;
}
.contact-form-submit input{
    display: block;
    color: #fff;
    width: 180px;
    height:50px;
    font-weight: bold;
}
.contact-form-submit:after{
    width: 100%;
    height: 0;
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    background : #fff;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: .2s;
    z-index: -1;
}
.contact-form-submit input:hover{
    color: #009a85;
    font-weight: bold;
}
.contact-form-submit:hover:after{
    height: 240%;
    opacity: 1;
}
.contact-form-submit:active:after{
    height: 340%;
    opacity: 1;
}

/*------------------------------------------
 レスポンシブ_お問い合わせフォーム
------------------------------------------*/

@media only screen and (max-width: 1024px) {
    .inquiry .page-section table {
        width: 100%!important;
    }
    .contact-form .col1,.contact-form .col2{
        display: block;
    }
    .contact-form .col1{
        width: 100%;
    }
    .contact-form .col1 span{
        float: none;
        margin-left: 15px;
    }
    table.form_nomarl select option{
        width: ;
    }
}

/*------------------------------------------
 ページトップへ
------------------------------------------*/

.pagetop {
    position: fixed;
    bottom: 50px;
    right: 0px;
	opacity: 0.8;
}

.pagetop img{
	width: 42%;
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
	.pagetop img{
		width: 38%;
	}
	.pagetop {
   		right: -20px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 425px){
	.pagetop img{
		width: 33%;
	}
	.pagetop {
   		right: -27px;
	}
}
@media only screen and (max-width: 425px) and (min-width: 374px){
	.pagetop img{
		width: 30%;
	}
	.pagetop {
   		right: -40px;
	}
}
@media only screen and (max-width: 374px){
	.pagetop img{
		width: 30%;
	}
	.pagetop {
   		right: -54px;
	}
}


/*↓↓↓↓10/10　後藤変更↓↓↓↓*/
@media only screen and (min-width: 1025px) {
    .gnav-contents .no-image .nav-child li {
        width: 25%;
    }

    .gnav-contents .contents03 .no-image .nav-child li {
        width: 20%;
    }
}

.gnav-contents.gnav-contents-open .header-search.disp-sp {
    margin: 0 auto;
    width: 97%;
    border-radius: 6px;

}

.gnav-contents.gnav-contents-open .header-search.disp-sp input::placeholder {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.gnav-contents.gnav-contents-open .header-search.disp-sp input {
    height: 50px;
    margin-left: 11px;
}

.gnav-contents.gnav-contents-open .header-search.disp-sp:after {
    bottom: 5px;
    right: 5px;
}

.gnav-contents.gnav-contents-open .lang-nav li {
    width: 49.5%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}

.gnav-contents.gnav-contents-open .lang-nav li:nth-child(2n) {
    margin-left: 1px;
}

.gnav-contents.gnav-contents-open .lang-nav li:nth-child(2n+1) {
    margin-right: 1px;
}

.gnav-contents.gnav-contents-open .lang-nav li p {
    height: 40px;
    font-size: 1.8rem;
    vertical-align: middle;
    display: table-cell;
    font-weight: 500;
}

.gnav-contents.gnav-contents-open .lang-nav.flexbox {
    margin: 15px auto 2px;
    width: 97%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.gnav-contents.gnav-contents-open .lang-nav.flexbox:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .gnav-contents {
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .gnav-contents.gnav-contents-open .lang-nav.flexbox {

        border-radius: 6px;

    }
}


/*↑↑↑↑10/10　後藤変更↑↑↑↑*/

