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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #404040;
  line-height: 1.6;
  overflow-x: hidden;
}

button, input, textarea, select {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  word-break: break-word;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

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

img.auto {
  width: auto;
  height: auto;
  margin: 0 auto;
}

main {
  margin-top: 83px;
}
@media (max-width: 480px) {
  main {
    margin-top: 64px;
  }
}

.inner {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 1360px) {
  .inner {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 480px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 969px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 968px) {
  .pcOnly {
    display: none !important;
  }
}
.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-32 {
    font-size: 24px;
  }
}
.right {
  text-align: right;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-sp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.w-100 {
  width: 100%;
}

.pt-40 {
  padding-top: 40px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-80 {
  margin-top: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .flex {
    display: block;
  }
  .gap-48 {
    gap: 40px;
  }
  .mt-48 {
    margin-top: 32px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-64 {
    margin-top: 48px !important;
  }
  .pb-80 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 480px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .mt-48 {
    margin-top: 24px;
  }
  .mt-64 {
    margin-top: 32px !important;
  }
}
.bg-rainbow {
  background: url(../img/bg-rainbow.png) no-repeat center left;
  background-size: 2627px;
}
.bg-rainbow.bg-interview-rainbow {
  background: url(../img/bg-rainbow.png) no-repeat center left 50%;
  background-size: 2300px;
  z-index: -2;
}
@media (max-width: 768px) {
  .bg-rainbow {
    background: url(../img/bg-rainbow.png) no-repeat center;
    background-size: cover;
  }
}

.bg-blue {
  background: rgba(204, 216, 235, 0.3);
}

.bg-orange {
  background: rgba(233, 127, 0, 0.1);
}

.mark-title {
  font-size: 24px;
  font-weight: 500;
  padding: 4px 0 4px 24px;
  border-left: 6px solid #4C79AF;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mark-title {
    font-size: 20px;
    padding: 4px 0 4px 20px;
    border-left: 4px solid #4C79AF;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 30px;
}
header a {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header a.logo-link img {
  display: block;
}
header .hamburger {
  display: none;
}
header .gnav ul {
  display: flex;
  align-items: center;
}
header .gnav ul li.link-txt {
  margin-right: 32px;
}
header .gnav ul li.btn-txt {
  margin-right: 12px;
}
header .gnav ul li.btn-txt:last-child {
  margin-right: 0;
}
header .gnav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
header .gnav ul li a:hover {
  opacity: 0.5;
}
header .gnav ul li a.btn {
  width: 176px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
header .gnav ul li a.btn:hover {
  opacity: 0.5;
}
header .gnav ul li a.btn.orange {
  background: #E77C22;
}
header .gnav ul li a.btn.blue {
  background: #4C79AF;
}
@media (max-width: 1200px) {
  header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .hamburger {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 83px;
    height: 83px;
    top: 0;
    right: 0;
    border: 0;
    background: #E77C22;
  }
  header .hamburger span:not(.txt) {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 0 auto 8px;
    transition: all 0.3s ease;
  }
  header .hamburger .txt {
    color: #fff;
    font-size: 12px;
  }
  header .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  header .gnav {
    display: none;
    position: fixed;
    top: 83px;
    left: 0;
    width: 100%;
    height: 100dvh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    background: #fff;
  }
  header .gnav.active {
    display: block;
    transform: translateY(0);
  }
  header .gnav ul {
    flex-direction: column;
    padding: 20px 80px;
    border-top: #DDDDDD 1px solid;
  }
  header .gnav ul li {
    width: 100%;
  }
  header .gnav ul li a {
    display: block;
    padding: 16px 24px;
  }
  header .gnav ul li.link-txt {
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  header .gnav ul li.link-txt a {
    position: relative;
  }
  header .gnav ul li.link-txt a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    background: url(../img/icon-more-btn-blue.svg) no-repeat;
    background-size: 9px;
  }
  header .gnav ul li.btn-txt {
    margin: 0;
  }
  header .gnav ul li.btn-txt a {
    width: 100%;
    height: 56px;
    border-radius: 56px;
    margin: 16px 0 0;
  }
}
@media (max-width: 768px) {
  header .hamburger {
    width: 83px;
    height: 83px;
  }
  header .gnav {
    top: 83px;
  }
  header .gnav ul {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  header .header-container {
    padding: 16px 0;
  }
  header .logo-link img {
    width: auto;
    height: 32px;
  }
  header .hamburger {
    width: 64px;
    height: 64px;
  }
  header .gnav {
    top: 64px;
  }
  header .gnav ul {
    padding: 0;
  }
  header .gnav ul .btn-txt {
    padding: 0 16px;
  }
}

footer {
  position: relative;
  padding-top: 64px;
  background: #fff;
}
footer .fnav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .fnav .box {
  width: calc((100% - 96px) / 4);
}
footer .fnav .box .item {
  margin-bottom: 32px;
}
footer .fnav .box .item p {
  border-bottom: #C7C7C7 1px solid;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
}
footer .fnav .box .item p a {
  position: relative;
  display: block;
}
footer .fnav .box .item p a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  top: 8px;
  right: 16px;
  background: url(../img/icon-fnav.svg) no-repeat;
}
footer .fnav .box .item p a.not-link {
  cursor: auto;
}
footer .fnav .box .item p a.not-link::before {
  display: none !important;
}
footer .fnav .box .item p a.not-link:hover {
  opacity: 1;
}
footer .fnav .box .item p .accordion-button {
  display: none;
}
footer .fnav .box .item p .accordion-link {
  display: block;
}
footer .fnav .box .item ul li {
  margin-bottom: 12px;
}
footer .fnav .box .item ul li a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 16px;
}
footer .fnav .box .item ul li a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  top: 8px;
  left: 0;
  background: url(../img/icon-fnav.svg) no-repeat;
}
footer .fnav .box .item .sns-link {
  margin-right: 12px;
}
footer .marks-box img {
  margin-right: 24px;
}
footer .page-top-btn {
  position: fixed;
  width: 64px;
  width: 64px;
  border-radius: 64px;
  right: 24px;
  bottom: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
footer .page-top-btn.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
footer .footer-links {
  margin-top: 20px;
  padding: 16px 0;
  border-top: #C7C7C7 1px solid;
}
footer .footer-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-links ul li {
  padding: 0 12px;
}
footer .footer-links ul li a {
  font-size: 15px;
  font-weight: 500;
}
footer small {
  display: block;
  background: #40424A;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  footer .fnav .box {
    width: calc((100% - 64px) / 2);
  }
  footer .marks-box {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: auto;
    border-top: #C7C7C7 1px solid;
  }
  footer .marks-box img {
    margin: 24px 12px 0 12px;
  }
  footer .footer-links {
    margin-top: 24px;
    text-align: center;
  }
  footer .footer-links li {
    width: 100%;
    margin-top: 12px;
  }
  footer .footer-links li:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  footer .fnav .box {
    width: 100%;
  }
  footer .fnav .box .item {
    margin-bottom: 8px;
  }
  footer .fnav .box .item p {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
  }
  footer .fnav .box .item p .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 12px 20px 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    text-align: left;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
    pointer-events: none;
  }
  footer .fnav .box .item p .accordion-button .accordion-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  footer .fnav .box .item p .accordion-button.active .accordion-icon {
    transform: rotate(180deg);
  }
  footer .fnav .box .item p .under-line {
    text-decoration: underline;
  }
  footer .fnav .box .item p .accordion-link {
    display: none;
  }
  footer .fnav .box .item p a::before {
    display: none;
  }
  footer .fnav .box .item p.link-p {
    padding-bottom: 0;
  }
  footer .fnav .box .item p.link-p .link-txt {
    position: relative;
    padding: 24px 0;
  }
  footer .fnav .box .item p.link-p .link-txt::before {
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 18px;
    top: auto;
    bottom: 28px;
    right: 16px;
    background: url(../img/icon-fnav.svg) no-repeat;
    background-size: 10px;
  }
  footer .fnav .box .item p.link-p:nth-of-type(1) .link-txt {
    padding-top: 16px;
  }
  footer .fnav .box .item:not(:has(.accordion-button)) p .accordion-link {
    display: block;
  }
  footer .fnav .box .item ul.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 0;
  }
  footer .fnav .box .item ul.accordion-content.active {
    max-height: 500px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  footer .fnav .box .item.sns-box {
    text-align: center;
  }
  footer .fnav .box .item.sns-box p {
    border: 0;
  }
  footer .footer-links {
    text-align: left;
  }
  footer .footer-links ul li a {
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  footer {
    padding-top: 20px;
  }
  footer .fnav .box .item {
    margin-bottom: 8px;
  }
  footer .fnav .box .item.sns-box {
    padding: 24px 0;
  }
  footer .marks-box img {
    margin: 24px 4px 0 4px;
  }
  footer .page-top-btn {
    width: 56px;
    width: 56px;
    right: 20px;
    bottom: 20px;
  }
  footer small {
    font-size: 14px;
  }
}

.link-box {
  background-color: #5E5F65;
  padding: 40px 0;
}
.link-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.link-box ul li {
  flex: 0 0 auto;
}
.link-box ul li a {
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.link-box ul li a:hover {
  opacity: 0.8;
  transform: translateY(-5px);
}
.link-box ul li a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .link-box {
    padding: 30px 0;
  }
  .link-box ul {
    flex-direction: column;
    gap: 20px;
  }
  .link-box ul li {
    width: 100%;
    max-width: 300px;
  }
}

.breadcrumb {
  padding: 24px 0;
  overflow: auto;
}
.breadcrumb .breadcrumb-list {
  display: flex;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-list li {
  position: relative;
  white-space: nowrap;
}
.breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: "›";
  margin-left: 10px;
  color: #ccc;
}
.breadcrumb .breadcrumb-list li a {
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #4C79AF;
  transition: opacity 0.3s ease;
}
.breadcrumb .breadcrumb-list li a:hover {
  opacity: 0.7;
}

.breadcrumb-bottom {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumb-top {
    display: none;
  }
  .breadcrumb-bottom {
    display: block;
    background: rgba(204, 216, 235, 0.3);
  }
  .breadcrumb-bottom .breadcrumb {
    padding: 16px 0;
  }
}
.mv {
  position: relative;
  padding: 104px 0;
  text-align: left;
  overflow: hidden;
}
.mv .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv .mv-bg .mv-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.mv .inner {
  position: relative;
  z-index: 2;
  text-align: left;
}
.mv .page-title .title-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #6390C6;
  margin-bottom: 5px;
}
.mv .page-title .title-ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #404040;
  margin-top: -10px;
}
.mv .page-title .title-ja br.sp {
  display: block;
}
.mv .page-title .title-text {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #404040;
}
@media (max-width: 768px) {
  .mv {
    padding: 64px 0;
  }
  .mv .page-title .title-en {
    font-size: 18px;
  }
  .mv .page-title .title-ja {
    font-size: 32px;
  }
  .mv .page-title .title-ja br.sp {
    display: none;
  }
  .mv .page-title .title-text {
    margin-top: 0;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .mv {
    padding: 40px 0;
  }
  .mv .page-title .title-en {
    font-size: 14px;
  }
  .mv .page-title .title-ja {
    font-size: 24px;
  }
  .mv .page-title .title-text {
    font-size: 12px;
  }
}

.top-mv {
  position: relative;
  height: 710px;
}
.top-mv .mv-shadow {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 1;
}
.top-mv h1 {
  color: #fff;
  font-size: 64px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  text-align: center;
}
.top-mv h1 span {
  display: block;
  margin-top: 30px;
  font-size: 22px;
}
.top-mv h1 br.sp {
  display: none;
}
.top-mv img.sp {
  display: none;
}
@media (max-width: 1280px) {
  .top-mv h1 {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  .top-mv h1 {
    font-size: 48px;
  }
  .top-mv h1 span {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .top-mv {
    padding: 0;
  }
  .top-mv img.pc {
    display: none;
  }
  .top-mv img.sp {
    display: block;
  }
  .top-mv .mv-shadow {
    position: absolute;
    bottom: calc(50% - 95px);
    z-index: 1;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 30% 70%, rgba(0, 0, 0, 0));
  }
  .top-mv h1 {
    width: auto;
    margin: 30px 32px;
    font-size: 40px;
    text-align: left;
  }
  .top-mv h1 span {
    margin-top: 15px;
    font-size: 18px;
  }
  .top-mv h1 br,
  .top-mv h1 br.sp {
    display: block;
  }
}
@media (max-width: 480px) {
  .top-mv {
    height: 560px;
  }
  .top-mv h1 {
    font-size: 30px;
    line-height: 1.5;
  }
  .top-mv h1 span {
    margin-top: 10px;
    font-size: 13px;
  }
}

.specialNews-box {
  position: relative;
  display: block;
  background: #E77C22;
  box-sizing: border-box;
}
.specialNews-box .inner {
  position: relative;
  min-height: 88px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.specialNews-box .inner::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
  right: 0;
  border-radius: 48px;
  background: #fff url(../img/icon-more-btn-orange.svg) no-repeat center;
}
.specialNews-box .head {
  border-right: 1px solid #fff;
  padding-right: 32px;
  margin-right: 32px;
}
.specialNews-box .head h2 {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
}
.specialNews-box .head h2::before {
  position: absolute;
  content: "News";
  top: -48px;
  left: -24px;
  color: #fff;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.2;
  word-break: keep-all;
}
.specialNews-box .txt {
  display: flex;
  align-items: center;
  width: 78%;
}
.specialNews-box .txt time {
  color: #fff;
  font-size: 18px;
  margin-right: 24px;
  word-break: keep-all;
}
.specialNews-box .txt p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1360px) {
  .specialNews-box .inner {
    padding-right: 140px !important;
  }
  .specialNews-box .inner::before {
    right: 80px;
  }
}
@media (max-width: 768px) {
  .specialNews-box .inner {
    padding: 32px 40px !important;
  }
  .specialNews-box .inner::before {
    top: 24px;
    right: 40px;
    border-radius: 0;
  }
  .specialNews-box .head {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    margin: 0 0 12px;
  }
  .specialNews-box .head h2::before {
    display: none;
  }
  .specialNews-box .txt {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .specialNews-box .inner {
    padding: 20px !important;
  }
  .specialNews-box .inner::before {
    width: 32px;
    height: 32px;
    top: 22px;
    right: 20px;
    border-radius: 0;
    background: #fff url(../img/icon-more-btn-orange.svg) no-repeat center;
    background-size: 7px;
  }
  .specialNews-box .head {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    margin: 0 0 12px;
  }
  .specialNews-box .head h2 {
    font-size: 16px;
  }
  .specialNews-box .head h2::before {
    display: none;
  }
  .specialNews-box .txt {
    display: block;
    width: 100%;
  }
  .specialNews-box .txt time {
    font-size: 16px;
  }
  .specialNews-box .txt p {
    font-size: 16px;
  }
}

.contents-section.top-section {
  padding: 80px 0;
}
.contents-section.top-section .btn-box {
  display: flex;
  justify-content: space-between;
}
.contents-section.top-section .btn-box a {
  position: relative;
  display: block;
  width: calc((100% - 56px) / 2);
  background: #fff;
  padding: 40px 128px 40px 40px;
}
.contents-section.top-section .btn-box a::before {
  position: absolute;
  content: "";
  top: calc(50% - 32px);
  right: 40px;
  width: 64px;
  height: 64px;
  border-radius: 64px;
}
.contents-section.top-section .btn-box a.orange {
  background: linear-gradient(90deg, #FDF2E9, #FCF1F2);
}
.contents-section.top-section .btn-box a.orange::before {
  border: rgba(231, 124, 34, 0.5) 1px solid;
  background: #fff url(../img/icon-page-btn-orange.svg) no-repeat center;
}
.contents-section.top-section .btn-box a.blue {
  background: linear-gradient(90deg, #F1F7FE, #EEF9F5);
}
.contents-section.top-section .btn-box a.blue::before {
  border: rgba(70, 110, 165, 0.5) 1px solid;
  background: #fff url(../img/icon-page-btn-blue.svg) no-repeat center;
}
.contents-section.top-section .btn-box a h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
.contents-section.top-section .btn-box a p {
  font-size: 18px;
}
.contents-section.top-section .box {
  padding-top: 64px;
}
.contents-section.top-section .box.orange .head-box span {
  background: linear-gradient(90deg, #F8D8BD, #F5D4D7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.contents-section.top-section .box.orange .flex .shadow-box .img-box::before {
  background: linear-gradient(90deg, #F8D8BD, #F5D4D8);
}
.contents-section.top-section .box.orange .flex .shadow-box .btn {
  color: #E77C22;
  border: #E77C22 1px solid;
}
.contents-section.top-section .box.orange .flex .shadow-box .btn::before {
  background: url(../img/icon-more-btn-orange.svg) no-repeat;
}
.contents-section.top-section .box.blue .head-box span {
  background: linear-gradient(90deg, #D5E6FC, #CCECE0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.contents-section.top-section .box.blue .flex .shadow-box .img-box::before {
  background: linear-gradient(90deg, #E3EEFD, #DDF2EA);
}
.contents-section.top-section .box.blue .flex .shadow-box .btn {
  color: #466EA5;
  border: #466EA5 1px solid;
}
.contents-section.top-section .box.blue .flex .shadow-box .btn::before {
  background: url(../img/icon-more-btn-blue.svg) no-repeat;
}
.contents-section.top-section .box .head-box span {
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
}
.contents-section.top-section .box .head-box h2 {
  font-size: 36px;
  font-weight: 500;
  margin: -64px 0 72px 48px;
}
.contents-section.top-section .box .flex .shadow-box {
  display: flex;
  width: calc((100% - 56px) / 2);
  flex-direction: column;
}
.contents-section.top-section .box .flex .shadow-box .img-box {
  position: relative;
  width: calc(100% - 16px);
  height: auto;
  margin: -72px 0 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-section.top-section .box .flex .shadow-box .img-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -16px;
  bottom: -16px;
  z-index: 1;
}
.contents-section.top-section .box .flex .shadow-box .img-box img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.contents-section.top-section .box .flex .shadow-box h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.contents-section.top-section .box .flex .shadow-box p {
  font-size: 18px;
  margin: 16px 0 32px;
}
.contents-section.top-section .box .flex .shadow-box .btn {
  width: 100%;
  height: 72px;
  font-size: 20px;
  margin-top: auto;
}
.contents-section.top-section .news {
  margin-bottom: 40px;
}
.contents-section.top-section .news a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 72px 24px 32px;
  background: #fff;
  margin-bottom: 2px;
}
.contents-section.top-section .news a::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  right: 16px;
  border-radius: 36px;
  border: rgba(231, 124, 34, 0.5) 1px solid;
  background: #fff url(../img/icon-more-btn-orange.svg) no-repeat center;
  background-size: 7px 12px;
}
.contents-section.top-section .news a time {
  width: 120px;
  color: #E77C22;
  font-size: 18px;
  font-weight: 500;
}
.contents-section.top-section .news a p {
  width: calc(100% - 120px);
  font-size: 18px;
  font-weight: 500;
}
.contents-section.top-section .seminar .flex {
  align-items: end;
}
.contents-section.top-section .seminar .img-box {
  width: 414px;
}
.contents-section.top-section .seminar .txt-box {
  width: calc(100% - 478px);
}
.contents-section.top-section .seminar .txt-box h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}
.contents-section.top-section .seminar .txt-box p {
  font-size: 18px;
}
.contents-section.top-section .seminar .txt-box .btn {
  margin: 40px 0 0;
}
@media (max-width: 1360px) {
  .contents-section.top-section .btn-box a {
    width: calc((100% - 32px) / 2);
    padding: 32px 104px 32px 32px;
  }
  .contents-section.top-section .btn-box a br {
    display: none;
  }
  .contents-section.top-section .btn-box a::before {
    top: calc(50% - 32px);
    right: 32px;
    width: 64px;
    height: 64px;
  }
  .contents-section.top-section .btn-box a h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .contents-section.top-section .btn-box a p {
    font-size: 18px;
  }
  .contents-section.top-section .box .flex .shadow-box {
    width: calc((100% - 32px) / 2);
    padding: 32px;
  }
}
@media (max-width: 1280px) {
  .contents-section.top-section .btn-box a {
    width: calc((100% - 32px) / 2);
    padding: 32px 72px 24px 24px;
  }
  .contents-section.top-section .btn-box a br {
    display: none;
  }
  .contents-section.top-section .btn-box a::before {
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
  .contents-section.top-section .btn-box a.orange::before {
    background: #fff url(../img/icon-page-btn-orange.svg) no-repeat center;
    background-size: 14px;
  }
  .contents-section.top-section .btn-box a.blue::before {
    background: #fff url(../img/icon-page-btn-blue.svg) no-repeat center;
    background-size: 14px;
  }
  .contents-section.top-section .btn-box a h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contents-section.top-section .btn-box a p {
    font-size: 16px;
  }
  .contents-section.top-section .box .flex .shadow-box {
    width: calc((100% - 24px) / 2);
    padding: 24px;
  }
  .contents-section.top-section .box .flex .shadow-box h3 {
    font-size: 24px;
  }
  .contents-section.top-section .box .flex .shadow-box p {
    font-size: 18px;
    margin: 16px 0 32px;
  }
  .contents-section.top-section .box .flex .shadow-box .btn {
    height: 72px;
    font-size: 18px;
  }
  .contents-section.top-section .seminar .img-box {
    width: 360px;
  }
  .contents-section.top-section .seminar .txt-box {
    width: calc(100% - 400px);
  }
  .contents-section.top-section .seminar .txt-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .contents-section.top-section .btn-box {
    display: block;
  }
  .contents-section.top-section .btn-box a {
    width: 100%;
    padding: 32px 72px 24px 24px;
    margin-bottom: 16px;
  }
  .contents-section.top-section .box .flex .shadow-box {
    width: 100%;
    padding: 48px;
    margin-bottom: 64px;
  }
  .contents-section.top-section .box .flex .shadow-box:last-child {
    margin-bottom: 0;
  }
  .contents-section.top-section .box .flex .shadow-box h3 {
    font-size: 28px;
  }
  .contents-section.top-section .box .flex .shadow-box p {
    font-size: 18px;
    margin: 16px 0 32px;
  }
  .contents-section.top-section .box .flex .shadow-box .btn {
    height: 72px;
    font-size: 20px;
  }
  .contents-section.top-section .seminar .flex {
    display: block;
  }
  .contents-section.top-section .seminar .img-box {
    width: 100%;
    margin-bottom: 32px;
  }
  .contents-section.top-section .seminar .txt-box {
    width: 100%;
  }
  .contents-section.top-section .seminar .txt-box h3 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .contents-section.top-section .seminar .txt-box .btn {
    margin: 24px 0 0;
  }
}
@media (max-width: 768px) {
  .contents-section.top-section {
    padding: 64px 0;
  }
  .contents-section.top-section .box .head-box span {
    font-size: 64px;
  }
  .contents-section.top-section .box .head-box h2 {
    font-size: 28px;
    margin: -48px 0 72px 32px;
  }
  .contents-section.top-section .box .flex .shadow-box {
    padding: 32px;
  }
  .contents-section.top-section .box .flex .shadow-box h3 {
    font-size: 24px;
  }
  .contents-section.top-section .box .flex .shadow-box .btn {
    font-size: 18px;
  }
  .contents-section.top-section .news {
    margin-bottom: 24px;
  }
  .contents-section.top-section .news a {
    display: block;
    padding: 16px 72px 16px 20px;
  }
  .contents-section.top-section .news a::before {
    right: 24px;
  }
  .contents-section.top-section .news a time {
    width: 100%;
    font-size: 18px;
  }
  .contents-section.top-section .news a p {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
  }
  .contents-section.top-section .seminar .txt-box h3 {
    font-size: 28px;
  }
  .contents-section.top-section .seminar .txt-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contents-section.top-section {
    padding: 40px 0;
  }
  .contents-section.top-section .box {
    padding-top: 48px;
  }
  .contents-section.top-section .box .head-box {
    text-align: center;
  }
  .contents-section.top-section .box .head-box span {
    display: block;
    font-size: 24px;
  }
  .contents-section.top-section .box .head-box h2 {
    font-size: 24px;
    margin: -8px 0 64px;
  }
  .contents-section.top-section .box .flex .shadow-box {
    padding: 24px;
  }
  .contents-section.top-section .box .flex .shadow-box .img-box {
    margin: -64px 0 40px;
  }
  .contents-section.top-section .box .flex .shadow-box h3 {
    font-size: 20px;
  }
  .contents-section.top-section .box .flex .shadow-box p {
    font-size: 16px;
    margin: 16px 0 20px;
  }
  .contents-section.top-section .box .flex .shadow-box .btn {
    height: 64px;
    font-size: 16px;
    justify-content: flex-start;
  }
  .contents-section.top-section .news a {
    display: block;
    padding: 16px 20px;
  }
  .contents-section.top-section .news a::before {
    display: none;
  }
  .contents-section.top-section .news a time {
    font-size: 16px;
  }
  .contents-section.top-section .news a p {
    font-size: 16px;
  }
  .contents-section.top-section .seminar .txt-box h3 {
    font-size: 24px;
  }
  .contents-section.top-section .seminar .txt-box p {
    font-size: 16px;
  }
}

.contents-section {
  position: relative;
  padding: 80px 0 0;
}
.contents-section:first-child {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .contents-section {
    padding: 64px 0 0;
  }
  .contents-section:first-child {
    padding: 64px 0;
  }
}
@media (max-width: 480px) {
  .contents-section {
    padding: 40px 0 0;
  }
  .contents-section:first-child {
    padding: 40px 0;
  }
}
.contents-section ul li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  margin-bottom: 12px;
}
.contents-section ul li:last-child {
  margin-bottom: 0;
}
.contents-section ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 11px;
  left: 0;
  border-radius: 7px;
}
@media (max-width: 480px) {
  .contents-section ul li {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.contents-section ol {
  list-style-type: decimal;
  padding-left: 24px;
}
.contents-section ol li {
  font-size: 20px;
  margin-bottom: 24px;
}
.contents-section ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contents-section ol li {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .contents-section ol li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.contents-section .column-box {
  position: relative;
  padding-bottom: 80px;
}
.contents-section .column-box::before {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  height: calc(100% - 80px);
  z-index: -1;
}
@media (max-width: 768px) {
  .contents-section .column-box::before {
    height: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .contents-section .column-box {
    padding-bottom: 48px;
  }
}
.contents-section.blue ul li::before {
  background: #4C79AF;
}
.contents-section.blue .box {
  background: rgba(204, 216, 235, 0.3);
}
.contents-section.blue .column-box::before {
  background: rgba(204, 216, 235, 0.3);
}
.contents-section.blue .column-box .number {
  color: rgba(204, 216, 235, 0.6);
}
.contents-section.blue .column-03.recruit-link-box a {
  border: #4C79AF 2px solid;
}
.contents-section.blue .column-03.recruit-link-box a h3::before {
  background: #4C79AF url(../img/icon-more-btn-white.svg) no-repeat center;
  background-size: 8px;
}
.contents-section.blue .clear-shadow-box::before {
  background: rgba(204, 216, 235, 0.5);
}
.contents-section.blue .clear-shadow-img::before {
  background: #CCD8EB;
}
.contents-section.blue .section-header span {
  color: rgba(204, 216, 235, 0.6);
}
.contents-section.blue .btn {
  color: #466EA5;
  border: #466EA5 1px solid;
}
.contents-section.blue .btn::before {
  background: url(../img/icon-more-btn-blue.svg) no-repeat;
}
.contents-section.blue .point::before {
  background: #CCD8EB;
}
.contents-section.blue .flex .download-txt-box span {
  color: rgba(204, 216, 235, 0.6);
}
.contents-section.blue .fit-flow-box .box .left {
  background: #4C79AF;
}
.contents-section.blue .fit-flow-box .box .left .step {
  color: #4C79AF;
}
.contents-section.blue .fit-flow-box .box .right h3 strong {
  color: #4C79AF;
}
.contents-section.orange ul li::before {
  background: #E77C22;
}
.contents-section.orange .box {
  background: rgba(231, 124, 34, 0.3);
}
.contents-section.orange .column-box::before {
  background: #FDF3E6;
}
.contents-section.orange .column-box .number {
  color: rgba(231, 124, 34, 0.2);
}
.contents-section.orange .column-03.recruit-link-box a {
  border: #E77C22 2px solid;
}
.contents-section.orange .column-03.recruit-link-box a h3::before {
  background: #E77C22 url(../img/icon-more-btn-white.svg) no-repeat center;
  background-size: 8px;
}
.contents-section.orange .clear-shadow-box::before {
  background: rgba(231, 124, 34, 0.3);
}
.contents-section.orange .clear-shadow-img::before {
  background: #FDF3E6;
}
.contents-section.orange .section-header span {
  color: rgba(231, 124, 34, 0.2);
}
.contents-section.orange .btn {
  color: #E77C22;
  border: #E77C22 1px solid;
}
.contents-section.orange .btn::before {
  background: url(../img/icon-more-btn-orange.svg) no-repeat;
}
.contents-section.orange .point::before {
  background: #E77C22;
}
.contents-section.orange .flex .download-txt-box span {
  color: rgba(233, 127, 0, 0.2);
}
.contents-section.orange .fit-flow-box .box .left {
  background: #E77C22;
}
.contents-section.orange .fit-flow-box .box .left .step {
  color: #E77C22;
}
.contents-section.orange .fit-flow-box .box .right h3 strong {
  color: #E77C22;
}
.contents-section.rainbow .section-header span {
  opacity: 0.15;
  background: linear-gradient(90deg, #3A86BD, #7BA99C, #E77C22, #D74953);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.contents-section .section-header {
  text-align: center;
  margin-bottom: 64px;
}
.contents-section .section-header span {
  font-size: 96px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .section-header h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: -64px;
}
.contents-section .section-header h2 br.md {
  display: none;
}
.contents-section .section-header p {
  font-size: 18px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .contents-section .section-header {
    margin-bottom: 32px;
  }
  .contents-section .section-header span {
    font-size: 64px;
  }
  .contents-section .section-header h2 {
    font-size: 32px;
    margin-top: -48px;
  }
  .contents-section .section-header h2 br.md {
    display: block;
  }
}
@media (max-width: 480px) {
  .contents-section .section-header span {
    font-size: 48px;
  }
  .contents-section .section-header h2 {
    font-size: 24px;
    margin-top: -40px;
  }
  .contents-section .section-header p {
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
  }
  .contents-section .section-header p br {
    display: none;
  }
}
.contents-section .flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents-section .flex-box.column-2 .shadow-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: calc((100% - 32px) / 2);
}
.contents-section .flex-box.column-2 .shadow-box p {
  width: 100%;
}
@media (max-width: 1280px) {
  .contents-section .flex-box.column-2 .shadow-box {
    width: 100%;
    margin-top: 40px;
  }
  .contents-section .flex-box.column-2 .shadow-box:first-child {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .contents-section .flex-box.column-2 .shadow-box {
    margin-top: 20px;
  }
}
.contents-section .shadow-box {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.contents-section .shadow-box .point {
  position: relative;
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  padding: 0 0 16px 36px;
}
.contents-section .shadow-box .point::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 24px;
  top: 12px;
  left: 0;
}
.contents-section .shadow-box p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.contents-section .shadow-box p:last-child {
  margin-bottom: 0;
}
.contents-section .shadow-box.p-32 {
  padding: 32px;
}
.contents-section .shadow-box.p-40 {
  padding: 40px;
}
.contents-section .shadow-box.p-48 {
  padding: 48px;
}
.contents-section .shadow-box.p-64 {
  padding: 64px;
}
.contents-section .shadow-box.center {
  text-align: center;
}
.contents-section .shadow-box a {
  color: #4C79AF;
}
.contents-section .shadow-box .t-link {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.contents-section .shadow-box .t-link::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 2px;
  background: url(../img/icon-t-link.svg) no-repeat;
}
@media (max-width: 480px) {
  .contents-section .shadow-box .t-link {
    font-size: 16px;
    padding-right: 20px;
  }
  .contents-section .shadow-box .t-link::before {
    width: 20px;
    height: 20px;
    background: url(../img/icon-t-link.svg) no-repeat;
    background-size: 20px;
  }
}
.contents-section .shadow-box .box h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #4C79AF;
}
.contents-section .shadow-box .box.p-40 {
  padding: 40px;
}
.contents-section .shadow-box .box.center {
  text-align: center;
}
.contents-section .shadow-box .box .font-20 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .contents-section .shadow-box .box h3 {
    font-size: 20px;
  }
  .contents-section .shadow-box .box.p-40 {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .contents-section .shadow-box .box h3 {
    font-size: 16px;
  }
  .contents-section .shadow-box .box.center {
    text-align: left;
  }
  .contents-section .shadow-box .box .font-20 {
    font-size: 16px;
  }
  .contents-section .shadow-box .box.p-40 {
    padding: 16px;
  }
}
.contents-section .shadow-box .line-box {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9D9;
  gap: 48px;
}
.contents-section .shadow-box .line-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.contents-section .shadow-box .line-box .point {
  width: 136px;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 28px;
  text-align: left;
}
.contents-section .shadow-box .line-box .txt-box {
  width: calc(100% - 136px);
  text-align: left;
}
.contents-section .shadow-box .line-box .txt-box p {
  font-size: 20px;
  font-weight: 600;
  margin: 4px 0 0;
}
.contents-section .shadow-box .line-box .txt-box small {
  font-size: 16px;
  font-weight: 500;
}
.contents-section .shadow-box .line-box .txt-box .flex {
  gap: 32px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin: 20px 0;
}
.contents-section .shadow-box .line-box .txt-box .flex p {
  font-weight: 500;
}
.contents-section .shadow-box .line-box .txt-box .box {
  border: 1px solid #CCD8EB;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.contents-section .shadow-box .line-box .txt-box .box:last-child {
  margin-bottom: 0;
}
.contents-section .shadow-box .line-box .txt-box .box h4 {
  font-size: 20px;
  border-bottom: 1px solid #CCD8EB;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contents-section .shadow-box .line-box .txt-box .box p {
  font-size: 18px;
  font-weight: 500;
}
.contents-section .shadow-box .line-box .txt-box .box ul li {
  font-weight: 500;
}
.contents-section .shadow-box .map-flex {
  justify-content: space-between;
}
.contents-section .shadow-box .map-flex .txt-box {
  width: 500px;
}
.contents-section .shadow-box .map-flex iframe {
  width: calc(100% - 548px);
}
.contents-section .shadow-box strong {
  color: #466EA5;
  word-break: break-all;
}
.contents-section .shadow-box ol li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contents-section .shadow-box hr {
  border: 0;
  border-bottom: #D9D9D9 1px solid;
  margin-bottom: 40px;
  padding-bottom: 24px;
}
.contents-section .shadow-box .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  color: #E77C22;
  font-size: 16px;
  font-weight: 500;
  border: #E77C22 1px solid;
  margin-bottom: 12px;
  padding: 6px 20px;
}
.contents-section .shadow-box .faq-question {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: #D9D9D9 solid 1px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.contents-section .shadow-box .faq-question .faq-label {
  color: #466EA5;
  font-size: 48px;
  font-weight: 500;
}
.contents-section .shadow-box .faq-question p {
  font-size: 24px;
  line-height: 1.2;
}
.contents-section .shadow-box .faq-answer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contents-section .shadow-box .faq-answer .faq-label {
  color: #E77C22;
  font-size: 48px;
  font-weight: 500;
}
.contents-section .shadow-box.flex {
  gap: 48px;
}
.contents-section .shadow-box.flex .left {
  width: calc(100% - 524px);
}
.contents-section .shadow-box.flex .left h3 {
  font-size: 24px;
}
.contents-section .shadow-box.flex .left h3::before {
  top: 8px;
}
.contents-section .shadow-box.flex .right {
  width: 476px;
}
.contents-section .shadow-box.flex .right .clear-shadow-img {
  width: 476px;
  height: 256px;
}
.contents-section .shadow-box.flex .right .clear-shadow-img img {
  width: 460px;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-section .shadow-box.flex .right .en {
  color: #FAE5D3;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .shadow-box br.sp {
  display: none !important;
}
@media (max-width: 1280px) {
  .contents-section .shadow-box {
    margin-bottom: 24px;
  }
  .contents-section .shadow-box:last-child {
    margin-bottom: 0;
  }
  .contents-section .shadow-box.p-32 {
    padding: 24px;
  }
  .contents-section .shadow-box.p-64 {
    padding: 32px;
  }
  .contents-section .shadow-box .map-flex {
    justify-content: space-between;
  }
  .contents-section .shadow-box .map-flex .txt-box {
    width: 100%;
  }
  .contents-section .shadow-box .map-flex .txt-box p br {
    display: none;
  }
  .contents-section .shadow-box .map-flex .txt-box .btn {
    font-size: 18px;
  }
  .contents-section .shadow-box .map-flex iframe {
    width: 100%;
    margin-top: 32px;
  }
  .contents-section .shadow-box .line-box {
    display: block;
  }
  .contents-section .shadow-box .line-box .point {
    width: 100%;
    font-size: 24px;
  }
  .contents-section .shadow-box .line-box .txt-box {
    width: 100%;
  }
  .contents-section .shadow-box .line-box .txt-box p {
    font-size: 18px;
  }
  .contents-section .shadow-box .line-box .txt-box small {
    font-size: 15px;
  }
  .contents-section .shadow-box .line-box .txt-box .box h4 {
    font-size: 20px;
  }
  .contents-section .shadow-box .line-box .txt-box .box p {
    font-size: 16px;
  }
  .contents-section .shadow-box hr {
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .contents-section .shadow-box .faq-question {
    align-items: flex-start;
  }
  .contents-section .shadow-box .faq-question .faq-label {
    font-size: 32px;
  }
  .contents-section .shadow-box .faq-question p {
    font-size: 24px;
  }
  .contents-section .shadow-box .faq-answer {
    align-items: flex-start;
  }
  .contents-section .shadow-box .faq-answer .faq-label {
    font-size: 32px;
  }
  .contents-section .shadow-box.flex {
    gap: 32px;
  }
  .contents-section .shadow-box.flex .left {
    width: calc(100% - 368px);
  }
  .contents-section .shadow-box.flex .left h3 {
    font-size: 20px;
    padding: 0 0 16px 28px;
  }
  .contents-section .shadow-box.flex .left h3::before {
    top: 8px;
    width: 18px;
    height: 18px;
  }
  .contents-section .shadow-box.flex .left p {
    font-size: 16px;
  }
  .contents-section .shadow-box.flex .right {
    width: 336px;
  }
  .contents-section .shadow-box.flex .right .clear-shadow-img {
    width: 336px;
    height: 200px;
  }
  .contents-section .shadow-box.flex .right .clear-shadow-img img {
    width: 320px;
    height: 200px;
  }
  .contents-section .shadow-box.flex .right .en {
    font-size: 64px;
  }
}
@media (max-width: 960px) {
  .contents-section .shadow-box.flex .left {
    width: 100%;
  }
  .contents-section .shadow-box.flex .left h3 {
    font-size: 20px;
    padding: 0 0 12px 28px;
    margin-bottom: 16px;
  }
  .contents-section .shadow-box.flex .left h3::before {
    top: 8px;
    width: 18px;
    height: 18px;
  }
  .contents-section .shadow-box.flex .left p {
    font-size: 16px;
  }
  .contents-section .shadow-box.flex .right {
    width: 100%;
  }
  .contents-section .shadow-box.flex .right .clear-shadow-img {
    width: 100%;
    height: 200px;
    margin: 24px 0 0;
  }
  .contents-section .shadow-box.flex .right .clear-shadow-img img {
    width: calc(100% - 16px);
    height: 200px;
  }
  .contents-section .shadow-box.flex .right .en {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .contents-section .shadow-box h3.point {
    font-size: 24px;
  }
  .contents-section .shadow-box h3.point::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .contents-section .shadow-box.p-40 {
    padding: 32px;
  }
  .contents-section .shadow-box.p-48 {
    padding: 32px;
  }
  .contents-section .shadow-box.p-64 {
    padding: 32px;
  }
  .contents-section .shadow-box .line-box .point {
    font-size: 20px;
  }
  .contents-section .shadow-box .line-box .txt-box p {
    font-size: 16px;
  }
  .contents-section .shadow-box .line-box .txt-box small {
    font-size: 14px;
  }
  .contents-section .shadow-box .line-box .txt-box .flex img {
    width: 100%;
    margin-bottom: 12px;
  }
  .contents-section .shadow-box .line-box .txt-box .box {
    padding: 16px;
  }
  .contents-section .shadow-box .line-box .txt-box .box h4 {
    font-size: 18px;
  }
  .contents-section .shadow-box .line-box .txt-box .box p {
    font-size: 16px;
  }
  .contents-section .shadow-box hr {
    margin-bottom: 24px;
    padding-bottom: 8px;
  }
  .contents-section .shadow-box.hukidashi-hukidashi-box {
    padding-top: 48px;
  }
}
@media (max-width: 480px) {
  .contents-section .shadow-box h3.point {
    font-size: 20px;
    padding: 0 0 16px 24px;
  }
  .contents-section .shadow-box h3.point::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
  .contents-section .shadow-box p {
    font-size: 16px;
    text-align: left;
  }
  .contents-section .shadow-box p br {
    display: none;
  }
  .contents-section .shadow-box.p-40 {
    padding: 24px;
  }
  .contents-section .shadow-box.p-48 {
    padding: 24px;
  }
  .contents-section .shadow-box.p-64 {
    padding: 24px;
  }
  .contents-section .shadow-box .map-flex iframe {
    margin-top: 20px;
  }
  .contents-section .shadow-box.hukidashi-hukidashi-box {
    padding-top: 48px;
  }
  .contents-section .shadow-box .faq-question {
    gap: 12px;
  }
  .contents-section .shadow-box .faq-question .faq-label {
    font-size: 24px;
  }
  .contents-section .shadow-box .faq-question p {
    font-size: 18px;
  }
  .contents-section .shadow-box .faq-answer {
    gap: 12px;
  }
  .contents-section .shadow-box .faq-answer .faq-label {
    font-size: 24px;
  }
  .contents-section .shadow-box.flex .left {
    width: 100%;
  }
  .contents-section .shadow-box.flex .left h3 {
    font-size: 20px;
    padding: 0 0 12px 28px;
    margin-bottom: 16px;
  }
  .contents-section .shadow-box.flex .left h3::before {
    top: 8px;
    width: 18px;
    height: 18px;
  }
  .contents-section .shadow-box.flex .left p {
    font-size: 16px;
  }
  .contents-section .shadow-box.flex .left .mt-40 {
    margin-top: 32px;
  }
  .contents-section .shadow-box.flex .right {
    width: 100%;
  }
  .contents-section .shadow-box.flex .right .clear-shadow-img {
    width: 100%;
    height: 200px;
    margin: 24px 0 0;
  }
  .contents-section .shadow-box.flex .right .clear-shadow-img img {
    width: calc(100% - 16px);
    height: 200px;
  }
  .contents-section .shadow-box.flex .right .en {
    display: block;
    font-size: 48px;
    text-align: right;
  }
  .contents-section .shadow-box br.sp {
    display: block !important;
  }
}
.contents-section .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: normal;
}
.contents-section .flex .clear-shadow-box {
  width: calc((100% - 72px) / 2);
  margin-right: 16px;
}
.contents-section .flex .download-txt-box {
  width: calc(100% - 600px);
  text-align: left;
}
.contents-section .flex .download-txt-box span {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .flex .download-txt-box h2 {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .contents-section .flex.mt-64 {
    margin-top: 48px;
  }
  .contents-section .flex .clear-shadow-box {
    width: calc((100% - 64px) / 2);
    margin-right: 16px;
  }
  .contents-section .flex .download-txt-box {
    width: calc(100% - 460px);
  }
  .contents-section .flex .download-txt-box span {
    font-size: 32px;
  }
  .contents-section .flex .download-txt-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .contents-section .flex.mt-64 {
    margin-top: 0;
  }
  .contents-section .flex .clear-shadow-box {
    width: calc(100% - 16px);
    margin-top: 48px;
  }
  .contents-section .flex .download-txt-box {
    width: 100%;
    text-align: center;
  }
  .contents-section .flex .download-txt-box span {
    font-size: 96px;
    text-align: center;
  }
  .contents-section .flex .download-txt-box h2 {
    font-size: 32px;
    margin-top: -64px;
  }
}
@media (max-width: 768px) {
  .contents-section .flex .download-txt-box {
    width: 100%;
    text-align: center;
  }
  .contents-section .flex .download-txt-box span {
    font-size: 64px;
    text-align: center;
  }
  .contents-section .flex .download-txt-box h2 {
    font-size: 32px;
    margin-top: -48px;
  }
}
@media (max-width: 480px) {
  .contents-section .flex .clear-shadow-box {
    width: calc(100% - 8px);
    margin-top: 24px;
  }
  .contents-section .flex .download-txt-box span {
    font-size: 48px;
  }
  .contents-section .flex .download-txt-box h2 {
    font-size: 24px;
    margin-top: -40px;
  }
}
.contents-section .t-link {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  color: #4C79AF;
  font-size: 18px;
  font-weight: 500;
}
.contents-section .t-link::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  bottom: 2px;
  background: url(../img/icon-t-link.svg) no-repeat;
}
@media (max-width: 480px) {
  .contents-section .t-link {
    font-size: 16px;
    padding-right: 20px;
  }
  .contents-section .t-link::before {
    width: 20px;
    height: 20px;
    background: url(../img/icon-t-link.svg) no-repeat;
    background-size: 20px;
  }
}
.contents-section .clear-shadow-box {
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: calc(100% - 16px);
}
.contents-section .clear-shadow-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 16px;
  left: 16px;
  z-index: -1;
}
.contents-section .clear-shadow-box .point {
  position: relative;
  display: block;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  padding: 0 0 16px 36px;
}
.contents-section .clear-shadow-box .point::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 24px;
  top: 12px;
  left: 0;
  background: #CCD8EB;
}
.contents-section .clear-shadow-box.p-40 {
  padding: 40px;
}
.contents-section .clear-shadow-box.p-48 {
  padding: 48px;
}
.contents-section .clear-shadow-box.p-64 {
  padding: 64px;
}
.contents-section .clear-shadow-box h2.blue {
  position: relative;
  color: #6390C6;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  z-index: 2;
}
.contents-section .clear-shadow-box p {
  position: relative;
  margin-bottom: 24px;
  z-index: 2;
}
.contents-section .clear-shadow-box p:last-child {
  margin-bottom: 0;
}
.contents-section .clear-shadow-box.center {
  text-align: center;
}
.contents-section .clear-shadow-box.fight-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 36px;
}
.contents-section .clear-shadow-box.fight-box img {
  width: 120px;
}
.contents-section .clear-shadow-box.fight-box div.txt-box {
  width: calc(100% - 160px);
}
.contents-section .clear-shadow-box .icon-img {
  position: absolute;
  right: 64px;
  bottom: 48px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .contents-section .clear-shadow-box .point {
    font-size: 24px;
  }
  .contents-section .clear-shadow-box .point::before {
    top: 8px;
  }
  .contents-section .clear-shadow-box.p-48 {
    padding: 40px;
  }
  .contents-section .clear-shadow-box h2.blue {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .contents-section .clear-shadow-box .point {
    font-size: 24px;
  }
  .contents-section .clear-shadow-box .point::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .contents-section .clear-shadow-box.p-40 {
    padding: 32px;
  }
  .contents-section .clear-shadow-box.p-48 {
    padding: 32px;
  }
  .contents-section .clear-shadow-box.p-64 {
    padding: 40px;
  }
  .contents-section .clear-shadow-box.fight-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .contents-section .clear-shadow-box.fight-box img {
    margin-bottom: 16px;
  }
  .contents-section .clear-shadow-box.fight-box div.txt-box {
    width: 100%;
  }
  .contents-section .clear-shadow-box.fight-box div.txt-box p {
    text-align: left;
  }
  .contents-section .clear-shadow-box h2.blue {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .contents-section .clear-shadow-box .icon-img {
    width: 160px;
    right: 32px;
    bottom: 16px;
  }
}
@media (max-width: 480px) {
  .contents-section .clear-shadow-box {
    width: calc(100% - 8px);
  }
  .contents-section .clear-shadow-box::before {
    top: 8px;
    left: 8px;
  }
  .contents-section .clear-shadow-box .point {
    font-size: 20px;
    padding: 0 0 16px 24px;
  }
  .contents-section .clear-shadow-box .point::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
  .contents-section .clear-shadow-box.p-40 {
    padding: 24px;
  }
  .contents-section .clear-shadow-box.p-48 {
    padding: 24px;
  }
  .contents-section .clear-shadow-box.p-64 {
    padding: 24px;
  }
  .contents-section .clear-shadow-box h2.blue {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .contents-section .clear-shadow-box .icon-img {
    width: 96px;
    right: 32px;
    bottom: 16px;
  }
  .contents-section .clear-shadow-box p {
    font-size: 16px;
  }
  .contents-section .clear-shadow-box.fight-box br {
    display: none;
  }
}
.contents-section .clear-shadow-img {
  position: relative;
  width: 516px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-section .clear-shadow-img img {
  position: relative;
  display: block;
  width: 500px;
  z-index: 2;
}
.contents-section .clear-shadow-img::before {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: 100%;
  top: 16px;
  left: 16px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .contents-section .clear-shadow-img {
    width: 420px;
    height: 260px;
  }
  .contents-section .clear-shadow-img img {
    width: 404px;
    height: 260px;
  }
}
@media (max-width: 960px) {
  .contents-section .clear-shadow-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .contents-section .clear-shadow-img img {
    width: calc(100% - 16px);
    height: auto;
  }
}
.contents-section .btn {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 56px;
  border-radius: 120px;
  font-size: 20px;
  font-weight: 500;
  margin: 32px auto 0;
  transition: opacity 0.3s ease;
  background: #fff;
}
.contents-section .btn input {
  opacity: 0;
}
.contents-section .btn:hover {
  opacity: 0.7;
}
.contents-section .btn br.sp {
  display: none;
}
.contents-section .btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 18px;
  top: calc(50% - 9px);
  right: 32px;
}
.contents-section .btn.w-400 {
  width: 400px;
}
.contents-section .btn.w-500 {
  width: 500px;
}
.contents-section .btn.w-560 {
  width: 560px;
}
.contents-section .btn.orange-btn {
  color: #fff;
  background: #E77C22;
  border: 0;
}
.contents-section .btn.orange-btn::before {
  background: url(../img/icon-more-btn-white.svg);
}
.contents-section .btn.map-btn {
  position: relative;
  justify-content: flex-start;
  width: 100%;
  height: 72px;
  line-height: 1.3;
  padding: 0 64px;
  background: #fff url(../img/icon-map.svg) no-repeat center left 24px;
}
.contents-section .btn.map-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 32px;
  background: url(../img/icon-t-link.svg) no-repeat;
}
@media (max-width: 960px) {
  .contents-section .btn.w-560 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents-section .btn {
    padding: 16px 48px 16px 32px;
    font-size: 18px;
    margin: 24px auto 0;
    text-align: left;
  }
  .contents-section .btn.w-500, .contents-section .btn.w-560 {
    width: 100%;
  }
  .contents-section .btn.map-btn {
    height: 72px;
    padding: 0 24px 0 48px;
    font-size: 16px !important;
    background: #fff url(../img/icon-map.svg) no-repeat center left 24px;
    background-size: 18px;
  }
  .contents-section .btn.map-btn::before {
    display: none;
  }
  .contents-section .btn.map-btn br {
    display: none;
  }
}
@media (max-width: 480px) {
  .contents-section .btn {
    margin: 20px auto 0;
    font-size: 16px;
    height: 64px;
    justify-content: flex-start;
  }
  .contents-section .btn br.sp {
    display: block;
  }
  .contents-section .btn.w-400 {
    width: 100%;
  }
}
.contents-section .column-02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.contents-section .column-02 .shadow-box {
  position: relative;
  width: calc((100% - 32px) / 2);
}
.contents-section .column-02 .shadow-box .number {
  position: absolute;
  top: -56px;
  right: 0;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .column-02 .shadow-box .icon-img {
  min-width: 112px;
}
.contents-section .column-02 .shadow-box .features-img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-section .column-02 .shadow-box .features-img-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-section .column-02 .shadow-box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding: 64px;
  box-sizing: border-box;
}
.contents-section .column-02 .shadow-box .flex {
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
}
.contents-section .column-02 .shadow-box .gap-12 {
  gap: 12px;
  justify-content: flex-start;
}
.contents-section .column-02 .shadow-box h3 {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.contents-section .column-02 .shadow-box h4 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  margin: 32px 0 12px;
  padding-bottom: 12px;
}
.contents-section .column-02 .shadow-box p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .contents-section .column-02 .shadow-box {
    width: 100%;
    margin-bottom: 0;
  }
  .contents-section .column-02 .shadow-box .flex {
    justify-content: flex-start;
  }
  .contents-section .column-02.md-column-02 .shadow-box {
    width: calc((100% - 32px) / 2);
  }
  .contents-section .column-02.md-column-02 .shadow-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .contents-section .column-02.md-column-02 .shadow-box {
    width: 100%;
  }
  .contents-section .column-02 .shadow-box img {
    display: block;
    margin: 0 auto;
  }
  .contents-section .column-02 .shadow-box h3 {
    font-size: 24px;
  }
  .contents-section .column-02 .shadow-box .txt-box {
    margin-top: 24px;
  }
  .contents-section .column-02 .shadow-box .img-box {
    height: 180px;
  }
  .contents-section .column-02 .shadow-box .flex.gap-12 {
    display: flex;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .contents-section .column-02 .shadow-box h3 {
    font-size: 20px;
  }
  .contents-section .column-02 .shadow-box h4 {
    font-size: 18px;
    margin: 24px 0 12px;
  }
  .contents-section .column-02 .shadow-box p {
    font-size: 16px;
  }
}
.contents-section .column-03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.contents-section .column-03::after {
  display: block;
  content: "";
  width: calc((100% - 60px) / 3);
}
.contents-section .column-03 .shadow-box {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  margin: 0;
}
.contents-section .column-03 .shadow-box.shadow-box-number {
  margin: 40px 0;
}
.contents-section .column-03 .shadow-box .center {
  text-align: center;
}
.contents-section .column-03 .shadow-box .number {
  position: absolute;
  top: -80px;
  left: 0;
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .column-03 .shadow-box .img-box {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -64px auto 0;
}
.contents-section .column-03 .shadow-box h3 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.contents-section .column-03 .shadow-box p {
  font-size: 18px;
}
.contents-section .column-03 .shadow-box .btn {
  width: 100%;
  height: 64px;
  justify-content: flex-start;
  padding: 0 40px 0 32px;
  font-size: 18px;
  text-align: left;
  line-height: 1.2;
  margin-top: auto;
}
.contents-section .column-03 .shadow-box .btn::before {
  right: 24px;
}
.contents-section .column-03 .shadow-box .img-box-w img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contents-section .column-03 .shadow-box .p-32 {
  padding: 8px 32px 32px;
}
.contents-section .column-03 .shadow-box .join {
  color: #E77C22;
  font-size: 20px;
  font-weight: 500;
}
.contents-section .column-03 .shadow-box .font-40 {
  font-size: 40px;
}
.contents-section .column-03 .shadow-box .tag-box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.contents-section .column-03 .shadow-box .tag-box .tag {
  width: auto;
  color: #E77C22;
  font-size: 16px;
  border: #E77C22 1px solid;
  border-radius: 48px;
  padding: 8px 24px;
  margin-bottom: 0;
}
.contents-section .column-03.recruit-link-box a {
  border-radius: 12px;
}
.contents-section .column-03.recruit-link-box a h3 {
  position: relative;
  text-align: left;
}
.contents-section .column-03.recruit-link-box a h3::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  right: 0;
  border-radius: 36px;
}
@media (max-width: 1280px) {
  .contents-section .column-03 {
    gap: 24px;
  }
  .contents-section .column-03::after {
    width: calc((100% - 24px) / 2);
  }
  .contents-section .column-03 .shadow-box {
    width: calc((100% - 24px) / 2);
  }
  .contents-section .column-03 .shadow-box .img-box {
    width: 144px;
    height: 144px;
  }
  .contents-section .column-03 .shadow-box h3 {
    font-size: 24px;
  }
  .contents-section .column-03 .shadow-box p {
    font-size: 16px;
  }
  .contents-section .column-03 .shadow-box .btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-section .column-03::after {
    display: none;
  }
  .contents-section .column-03 .shadow-box {
    width: 100%;
    gap: 16px;
  }
  .contents-section .column-03 .shadow-box.shadow-box-number {
    margin: 40px 0;
  }
  .contents-section .column-03 .shadow-box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .contents-section .column-03 .shadow-box.shadow-box-number {
    margin: 32px 0;
  }
}
.contents-section .column-04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.contents-section .column-04::after {
  display: block;
  content: "";
  width: calc((100% - 60px) / 4);
}
.contents-section .column-04 .shadow-box {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
  margin: 0;
  text-align: center;
}
.contents-section .column-04 .shadow-box .center {
  text-align: center;
}
.contents-section .column-04 .shadow-box .number {
  position: absolute;
  top: -56px;
  left: 0;
  font-size: 96px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .column-04 .shadow-box img {
  width: 144px;
  height: 144px;
  margin: 24px auto 0;
}
.contents-section .column-04 .shadow-box p {
  line-height: 1.2;
  font-size: 24px;
}
.contents-section .column-04 .shadow-box p.font-20 {
  font-size: 20px;
}
.contents-section .column-04 .shadow-box p.font-22 {
  font-size: 22px;
}
@media (max-width: 1280px) {
  .contents-section .column-04 .shadow-box {
    width: calc((100% - 40px) / 3);
  }
  .contents-section .column-04 .shadow-box .number {
    top: -48px;
    font-size: 80px;
  }
  .contents-section .column-04 .shadow-box img {
    width: 112px;
    height: 112px;
  }
  .contents-section .column-04 .shadow-box p {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .contents-section .column-04 .shadow-box {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .contents-section .column-04 {
    gap: 32px;
  }
  .contents-section .column-04 .shadow-box {
    width: 100%;
  }
  .contents-section .column-04 .shadow-box p {
    text-align: center;
  }
  .contents-section .column-04 .shadow-box p.font-20 {
    font-size: 18px;
  }
  .contents-section .column-04 .shadow-box p.font-22 {
    font-size: 19px;
  }
  .contents-section .column-04 .shadow-box p br {
    display: block;
  }
}
.contents-section .arrow-down {
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .contents-section .arrow-down {
    width: 56px;
    height: auto;
    margin: 20px auto;
  }
  .contents-section .arrow-down.pt-40 {
    padding-top: 0;
  }
}
.contents-section .circle {
  border-radius: 400px;
}
.contents-section .hukidashi-box {
  position: relative;
  color: #fff;
  font-size: 28px;
  padding: 24px 64px;
  border-radius: 200px;
  margin-top: 64px;
}
.contents-section .hukidashi-box.fit-hukidashi {
  display: table;
  padding: 8px 64px;
  margin: 0 auto -24px;
}
.contents-section .hukidashi-box .w-100 {
  width: 100%;
}
.contents-section .hukidashi-box .w-352 {
  width: 352px;
}
.contents-section .hukidashi-box::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  left: calc(50% - 16px);
  bottom: -12px;
  clip-path: polygon(50% 100%, 0px 0px, 100% 0px);
}
.contents-section .hukidashi-box.orange {
  background: #E77C22;
}
.contents-section .hukidashi-box.orange::before {
  background: #E77C22;
}
.contents-section .hukidashi-box.blue {
  background: #4C79AF;
}
.contents-section .hukidashi-box.blue::before {
  background: #4C79AF;
}
.contents-section .hukidashi-box img.rb {
  position: absolute;
  right: 80px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .contents-section .hukidashi-box img.rb {
    right: 0;
    bottom: -72px;
  }
  .contents-section .hukidashi-box.fit-hukidashi {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .contents-section .hukidashi-box {
    font-size: 20px;
    padding: 16px 40px;
    margin-top: 32px;
  }
  .contents-section .hukidashi-box img.rb {
    width: 80px;
    height: auto;
    right: 0;
    bottom: -72px;
  }
}
@media (max-width: 480px) {
  .contents-section .hukidashi-box.fit-hukidashi {
    padding: 8px 48px;
    font-size: 18px;
  }
}
.contents-section.page-nav {
  padding: 48px 0;
  background: rgba(204, 216, 235, 0.3);
}
.contents-section.page-nav .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.contents-section.page-nav .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 60px) / 3);
  height: auto;
  padding: 20px 56px;
  border-radius: 120px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  transition: opacity 0.3s ease;
  background: #fff;
}
.contents-section.page-nav .btn:hover {
  opacity: 0.7;
}
.contents-section.page-nav .btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 18px;
  top: calc(50% - 9px);
  right: 32px;
  transform: rotate(90deg);
}
@media (max-width: 1280px) {
  .contents-section.page-nav .btn {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 768px) {
  .contents-section.page-nav .btn {
    padding: 16px 48px 16px 32px;
    font-size: 18px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .contents-section.page-nav .btn {
    width: calc((100% - 8px) / 2);
    padding: 12px 40px 12px 24px;
    font-size: 16px;
  }
  .contents-section.page-nav .btn::before {
    right: 24px;
  }
}
@media (max-width: 1280px) {
  .contents-section.page-nav .inner {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .contents-section.page-nav .inner {
    gap: 8px;
  }
}
.contents-section table {
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-collapse: collapse;
}
.contents-section table.orange th, .contents-section table.orange td {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
}
.contents-section table.orange th {
  word-break: keep-all;
  color: #fff;
  background: #E97F00;
}
.contents-section table.orange td .flex {
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .contents-section table.orange tr {
    display: grid;
  }
  .contents-section table.orange th, .contents-section table.orange td {
    padding: 16px;
    border: 0;
  }
}
@media (max-width: 480px) {
  .contents-section table .mt-24 {
    margin-top: 16px;
  }
}
.contents-section .work-flow-box {
  position: relative;
  padding: 32px;
  margin-bottom: 80px;
}
.contents-section .work-flow-box .number {
  position: absolute;
  top: -80px;
  left: 0;
  color: rgba(204, 216, 235, 0.6);
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .work-flow-box h3 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  margin: -64px 0 20px;
  z-index: 1;
}
.contents-section .work-flow-box .flow-box {
  display: flex;
  gap: 40px;
}
.contents-section .work-flow-box .flow-box .box {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 12px;
  background: #fff;
  padding: 16px 12px;
}
.contents-section .work-flow-box .flow-box .box::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 40px;
  right: -32px;
  background: #4C79AF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.contents-section .work-flow-box .flow-box .box:last-child::before {
  display: none;
}
.contents-section .work-flow-box .flow-box .box p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.contents-section .work-flow-box .flow-box .box span {
  font-size: 16px;
}
@media (max-width: 1280px) {
  .contents-section .work-flow-box {
    margin: 80px 0 64px;
  }
  .contents-section .work-flow-box .flow-box {
    gap: 24px;
    flex-wrap: wrap;
  }
  .contents-section .work-flow-box .flow-box .box {
    flex: auto;
    width: 100%;
    padding: 16px 12px;
  }
  .contents-section .work-flow-box .flow-box .box::before {
    width: 12px;
    height: 24px;
    right: calc(50% - 12px);
    bottom: -24px;
    transform: rotate(90deg);
  }
  .contents-section .work-flow-box .flow-box .box p {
    font-size: 18px;
  }
  .contents-section .work-flow-box .flow-box .box p br {
    display: none;
  }
  .contents-section .work-flow-box .flow-box .box span {
    font-size: 16px;
  }
  .contents-section .work-flow-box .flow-box .box span br {
    display: none;
  }
}
@media (max-width: 768px) {
  .contents-section .work-flow-box {
    margin: 80px 0 64px;
    padding: 40px;
  }
  .contents-section .work-flow-box .number {
    top: -88px;
    left: calc(50% - 50px);
  }
  .contents-section .work-flow-box h3 {
    display: block;
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .contents-section .work-flow-box {
    margin: 80px 0 32px;
    padding: 24px;
  }
  .contents-section .work-flow-box h3 {
    font-size: 20px;
    margin: -40px 0 12px;
  }
}
.contents-section .pickup-box a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  min-height: 86px;
  padding-right: 72px !important;
  margin-bottom: 32px;
}
.contents-section .pickup-box a:last-child {
  margin-bottom: 0;
}
.contents-section .pickup-box a::before {
  position: absolute;
  content: "";
  right: 32px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1px solid rgba(76, 121, 175, 0.5);
  background: url(../img/icon-more-btn-blue.svg) no-repeat center;
  background-size: 7px 12px;
}
@media (max-width: 768px) {
  .contents-section .pickup-box a {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contents-section .pickup-box a::before {
    right: 24px;
  }
}
@media (max-width: 480px) {
  .contents-section .pickup-box a {
    font-size: 16px;
  }
}
.contents-section .assignment-box {
  display: flex;
  gap: 32px;
  padding-top: 200px;
  margin-top: -40px;
}
.contents-section .assignment-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 64px) / 3);
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
}
.contents-section .assignment-box .box img {
  position: absolute;
  top: 24px;
}
.contents-section .assignment-box .box p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1280px) {
  .contents-section .assignment-box {
    gap: 16px;
  }
  .contents-section .assignment-box .box {
    width: calc((100% - 32px) / 3);
    padding: 24px;
  }
  .contents-section .assignment-box .box p br {
    display: none;
  }
}
@media (max-width: 960px) {
  .contents-section .assignment-box {
    flex-wrap: wrap;
    gap: 88px;
    padding-top: 128px;
  }
  .contents-section .assignment-box .box {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px;
    text-align: center;
  }
  .contents-section .assignment-box .box img {
    position: relative;
    margin: -120px auto 24px;
  }
  .contents-section .assignment-box .box p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents-section .assignment-box .box p {
    font-size: 18px;
  }
  .contents-section .assignment-box .box p br {
    display: block;
  }
}
.contents-section .fit-flow-box {
  padding: 80px 0;
}
.contents-section .fit-flow-box .hukidashi-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 64px;
  margin-bottom: 32px;
}
.contents-section .fit-flow-box .box {
  display: flex;
}
.contents-section .fit-flow-box .box .left {
  width: 320px;
  padding: 32px;
  background: #4C79AF;
  text-align: center;
}
.contents-section .fit-flow-box .box .left .step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 80px;
  color: #4C79AF;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  margin-bottom: 8px;
}
.contents-section .fit-flow-box .box .left h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
.contents-section .fit-flow-box .box .left p {
  color: #fff;
  font-size: 20px;
}
.contents-section .fit-flow-box .box .right {
  width: calc(100% - 320px);
  padding: 32px;
  text-align: left;
  background: #fff;
}
.contents-section .fit-flow-box .box .right h3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: #D9D9D9 1px solid;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.contents-section .fit-flow-box .box .right h3 strong {
  color: #4C79AF;
  font-size: 32px;
  font-weight: 500;
}
.contents-section .fit-flow-box .box .right ul li {
  font-weight: 500;
  margin-bottom: 2px;
}
.contents-section .fit-flow-box .box .right small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .contents-section .fit-flow-box .box .left {
    width: 240px;
    padding: 24px;
  }
  .contents-section .fit-flow-box .box .left h3 {
    font-size: 28px;
  }
  .contents-section .fit-flow-box .box .left p {
    font-size: 18px;
  }
  .contents-section .fit-flow-box .box .right {
    width: calc(100% - 240px);
    padding: 32px;
  }
  .contents-section .fit-flow-box .box .right h3 strong {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .contents-section .fit-flow-box {
    padding: 64px 0;
  }
  .contents-section .fit-flow-box .box {
    display: block;
  }
  .contents-section .fit-flow-box .box .left {
    width: 100%;
    padding: 32px;
  }
  .contents-section .fit-flow-box .box .left h3 {
    font-size: 28px;
  }
  .contents-section .fit-flow-box .box .left p {
    font-size: 18px;
  }
  .contents-section .fit-flow-box .box .right {
    width: 100%;
    padding: 32px;
  }
  .contents-section .fit-flow-box .box .right h3 strong {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .contents-section .fit-flow-box {
    padding: 48px 0;
  }
  .contents-section .fit-flow-box .hukidashi-box {
    padding: 8px 32px;
    margin-bottom: 24px;
    text-align: center;
  }
  .contents-section .fit-flow-box .box .left {
    padding: 24px;
  }
  .contents-section .fit-flow-box .box .left .step {
    font-size: 16px;
    height: 36px;
  }
  .contents-section .fit-flow-box .box .left h3 {
    font-size: 24px;
  }
  .contents-section .fit-flow-box .box .left p {
    font-size: 16px;
  }
  .contents-section .fit-flow-box .box .right {
    padding: 24px;
  }
  .contents-section .fit-flow-box .box .right h3 {
    font-size: 20px;
  }
  .contents-section .fit-flow-box .box .right h3 strong {
    font-size: 20px;
  }
}
.contents-section .interview-box {
  position: relative;
  margin-bottom: 64px;
}
.contents-section .interview-box .txt-box {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}
.contents-section .interview-box .txt-box .Joining {
  color: #E77C22;
  font-size: 24px;
  font-weight: 500;
}
.contents-section .interview-box .txt-box h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
.contents-section .interview-box .txt-box .tag-box {
  margin: 24px 0 40px;
}
.contents-section .interview-box .txt-box .tag-box .box {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}
.contents-section .interview-box .txt-box .tag-box .box .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 36px;
  color: #E77C22;
  font-size: 16px;
  font-weight: 500;
  border: #E77C22 1px solid;
  border-radius: 48px;
}
.contents-section .interview-box .txt-box .tag-box .box p {
  font-size: 20px;
  font-weight: 500;
}
.contents-section .interview-box .txt-box h3 span {
  font-size: 40px;
  font-weight: 500;
  background: #fff;
}
.contents-section .interview-box .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-right: 32px;
}
.contents-section .interview-box .img-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 32px;
  right: -32px;
  z-index: -1;
  background: linear-gradient(90deg, #E77C22, #DF717C);
  opacity: 0.3;
}
@media (max-width: 1080px) {
  .contents-section .interview-box {
    margin-bottom: 0;
  }
  .contents-section .interview-box .txt-box h3 span {
    font-size: 32px;
  }
  .contents-section .interview-box .img-box {
    position: relative;
    margin-top: 48px;
  }
  .contents-section .interview-box .img-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents-section .interview-box .txt-box {
    text-align: center;
  }
  .contents-section .interview-box .txt-box .Joining {
    font-size: 16px;
  }
  .contents-section .interview-box .txt-box h2 {
    font-size: 48px;
  }
  .contents-section .interview-box .txt-box .tag-box {
    margin: 12px 0 20px;
  }
  .contents-section .interview-box .txt-box .tag-box .box .tag {
    font-size: 16px;
  }
  .contents-section .interview-box .txt-box .tag-box .box p {
    font-size: 18px;
  }
  .contents-section .interview-box .txt-box h3 {
    text-align: left;
  }
  .contents-section .interview-box .txt-box h3 span {
    font-size: 24px;
  }
  .contents-section .interview-box .txt-box h3 br {
    display: none;
  }
  .contents-section .interview-box .img-box {
    margin-right: 16px;
    margin-top: 24px;
  }
  .contents-section .interview-box .img-box::before {
    top: 16px;
    right: -16px;
  }
}
.contents-section .case-box {
  margin-bottom: 4px;
}
.contents-section .case-box .flex .box {
  width: 510px;
  padding: 48px;
  border-radius: 20px;
  background: #fff;
}
.contents-section .case-box .flex .box h3 {
  font-size: 48px;
  font-weight: 500;
}
.contents-section .case-box .flex .box h3 span {
  font-size: 32px;
}
.contents-section .case-box .flex .box .tag-box div {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.contents-section .case-box .flex .box .tag-box div .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 36px;
  color: #E77C22;
  font-size: 16px;
  font-weight: 500;
  border-radius: 48px;
  border: #E77C22 1px solid;
}
.contents-section .case-box .flex .box .tag-box div p {
  font-size: 20px;
  font-weight: 500;
}
.contents-section .case-box .flex .cach-box {
  position: relative;
  width: calc(100% - 566px);
}
.contents-section .case-box .flex .cach-box h3 span {
  font-size: 40px;
  font-weight: 500;
  background: #fff;
}
.contents-section .case-box .flex .cach-box img {
  position: absolute;
  right: 0;
}
.contents-section .case-box .fit-flow-box {
  padding-top: 64px;
}
.contents-section .case-box .fit-flow-box .box .left {
  width: 460px;
}
.contents-section .case-box .fit-flow-box .box .left h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-align: left;
}
.contents-section .case-box .fit-flow-box .box .left ul li {
  color: #fff;
  text-align: left;
}
.contents-section .case-box .fit-flow-box .box .left ul li::before {
  background: #fff;
}
.contents-section .case-box .fit-flow-box .box .right {
  width: calc(100% - 460px);
}
.contents-section .case-box .fit-flow-box .box .right h4 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 12px;
  margin-bottom: 16px;
  text-align: left;
}
.contents-section .case-box .fit-flow-box .box .right p {
  font-size: 18px;
}
.contents-section .case-box .fit-flow-box small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 1280px) {
  .contents-section .case-box .flex .box {
    width: 465px;
    padding: 40px;
  }
  .contents-section .case-box .flex .box h3 {
    font-size: 40px;
  }
  .contents-section .case-box .flex .box h3 span {
    font-size: 28px;
  }
  .contents-section .case-box .flex .box .tag-box div p {
    font-size: 18px;
  }
  .contents-section .case-box .flex .cach-box {
    width: calc(100% - 505px);
  }
  .contents-section .case-box .flex .cach-box h3 span {
    font-size: 32px;
  }
}
@media (max-width: 1080px) {
  .contents-section .case-box .flex {
    flex-wrap: wrap;
  }
  .contents-section .case-box .flex .box {
    width: 100%;
    padding: 40px;
  }
  .contents-section .case-box .flex .box h3 {
    font-size: 40px;
  }
  .contents-section .case-box .flex .box h3 span {
    font-size: 28px;
  }
  .contents-section .case-box .flex .box .tag-box div p {
    font-size: 18px;
  }
  .contents-section .case-box .flex .cach-box {
    width: 100%;
    margin-top: 40px;
  }
  .contents-section .case-box .flex .cach-box h3 span {
    font-size: 32px;
  }
  .contents-section .case-box .flex .cach-box img {
    position: absolute;
    bottom: -80px;
  }
  .contents-section .case-box .fit-flow-box .box .left {
    width: 280px;
  }
  .contents-section .case-box .fit-flow-box .box .right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 768px) {
  .contents-section .case-box .flex .cach-box img {
    width: auto;
    height: 136px;
    bottom: -88px;
  }
  .contents-section .case-box .fit-flow-box .box .left {
    width: 100%;
  }
  .contents-section .case-box .fit-flow-box .box .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contents-section .case-box .flex .box {
    text-align: center;
  }
  .contents-section .case-box .flex .box h3 {
    font-size: 32px;
  }
  .contents-section .case-box .flex .box h3 span {
    font-size: 20px;
  }
  .contents-section .case-box .flex .box .tag-box div {
    display: block;
    margin-top: 24px;
  }
  .contents-section .case-box .flex .box .tag-box div .tag {
    margin: 0 auto;
  }
  .contents-section .case-box .flex .cach-box h3 span {
    font-size: 24px;
  }
  .contents-section .case-box .flex .cach-box img {
    width: auto;
    height: 96px;
    bottom: -56px;
  }
  .contents-section .case-box .fit-flow-box {
    padding-top: 40px;
  }
  .contents-section .case-box .fit-flow-box .box .left {
    width: 100%;
  }
  .contents-section .case-box .fit-flow-box .box .left h4 {
    font-size: 20px;
  }
  .contents-section .case-box .fit-flow-box .box .right {
    width: 100%;
  }
  .contents-section .case-box .fit-flow-box .box .right h4 {
    font-size: 20px;
  }
  .contents-section .case-box .fit-flow-box .box .right p {
    font-size: 16px;
  }
}
.contents-section .flat-flow-box .box {
  position: relative;
  padding: 48px;
  background: #fff;
}
.contents-section .flat-flow-box .box .step {
  position: absolute;
  top: -40px;
  right: 48px;
  color: rgba(231, 124, 34, 0.1);
  font-size: 64px;
  font-family: "Montserrat", sans-serif;
}
.contents-section .flat-flow-box .box h3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.contents-section .flat-flow-box .box p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .contents-section .flat-flow-box .box {
    padding: 32px;
  }
  .contents-section .flat-flow-box .box .step {
    top: -32px;
    right: 32px;
    font-size: 48px;
  }
  .contents-section .flat-flow-box .box h3 {
    font-size: 24px;
  }
  .contents-section .flat-flow-box .box p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contents-section .flat-flow-box .box {
    padding: 24px;
  }
  .contents-section .flat-flow-box .box .step {
    top: -32px;
    right: 0;
    font-size: 40px;
  }
  .contents-section .flat-flow-box .box h3 {
    font-size: 20px;
  }
  .contents-section .flat-flow-box .box p {
    font-size: 16px;
  }
}
.contents-section.terms-txt br {
  display: block !important;
}
.contents-section.terms-txt .right {
  text-align: right !important;
}
@media (max-width: 480px) {
  .contents-section.terms-txt .privacy-mark {
    display: block;
    margin: 0 auto 16px;
  }
}
.contents-section dl {
  margin-bottom: 48px;
}
.contents-section dl:last-child {
  margin-bottom: 0;
}
.contents-section dl dt {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
  padding: 0 0 16px 36px;
}
.contents-section dl dt::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 24px;
  top: 12px;
  left: 0;
  background: #CCD8EB;
}
.contents-section dl dd {
  padding: 0 36px;
}
.contents-section dl dd h2 {
  font-size: 24px;
  border-left: 4px solid #CCD8EB;
  padding: 4px 0 4px 16px;
  margin: 32px 0 16px;
}
.contents-section dl dd h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.contents-section dl dd p {
  font-size: 18px;
  margin-bottom: 16px;
}
.contents-section dl dd ul {
  padding-left: 24px;
  list-style-type: disc;
  margin-bottom: 16px;
}
.contents-section dl dd ul li {
  padding: 0;
}
.contents-section dl dd ul li::before {
  display: none;
}
.contents-section dl dd ol {
  padding-left: 24px;
  list-style-type: decimal;
}
.contents-section dl dd ol.parentheses {
  list-style-type: none;
}
.contents-section dl dd ol.parentheses li {
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
}
.contents-section dl dd ol.parentheses li::before {
  position: absolute;
  right: calc(100% + 8px);
  content: counter(list-item) ")";
}
.contents-section dl dd ol li {
  font-size: 18px;
  margin-bottom: 8px;
}
.contents-section dl dd small {
  color: #9D9D9D;
  font-size: 14px;
}
.contents-section dl dd a {
  color: #4C79AF;
}
.contents-section dl dd .pdf-link {
  position: relative;
  padding-right: 24px;
}
.contents-section dl dd .pdf-link::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 0;
  bottom: 4px;
  background: url(../img/icon-pdf.svg) no-repeat;
}
.contents-section dl dd br.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .contents-section dl {
    margin-bottom: 40px;
  }
  .contents-section dl dt {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .contents-section dl dt::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .contents-section dl dd {
    padding: 0;
  }
  .contents-section dl dd h2 {
    font-size: 20px;
    margin: 24px 0 8px;
  }
  .contents-section dl dd p {
    font-size: 16px;
  }
  .contents-section dl dd ul li {
    font-size: 16px;
  }
  .contents-section dl dd ol.parentheses li {
    font-size: 16px;
  }
  .contents-section dl dd ol li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contents-section dl dt {
    font-size: 20px;
    padding: 0 0 16px 24px;
  }
  .contents-section dl dt::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
  .contents-section dl dd h2 {
    font-size: 18px;
  }
  .contents-section dl dd br.sp {
    display: block !important;
  }
}
.contents-section .edit-box {
  margin-bottom: 80px;
}
.contents-section .edit-box h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 64px 0 16px;
}
.contents-section .edit-box h2:first-child {
  margin-top: 0;
}
.contents-section .edit-box h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 48px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.contents-section .edit-box h3:first-child {
  margin-top: 0;
}
.contents-section .edit-box h4 {
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
  border-left: 4px solid #CCD8EB;
  margin: 40px 0 16px;
}
.contents-section .edit-box h4:first-child {
  margin-top: 0;
}
.contents-section .edit-box h5 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding-left: 32px;
  margin: 32px 0 8px;
}
.contents-section .edit-box h5::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 8px;
  left: 0;
  border-radius: 20px;
  background: #CCD8EB;
}
.contents-section .edit-box h5:first-child {
  margin-top: 0;
}
.contents-section .edit-box h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 8px;
}
.contents-section .edit-box h6:first-child {
  margin-top: 0;
}
.contents-section .edit-box p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
.contents-section .edit-box a {
  color: #6390C6;
  font-size: 18px;
  font-weight: 500;
}
.contents-section .edit-box hr {
  border: 0;
  border-top: 2px solid #6390C6;
  padding-bottom: 80px;
  margin-top: 80px;
}
.contents-section .edit-box hr + h2, .contents-section .edit-box hr + h3, .contents-section .edit-box hr + h4, .contents-section .edit-box hr + h5, .contents-section .edit-box hr + h6 .contents-section .edit-box hr + p, .contents-section .edit-box hr + ul, .contents-section .edit-box hr + ol, .contents-section .edit-box hr + table, .contents-section .edit-box hr + img {
  margin-top: 0;
}
.contents-section .edit-box ul {
  margin: 24px 0;
}
.contents-section .edit-box ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contents-section .edit-box ul li:last-child {
  margin-bottom: 0;
}
.contents-section .edit-box ol {
  margin: 24px 0;
}
.contents-section .edit-box ol li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contents-section .edit-box ol li:last-child {
  margin-bottom: 0;
}
.contents-section .edit-box img {
  display: block;
  width: auto;
  height: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}
.contents-section .edit-box .table-box {
  margin: 40px 0;
}
.contents-section .edit-box table {
  border-collapse: collapse;
  box-shadow: none;
}
.contents-section .edit-box table thead tr th, .contents-section .edit-box table thead tr td {
  border: 2px solid #fff;
  padding: 24px 32px;
  text-align: left;
}
.contents-section .edit-box table thead tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
  background: #4C79AF;
}
.contents-section .edit-box table tbody tr th, .contents-section .edit-box table tbody tr td {
  text-align: left;
  padding: 24px 32px;
  border: 2px solid #fff;
}
.contents-section .edit-box table tbody tr th {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #4C79AF;
}
.contents-section .edit-box table tbody tr td {
  font-size: 18px;
  font-weight: 400;
  background: #F0F4FA;
}
.contents-section .edit-box.orange table th {
  background: #E97F00;
}
@media (max-width: 1200px) {
  .contents-section .edit-box h2 {
    font-size: 36px;
  }
  .contents-section .edit-box table thead tr th, .contents-section .edit-box table thead tr td {
    padding: 16px 20px;
  }
  .contents-section .edit-box table tbody tr th, .contents-section .edit-box table tbody tr td {
    padding: 16px 20px;
  }
}
@media (max-width: 768px) {
  .contents-section .edit-box {
    margin-bottom: 64px;
  }
  .contents-section .edit-box h2 {
    font-size: 24px;
    margin: 48px 0 16px;
  }
  .contents-section .edit-box h3 {
    font-size: 20px;
    margin: 40px 0 16px;
  }
  .contents-section .edit-box h4 {
    font-size: 18px;
    padding-left: 16px;
    margin: 24px 0 8px;
  }
  .contents-section .edit-box h5 {
    font-size: 18px;
    padding-left: 24px;
    margin: 20px 0 8px;
  }
  .contents-section .edit-box h5::before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
  .contents-section .edit-box h6 {
    font-size: 16px;
    margin: 20px 0 8px;
  }
  .contents-section .edit-box p {
    font-size: 16px;
  }
  .contents-section .edit-box a {
    font-size: 16px;
  }
  .contents-section .edit-box hr {
    padding-bottom: 48px;
    margin-top: 48px;
  }
  .contents-section .edit-box ul {
    margin: 16px 0;
  }
  .contents-section .edit-box ul li {
    font-size: 16px;
  }
  .contents-section .edit-box ol {
    margin: 16px 0;
  }
  .contents-section .edit-box ol li {
    font-size: 16px;
  }
  .contents-section .edit-box img {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .contents-section .edit-box .table-box {
    overflow: auto;
    margin: 24px 0;
  }
  .contents-section .edit-box table {
    width: 960px;
  }
  .contents-section .edit-box table thead tr th, .contents-section .edit-box table thead tr td {
    padding: 16px;
    font-size: 16px;
  }
  .contents-section .edit-box table tbody tr th, .contents-section .edit-box table tbody tr td {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contents-section .edit-box {
    margin-bottom: 48px;
  }
}
.contents-section .pickup-table table {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  margin-top: 24px;
}
.contents-section .pickup-table table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.contents-section .pickup-table table tbody tr:last-child {
  border: 0;
}
.contents-section .pickup-table table tbody tr th, .contents-section .pickup-table table tbody tr td {
  border: 0;
}
.contents-section .pickup-table table tbody tr th p:last-child, .contents-section .pickup-table table tbody tr td p:last-child {
  margin-bottom: 0;
}
.contents-section .pickup-table table tbody tr th {
  word-break: keep-all;
  text-align: center;
  width: 235px;
  max-width: 235px;
}
.contents-section .pickup-table table tbody tr td {
  font-weight: 500;
  background: #fff;
}
@media (max-width: 768px) {
  .contents-section .pickup-table table {
    width: 100%;
  }
  .contents-section .pickup-table table tbody tr th br, .contents-section .pickup-table table tbody tr td br {
    display: block;
  }
  .contents-section .pickup-table table tbody tr th {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .contents-section .pickup-table table {
    margin-top: 16px;
  }
  .contents-section .pickup-table table tbody tr {
    display: grid;
  }
  .contents-section .pickup-table table tbody tr th, .contents-section .pickup-table table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
  }
}

.news-box a {
  position: relative;
}
.news-box a::before {
  position: absolute;
  content: "";
  right: 32px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1px solid rgba(76, 121, 175, 0.5);
  background: url(../img/icon-more-btn-blue.svg) no-repeat center;
  background-size: 7px 12px;
}
.news-box a time {
  color: #4C79AF;
  font-size: 18px;
  font-weight: 500;
}
.news-box a h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  padding: 0 64px 16px 0;
  border-bottom: 1px solid #D9D9D9;
}
.news-box a p {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .news-box a {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .news-box.gap-32 {
    gap: 20px;
  }
  .news-box a::before {
    top: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    background: #4C79AF url(../img/icon-more-btn-white.svg) no-repeat center;
    background-size: 7px 12px;
  }
  .news-box a time {
    font-size: 16px;
  }
  .news-box a h2 {
    font-size: 18px;
    padding: 0 0 16px 0;
  }
  .news-box a p {
    font-size: 16px;
  }
}

.cta-box {
  height: 384px;
}
.cta-box .sp {
  display: none;
}
.cta-box span {
  color: #fff;
  font-size: 96px;
  font-family: "Montserrat", sans-serif;
  opacity: 0.4;
}
.cta-box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-top: -64px;
}
.cta-box.companies-cta-box {
  background: #516F84 url(../img/bg-companies-cta-box-pc.jpg) no-repeat right;
}
.cta-box.disabilities-cta-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/bg-disabilities-cta-box-pc.jpg) no-repeat center;
  background-size: cover;
}
.cta-box.disabilities-cta-box .btn {
  margin: 24px auto 0;
}
.cta-box .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding: 20px 56px;
  border-radius: 120px;
  font-size: 20px;
  font-weight: 500;
  margin: 24px 0 0;
  color: #466EA5;
  border: #466EA5 1px solid;
  background: #fff;
  transition: opacity 0.3s ease;
}
.cta-box .btn:hover {
  opacity: 0.7;
}
.cta-box .btn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 18px;
  top: calc(50% - 9px);
  right: 32px;
  background: url(../img/icon-more-btn-blue.svg) no-repeat;
}
.cta-box .btn.w-500 {
  width: 500px;
}
@media (max-width: 768px) {
  .cta-box .btn {
    padding: 16px 48px 16px 48px;
    font-size: 18px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .cta-box .btn {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .cta-box .sp {
    display: block;
  }
  .cta-box span {
    font-size: 80px;
  }
  .cta-box h2 {
    font-size: 32px;
    margin-top: -48px;
  }
}
@media (max-width: 768px) {
  .cta-box {
    height: auto;
    padding: 24px 0;
  }
  .cta-box.companies-cta-box {
    background: #516F84 url(../img/bg-companies-cta-box-sp.jpg) no-repeat right;
  }
  .cta-box.disabilities-cta-box {
    background: url(../img/bg-disabilities-cta-box-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .cta-box span {
    font-size: 40px;
  }
  .cta-box h2 {
    font-size: 24px;
    margin-top: -32px;
  }
}/*# sourceMappingURL=style.css.map */

/******* Cookieリストテーブル追加 2026-1-20 add ********/
table.cookies-list {
    border-collapse: inherit;
    margin: 20px 0px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-spacing: initial;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
}

.cookies-list thead {
    background-color: #f7f7f7;
    font-weight: bold;
}

table.cookies-list th, table.cookies-list td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

table.cookies-list .host, table.cookies-list .cookies-type {
    width: 28%;
}

table.cookies-list .table-header, table.cookies-list td {
    font-size: .9em;
}

table.cookies-list th {
    background-color: #f7f7f7;
}

table.cookies-list th, table.cookies-list td, table.cookies-list th {
    padding: 12px 15px;
    text-align: left;
}

@media only screen and (max-width: 530px) {
    table.cookies-list, .cookies-list thead, .cookies-list tbody, .cookies-list th, .cookies-list td, .cookies-list tr {
        display: block;
    }
    table.cookies-list {
    border-right: 1px solid #cccccc;
}
    .cookies-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        z-index: -9999;
    }
    table.cookies-list .host, table.cookies-list .cookies-type {
        width: auto;
    }
    table.cookies-list td {
        border: none;
        border-bottom: 1px solid #cccccc;
    }
    .cookies-list td:before {
        content: attr(data-label);
        font-weight: bold;
        padding-right: 10px;
    }
}
/******* end Cookieリストテーブル追加 2026-1-20 add ********/

/******* ニュース・お知らせ記事アイコン表示 2026-2-00 add ********/
.contents-section .edit-box a.icon-pdf::after,
.contents-section .edit-box a.icon-external::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-bottom: 4px;
    margin-left: 2px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

/* PDFアイコン */
.contents-section .edit-box a.icon-pdf::after {
    background-image: url('/cmn/img/icon-pdf.svg'); 
}

/* 外部リンクアイコン */
.contents-section .edit-box a.icon-external::after {
    background-image: url('/cmn/img/icon-t-link.svg');
}
/******* end ニュース・お知らせ記事アイコン表示 2026-2-00 add ********/

/* フッターの外部リンクアイコン */
footer .fnav .box .item ul li a.tb-link::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    right: -26px;
    bottom: 0px;
    background: url(/cmn/img/icon-tb-link.svg) no-repeat;
}

/* ページ内スクロールのヘッダー分ずれの解消 */
html {
	scroll-padding-top: 85px;
  scroll-behavior: smooth;
}