@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

.content-firstview > img, picture {
  margin: auto;
  width: 100%;
  display: block; }

img, picture {
margin: auto;
max-width: 100%;
display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }

body {
  font-family: "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
  width: 100vw;
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none;
  color: #4D47CB; }
  a:hover {
    opacity: .5; }
  a[target="_blank"]:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background: url("../image/common/blank.png") no-repeat;
    background-size: contain; }
    @media all and (min-width: 768px) {
      a[target="_blank"]:after {
        width: 14px;
        height: 14px; } }

.color-c {
  color: #4D47CB; }

input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  font: inherit;
  outline: none;
  border: solid 1px #AFAFAF;
  border-radius: 4px; }
  @media all and (min-width: 280px) {
    input[type="text"] {
      width: 100%;
      height: 35px;
      padding: 0 10px;
      font-size: 10px; } }
  @media all and (min-width: 768px) {
    input[type="text"] {
      height: 50px;
      font-size: 16px; } }

select {
  -webkit-appearance: none;
  appearance: none;
  background: url("../image/common/select.svg") no-repeat;
  font: inherit;
  outline: none;
  border: solid 1px #AFAFAF;
  border-radius: 4px; }
  @media all and (min-width: 280px) {
    select {
      width: 100%;
      height: 35px;
      margin-bottom: 10px;
      padding: 0 10px;
      font-size: 10px;
      background-position: calc(100% - 10px) center;
      background-size: 6px 5px; } }
  @media all and (min-width: 768px) {
    select {
      height: 50px;
      font-size: 16px; } }

textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  font: inherit;
  outline: none;
  border: solid 1px #AFAFAF;
  border-radius: 4px; }
  @media all and (min-width: 768px) {
    textarea {
      padding: 10px;
      font-size: 16px; } }
  @media all and (min-width: 1266px) {
    textarea {
      width: 100%;
      padding: 10px; } }

.form-checkbox input {
  display: none; }

.form-checkbox span {
  position: relative;
  display: block;
  padding: 0 0 0 22px;
  font-weight: 300; }
  @media all and (min-width: 280px) {
    .form-checkbox span {
      font-size: 13px;
      line-height: 12px; } }
  @media all and (min-width: 768px) {
    .form-checkbox span {
      font-size: 15px;
      line-height: 16px; } }
  @media all and (min-width: 1266px) {
    .form-checkbox span {
      font-size: 16px;
      padding: 0 0 0 37px;
      line-height: 24px; } }
  .form-checkbox span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    box-sizing: border-box;
    border: solid 1px #707070; }
    @media all and (min-width: 280px) {
      .form-checkbox span:before {
        width: 13px;
        height: 13px;
        border-radius: 2px;
        background: url("../image/common/checkbox.png") no-repeat #fff;
        background-size: 8px 6px;
        background-position: center; } }
    @media all and (min-width: 768px) {
      .form-checkbox span:before {
        width: 16px;
        height: 16px; } }
    @media all and (min-width: 1266px) {
      .form-checkbox span:before {
        width: 24px;
        height: 24px;
        background-size: 12px 10px;
        border-radius: 4px; } }

.form-checkbox input:checked ~ span:before {
  border-color: #4D47CB;
  background-color: #4D47CB; }

@media all and (min-width: 768px) {
  .radio-wrapper {
    display: flex;
    align-items: center; } }

@media all and (min-width: 280px) {
  .radio-wrapper label {
    display: flex;
    height: 35px;
    margin-bottom: 7px;
    border: solid 1px #AFAFAF;
    border-radius: 4px;
    line-height: 35px;
    align-items: center; } }

@media all and (min-width: 768px) {
  .radio-wrapper label {
    border: 0;
    margin-right: 40px;
    margin-bottom: inherit; } }

.radio-wrapper label input {
  display: none; }

.radio-wrapper label span {
  position: relative;
  display: block;
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .radio-wrapper label span {
      padding-left: 5px;
      font-size: 10px; } }
  @media all and (min-width: 768px) {
    .radio-wrapper label span {
      font-size: 13px;
      line-height: 18px; } }
  @media all and (min-width: 768px) {
    .radio-wrapper label span {
      font-size: 16px;
      line-height: 26px; } }
  .radio-wrapper label span:before {
    content: '●';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    border: solid 1px #707070;
    border-radius: 13px;
    background-color: #fff;
    text-align: center;
    line-height: 11px;
    font-size: 7px;
    color: #fff;
    vertical-align: 1px; }
    @media all and (min-width: 768px) {
      .radio-wrapper label span:before {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 13px; } }
    @media all and (min-width: 1266px) {
      .radio-wrapper label span:before {
        width: 26px;
        height: 26px;
        margin-right: 13px;
        font-size: 15px;
        vertical-align: inherit;
        line-height: 26px; } }

.radio-wrapper label input:checked ~ span:before {
  background-color: #4D47CB; }

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
  font-weight: 600; }
  @media all and (min-width: 280px) {
    input[type="submit"] {
      width: 145px;
      height: 35px;
      border-radius: 18px;
      font-size: 11px; } }
  @media all and (min-width: 768px) {
    input[type="submit"] {
      width: 220px;
      height: 40px;
      border-radius: 25px;
      line-height: 18px;
      font-size: 18px; } }

.btn-bg_w {
  background-color: #fff;
  border-color: #4D47CB;
  color: #4D47CB;
  box-sizing: border-box; }
  .btn-bg_w:hover {
    background-color: #4D47CB;
    color: #fff; }

.btn-bg_c {
  background-color: #4D47CB;
  border-color: #4D47CB;
  color: #fff;
  box-sizing: border-box; }
  .btn-bg_c:hover {
    background-color: #fff;
    color: #4D47CB; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s; }
  .modal-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    z-index: 2; }
    .modal-inner img {
      width: 100%; }
  .modal .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer; }
    .modal .close-btn img {
      display: block;
      width: 100%; }
  .modal .black-background {
    width: 100vw;
    height: 100vh;
    background-color: #3B3B3B; }

.is-show {
  opacity: 1;
  visibility: visible; }

.display-pc {
  display: none; }
  @media all and (min-width: 1266px) {
    .display-pc {
      display: block; } }

@media all and (min-width: 768px) {
  .display-sp {
    display: none; } }

header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1010; }
  header .header-inner {
    position: relative;
    display: flex;
    align-items: center; }
    @media all and (min-width: 280px) {
      header .header-inner {
        justify-content: flex-end;
        height: 40px;
        padding: 0 15px; } }
    @media all and (min-width: 768px) {
      header .header-inner {
        justify-content: space-between;
        height: 66px; } }
    @media all and (min-width: 1266px) {
      header .header-inner {
        max-width: 1266px;
        margin: 0 auto;
        padding: 0; } }
    @media all and (min-width: 280px) {
      header .header-inner .logos {
        position: absolute;
        left: 0;
        right: 0;
        width: 50%;
        height: 30px;
        margin: 0 auto; }
        header .header-inner .logos h1 {
          height: 100%; }
          header .header-inner .logos h1 img {
            display: block;
            width: auto;
            height: 100%;
            margin: 0 auto; } }
    @media all and (min-width: 768px) {
      header .header-inner .logos {
        position: relative;
        height: 47px;
        margin: 0; }
        header .header-inner .logos h1 img {
          margin: 0; } }
    @media all and (min-width: 280px) {
      header .header-inner .sp-menu {
        position: relative;
        width: 23px;
        height: 16px; }
        header .header-inner .sp-menu input {
          display: none; }
        header .header-inner .sp-menu label {
          display: block;
          width: 100%; }
          header .header-inner .sp-menu label img {
            display: block;
            width: 100%; } }
    @media all and (min-width: 768px) {
      header .header-inner .sp-menu {
        display: none; } }
    header .header-inner .sp-menu .menu-bg {
      position: fixed;
      top: 0;
      right: -100vw;
      display: block;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      transition: all .5s;
      z-index: 999; }
    @media all and (min-width: 280px) {
      header .header-inner .sp-menu .menu {
        position: fixed;
        top: 0;
        right: -100vw;
        display: block;
        width: 50vw;
        max-width: 175px;
        height: 100vh;
        margin: 0;
        padding: 47px 15px 0;
        background-color: #fff;
        transition: all .5s;
        z-index: 1000; } }
    @media all and (min-width: 280px) {
      header .header-inner .sp-menu .menu li {
        border-bottom: solid 1px #AFAFAF; } }
    header .header-inner .sp-menu .menu li a {
      color: #4D47CB;
      font-weight: 600;
      color: #000; }
      @media all and (min-width: 280px) {
        header .header-inner .sp-menu .menu li a {
          padding: 0 9px;
          font-size: 11px;
          line-height: 35px; } }
      header .header-inner .sp-menu .menu li a:hover, header .header-inner .sp-menu .menu li a:active {
        color: #4D47CB;
        font-weight: 800; }
    header .header-inner .sp-menu .menu .menu-active a {
      color: #4D47CB; }
      header .header-inner .sp-menu .menu .menu-active a:hover, header .header-inner .sp-menu .menu .menu-active a:active {
        font-weight: 800; }
    header .header-inner .sp-menu .menu-close_btn {
      position: fixed;
      top: 11px;
      right: calc(-100vw + 17px);
      display: block;
      width: 17px;
      height: 17px;
      z-index: 1001;
      transition: all .5s; }
      header .header-inner .sp-menu .menu-close_btn img {
        width: 100%; }
    @media all and (min-width: 280px) {
      header .header-inner > .menu {
        display: none; } }
    @media all and (min-width: 768px) {
      header .header-inner > .menu {
        display: flex; }
        header .header-inner > .menu li:not(:last-child) {
          margin-right: 60px; }
        header .header-inner > .menu li a {
          display: block;
          width: 95px;
          font-size: 18px;
          font-weight: 600;
          color: #000;
          text-align: center; }
          header .header-inner > .menu li a:hover, header .header-inner > .menu li a:active {
            color: #4D47CB;
            font-weight: 800; }
        header .header-inner > .menu .menu-active a {
          color: #4D47CB; }
          header .header-inner > .menu .menu-active a:hover, header .header-inner > .menu .menu-active a:active {
            font-weight: 800; } }
    header .header-inner .sp-menu #menu-btn-check:checked ~ .menu,
    header .header-inner .sp-menu #menu-btn-check:checked ~ .menu-bg {
      right: 0; }
    header .header-inner .sp-menu #menu-btn-check:checked ~ .menu-close_btn {
      right: 17px; }

@media all and (min-width: 280px) {
  article .article-inner {
    padding: 0 15px 50px; } }

@media all and (min-width: 768px) {
  article .article-inner {
    padding: 0 25px 100px; } }

@media all and (min-width: 1266px) {
  article .article-inner {
    max-width: 1266px;
    margin: 0 auto;
    padding: 0 0 100px; } }

article .article-inner .article-bottom {
  display: flex;
  justify-content: center; }
  article .article-inner .article-bottom .readmore {
    display: block;
    background-color: #4D47CB;
    border-style: solid;
    border-color: #4D47CB;
    text-align: center;
    color: #fff;
    font-weight: 600; }
    @media all and (min-width: 280px) {
      article .article-inner .article-bottom .readmore {
        width: 88px;
        height: 23px;
        line-height: 16px;
        font-size: 11px;
        border-radius: 23px; } }
    @media all and (min-width: 768px) {
      article .article-inner .article-bottom .readmore {
        width: 190px;
        height: 40px;
        line-height: 38px;
        font-size: 16px; } }
    @media all and (min-width: 1266px) {
      article .article-inner .article-bottom .readmore {
        width: 220px;
        height: 50px;
        line-height: 48px;
        font-size: 20px;
        border-radius: 25px; } }
    article .article-inner .article-bottom .readmore:hover {
      background-color: #fff;
      color: #4D47CB; }

.top-article .article-inner h2 {
  text-align: center;
  font-weight: bold;
  color: #4D47CB; }
  @media all and (min-width: 280px) {
    .top-article .article-inner h2 {
      margin-bottom: 30px;
      padding-top: 40px;
      font-size: 21px;
      line-height: 30px; } }
  @media all and (min-width: 768px) {
    .top-article .article-inner h2 {
      margin-bottom: 60px;
      padding-top: 80px;
      font-size: 36px;
      line-height: 61px; } }
  @media all and (min-width: 1266px) {
    .top-article .article-inner h2 {
      margin-bottom: 80px;
      font-size: 50px;
      line-height: 85px; } }
  .top-article .article-inner h2 span {
    display: block;
    font-weight: 300; }
    @media all and (min-width: 280px) {
      .top-article .article-inner h2 span {
        font-size: 12px;
        line-height: 15px; } }
    @media all and (min-width: 768px) {
      .top-article .article-inner h2 span {
        font-size: 18px;
        line-height: 31px; } }
    @media all and (min-width: 1266px) {
      .top-article .article-inner h2 span {
        font-size: 24px;
        line-height: 41px; } }

.path {
  display: flex;
  flex-wrap: wrap; }
  @media all and (min-width: 280px) {
    .path {
      margin-bottom: 15px;
      padding: 0 15px; } }
  @media all and (min-width: 768px) {
    .path {
      padding: 0 25px; } }
  @media all and (min-width: 1266px) {
    .path {
      max-width: 1266px;
      margin: 0 auto 18px;
      padding: 0; } }
  .path li:not(:last-child):after {
    display: inline-block;
    content: '>'; }
    @media all and (min-width: 280px) {
      .path li:not(:last-child):after {
        margin: 0 3px;
        font-size: 10px; } }
    @media all and (min-width: 768px) {
      .path li:not(:last-child):after {
        font-size: 12px; } }
  .path li a {
    font-weight: 300;
    color: #000; }
    @media all and (min-width: 280px) {
      .path li a {
        font-size: 10px; } }
    @media all and (min-width: 768px) {
      .path li a {
        margin-top: 10px;
        font-size: 12px; } }

.pagenation {
  display: flex;
  justify-content: center; }
  @media all and (min-width: 280px) {
    .pagenation {
      margin: 10px auto; } }
  @media all and (min-width: 768px) {
    .pagenation {
      margin: 20px auto; } }
  .pagenation .prev, .pagenation .next {
    display: block;
    text-align: center;
    background-color: #4D47CB;
    color: #fff;
    font-weight: bold; }
    @media all and (min-width: 280px) {
      .pagenation .prev, .pagenation .next {
        width: 70px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        border-radius: 10px; } }
    @media all and (min-width: 768px) {
      .pagenation .prev, .pagenation .next {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 16px; } }
  .pagenation ul {
    display: flex;
    margin: 0 5px; }
    .pagenation ul li {
      margin: 0 5px; }
      .pagenation ul li a, .pagenation ul li span {
        display: block;
        text-align: center;
        color: #000; }
        @media all and (min-width: 280px) {
          .pagenation ul li a, .pagenation ul li span {
            font-size: 10px;
            line-height: 20px; } }
        @media all and (min-width: 768px) {
          .pagenation ul li a, .pagenation ul li span {
            width: 40px;
            height: 40px;
            border-radius: 20px;
            line-height: 40px;
            font-size: 16px; } }
    .pagenation ul .current span {
      background-color: #4D47CB;
      color: #fff;
      font-weight: bold; }
      @media all and (min-width: 280px) {
        .pagenation ul .current span {
          width: 20px;
          height: 20px;
          line-height: 20px;
          border-radius: 10px; } }
      @media all and (min-width: 768px) {
        .pagenation ul .current span {
          width: 40px;
          height: 40px;
          border-radius: 20px;
          line-height: 40px;
          font-size: 16px; } }

footer {
  padding: 4px 0;
  background-color: #F2F2F2; }
  @media all and (min-width: 280px) {
    footer {
      min-height: 15px; } }
  footer .copyright {
    font-size: 7px;
    color: #000;
    text-align: center;
    line-height: 15px; }

.firstview {
  position: relative; }
  .firstview img {
    display: block;
    width: 100%;
    height: 100%; }

@media all and (min-width: 280px) {
  .article-recruit .recruit-list {
    display: block;
    margin-bottom: 30px; } }

@media all and (min-width: 768px) {
  .article-recruit .recruit-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media all and (min-width: 280px) {
  .article-recruit .recruit-list > li {
    margin-bottom: 15px; } }

@media all and (min-width: 768px) {
  .article-recruit .recruit-list > li {
    width: calc(50% - 15px); } }

@media all and (min-width: 1266px) {
  .article-recruit .recruit-list > li {
    margin-bottom: 20px; } }

.article-recruit .recruit-list > li a {
  position: relative;
  display: flex; }
  .article-recruit .recruit-list > li a:hover {
    opacity: .5; }

@media all and (min-width: 280px) {
  .article-recruit .recruit-list_image {
    width: 120px;
    height: 100px;
    margin-right: 10px; } }

@media all and (min-width: 768px) {
  .article-recruit .recruit-list_image {
    width: 137px;
    height: 103px;
    margin-right: 15px; } }

@media all and (min-width: 1266px) {
  .article-recruit .recruit-list_image {
    width: 267px;
    height: 200px;
    margin-right: 30px; } }

.article-recruit .recruit-list_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.article-recruit .recruit-list_text {
  position: relative;
  flex: 1; }
  @media all and (min-width: 1266px) {
    .article-recruit .recruit-list_text {
      padding-top: 5px; } }
  .article-recruit .recruit-list_text h3 {
    font-weight: 600;
    color: #000; }
    @media all and (min-width: 280px) {
      .article-recruit .recruit-list_text h3 {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 16px; } }
    @media all and (min-width: 768px) {
      .article-recruit .recruit-list_text h3 {
        font-size: 15px; } }
    @media all and (min-width: 1266px) {
      .article-recruit .recruit-list_text h3 {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 32px; } }
  .article-recruit .recruit-list_text p {
    color: #000;
    font-weight: 300; }
    @media all and (min-width: 280px) {
      .article-recruit .recruit-list_text p {
        height: 36px;
        font-size: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
    @media all and (min-width: 768px) {
      .article-recruit .recruit-list_text p {
        height: 45px;
        font-size: 13px;
        line-height: 15px; } }
    @media all and (min-width: 1266px) {
      .article-recruit .recruit-list_text p {
        height: 70px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
  @media all and (min-width: 280px) {
    .article-recruit .recruit-list_text .tag-list {
      position: absolute;
      bottom: 0;
      left: 0;
      display: none; } }
  @media all and (min-width: 1266px) {
    .article-recruit .recruit-list_text .tag-list {
      position: relative;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .article-recruit .recruit-list_text .tag-list li {
    margin-bottom: 0; }
    @media all and (min-width: 280px) {
      .article-recruit .recruit-list_text .tag-list li:not(:last-child) {
        margin-right: 5px; } }
    @media all and (min-width: 1266px) {
      .article-recruit .recruit-list_text .tag-list li:not(:last-child) {
        margin-right: 10px; } }

.article-recruit .recruit-list_tag {
  font-weight: 600;
  text-align: center;
  border-color: #4D47CB;
  border-style: solid;
  color: #4D47CB; }
  @media all and (min-width: 280px) {
    .article-recruit .recruit-list_tag {
      min-width: 100px;
      height: 24px;
      padding: 2px 4px;
      border-width: 1px;
      border-radius: 8px;
      font-size: 10px;
      line-height: 8px; } }
  @media all and (min-width: 1266px) {
    .article-recruit .recruit-list_tag {
      padding: 2px 8px;
      border-width: 2px;
      font-size: 12px;
      border-radius: 12px; } }
  .article-recruit .recruit-list_tag:hover {
    background-color: #4D47CB;
    color: #fff; }

.article-contents {
  background-color: #F2F2F2; }
  @media all and (min-width: 280px) {
    .article-contents .contents-list {
      margin-bottom: 25px; } }
  @media all and (min-width: 768px) {
    .article-contents .contents-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media all and (min-width: 280px) {
    .article-contents .contents-list li {
      margin-bottom: 15px; } }
  @media all and (min-width: 768px) {
    .article-contents .contents-list li {
      width: calc(50% - 15px);
      margin-bottom: 20px; } }
  @media all and (min-width: 1266px) {
    .article-contents .contents-list li {
      margin-bottom: 40px; } }
  .article-contents .contents-list li a {
    display: flex; }
    .article-contents .contents-list li a:hover {
      opacity: .5; }
  @media all and (min-width: 280px) {
    .article-contents .contents-list_image {
      width: 120px;
      height: 100px;
      margin-right: 10px; } }
  @media all and (min-width: 768px) {
    .article-contents .contents-list_image {
      width: 134px;
      height: 100px;
      margin-right: 15px; } }
  @media all and (min-width: 1266px) {
    .article-contents .contents-list_image {
      width: 267px;
      height: 200px;
      margin-right: 30px; } }
  .article-contents .contents-list_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .article-contents .contents-list_text {
    flex: 1; }
    .article-contents .contents-list_text h3 {
      font-weight: 600;
      color: #000; }
      @media all and (min-width: 280px) {
        .article-contents .contents-list_text h3 {
          margin-top: -3px;
          margin-bottom: 3px;
          font-size: 16px; } }
      @media all and (min-width: 768px) {
        .article-contents .contents-list_text h3 {
          margin-bottom: 8px;
          font-size: 15px; } }
      @media all and (min-width: 1266px) {
        .article-contents .contents-list_text h3 {
          margin-bottom: 10px;
          font-size: 24px;
          line-height: 32px; } }
    .article-contents .contents-list_text p {
      color: #000;
      font-weight: 300;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media all and (min-width: 280px) {
        .article-contents .contents-list_text p {
          height: 55px;
          font-size: 13px; } }
      @media all and (min-width: 1266px) {
        .article-contents .contents-list_text p {
          height: 75px;
          font-size: 16px;
          line-height: 27px; } }

.article-message .message-wrapper {
  text-align: center; }
  .article-message .message-wrapper .message-title {
    font-weight: 800;
    color: #000; }
    @media all and (min-width: 280px) {
      .article-message .message-wrapper .message-title {
        margin-bottom: 25px;
        font-size: 30px;
        line-height: 51px; } }
    @media all and (min-width: 768px) {
      .article-message .message-wrapper .message-title {
        margin-bottom: 50px;
        font-size: 60px;
        line-height: 100px; } }
  @media all and (min-width: 280px) {
    .article-message .message-wrapper .message-text {
      margin-bottom: 30px; } }
  @media all and (min-width: 768px) {
    .article-message .message-wrapper .message-text {
      margin-bottom: 60px; } }
  .article-message .message-wrapper .message-text p {
    color: #000;
    font-weight: 300; }
    @media all and (min-width: 280px) {
      .article-message .message-wrapper .message-text p {
        margin-bottom: 1em;
        font-size: 13px;
        line-height: 23px; } }
    @media all and (min-width: 768px) {
      .article-message .message-wrapper .message-text p {
        font-size: 20px;
        line-height: 40px; } }
  @media all and (min-width: 280px) {
    .article-message .message-wrapper .message-image {
      width: 100vw;
      margin: 0 0 15px -15px; } }
  @media all and (min-width: 768px) {
    .article-message .message-wrapper .message-image {
      width: 640px;
      height: 480px;
      margin: 0 auto 60px; } }
  .article-message .message-wrapper .message-image img {
    width: 100%;
    height: auto; }

.article-message .message-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .article-message .message-features li {
    background-color: #F2F2F2; }
    @media all and (min-width: 280px) {
      .article-message .message-features li {
        width: calc(50% - 10px);
        margin-bottom: 15px;
        padding: 20px; } }
    @media all and (min-width: 768px) {
      .article-message .message-features li {
        width: calc(25% - 30px); } }
    @media all and (min-width: 1266px) {
      .article-message .message-features li {
        width: 273px;
        height: 207px;
        padding: 40px 0 0; } }
    .article-message .message-features li p {
      color: #000;
      font-weight: 600; }
      @media all and (min-width: 280px) {
        .article-message .message-features li p {
          font-size: 8px;
          text-align: center; } }
      @media all and (min-width: 1266px) {
        .article-message .message-features li p {
          font-size: 16px; } }
  @media all and (min-width: 280px) {
    .article-message .message-features_image {
      margin: 0 auto 10px;
      text-align: center; } }
  .article-message .message-features_image img {
    display: block;
    margin: 0 auto; }

@media all and (min-width: 280px) {
  .icon-woman {
    width: 44px; } }

@media all and (min-width: 1266px) {
  .icon-woman {
    width: 87px; } }

@media all and (min-width: 280px) {
  .icon-global {
    width: 44px; } }

@media all and (min-width: 1266px) {
  .icon-global {
    width: 87px; } }

@media all and (min-width: 280px) {
  .icon-remote {
    width: 47px; } }

@media all and (min-width: 1266px) {
  .icon-remote {
    width: 94px; } }

@media all and (min-width: 280px) {
  .icon-tablet {
    max-height: 44px;
    max-width: 44px; } }

@media all and (min-width: 1266px) {
  .icon-tablet {
    max-height: 87px;
    max-width: 87px; } }

.article-business {
  background-color: #F2F2F2; }
  .article-business .business-text {
    text-align: center; }
    @media all and (min-width: 280px) {
      .article-business .business-text {
        margin-bottom: 30px;
        padding: 0 15px; } }
    @media all and (min-width: 768px) {
      .article-business .business-text {
        margin-bottom: 40px; } }
    .article-business .business-text p {
      font-weight: 300;
      color: #000; }
      @media all and (min-width: 280px) {
        .article-business .business-text p {
          margin-bottom: 22px;
          font-size: 13px;
          line-height: 25px; } }
      @media all and (min-width: 768px) {
        .article-business .business-text p {
          font-size: 18px;
          line-height: 41px; } }
  @media all and (min-width: 768px) {
    .article-business .business-image {
      display: flex;
      justify-content: center; } }
  @media all and (min-width: 280px) {
    .article-business .business-image li {
      margin: auto;
      width: 100%;
      margin-bottom: 17px; } }
  @media all and (min-width: 768px) {
    .article-business .business-image li {
      width: 30%;
      height: 285px;
      margin: 0 1.5%; } }
  .article-business .business-image li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

@media all and (min-width: 280px) {
  .article-company .company-content {
    margin-bottom: 70px; } }

@media all and (min-width: 768px) {
  .article-company .company-content {
    margin-bottom: 50px; } }

.article-company .company-sns {
  display: flex;
  justify-content: center;
  align-items: center; }
  .article-company .company-sns li {
    display: block; }
    @media all and (min-width: 280px) {
      .article-company .company-sns li {
        width: 50px;
        height: 50px;
        margin: 0 15px; } }
    @media all and (min-width: 768px) {
      .article-company .company-sns li {
        width: 100px;
        height: 100px;
        margin: 0 30px; } }
    .article-company .company-sns li a {
      display: block;
      width: 100%;
      height: 100%; }
      .article-company .company-sns li a img {
        width: 100%;
        height: 100%; }
      .article-company .company-sns li a::after {
        display: none; }

@media all and (min-width: 280px) {
  .company-content li {
    display: flex;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-rightw: 15px;
    align-items: center;
    justify-content: space-between; } }

@media all and (min-width: 768px) {
  .company-content li {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;} }

.company-content li:nth-child(odd) {
  background-color: #F2F2F2; }

.company-content li p {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .company-content li p {
      width: 50%;
      font-size: 12px; } }
  @media all and (min-width: 768px) {
    .company-content li p {
      font-size: 18px; } }
  @media all and (min-width: 768px) {
    .company-content li p:nth-child(2) {
      flex: 1; } }
  .company-content li p a {
    color: #4D47CB; }

@media all and (min-width: 768px) {
  .company-content_title {
    width: 456px !important;
    padding-left: 46px; } }

@media all and (min-width: 280px) {
  .article-search {
    padding: 0 15px; } }

@media all and (min-width: 768px) {
  .article-search {
    padding: 20px 50px; } }

@media all and (min-width: 1266px) {
  .article-search {
    max-width: 1266px;
    margin: 0 auto;
    padding-top: 28px; } }

@media all and (min-width: 768px) {
  .article-search .search-form {
    padding: 0 25px; } }

@media all and (min-width: 1266px) {
  .article-search .search-form {
    width: 840px;
    margin: 0 auto;
    padding: 0; } }

.article-search .search-form .form-items {
  margin-bottom: 15px; }
  @media all and (min-width: 768px) {
    .article-search .search-form .form-items {
      display: flex;
      margin-bottom: 20px;
      align-items: center; } }
  .article-search .search-form .form-items > span {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
    color: #000; }
    @media all and (min-width: 280px) {
      .article-search .search-form .form-items > span {
        font-size: 10px; } }
    @media all and (min-width: 768px) {
      .article-search .search-form .form-items > span {
        width: 130px;
        font-size: 12px; } }
    @media all and (min-width: 1266px) {
      .article-search .search-form .form-items > span {
        font-size: 16px; } }
  .article-search .search-form .form-items > label {
    width: 100%; }
  .article-search .search-form .form-items_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .article-search .search-form .form-items_wrapper select {
      width: calc(50% - 12px); }
  .article-search .search-form .form-items .form-checkbox-list {
    display: flex;
    flex-wrap: wrap; }
    @media all and (min-width: 768px) {
      .article-search .search-form .form-items .form-checkbox-list {
        width: 100%; } }
    .article-search .search-form .form-items .form-checkbox-list label {
      margin-bottom: 20px; }
      @media all and (min-width: 280px) {
        .article-search .search-form .form-items .form-checkbox-list label {
          margin-right: 25px;
          margin-bottom: 10px; } }
      @media all and (min-width: 1266px) {
        .article-search .search-form .form-items .form-checkbox-list label {
          margin-right: 60px; } }

.article-search .search-form .form-bottom {
  display: flex;
  padding: 0 0 40px;
  justify-content: center; }
  @media all and (min-width: 1266px) {
    .article-search .search-form .form-bottom {
      margin-top: 30px; } }

@media all and (min-width: 280px) {
  .article-search .show-text {
    padding: 0 0 10px; } }

.article-search .show-text p {
  font-weight: 300;
  text-align: right; }
  @media all and (min-width: 280px) {
    .article-search .show-text p {
      font-size: 11px; } }
  @media all and (min-width: 1266px) {
    .article-search .show-text p {
      font-size: 14px; } }

.recruit-tag_list {
  display: flex;
  flex-wrap: wrap; }
  @media all and (min-width: 280px) {
    .recruit-tag_list {
      margin-bottom: 6px; } }
  .recruit-tag_list li {
    margin-bottom: 8px; }
    @media all and (min-width: 280px) {
      .recruit-tag_list li {
        margin-right: 5px; } }
    @media all and (min-width: 768px) {
      .recruit-tag_list li {
        margin-right: 4px; } }
    .recruit-tag_list li span {
      display: block;
      background-color: #fff;
      border: solid 1px #4D47CB;
      color: #4D47CB;
      text-align: center;
      font-weight: 600; }
      @media all and (min-width: 280px) {
        .recruit-tag_list li span {
          min-width: 35px;
          height: 15px;
          padding: 0 10px;
          border-radius: 8px;
          font-size: 10px;
          line-height: 13px; } }
      @media all and (min-width: 768px) {
        .recruit-tag_list li span {
          height: 24px;
          padding: 0 18px;
          font-size: 12px;
          border-width: 2px;
          border-radius: 12px;
          line-height: 20px; } }

@media all and (min-width: 768px) {
  .article-recruitlist .recruit-list {
    padding: 0 25px; } }

@media all and (min-width: 1266px) {
  .article-recruitlist .recruit-list {
    max-width: 1266px;
    margin: 0 auto;
    padding: 0; } }

.article-recruitlist .recruit-list > li {
  background-color: #F2F2F2; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list > li {
      margin-bottom: 15px;
      padding: 15px; } }
  @media all and (min-width: 768px) {
    .article-recruitlist .recruit-list > li {
      padding: 20px; } }
  @media all and (min-width: 1266px) {
    .article-recruitlist .recruit-list > li {
      margin-bottom: 30px;
      padding: 40px; } }

@media all and (min-width: 768px) {
  .article-recruitlist .recruit-list_header {
    margin-bottom: 15px; } }

@media all and (min-width: 1266px) {
  .article-recruitlist .recruit-list_header {
    margin-bottom: 25px; } }

.article-recruitlist .recruit-list_header h2 {
  font-weight: 600;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list_header h2 {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 22px; } }
  @media all and (min-width: 768px) {
    .article-recruitlist .recruit-list_header h2 {
      font-size: 18px;
      line-height: inherit; } }
  @media all and (min-width: 1266px) {
    .article-recruitlist .recruit-list_header h2 {
      margin-bottom: 20px;
      font-size: 30px; } }
  .article-recruitlist .recruit-list_header h2 a {
    color: #000; }
    .article-recruitlist .recruit-list_header h2 a:hover {
      opacity: .5; }

.article-recruitlist .recruit-list_content {
  display: flex; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list_content {
      flex-direction: column-reverse; } }
  @media all and (min-width: 768px) {
    .article-recruitlist .recruit-list_content {
      flex-direction: row; } }

.article-recruitlist .recruit-list_image {
  display: block;
  width: 100%; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list_image {
      margin-bottom: 10px; } }
  @media all and (min-width: 768px) {
    .article-recruitlist .recruit-list_image {
      display: flex;
      align-items: center;
      width: calc(50% - 15px);
      margin: 0 15px 0 0; } }
  @media all and (min-width: 1266px) {
    .article-recruitlist .recruit-list_image {
      width: 548px;
      height: 548px;
      margin: 0 30px 0 0; } }
  .article-recruitlist .recruit-list_image a {
    width: 100%;
    height: 100%; }
  .article-recruitlist .recruit-list_image img {
    display: block;
    width: 100%;
    height: auto; }
    @media all and (min-width: 768px) {
      .article-recruitlist .recruit-list_image img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover; } }
    .article-recruitlist .recruit-list_image img:hover {
      opacity: .5; }

@media all and (min-width: 280px) {
  .article-recruitlist .recruit-list_text {
    margin-bottom: 15px; } }

@media all and (min-width: 768px) {
  .article-recruitlist .recruit-list_text {
    width: 50%; } }

@media all and (min-width: 1266px) {
  .article-recruitlist .recruit-list_text {
    flex: 1; } }

.article-recruitlist .recruit-list_info {
  margin-bottom: 10px; }
  .article-recruitlist .recruit-list_info li {
    display: flex;
    padding: 10px;
    border-bottom: solid 1px #707070; }
    .article-recruitlist .recruit-list_info li p {
      font-weight: 300; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list_info-title {
      width: 64px;
      font-size: 13px;
      line-height: 12px; } }
  @media all and (min-width: 1266px) {
    .article-recruitlist .recruit-list_info-title {
      width: 127px;
      font-size: 16px;
      line-height: 27px; } }
  .article-recruitlist .recruit-list_info-text {
    flex: 1; }
    @media all and (min-width: 280px) {
      .article-recruitlist .recruit-list_info-text {
        font-size: 13px;
        line-height: 15px; } }
    @media all and (min-width: 1266px) {
      .article-recruitlist .recruit-list_info-text {
        font-size: 16px;
        line-height: 27px; } }

.article-recruitlist .recruit-list_excerpt {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list_excerpt {
      height: 172px;
      padding: 10px;
      overflow: hidden; }
      .article-recruitlist .recruit-list_excerpt:after {
        content: '';
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 10px;
        background-color: #fff; } }
  @media all and (min-width: 1266px) {
    .article-recruitlist .recruit-list_excerpt {
      height: 264px;
      padding: 18px; } }
  .article-recruitlist .recruit-list_excerpt p {
    font-weight: 300;
    color: #000; }
    @media all and (min-width: 280px) {
      .article-recruitlist .recruit-list_excerpt p {
        font-size: 13px;
        line-height: 17px; } }
    @media all and (min-width: 1266px) {
      .article-recruitlist .recruit-list_excerpt p {
        font-size: 16px;
        line-height: 27px; } }

@media all and (min-width: 768px) {
  .article-recruitlist .recruit-list_bottom {
    display: flex;
    margin-top: 20px;
    justify-content: center; } }

@media all and (min-width: 280px) {
  .article-recruitlist .recruit-list_bottom li {
    margin-bottom: 10px; } }

@media all and (min-width: 768px) {
  .article-recruitlist .recruit-list_bottom li {
    margin: 0 5px; } }

.article-recruitlist .recruit-list_bottom li a {
  display: block;
  font-weight: 600; }
  @media all and (min-width: 280px) {
    .article-recruitlist .recruit-list_bottom li a {
      width: 250px;
      height: 35px;
      margin: 0 auto;
      border: solid 1px;
      line-height: 34px;
      text-align: center;
      border-radius: 17px;
      font-size: 12px; } }
  @media all and (min-width: 768px) {
    .article-recruitlist .recruit-list_bottom li a {
      width: 220px;
      height: 40px;
      border: solid 2px;
      border-radius: 20px;
      font-size: 18px;
      line-height: 36px; } }

@media all and (min-width: 280px) {
  .recruit-bottom {
    padding: 0 15px 30px; } }

@media all and (min-width: 768px) {
  .recruit-bottom {
    padding: 0 25px 30px; } }

@media all and (min-width: 1266px) {
  .recruit-bottom {
    width: 1266px;
    margin: 0 auto;
    padding: 0 0 30px; } }

.recruit-bottom p {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .recruit-bottom p {
      font-size: 11px; } }

@media all and (min-width: 768px) {
  .article-recruitfirst {
    padding: 0 25px; } }

@media all and (min-width: 1266px) {
  .article-recruitfirst {
    width: 1266px;
    margin: 0 auto;
    padding: 0; } }

.article-recruitfirst .recruit-entry_btn {
  display: block;
  font-weight: 600;
  text-align: center; }
  @media all and (min-width: 280px) {
    .article-recruitfirst .recruit-entry_btn {
      width: 250px;
      height: 35px;
      margin: 0 auto 30px;
      border: solid 1px;
      font-size: 12px;
      line-height: 33px;
      border-radius: 17px; } }
  @media all and (min-width: 768px) {
    .article-recruitfirst .recruit-entry_btn {
      width: 220px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      border-radius: 20px;
      margin: 0 0 25px auto; } }
  @media all and (min-width: 1266px) {
    .article-recruitfirst .recruit-entry_btn {
      margin: 0 0 50px auto; } }

@media all and (min-width: 280px) {
  .article-recruitfirst .recruit-detail_header {
    padding: 0 15px; } }

@media all and (min-width: 768px) {
  .article-recruitfirst .recruit-detail_header {
    padding: 0;
    margin-bottom: 20px; } }

@media all and (min-width: 1266px) {
  .article-recruitfirst .recruit-detail_header {
    margin-bottom: 30px; } }

.article-recruitfirst .recruit-detail_header h2 {
  font-weight: 600;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-recruitfirst .recruit-detail_header h2 {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 22px; } }
  @media all and (min-width: 768px) {
    .article-recruitfirst .recruit-detail_header h2 {
      margin-bottom: 15px;
      font-size: 25px;
      line-height: inherit; } }
  @media all and (min-width: 1266px) {
    .article-recruitfirst .recruit-detail_header h2 {
      margin-bottom: 20px;
      font-size: 30px; } }

.article-recruitfirst .recruit-detail_header .recruit-tag_list {
  padding-bottom: 10px;
  border-bottom: solid 1px #4D47CB; }
  @media all and (min-width: 768px) {
    .article-recruitfirst .recruit-detail_header .recruit-tag_list {
      padding-bottom: 15px; } }
  @media all and (min-width: 1266px) {
    .article-recruitfirst .recruit-detail_header .recruit-tag_list {
      padding-bottom: 20px; } }

@media all and (min-width: 768px) {
  .article-recruitfirst .recruit-detail_slide .mainslide-wrapper {
    width: 430px;
    height: 286px;
    margin: 0 auto; } }

@media all and (min-width: 1266px) {
  .article-recruitfirst .recruit-detail_slide .mainslide-wrapper {
    width: inherit;
    height: inherit; } }

@media all and (min-width: 280px) {
  .article-recruitfirst .recruit-detail_slide .main-slide {
    margin-bottom: 10px;
    padding: 0 15px; } }

@media all and (min-width: 1266px) {
  .article-recruitfirst .recruit-detail_slide .main-slide {
    width: 720px;
    margin: 0 auto 30px; } }

@media all and (min-width: 280px) {
  .article-recruitfirst .recruit-detail_slide .main-slide .slick-list {
    height: 230px; } }

@media all and (min-width: 1266px) {
  .article-recruitfirst .recruit-detail_slide .main-slide .slick-list {
    height: 460px; } }

.article-recruitfirst .recruit-detail_slide .main-slide .slick-list .slick-track {
  height: 100%; }
  .article-recruitfirst .recruit-detail_slide .main-slide .slick-list .slick-track img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

.article-recruitfirst .recruit-detail_slide .nav-wrapper {
  margin-bottom: 40px;
  background-color: #F2F2F2; }
  @media all and (min-width: 280px) {
    .article-recruitfirst .recruit-detail_slide .nav-wrapper {
      padding: 10px 15px; } }
  @media all and (min-width: 768px) {
    .article-recruitfirst .recruit-detail_slide .nav-wrapper {
      padding: 13px 50px; } }
  @media all and (min-width: 1266px) {
    .article-recruitfirst .recruit-detail_slide .nav-wrapper {
      padding: 26px 100px; } }
  .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide {
    width: calc(100% + 10px);
    margin-left: -5px; }
    .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track {
      transform: unset !important; }
      .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-slide {
        height: 40px;
        padding: 0 5px;
        box-sizing: border-box; }
        @media all and (min-width: 768px) {
          .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-slide {
            height: 80px; } }
        @media all and (min-width: 1266px) {
          .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-slide {
            height: 144px; } }
        .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          border: solid 1px transparent; }
          @media all and (min-width: 768px) {
            .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-slide img {
              border: solid 2px translate; } }
          @media all and (min-width: 1266px) {
            .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-slide img {
              border: solid 3px translate; } }
      .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-current img {
        border: solid 1px #4D47CB; }
        @media all and (min-width: 768px) {
          .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-current img {
            border: solid 2px #4D47CB; } }
        @media all and (min-width: 1266px) {
          .article-recruitfirst .recruit-detail_slide .nav-wrapper .nav-slide .slick-track .slick-current img {
            border: solid 3px #4D47CB; } }

.article-recruit_detail {
  margin: 20px 0; }
  .article-recruit_detail h3 {
    font-weight: 600;
    color: #4D47CB; }
    @media all and (min-width: 280px) {
      .article-recruit_detail h3 {
        margin-bottom: 20px;
        font-size: 18px; } }
    @media all and (min-width: 768px) {
      .article-recruit_detail h3 {
        font-size: 24px; } }
    @media all and (min-width: 1266px) {
      .article-recruit_detail h3 {
        font-size: 36px; } }
    .article-recruit_detail h3 span {
      display: block;
      font-weight: 300; }
      @media all and (min-width: 280px) {
        .article-recruit_detail h3 span {
          font-size: 9px; } }
      @media all and (min-width: 768px) {
        .article-recruit_detail h3 span {
          font-size: 13px; } }
      @media all and (min-width: 1266px) {
        .article-recruit_detail h3 span {
          font-size: 18px; } }
  .article-recruit_detail .work-content {
    background-color: #F2F2F2; }
    @media all and (min-width: 280px) {
      .article-recruit_detail .work-content {
        padding: 15px 12px; } }
    @media all and (min-width: 768px) {
      .article-recruit_detail .work-content {
        padding: 23px 25px; } }
    @media all and (min-width: 1266px) {
      .article-recruit_detail .work-content {
        padding: 30px 50px; } }
    .article-recruit_detail .work-content p {
      font-weight: 300;
      color: #000; }
      @media all and (min-width: 280px) {
        .article-recruit_detail .work-content p {
          margin-bottom: 1em;
          font-size: 13px;
          line-height: 20px; } }
      @media all and (min-width: 768px) {
        .article-recruit_detail .work-content p {
          font-size: 16px;
          line-height: 27px; } }
  .article-recruit_detail .detail-list li {
    display: flex; }
    .article-recruit_detail .detail-list li:nth-child(odd) {
      background-color: #F2F2F2; }
    .article-recruit_detail .detail-list li p {
      font-weight: 300;
      color: #000; }
      @media all and (min-width: 280px) {
        .article-recruit_detail .detail-list li p {
          padding: 15px 10px;
          font-size: 13px; } }
      @media all and (min-width: 768px) {
        .article-recruit_detail .detail-list li p {
          padding: 20px 25px;
          font-size: 16px;
          line-height: 27px; } }
      @media all and (min-width: 1266px) {
        .article-recruit_detail .detail-list li p {
          padding: 35px 50px; } }
  @media all and (min-width: 280px) {
    .article-recruit_detail .detail-list_title {
      width: 75px; } }
  @media all and (min-width: 768px) {
    .article-recruit_detail .detail-list_title {
      width: 130px; } }
  @media all and (min-width: 1266px) {
    .article-recruit_detail .detail-list_title {
      width: 260px; }
      .article-recruit_detail .detail-list_title br {
        display: none; } }
  .article-recruit_detail .detail-list_text {
    flex: 1; }
  .article-recruit_detail .pr-images {
    display: flex;
    justify-content: center; }
    @media all and (min-width: 280px) {
      .article-recruit_detail .pr-images {
        margin-bottom: 25px; } }
    @media all and (min-width: 768px) {
      .article-recruit_detail .pr-images {
        margin: 30px 0 35px; } }
    @media all and (min-width: 1266px) {
      .article-recruit_detail .pr-images {
        margin: 60px 0 50px; } }
    @media all and (min-width: 280px) {
      .article-recruit_detail .pr-images li {
        width: calc(33% - 9px);
        height: 20vw;
        margin: 0 .5%; } }
    @media all and (min-width: 1266px) {
      .article-recruit_detail .pr-images li {
        height: 290px; } }
    .article-recruit_detail .pr-images li img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  @media all and (min-width: 280px) {
    .article-recruit_detail .pr-contents {
      margin-bottom: 20px; } }
  @media all and (min-width: 768px) {
    .article-recruit_detail .pr-contents {
      margin-bottom: 30px; } }
  @media all and (min-width: 1266px) {
    .article-recruit_detail .pr-contents {
      margin-bottom: 35px; } }
  .article-recruit_detail .pr-contents h4 {
    font-weight: 600; }
    @media all and (min-width: 280px) {
      .article-recruit_detail .pr-contents h4 {
        margin-bottom: 8px;
        padding: 0 0 0 9px;
        line-height: 17px;
        border-left: solid 5px #4D47CB;
        font-size: 16px; } }
    @media all and (min-width: 768px) {
      .article-recruit_detail .pr-contents h4 {
        margin-bottom: 12px;
        padding: 0 0 0 12px;
        border-left: solid 8px #4D47CB;
        line-height: 20px;
        font-size: 18px; } }
    @media all and (min-width: 1266px) {
      .article-recruit_detail .pr-contents h4 {
        margin-bottom: 16px;
        padding: 0 0 0 16px;
        font-size: 22px;
        line-height: 30px;
        border-left: solid 10px #4D47CB; } }
  .article-recruit_detail .pr-contents_text {
    background-color: #F2F2F2; }
    @media all and (min-width: 280px) {
      .article-recruit_detail .pr-contents_text {
        padding: 15px 13px; } }
    @media all and (min-width: 768px) {
      .article-recruit_detail .pr-contents_text {
        padding: 20px 20px; } }
    @media all and (min-width: 1266px) {
      .article-recruit_detail .pr-contents_text {
        padding: 30px 27px; } }
    .article-recruit_detail .pr-contents_text p {
      font-weight: 300; }
      @media all and (min-width: 280px) {
        .article-recruit_detail .pr-contents_text p {
          margin-bottom: 1em;
          font-size: 13px;
          line-height: 20px; } }
      @media all and (min-width: 768px) {
        .article-recruit_detail .pr-contents_text p {
          font-size: 16px;
          line-height: 27px; } }
  @media all and (min-width: 1266px) {
    .article-recruit_detail .maps {
      margin-top: 40px; } }
  @media all and (min-width: 280px) {
    .article-recruit_detail .maps iframe {
      width: calc(100% + 30px);
      height: 270px;
      margin-left: -15px; } }
  @media all and (min-width: 768px) {
    .article-recruit_detail .maps iframe {
      width: 100%;
      height: 500px;
      margin: 0; } }
  @media all and (min-width: 1266px) {
    .article-recruit_detail .maps iframe {
      height: 728px; } }

@media all and (min-width: 280px) {
  .content-firstview {
    margin-bottom: 20px; } }

@media all and (min-width: 768px) {
  .content-firstview {
    margin-bottom: 30px; } }

@media all and (min-width: 1266px) {
  .content-firstview {
    margin-bottom: 50px; } }

@media all and (min-width: 280px) {
  .article-contentlist {
    padding: 0 15px; } }

@media all and (min-width: 768px) {
  .article-contentlist {
    padding: 0 50px; } }

@media all and (min-width: 1266px) {
  .article-contentlist {
    max-width: 1266px;
    margin: 0 auto;
    padding: 0; } }

.article-contentlist .content-list > li {
  background-color: #F2F2F2; }
  @media all and (min-width: 280px) {
    .article-contentlist .content-list > li {
      margin-bottom: 15px;
      padding: 15px; } }
  @media all and (min-width: 768px) {
    .article-contentlist .content-list > li {
      position: relative;
      margin-bottom: 20px;
      padding: 20px 20px 20px calc(30% + 40px); } }
  @media all and (min-width: 1266px) {
    .article-contentlist .content-list > li {
      margin-bottom: 30px;
      padding: 30px 30px 30px 485px; } }
  @media all and (min-width: 280px) {
    .article-contentlist .content-list > li .content {
      margin-bottom: 10px; } }
  @media all and (min-width: 768px) {
    .article-contentlist .content-list > li .content {
      margin-bottom: 15px; } }
  @media all and (min-width: 1266px) {
    .article-contentlist .content-list > li .content {
      margin-bottom: 20px; } }
  .article-contentlist .content-list > li .content p {
    font-weight: 300;
    color: #000; }
    @media all and (min-width: 280px) {
      .article-contentlist .content-list > li .content p {
        max-height: 98px;
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; } }
    @media all and (min-width: 768px) {
      .article-contentlist .content-list > li .content p {
        height: 75px;
        font-size: 16px;
        line-height: 27px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; } }

.article-contentlist .content-list_header {
  position: relative;
  border-bottom: solid 1px #4D47CB; }
  @media all and (min-width: 280px) {
    .article-contentlist .content-list_header {
      margin-bottom: 15px; } }
  .article-contentlist .content-list_header h2 {
    font-weight: 600;
    color: #000; }
    @media all and (min-width: 280px) {
      .article-contentlist .content-list_header h2 {
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 23px; } }
    @media all and (min-width: 768px) {
      .article-contentlist .content-list_header h2 {
        font-size: 20px;
        line-height: inherit; } }
    @media all and (min-width: 1266px) {
      .article-contentlist .content-list_header h2 {
        font-size: 24px;
        margin-bottom: 16px;
        padding-bottom: 10px; } }
    .article-contentlist .content-list_header h2 a {
      color: #000; }
      .article-contentlist .content-list_header h2 a:hover {
        opacity: .5; }
  .article-contentlist .content-list_header .date {
    position: absolute;
    right: 0;
    font-weight: 300; }
    @media all and (min-width: 280px) {
      .article-contentlist .content-list_header .date {
        bottom: 7px;
        font-size: 10px; } }
    @media all and (min-width: 768px) {
      .article-contentlist .content-list_header .date {
        bottom: 3px;
        font-size: 11px; } }
    @media all and (min-width: 1266px) {
      .article-contentlist .content-list_header .date {
        font-size: 12px; } }

.article-contentlist .content-list_image {
  width: 100%; }
  @media all and (min-width: 280px) {
    .article-contentlist .content-list_image {
      margin-bottom: 15px; } }
  @media all and (min-width: 768px) {
    .article-contentlist .content-list_image {
      position: absolute;
      top: 50%;
      left: 20px;
      width: 30%;
      transform: translateY(-50%); } }
  @media all and (min-width: 1266px) {
    .article-contentlist .content-list_image {
      top: 30px;
      left: 30px;
      width: 427px;
      height: 250px;
      transform: translateY(0); } }
  .article-contentlist .content-list_image img {
      max-height: 100%;
      object-fit: cover;
    width: 100%; }
    .article-contentlist .content-list_image img:hover {
      opacity: .5; }

.article-contentlist .content-list_bottom {
  display: flex;
  justify-content: center; }
  @media all and (min-width: 768px) {
    .article-contentlist .content-list_bottom {
      justify-content: flex-end; } }
  .article-contentlist .content-list_bottom li a {
    display: block;
    border: solid 2px;
    text-align: center;
    font-weight: 600; }
    @media all and (min-width: 280px) {
      .article-contentlist .content-list_bottom li a {
        width: 200px;
        height: 35px;
        line-height: 31px;
        border-radius: 18px;
        font-size: 12px; } }
    @media all and (min-width: 768px) {
      .article-contentlist .content-list_bottom li a {
        width: 180px; } }
    @media all and (min-width: 1266px) {
      .article-contentlist .content-list_bottom li a {
        width: 220px;
        height: 40px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 38px; } }

.content-tag_list {
  display: flex;
  flex-wrap: wrap;
  flex: 1; }
  @media all and (min-width: 280px) {
    .content-tag_list {
      margin-bottom: 10px; } }
  @media all and (min-width: 768px) {
    .content-tag_list {
      margin-bottom: 20px; } }
  @media all and (min-width: 1266px) {
    .content-tag_list {
      margin-bottom: 30px; } }
  .content-tag_list li {
    margin-bottom: 4px; }
    @media all and (min-width: 280px) {
      .content-tag_list li {
        margin-right: 5px; } }
    @media all and (min-width: 768px) {
      .content-tag_list li {
        margin-right: 6px; } }
    .content-tag_list li span {
      display: block;
      background-color: #fff;
      border: solid 1px #4D47CB;
      color: #4D47CB;
      text-align: center;
      font-weight: 600; }
      @media all and (min-width: 280px) {
        .content-tag_list li span {
          min-width: 35px;
          height: 16px;
          padding: 0 6px;
          border-radius: 8px;
          font-size: 10px; } }
      @media all and (min-width: 768px) {
        .content-tag_list li span {
          height: 24px;
          padding: 0 14px;
          font-size: 12px;
          border-radius: 12px;
          border-width: 2px;
          line-height: 20px; } }

@media all and (min-width: 768px) {
  .article-content_header {
    padding: 0 25px; } }

@media all and (min-width: 1266px) {
  .article-content_header {
    width: 1266px;
    margin: 0 auto;
    padding: 0; } }

@media all and (min-width: 280px) {
  .article-content_header .content-detail_header {
    padding: 0 15px;
    margin-bottom: 10px; } }

@media all and (min-width: 768px) {
  .article-content_header .content-detail_header {
    padding: 0; } }

.article-content_header .content-detail_header h1 {
  font-weight: 600;
  border-bottom: solid 2px #4D47CB; }
  @media all and (min-width: 280px) {
    .article-content_header .content-detail_header h1 {
      padding-bottom: 5px;
      font-size: 15px;
      line-height: 23px; } }
  @media all and (min-width: 768px) {
    .article-content_header .content-detail_header h1 {
      font-size: 20px;
      line-height: 28px; } }
  @media all and (min-width: 1266px) {
    .article-content_header .content-detail_header h1 {
      font-size: 30px;
      line-height: 51px; } }

.article-content_header .content-detail_header_bottom {
  display: flex;
  justify-content: space-between; }
  @media all and (min-width: 280px) {
    .article-content_header .content-detail_header_bottom {
      padding: 5px 0 0; } }
  @media all and (min-width: 768px) {
    .article-content_header .content-detail_header_bottom {
      padding: 10px 0 0; } }
  .article-content_header .content-detail_header_bottom .content-tag_list {
    width: calc(100% - 126px); }
    @media all and (min-width: 280px) {
      .article-content_header .content-detail_header_bottom .content-tag_list {
        width: calc(100% - 106px); } }
  .article-content_header .content-detail_header_bottom .content-date_list li {
    display: flex; }
    @media all and (min-width: 280px) {
      .article-content_header .content-detail_header_bottom .content-date_list li {
        margin-bottom: 3px; } }
    .article-content_header .content-detail_header_bottom .content-date_list li p {
      font-weight: 300;
      color: #000; }
      @media all and (min-width: 280px) {
        .article-content_header .content-detail_header_bottom .content-date_list li p {
          font-size: 10px; } }
      @media all and (min-width: 768px) {
        .article-content_header .content-detail_header_bottom .content-date_list li p {
          font-size: 12px; } }
    @media all and (min-width: 280px) {
      .article-content_header .content-detail_header_bottom .content-date_list li .title {
        margin-right: 5px; } }

@media all and (min-width: 280px) {
  .article-content_first {
    margin-bottom: 75px; } }

@media all and (min-width: 768px) {
  .article-content_first {
    padding: 0 25px; } }

@media all and (min-width: 1266px) {
  .article-content_first {
    width: 1266px;
    margin: 0 auto 80px;
    padding: 0; } }

@media all and (min-width: 280px) {
  .article-content_first .first-image {
    width: 100%;
    margin-bottom: 15px; } }

@media all and (min-width: 768px) {
  .article-content_first .first-image {
    margin-bottom: 23px; } }

@media all and (min-width: 1266px) {
  .article-content_first .first-image {
    margin-bottom: 30px; } }

.article-content_first .first-image img {
  max-width: 100%;
  max-height: 770px;}

@media all and (min-width: 280px) {
  .article-content_first .first-text {
    padding: 0 15px; } }

@media all and (min-width: 768px) {
  .article-content_first .first-text {
    padding: 0; } }

.article-content_first .first-text p {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-content_first .first-text p {
      font-size: 13px;
      line-height: 21px; } }
  @media all and (min-width: 768px) {
    .article-content_first .first-text p {
      font-size: 16px;
      line-height: 30px; } }
  @media all and (min-width: 1266px) {
    .article-content_first .first-text p {
      font-size: 16px;
      line-height: 36px; } }

@media all and (min-width: 768px) {
  .article-content_detail .article-inner {
    padding: 0 25px 0; } }

@media all and (min-width: 1266px) {
  .article-content_detail .article-inner {
    padding: 0; } }

.article-content_detail h1 {
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #4D47CB; }
  @media all and (min-width: 280px) {
    .article-content_detail h1 {
      margin-bottom: 15px;
      padding-bottom: 5px;
      font-size: 18px;
      line-height: 25px; } }
  @media all and (min-width: 768px) {
    .article-content_detail h1 {
      padding-bottom: 8px;
      font-size: 23px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail h1 {
      font-size: 30px;
      margin-bottom: 20px;
      padding-bottom: 10px; } }

.article-content_detail h2 {
  font-weight: 600;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-content_detail h2 {
      margin-bottom: 15px;
      padding-left: 5px;
      font-size: 16px;
      line-height: 25px;
      border-left: solid 5px #4D47CB; } }
  @media all and (min-width: 768px) {
    .article-content_detail h2 {
      margin-bottom: 23px;
      padding-right: 8px;
      font-size: 20px;
      border-left: solid 8px #4D47CB; } }
  @media all and (min-width: 1266px) {
    .article-content_detail h2 {
      margin-bottom: 30px;
      padding-left: 10px;
      font-size: 26px;
      line-height: inherit;
      border-left: solid 10px #4D47CB; } }

.article-content_detail h3 {
  font-weight: 600;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-content_detail h3 {
      margin-bottom: 15px;
      padding-left: 5px;
      font-size: 13px;
      line-height: 20px;
      border-left: solid 5px #4D47CB; } }
  @media all and (min-width: 768px) {
    .article-content_detail h3 {
      margin-bottom: 23px;
      padding-right: 8px;
      font-size: 18px;
      border-left: solid 8px #4D47CB; } }
  @media all and (min-width: 1266px) {
    .article-content_detail h3 {
      margin-bottom: 30px;
      padding-left: 10px;
      font-size: 22px;
      line-height: inherit;
      border-left: solid 10px #4D47CB; } }

.article-content_detail blockquote {
  font-style: italic; }
  @media all and (min-width: 280px) {
    .article-content_detail blockquote {
      padding: 15px; } }
  @media all and (min-width: 768px) {
    .article-content_detail blockquote {
      padding: 20px 40px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail blockquote {
      padding: 30px 60px; } }
  .article-content_detail blockquote p {
    color: #555; }

.article-content_detail ul {
  position: relative; }
  @media all and (min-width: 280px) {
    .article-content_detail ul {
      padding: 0 15px;
      margin-bottom: 15px; } }
  @media all and (min-width: 768px) {
    .article-content_detail ul {
      padding: 0 25px;
      margin-bottom: 25px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail ul {
      padding: 0 35px;
      margin-bottom: 35px; } }
  .article-content_detail ul li {
    position: relative;
    margin-bottom: 1em;
    font-weight: 300; }
    @media all and (min-width: 280px) {
      .article-content_detail ul li {
        padding: 0 0 0 15px;
        font-size: 13px;
        line-height: 30px; } }
    @media all and (min-width: 768px) {
      .article-content_detail ul li {
        padding: 0 0 0 20px;
        font-size: 16px;
        line-height: 35px; } }
    .article-content_detail ul li:before {
      position: absolute;
      top: 14px;
      left: 0;
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin-right: 10px;
      border-radius: 50%;
      background-color: #4D47CB;
      vertical-align: middle; }
      @media all and (min-width: 768px) {
        .article-content_detail ul li:before {
          top: 16px; } }

.article-content_detail ol {
  position: relative; }
  @media all and (min-width: 280px) {
    .article-content_detail ol {
      padding: 0 15px 0 30px;
      margin-bottom: 15px; } }
  @media all and (min-width: 768px) {
    .article-content_detail ol {
      padding: 0 25px 0 50px;
      margin-bottom: 25px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail ol {
      padding: 0 35px 0 55px;
      margin-bottom: 35px; } }
  .article-content_detail ol li {
    position: relative;
    margin-bottom: 1em;
    font-weight: 300; }
    @media all and (min-width: 280px) {
      .article-content_detail ol li {
        font-size: 13px;
        line-height: 30px; } }
    @media all and (min-width: 768px) {
      .article-content_detail ol li {
        font-size: 16px;
        line-height: 35px; } }

@media all and (min-width: 280px) {
  .article-content_detail .detail_text {
    margin-bottom: 20px; } }

@media all and (min-width: 768px) {
  .article-content_detail .detail_text {
    margin-bottom: 40px; } }

@media all and (min-width: 1266px) {
  .article-content_detail .detail_text {
    margin-bottom: 80px; } }

.article-content_detail .detail_text p {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-content_detail .detail_text p {
      font-size: 13px;
      line-height: 21px; } }
  @media all and (min-width: 768px) {
    .article-content_detail .detail_text p {
      font-size: 16px;
      line-height: 30px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail .detail_text p {
      font-size: 16px;
      line-height: 36px; } }

@media all and (min-width: 280px) {
  .article-content_detail .content-figure_wrapper {
    width: 100%; } }

@media all and (min-width: 768px) {
  .article-content_detail .content-figure_wrapper {
    display: flex;
    margin: 40px 0 30px;
    justify-content: center; } }

@media all and (min-width: 1266px) {
  .article-content_detail .content-figure_wrapper {
    margin: 80px 0 60px; } }

@media all and (min-width: 280px) {
  .article-content_detail .content-figure_wrapper .content-figure {
    width: 100%;
    margin-bottom: 25px; } }

@media all and (min-width: 768px) {
  .article-content_detail .content-figure_wrapper .content-figure {
    width: calc(50% - 17px); } }

@media all and (min-width: 1266px) {
  .article-content_detail .content-figure_wrapper .content-figure {
    width: calc(50% - 34px); } }

@media all and (min-width: 768px) {
  .article-content_detail .content-figure_wrapper .content-figure:first-child {
    margin-right: 17px; } }

@media all and (min-width: 1266px) {
  .article-content_detail .content-figure_wrapper .content-figure:first-child {
    margin-right: 34px; } }

@media all and (min-width: 768px) {
  .article-content_detail .content-figure_wrapper .content-figure:last-child {
    margin-left: 17px; } }

@media all and (min-width: 1266px) {
  .article-content_detail .content-figure_wrapper .content-figure:last-child {
    margin-left: 34px; } }

@media all and (min-width: 1266px) {
  .article-content_detail .content-figure_wrapper .content-figure .image-wrapper {
    height: 448px; } }

  .article-content_detail .content-figure_wrapper .content-figure .image-wrapper img {
    max-width: 100%;
    max-height: 450px;}

.article-content_detail .content-figure_wrapper .content-figure figcaption {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-content_detail .content-figure_wrapper .content-figure figcaption {
      margin-top: 15px;
      font-size: 12px;
      line-height: 17px; } }
  @media all and (min-width: 768px) {
    .article-content_detail .content-figure_wrapper .content-figure figcaption {
      margin-top: 23px;
      font-size: 13px;
      line-height: 20px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail .content-figure_wrapper .content-figure figcaption {
      margin-top: 30px;
      font-size: 14px;
      line-height: 28px; } }

.article-content_detail p {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .article-content_detail p {
      margin-bottom: 25px;
      font-size: 13px;
      line-height: 21px; } }
  @media all and (min-width: 768px) {
    .article-content_detail p {
      font-size: 16px;
      line-height: 30px; } }
  @media all and (min-width: 1266px) {
    .article-content_detail p {
      font-size: 16px;
      line-height: 36px; } }

.article-content_detail .text-yellow {
  background: linear-gradient(transparent 70%, #E8D01B 70%); }

.article-content_detail .text-orange {
  background: linear-gradient(transparent 70%, #F79818 70%); }

.article-content_detail .text-blue {
  background: linear-gradient(transparent 70%, #47E7ED 70%); }

.article-content_detail .text-green {
  background: linear-gradient(transparent 70%, #89E81B 70%); }

.article-content_detail .ms-gothic_p {
  font-family: "MS PGothic",sans-serif; }

.article-content_detail .ms-mincho_p {
  font-family: "MS PMincho",serif; }

.article-content_detail .ms-gothic {
  font-family: "MS Gothic", sans-serif; }

.article-content_detail .ms-mincho {
  font-family: "MS Mincho", serif; }

.article-content_detail .arial {
  font-family: "Arial"; }

.article-content_detail .comic-sans-ms {
  font-family: "Comic Sans MS", cursive; }

.article-content_detail .courier-new {
  font-family: "Courier New", sans-serif; }

.article-content_detail .georgia {
  font-family: "Georgia", serif; }

.article-content_detail .lucida-sans-unicode {
  font-family: "Lucida Sans Unicode", sans-serif; }

.article-content_detail .tahoma {
  font-family: "Tahoma", sans-serif; }

.article-content_detail .times-new-roman {
  font-family: "Times New Roman", serif; }

.article-content_detail .trebuchet-ms {
  font-family: "Trebuchet MS", sans-serif; }

.article-content_detail .verdana {
  font-family: "Verdana"; }

@media all and (min-width: 280px) {
  .content-detail_bottom {
    height: 220px;
    padding: 0 15px; } }

@media all and (min-width: 768px) {
  .content-detail_bottom {
    display: flex;
    padding: 0 25px 50px;
    justify-content: space-between; } }

@media all and (min-width: 1266px) {
  .content-detail_bottom {
    max-width: 1266px;
    margin: 0 auto 110px;
    padding: 0; } }

.content-detail_bottom a {
  position: relative;
  display: block;
  background-color: #F2F2F2; }
  @media all and (min-width: 280px) {
    .content-detail_bottom a {
      width: 100%;
      margin-bottom: 17px; } }
  @media all and (min-width: 768px) {
    .content-detail_bottom a {
      width: calc(50% - 15px);
      margin: 0; } }
  .content-detail_bottom a .title {
    font-weight: 600;
    color: #000;
    border-bottom: solid 1px #4D47CB; }
    @media all and (min-width: 280px) {
      .content-detail_bottom a .title {
        margin-bottom: 5px;
        padding-bottom: 3px;
        font-size: 12px;
        line-height: 16px; } }
    @media all and (min-width: 768px) {
      .content-detail_bottom a .title {
        margin-bottom: 10px; } }
    @media all and (min-width: 1266px) {
      .content-detail_bottom a .title {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: inherit; } }
  .content-detail_bottom a .link-bottom {
    display: flex;
    justify-content: space-between; }
    .content-detail_bottom a .link-bottom .content-tag_list {
      width: calc(100% - 53px); }
    .content-detail_bottom a .link-bottom .date {
      color: #000; }
      @media all and (min-width: 280px) {
        .content-detail_bottom a .link-bottom .date {
          font-size: 10px; } }
  @media all and (min-width: 1266px) {
    .content-detail_bottom a .btn-bg_c {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      width: 164px;
      height: 35px;
      margin: 0 auto;
      border-radius: 17px;
      text-align: center;
      line-height: 35px;
      font-size: 14px;
      font-weight: 600; } }

@media all and (min-width: 280px) {
  .content-detail_bottom .content-detail_prev {
    padding: 10px 10px 5px 35px; } }

@media all and (min-width: 1266px) {
  .content-detail_bottom .content-detail_prev {
    padding: 20px 20px 77px 253px; } }

.content-detail_bottom .content-detail_prev:before {
  content: '';
  position: absolute;
  background: url("../image/content/link-prev.png") no-repeat;
  background-size: contain; }
  @media all and (min-width: 280px) {
    .content-detail_bottom .content-detail_prev:before {
      top: 50%;
      left: 10px;
      width: 9px;
      height: 17px;
      transform: translateY(-50%); } }
  @media all and (min-width: 1266px) {
    .content-detail_bottom .content-detail_prev:before {
      top: 100px;
      left: 20px;
      width: 18px;
      height: 33px;
      transform: translateY(0); } }

.content-detail_bottom .content-detail_prev img {
  max-width: 175px;
  max-height: 130px;
  position: absolute;
  top: 22px;
  left: 58px; }

@media all and (min-width: 280px) {
  .content-detail_bottom .content-detail_next {
    padding: 10px 35px 5px 10px; } }

@media all and (min-width: 1266px) {
  .content-detail_bottom .content-detail_next {
    padding: 20px 253px 77px 20px; } }

.content-detail_bottom .content-detail_next:before {
  content: '';
  position: absolute;
  background: url("../image/content/link-next.png") no-repeat;
  background-size: contain; }
  @media all and (min-width: 280px) {
    .content-detail_bottom .content-detail_next:before {
      top: 50%;
      right: 10px;
      width: 9px;
      height: 17px;
      transform: translateY(-50%); } }
  @media all and (min-width: 1266px) {
    .content-detail_bottom .content-detail_next:before {
      top: 100px;
      right: 20px;
      width: 18px;
      height: 33px;
      transform: translateY(0); } }

.content-detail_bottom .content-detail_next img {
  max-width: 175px;
  max-height: 130px;
  position: absolute;
  top: 22px;
  right: 58px; }

@media all and (min-width: 280px) {
  .entry-header {
    padding: 20px 0; } }

@media all and (min-width: 768px) {
  .entry-header {
    padding: 30px 25px 0; } }

@media all and (min-width: 1266px) {
  .entry-header {
    padding: 40px 0 0; } }

.entry-header .entry-step {
  display: flex;
  justify-content: center; }
  @media all and (min-width: 280px) {
    .entry-header .entry-step {
      margin-bottom: 40px; } }
  @media all and (min-width: 768px) {
    .entry-header .entry-step {
      width: 400px;
      justify-content: space-between;
      margin: 0 auto 60px; } }
  @media all and (min-width: 1266px) {
    .entry-header .entry-step {
      width: 553px;
      margin: 0 auto 85px; } }
  .entry-header .entry-step li {
    position: relative; }
    @media all and (min-width: 280px) {
      .entry-header .entry-step li {
        margin: 0 15px; } }
    .entry-header .entry-step li:nth-child(1):before {
      content: '';
      position: absolute;
      display: block;
      background-color: #4D47CB; }
      @media all and (min-width: 280px) {
        .entry-header .entry-step li:nth-child(1):before {
          top: 20px;
          right: -90%;
          width: 110%;
          height: 2px; } }
      @media all and (min-width: 768px) {
        .entry-header .entry-step li:nth-child(1):before {
          top: 30px;
          right: -90px;
          width: 100px; } }
      @media all and (min-width: 1266px) {
        .entry-header .entry-step li:nth-child(1):before {
          top: 40px;
          right: -158px;
          width: 160px; } }
    .entry-header .entry-step li:nth-child(2):before {
      content: '';
      position: absolute;
      display: block;
      background-color: #4D47CB;
      z-index: -1; }
      @media all and (min-width: 280px) {
        .entry-header .entry-step li:nth-child(2):before {
          top: 20px;
          right: -80%;
          width: 110%;
          height: 2px; } }
      @media all and (min-width: 768px) {
        .entry-header .entry-step li:nth-child(2):before {
          top: 30px;
          right: -90px;
          width: 110px; } }
      @media all and (min-width: 1266px) {
        .entry-header .entry-step li:nth-child(2):before {
          top: 40px;
          right: -150px;
          width: 160px; } }
    .entry-header .entry-step li .num {
      display: block;
      margin: 0 auto;
      border: solid 2px #4D47CB;
      text-align: center;
      background-color: #fff;
      color: #4D47CB;
      font-weight: 600;
      border-radius: 50%; }
      @media all and (min-width: 280px) {
        .entry-header .entry-step li .num {
          width: 40px;
          height: 40px;
          margin-bottom: 5px;
          line-height: 36px;
          font-size: 22px; } }
      @media all and (min-width: 768px) {
        .entry-header .entry-step li .num {
          width: 60px;
          height: 60px;
          margin-bottom: 8px;
          line-height: 56px;
          font-size: 33px; } }
      @media all and (min-width: 1266px) {
        .entry-header .entry-step li .num {
          width: 80px;
          height: 80px;
          margin-bottom: 10px;
          line-height: 76px;
          font-size: 44px; } }
    .entry-header .entry-step li .text {
      display: block;
      color: #AFAFAF;
      font-weight: 600;
      text-align: center; }
      @media all and (min-width: 280px) {
        .entry-header .entry-step li .text {
          font-size: 12px; } }
      @media all and (min-width: 768px) {
        .entry-header .entry-step li .text {
          font-size: 14px; } }
  .entry-header .entry-step .step-active .num {
    background-color: #4D47CB;
    color: #fff; }
  .entry-header .entry-step .step-active .text {
    color: #4D47CB; }

.entry-header h1 {
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #4D47CB; }
  @media all and (min-width: 280px) {
    .entry-header h1 {
      margin: 0 15px 15px;
      padding: 0 0 5px;
      font-size: 17px;
      line-height: 25px; } }
  @media all and (min-width: 768px) {
    .entry-header h1 {
      font-size: 25px;
      margin: 0 auto 20px; } }
  @media all and (min-width: 1266px) {
    .entry-header h1 {
      max-width: 1266px;
      margin: 0 auto 50px;
      font-size: 34px;
      line-height: inherit;
      border-bottom: solid 2px #4D47CB; } }

@media all and (min-width: 280px) {
  .entry-header_message {
    padding: 0 15px; } }

@media all and (min-width: 768px) {
  .entry-header_message {
    padding: 0; } }

@media all and (min-width: 1266px) {
  .entry-header_message {
    max-width: 1266px;
    margin: 0 auto 80px; } }

.entry-header_message p {
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .entry-header_message p {
      margin-bottom: 1em;
      font-size: 13px;
      line-height: 20px; } }
  @media all and (min-width: 768px) {
    .entry-header_message p {
      font-size: 16px;
      line-height: 25px; } }
  @media all and (min-width: 1266px) {
    .entry-header_message p {
      font-size: 16px;
      line-height: 34px; } }

.entry-article h2 {
  font-weight: 600;
  color: #000; }
  @media all and (min-width: 280px) {
    .entry-article h2 {
      margin-bottom: 25px;
      padding-left: 5px;
      font-size: 15px;
      border-left: solid 5px #4D47CB; } }
  @media all and (min-width: 768px) {
    .entry-article h2 {
      padding-left: 8px;
      font-size: 16px;
      border-left: solid 8px #4D47CB; } }
  @media all and (min-width: 1266px) {
    .entry-article h2 {
      margin-bottom: 30px;
      padding-left: 10px;
      font-size: 24px;
      border-left: solid 10px #4D47CB; } }

@media all and (min-width: 280px) {
  .entry-form .form-inner,
  .entry-confirm .form-inner {
    margin-bottom: 30px; } }

@media all and (min-width: 768px) {
  .entry-form .form-inner,
  .entry-confirm .form-inner {
    margin-bottom: 40px; } }

@media all and (min-width: 1266px) {
  .entry-form .form-inner,
  .entry-confirm .form-inner {
    margin-bottom: 50px; } }

@media all and (min-width: 280px) {
  .entry-form .form-inner .form-item,
  .entry-form .form-inner .confirm-item,
  .entry-confirm .form-inner .form-item,
  .entry-confirm .form-inner .confirm-item {
    margin-bottom: 15px; } }

@media all and (min-width: 768px) {
  .entry-form .form-inner .form-item,
  .entry-form .form-inner .confirm-item,
  .entry-confirm .form-inner .form-item,
  .entry-confirm .form-inner .confirm-item {
    display: flex;
    width: 100%; } }

@media all and (min-width: 1266px) {
  .entry-form .form-inner .form-item,
  .entry-form .form-inner .confirm-item,
  .entry-confirm .form-inner .form-item,
  .entry-confirm .form-inner .confirm-item {
    margin-bottom: 16px; } }

.entry-form .form-inner .form-item .title,
.entry-form .form-inner .confirm-item .title,
.entry-confirm .form-inner .form-item .title,
.entry-confirm .form-inner .confirm-item .title {
  display: block;
  font-weight: 300;
  color: #000; }
  @media all and (min-width: 280px) {
    .entry-form .form-inner .form-item .title,
    .entry-form .form-inner .confirm-item .title,
    .entry-confirm .form-inner .form-item .title,
    .entry-confirm .form-inner .confirm-item .title {
      margin-bottom: 5px;
      font-size: 12px; } }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-item .title,
    .entry-form .form-inner .confirm-item .title,
    .entry-confirm .form-inner .form-item .title,
    .entry-confirm .form-inner .confirm-item .title {
      width: 190px;
      font-size: 16px;
      padding-top: 10px; } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-item .title,
    .entry-form .form-inner .confirm-item .title,
    .entry-confirm .form-inner .form-item .title,
    .entry-confirm .form-inner .confirm-item .title {
      width: 215px;
      margin-bottom: 0;
      font-size: 16px; } }
  .entry-form .form-inner .form-item .title span,
  .entry-form .form-inner .confirm-item .title span,
  .entry-confirm .form-inner .form-item .title span,
  .entry-confirm .form-inner .confirm-item .title span {
    display: flex;
    padding: 0 20px 0 0;
    align-items: center; }
    @media all and (min-width: 768px) {
      .entry-form .form-inner .form-item .title span,
      .entry-form .form-inner .confirm-item .title span,
      .entry-confirm .form-inner .form-item .title span,
      .entry-confirm .form-inner .confirm-item .title span {
        justify-content: space-between; } }

.entry-form .form-inner .form-item .text,
.entry-form .form-inner .confirm-item .text,
.entry-confirm .form-inner .form-item .text,
.entry-confirm .form-inner .confirm-item .text {
  padding: 10px 10px 8px;
  border-bottom: solid 1px #AFAFAF;
  font-size: 13px;
  font-weight: 300; }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-item .text,
    .entry-form .form-inner .confirm-item .text,
    .entry-confirm .form-inner .form-item .text,
    .entry-confirm .form-inner .confirm-item .text {
      border-bottom: 0; } }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-item .text,
    .entry-form .form-inner .confirm-item .text,
    .entry-confirm .form-inner .form-item .text,
    .entry-confirm .form-inner .confirm-item .text {
      flex: 1;
      font-size: 16px; } }
  .entry-form .form-inner .form-item .text span,
  .entry-form .form-inner .confirm-item .text span,
  .entry-confirm .form-inner .form-item .text span,
  .entry-confirm .form-inner .confirm-item .text span {
    display: inline-block;
    padding: 0 5px; }

.entry-form .form-inner .form-item .w-50,
.entry-form .form-inner .confirm-item .w-50,
.entry-confirm .form-inner .form-item .w-50,
.entry-confirm .form-inner .confirm-item .w-50 {
  display: block;
  width: 50%; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-item .w-50,
    .entry-form .form-inner .confirm-item .w-50,
    .entry-confirm .form-inner .form-item .w-50,
    .entry-confirm .form-inner .confirm-item .w-50 {
      width: 173px; } }

@media all and (min-width: 768px) {
  .entry-form .form-inner .form-item label,
  .entry-form .form-inner .confirm-item label,
  .entry-confirm .form-inner .form-item label,
  .entry-confirm .form-inner .confirm-item label {
    flex: 1; } }

@media all and (min-width: 1266px) {
  .entry-form .form-inner .form-item label input,
  .entry-form .form-inner .confirm-item label input,
  .entry-confirm .form-inner .form-item label input,
  .entry-confirm .form-inner .confirm-item label input {
    width: 705px; } }

@media all and (min-width: 280px) {
  .entry-form .form-inner .form-item label textarea,
  .entry-form .form-inner .confirm-item label textarea,
  .entry-confirm .form-inner .form-item label textarea,
  .entry-confirm .form-inner .confirm-item label textarea {
    width: 100%; } }

@media all and (min-width: 1266px) {
  .entry-form .form-inner .form-item label text,
  .entry-form .form-inner .confirm-item label text,
  .entry-confirm .form-inner .form-item label text,
  .entry-confirm .form-inner .confirm-item label text {
    width: 1050px; } }

@media all and (min-width: 280px) {
  .entry-form .form-inner .form-item .postal-label,
  .entry-form .form-inner .confirm-item .postal-label,
  .entry-confirm .form-inner .form-item .postal-label,
  .entry-confirm .form-inner .confirm-item .postal-label {
    display: flex;
    min-width: 270px;
    align-items: center; } }

@media all and (min-width: 280px) {
  .entry-form .form-inner .form-item .postal-label .postal,
  .entry-form .form-inner .confirm-item .postal-label .postal,
  .entry-confirm .form-inner .form-item .postal-label .postal,
  .entry-confirm .form-inner .confirm-item .postal-label .postal {
    width: 175px; } }

@media all and (min-width: 768px) {
  .entry-form .form-inner .form-item .postal-label .postal,
  .entry-form .form-inner .confirm-item .postal-label .postal,
  .entry-confirm .form-inner .form-item .postal-label .postal,
  .entry-confirm .form-inner .confirm-item .postal-label .postal {
    width: 70%;
    max-width: 580px; } }

.entry-form .form-inner .form-item .postal-label .a-search,
.entry-form .form-inner .confirm-item .postal-label .a-search,
.entry-confirm .form-inner .form-item .postal-label .a-search,
.entry-confirm .form-inner .confirm-item .postal-label .a-search {
  display: inline-block;
  background-color: #4D47CB;
  border-radius: 20px;
  color: #fff;
  vertical-align: middle; }
  @media all and (min-width: 280px) {
    .entry-form .form-inner .form-item .postal-label .a-search,
    .entry-form .form-inner .confirm-item .postal-label .a-search,
    .entry-confirm .form-inner .form-item .postal-label .a-search,
    .entry-confirm .form-inner .confirm-item .postal-label .a-search {
      height: 35px;
      padding: 0 10px;
      margin-left: 10px;
      line-height: 35px;
      font-size: 12px; } }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-item .postal-label .a-search,
    .entry-form .form-inner .confirm-item .postal-label .a-search,
    .entry-confirm .form-inner .form-item .postal-label .a-search,
    .entry-confirm .form-inner .confirm-item .postal-label .a-search {
      height: 40px;
      padding: 0 20px;
      margin-left: 20px;
      line-height: 40px;
      font-size: 16px; } }

.entry-form .form-inner .form-item .select-prefecture,
.entry-form .form-inner .confirm-item .select-prefecture,
.entry-confirm .form-inner .form-item .select-prefecture,
.entry-confirm .form-inner .confirm-item .select-prefecture {
  width: 50%; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-item .select-prefecture,
    .entry-form .form-inner .confirm-item .select-prefecture,
    .entry-confirm .form-inner .form-item .select-prefecture,
    .entry-confirm .form-inner .confirm-item .select-prefecture {
      width: calc(100% - 190px); } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-item .select-prefecture,
    .entry-form .form-inner .confirm-item .select-prefecture,
    .entry-confirm .form-inner .form-item .select-prefecture,
    .entry-confirm .form-inner .confirm-item .select-prefecture {
      width: 705px; } }

.entry-form .form-inner .form-item .required span:after,
.entry-form .form-inner .confirm-item .required span:after,
.entry-confirm .form-inner .form-item .required span:after,
.entry-confirm .form-inner .confirm-item .required span:after {
  content: '必須';
  display: inline-block;
  background-color: #E8163F;
  color: #fff;
  text-align: center;
  vertical-align: middle; }
  @media all and (min-width: 280px) {
    .entry-form .form-inner .form-item .required span:after,
    .entry-form .form-inner .confirm-item .required span:after,
    .entry-confirm .form-inner .form-item .required span:after,
    .entry-confirm .form-inner .confirm-item .required span:after {
      width: 30px;
      height: 15px;
      margin-left: 5px;
      border-radius: 8px;
      line-height: 15px;
      font-size: 10px; } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-item .required span:after,
    .entry-form .form-inner .confirm-item .required span:after,
    .entry-confirm .form-inner .form-item .required span:after,
    .entry-confirm .form-inner .confirm-item .required span:after {
      width: 50px;
      height: 18px;
      border-radius: 9px;
      font-size: 12px;
      line-height: 18px; } }

.entry-form .form-inner .form-item .form-checkbox-list,
.entry-form .form-inner .confirm-item .form-checkbox-list,
.entry-confirm .form-inner .form-item .form-checkbox-list,
.entry-confirm .form-inner .confirm-item .form-checkbox-list {
  display: flex;
  flex-wrap: wrap; }
  .entry-form .form-inner .form-item .form-checkbox-list label,
  .entry-form .form-inner .confirm-item .form-checkbox-list label,
  .entry-confirm .form-inner .form-item .form-checkbox-list label,
  .entry-confirm .form-inner .confirm-item .form-checkbox-list label {
    margin-right: 25px;
    margin-bottom: 20px; }
    @media all and (min-width: 280px) {
      .entry-form .form-inner .form-item .form-checkbox-list label,
      .entry-form .form-inner .confirm-item .form-checkbox-list label,
      .entry-confirm .form-inner .form-item .form-checkbox-list label,
      .entry-confirm .form-inner .confirm-item .form-checkbox-list label {
        margin-bottom: 10px; } }

.entry-form .form-inner .form-item .select-wrapper,
.entry-form .form-inner .confirm-item .select-wrapper,
.entry-confirm .form-inner .form-item .select-wrapper,
.entry-confirm .form-inner .confirm-item .select-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-item .select-wrapper,
    .entry-form .form-inner .confirm-item .select-wrapper,
    .entry-confirm .form-inner .form-item .select-wrapper,
    .entry-confirm .form-inner .confirm-item .select-wrapper {
      width: calc(100% - 190px); } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-item .select-wrapper,
    .entry-form .form-inner .confirm-item .select-wrapper,
    .entry-confirm .form-inner .form-item .select-wrapper,
    .entry-confirm .form-inner .confirm-item .select-wrapper {
      width: 705px; } }
  .entry-form .form-inner .form-item .select-wrapper .select-item,
  .entry-form .form-inner .confirm-item .select-wrapper .select-item,
  .entry-confirm .form-inner .form-item .select-wrapper .select-item,
  .entry-confirm .form-inner .confirm-item .select-wrapper .select-item {
    display: flex; }
    .entry-form .form-inner .form-item .select-wrapper .select-item:nth-child(1),
    .entry-form .form-inner .confirm-item .select-wrapper .select-item:nth-child(1),
    .entry-confirm .form-inner .form-item .select-wrapper .select-item:nth-child(1),
    .entry-confirm .form-inner .confirm-item .select-wrapper .select-item:nth-child(1) {
      width: 40%; }
    .entry-form .form-inner .form-item .select-wrapper .select-item:not(:first-child),
    .entry-form .form-inner .confirm-item .select-wrapper .select-item:not(:first-child),
    .entry-confirm .form-inner .form-item .select-wrapper .select-item:not(:first-child),
    .entry-confirm .form-inner .confirm-item .select-wrapper .select-item:not(:first-child) {
      width: 30%;
      padding-left: 9px; }
    .entry-form .form-inner .form-item .select-wrapper .select-item span,
    .entry-form .form-inner .confirm-item .select-wrapper .select-item span,
    .entry-confirm .form-inner .form-item .select-wrapper .select-item span,
    .entry-confirm .form-inner .confirm-item .select-wrapper .select-item span {
      display: block;
      line-height: 35px;
      margin-left: 9px; }
      @media all and (min-width: 1266px) {
        .entry-form .form-inner .form-item .select-wrapper .select-item span,
        .entry-form .form-inner .confirm-item .select-wrapper .select-item span,
        .entry-confirm .form-inner .form-item .select-wrapper .select-item span,
        .entry-confirm .form-inner .confirm-item .select-wrapper .select-item span {
          line-height: 50px; } }

@media all and (min-width: 1266px) {
  .entry-form .form-inner .confirm-item,
  .entry-confirm .form-inner .confirm-item {
    border-bottom: solid 1px #AFAFAF; } }

.entry-form .form-inner .entry-info_p,
.entry-confirm .form-inner .entry-info_p {
  padding: 40px 0;
  text-align: center; }

.entry-form .form-inner .bottom-text,
.entry-confirm .form-inner .bottom-text {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #3A3A3A;
  line-height: 17px; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .bottom-text,
    .entry-confirm .form-inner .bottom-text {
      margin-bottom: 20px;
      font-size: 14px; } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .bottom-text,
    .entry-confirm .form-inner .bottom-text {
      font-size: 16px;
      margin-bottom: 40px;
      line-height: inherit; } }

.entry-form .form-inner .policy,
.entry-confirm .form-inner .policy {
  height: 50vh;
  margin-bottom: 20px;
  padding: 10px;
  border: solid 1px #C6C6C6;
  border-radius: 5px;
  overflow: scroll; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .policy,
    .entry-confirm .form-inner .policy {
      height: 330px;
      padding: 20px;
      margin-bottom: 30px; } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .policy,
    .entry-confirm .form-inner .policy {
      padding: 35px;
      margin-bottom: 60px; } }
  .entry-form .form-inner .policy p,
  .entry-confirm .form-inner .policy p {
    margin-bottom: 1em;
    font-size: 13px;
    color: #6C6C6C;
    line-height: 20px; }
    @media all and (min-width: 1266px) {
      .entry-form .form-inner .policy p,
      .entry-confirm .form-inner .policy p {
        font-size: 16px;
        line-height: 27px; } }

.entry-form .form-inner .policy-agree,
.entry-confirm .form-inner .policy-agree {
  display: flex;
  margin-bottom: 16px;
  justify-content: center; }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .policy-agree,
    .entry-confirm .form-inner .policy-agree {
      margin-bottom: 62px; } }

.entry-form .form-inner .form-bottom p,
.entry-confirm .form-inner .form-bottom p {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #3A3A3A;
  text-align: center;
  line-height: 20px; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-bottom p,
    .entry-confirm .form-inner .form-bottom p {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 27px; } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-bottom p,
    .entry-confirm .form-inner .form-bottom p {
      margin-bottom: 60px; } }

.entry-form .form-inner .form-bottom_link,
.entry-confirm .form-inner .form-bottom_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.entry-form .form-inner .form-bottom input,
.entry-form .form-inner .form-bottom a,
.entry-confirm .form-inner .form-bottom input,
.entry-confirm .form-inner .form-bottom a {
  display: block;
  width: 250px;
  height: 35px;
  margin: 0 10px 10px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border: solid 1px;
  border-radius: 17px; }
  @media all and (min-width: 768px) {
    .entry-form .form-inner .form-bottom input,
    .entry-form .form-inner .form-bottom a,
    .entry-confirm .form-inner .form-bottom input,
    .entry-confirm .form-inner .form-bottom a {
      height: 50px;
      line-height: 46px;
      border-radius: 25px;
      font-size: 18px; } }
  @media all and (min-width: 1266px) {
    .entry-form .form-inner .form-bottom input,
    .entry-form .form-inner .form-bottom a,
    .entry-confirm .form-inner .form-bottom input,
    .entry-confirm .form-inner .form-bottom a {
      width: 318px;
      margin: 0 10px;
      font-size: 20px;
      text-align: center;
      border: solid 2px; } }
