/*============================
#mission
============================*/
article#mission {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#mission {
    width: auto;
  }
}
article#mission header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#mission header {
    width: auto;
  }
}
article#mission header h2 {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#mission header h2 {
    width: auto;
  }
}
article#mission section {
  width: auto;
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  article#mission section {
    width: auto;
    padding-top: 0;
  }
}
article#mission section h3 {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#mission section h3 {
    width: auto;
    font-size: 2rem;
  }
}
article#mission section p {
  width: auto;
  text-align: center;
  max-width: 100%;
  padding: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  article#mission section p {
    width: auto;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  article#mission section p {
    padding: 40px 0;
  }
}
article#mission section img {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  article#mission section img {
    width: 100%;
  }
}

/*============================
#about
============================*/
article#about {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about {
    width: auto;
  }
}
article#about section {
  width: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  article#about section {
    width: auto;
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
article#about section ul {
  width: auto;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#about section ul {
    width: auto;
  }
}
article#about section ul li {
  width: auto;
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#about section ul li {
    width: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
article#about section ul li h2 {
  font-size: 2.6rem;
  letter-spacing: 4px;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#about section ul li h2 {
    font-size: 2.6rem;
  }
}
article#about section ul li div.line {
  display: none;
  width: 240px;
  background: #000;
  height: 1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#about section ul li div.line {
    width: 160px;
  }
}
article#about section ul li div.line:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: -5px;
  background: #111752;
  border-radius: 50%;
}
article#about section ul li h3 {
  width: auto;
  padding-left: 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 4px;
  font-size: 2.2rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  article#about section ul li h3 {
    width: auto;
    font-size: 2rem;
    padding-left: 0;
    padding-top: 20px;
  }
}
article#about section ul li:last-child {
  margin-bottom: 0;
}

/*============================
#message
============================*/
article#message {
  width: auto;
  background-color: #111752;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#message {
    width: auto;
  }
}
article#message header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#message header {
    width: auto;
  }
}
article#message header h2 {
  width: auto;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  article#message header h2 {
    width: auto;
  }
}
article#message section {
  width: auto;
  padding-top: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  article#message section {
    width: auto;
    padding-top: 0;
    display: block;
  }
}
article#message section div.img_wrap {
  width: 30%;
}
@media screen and (max-width: 768px) {
  article#message section div.img_wrap {
    width: 100%;
  }
}
article#message section div.img_wrap img {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  article#message section div.img_wrap img {
    width: 100%;
  }
}
article#message section div.text_wrap {
  width: 70%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#message section div.text_wrap {
    padding: 40px 0 0;
    width: 100%;
  }
}
article#message section div.text_wrap h3 {
  width: auto;
  text-align: left;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  article#message section div.text_wrap h3 {
    width: auto;
    line-height: 2;
    padding-top: 0;
  }
}
article#message section div.text_wrap p {
  width: auto;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#message section div.text_wrap p {
    width: auto;
  }
}
article#message section div.text_wrap div.name {
  width: auto;
  max-width: 1000px;
  margin: auto;
  padding-top: 40px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  article#message section div.text_wrap div.name {
    width: auto;
  }
}
article#message section div.text_wrap div.name div {
  display: inline-block;
}
article#message section div.text_wrap div.name img {
  width: 140px;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: auto;
  display: block;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#message section div.text_wrap div.name img {
    width: auto;
    width: 140px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/*============================
#company
============================*/
article#company {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#company {
    width: auto;
  }
}
article#company header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#company header {
    width: auto;
    padding-bottom: 20px;
  }
}
article#company header h2 {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#company header h2 {
    width: auto;
  }
}
article#company section {
  width: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#company section {
    width: auto;
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
article#company section table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  article#company section table {
    width: 100%;
  }
}
article#company section table tbody {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#company section table tbody {
    width: auto;
  }
}
article#company section table tbody tr {
  border-bottom: solid 1px #111752;
}
@media screen and (max-width: 768px) {
  article#company section table tbody tr {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
article#company section table tbody tr th {
  width: auto;
  vertical-align: top;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  article#company section table tbody tr th {
    text-align: left;
    width: 100%;
    padding: 20px 0 0;
  }
}
article#company section table tbody tr td {
  width: auto;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  article#company section table tbody tr td {
    width: 100%;
    padding: 0 0 10px 20px;
  }
}
article#company section table tbody tr td a {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#company section table tbody tr td a {
    width: auto;
  }
}
article#company section table tbody tr td a img {
  width: 24px;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  article#company section table tbody tr td a img {
    width: 24px;
  }
}

/*============================
#member
============================*/
article#member section {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#member section {
    display: block;
    padding-top: 0;
  }
}
article#member section div.profile {
  width: calc(50% - 20px);
  margin-right: 40px;
  padding: 20px;
}
article#member section div.profile:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  article#member section div.profile {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
article#member section div.profile div.img.pc {
  position: relative;
  padding-top: 80%;
}
article#member section div.profile div.img.pc img.avatar.avatar-300.photo {
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 0 -20px;
     object-position: 0 -20px;
}
article#member section div.profile div.meta {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  article#member section div.profile div.meta {
    padding-top: 0;
  }
}
article#member section div.profile div.meta p {
  line-height: 1;
}
article#member section div.profile div.meta p.name.pc {
  padding: 10px 0;
  font-size: 2.4rem;
  letter-spacing: 4px;
}
article#member section div.profile div.meta p.en_name.pc {
  opacity: 0.6;
  font-size: 1.8rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#member section div.profile div.meta p.en_name.pc {
    padding-top: 0;
  }
}
article#member section div.profile div.meta div.sp.flex div.img {
  position: relative;
  padding-top: 80%;
}
article#member section div.profile div.meta div.sp.flex div.img img {
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: 0 -20px;
     object-position: 0 -20px;
}
article#member section div.profile div.meta div.sp.flex div.text p.role {
  padding-top: 20px;
}
article#member section div.profile div.meta div.sp.flex div.text p.name {
  padding: 10px 0;
  font-size: 2.4rem;
  letter-spacing: 4px;
}
article#member section div.profile div.meta div.sp.flex div.text p.en_name {
  opacity: 0.6;
  font-size: 1.8rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#member section div.profile div.meta div.sp.flex div.text p.en_name {
    padding-top: 0;
  }
}
article#member section div.profile div.meta p.company {
  font-size: 1.4rem;
  padding-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  article#member section div.profile div.meta p.company {
    padding-bottom: 40px;
  }
}
article#member section div.profile:last-child div.meta p.company {
  padding-bottom: 0px;
}
article#member section div.profile:last-child {
  -o-object-position: top !important;
     object-position: top !important;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 20px;
  }
}

div.profile-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  div.profile-wrap {
    display: block;
  }
}
div.profile-wrap div.img_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.profile-wrap div.text_wrap {
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 768px) {
  div.profile-wrap div.text_wrap {
    padding: 20px 0;
  }
}
div.profile-wrap div.text_wrap h2 {
  letter-spacing: 4px;
}
div.profile-wrap div.text_wrap p {
  letter-spacing: 2px;
  font-size: 1.4rem;
  padding-top: 10px;
}
div.profile-wrap div.text_wrap div.role {
  padding-top: 20px;
  letter-spacing: 2px;
  font-size: 1.4rem;
  font-weight: bold;
}
div.profile-wrap div.text_wrap div.content {
  padding-top: 40px;
}
div.profile-wrap div.text_wrap div.content div.title {
  border-bottom: solid 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.8rem;
}
div.profile-wrap div.text_wrap div.content p {
  letter-spacing: 2px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  div.profile-wrap div.text_wrap div.content p {
    font-size: 1.4rem;
  }
}

a.info {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
  border-radius: 8px;
  margin: auto;
  margin-top: 20px;
  max-width: 240px;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=about.css.map */

@media screen and (min-width: 768px) {
  article#message section {
    display: block;
    padding: 80px 20px;
  }
  article#message .message_content {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
  }
  article#message .message_content > .img_wrap {
    position: absolute;
    left: 0;
    top: -50px;
    width: 350px;
  }
  article#message .message_content > .text_wrap {
    background-color: #fff;
    color: #333;
    margin-left: 180px;
    padding: 50px 50px 50px 200px;
    width: auto;
  }
  article#message section h2 {
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    margin: 0 auto 110px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  article#message section {
    display: block;
    padding: 40px 20px;
  }
  article#message .message_content {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  article#message .message_content > .img_wrap {
    width: 60%;
    margin: 0 auto;
  }
  article#message .message_content > .text_wrap {
    background-color: #fff;
    color: #333;
    padding: 100px 25px 50px;
    width: auto;
    margin-top: -50px;
  }
  article#message section h2 {
    font-size: 2.4rem;
    color: #333;
    text-align: center;
    margin: 0 auto 50px;
    letter-spacing: 2px;
  }
}
article#message {
  background-color: #E9EFFF;
}
article#message .message_content > .text_wrap h3 {
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.6;
  font-family: "hiragino-kaku-gothic-pron", Arial, sans-serif;
}
article#message .message_content > .text_wrap p {
  font-family: "hiragino-kaku-gothic-pron", Arial, sans-serif;
  font-weight: 400;
}
article#message .message_content > .text_wrap .name {
  text-align: right;
}
article#message .message_content > .text_wrap .name p {
  font-weight: 500;
  margin-bottom: 16px;
}