@charset "UTF-8";
/* 
from bootstrap-5.0.0-beta1
form , radio , checkbox
*/
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control[type='file'] {
  overflow: hidden;
}

.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #164779;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 201, 195, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(80, 201, 195, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #164779;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 201, 195, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(80, 201, 195, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size='1']) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 1rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}

.form-check-input[type='checkbox'] {
  border-radius: 0.25em;
}

.form-check-input[type='radio'] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #164779;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(80, 201, 195, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(80, 201, 195, 0.25);
}

.form-check-input:checked {
  background-color: #164779;
  border-color: #164779;
}

.form-check-input:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type='radio'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type='checkbox']:indeterminate {
  background-color: #164779;
  border-color: #164779;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 1rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.is-invalid + .invalid-feedback {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP';
  word-spacing: 1px;
  font-size: 1.6rem;
}

img {
  height: auto;
}

/*
 * 共通パーツ
 */
.common__form--button {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ff889d;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #e6566f;
          box-shadow: 0 3px 0 #e6566f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin: auto;
}

.common__form--button--wrap {
  border-radius: 4px;
}

.common__text--link {
  color: #1cabd8;
}

.common__section--title {
  border-bottom: solid 5px #1cabd8;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* 
 * トップページ
 */
.home__head--top {
  color: #fcff7e;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.home__title--frame {
  border: 6px solid #FFFFFF;
}

.home__title--frame--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/img-sado.png);
  background-repeat: no-repeat;
}

.home__title--large {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bg--mv {
  background: url("../images/bg_mv.png") no-repeat;
  background-size: cover;
}

/* 
 * 強調募集
 */
.announce__heading--bottom {
  background: linear-gradient(134deg, #1cabd8, #08d4e1);
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
}

/* 
 * エンジニアになる大変さ
 */
.recruitment__section__title {
  border-bottom: solid 5px #1cabd8;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
}

.recruitment__group__list {
  margin: 0 auto;
}

.recruitment__section__list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__list--medium {
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.section__list--small {
  line-height: 1.7;
}

.triangle__feature--blue {
  display: block;
  text-align: center;
}

.emphasis__text--large {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.51;
  text-align: center;
}

/* 
 * 概要
 */
.bg--summary {
  background: url("../images/bg_summary.jpg") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg--transparent {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: auto;
}

.summary__lead--frame {
  border-bottom: 4px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top: 4px solid #FFFFFF;
  border-width: 8px;
}

.summary__lead--text {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.51;
  text-align: center;
}

.summary__section--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.description__text--left {
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0.6;
      -ms-flex-positive: 0.6;
          flex-grow: 0.6;
}

.description__text--left--main {
  color: #333;
}

.description__text--left--sub {
  color: #767777;
}

.description__box--color {
  background: -webkit-gradient(linear, left top, right top, from(#00bfff), to(#40e0d0));
  background: linear-gradient(to right, #00bfff, #40e0d0);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-align: left;
}

.description__box--number {
  display: table;
}

.description__item--number {
  vertical-align: middle;
  display: table-cell;
}

.description__text--box {
  display: table;
}

.description__text--item {
  vertical-align: middle;
  display: table-cell;
}

.triangle__feature--pink {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}

.triangle__feature--pink img {
  display: block;
  margin: auto;
}

/* 
 * 応募フォームへ
 */
.announce__application {
  background: linear-gradient(134deg, #1cabd8, #08d4e1);
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 40px 0;
  text-align: center;
}

.announce__heading--bottom--small {
  font-size: 18px;
}

.announce__heading--bottom--copy {
  margin-bottom: 25px;
}

.announce__application--learge {
  background: linear-gradient(134deg, #1cabd8, #08d4e1);
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  padding: 130px 0 70px 0;
}

/* 
 * 目的
 */
.purpose {
  background-color: #e4f7ff;
}

.purpose__section--subtitle {
  color: #333;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-align: center;
}

.purpose__group--list {
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.purpose__group--top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purpose__group--number {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #08d4e1;
  color: #FFFFFF;
  border-radius: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.purpose__group--title {
  color: #1cabd8;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.purpose__group--text {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 100%;
}

/* 区切り線 */
.line__cut--blue {
  height: 5px;
  background-image: repeating-linear-gradient(90deg, #1cabd8 0, #1cabd8 2px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 20px);
  border: none;
  width: 90%;
  margin: auto;
}

.line__cut--pink {
  height: 5px;
  background-image: repeating-linear-gradient(90deg, #ff889d 0, #ff889d 2px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 20px);
  border: none;
  width: 90%;
  margin: auto;
}

/* 
 * 理由
 */
.reason__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reason__item--reverse {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reason__item--image {
  margin: auto;
  padding: 0;
}

.reason__item--image--size {
  width: 100%;
}

.reason__item--title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}

.reason__item--title::after {
  content: "";
  background: #fcff7e;
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.reason__item--text {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/* 
 * 佐渡の魅力3選！
 */
.attraction__section--subtitle {
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.attraction__bg--view {
  background: url("../images/bg_attraction_view.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  z-index: 3;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.attraction__card--blue {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #1cabd8;
  border-left: 1px solid #1cabd8;
  border-radius: 0 0 6px 6px;
  border-right: 1px solid #1cabd8;
  border-top: 5px solid #1cabd8;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.attraction__card--list {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.attraction__card--number--blue {
  background: #1cabd8;
  border-radius: 24px;
  color: #fff;
  text-align: center;
}

.attraction__card--title {
  font-weight: 700;
  line-height: 1.4;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.attraction__card--text {
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.attraction__bg--kani {
  background: url("../images/bg_attraction_kani.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.attraction__card--pink {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ff889d;
  border-left: 1px solid #ff889d;
  border-radius: 0 0 6px 6px;
  border-right: 1px solid #ff889d;
  border-top: 5px solid #ff889d;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.attraction__card--number--pink {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff889d;
  border-radius: 24px;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.attraction__bg--tradition {
  background: url("../images/bg_attraction_tradition.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 
 * miracleaveについて
 */
.about {
  background: #fff2f2;
}

.about__card {
  background: #FFFFFF;
  border-bottom: 0 solid #000;
  border-left: 0 solid #000;
  border-radius: 5px;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  -webkit-box-shadow: 0 0 3px #ff889d;
          box-shadow: 0 0 3px #ff889d;
}

.about__image--logo {
  text-align: center;
}

.about__vision--center {
  text-align: center;
}

.about__vision--title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcff7e));
  background: linear-gradient(transparent 60%, #fcff7e 60%);
  font-weight: 700;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.4;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__vision--list {
  font-weight: 700;
  line-height: 1.6;
}

.about__business {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.about__business--unit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: auto;
}

.about__business--content {
  background: #FFFFFF;
  border-bottom: 1px solid #ff889d;
  border-left: 1px solid #ff889d;
  border-radius: 4px;
  border-right: 1px solid #ff889d;
  border-top: 1px solid #ff889d;
  -webkit-box-shadow: 2px 2px 0 #ff889d;
          box-shadow: 2px 2px 0 #ff889d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__business--content--text {
  color: #ff889d;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.about__activity {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.about__activity--unit {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__activity--circle {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 2px solid #ff889d;
  border-left: 2px solid #ff889d;
  border-radius: 128px;
  border-right: 2px solid #ff889d;
  border-top: 2px solid #ff889d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__activity--subtitle {
  color: #ff889d;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.about__activity--title--vector {
  color: #ff889d;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.about__activity--title {
  color: #ff889d;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.about__activity--line {
  background: #ff889d;
  border-radius: 8px;
}

.about__activity--text {
  color: #333;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

/* 
 * 研修内容
 */
.training {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e4f7ff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

.training__card--content {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 0 solid #1cabd8;
  border-left: 0 solid #1cabd8;
  border-radius: 8px;
  border-right: 0 solid #1cabd8;
  border-top: 0 solid #1cabd8;
  -webkit-box-shadow: 0 2px 4px #1cabd8;
          box-shadow: 0 2px 4px #1cabd8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.training__card--title {
  color: #333;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.training__card--container {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.training__card--wrapper {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 3px solid #1cabd8;
  border-left: 3px solid #1cabd8;
  border-radius: 8px;
  border-right: 3px solid #1cabd8;
  border-top: 3px solid #1cabd8;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.training__card--wrapper--flame {
  background: #1cabd8;
  display: block;
  text-align: center;
  width: 100%;
}

.training__card--wrapper--title {
  color: #FFFFFF;
  font-weight: 500;
}

.training__card--wrapper--text {
  color: #1cabd8;
  font-weight: 700;
  height: auto;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.training__card--schedule {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 0 solid #1cabd8;
  border-left: 0 solid #1cabd8;
  border-radius: 8px;
  border-right: 0 solid #1cabd8;
  border-top: 0 solid #1cabd8;
  -webkit-box-shadow: 0 2px 4px #1cabd8;
          box-shadow: 0 2px 4px #1cabd8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.training__card--schedule--flame {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fffeee;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 10px 20px;
  max-width: 100%;
}

.training__card--schedule--text {
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.training__card--dayschedule {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 0 solid #1cabd8;
  border-left: 0 solid #1cabd8;
  border-radius: 8px;
  border-right: 0 solid #1cabd8;
  border-top: 0 solid #1cabd8;
  -webkit-box-shadow: 0 2px 4px #1cabd8;
          box-shadow: 0 2px 4px #1cabd8;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px auto;
  padding: 0 30px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.training__day--image img {
  padding: 30px;
  width: 100%;
}

.training__card--dayschedule--text {
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.training__card--dispatch {
  gap: 20px;
  background: #FFFFFF;
  border-bottom: 0 solid #1cabd8;
  border-left: 0 solid #1cabd8;
  border-radius: 8px;
  border-right: 0 solid #1cabd8;
  border-top: 0 solid #1cabd8;
  -webkit-box-shadow: 0 2px 4px #1cabd8;
          box-shadow: 0 2px 4px #1cabd8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.training__card--dispatch img {
  display: block;
  height: 100%;
}

.training__card--title--blue {
  color: #1cabd8;
  font-weight: 700;
  height: auto;
  line-height: 1.4;
  text-align: left;
  width: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.training__card--dispatch--left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.training__dispatch--imageimg {
  padding: 30px;
  width: 100%;
  max-width: 100%;
  height: 60%;
}

.training__card--dispatch--text {
  font-size: 14px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  margin: 20px 40px 0 0;
  padding: 0 0 0 30px;
  text-align: left;
  width: auto;
  max-width: calc(100% - 40px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* 
 * 募集要項
 */
.offering__section--inner {
  margin: auto;
}

.offering__section--list {
  border-top: 1px solid #A4A4A4;
}

.offering__section--list--row {
  border-bottom: 1px solid #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry {
  background: #fffeee;
  text-align: center;
}

.entry__section--inner {
  margin: auto;
}

.entry__section--text {
  line-height: 1.7;
}

.entry__form {
  text-align: left;
  background: #fff;
}

.entry__form--inner {
  margin: auto;
}

.entry__form--row {
  margin-bottom: 20px;
}

.entry__form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry__form--inline span {
  display: block;
  color: #333;
  font-weight: 400;
}

.entry__form--inline .form-control {
  width: 50px;
  margin: 0 5px;
}

.entry .common__form--button {
  width: 340px;
  font-size: 22px;
}

.entry__section--caution p {
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.form-label {
  width: 100%;
  font-weight: 500;
}

.form-label.require::after {
  content: "*";
  color: #dc3545;
}

.form-check {
  width: 100%;
}

.footer {
  background: linear-gradient(134deg, #1cabd8, #08d4e1);
  color: #fff;
  padding: 10px 0 10px 0;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}

/* PC size only */
@media (min-width: 769px) {
  /*
  * 共通パーツ
  */
  .common__form--button {
    -webkit-box-shadow: 0 3px 0 #e6566f;
            box-shadow: 0 3px 0 #e6566f;
    height: 68px;
    width: 512px;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .common__form--button--wrap {
    height: 71px;
    width: 512px;
    margin: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .common__form--button:hover {
    top: 3px;
  }
  .common__text--link {
    text-decoration: underline;
  }
  .common__text--link:hover {
    text-decoration: none;
  }
  .common__section--title {
    font-size: 40px;
    margin: 0 auto 80px;
    padding-bottom: 0.2em;
  }
  /* 
 * トップページ
 */
  .home__section {
    padding: 100px 10px 70px;
  }
  .home__head--top {
    font-size: 28px;
    padding: 0 0 20px;
  }
  .home__title--frame {
    margin: 30px auto 0;
    width: 100%;
    max-width: 1360px;
  }
  .home__title--frame--inner {
    padding: 60px 20px 70px;
    background-size: 270px auto;
    background-position: right 50px bottom 30px;
  }
  .home__title--large {
    font-size: 65px;
    margin: 40px auto;
    margin: 0 auto 50px;
  }
  /* 
  * 強調募集
  */
  .announce__application + .large {
    padding-top: 80px;
  }
  .announce__heading--bottom {
    font-size: 40px;
    padding: 30px 0 30px 0;
  }
  /* 
  * エンジニアになる大変さ
  */
  .recruitment__section__unit {
    margin: 0 auto 60px;
    width: 800px;
  }
  .recruitment__section__title {
    font-size: 40px;
    max-width: 760px;
    margin: 150px auto 0;
  }
  .recruitment__group__list {
    padding: 30px 0 0;
  }
  .section__list--medium {
    font-size: 20px;
    padding: 0 0 0 10px;
  }
  .section__list--small {
    padding: 10px 0 0 42px;
  }
  .emphasis__text--large {
    font-size: 42px;
    margin: 40px auto 100px;
  }
  /* 
  * 概要
  */
  .bg--summary {
    padding: 60px 10px 80px;
  }
  .bg--transparent {
    width: 100%;
    max-width: 1300px;
    padding: 40px 20px 90px;
  }
  .summary .common__section--title {
    width: 100px;
    margin-bottom: 50px;
  }
  .summary__lead--frame {
    margin: 30px auto 50px;
    padding: 10px;
    width: 100%;
    max-width: 770px;
  }
  .summary__lead--text {
    font-size: 42px;
  }
  .summary__section--description {
    gap: 40px;
    padding: 0 10px;
    margin: auto;
    width: 100%;
    max-width: 940px;
  }
  .description__text--left {
    font-size: 18px;
  }
  .description__text--left--main {
    font-size: 18px;
    margin-bottom: .5em;
  }
  .description__text--left--sub {
    font-size: 12px;
  }
  .description__box--color {
    padding: 0.5em 1em;
    width: 280px;
  }
  .description__item--number {
    font-size: 24px;
  }
  .triangle__feature--pink {
    padding: 5px 0;
  }
  /* 
 * 応募フォームへ
 */
  .announce__application {
    font-size: 40px;
    padding: 40px 0;
  }
  .announce__application.large {
    padding-top: 130px;
  }
  .announce__application .line__cut--pink {
    position: relative;
    bottom: -42px;
  }
  .announce__heading--bottom--small {
    font-size: 18px;
  }
  .announce__heading--bottom--copy {
    margin-bottom: 25px;
  }
  .announce__application--learge {
    font-size: 40px;
    padding: 130px 0 70px 0;
  }
  /* 
  * 目的
  */
  .purpose {
    padding: 100px;
  }
  .purpose .common__section--title {
    width: 500px;
    margin-bottom: 25px;
  }
  .purpose__section--subtitle {
    font-size: 20px;
  }
  .purpose__group--list {
    padding: 30px 30px 30px;
    margin: 5% auto;
    max-width: 800px;
  }
  .purpose__group--top {
    padding-bottom: 10px;
  }
  .purpose__group--number {
    height: 58px;
    width: 58px;
  }
  .purpose__group--title {
    font-size: 24px;
    margin: 0 0 0 20px;
    max-width: calc(100% - 20px);
  }
  .purpose__group--text {
    font-size: 16px;
    margin: 20px 0 0 0;
    max-width: 805px;
  }
  /* 
  * 理由
  */
  .reason {
    margin: 100px 10px;
  }
  .reason .common__section--title {
    width: 400px;
  }
  .reason__item {
    gap: 40px;
    padding-bottom: 30px;
    max-width: 900px;
    margin: auto;
  }
  .reason__item--reverse {
    gap: 40px;
    padding-bottom: 30px;
    max-width: 900px;
    margin: auto;
  }
  .reason__item--image {
    width: 60%;
    max-width: 60%;
  }
  .reason__item--group {
    width: calc(55% - 30px);
    max-width: calc(55% - 30px);
  }
  .reason__item--title {
    font-size: 20px;
  }
  .reason__item--title::after {
    width: 95%;
  }
  .reason__item--text {
    font-size: 15px;
    padding-top: 20px;
  }
  /* 
  * 佐渡の魅力3選！
  */
  .attraction {
    margin-top: 70px;
  }
  .attraction__section--subtitle {
    font-size: 18px;
  }
  .attraction .common__section--title {
    width: 380px;
  }
  .attraction__bg--view {
    height: 720px;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .attraction__card--blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0 -30px 260px;
    padding: 15px 15px 15px 15px;
    width: 740px;
    max-width: calc(100% - 260px);
  }
  .attraction__card--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .attraction__card--number--blue {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 -40px;
    max-width: calc(100% - -40px);
  }
  .attraction__card--title {
    font-size: 20px;
    margin: 0 0 0 15px;
    max-width: calc(100% - 15px);
  }
  .attraction__card--text {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
  .attraction__bg--kani {
    height: 720px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .attraction__card--pink {
    border-radius: 0 0 6px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 260px -30px 0;
    padding: 15px 15px 15px 15px;
    width: 740px;
    max-width: calc(100% - 260px);
  }
  .attraction__card--number--pink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    line-height: 30px;
    height: 30px;
    margin: 0 0 0 -40px;
    width: 100px;
    max-width: calc(100% - -40px);
  }
  .attraction__bg--tradition {
    height: 720px;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* 
  * miracleaveについて
  */
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 80px 0 70px 0;
  }
  .about .common__section--title {
    width: 480px;
  }
  .about__card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 289px;
    margin: 0 0 40px 0;
    padding: 30px 30px 40px 30px;
    width: 800px;
    max-width: 100%;
    margin: 60px auto;
  }
  .about__image--logo--size {
    width: 100px;
  }
  .about__vision--title {
    font-size: 22px;
    margin: 15px 0 0 0;
  }
  .about__vision--list {
    font-size: 16px;
    margin: 18px 0 0 0;
  }
  .about__business {
    font-size: 24px;
    margin: 0 0 40px 0;
  }
  .about__business--unit {
    max-width: 1100px;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__business--content {
    height: 80px;
    width: 320px;
  }
  .about__business--content--text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    width: 320px;
  }
  .about__activity {
    font-size: 24px;
    margin: 0 0 40px 0;
    margin: 40px auto;
  }
  .about__activity--unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__activity--image--vector {
    height: 23px;
    margin: 34px 0 0 0;
    width: 40px;
    max-width: 100%;
  }
  .about__activity--image--pencil {
    height: 28px;
    margin: 34px 0 0 0;
    width: 28px;
    max-width: 100%;
  }
  .about__activity--image--flag {
    height: 28px;
    margin: 34px 0 0 0;
    width: 28px;
    max-width: 100%;
  }
  .about__activity--circle {
    border-radius: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 250px;
    margin: 0 10px 10px 10px;
    width: 250px;
    max-width: calc(100% - 20px);
  }
  .about__activity--subtitle {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  .about__activity--title--vector {
    font-size: 20px;
  }
  .about__activity--title {
    font-size: 20px;
    margin: 22px 0 0 0;
  }
  .about__activity--line {
    border-radius: 8px;
    height: 2px;
    margin: 10px 0 0 0;
    width: 50px;
    max-width: 100%;
  }
  .about__activity--text {
    font-size: 15px;
    margin: 15px 0 0 0;
  }
  /* 
   * 研修内容
   */
  .training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 10px;
  }
  .training .common__section--title {
    width: 200px;
  }
  .training__card--content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto;
    padding: 0 20px 50px;
    max-width: 900px;
    width: 100%;
  }
  .training__card--title {
    font-size: 22px;
    margin: -15px 0 0 0;
    padding: 0 0 1px 0;
  }
  .training__card--container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-top: 30px;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .training__card--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 202px;
    height: 190px;
  }
  .training__card--wrapper--flame {
    border-radius: 4px 4px 0 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .training__card--wrapper--title {
    font-size: 20px;
    padding: 2px 0 5px;
  }
  .training__card--wrapper--text {
    font-size: 16px;
    margin: 14px 0 0 0;
  }
  .training__card--schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 60px auto;
    padding: 0 30px 50px 30px;
    max-width: 900px;
    width: 100%;
  }
  .training__learning--image {
    width: 100%;
    margin: 30px;
  }
  .training__learning--image img {
    width: 100%;
  }
  .training__card--schedule--flame {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 92px;
    padding: 10px 20px 10px 20px;
    width: 100%;
    max-width: 786px;
  }
  .training__card--schedule--text {
    font-size: 14px;
  }
  .training__card--dayschedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 60px auto;
    padding: 0 30px 50px 30px;
    width: 100%;
    max-width: 900px;
  }
  .training__card--dayschedule--text {
    font-size: 14px;
    font-weight: 500;
  }
  .training__card--dispatch {
    gap: 20px;
  }
  .training__card--dispatch img {
    display: block;
  }
  .training__card--title--blue {
    font-size: 24px;
    margin: 30px 40px 0 0;
    padding: 0 0 0 30px;
    max-width: calc(100% - 40px);
  }
  .training__card--dispatch--left {
    padding: 0;
    width: 81%;
    max-width: 81%;
  }
  .training__dispatch--image {
    height: 60%;
  }
  .training__card--dispatch--text {
    font-size: 14px;
    line-height: 1.4;
    margin: 20px 40px 0 0;
    padding: 0 0 0 30px;
    max-width: calc(100% - 40px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* 
  * 募集要項
  */
  .offering {
    padding: 100px 0;
  }
  .offering__section--inner {
    max-width: 900px;
    width: 100%;
  }
  .offering .common__section--title {
    width: 200px;
  }
  .offering__section--list {
    max-width: 800px;
    width: 100%;
    margin: 80px auto 0;
  }
  .offering__section--list--row {
    padding: 27px 0;
  }
  .offering__section--list--row > dt {
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 28px;
  }
  .offering__section--list--row > dd {
    width: calc(100% - 200px);
  }
  .entry .common__form--button {
    width: 340px;
    font-size: 22px;
  }
  .entry .common__form--button--wrap {
    width: 340px;
  }
  .entry__section--inner {
    max-width: 900px;
    width: 100%;
    padding: 80px 0 100px;
  }
  .entry__section--text {
    margin-bottom: 20px;
  }
  .entry__form {
    padding: 40px;
  }
  .entry__form--inner {
    width: 560px;
    margin-bottom: 50px;
  }
  .entry .common__section--title {
    width: 380px;
    margin-bottom: 40px;
  }
  .entry__section--caution p {
    font-size: 12px;
    width: 350px;
    margin: 50px auto 0;
  }
  /* 
 * 研修内容
 */
  .training__card--dispatch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 100%;
    min-height: 305px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 0 30px;
    width: 100%;
    max-width: 900px;
    margin: 60px auto;
  }
  .training__card--dispatch--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* SP size only */
@media (max-width: 768px) {
  /*
  * 共通パーツ
  */
  .common__form--button {
    -webkit-box-shadow: 0 3px 0 #e6566f;
            box-shadow: 0 3px 0 #e6566f;
    height: 50px;
    width: 80%;
    font-size: 20px;
  }
  .common__text--link {
    text-decoration: underline;
  }
  .common__text--link:hover {
    text-decoration: none;
  }
  .common__section--title {
    font-size: 24px;
    margin: 0 auto 40px;
    padding-bottom: 0.2em;
  }
  /* 
 * トップページ
 */
  .home__section {
    padding: 20px 2% 50px;
  }
  .home__head--top {
    font-size: 20px;
  }
  .home__title--frame {
    margin: 20px auto 0;
  }
  .home__title--frame--inner {
    padding: 30px 5% 40px;
    background-size: 200px auto;
    background-position: right 50px bottom 80px;
  }
  .home__title--large {
    font-size: 40px;
    margin: 20px auto;
    margin: 0 auto 25px;
  }
  /* 
  * 強調募集
  */
  .announce__application + .large {
    padding-top: 80px;
  }
  .announce__heading--bottom {
    font-size: 24px;
    padding: 30px 0 30px 0;
  }
  /* 
  * エンジニアになる大変さ
  */
  .recruitment__section__unit {
    margin: 0 auto 50px;
    padding: 0 2%;
  }
  .recruitment__section__title {
    font-size: 24px;
    margin: 50px auto 0;
  }
  .recruitment__group__list {
    padding: 30px 0 0;
  }
  .section__list--medium {
    font-size: 20px;
    padding: 0 0 0 10px;
  }
  .section__list--small {
    padding: 10px 0 0 42px;
  }
  .emphasis__text--large {
    font-size: 24px;
    margin: 20px auto 50px;
  }
  /* 
  * 概要
  */
  .bg--summary {
    padding: 30px 2% 40px;
  }
  .bg--transparent {
    padding: 40px 0 35px;
  }
  .summary .common__section--title {
    width: 100px;
    margin-bottom: 20px;
  }
  .summary__lead--frame {
    margin: 30px auto 20px;
    max-width: 90%;
    padding: 10px 40px;
  }
  .summary__lead--text {
    font-size: 24px;
  }
  .summary__section--description {
    gap: 20px;
    padding: 0 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .description__text--left {
    font-size: 18px;
  }
  .description__text--left--main {
    font-size: 18px;
    margin-bottom: .5em;
  }
  .description__text--left--sub {
    font-size: 12px;
  }
  .description__box--color {
    padding: 0.5em 1em;
    width: 280px;
  }
  .description__item--number {
    font-size: 24px;
  }
  .triangle__feature--pink {
    padding: 5px 0;
  }
  /* 
 * 応募フォームへ
 */
  .announce__application {
    font-size: 24px;
    padding: 40px 0;
  }
  .announce__application .line__cut--pink {
    position: relative;
    bottom: -42px;
  }
  .announce__heading--bottom--small {
    font-size: 18px;
  }
  .announce__heading--bottom--copy {
    margin-bottom: 25px;
  }
  .announce__application--learge {
    font-size: 24px;
    padding: 130px 0 70px 0;
  }
  /* 
  * 目的
  */
  .purpose {
    padding: 50px 2%;
  }
  .purpose .common__section--title {
    width: 13em;
    margin-bottom: 25px;
  }
  .purpose__section--subtitle {
    font-size: 16px;
    margin-bottom: 1.5em;
  }
  .purpose__group--list {
    padding: 30px 5% 30px;
    max-width: 800px;
    margin-bottom: 20px;
  }
  .purpose__group--number {
    height: 58px;
    width: 58px;
  }
  .purpose__group--title {
    font-size: 20px;
    max-width: calc(100% - 58px);
    padding-left: 10px;
  }
  .purpose__group--text {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  /* 
  * 理由
  */
  .reason {
    padding: 50px 5%;
  }
  .reason .common__section--title {
    width: 10em;
  }
  .reason__item {
    gap: 20px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason__item--reverse {
    gap: 20px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason__item--image {
    width: 100%;
  }
  .reason__item--title {
    font-size: 20px;
  }
  .reason__item--title::after {
    width: 95%;
  }
  .reason__item--text {
    font-size: 15px;
    padding-top: 20px;
  }
  /* 
  * 佐渡の魅力3選！
  */
  .attraction {
    margin-top: 70px;
  }
  .attraction__section--subtitle {
    font-size: 18px;
  }
  .attraction .common__section--title {
    width: 10em;
  }
  .attraction__bg--view {
    padding-top: 500px;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-size: auto 500px;
    background-position: top 0 center;
  }
  .attraction__card--blue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 15px 15px 15px 15px;
  }
  .attraction__card--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .attraction__card--number--blue {
    width: 100px;
    height: 30px;
    line-height: 30px;
    max-width: calc(100% - -40px);
  }
  .attraction__card--title {
    font-size: 20px;
    margin: 0 0 0 15px;
    max-width: calc(100% - 15px);
  }
  .attraction__card--text {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
  .attraction__bg--kani {
    padding-top: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-size: auto 500px;
    background-position: top 0 center;
  }
  .attraction__card--pink {
    border-radius: 0 0 6px 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 15px 15px 15px 15px;
  }
  .attraction__card--number--pink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    line-height: 30px;
    height: 30px;
    width: 100px;
    max-width: calc(100% - -40px);
  }
  .attraction__bg--tradition {
    padding-top: 500px;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background-position: top 0 center;
    background-size: auto 500px;
  }
  /* 
  * miracleaveについて
  */
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 40px 2% 50px;
  }
  .about .common__section--title {
    width: 12em;
  }
  .about__card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 4% 30px;
    margin: 30px auto;
  }
  .about__image--logo--size {
    width: 100px;
  }
  .about__vision--title {
    font-size: 22px;
    margin: 15px 0 0 0;
  }
  .about__vision--list {
    font-size: 16px;
    margin: 18px 0 0 0;
  }
  .about__business {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .about__business--unit {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__business--content {
    height: 80px;
    width: 320px;
  }
  .about__business--content--text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    width: 320px;
  }
  .about__activity {
    font-size: 24px;
    margin: 0 0 40px 0;
    margin: 40px auto;
  }
  .about__activity--unit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__activity--image--vector {
    height: 23px;
    margin: 34px 0 0 0;
    width: 40px;
    max-width: 100%;
  }
  .about__activity--image--pencil {
    height: 28px;
    margin: 34px 0 0 0;
    width: 28px;
    max-width: 100%;
  }
  .about__activity--image--flag {
    height: 28px;
    margin: 34px 0 0 0;
    width: 28px;
    max-width: 100%;
  }
  .about__activity--circle {
    border-radius: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 250px;
    margin: 0 10px 10px 10px;
    width: 250px;
    max-width: calc(100% - 20px);
  }
  .about__activity--subtitle {
    font-size: 12px;
    margin: 10px 0 0 0;
  }
  .about__activity--title--vector {
    font-size: 20px;
  }
  .about__activity--title {
    font-size: 20px;
    margin: 22px 0 0 0;
  }
  .about__activity--line {
    border-radius: 8px;
    height: 2px;
    margin: 10px 0 0 0;
    width: 50px;
    max-width: 100%;
  }
  .about__activity--text {
    font-size: 15px;
    margin: 15px 0 0 0;
  }
  /* 
   * 研修内容
   */
  .training {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 2%;
  }
  .training .common__section--title {
    width: 5em;
  }
  .training__card--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto;
    padding: 0 5% 30px 5%;
  }
  .training__card--title {
    font-size: 22px;
    margin: -15px 0 0 0;
    padding: 0 0 1px 0;
  }
  .training__card--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    gap: 20px;
  }
  .training__card--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 80%;
    padding-bottom: 14px;
  }
  .training__card--wrapper--flame {
    border-radius: 4px 4px 0 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .training__card--wrapper--title {
    font-size: 20px;
    padding: 2px 0 5px;
  }
  .training__card--wrapper--text {
    font-size: 16px;
    margin: 14px 0 0 0;
  }
  .training__card--schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 60px auto;
    padding: 0 5% 20px 5%;
  }
  .training__learning--image {
    max-width: 100%;
    overflow-x: auto;
    margin: 20px 0;
  }
  .training__card--schedule--flame {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 10px 20px 10px 20px;
  }
  .training__card--schedule--flame img {
    width: 100%;
  }
  .training__card--schedule--text {
    font-size: 14px;
  }
  .training__card--dayschedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 60px auto;
    padding: 0 5% 20px 5%;
  }
  .training__day--image img {
    padding: 20px;
  }
  .training__card--dayschedule--text {
    font-size: 14px;
    font-weight: 500;
  }
  .training__card--dispatch {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .training__dispatch--image {
    margin-bottom: 20px;
  }
  .training__dispatch--image img {
    border-radius: 8px;
    display: block;
  }
  .training__card--title--blue {
    font-size: 24px;
    text-align: center;
    margin: -15px 0 10px;
  }
  .training__card--dispatch--left {
    padding: 0;
    margin: 0 5%;
  }
  .training__card--dispatch--text {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
  /* 
  * 募集要項
  */
  .offering {
    padding: 50px 0;
  }
  .offering__section--inner {
    width: 100%;
  }
  .offering .common__section--title {
    width: 5em;
  }
  .offering__section--list {
    margin-top: 40px;
  }
  .offering__section--list--row {
    padding: 27px 0;
  }
  .offering__section--list--row > dt {
    width: 7em;
    font-size: 16px;
    font-weight: 500;
    padding-left: 1em;
  }
  .offering__section--list--row > dd {
    width: calc(100% - 7em);
    padding-right: 1em;
  }
  .entry .common__form--button {
    width: 70%;
    font-size: 1.8rem;
  }
  .entry .common__form--button--wrap {
    width: 70%;
  }
  .entry__section--inner {
    padding: 40px 0 2%;
  }
  .entry__section--text {
    margin-bottom: 10px;
    margin: 0 5%;
  }
  .entry__form {
    padding: 20px 5%;
  }
  .entry__form--inner {
    width: 100%;
    margin-bottom: 25px;
  }
  .entry .common__section--title {
    width: 10em;
  }
  .entry__section--caution {
    padding: 20px 5%;
  }
  .entry__section--caution p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */