@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
}

a {
  color: #707070;
}

a:link, a:visited, a:active {
  color: inherit;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-justify: inter-ideograph;
  /* IE */
  text-justify: inter-character;
  /* Firefox */
  text-align: left;
  text-align: justify;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

i {
  display: inline-block;
  font-style: normal;
}

.hidden {
  display: none !important;
}

.show {
  display: initial !important;
}

.js_object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=text],
input[type=textarea] {
  width: 100%;
  background-color: #fff;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

form, fieldset, legend, input {
  margin: 0;
  padding: 0;
  border: none;
}

textarea {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #C8C8C8;
}

::-moz-placeholder {
  color: #C8C8C8;
}

:-ms-input-placeholder {
  color: #C8C8C8;
}

::-ms-input-placeholder {
  color: #C8C8C8;
}

::placeholder {
  color: #C8C8C8;
}

input[readonly] {
  color: #7e7e7e !important;
  background-color: rgba(239, 239, 239, 0.3) !important;
  border-color: rgba(118, 118, 118, 0.3) !important;
}

.form-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #020202;
}

.form-set form {
  width: 100%;
}

.form-set.check-form .form-item__title, .form-set.check-form .form-item__required {
  line-height: 26px;
}

.form-set .form-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}

.form-set .form-item__title {
  position: relative;
  display: flex;
  font-weight: normal;
  color: #707070;
  padding: 10px;
  padding-left: 3.6em;
  min-width: 200px;
}

.form-set .form-item__required {
  position: absolute;
  left: 0;
  color: #fe1e1e;
  font-size: 12px;
  line-height: initial;
}

.form-set .form-item__annotation {
  display: inline-block;
  color: #fe1e1e;
  font-size: 12px;
  margin-top: 10px;
}

.form-set .form-item__bfaf-text {
  display: inline-block;
  vertical-align: bottom;
  margin: 8px 5px;
  color: #707070;
}

.form-set .form-item__page-back a {
  display: inline-block;
  color: #707070;
  text-decoration: underline;
  margin-top: 50px;
}

.form-set .form-item__text {
  width: 100%;
}

.form-set .form-item__text input[type="text"],
.form-set .form-item__text input[type="mail"],
.form-set .form-item__text input[type="tel"],
.form-set .form-item__text textarea {
  width: 100%;
  line-height: 1.4;
  outline: none !important;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #707070;
  transition: .1s;
}

.form-set .form-item__radio {
  padding: 7px 0;
}

.form-set .form-item__radio input[type="radio"] {
  display: none;
}

.form-set .form-item__radio label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 26px;
  position: relative;
  width: auto;
  color: #707070;
}

.form-set .form-item__radio label::before {
  content: "";
  display: block;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transition: .1s;
}

.form-set .form-item__radio label::after {
  content: "";
  display: block;
  background: #f77f7f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  transition: .1s;
}

.form-set .form-item__radio input[type="radio"]:checked + label::after {
  opacity: 1;
}

.form-set .form-item__radio:not(:last-of-type) {
  margin-right: 25px;
}

.form-set .form-item__checkbox input[type="checkbox"] {
  display: none;
}

.form-set .form-item__checkbox label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 3px 0 3px 30px;
  position: relative;
  width: auto;
}

.form-set .form-item__checkbox label::before {
  content: "";
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #f3f3f3;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  border-radius: 3px;
  transition: .1s;
}

.form-set .form-item__checkbox label::after {
  content: "";
  display: block;
  border-right: 3px solid #f77f7f;
  border-bottom: 3px solid #f77f7f;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: .1s;
}

.form-set .form-item__checkbox input[type="checkbox"]:checked + label::before {
  background-color: #fdfdfd;
}

.form-set .form-item__checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.form-set .form-item__checkbox:not(:last-of-type) {
  margin-right: 25px;
}

.form-set .form-item__select select {
  text-transform: none;
  display: block;
  padding: 10px 16px;
  padding-right: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  border: 1px solid #d0d0d0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  background-image: url("/include/img/icon_sort-solid.svg");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 3px !important;
  position: relative;
  transition: .1s;
}

.form-set .form-item__select select::-ms-expand {
  display: none;
}

.form-set .form-item__select select:focus {
  background-color: #fdfdfd;
  border-color: #020202;
  outline: none;
}

.form-set .form-item__button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.form-set .form-item__button input[type="submit"],
.form-set .form-item__button input[type="button"],
.form-set .form-item__button button[type="submit"],
.form-set .form-item__button button[type="button"] {
  font-size: 18px;
  width: 100%;
  max-width: 400px;
  padding: 24px;
}

.form-set .form-item__check {
  width: 100%;
  padding: 10px;
  line-height: 26px;
}

.form-set .form-item__check .form_error {
  color: #F74640;
}

.form-set .policy {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.form-set .policy__title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  padding: 8px;
  background-color: #ccc;
}

.form-set .policy__text textarea {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  color: #707070;
  width: 100%;
  padding: 30px 50px;
  border-radius: 0;
  background-color: #fff;
  resize: vertical;
}

.form-set .policy__text textarea:focus {
  outline: none !important;
}

.form-set .policy__checkbox {
  text-align: center;
  font-size: 18px;
  color: #707070;
  margin-top: 24px;
}

.form-set .policy__checkbox .agree-check {
  display: inline-block;
  cursor: pointer;
}

.form-set .policy__checkbox .agree-check input {
  display: none;
}

.form-set .policy__checkbox .agree-check input + .check-text::before {
  position: relative;
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M2.105%2C2.105H17.895V17.895H2.105ZM0%2C20H20V0H0Z%22%20fill%3D%22%237b7b7b%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-set .policy__checkbox .agree-check input:checked + .check-text::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M2.105%2C2.105H17.895V17.895H2.105ZM0%2C20H20V0H0Z%22%20fill%3D%22%237b7b7b%22%2F%3E%3Cpath%20d%3D%22M91.837%2C135.521l2.229-2.381%2C2.8%2C2.986%2C7.738-8.265%2C2.229%2C2.381-9.967%2C10.646Z%22%20transform%3D%22translate(-89.333%20-124.374)%22%20fill%3D%22%237b7b7b%22%2F%3E%3C%2Fsvg%3E");
}

.form-set .policy__checkbox .check-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.thanks .title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #020202;
}

.thanks .message {
  line-height: 1.8;
}

.thanks a {
  margin-top: 50px;
  width: 240px;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  background-color: #fff;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ダークモードの対応 */

.barlow {
  font-family: 'Barlow', sans-serif;
}

.Garamond {
  font-family: 'EB Garamond', 'Noto Serif JP', serif;
}

a {
  transition: 0.2s;
}

a:hover {
  color: #07046A;
}

a.transp:hover {
  opacity: 0.7;
}

.button {
  display: inline-block;
  position: relative;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  width: 200px;
  border-radius: 50px;
  background-color: #07046A;
  transition: all 0.5s ease;
}

.button:hover {
  opacity: 1;
  transition: all .35s ease;
  color: #07046A !important;
  background-color: #fff;
}

.button::after {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "〉";
  font-weight: 600;
}

.button.back::after {
  content: none;
}

.button.back::before {
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: "〈";
  font-weight: 600;
}

.button.btn-00 {
  color: #07046A !important;
  background-color: transparent;
  border: 1px solid #07046A;
}

.button.btn-00:hover {
  color: #fff !important;
  background-color: #07046A;
}

.button.btn-01 {
  border: 1px solid #fff;
}

.button.btn-02 {
  border: 1px solid #07046A;
}

.button.btn-03 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 20px;
  border-radius: 5px;
  background-color: #D1C777;
}

.button.btn-03:hover {
  color: #fff !important;
  background-color: #c1b44e;
}

.button.btn-04 {
  color: #707070 !important;
  max-width: 220px;
  background: transparent;
  border: 1px solid #707070;
}

.button_set {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff !important;
}

.button_set:hover {
  color: #fff;
}

.button_set::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.button_set.search {
  background-color: #D1C777;
}

.button_set.search:hover {
  background-color: #c1b44e;
}

.button_set.search::before {
  background-image: url("/img/common/icon_search.svg");
}

.button_set.doctor {
  background-color: #95B5F2;
}

.button_set.doctor:hover {
  background-color: #7193d3;
}

.button_set.doctor::before {
  background-image: url("/img/common/icon_stethoscope.svg");
}

.button_set.group {
  background-color: #E8B18F;
}

.button_set.group:hover {
  background-color: #d1926a;
}

.button_set.group::before {
  background-image: url("/img/common/icon_building.svg");
}

.read {
  text-align: center;
}

.read .en {
  font-size: 30px;
  color: #07046A;
  margin-bottom: 34px;
}

.read__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.18rem;
  color: #020202;
}

.read__text::after {
  display: block;
  content: "";
  width: 30px;
  height: 5px;
  margin: 25px auto 0;
  background-color: #fe1e1e;
}

.dl-table {
  width: 100%;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
}

.dl-table dt, .dl-table dd {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.dl-table dt {
  width: 160px;
}

.dl-table dd {
  width: calc(100% - 160px);
}

.js_object_fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.keep_ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #e1e1e1;
  background-image: url("/img/common/tmg_mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.keep_ratio img {
  width: 100%;
}

.keep_ratio::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}

.keep_ratio span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.category__kango {
  background-color: #72D6F4;
}

.category__kaigo {
  background-color: #94C34B;
}

.category__sakoju {
  background-color: #7C79D9;
}

.category__doctor {
  background-color: #95B5F2;
}

.category__group {
  background-color: #07046A;
}

[class*="category__kango-"] {
  background-color: #72D6F4;
}

[class*="category__kaigo-"] {
  background-color: #94C34B;
}

[class*="category__sakoju-"] {
  background-color: #7C79D9;
}

.job-icons span::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.job-icons__place::before {
  background-image: url("/img/common/icon_job-place.svg");
}

.job-icons__salary::before {
  background-image: url("/img/common/icon_job-salary.svg");
}

.job-icons__type::before {
  background-image: url("/img/common/icon_job-type.svg");
}

.job-icons__user::before {
  background-image: url("/img/common/icon_job-user.svg");
}

.ellipsis__s {
  width: 30em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ellipsis__m {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.6;
  height: 3.2em;
}

.ellipsis__m-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.6;
  height: 4.8em;
}

.ellipsis__m-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.6;
  height: 6.4em;
}

.accordion {
  text-align: center;
}

.accordion .ac_title,
.accordion .ac_close {
  cursor: pointer;
}

.accordion .ac_inner {
  display: none;
}

.section .inner {
  width: 100%;
  max-width: 1100px;
  padding: 48px 50px;
  margin: 0 auto;
}

.section .inner.w_full {
  padding-left: 0;
  padding-right: 0;
}

#container {
  opacity: 0;
  padding-top: 100px;
}

#main_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#main_header.active {
  top: 0 !important;
}

#main_header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#main_header .inner .site_logo {
  display: flex;
  align-items: center;
  height: 54px;
  margin-left: 60px;
}

#main_header .inner .site_logo img {
  width: 100px;
  height: auto;
}

#main_header .inner .site_logo h1 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #707070;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(112, 112, 112, 0.4);
}

#main_header .inner .site_logo h1 span {
  display: block;
  font-size: 20px;
  margin-top: 2px;
}

#main_header .inner #gnav {
  display: block;
  margin: auto 40px 0 0;
  -webkit-animation: show 0.3s linear;
          animation: show 0.3s linear;
}

#main_header .inner #gnav > ul > li {
  display: inline-block;
}

#main_header .inner #gnav > ul > li:not(:first-child) {
  margin-left: 46px;
}

#main_header .inner #gnav > ul > li.home {
  display: none;
}

#main_header .inner #gnav > ul > li > a {
  position: relative;
  display: block;
  color: #707070;
  padding-bottom: 18px;
}

#main_header .inner #gnav > ul > li > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fe1e1e;
  visibility: hidden;
}

#main_header .inner #gnav > ul > li > a:hover, #main_header .inner #gnav > ul > li > a.current {
  opacity: 1;
  color: #07046A;
}

#main_header .inner #gnav > ul > li > a:hover::after, #main_header .inner #gnav > ul > li > a.current::after {
  visibility: visible;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

#main_header .gnav_btns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

#main_header .gnav_btns span {
  display: block;
  min-width: 152px;
  height: 52px;
}

#main_header .gnav_btns span a {
  padding: 11px 15px;
}

/*　ハンバーガーボタン　*/
.gnav_icon {
  display: none;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
}

.gnav_icon .icon_wrap {
  position: relative;
  width: 40px;
  height: 40px;
  transition: 0.2s;
}

.gnav_icon span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 6px;
  background: #020202;
  transition: 0.2s ease-in-out;
}

.gnav_icon span:nth-child(1) {
  top: 10px;
}

.gnav_icon span:nth-child(2) {
  top: 20px;
}

.gnav_icon span:nth-child(3) {
  top: 30px;
}

.gnav_icon.active {
  background-color: #07046A;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
}

.gnav_icon.active .icon_wrap {
  height: 32px;
}

.gnav_icon.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.gnav_icon.active span:nth-child(2), .gnav_icon.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

#footer {
  color: #fff;
  background-color: #07046A;
}

#footer .gnav_btns {
  display: flex;
  width: 100%;
}

#footer .gnav_btns span {
  display: block;
  width: calc(100% / 3);
}

#footer .gnav_btns span a {
  font-size: 20px;
  height: 150px;
}

#footer .gnav_btns span:nth-child(1) {
  order: 2;
}

#footer .gnav_btns span:nth-child(2) {
  order: 1;
}

#footer .gnav_btns span:nth-child(3) {
  order: 3;
}

#footer .gnav_btns .button_set {
  flex-direction: column;
}

#footer .gnav_btns .button_set::before {
  margin-right: 0;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}

#footer .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px;
}

#footer .inner a:hover {
  color: inherit;
  opacity: 0.7;
}

#footer .inner .footer_nav {
  display: flex;
  margin: 63px 0 43px;
}

#footer .inner .footer_nav span {
  display: inline-block;
}

#footer .inner .footer_nav span:not(:first-child) {
  margin-left: 48px;
}

#footer .inner .site_logo {
  position: relative;
  display: flex;
  align-items: center;
}

#footer .inner .site_logo .title {
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - -114px);
  font-size: 16px;
  letter-spacing: 0.18rem;
  width: 15em;
}

#footer .inner .site_logo .title span {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}

#footer .inner .priv {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 56px;
}

#footer .inner .priv::before, #footer .inner .priv::after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 17px;
  background-color: rgba(255, 255, 255, 0.5);
}

#footer .inner .cpy {
  font-size: 12px;
  margin-top: 10px;
}

.breadcrumb {
  padding: 16px 60px;
}

.breadcrumb a {
  color: #aaa;
}

.breadcrumb a:hover {
  color: #07046A;
}

.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  position: relative;
  padding-right: calc(16px + 8px);
  margin: 5px 0;
  margin-right: 8px;
  color: #aaa;
  font-size: 14px;
}

.breadcrumb li::before {
  content: '〉';
  line-height: 1;
  font-size: 1.2rem;
  color: #aaa;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb li:last-child::before {
  content: normal;
}

.breadcrumb li br {
  display: none;
}

/* 矢印 */
.ac_title_all {
  position: relative;
}

.ac_title_all::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transition: transform .3s ease-in-out, top .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 8px;
  opacity: 0;
}

.ac_title_all.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contents__search {
  background-color: #07046A;
}

.contents__search .inner {
  padding-top: 34px;
  padding-bottom: 34px;
}

.contents__search .inner header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents__search .inner header h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.18rem;
}

.contents__search .inner .top_search {
  display: flex;
  justify-content: center;
}

.contents__search .inner .top_search .form-item {
  padding: 0;
  border-bottom: none;
}

.contents__search .inner .top_search .form-item__text {
  display: flex;
  justify-content: center;
}

.contents__search .inner .top_search .form-item__text input[type="text"] {
  line-height: 1.2;
  width: 240px;
  border: none;
}

.contents__search .inner .top_search .form-item__text input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
  line-height: 1.2;
  padding: 4px 18px 4px 43px;
  margin-left: 6px;
  background-color: #D1C777;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
  border: 0;
  transition: 0.3s;
  background-image: url("/img/common/icon_search.svg");
  background-repeat: no-repeat;
  background-position: left 18px center;
  background-size: 20px;
}

.contents__search .inner .top_search .form-item__text input[type="submit"]:hover {
  background-color: #c1b44e;
}

.contents__search .inner .refine_search {
  margin-top: 16px;
}

.contents__search .inner .refine_search .tgl_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  width: 260px;
  margin-top: 20px;
  padding: 13px 0 10px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.contents__search .inner .refine_search .tgl_btn::after, .contents__search .inner .refine_search .tgl_btn::before {
  display: block;
  width: 18px;
  height: 8px;
  background-image: url("/img/common/icon_arrow_down-w.svg");
  background-position: center;
  background-size: cover;
}

.contents__search .inner .refine_search .tgl_btn::before {
  content: none;
  margin-bottom: 6px;
}

.contents__search .inner .refine_search .tgl_btn::after {
  content: "";
  margin-top: 6px;
}

.contents__search .inner .refine_search .tgl_btn.active::before {
  content: "";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.contents__search .inner .refine_search .tgl_btn.active::after {
  content: none;
}

.contents__search .inner .refine_search .search_items {
  width: 100%;
  margin-top: 20px;
}

.contents__search .inner .refine_search .search_items > .title {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 23px;
  padding-left: 12px;
  border-left: 3px solid #fe1e1e;
}

.contents__search .inner .refine_search .search_items .form-item {
  align-items: initial;
  padding: 0;
  border-bottom: none;
}

.contents__search .inner .refine_search .search_items .form-item__title,
.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 20px;
  line-height: 1.6;
  background-color: #fff;
}

.contents__search .inner .refine_search .search_items .form-item .ac_inner {
  display: flex;
}

.contents__search .inner .refine_search .search_items .form-item__title {
  flex: 1;
  text-align: left;
  font-weight: 600;
  min-width: 170px;
  margin-bottom: 0;
  margin-right: 5px;
  color: #fff;
  background-color: #D1C777;
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox {
  width: 100%;
  color: #07046A;
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox .title {
  width: 250px;
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox label {
  min-width: 80px;
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox_wrap {
  width: 100%;
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox_wrap .radio_and_checkbox {
  position: relative;
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox_wrap .radio_and_checkbox:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox_wrap.ac_inner {
  display: block;
}

.contents__search .inner .refine_search .search_items .form-item:not(:first-child) {
  margin-top: 5px;
}

.contents__search .inner .refine_search .search_items .form-item .search_button {
  display: flex;
  justify-content: center;
  margin: 50px 0 30px;
  width: 100%;
}

.contents__search .inner .refine_search .search_items .form-item .search_button input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 50px 14px 74px;
  background-color: #D1C777;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
  border: 0;
  transition: 0.3s;
  background-image: url("/img/common/icon_search.svg");
  background-repeat: no-repeat;
  background-position: left 50px center;
  background-size: 20px;
}

.contents__search .inner .refine_search .search_items .form-item .search_button input[type="submit"]:hover {
  background-color: #c1b44e;
}

#pagetop {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 20px;
  bottom: -60px;
  z-index: 98;
  border-radius: 50px;
  background: #07046A;
  cursor: pointer;
  transition: 0.2s;
}

#pagetop::before {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#pagetop.btn_active {
  bottom: 80px;
}

#pagetop.btn_on_footer {
  position: absolute;
  top: 20px;
  background: #fff;
}

#pagetop.btn_on_footer::before {
  border-top: 1px solid #07046A;
  border-right: 1px solid #07046A;
}

/* サブページ共通
———————————–———————————–———————————–———————————– */
.hero-sub__wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.hero-sub__content .tmg_mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  opacity: 0;
}

.hero-sub__content .tmg_mark .item {
  display: inline-block;
  color: #fff;
}

.hero-sub__content .tmg_mark .item:nth-child(2) {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateY(-42%) translateX(-50%);
          transform: translateY(-42%) translateX(-50%);
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.hero-sub__content .tmg_mark .item:nth-child(2) p, .hero-sub__content .tmg_mark .item:nth-child(2) h2 {
  -webkit-transform: translate(0, 145%);
          transform: translate(0, 145%);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  will-change: transform;
}

.hero-sub__content .tmg_mark .item:nth-child(2) p {
  font-size: 34px;
  margin-bottom: 7px;
}

.hero-sub__content .tmg_mark .item:nth-child(2) h2 {
  font-size: 16px;
}

.hero-sub__content .tmg_mark.-visible {
  opacity: 1;
}

.hero-sub__content .tmg_mark.-visible .item:nth-child(1) {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hero-sub__content .tmg_mark.-visible .item:nth-child(2) p, .hero-sub__content .tmg_mark.-visible .item:nth-child(2) h2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.hero-sub__content .tmg_mark.-visible .item:nth-child(2) h2 {
  transition-delay: 0.2s;
}

.hero-sub__content .tmg_catch {
  position: absolute;
  top: 50%;
  left: calc(50% - -180px);
  z-index: 3;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.hero-sub__content .tmg_catch p {
  overflow: hidden;
}

.hero-sub__content .tmg_catch p span {
  display: inline-block;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
  transition: 0.4s;
  opacity: 0;
}

.hero-sub__content .tmg_catch p.-visible span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.hero-sub__content::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 113, 0.9);
  mix-blend-mode: multiply;
}

.hero-sub__slider {
  width: 100%;
}

.hero-sub__slider .slide {
  width: 100%;
  height: 260px;
}

.hero-sub__slider .slide img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  transition: 0.6s;
}

.hero-sub__slider .slide.-visible img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main .section .inner .read {
  padding-bottom: 68px;
}

.contents__article .inner {
  max-width: 750px;
}

.contents__article .inner h3, .contents__article .inner h4, .contents__article .inner h5 {
  font-weight: 600;
  line-height: 1.5;
  color: #020202;
}

.contents__article .inner h4, .contents__article .inner h5 {
  margin: 50px 0 20px;
}

.contents__article .inner h3 {
  font-size: 30px;
}

.contents__article .inner h4 {
  position: relative;
  font-size: 24px;
  padding-bottom: 14px;
}

.contents__article .inner h4::before, .contents__article .inner h4::after {
  position: absolute;
}

.contents__article .inner h4::before {
  left: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 65px;
  height: 2px;
  background-color: #07046A;
}

.contents__article .inner h4::after {
  left: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d0d0d0;
}

.contents__article .inner h5 {
  font-size: 20px;
}

.contents__article .inner p {
  line-height: 2;
  margin: 20px 0 50px;
}

.contents__article .inner .button {
  display: block;
  margin: 80px auto 60px;
}

.contents__article .inner .category-and-date {
  margin-bottom: 30px;
}

.contents__article .inner .article-item__mainimg {
  margin-top: 36px;
}

.contents__article .inner .article-item__mainimg::before {
  padding-top: 66.66%;
  /* 3:2 */
}

.contents__article .inner .article-item__mainimg img {
  height: auto;
}

.contents__article .inner .article-item__mainimg02 img {
  width: 100%;
}

.contents__article .inner .article-item__subimg {
  text-align: center;
  margin: 20px 0 50px;
}

.contents__article .inner .article-item__subimg img {
  width: 100%;
}

.contents__article .inner .article-item__subimg::before {
  padding-top: 66.66%;
  /* 3:2 */
}

.contents__article .inner .article-item__txt-and-img {
  overflow: hidden;
}

.contents__article .inner .article-item__txt-and-img img {
  width: 45%;
  height: auto;
}

.contents__article .inner .article-item__txt-and-img.right img {
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}

.contents__article .inner .article-item__txt-and-img.left img {
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}

.contents__article .inner .article-item__option span {
  display: flex;
  align-items: center;
}

.contents__article .inner .article-item__option span::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contents__article .inner .article-item__option span:not(:first-child) {
  margin-top: 20px;
}

.contents__article .inner .article-item__option--exlink::before {
  background-image: url("/img/common/icon_exlink.svg");
}

.contents__article .inner .article-item__option--pdf::before {
  background-image: url("/img/common/icon_pdf.svg");
}

.contents__article .inner .article-item__option a {
  text-decoration: underline;
}

.contents__article .inner .article-item__option a:hover {
  text-decoration: none;
}

.pagination-container02 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}

.pagination-container02 p.prev-page {
  margin-right: 5px;
}

.pagination-container02 p.next-page {
  margin-left: 5px;
}

.pagination-container02 button {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #07046A;
  font-size: 14px;
  text-decoration: none;
  background-color: #ececec;
}

.pagination-container02 button:hover {
  font-weight: bold;
  color: #fff;
  background-color: #07046A;
}

.pagination-container02 ul {
  display: flex;
  justify-content: center;
}

.pagination-container02 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-container02 ul li + li {
  margin-left: -1px;
}

.pagination-container02 ul li a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07046A;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  background-color: #ececec;
  margin: 0 5px;
}

.pagination-container02 ul li a:hover {
  font-weight: bold;
  color: #fff;
  background-color: #07046A;
}

.pagination-container02 ul li.ellipsis span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #07046A;
  background-color: #ececec;
}

.pagination-container02 ul .navi-active a {
  font-weight: bold;
  color: #fff;
  background-color: #07046A;
}

.news01_content {
  color: #020202;
  text-align: left;
}

.news01_content .text01 {
  font-size: 16px;
}

.news01_content .text01 b {
  font-size: 27px;
  margin: 0 5px;
}

.news01_content .text01 b.red {
  color: #f00;
  font-size: 27px;
  text-decoration: underline;
}

.news01_content .title01 {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}

.news01_content .title01 img {
  width: 28px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.news01_content .title01:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.news01_content .text03 {
  font-family: "MS Pゴシック";
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  color: #fff;
  background-color: #f57878;
  border-radius: 5px;
  margin-top: 20px;
}

.news01_content .text04 {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.news01_content .linkset {
  display: flex;
  justify-content: center;
}

.news01_content .linkset .link_btn01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #60c5a8;
  width: 100%;
  padding: 15px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 16px;
  color: #fff;
}

.news01_content .linkset b {
  display: block;
  font-size: 21px;
  margin-bottom: 8px;
}

.news01_content .linkset .arrow-right::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news01_content .linkset .arrow-right::after {
  content: "";
  display: inline-block;
}

.category-and-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.category-and-date i {
  font-size: 12px;
  width: 140px;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  padding: 6px 0;
  border-radius: 3px;
}

.category-and-date .date {
  font-size: 16px;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__card {
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedede;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__card:first-child {
  padding-top: 18px;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__body .category-and-date {
  margin-right: 36px;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__body .category-and-date i {
  margin-right: 28px;
}

.main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__body .title {
  color: #020202;
}

.main .contents__article .inner h3 {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .show-pc {
    display: none !important;
  }
  .form-set .form-item {
    flex-direction: column;
  }
  .form-set .form-item__title {
    line-height: initial;
    padding: 0 0 4vw;
    min-width: initial;
  }
  .form-set .form-item__required {
    position: static;
    order: 2;
    margin-left: 1.33333vw;
  }
  .form-set .form-item__button {
    margin-top: 13.33333vw;
  }
  .form-set .form-item__button input[type="submit"],
  .form-set .form-item__button input[type="button"],
  .form-set .form-item__button button[type="submit"],
  .form-set .form-item__button button[type="button"] {
    font-size: 16px;
    padding: 5.33333vw;
    max-width: initial;
  }
  .form-set .policy {
    margin-top: 16vw;
  }
  .form-set .policy__title {
    font-size: 16px;
  }
  .form-set .policy__text textarea {
    font-size: 13px;
    padding: 5.33333vw 8vw;
  }
  .form-set .policy__checkbox {
    font-size: 16px;
    margin-top: 5.33333vw;
  }
  .form-set .policy__checkbox .agree-check input + .check-text::before {
    height: 18px;
    width: 18px;
    margin-right: 1.6vw;
  }
  .thanks {
    margin-top: 8vw;
  }
  .thanks a {
    margin-top: 10.66667vw;
  }
  .button {
    font-size: 14px;
  }
  .button.btn-04 {
    max-width: 200px;
  }
  .dl-table {
    width: 100%;
    display: block;
  }
  .dl-table dt, .dl-table dd {
    width: 100%;
    padding: 10px 0;
  }
  .dl-table dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .job-icons span::before {
    margin-right: 4px;
  }
  .section .inner {
    padding: 12.8vw 20px;
  }
  #footer .gnav_btns span a {
    font-size: 12px !important;
    height: 66px !important;
    padding: 0 5px;
  }
  #footer .gnav_btns .button_set {
    flex-direction: column !important;
  }
  #footer .gnav_btns .button_set::before {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
  }
  #footer .inner {
    padding: 0 0 5.33333vw;
  }
  #footer .inner .footer_nav {
    display: none;
  }
  #footer .inner .site_logo {
    margin-top: 16vw;
  }
  .breadcrumb {
    padding: 4vw 20px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .ac_title_all::after {
    opacity: 1;
  }
  .contents__search .inner {
    padding-top: 7.2vw;
    padding-bottom: 7.2vw;
  }
  .contents__search .inner header h2 {
    font-size: 16px;
    letter-spacing: normal;
  }
  .contents__search .inner .top_search {
    max-width: 400px;
  }
  .contents__search .inner .top_search .form-item__text input[type="text"] {
    width: 65%;
  }
  .contents__search .inner .top_search .form-item__text input[type="submit"] {
    padding: 4px 13px 4px 38px;
    background-position: left 13px center;
  }
  .contents__search .inner .refine_search {
    margin-top: 2.13333vw;
  }
  .contents__search .inner .refine_search .tgl_btn {
    margin-top: 4vw;
  }
  .contents__search .inner .refine_search .search_items {
    margin-top: 5.33333vw;
  }
  .contents__search .inner .refine_search .search_items > .title {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 17px;
  }
  .contents__search .inner .refine_search .search_items .form-item {
    flex-direction: column;
  }
  .contents__search .inner .refine_search .search_items .form-item__title,
  .contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox {
    flex-wrap: nowrap;
  }
  .contents__search .inner .refine_search .search_items .form-item .ac_inner {
    display: none;
  }
  .contents__search .inner .refine_search .search_items .form-item__title {
    margin-right: 0;
  }
  .contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }
  .contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox_wrap.ac_inner {
    display: none;
  }
  .contents__search .inner .refine_search .search_items .form-item:not(:first-child) {
    margin-top: 14px;
  }
  .contents__search .inner .refine_search .search_items .form-item .search_button {
    margin: 5.33333vw 0;
  }
  .contents__search .inner .refine_search .search_items .form-item .search_button input[type="submit"] {
    font-size: 16px;
    padding: 24px 20px 24px 44px;
    background-position: left 20px center;
  }
  #pagetop {
    width: 40px;
    height: 40px;
  }
  #pagetop::before {
    width: 10px;
    height: 10px;
  }
  #pagetop.btn_active {
    right: 10px;
  }
  .hero-sub__content .tmg_mark {
    top: calc(50% - 13px);
  }
  .hero-sub__content .tmg_mark .item:nth-child(1) img {
    width: 176px;
    height: auto;
  }
  .hero-sub__content .tmg_catch {
    top: calc(50% - -97px);
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .hero-sub__content .tmg_catch p span {
    -webkit-transform: translate(0, 60%);
            transform: translate(0, 60%);
  }
  .hero-sub__content .tmg_catch p span img {
    width: 124px;
    height: auto;
  }
  .main .section .inner .read {
    padding-bottom: 13.33333vw;
  }
  .main .section .inner {
    padding-top: 8vw;
  }
  .contents__article .inner h4, .contents__article .inner h5 {
    margin: 13.33333vw 0 5.33333vw;
  }
  .contents__article .inner h3 {
    font-size: 20px;
  }
  .contents__article .inner h4 {
    font-size: 18px;
  }
  .contents__article .inner h5 {
    font-size: 16px;
  }
  .contents__article .inner p {
    margin: 5.33333vw 0 13.33333vw;
  }
  .contents__article .inner .button {
    padding: 14px;
    width: 200px;
    margin: 18.66667vw auto 10.66667vw;
  }
  .contents__article .inner .category-and-date {
    margin-bottom: 5.33333vw;
  }
  .contents__article .inner .article-item__subimg {
    margin: 5.33333vw 0 13.33333vw;
  }
  .contents__article .inner .article-item__txt-and-img.right img, .contents__article .inner .article-item__txt-and-img.left img {
    display: block;
    float: none;
    margin: 0 auto 6.66667vw;
    width: 100%;
  }
  .contents__article .inner .article-item__option span:not(:first-child) {
    margin-bottom: 5.33333vw;
  }
  .news01_content .text01 .note01 {
    display: inline-block;
    text-align: right;
    width: 100%;
  }
  .news01_content .title01 {
    font-size: 18px;
  }
  .category-and-date i {
    width: auto;
    min-width: 130px;
    padding: 4px 10px;
  }
  .category-and-date .date {
    font-size: 14px;
  }
  .main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__card {
    margin-bottom: 5.33333vw;
    padding-bottom: 5.33333vw;
  }
  .main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__card:first-child {
    padding-top: 5.33333vw;
  }
  .main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__body .category-and-date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.73333vw;
  }
  .main .contents__news-01 .inner .box__container.box-01 .news-list .news-list-item__body .title {
    font-size: 14px;
  }
  .main .contents__article .inner h3 {
    margin-bottom: 8vw;
  }
}

@media (min-width: 768px) {
  .show-sp {
    display: none !important;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff;
    color: #222;
  }
}

@media (max-width: 1100px) {
  .button {
    padding: 14px;
    width: 220px;
  }
  .read__text {
    font-size: 18px;
    line-height: 2;
  }
  .read__text::after {
    margin-top: 23px;
  }
  #container {
    padding-top: 70px;
  }
  #main_header {
    height: 70px;
  }
  #main_header .inner .site_logo {
    height: 3.75vw;
    margin-left: 4.16667vw;
  }
  #main_header .inner .site_logo img {
    width: 62px;
  }
  #main_header .inner .site_logo h1 {
    font-size: 12px;
    padding-left: 16px;
    margin-left: 16px;
  }
  #main_header .inner .site_logo h1 span {
    font-size: 18px;
  }
  #main_header .inner #gnav {
    display: none;
  }
  #main_header .inner #gnav.active {
    display: block;
    position: fixed;
    z-index: 2;
    top: 70px;
    left: 0;
    background-color: #07046A;
    width: 100%;
    height: calc(100% - 66px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
    overflow-y: auto;
  }
  #main_header .inner #gnav.active > ul {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #main_header .inner #gnav.active > ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #main_header .inner #gnav.active > ul li a::after {
    position: static;
    display: inline-block;
    content: "";
    width: 6px;
    height: 13px;
    margin-left: auto;
    margin-right: 22px;
    background-color: transparent;
    visibility: visible;
    background-image: url("/img/common/icon_arrow_right-w.svg");
    background-position: center;
    background-size: cover;
  }
  #main_header .inner #gnav.active > ul > li {
    padding: 0;
    width: 100%;
  }
  #main_header .inner #gnav.active > ul > li:not(:first-child) {
    margin-left: 0;
  }
  #main_header .inner #gnav.active > ul > li:not(:first-child) a {
    border-top: 1px solid white;
  }
  #main_header .inner #gnav.active > ul > li.home {
    display: block;
  }
  #main_header .inner #gnav.active > ul > li a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 22px 0 22px 27px;
  }
  #main_header .inner #gnav.active > ul > li a:hover, #main_header .inner #gnav.active > ul > li a.current {
    color: #fff;
  }
  #main_header .inner #gnav.active > ul > li.menu__single .menu__second-level {
    visibility: visible;
    opacity: 1;
    position: static;
    top: 46px;
    left: 50%;
    width: 100%;
    padding-top: 0;
    -webkit-transform: none;
            transform: none;
    transition: none;
  }
  #main_header .inner #gnav.active > ul > li.menu__single .menu__second-level ul {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  #main_header .inner #gnav.active > ul > li.menu__single .menu__second-level ul li a {
    display: flex;
    padding-left: 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #main_header .inner #gnav.active > ul > li.menu__single .menu__second-level ul li a::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 1px;
    margin-right: 10px;
    background-color: #fff;
  }
  #main_header .inner #gnav.active > ul > li.menu__single .menu__second-level ul li a:hover {
    color: #fff;
  }
  #main_header .inner #gnav.active > ul > li.menu__single .menu__second-level ul li:not(:first-child) {
    margin-top: 0;
  }
  #main_header .inner #gnav.active > ul > li.menu__single:hover .menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
  }
  #main_header .gnav_btns {
    display: none;
  }
  .gnav_icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer .gnav_btns {
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  #footer .gnav_btns span a {
    font-size: 18px;
    height: 80px;
  }
  #footer .gnav_btns .button_set {
    flex-direction: initial;
  }
  #footer .gnav_btns .button_set::before {
    margin-right: 3px;
    width: 22px;
    height: 22px;
    margin-bottom: 0;
  }
  #footer .inner .site_logo {
    flex-direction: column;
  }
  #footer .inner .site_logo img {
    width: 166px;
  }
  #footer .inner .site_logo .title {
    position: static;
    text-align: center;
    font-size: 17px;
    margin-top: 40px;
  }
  #footer .inner .site_logo .title span {
    font-size: 24px;
    margin-top: 8px;
  }
  #footer .inner .cpy {
    font-size: 10px;
    margin-top: 20px;
  }
  .contents__search .inner .refine_search .search_items .form-item .radio_and_checkbox .title {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  #main_header .inner #gnav > ul > li:not(:first-child) {
    margin-left: 2.36111vw;
  }
  #main_header .inner #gnav > ul > li > a {
    font-size: 15px;
  }
  #main_header .gnav_btns span {
    min-width: 10.55556vw;
  }
  #main_header .gnav_btns span a {
    font-size: 15px;
  }
}
