/* -------------------------------------layuout------------------------------------------------- */

@media screen and (max-width: 764px) {
  #TOP .text-top p {
    background: linear-gradient(transparent 0%, yellow 0%);
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
    font-size: 20px;
  }

  #TOP .text-bottom p {
    background: linear-gradient(transparent 50%, yellow 0%);
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
    font-size: 15px;
  }

  #TOP .middle img {
    display: none;
  }

  #TOP .text-in-face {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    vertical-align: middle;
  }
}

@media screen and (min-width: 764px) {
  #TOP .text-in-face {
    display: inline-block;
    width: 40%;
    height: 100%;
    text-align: center;
    position: relative;
    vertical-align: middle;
  }

  #TOP .text-top p {
    background: linear-gradient(transparent 0%, yellow 0%);
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
    font-size: 24px;
  }

  #TOP .text-bottom p {
    background: linear-gradient(transparent 50%, yellow 0%);
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
    font-size: 20px;
  }
}

/* screen narrow */
@media screen and (max-width: 575px) {

  .common-title h4 {
    font-size: 16px;
    font-weight: bold;
  }

  .common-title h6 {
    font-size: 14px;
    font-weight: bold;
  }

  .common-title .common-big {
    display: none;
  }

  .common-title .common-small {
    width: 100%;
    height: 100%;
  }

  header .navbar-brand {
    font-size: 17px;
  }

  #OUR_STORY .about-title img {
    width: 40px;
    height: 40px;
  }

  #OUR_STORY .small h4 {
    display: inline;
    font-size: 14px;
  }

  #ABOUT_US .left img {
    width: 25%;
    margin-bottom: 20px;
  }

  #ABOUT_US .left-image {
    text-align: center;
  }

  #ABOUT_US .right-image {
    /* display: none; */
  }

  #ABOUT_US .marker {
    font-family: "Hiragino Kaku Gothic Std";
    font-weight: bold;
    font-size: 13px;
    background: linear-gradient(transparent 0%, #E2F0D9 0%);
    padding: 5px;
    display: inline;
  }

  #MEMBERS .individual-box {
    width: 100%;
    margin: auto;
  }

  .small {
    font-size: 12px;
  }

  .medium {
    font-size: 14px;
  }

  #PROJECT .chats,
  #SUPPORT .chats {
    display: none;
  }

  #VIEW-PERSON .contents_wrap .row {
    height: 100%;
    position: relative;
    top: 0;
  }

  #VIEW-PERSON .explain {
    text-align: left;
    margin-right: 20px;
    margin-left: 20px;
  }

  #VIEW-PERSON .contents_wrap {
    text-align: center;
  }

  #DETAIL-HELP-YOU .picture img {
    width: 30%;
    margin-top: 20px;
  }

  #SUPPORT #about-mikke-niigata .right-image {
    margin-bottom: 0 !important;
  }

  #SUPPORT .about-title img {
    max-width: 85px !important;
  }

}

/* screen wide */
@media screen and (min-width: 575px) {

  /* .common-title img{
  position: absolute;
  left: 0px;
  top: -40px;
  z-index: 100;
  } */
  .common-title .common-big {
    width: 100%;
    height: 100%;
  }

  .common-title .common-small {
    display: none;
  }

  .common-title h4 {
    font-size: 35px;
  }

  .common-title h6 {
    font-size: 25px;
  }

  .small {
    font-size: 18px;
  }

  .txt-small {
    font-size: .8em;
  }

  #OUR_STORY .about-title img {
    width: 70px;
    height: 70px;
  }

  #OUR_STORY .small h4 {
    display: inline;
    font-size: 22px;
  }

  #OUR_STORY .small p {
    font-size: 18px;
  }


  #ABOUT_US .left img {
    width: 100%;
    margin-bottom: 10px;
  }

  #ABOUT_US .marker {
    font-family: "Hiragino Kaku Gothic Std";
    font-weight: bold;
    font-size: 15px;
    background: linear-gradient(transparent 0%, #E2F0D9 0%);
    padding: 5px;
    display: inline;
  }

  #VIEW-PERSON .contents_wrap .row {
    height: 100%;
    position: relative;
    top: 25%;
  }

  #VIEW-PERSON .explain {
    text-align: left;
  }

  #VIEW-PERSON .contents_wrap {
    text-align: center;
    height: 100%;
  }

  #DETAIL-HELP-YOU .picture img {
    width: 80%;
  }

}


/* -------------------------------------animation------------------------------------------------- */

.delay-image {
  opacity: 0;
  transition: 1s;
}

.fadeIn {
  opacity: 0;
  transition: 0.3s;
}

.fadeUp {
  opacity: 0;
  transition: 1s;
}

.fadeInFast {
  opacity: 0;
  transition: 0.3s;
}

.fadeInSuperFast {
  opacity: 0;
  transition: 0.1s;
}

.is-show {
  opacity: 1;
}

.left-to-right {
  width: 0;
  height: 100%;
  /* overflow: hidden; */
  transition: 1000ms linear;
}

.shown {
  width: 100%;
  /* height: 100%; */
}


/* -------------------------------------common------------------------------------------------- */

body {
  font-family: "Hiragino Maru Gothic Pro";
}

.common-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 5%;
}

.common-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #FFF2CC;
  transform: translate3d(0%, 0, 0);
}

.common-title.active:after {
  animation: swipeRight 2.5s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

@media screen and (max-width: 640px) {

  .common-title {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 0 1px 0;
  }

  .common-title:last-child {
    margin: 0;
  }
}

.common-title .main-title {
  position: absolute;
  top: 60%;
  width: 100%;
}


.common-title p {
  display: inline;
  background-color: #E2F0D9;
}


/* -------------------------------------header------------------------------------------------- */

header {
  padding-top: 30px;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 200;
}

header .navbar {
  padding-left: 30px;
  padding-right: 30px;
  height: 40px;
  margin-bottom: 20px;
}

header .nav-item {
  margin-left: 25px;
}

header #navbarNavAltMarkup {
  background-color: white;
}

/* -------------------------------------scroll-contents------------------------------------------------- */

.scroll-contents {
  padding-top: 100px;
}


/* -------------------------------------main------------------------------------------------- */

main {
  padding: 30px 30px 30px 30px;
  position: relative;
  background-image: url(wall.png);
}

/* -------------------------------------#TOP------------------------------------------------- */

#TOP {
  background-color: #FFF2CC;
  margin: 0 2% 2% 2% 2%;
  padding: 1px 1%;
  border-radius: 15px;
  margin: 0px 30px 30px 30px;
}

#TOP .textillate {
  opacity: 0;
}

#TOP .contents_wrap {
  width: 100%;
  position: relative;
  text-align: center;
}

#TOP .face {
  display: inline;

}

#TOP .contents_wrap img {
  width: 10.0%;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 0px 2%;
}

#TOP .top {
  height: 33.3%;
  margin: 3% 0px;
}

#TOP .middle {
  height: 33.3%;
  margin: 3% 0px;
}

#TOP .low {
  height: 33.3%;
  margin: 4% 0px;
}

/* -------------------------------------#OUR_STORY------------------------------------------------- */
#OUR_STORY {

  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
}

#OUR_STORY .about-title {
  margin-bottom: 20px;
}

#OUR_STORY .row {
  margin-bottom: 20px;
}

/* #OUR_STORY .about-title img {
set in layout
} */

#OUR_STORY .about-title h4 {
  font-weight: bold;
}

#OUR_STORY .right-image {
  text-align: center;
  margin: auto;
  padding: 0px;
}

#OUR_STORY .right-image img {
  width: 100%
}

/* -------------------------------------#ABOUT_US------------------------------------------------- */

#ABOUT_US {
  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
}

#ABOUT_US .row {
  margin-bottom: 10px;
}

#ABOUT_US .left img {
  /* set in layout */
}

#ABOUT_US .left-text {
  margin: auto;
}

#ABOUT_US .right {
  margin: auto;
  padding: 0px;
}

#ABOUT_US .right-image img {
  width: 100%;
}


/* -------------------------------------#MEMBERS------------------------------------------------- */

#MEMBERS {
  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
  padding-bottom: 5%;
}

#MEMBERS .members-wrapper {
  text-align: center;
  width: 85%;
  margin: auto;
}

#MEMBERS .members-wrapper .col .col-sm-0 .col-md-1 .col-lg-1 .col-sm-3 .col-md-2 .col-lg-2 {
  text-align: center;
  padding: 5px;
}

#MEMBERS .individual-wrapper {
  margin: 10px 0px;
}

#MEMBERS .card {
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  width: 100%;
  height: auto;
}

#MEMBERS .card-1,
#MEMBERS .card-7,
#MEMBERS .card-13 {
  border-top: solid 5px red;
}

#MEMBERS .card-2,
#MEMBERS .card-8,
#MEMBERS .card-14 {
  border-top: solid 5px orange;
}

#MEMBERS .card-3,
#MEMBERS .card-9,
#MEMBERS .card-15 {
  border-top: solid 5px green;
}

#MEMBERS .card-4,
#MEMBERS .card-10,
#MEMBERS .card-16 {
  border-top: solid 5px pink;
}

#MEMBERS .card-5,
#MEMBERS .card-11,
#MEMBERS .card-17 {
  border-top: solid 5px purple;
}

#MEMBERS .card-6,
#MEMBERS .card-12,
#MEMBERS .card-18 {
  border-top: solid 5px blue;
}

#MEMBERS .members-wrapper p {
  font-size: 12px;
}

#MEMBERS .line {
  padding: 0px 10%;
}

#MEMBERS .line img {
  width: 100%;
}

#MEMBERS .card-body {
  padding: 0px;
}

#MEMBERS .card-title {
  margin-bottom: 0px;
}

#MEMBERS .card:hover {
  border: ridge 5px #E2F0D9;
}

#MEMBERS .fadeup {
  animation-name: fadeup;
  animation-duration: 2s;
  animation-timing-function: forwards;
  /* animation: 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards; */
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* -------------------------------------#PROJECT------------------------------------------------- */

#PROJECT {
  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
}

#PROJECT h5 {
  background: linear-gradient(transparent 70%, yellow 70%);
  display: inline;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
}

#PROJECT .media h4 {
  background: linear-gradient(transparent 70%, yellow 70%);
  display: inline-block;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 30px;
}


#PROJECT .about-title img {
  display: block;
  width: 30%;
}

.project-2 .btn-primary,
#PROJECT .help-you-button {
  display: inline-block;
  border: solid 3px #FFE55B;
  background-color: #FFE55B;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #222;
}

.project-2 .btn-primary:hover,
#PROJECT .help-you-button:hover {
  border: solid 5px green;
}

.project-2 .btn-primary p,
#PROJECT .help-you-button p {
  margin: auto;
}

#about-mikke-niigata {
  min-height: 420px;
}

#PROJECT #about-mikke-niigata .right-image,
#PROJECT .images-1 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

#PROJECT .images-2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

#PROJECT .images-3 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

#PROJECT .images-1 img {
  width: 60%;
}

#PROJECT .images-2 img {
  width: 90%;
}

#PROJECT .images-3 img {
  width: 80%;
}

#PROJECT .right-image {
  margin: auto;
}

#PROJECT #chat-1 {
  position: absolute;
  top: 20%;
  left: 5%;
}

#PROJECT #chat-1 img {
  width: 80px;
  height: 70px;
}

#PROJECT #chat-2 {
  position: absolute;
  left: 70%;
  bottom: 25%;

}

#PROJECT #chat-2 img {
  width: 150px;
  height: 90px;
}

#PROJECT #chat-3 {
  position: absolute;
  right: -22%;
  bottom: 25%;

}

#PROJECT #chat-3 img {
  width: 150px;
  height: 140px;
}

#PROJECT #chat-4 {
  position: absolute;
  top: -20%;
  left: -13%;

}

#PROJECT #chat-4 img {
  width: 120px;
  height: 110px;
}

/* #PROJECT .chats {
  animation: fluffy 3s ease infinite;
} */

@keyframes fluffy {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-15px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-15px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}

#PROJECT .media {
  margin-top: 30px;
}

#PROJECT .wrapper {
  margin: auto;
}


#PROJECT .media img {
  width: 100%;
}

/* -------------------------------------#SUPPORT------------------------------------------------- */

#SUPPORT {
  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
}

#SUPPORT a {
  text-decoration: none;
}

#SUPPORT h5 {
  background: linear-gradient(transparent 70%, yellow 70%);
  display: inline;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
}

#SUPPORT .media h4 {
  background: linear-gradient(transparent 70%, yellow 70%);
  display: inline-block;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 30px;
}


#SUPPORT .about-title img {
  display: block;
  width: 30%;
  max-width: 124px;
}

.project-2 .btn-primary,
#SUPPORT .help-you-button {
  display: inline-block;
  border: solid 3px #FFE55B;
  background-color: #FFE55B;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #222;
}

.project-2 .btn-primary:hover,
#SUPPORT .help-you-button:hover {
  border: solid 5px green;
}

.project-2 .btn-primary p,
#SUPPORT .help-you-button p {
  margin: auto;
}

#about-mikke-niigata {
  min-height: 420px;
}

#SUPPORT #about-mikke-niigata .right-image,
#SUPPORT .images-1 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

#SUPPORT .images-2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

#SUPPORT .images-3 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

#SUPPORT .images-1 img {
  width: 55%;
}

#SUPPORT .images-2 img {
  width: 53%;
}

#SUPPORT .images-3 img {
  width: 54%;
}

#SUPPORT .right-image {
  margin: auto;
}

#SUPPORT #chat-1 {
  position: absolute;
  top: -70px;
  right: 13%;
}

#SUPPORT #chat-1 img {
  width: 120px;
  height: auto;
}

#SUPPORT #chat-2 {
  position: absolute;
  left: 10%;
  top: -19%;

}

#SUPPORT #chat-2 img {
  width: 115px;
  height: auto;
}

#SUPPORT #chat-3 {
  position: absolute;
  top: -37%;
  right: 15%;

}

#SUPPORT #chat-3 img {
  width: 115px;
  height: auto;
}

#SUPPORT .partner-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#SUPPORT .support-row {
  height: 420px;
}

#SUPPORT .plan-1 {
  height: 350px;
}

@media screen and (max-width: 575px) {
  #SUPPORT .support-row {
    height: auto;
  }

  #SUPPORT .plan-1 {
    height: auto;
  }
}

/* -------------------------------------#CAREERS------------------------------------------------- */

#CAREERS {
  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
}

#CAREERS a {
  text-decoration: none;
}

#CAREERS .about img {
  width: 100%;
}

#CAREERS h5 {
  background: linear-gradient(transparent 70%, yellow 70%);
  display: inline;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: normal;
}

#CAREERS .sub-title {
  font-size: 1.3em;
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
  margin-bottom: 5px;
}

#CAREERS .section {
  margin-top: 60px;
}

#CAREERS .core-value-item {
  margin-bottom: 30px;
  margin-left: 30px;
}

#CAREERS .core-value-item .core-value-item__content {
  display: flex;
  justify-content: start;
  gap: 130px;
}

#CAREERS .core-value-item .core-value-item__content img {
  width: 190px;
  height: auto;
  object-fit: contain;
}

#CAREERS .core-value-item .core-value-item__content .--second img {
  width: 180px;
  margin-right: 30px;
}

#CAREERS .units {
  margin-top: 30px;
  margin-bottom: 30px;
}

#CAREERS .unit {
  margin-top: 50px;
}

#CAREERS .units .unit-items {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 15px;
}

#CAREERS .unit-card {
  background: #FAE067;
  border: 2px solid #696969;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  width: 165px;
  align-items: center;
  cursor: pointer;
}

#CAREERS .unit-card img {
  max-width: 100%;
}

#CAREERS .contact-btn {
  margin-top: 25px;
}

#CAREERS .contact-btn a {
  display: inline-block;
  border: solid 3px #FFE55B;
  background-color: #FFE55B;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #222;
}

#CAREERS .recruit-list {
  margin: 50px 0;
}

@media screen and (max-width: 575px) {
  #CAREERS .section {
    margin-top: 30px;
  }

  #CAREERS .core-value-item .core-value-item__content {
    flex-direction: column;
    gap: 15px;
  }

  #CAREERS .core-value-item .core-value-item__content.--second {
    flex-direction: column-reverse;
  }

  #CAREERS .core-value-item .core-value-item__content img {
    width: 120px;
    margin: 0 auto;
  }

  #CAREERS .units .unit-items {
    gap: 10px;
  }

  #CAREERS .unit-card {
    width: 45%;
  }
}


/* -------------------------------------#CONTACT------------------------------------------------- */

#CONTACT {
  background-color: #FFF2CC;
  margin: 2%;
  padding: 10px 3%;
  border-radius: 15px;
}

#CONTACT .must-input {
  color: red;
  display: inline;
}

#CONTACT #inputKind {
  width: auto;
}

#CONTACT .button {
  text-align: center;
}

#CONTACT .btn-primary {
  background-color: #E2F0D9;
  border-color: black;
  color: black;
}


/* -------------------------------------footer------------------------------------------------- */


footer p {
  text-align: center;
}

footer .row {
  text-align: center;
}

footer .middle {
  margin: 30px 0;
  text-align: center;
}

footer .middle img {
  width: 50%;
}

footer #center-iamge {
  margin: auto;
}

footer #center-iamge img {
  width: 50px;
  height: 30px;

}

footer a {
  color: black;
}

footer .copy-right {
  text-align: center;
}

/* -------------------------------------VIEW-PERSON------------------------------------------------- */

#VIEW-PERSON {
  position: fixed; /*body要素に対して絶対配置*/
  top: 0; /*上端を中央に*/
  left: 0; /*左端を中央に*/
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: white;
  z-index: 200;
  display: none;
  overflow: scroll;
}

#VIEW-PERSON .cancel-button {
  text-align: right;
}

#VIEW-PERSON .contents_wrap .row {
  /* set in layout */
}

#VIEW-PERSON #person-name {
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
}

#VIEW-PERSON .cancel-button img {
  width: 5%;
  height: 5%;
  margin: 2%;
}

#VIEW-PERSON .cancel-button img:hover {
  transform: scale(1.2, 1.2);
}

#VIEW-PERSON .picture img {
  height: 100%;
}

/* -------------------------------------VIEW-UNIT------------------------------------------------- */

#VIEW-UNIT {
  position: fixed; /*body要素に対して絶対配置*/
  top: 0; /*上端を中央に*/
  left: 0; /*左端を中央に*/
  right: 0;
  bottom: 0;
  padding: 5px;
  background-color: #FAE067;
  z-index: 200;
  display: none;
  overflow: scroll;
}

#VIEW-UNIT .cancel-button {
  text-align: right;
}

#VIEW-UNIT .cancel-button img {
  width: 5%;
  height: 5%;
  margin: 2%;
}

#VIEW-UNIT .cancel-button img:hover {
  transform: scale(1.2, 1.2);
}

#VIEW-UNIT .picture img {
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  object-fit: cover;
}

#VIEW-UNIT #unit-name {
  text-align: center;
}

#VIEW-UNIT .explain {
  margin-top: 60px;
}

#VIEW-UNIT .explain-bold p, #VIEW-UNIT b {
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  #VIEW-UNIT {
    padding: 10px;
  }

  #VIEW-UNIT .picture {
    display: flex;
    justify-content: center;
  }

  #VIEW-UNIT .picture img {
    max-width: 180px;
  }

  #VIEW-UNIT .animal {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* -------------------------------------VIEW-ABOUT-MIKKE------------------------------------------------- */

#VIEW-ABOUT-MIKKE {
  position: fixed; /*body要素に対して絶対配置*/
  top: 0; /*上端を中央に*/
  left: 0; /*左端を中央に*/
  right: 0; /*横幅*/
  bottom: 0;
  background-color: #FFE55B;
  z-index: 200;
  display: none;
  padding: 5px;
  overflow: scroll;
}

#VIEW-ABOUT-MIKKE .cancel-button {
  text-align: right;
  margin-bottom: 10px;
}

#VIEW-ABOUT-MIKKE .contents_wrap {
  text-align: center;
  margin: 20px;
}

#VIEW-ABOUT-MIKKE .link {
  display: inline-block;
  border: solid 3px #E2F0D9;
  background-color: #E2F0D9;
  padding: 15px;
  border-radius: 30px;
}

#VIEW-ABOUT-MIKKE .title h4 {
  padding: 5px;
  display: inline;
  background: linear-gradient(transparent 50%, #E2F0D9 0%);
}

#VIEW-ABOUT-MIKKE .link:hover {
  border: solid 5px green;
  margin: -2.0px;
}

#VIEW-ABOUT-MIKKE .link a {
  margin: auto;
  color: black;
  text-decoration: none;
}

#VIEW-ABOUT-MIKKE .explain {
  margin: 30px 0px;
  text-align: left;
}

#VIEW-ABOUT-MIKKE .explain b {
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
}

#VIEW-ABOUT-MIKKE .bottom {
  margin-top: 100px;
}

#VIEW-ABOUT-MIKKE .bottom h4 {
  margin-top: 50px;
  margin-bottom: 10px;
}

#VIEW-ABOUT-MIKKE .bottom p {
  margin: 50px;
}

#VIEW-ABOUT-MIKKE .bottom img {
  width: 100%;
}

#VIEW-ABOUT-MIKKE .wrapper {
  margin: 20px 0px;

}

#VIEW-ABOUT-MIKKE .cancel-button img {
  width: 5%;
  height: 5%;
  margin: 2%;
}

#VIEW-ABOUT-MIKKE .cancel-button img:hover {
  transform: scale(1.2, 1.2);
}

#VIEW-ABOUT-MIKKE .picture img {
  max-width: 100%;
}

#VIEW-ABOUT-MIKKE .picture-2 img {
  max-width: 220px;
  margin-top: 12px;
}

#VIEW-ABOUT-MIKKE .link-text {
  text-decoration: underline;
}

#VIEW-ABOUT-MIKKE .link-text-logo {
  position: relative;
  top: 20px;
}

@media screen and (max-width: 575px) {
  #VIEW-ABOUT-MIKKE .link {
    margin-bottom: 20px;
  }
}

/* -------------------------------------DETAIL-HELP-YOU------------------------------------------------- */

#DETAIL-HELP-YOU {
  position: fixed; /*body要素に対して絶対配置*/
  top: 0; /*上端を中央に*/
  left: 0; /*左端を中央に*/
  right: 0; /*横幅*/
  bottom: 0;
  background-color: #FFE55B;
  z-index: 200;
  display: none;
  padding: 5px;
  overflow: scroll;
}

#DETAIL-HELP-YOU .cancel-button {
  text-align: right;
  margin-bottom: 10px;
}

#DETAIL-HELP-YOU .contents_wrap {
  text-align: center;
  margin: 20px;
}

#DETAIL-HELP-YOU .link {
  display: inline-block;
  border: solid 3px #E2F0D9;
  background-color: #E2F0D9;
  padding: 15px;
  border-radius: 30px;
}

#DETAIL-HELP-YOU .title h4 {
  padding: 5px;
  display: inline;
  background: linear-gradient(transparent 50%, #E2F0D9 0%);
}

#DETAIL-HELP-YOU .link:hover {
  border: solid 5px green;
  margin: -2.0px;
}

#DETAIL-HELP-YOU .link a {
  margin: auto;
  color: black;
  text-decoration: none;
}

#DETAIL-HELP-YOU .explain {
  margin: 30px 0px;
  text-align: left;
}

#DETAIL-HELP-YOU .explain b {
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: bold;
}

#DETAIL-HELP-YOU .bottom {
  margin-top: 100px;
}

#DETAIL-HELP-YOU .bottom h4 {
  margin-top: 50px;
  margin-bottom: 10px;
}

#DETAIL-HELP-YOU .bottom p {
  margin: 50px;
}

#DETAIL-HELP-YOU .bottom img {
  width: 100%;
}

#DETAIL-HELP-YOU .wrapper {
  margin: 20px 0px;

}

#DETAIL-HELP-YOU .cancel-button img {
  width: 5%;
  height: 5%;
  margin: 2%;
}

#DETAIL-HELP-YOU .cancel-button img:hover {
  transform: scale(1.2, 1.2);
}

#DETAIL-HELP-YOU .picture img {
  /* input in layout */
}

/* -------------------------------------https://herp.careers/v1/helpyou------------------------------------------------- */
.card {
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  max-width: 1100px;
  margin: 0 auto;
}


.card__section {
  background-color: #fff;
  padding: 28px 36px;
  width: 100%;
  min-width: 0;
}

.card__section:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.requisition-list-header {
  display: flex;
  max-width: 1100px;
  align-items: center
}

@media screen and (max-width: 480px) {
  .requisition-list-header {
    margin:40px 12px 28px
  }
}

.requisition-list-header__logo {
  height: 55px;
  width: 55px;
  border-radius: 4px
}

.requisition-list-header__with-logo {
  margin-left: 20px;
  line-height: 1.43;
  font-size: 20px;
}

.requisition-list-card {
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0 0 16px 0;
}

@media screen and (max-width: 480px) {
  .requisition-list-header__with-logo {
    font-size: 15px;
  }

  .requisition-list-card {
    display:flex;
    flex-direction: column-reverse
  }
}

.requisition-list-card:focus {
  box-shadow: 0 0 0 2px hsla(0,0%,100%,.85),0 0 0 4px rgba(154,180,210,.9);
  outline: none
}

.requisition-list-card__section {
  width: 100%;
  min-width: 0;
  padding: 28px 36px 28px 28px
}

@media screen and (max-width: 480px) {
  .requisition-list-card__section {
    width:100%
  }
}

.requisition-list-card__section__with-optionally-image {
  width: calc(100% - 140px);
  box-sizing: border-box
}

.heading {
  border-left: 4px solid #0056cf;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  height: 24px;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.requisition-list-card__header {
  font-size: 16px;
  line-height: 1.43;
  height: auto;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  overflow: visible
}

.requisition-list-card__title {
  line-height: 1.43;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-decoration: none
}

.requisition-list-card__text {
  color: #767676;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media screen and (max-width: 480px) {
  .requisition-list-card__text {
    margin-top:8px
  }
}

.requisition-list-card__cover-image-wrap {
  width: 140px;
  flex-shrink: 0;
  display: block
}

@media screen and (max-width: 480px) {
  .requisition-list-card__cover-image-wrap {
    width:100%;
    padding-top: 52.33%;
    position: relative
  }
}

.requisition-list-card__cover-image {
  width: 100%;
  height: 100%;
  border-radius: 0 4px 4px 0;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width: 480px) {
  .requisition-list-card__cover-image {
    position:absolute;
    top: 0;
    border-radius: 4px 4px 0 0
  }
}

.requisition-list-card__no-cover-image {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 140px;
  color: #5c5c5c;
  background: #eee;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px 0 0 4px;
  text-decoration: none
}

@media screen and (max-width: 480px) {
  .requisition-list-card__no-cover-image {
    display:none
  }
}

.requisition-list-mobile-share {
  margin: 0 12px
}

.requisition-not-exist {
  color: #767676;
  background-color: #fff;
  max-width: 1100px;
  line-height: 80vh;
  display: block;
  margin: auto;
  vertical-align: middle;
  text-align: center
}

@media screen and (max-width: 480px) {
  .requisition-not-exist {
    margin:12px
  }
}

.share {
  margin: 12px auto;
  max-width: 1100px;
  text-align: right;
  line-height: 18px;
  height: 23px
}

.share:after {
  content: "";
  display: block;
  clear: both
}

@media screen and (min-width: 480px) and (max-width:1123px) {
  .share {
    padding:0 12px
  }
}

@media screen and (max-width: 480px) {
  .share {
    display:none
  }
}

.share__media {
  margin-left: 8px;
  float: right;
  border-radius: 4px
}

.share__media:focus-within {
  box-shadow: 0 0 0 2px hsla(0,0%,100%,.85),0 0 0 4px rgba(154,180,210,.9);
  outline: none
}

