@charset "UTF-8";
* {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
  }
}

a {
  color: #002a71;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
a img {
  transition: all 0.3s ease;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}
a:hover img, a:active img {
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  z-index: 10000;
}

br[class^=br-] {
  display: none;
}

@media (min-width: 640px) {
  br.br-sm {
    display: inline;
  }
}
@media (min-width: 800px) {
  br.br-md {
    display: inline;
  }
}
@media (min-width: 1240px) {
  br.br-lg {
    display: inline;
  }
}
@media (max-width: 640px) {
  br.br-only-sm {
    display: inline;
  }
}
.img-sm-only,
.img-md-only,
.img-lg-only {
  display: none;
}

@media (max-width: 640px) {
  .img-sm-only {
    display: block;
  }
}
@media (min-width: 640px) {
  .img-sm-up {
    display: block;
  }
}
@media (max-width: 800px) {
  .img-md-only {
    display: block;
  }
}
@media (min-width: 800px) {
  .img-md-up {
    display: block;
  }
}
@media (min-width: 1240px) {
  .img-lg-up {
    display: block;
  }
}
p {
  margin: 0.5em auto 1em;
}
p:first-child {
  margin-top: 0;
}

:root {
  --page-padding: 1.5rem;
}

.entry-content {
  margin: 2.5em auto 5em;
}
.entry-content .container {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: var(--page-padding);
  position: relative;
}

.entry-content > .alignwide {
  max-width: 1240px;
  margin-inline: auto;
}

.entry-content > .alignfull {
  width: var(--vw);
  max-width: var(--vw);
  margin-left: 50%;
  transform: translateX(-50%);
  padding-inline: var(--page-padding);
}

body {
  overflow-x: hidden;
}

/* ----------------------------------------
 * WordPress: alignments
 * 画像・figure・ブロック共通
 * -------------------------------------- */
/* 左寄せ：テキスト回り込み */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* 右寄せ：テキスト回り込み */
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* 中央寄せ：ブロックとして中央に */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

img.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

img.alignright,
.wp-block-image .alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

img.aligncenter,
.wp-block-image .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* figure 共通の余白調整など */
.wp-block-image,
figure {
  max-width: 100%;
}

.wp-block-image img {
  height: auto;
}

/* キャプション */
.wp-element-caption,
.wp-block-image figcaption {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.5em;
  color: #666;
}

@media (max-width: 768px) {
  .alignleft,
  .alignright,
  img.alignleft,
  img.alignright,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #002a71;
  margin: 1.5em auto 0.5em;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}
.entry-content h2 {
  font-size: 1.8em;
}
.entry-content h3 {
  font-size: 1.6em;
  border-bottom: 1px solid currentColor;
}
.entry-content h4 {
  font-size: 1.4em;
}
.entry-content h5 {
  font-size: 1.3em;
}
.entry-content h6 {
  font-size: 1.2em;
}

/*******************************************************************************************/
header#header {
  width: 100%;
  max-width: 100%;
}
header#header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25em 1em;
}
header#header .header-container .site-branding {
  max-width: 442px;
}
@media (max-width: 800px) {
  header#header .header-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding: 1em;
  }
}

.btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 3em 0.5em 1em;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3em;
  position: relative;
  color: #002a71;
  transition: all 0.3s ease;
}
.btn01 a::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: currentColor; /* 円の色 */
  border-radius: 50%;
  position: absolute;
  right: 1em;
  transition: all 0.3s ease;
}
.btn01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(-50%, -50%);
  width: 0.6em; /* 円より小さく配置 */
  height: 0.6em;
  background-color: #fff; /* アイコン（矢印）の色 */
  -webkit-mask-image: url(/wp-content/themes/twentythirteen-2/images/recruit2026/icon-tri.svg);
          mask-image: url(/wp-content/themes/twentythirteen-2/images/recruit2026/icon-tri.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.3s ease;
}
.btn01 a:hover {
  text-decoration: none !important;
  background-color: #002a71;
  color: #fff;
}
.btn01 a:hover::before {
  background-color: #fff; /* 円の色を白に変更 */
}
.btn01 a:hover::after {
  background-color: #002a71; /* アイコンの色をメインカラーに変更 */
}

a.btn_table01 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
  padding: 0.5em 3em 0.5em 1em;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3em;
  position: relative;
  color: #002a71;
  transition: all 0.3s ease;
}
a.btn_table01::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: currentColor; /* 円の色 */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
a.btn_table01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(-50%, -50%);
  width: 0.6em; /* 円より小さく配置 */
  height: 0.6em;
  background-color: #fff; /* アイコン（矢印）の色 */
  -webkit-mask-image: url(/wp-content/themes/twentythirteen-2/images/recruit2026/icon-tri.svg);
          mask-image: url(/wp-content/themes/twentythirteen-2/images/recruit2026/icon-tri.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.3s ease;
}
a.btn_table01:hover {
  text-decoration: none !important;
  background-color: #002a71;
  color: #fff;
}
a.btn_table01:hover::before {
  background-color: #fff; /* 円の色を白に変更 */
}
a.btn_table01:hover::after {
  background-color: #002a71; /* アイコンの色をメインカラーに変更 */
}

.link_tri a {
  display: flex;
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding: 0.6em 0;
  justify-content: space-between;
  align-items: center;
}
.link_tri a:after {
  content: "";
  display: inline-block;
  width: 1em; /* 円より小さく配置 */
  height: 1em;
  -webkit-mask-image: url(/wp-content/themes/twentythirteen-2/images/recruit2026/icon-tri.svg);
          mask-image: url(/wp-content/themes/twentythirteen-2/images/recruit2026/icon-tri.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor; /* アイコン（矢印）の色 */
  transition: all 0.3s ease;
}
.link_tri a:hover {
  text-decoration: none !important;
  background-color: color-mix(in srgb, currentColor 20%, transparent);
  padding: 0.6em;
}

ul {
  margin: 1em auto;
  margin-inline-start: 2em;
}

.recruit_table {
  max-width: 640px;
  margin: 1em auto 3em;
}
.recruit_table table tbody tr td {
  vertical-align: top;
  padding: 0.5em 1em;
  border: none;
  border-bottom: 1px solid #ddd;
}
.recruit_table table tbody tr td:first-child {
  width: 25%;
  font-weight: 600;
}
@media (max-width: 800px) {
  .recruit_table table tbody tr {
    display: block;
  }
  .recruit_table table tbody tr td {
    display: block;
    width: 100%;
  }
  .recruit_table table tbody tr td:first-child {
    width: 100%;
    font-weight: 600;
    border: none;
  }
  .recruit_table table tbody tr td:last-child {
    border-bottom: 1px solid #ddd;
  }
}

.add-area {
  max-width: 720px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  padding: 1.5em 2em;
  border-radius: 5px;
  margin: 3em auto;
}

.contact-area {
  padding: 2em 1.5em;
}
.contact-area .wp-block-cover .wp-block-cover__inner-container p {
  padding: 0;
}
.contact-area .wp-block-cover .wp-block-cover__inner-container p a {
  display: block;
  padding: 2em 0;
  font-size: 1.4em;
}
.contact-area .wp-block-cover .wp-block-cover__inner-container p a:hover {
  background-color: #002a71;
  color: #fff;
}

.footer {
  border-top: 1px solid #ddd;
  padding: 2em 1em;
}
.footer.wp-block-columns {
  max-width: 1080px;
}

@media (max-width: 800px) {
  .reverse {
    flex-direction: column-reverse;
  }
}