@charset "UTF-8";
section{
  margin: 10em auto;
  text-align: center;
  width: 1100px;
}
#mainArea{
  letter-spacing: 0;
  line-height: 2;
  color: #333333;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.bold{
  font-weight: 500;
}
.f-bold{
  font-weight: bold;
}
.blc{
  display: block;
}
.in-blc{
  display: inline-block;
}
.right{
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.border{
  border-bottom: 1px solid #dddddd;
}
.v-m{
  vertical-align: middle;
}
.v-t{
  vertical-align: top;
}
.normal{
  font-style: normal;
}
.h_bar{
  display: none;
}
.f-11{
  font-size: 1.1rem;
}
.f-12{
  font-size: 1.2rem;
}
.f-13{
  font-size: 1.3rem;
}
.f-15{
  font-size: 1.5rem;
}
.f-18{
  font-size: 1.8rem;
}
.f-20{
  font-size: 2.0rem;
}
.f-en{
  font-family: 'Avenir Next';
}
.f-ja{
  font-family: "Harmonia Sans W01", 'Avenir Next', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
.f--italic{
  font-style: italic;
}
.bg_{
  background: #fafafa;
  width: 100%;
  padding: 1em 0 1em;
}
.pink{
  border: 5px solid #e06a79;
}
.blue{
  border: 5px solid #4492ba;
}
.f-pink{
  color: #e06a79;
}
.f-blue{
  color: #4492ba;
}
/* original */
.header_ img{
  margin: 2% auto 0;
}
.section_h3-1{
  display: inline-block;
  font-size: 7.5rem;
  line-height: 1.2;
}
.section_h3-1,
.section_h3-2,
.section_h3-3 {
  z-index: 2;
}
.section_h3-1 dl dt,
.section_h3-2 dl dt,
.section_h3-3 dl dt {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section_h3-1 dl dd span,
.section_h3-2 dl dd span,
.section_h3-3 dl dd span {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.section_h3-1 dl dd,
.section_h3-2 dl dd,
.section_h3-3 dl dd {
  position: relative;
}
.section_h3-1 {
  width: 325px;
  margin: 0 auto 5%;
}
.section_h3-1 dl dd {
padding-top: calc(300 / 650 * 100%);
}
.section_h3-1 dl dd span {
  background-image: url(../images/title-1.png);
}
.section_h3-2 {
  width: 250px;
  margin: 0 auto 5%;
}
.section_h3-2 dl dd {
padding-top: calc(300 / 500 * 100%);
}
.section_h3-2 dl dd span {
  background-image: url(../images/title-2.png);
}
.section_h3-3 {
  width: 600px;
  margin: 0 auto 5%;
}
.section_h3-3 dl dd {
padding-top: calc(190 / 1200 * 100%);
}
.section_h3-3 dl dd span {
  background-image: url(../images/profile_titie.png);
}
.linkArea_{
  margin: 10% 0 0 0;
}
.linkArea_ .item_1{
  display: inline-block;
  border-top: #efbfbf 8px solid;
  padding: 8% 0 0 0;
  vertical-align: top;
  width: 100%;
}
.linkArea_ .item_2 {
  display: inline-block;
  border-top: #a1c8dc 8px solid;
  padding: 8% 0 0 0;
  vertical-align: top;
  width: 100%;
}
.linkArea_ .value_ {
  width: 75%;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: middle;
}
.linkArea_ .itemLink_ {
margin: 8px 0;
}
.linkArea_ h4,
.linkArea_1-1 h4,
.linkArea_1-2 h4,
.linkArea_2-1 h4,
.linkArea_2-2 h4{
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.linkArea_ h4 span,
.linkArea_1-1 h4 span,
.linkArea_1-2 h4 span{
  display: inline-block;
  margin: 0 0 0 20px;
}
.linkArea_ h4::before,
.linkArea_1-1 h4::before,
.linkArea_1-2 h4::before{
  content: "";
  border: 2px solid #e08080;
  width: 13px;
  height: 13px;
  position: absolute;
  top:0;
  left:0;
}
.linkArea_ h4.f-pink::before{
  content: "";
  border: 2px solid #e08080;
  width: 13px;
  height: 13px;
  position: absolute;
  top:0;
  left:0;
}
.linkArea_ h4.f-blue::before{
  content: "";
  border: 2px solid #4492ba;
  width: 13px;
  height: 13px;
  position: absolute;
  top:0;
  left:0;
}
.linkArea_2-1{
  width: 75%;
  margin: 15% 0 0 15%;
}
.linkArea_2-2{
  width: 90%;
  margin: 10% 0 0 -15%;
}


.linkArea_2-1 h4 span,
.linkArea_2-2 h4 span{
  display: inline-block;
  margin: 0 0 0 20px;
}
.linkArea_2-1 h4::before,
.linkArea_2-2 h4::before{
  content: "";
  border: 2px solid #4492ba;
  width: 13px;
  height: 13px;
  position: absolute;
  top:0;
  left:0;
}
.linkArea_1-2{
  width: 50%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 5% 0 0 0;
}
.leadText_{
  position: relative;
  padding: 3em 0;
  margin: 3% 0 5% 0;
}
.leadText_::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #333333, #333333 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.leadText_::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #333333, #333333 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.caption_1-1{
  position: relative;
  margin: 10% 0 5% 5%;
  width: 70%;
}

.caption_1-2{
  position: relative;
  margin: 5% 2% 0 -8%;
  width: 38%;
  display: inline-block;
  text-align: left;
}
.caption_2-1{
  position: relative;
  margin: 20% -10% 10% 180px;
}
.caption_2-2{
  position: relative;
  margin: 0;
  width: 90%;
  vertical-align: top;
}
.caption_2-2 div:first-child{
  width: 42%;
}
.caption_2-2 div:last-child{
  width: 50%;
  float: right;
  margin: -30px 0 5% 0;
}
.itemArea_ {
  margin: 5em auto 10em;
}
.value_ {
  width: 75%;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.5;
  vertical-align: middle;
}
.itemLink_ {
margin: 3% 0;
}
.linkArea_1-1{
  text-align: revert;
  margin: 0 0 0 auto;
  width: 75%;
}
.col_main-1{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 5% 0 0 0;
}
.col_sub-1{
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 0 0 -5%;
}
.col_main-2{
  width: 72%;
  display: inline-block;
  vertical-align: middle;
}
.col_sub-2{
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 0 0 -8%;
}
.col_main-2_1{
  width: 58%;
  display: inline-block;
  vertical-align: middle;
}
.col_sub-2_1{
  width: 42%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 -5% 0 0;
}
.col_main-2_2{
  width: 38%;
  display: inline-block;
  vertical-align: middle;
}
.col_sub-2_2{
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 -5% 0 -5%;
}
.col_sub-2_2 img{
  position: relative;
  z-index: -99;
}
.col_item-1{
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 -7%;
  z-index: -99;
  position: relative;
}
.col_text-1{
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 0 0 -5%;
}
.col_item-2{
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  z-index: -99;
  position: relative;
}
.col_text-2{
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0 0 0 -5%;
}
.sub-title--left,
.sub-title--right,
.sub-title--right-2{
  font-size: 1.5rem;
  position: relative;
  font-weight: 500;
}
.sub-title--top{
  font-size: 1.5rem;
  position: relative;
  font-weight: 500;
  margin: 50px 0;
}
.sub-title--right span{
  color: #e08080;
  border-radius: 20px;
  border: 2px solid #e08080;
  padding: 1% 3% 0.5%
}
.sub-title--right-2 span{
  color: #4492ba;
  border-radius: 20px;
  border: 2px solid #4492ba;
  padding: 1% 3% 0.5%
}
.sub-title--left span{
  color: #4492ba;
  border-radius: 20px;
  border: 2px solid #4492ba;
  padding: 1% 3% 0.5%
}
.sub-title--right::before{
  position: absolute;
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-image: linear-gradient(to right, #e08080, #e08080 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  top: 15px;
  right: 110px;
}
.sub-title--top span{
  color: #e08080;
  border-radius: 20px;
  border: 2px solid #e08080;
  padding: 1% 3% 0.5%
}
.sub-title--top::after{
  position: absolute;
  content: "";
  height: 120px;
  width: 10px;
  margin: auto;
  background-image: url(../images/st_border.png);
  top: 35px;
  right: 190px;
}
.sub-title--right-2::before{
  position: absolute;
  content: "";
  height: 2px;
  width: 60%;
  margin: auto;
  background-image: linear-gradient(to right, #4492ba, #4492ba 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  top: 15px;
  left: 0;
}
.sub-title--left::before{
  position: absolute;
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-image: linear-gradient(to right, #4492ba, #4492ba 5px, transparent 5px, transparent 10px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  top: 15px;
  left: 100px;
}
.sub-title--left ~ p,.sub-title--right + p{
  margin: 1em 0;
}
.credit-title-st{
  writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
}
.linkArea_1-1 .item_,
.linkArea_1-2 .item_{
  display: inline-block;
  border-left: #efbfbf 8px solid;
  padding: 0 0 0 5%;
  vertical-align: top;
  width: 80%;
}
.linkArea_2-1 .item_{
  display: inline-block;
  border-left: #a1c8dc 8px solid;
  padding: 0 0 0 5%;
  vertical-align: top;
  width: 90%;
}
.linkArea_2-2 .item_{
  display: inline-block;
  border-left: #a1c8dc 8px solid;
  padding: 0 0 0 5%;
  vertical-align: top;
  width: 86%;
  margin: 0;
}
.pointArea_{
  margin: 0 auto;
  border-top: 1px dashed #333333;
  padding: 40px 0;
  border-bottom: 1px dashed #333333;
  margin: -5% 0 0 0;
}
.pointArea_ div{
  width: 24%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  border-right: 1px dashed #333333;
  height: 110px;
  padding: 0 2%;
  line-height: 1.8;
  }
.pointArea_ div:last-child{
  border-right: none;
}
.staff_{
  width: 403px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5%;
  position: relative;
}
.staff_number_{
  font-size: 60px;
  text-storoke: 1.5px #000000;
  color: #ffffff;
  -webkit-text-stroke: 1.5px #000000;
  font-weight: 650;
  margin: -20px 0 0 20px;
  text-align: left;
  line-height: 1;
}
.staff_number_ span{
  font-size: 35px;
  vertical-align: top;
}
.btn_ {
  width: 68px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  height: 20px;

}
.btn_ a {
  border: 1px solid #333333;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  padding: 0;
  margin: 0;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  border-radius: 20px;
}
.btn_ a:hover {
  border: 1px solid #333333;
  color: #333333;
  background-color: #ffffff;
}
.box_ {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 20px;
  padding: 25px 30px;
  box-sizing: border-box;
}

.box_::before,
.box_::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_ p::before,
.box_ p::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_::before {
  top: 0;
  left: 0;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
}
.box_ p::before {
  top: 0;
  right: 0;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}

.box_::after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #555;
  border-left: 2px solid #555;
}
.box_ p::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
}

.box_ p {
  width: 100%;
  text-align: left;
}
.symbol_1{
  position: absolute;
  right: 40px;
  top: -60px;
}
.symbol_2{
  position: absolute;
  left: 40px;
  top: -20px;
}
