@charset "UTF-8";
.f-en{
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-en-2{
  font-family: al-fresco, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.0rem
}
.f-ja {
  font-family: "Harmonia Sans W01", 'Josefin Sans', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.f-12{
  font-size:12px!important;
  line-height: 1.5;
}
.f-13{
  font-size:13px!important;
}
.f-15{
  font-size:15px!important;
}
.f-18{
  font-size:18px!important;
}
.left{
  text-align:left;
}
.bold{
  font-weight:700;
}
.blc{
  display: block;
}
.main--area{
  width: 1100px;
  margin: 0 auto;
}
.content--number{
  font-size: 7rem;
  align-items: center;
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
}
.flex{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: end;
  align-items: end;
}
.main--item--flex{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 5em 0;
}
.staff--name--flex{
  display: flex;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-align-items: center;
  align-items: center;
}
.content--title{
  line-height: 1;
}
.content--text{
  width: 35%;
  margin: 0 2em;
}
.content--image{
  margin: 0 2em;
}
section{
  width: 1000px;
  margin: 150px auto;
  text-align: center;
  line-height: 2;
}
.lead_{
  margin: 8% auto 0;
  line-height: 2;
  text-align: center;
}
h3{
  line-height: 1.5;
  font-size: 24px;
  margin: 1em 0;
}
h3 + p{
  margin: 3% 0 !important;
}
h4 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin: 7em 0 3em;
}

h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

h4 span {
  position: relative;
  padding: 0 2em;
  background: #fff;
}
.other{
  text-align: left;
  margin: 0 0 0 1em;
}
.main--item--area{
  background: #f0f0f0;
  padding: 1.5em;
}
.staff-area{
  margin: 0 1em;
}
.slide1{
  width: 320px;
}
.staff--number{
  font-size: 38px;
  text-align: left;
  margin: 0 .5em 0 0;
  line-height: 1.5;
}
.staff--name{
  line-height: 1.5;
}
.number_ {
  position: relative;
  padding: 0;
  color: #0a223c;
  font-size: 15px;
  vertical-align: top;
}
.number_::after {
  top: 7px;
  left: 27px;
  position: absolute;
  width: 0;
  height: 25px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #0a223c;
  font-size: 24px;
}
.staff--comment {
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3em 1em ;
  text-align: left;
}
.staff--comment::before,
.staff--comment::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff--comment::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.staff--comment::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}
.links_{
  margin: 0 0 0 auto;
  width: 87%;
}
.links_2_{
  width: 80%;
  margin: 3em auto;
  text-align: left;
}
.caption_{
  margin: 8% 0 !important;
}
.arrow_box{
  display:none;
}
.item--list{
  margin: 2% 0;
  text-align: center;
}
.itemName_ {
  width: 74%;
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  margin: 1% 0;
  line-height: 1.5;
  vertical-align: middle;
}
.itemName_ p{
  margin: 0 !important;
  line-height: 1.5 !important;
}
.itemName_ span{
  margin: 0 0 0 5px;
}
.main--item--button {
  width: 75px;
  display: inline-block;
  vertical-align: middle;
}
.item--button {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.main--item--button a,
.item--button a {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 27px;
}
.main--item--button a:hover,
.item--button a:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.sub--button {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.sub--button a {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 1.5em;
  margin: 2em 0 0 0;
}
.sub--button a:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.all--button {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid;
  padding: 5em 0;
  margin: -2em 0 0 0;
}
.all--button a {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 80%;
  padding: 2em;
  font-size: 1.5rem;
  text-align: left;
}
.all--button a:hover {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.staff--button {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.staff--button a {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 1em 1.5em;
  margin: 2em 0 0 0;
  text-align: left;
}
.staff--button a:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.fa-chevron-right{
  float: right;
  margin: 5px 0 0 0;
}
.ancor{
  display: inline-block;
  width: 30%;
  font-size: 1.8rem;
  border-left: 1px solid #000000;
  line-height: 1.8;
  text-align:center;
  margin: 5em 0 0 0;
}
.ancor:last-child{
  border-right: 1px solid #000000;
}
.ancor a{
  text-decoration: none;
}
.text--underline {
  background: linear-gradient(currentcolor, currentcolor) left bottom / 100% 1px no-repeat, linear-gradient(lightblue, lightblue) right 60% / 0 .8em no-repeat;
  transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
