html {
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-family: Helvetica, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
  }
}

a {
  background: transparent;
  outline: 0 !important;
  text-decoration: none;
  text-decoration-color: #b3b2af;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
footer,
header,
small,
nav,
section,
figure,
figcaption,
main {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  outline: none;
}

audio,
canvas,
video {
  display: inline-block;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 1;
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

img[usemap],
map area {
  border: none !important;
  outline: none !important;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

dt,
dd,
li,
th,
td,
input,
textarea {
  text-align: left;
  vertical-align: top;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
}

button,
label {
  background-color: transparent;
  cursor: pointer;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}

input,
textarea,
button,
select {
  font-size: 100%;
  outline: none;
}

i,
address,
cite {
  font-style: normal;
}

a,
input,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-touchevents a[href^=tel] {
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 959px) {
  .l-document {
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {
  .l-document {
    min-width: 1280px;
  }
}

@media screen and (min-width:768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.width_fix {
  width: 1000px;
  margin: 0 auto;
}
header .width_fix,
footer .width_fix {
  width: 1200px;
}
@media screen and (max-width:767px) {
  header .width_fix,
  footer .width_fix {
    width: 100%;
    padding: 0 10px;
  }
  .container .width_fix {
    width: 100%;
    padding: 0;
  }
}

header,
footer {
  font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
header {
  display: flex;
  color: #000;
  height: 80px;
  background: #fedf46;
  overflow: hidden;
}

header .l-header_logo {
  display: flex;
  align-items: center;
  height: 100%;
}

header .l-header_logo > a > img {
  width: max(10.72165vw, 138.66667px);
}

header .l-header_logo > a > img:hover {
  opacity: 0.7;
}

header .l-header_logo > span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background: #f08300;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 10px;
  margin-left: max(.89348vw, 11.55556px);
}

header .l-header_logo > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #000 transparent transparent;
}
@media screen and (max-width:767px) {
  header .l-header_logo > span {
    display: none;
  }
}

header .l-header_logo > strong {
  font-weight: 700;
  letter-spacing: .04em;
  margin-left: max(1.30585vw, 16.88889px);
  font-size: max(1.23712vw, 16px);
}

.container {
  padding: 0 0 60px 0;
}
@media screen and (max-width:767px) {
  .container {
    padding: 0 0 30px 0;
  }
}

.main {
  background: #f0e8da;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .main {
    padding: 0 10px;
  }
}

.section {
  padding: 30px 0;
}

.section .title {
  font-size: 2.3em;
  color: #ec8000;
  border-bottom: 3px dotted #ec8000;
  margin: 0 0 20px 0;
}

.item_link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}
.item_link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:767px) {
  .item_link {
    padding: 0;
  }
  .back_contents .item_link {
    display: flex;
    gap: 15px;
    padding: 10px;
  }
}

/* =========================================================
  .new_contents
========================================================= */
.new_contents {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.new_contents.box .img_block {
  width: 340px;
  flex-shrink: 0;
}

.new_contents.box .img_box {
  aspect-ratio: 1024 / 538;
  overflow: hidden;
}

.new_contents.box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #eee;
}

.new_contents.box .text_block {
  flex-grow: 1;
}

@media screen and (max-width:767px) {
  .new_contents {
    flex-flow: column;
    gap: 20px;
  }
  .new_contents.box .img_block {
    width: 100%;
  }
}

/* =========================================================
  .back_contents
========================================================= */
.back_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width:767px) {
  .back_contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.back_contents .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.back_contents .item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.back_contents.box .img_block {
  width: 100%;
}

.back_contents.box .img_box {
  width: 100%;
  aspect-ratio: 1024 / 538;
  overflow: hidden;
  margin: 0;
}

.back_contents.box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #eee;
}

.back_contents.box .text_block {
  flex-grow: 1;      /* 余白を吸収し、カード全体の高さを均一に保ちます */
  border-radius: 0;
  background: transparent;
  display: block;
  padding-top: 15px;
}

.back_contents.box .text_block .interview_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 4行に制限 */
  overflow: hidden;
  height: 5.2em;      /* 1.3(line-height) × 4(行数) = 5.2em */
}

@media screen and (max-width: 767px) {
  .back_contents .item_link {
    flex-direction: row;
  }

  .back_contents.box .img_block {
    width: 35%;
    flex-shrink: 0;
  }
  
  .back_contents.box .text_block {
    padding-top: 0;
  }
}

.box .img_box {
  width: 100%;
  margin: 0 0 20px 0;
}
@media screen and (max-width:767px) {
  .back_contents.box .img_box {
    margin: 0;
  }
}

.box .text_block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 40px;
}
@media screen and (max-width:767px) {
  .new_contents.box .text_block {
    padding: 0 10px 10px 10px;
  }
}

.box .text_block .interview_title {
  color: #ec8000;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .box .text_block .interview_title {
    font-size: 15px;
  }
}

.new_contents.box .text_block .interview_title {
  border-bottom: 3px dotted #ec8000;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.check_btn {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  color: #ec8000;
  font-weight: bold;
  justify-content: center;
  gap: 4px;
  background: #ffffff;
  border: 4px solid #ec8000;
  border-radius: 50px;
  width: 95%;
  padding: 10px 20px;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s ease;
}

.check_btn:hover {
  background-color: #ec8000;
  color: #ffffff;
}

footer {
  background: #d3fef6;
}

footer img.city-bg {
  width: 100%;
  height: auto;
  background: #fff;
}

.wrap-bottom-footer {
  padding: 80px 0 30px;
}

footer .logos {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  footer .logos {
    padding: 0 10px;
  }
}

footer .logos .logo {
  flex: 1;
  text-align: center;
}

footer .logos .logo > img {
  width: 100%;
  height: 55px;
  margin: 0 auto 15px;
}
@media screen and (max-width:767px) {
  footer .logos .logo > img {
    height: 40px;
  }
}

footer .logos .logo a {
  display: inline-flex;
  gap: 5px;
  border-bottom: 2px dotted #707070;
  padding-bottom: 3px;
}

footer .logos .logo span {
  font-size: 14px;
  font-family: ZenMaruGothicMedium;
  color: #2f2f2f;
}
@media screen and (max-width:767px) {
  footer .logos .logo span {
    font-size: 12px;
  }
}

footer .logos .logo a img {
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
}

.copy-right {
  margin: 0 auto;
  width: fit-content;
  margin-top: 70px;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.custom-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
  background-color: #f1f1f1;
  border-radius: 4px;
  transition: background-color 0.3s;
  box-sizing: border-box;
}
.custom-pagination .page-numbers:hover {
  background-color: #ddd;
}
.custom-pagination .page-numbers.current {
  background-color: #1e837c;
  color: #fff;
  font-weight: bold;
}
.custom-pagination .page-numbers.dots {
  background-color: transparent;
  min-width: auto;
  padding: 0 5px;
}

/* ==================================================
  Breadcrumb (パンくずリスト)
================================================== */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 4px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  white-space: nowrap;
}
.breadcrumb ul li {
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumb ul li a {
  text-decoration: underline;
  color: #333;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb-separator {
  margin-left: 8px;
}