/**/
@media screen and (min-width: 1024px) {
  .gNav__item.message .gNav__link::after {
    visibility: visible;
    opacity: 1; } }

@media screen and (min-width: 1024px) {
  .section-default {
    padding-top: 0;
    padding-bottom: 80px; } }
@media screen and (max-width: 1023px) {
  .section-default {
    padding-top: 40px;
    padding-bottom: 40px; } }
@media screen and (max-width: 767px) {
  .section-default {
    padding-top: 40px;
    padding-bottom: 40px; } }

.generalSect .text--mission {
  font-size: 2.8rem;
  font-weight: bold; }
.generalSect .text--right {
  text-align: right; }
.generalSect .wrapFlex {
  min-height: 400px;
  justify-content: space-between; }
  .generalSect .wrapFlex .generalSect__speech {
    width: 50%;
    align-self: center;
    transform: translate(5%, 10%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .generalSect .wrapFlex .generalSect__speech {
        width: 100%;
        transform: translate(0%, 0%); } }
    .generalSect .wrapFlex .generalSect__speech .small {
      margin: 0 0 0 20px;
      padding: 8%; }
      @media screen and (max-width: 767px) {
        .generalSect .wrapFlex .generalSect__speech .small {
          padding: 20px 0 0 0; } }
    .generalSect .wrapFlex .generalSect__speech .speech {
      display: block;
      background: url("../../assets/image/dot-gray.png");
      border: 2px solid #000;
      font-family: "Sourcehan"; }
    .generalSect .wrapFlex .generalSect__speech .bubble {
      padding: 40px 10px 40px 25px;
      font-size: 1.6em;
      position: relative;
      width: 101%;
      margin: 0 0 0 0; }
      @media screen and (max-width: 1023px) {
        .generalSect .wrapFlex .generalSect__speech .bubble {
          margin: 40px 0 30px 0; } }
      @media screen and (max-width: 767px) {
        .generalSect .wrapFlex .generalSect__speech .bubble {
          width: 100%;
          margin: 30px 0 1px 0;
          font-size: 2.0rem;
          padding: 20px 10px 20px 25px; } }
      @media screen and (max-width: 1023px) {
        .generalSect .wrapFlex .generalSect__speech .bubble p br {
          display: none; } }
      .generalSect .wrapFlex .generalSect__speech .bubble .blank01 {
        position: absolute;
        bottom: -5px;
        left: calc(50% + 32px);
        background: #fff;
        width: 30px;
        height: 10px;
        display: block; }
      .generalSect .wrapFlex .generalSect__speech .bubble .blank02 {
        position: absolute;
        bottom: 16px;
        left: -2px;
        background: #fff;
        width: 10px;
        height: 30px;
        display: block; }
      .generalSect .wrapFlex .generalSect__speech .bubble .blank03 {
        position: absolute;
        top: -3px;
        right: 40%;
        background: #fff;
        width: 50px;
        height: 10px;
        display: block; }
    .generalSect .wrapFlex .generalSect__speech .wrapName {
      margin: 20px 0 0 0; }
      .generalSect .wrapFlex .generalSect__speech .wrapName .large {
        font-size: 2.3rem; }
  .generalSect .wrapFlex .generalSect__media {
    width: 50%;
    align-self: center; }
    @media screen and (max-width: 767px) {
      .generalSect .wrapFlex .generalSect__media {
        width: 100%;
        margin: 20px 0 0 0; } }
    .generalSect .wrapFlex .generalSect__media .photo {
      position: relative; }
      .generalSect .wrapFlex .generalSect__media .photo::before {
        content: "";
        background: #000;
        width: 80%;
        height: 500px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .generalSect .wrapFlex .generalSect__media .photo::before {
            height: 100%; } }
      @media screen and (max-width: 767px) {
        .generalSect .wrapFlex .generalSect__media .photo .photo__fig {
          padding: 5% 0; } }
      .generalSect .wrapFlex .generalSect__media .photo .photo__fig img {
        margin: auto; }

.generalSect__conts .heading {
  display: flex; }
  @media screen and (max-width: 767px) {
    .generalSect__conts .heading {
      flex-wrap: wrap; } }
  .generalSect__conts .heading .en {
    font-size: 2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    align-self: center;
    position: relative; }
    .generalSect__conts .heading .en::before {
      width: 100%;
      height: 1.5em;
      background: #fff;
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .generalSect__conts .heading .circle {
    font-weight: 200;
    font-size: 6rem;
    display: block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    align-self: center;
    border: 2px solid #000;
    margin-left: -20px;
    position: relative;
    z-index: -2; }
    @media screen and (max-width: 767px) {
      .generalSect__conts .heading .circle {
        width: 80px;
        height: 80px;
        font-size: 5rem; } }
  .generalSect__conts .heading .jp {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Sourcehan";
    align-self: center;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .generalSect__conts .heading .jp {
        font-size: 2rem;
        margin: 10px 0 0 0;
        width: 100%; } }
.generalSect__conts .btn {
  margin: 0 auto 0 auto; }
