@charset "UTF-8";
/* Scss Document */
main {
  width: 100%;
  margin: 0 auto; }

body {
  padding: 0; }

.footer_guideline {
  display: none !important; }

/***************************************************/
.mv {
  background: url("../images/recruit/mv.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 640px; }
  .mv p {
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    position: absolute;
    font: 8.5rem/1.0em 'Rock Salt', cursive;
    font-weight: 400; }
    .mv p small {
      display: block;
      font: 2.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 15px auto 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .mv {
    margin: 60px auto 0;
    height: auto; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mv {
    min-height: 550px; }
    .mv p {
      text-align: center;
      color: #fff;
      top: 10%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      position: absolute;
      font: 6rem/1.0em 'Rock Salt', cursive;
      font-weight: 400; }
      .mv p small {
        display: block;
        font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 15px auto 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mv {
    margin: 50px auto 0;
    position: relative;
    min-height: 450px; }
    .mv p {
      text-align: center;
      color: #fff;
      top: 10%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      position: absolute;
      font: 5rem/1.0em 'Rock Salt', cursive;
      font-weight: 400; }
      .mv p small {
        display: block;
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 15px auto 0; } }
/*max-width:480px*/
/***************************************************/
.memvers_voice {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 160px;
  position: relative; }
  .memvers_voice h2 {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    font: 5.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #69A3D8; }
    .memvers_voice h2 small {
      color: #3E3A39;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 0 0 15px; }
  .memvers_voice ul {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto 50px;
    max-width: 1800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .memvers_voice ul:before {
      position: absolute;
      content: "Members Voice";
      font: 20.0rem/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      right: -40px;
      top: -18rem;
      color: #fff;
      -webkit-text-stroke: 1px #D0D9E8;
      text-stroke: 1px #D0D9E8; }
    .memvers_voice ul li {
      width: calc((100% - 80px)/5);
      max-width: 333px;
      margin: 0 20px 0 0;
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      transition: .5s; }
      .memvers_voice ul li:nth-of-type(5) {
        margin: 0; }
      .memvers_voice ul li img {
        width: 100%; }
    .memvers_voice ul p {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .memvers_voice ul p span {
        margin: 10px 0 0;
        display: block;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; }
  .memvers_voice .list_link {
    margin: 0 auto; }

@media (max-width: 1330px) {
  .memvers_voice ul {
    width: calc(100% - 80px);
    margin: 0 auto 50px;
    max-width: 1800px;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start; }
    .memvers_voice ul:before {
      font: 14vw/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      right: auto;
      left: auto;
      top: -16vw; }
    .memvers_voice ul li {
      width: calc((100% - 60px)/3);
      max-width: 300px;
      margin: 0 10px 20px;
      position: relative; }
      .memvers_voice ul li:nth-of-type(5) {
        margin: 0 10px 20px; }
      .memvers_voice ul li img {
        width: 100%; }
    .memvers_voice ul p {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 20px;
      left: 20px; }
      .memvers_voice ul p span {
        margin: 10px 0 0;
        display: block;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; } }
/*max-width:1280px*/
/*max-width:1280px*/
@media (max-width: 1024px) {
  .memvers_voice ul {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
    max-width: 1800px;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start; }
    .memvers_voice ul:before {
      font: 10vw/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      right: 0;
      left: auto;
      text-align: right;
      top: -12vw; }
    .memvers_voice ul li {
      width: calc((100% - 60px)/3);
      max-width: 300px;
      margin: 0 10px 20px;
      position: relative; }
      .memvers_voice ul li:nth-of-type(5) {
        margin: 0 10px 20px; }
      .memvers_voice ul li img {
        width: 100%; }
    .memvers_voice ul p {
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      position: absolute;
      bottom: 15px;
      left: 10px; }
      .memvers_voice ul p span {
        margin: 10px 0 0;
        display: block;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .memvers_voice {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 160px;
    position: relative; }
    .memvers_voice h2 {
      width: calc(100% - 40px);
      margin: 0 auto 20px;
      position: relative;
      z-index: 1;
      max-width: 1280px;
      font: 4.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #69A3D8;
      padding: 13vw 0 0 0; }
      .memvers_voice h2 small {
        color: #3E3A39;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: inline;
        margin: 0 10px 0 0; }
      .memvers_voice h2:before {
        position: absolute;
        content: "Members Voice";
        font: 12vw/1.0em 'Barlow', sans-serif;
        font-weight: 400;
        font-style: italic;
        right: auto;
        left: 0;
        top: 0;
        color: #fff;
        -webkit-text-stroke: 1px #D0D9E8;
        text-stroke: 1px #D0D9E8; }
    .memvers_voice ul {
      width: calc(100% - 40px);
      margin: 0 auto 50px;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start;
      max-width: 640px; }
      .memvers_voice ul:before {
        display: none; }
      .memvers_voice ul li {
        width: calc((100% - 20px)/2);
        max-width: 300px;
        margin: 0 0 20px;
        position: relative; }
        .memvers_voice ul li:nth-of-type(5) {
          margin: 0 0 20px; }
      .memvers_voice ul p {
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        bottom: 15px;
        left: 10px; }
        .memvers_voice ul p span {
          font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
          font-weight: 700; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .memvers_voice {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px;
    position: relative; }
    .memvers_voice h2 {
      width: calc(100% - 40px);
      margin: 0 auto 20px;
      position: relative;
      z-index: 1;
      max-width: 1280px;
      font: 4.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #69A3D8;
      padding: 13vw 0 0 0; }
      .memvers_voice h2 small {
        color: #3E3A39;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: inline;
        margin: 0 10px 0 0; }
      .memvers_voice h2:before {
        position: absolute;
        content: "Members Voice";
        font: 12vw/1.0em 'Barlow', sans-serif;
        font-weight: 400;
        font-style: italic;
        right: auto;
        left: 0;
        top: 0;
        color: #fff;
        -webkit-text-stroke: 1px #D0D9E8;
        text-stroke: 1px #D0D9E8; }
    .memvers_voice ul {
      width: calc(100% - 40px);
      margin: 0 auto 50px; }
      .memvers_voice ul:before {
        display: none; }
      .memvers_voice ul li {
        width: calc((100% - 10px)/2);
        max-width: 300px;
        margin: 0 0 10px;
        position: relative; }
        .memvers_voice ul li:nth-of-type(5) {
          margin: 0 0 10px; }
      .memvers_voice ul p {
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        bottom: 10px;
        left: 5px; }
        .memvers_voice ul p span {
          margin: 5px 0 0;
          font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
          font-weight: 700; } }
/*max-width:480px*/
@media (hover: hover) {
  .memvers_voice ul li:hover {
    opacity: 0.5; } }
/***************************************************/
.list_link {
  display: block;
  width: 280px;
  height: 53px;
  border: 1px solid #D0D9E8;
  color: #5386B3;
  text-align: center;
  font: 1.6rem/50px 'Noto Sans JP', sans-serif;
  font-weight: 700;
  transition: .5s; }

@media (hover: hover) {
  .list_link:hover {
    color: #fff;
    background-color: #5386B3;
    text-align: center; } }
@media (max-width: 480px) {
  .list_link {
    width: 260px; } }
/*max-width:480px*/
/***************************************************/
.top_message {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 300px; }

.top_message_box {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  min-height: 640px;
  position: relative;
  z-index: 1; }
  .top_message_box h2 {
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    max-width: 1280px;
    font: 5.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #69A3D8; }
    .top_message_box h2 small {
      color: #69A3D8;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 15px 0 0; }
  .top_message_box:before {
    position: absolute;
    content: "Message";
    font: 20.0rem/1.0em 'Barlow', sans-serif;
    font-weight: 400;
    font-style: italic;
    left: 0;
    bottom: -20px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #D0D9E8;
    text-stroke: 1px #D0D9E8; }
  .top_message_box p {
    font: 5.0rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #5386B3;
    margin: 0 0 50px; }

.top_message_pic {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0 0 0 auto;
  max-width: 960px; }
  .top_message_pic img {
    width: 100%; }

.top_message-sp_txt {
  display: none; }

@media (max-width: 1280px) {
  .top_message {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto 300px; }

  .top_message_box {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
    min-height: auto;
    padding: 0 0 16vw; }
    .top_message_box:before {
      font: 14vw/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic; }

  .top_message_pic {
    position: relative;
    top: auto;
    right: auto; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .top_message {
    margin: 0 auto 150px; }

  .top_message_box {
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto 60px;
    min-height: auto;
    position: relative;
    z-index: 1;
    padding: 0; }
    .top_message_box h2 {
      margin: 0 auto;
      position: relative;
      z-index: 1;
      max-width: 1280px;
      font: 5.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #69A3D8; }
      .top_message_box h2 small {
        color: #69A3D8;
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 15px 0 0; }
    .top_message_box:before,
    .top_message_box p,
    .top_message_box a {
      display: none; }

  .top_message_pic {
    position: relative;
    top: auto;
    right: auto; }
    .top_message_pic:before {
      position: absolute;
      content: "Message";
      font: 20vw/1.0em 'Barlow', sans-serif;
      font-weight: 400;
      font-style: italic;
      left: 0;
      bottom: -11vw;
      color: rgba(0, 0, 0, 0);
      -webkit-text-stroke: 1px #D0D9E8;
      text-stroke: 1px #D0D9E8; }

  .top_message-sp_txt {
    padding: 15vw 0 0;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto; }
    .top_message-sp_txt p {
      font: 4.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #5386B3;
      margin: 0 0 30px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .top_message_pic:before {
    text-align: center;
    width: 100%; }

  .top_message-sp_txt {
    padding: 15vw 0 0;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto; }
    .top_message-sp_txt p {
      font: 3.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #5386B3;
      margin: 0 0 30px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .top_message {
    margin: 0 auto 100px; }

  .top_message_box {
    margin: 0 auto 30px; }
    .top_message_box h2 {
      margin: 0 auto;
      position: relative;
      z-index: 1;
      max-width: 1280px;
      font: 4.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #69A3D8; }
      .top_message_box h2 small {
        color: #69A3D8;
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 10px 0 0; }
    .top_message_box:before,
    .top_message_box p,
    .top_message_box a {
      display: none; }

  .top_message_pic:before {
    font: 24vw/1.0em 'Barlow', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 100%;
    bottom: -13vw; }

  .top_message-sp_txt {
    padding: 20vw 0 0; }
    .top_message-sp_txt p {
      font: 2.5rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 20px; } }
/*max-width:480px*/
/***************************************************/
.recruit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .recruit_content h2 {
    position: absolute;
    width: 100%;
    bottom: 10%;
    right: 15%;
    text-align: right;
    font: 10.0rem/1.0em 'Barlow', sans-serif;
    font-weight: 500;
    font-style: italic; }
    .recruit_content h2 small {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal;
      display: block;
      margin: 10px 0 0; }

.welfase_box {
  position: relative;
  width: 50%;
  display: block;
  background-color: #406A8F;
  color: #7B9BC1;
  min-height: 450px; }
  .welfase_box h2 {
    color: #7B9BC1; }
    .welfase_box h2 small {
      color: #fff; }
  .welfase_box a {
    font: 2.0rem/64px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0 40px 0 20px;
    display: block;
    position: absolute;
    top: 40px;
    left: 65px;
    border: 1px solid #fff;
    width: fit-content;
    transition: .5s; }
    .welfase_box a:after {
      position: absolute;
      content: "";
      top: 45%;
      right: 20px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      width: 6px;
      height: 6px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .welfase_box a:hover {
      background-color: #69A3D8; }

.guideline_box {
  position: relative;
  width: 50%;
  background-color: #F7F8F8;
  padding: 3% 0 0 3%; }
  .guideline_box li {
    min-height: 67px;
    margin: 0 0 20px; }
  .guideline_box a {
    font: 2.0rem/64px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #727171;
    padding: 0 20px 0 65px;
    display: block;
    position: relative;
    width: fit-content;
    transition: .3s; }
    .guideline_box a:after {
      position: absolute;
      content: "";
      top: 45%;
      right: 0;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      width: 6px;
      height: 6px;
      border-top: 3px solid #727171;
      border-right: 3px solid #727171;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .guideline_box a:before {
      position: absolute;
      content: "";
      display: block;
      width: 45px;
      height: 67px;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
    .guideline_box a.career:before {
      background: url("../images/recruit/footer_guideline_01.svg") center center no-repeat;
      background-size: contain; }
    .guideline_box a.new:before {
      background: url("../images/recruit/footer_guideline_02.svg") center center no-repeat;
      background-size: contain; }
    .guideline_box a:hover {
      color: gold; }
      .guideline_box a:hover:after {
        border-top: 3px solid gold;
        border-right: 3px solid gold; }
  .guideline_box h2 {
    color: #C9CACA; }
    .guideline_box h2 small {
      color: #727171; }

@media (hover: hover) {
  .welfase_box a:hover {
    background-color: #69A3D8; }

  .guideline_box a:hover {
    color: #69A3D8; }
    .guideline_box a:hover:after {
      border-top: 3px solid #69A3D8;
      border-right: 3px solid #69A3D8; } }
@media (max-width: 1280px) {
  .recruit_content h2 {
    right: 10%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_content {
    display: block; }
    .recruit_content h2 {
      position: relative;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      font: 8rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic; }
      .recruit_content h2 small {
        font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        font-style: normal; }

  .welfase_box {
    min-height: auto;
    padding: 25px 50px 30px;
    width: 100%; }
    .welfase_box h2 {
      position: relative;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      align-items: center; }
      .welfase_box h2 small {
        margin: 25px 0 0 20px;
        display: inline; }
    .welfase_box a {
      z-index: 10;
      top: 50%;
      left: 60px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }

  .guideline_box {
    width: 100%;
    padding: 30px 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    .guideline_box ul {
      order: 2; }
    .guideline_box li {
      min-height: 67px;
      margin: 0 0 20px; }
    .guideline_box h2 {
      position: relative;
      width: fit-content;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      order: 1;
      color: #C9CACA;
      text-align: left !important; }
      .guideline_box h2 small {
        color: #727171; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_content h2 {
    font: 5rem/1.0em 'Barlow', sans-serif;
    font-weight: 500;
    font-style: italic; }
    .recruit_content h2 small {
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal; }

  .welfase_box {
    padding: 95px 20px 25px; }
    .welfase_box h2 small {
      margin: 10px 0 0 15px;
      display: inline; }
    .welfase_box a {
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 15px 40px 15px 20px;
      top: 20px;
      left: 25px;
      -webkit-transform: translate(0%, 0%);
      /* Safari用 */
      transform: translate(0%, 0%); }

  .guideline_box {
    padding: 25px 20px; }
    .guideline_box ul {
      width: 190px; }
    .guideline_box li:nth-of-type(2n) {
      margin: 0; }
    .guideline_box a {
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 15px 20px 15px 55px; }
      .guideline_box a:before {
        width: 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_content h2 {
    text-align: right;
    font: 3.6rem/1.0em 'Barlow', sans-serif;
    font-weight: 500;
    font-style: italic; }
    .recruit_content h2 small {
      font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: normal;
      display: block; }

  .welfase_box {
    padding: 85px 15px 18px 20px; }
    .welfase_box h2 small {
      margin: 10px 0 0 10px; }
    .welfase_box a {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 15px 35px 15px 15px; }
      .welfase_box a:after {
        top: 41%;
        right: 15px; }

  .guideline_box {
    padding: 25px 15px 25px 20px; }
    .guideline_box ul {
      width: 160px; }
    .guideline_box li {
      min-height: auto; }
    .guideline_box a {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      padding: 15px 17px 15px 45px; }
      .guideline_box a:before {
        width: 35px;
        height: 55px; }
      .guideline_box a:after {
        top: 42%; } }
/*max-width:480px*/
