/* LESS Document */
header {
  background-color: #8fd8f5 !important;
}

/* -------------------------------- index */
#greeting {
  margin-top: 50px;
  padding: 50px 0;
  background: url("/images/moji/bg_company.png") no-repeat center center;
  background-size: cover;
}
#greeting .president {
  margin: 0 auto 30px;
}
#greeting .president .inner {
  width: 1100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #greeting .president .inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#greeting .president .inner .img {
  width: 340px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #greeting .president .inner .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
#greeting .president .inner .img p {
  padding: 5px 20px 5px 10px;
  text-align: center;
  background: #FFF;
  font-size: 2rem;
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #greeting .president .inner .img p {
    width: 80%;
    margin-bottom: 20px;
    padding: 2px 15px;
    text-align: center;
    font-size: 4vw;
  }
}
#greeting .president .inner .img p strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #greeting .president .inner .img p strong {
    font-size: 5.6vw;
  }
}
#greeting .president .inner .greetingText {
  width: 700px;
}
#greeting .president .inner .greetingText p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #greeting .president .inner .greetingText {
    width: 100%;
  }
}
#greeting .greetingText {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 50px;
  background: #FFF;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #greeting .greetingText {
    width: 100%;
    padding: 20px 25px;
    font-size: 3.6vw;
  }
}
.philosophyArea {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .philosophyArea {
    padding: 40px 10px;
  }
}
.philosophyArea article {
  margin-bottom: 50px;
}
.philosophyArea #philosophy_1 p {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_1 p {
    text-align: left;
    font-size: 3.6vw;
  }
}
.philosophyArea #philosophy_1 p strong {
  font-size: 3.1rem;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_1 p strong {
    font-size: 6vw;
  }
}
.philosophyArea #philosophy_2 .dlList_01 {
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}
.philosophyArea #philosophy_2 .dlList_01 dt {
  width: 200px;
  padding: 10px;
}
.philosophyArea #philosophy_2 .dlList_01 dd {
  width: calc(100% - 200px);
  padding: 10px;
}
.philosophyArea #philosophy_2 .dlList_01.dlBorder {
  border-bottom: #666 1px dotted;
}
.philosophyArea #philosophy_2 .dlList_01.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
.philosophyArea #philosophy_2 .dlList_01.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_2 .dlList_01.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_2 .dlList_01 {
    display: block;
    font-size: 3.6vw;
  }
}
.philosophyArea #philosophy_2 .dlList_01 dt {
  padding: 50px 10px;
  font-size: 3rem;
  border-bottom: #CCC 2px solid;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_2 .dlList_01 dt {
    width: 100%;
    padding: 10px 0 3px;
    font-size: 6vw;
    border-bottom: none;
  }
}
.philosophyArea #philosophy_2 .dlList_01 dd {
  padding: 50px 0px;
  border-bottom: #CCC 2px solid;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_2 .dlList_01 dd {
    width: 100%;
    padding: 3px 0 10px;
  }
}
.philosophyArea #philosophy_2 .dlList_01 dd p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.philosophyArea #philosophy_2 h4 {
  margin-bottom: 20px;
  color: #1E94D4;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_2 h4 {
    font-size: 6vw;
  }
}
.philosophyArea #philosophy_2 p strong {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_2 p strong {
    font-size: 4vw;
  }
}
.philosophyArea #philosophy_3 p {
  display: table;
  margin: 0 auto;
  line-height: 2.5;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .philosophyArea #philosophy_3 p {
    display: block;
    font-size: 3.2vw;
    line-height: 2;
  }
}
/* -------------------------------- company */
#company .inner > dl {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
  font-size: 1.8rem;
}
#company .inner > dl dt {
  width: 280px;
  padding: 10px;
}
#company .inner > dl dd {
  width: calc(100% - 280px);
  padding: 10px;
}
#company .inner > dl.dlBorder {
  border-bottom: #666 1px dotted;
}
#company .inner > dl.dlBorder dt:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
#company .inner > dl.dlBorder dd:nth-of-type(n+2) {
  border-top: #666 1px dotted;
}
@media screen and (max-width: 767px) {
  #company .inner > dl.dlBorder dd:nth-of-type(n+2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  #company .inner > dl {
    display: block;
    font-size: 3.6vw;
  }
}
#company .inner > dl > dt {
  padding: 25px 60px;
  font-weight: bold;
  color: #1E94D4;
}
@media screen and (max-width: 767px) {
  #company .inner > dl > dt {
    width: 100%;
    padding: 10px 10px 3px;
  }
}
#company .inner > dl > dd {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  #company .inner > dl > dd {
    width: 100%;
    padding: 5px 10px 3px;
  }
}
#company .inner > dl > dd > dl > dt {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  background: #1E94D4;
  border: none!important;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}
#company .inner > dl > dd > dl > dd {
  width: 100%;
  border: none!important;
}
/* -------------------------------- organization */
#organization .read {
  text-align: center;
  font-size: 1.8rem;
}
#organizationList {
  max-width: 1040px;
  margin: 0 auto;
  height: 594px;
  position: relative;
}
#organizationList.org_0 .org_0 {
  transform: translate(0, -30%) scale(1.2, 1.2);
}
#organizationList.org_0 .org_1 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_0 .org_2 {
  transform: translate(-30%, -20%) scale(1, 1);
}
#organizationList.org_0 .org_3 {
  transform: translate(30%, -10%) scale(1, 1);
}
#organizationList.org_0 .org_4 {
  transform: translate(20%, 0) scale(1, 1);
}
#organizationList.org_0 .org_5 {
  transform: translate(-20%, 0) scale(1, 1);
}
#organizationList.org_0 .org_6 {
  transform: translate(-30%, 30%) scale(1, 1);
}
#organizationList.org_0 .org_7 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_0 .org_8 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_0 .org_0_text {
  opacity: 1;
}
#organizationList.org_1 .org_0 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_1 .org_1 {
  transform: translate(0, -30%) scale(1.2, 1.2);
}
#organizationList.org_1 .org_2 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_1 .org_3 {
  transform: translate(20%, 0%) scale(1, 1);
}
#organizationList.org_1 .org_4 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_1 .org_5 {
  transform: translate(0%, 40%) scale(1, 1);
}
#organizationList.org_1 .org_6 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_1 .org_7 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_1 .org_8 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_1 .org_1_text {
  opacity: 1;
}
#organizationList.org_2 .org_0 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_2 .org_1 {
  transform: translate(-20%, 0%) scale(1, 1);
}
#organizationList.org_2 .org_2 {
  transform: translate(0, -30%) scale(1.2, 1.2);
}
#organizationList.org_2 .org_3 {
  transform: translate(20%, -10%) scale(1, 1);
}
#organizationList.org_2 .org_4 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_2 .org_5 {
  transform: translate(-20%, 40%) scale(1, 1);
}
#organizationList.org_2 .org_6 {
  transform: translate(10%, 20%) scale(1, 1);
}
#organizationList.org_2 .org_7 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_2 .org_8 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_2 .org_2_text {
  opacity: 1;
}
#organizationList.org_3 .org_0 {
  transform: translate(-30%, 30%) scale(1, 1);
}
#organizationList.org_3 .org_1 {
  transform: translate(-20%, 0%) scale(1, 1);
}
#organizationList.org_3 .org_2 {
  transform: translate(-20%, 0%) scale(1, 1);
}
#organizationList.org_3 .org_3 {
  transform: translate(0, -10%) scale(1.2, 1.2);
}
#organizationList.org_3 .org_4 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_3 .org_5 {
  transform: translate(-20%, 40%) scale(1, 1);
}
#organizationList.org_3 .org_6 {
  transform: translate(-20%, 20%) scale(1, 1);
}
#organizationList.org_3 .org_7 {
  transform: translate(0%, 30%) scale(1, 1);
}
#organizationList.org_3 .org_8 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_3 .org_3_text {
  opacity: 1;
}
#organizationList.org_4 .org_0 {
  transform: translate(-30%, 0%) scale(1, 1);
}
#organizationList.org_4 .org_1 {
  transform: translate(-20%, 0%) scale(1, 1);
}
#organizationList.org_4 .org_2 {
  transform: translate(-20%, 0%) scale(1, 1);
}
#organizationList.org_4 .org_3 {
  transform: translate(-30%, -10%) scale(1, 1);
}
#organizationList.org_4 .org_4 {
  transform: translate(0, -40%) scale(1.2, 1.2);
}
#organizationList.org_4 .org_5 {
  transform: translate(-20%, 10%) scale(1, 1);
}
#organizationList.org_4 .org_6 {
  transform: translate(-20%, 20%) scale(1, 1);
}
#organizationList.org_4 .org_7 {
  transform: translate(-30%, 30%) scale(1, 1);
}
#organizationList.org_4 .org_8 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_4 .org_4_text {
  opacity: 1;
}
#organizationList.org_5 .org_0 {
  transform: translate(20%, -10%) scale(1, 1);
}
#organizationList.org_5 .org_1 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_5 .org_2 {
  transform: translate(30%, -30%) scale(1, 1);
}
#organizationList.org_5 .org_3 {
  transform: translate(20%, -10%) scale(1, 1);
}
#organizationList.org_5 .org_4 {
  transform: translate(20%, 0%) scale(1, 1);
}
#organizationList.org_5 .org_5 {
  transform: translate(0, -30%) scale(1.2, 1.2);
}
#organizationList.org_5 .org_6 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_5 .org_7 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_5 .org_8 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_5 .org_5_text {
  opacity: 1;
}
#organizationList.org_6 .org_0 {
  transform: translate(30%, -30%) scale(1, 1);
}
#organizationList.org_6 .org_1 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_6 .org_2 {
  transform: translate(-20%, -30%) scale(1, 1);
}
#organizationList.org_6 .org_3 {
  transform: translate(30%, -10%) scale(1, 1);
}
#organizationList.org_6 .org_4 {
  transform: translate(20%, 0%) scale(1, 1);
}
#organizationList.org_6 .org_5 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_6 .org_6 {
  transform: translate(0, -50%) scale(1.2, 1.2);
}
#organizationList.org_6 .org_7 {
  transform: translate(20%, -20%) scale(1, 1);
}
#organizationList.org_6 .org_8 {
  transform: translate(20%, 20%) scale(1, 1);
}
#organizationList.org_6 .org_6_text {
  opacity: 1;
}
#organizationList.org_7 .org_0 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_7 .org_1 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_7 .org_2 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_7 .org_3 {
  transform: translate(-10%, -10%) scale(1, 1);
}
#organizationList.org_7 .org_4 {
  transform: translate(30%, -30%) scale(1, 1);
}
#organizationList.org_7 .org_5 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_7 .org_6 {
  transform: translate(-30%, 0%) scale(1, 1);
}
#organizationList.org_7 .org_7 {
  transform: translate(0, -50%) scale(1.2, 1.2);
}
#organizationList.org_7 .org_8 {
  transform: translate(30%, 30%) scale(1, 1);
}
#organizationList.org_7 .org_7_text {
  opacity: 1;
}
#organizationList.org_8 .org_0 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_8 .org_1 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_8 .org_2 {
  transform: translate(-20%, -20%) scale(1, 1);
}
#organizationList.org_8 .org_3 {
  transform: translate(-20%, -10%) scale(1, 1);
}
#organizationList.org_8 .org_4 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_8 .org_5 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_8 .org_6 {
  transform: translate(-20%, -5%) scale(1, 1);
}
#organizationList.org_8 .org_7 {
  transform: translate(-30%, -30%) scale(1, 1);
}
#organizationList.org_8 .org_8 {
  transform: translate(0, -70%) scale(1.2, 1.2);
}
#organizationList.org_8 .org_8_text {
  opacity: 1;
}
.organizationArea {
  background: url("/images/moji/bg_organization.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .organizationArea {
    overflow-x: auto;
  }
}
.organizationArea p {
  text-align: center;
  color: #FFF;
  position: relative;
  bottom: 10px;
}
.organizationArea ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: #FFF 3px solid;
  border-radius: 300px;
  line-height: 1.2;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #0068CF 0%, #1E93D3 100%);
  position: absolute;
  top: 164px;
  left: 424px;
  z-index: 3;
  transition: .5s;
  cursor: pointer;
}
.organizationArea ul li.org_1 {
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom, #66CBF8 0%, #6ADFF9 100%);
  top: 55px;
  left: 35px;
}
.organizationArea ul li.org_2 {
  width: 167px;
  height: 167px;
  background: linear-gradient(to bottom, #1C90D3 0%, #69CEFA 100%);
  top: 77px;
  left: 217px;
}
.organizationArea ul li.org_3 {
  width: 167px;
  height: 167px;
  background: linear-gradient(to bottom, #DB2428 0%, #DB2460 100%);
  top: 32px;
  left: 620px;
}
.organizationArea ul li.org_4 {
  width: 112px;
  height: 112px;
  background: linear-gradient(to bottom, #BBD000 0%, #DEE800 100%);
  top: 200px;
  left: 830px;
}
.organizationArea ul li.org_5 {
  width: 140px;
  height: 140px;
  background: linear-gradient(to bottom, #66CBF8 0%, #6ADFF9 100%);
  top: 260px;
  left: 82px;
}
.organizationArea ul li.org_6 {
  width: 167px;
  height: 167px;
  background: linear-gradient(to bottom, #FF7500 0%, #FFAB00 100%);
  top: 370px;
  left: 280px;
}
.organizationArea ul li.org_7 {
  width: 167px;
  height: 167px;
  background: linear-gradient(to bottom, #5E9900 0%, #73BF26 100%);
  top: 316px;
  left: 644px;
}
.organizationArea ul li.org_8 {
  width: 112px;
  height: 112px;
  background: linear-gradient(to bottom, #BBD000 0%, #DEE800 100%);
  top: 425px;
  left: 880px;
}
.organizationArea .org_text {
  opacity: 0;
  text-align: center;
  width: 260px;
  padding: 5px 10px;
  line-height: 1.4;
  border: #0068CF 3px solid;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  transition: .5s;
  position: absolute;
  top: 340px;
  left: 394px;
  z-index: 2;
}
.organizationArea .org_text.org_0_text {
  font-size: 1.8rem;
}
.organizationArea .org_text.org_1_text {
  width: 200px;
  border-color: #66CBF8;
  top: 160px;
  left: 0px;
}
.organizationArea .org_text.org_2_text {
  border-color: #1C90D3;
  top: 220px;
  left: 170px;
}
.organizationArea .org_text.org_3_text {
  border-color: #DB2428;
  top: 210px;
  left: 572px;
}
.organizationArea .org_text.org_4_text {
  width: 220px;
  border-color: #BBD000;
  top: 300px;
  left: 774px;
}
.organizationArea .org_text.org_5_text {
  width: 220px;
  border-color: #66CBF8;
  top: 378px;
  left: 42px;
}
.organizationArea .org_text.org_6_text {
  border-color: #FF7500;
  top: 480px;
  left: 233px;
}
.organizationArea .org_text.org_7_text {
  width: 300px;
  border-color: #5E9900;
  top: 428px;
  left: 568px;
}
.organizationArea .org_text.org_8_text {
  width: 200px;
  border-color: #BBD000;
  top: 478px;
  left: 834px;
}
.staffArea {
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .staffArea .inner {
    width: 80%;
  }
}
.staffArea .columnBox > div {
  margin: 0 0 38px;
}
.staffArea .columnBox > div .title {
  width: 320px;
  height: 320px;
  border-radius: 320px;
  padding: 35px 40px;
  background: #1E94D4;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .staffArea .columnBox > div .title {
    width: 100%;
    height: auto;
    padding: 100% 0 0;
    position: relative;
  }
  .staffArea .columnBox > div .title .title_text {
    padding: 10%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.staffArea .columnBox > div .title h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .staffArea .columnBox > div .title h3 {
    font-size: 7vw;
  }
}
.staffArea .columnBox > div .title > p {
  text-align: left;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .staffArea .columnBox > div .title img {
    width: 50%;
  }
}
.staffArea .columnBox > div .name {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
}
.staffArea .columnBox > div .name strong {
  font-size: 2.4rem;
}
.staffArea .columnBox .comment {
  width: 320px;
  height: 320px;
  border-radius: 320px;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}
.staffArea .columnBox .comment > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .staffArea .columnBox .comment {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .staffArea .columnBox .comment > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.staffArea .columnBox .comment .comment_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  padding: 20px;
  border-radius: 320px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: .2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .staffArea .columnBox .comment .comment_text {
    width: 100%;
    height: 100%;
    padding: 5vw;
    line-height: 1.8;
    font-size: 3.6vw;
  }
}
.staffArea .columnBox .comment .comment_text img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .staffArea .columnBox .comment .comment_text img {
    position: static;
    width: 70vw;
  }
}
.staffArea .columnBox .comment .comment_text span {
  display: block;
  margin-bottom: 5px;
}
.staffArea .columnBox .comment.comment_on .comment_text {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .staffArea .fs {
    font-size: 4vw;
  }
}
.link .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link .img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .accessArea {
    padding-top: 0;
  }
}
.accessArea p {
  font-size: 1.8rem;
  text-align: center;
}
.accessArea .hgroup p {
  font-size: 2.9rem;
}
.hgroup h3 {
  font-size: 3.1rem;
}
