@charset "UTF-8";
/* ■■■■■■■■■■■ */
/* mixin-variable mixin・変数 */
/* ■■■■■■■■■■■ */
/*-----------------変数------------------*/
/*メディアクエリ*/
/*---------------カラー----------------*/
/*画像ズーム*/
/* ■■■■■■■■■■■ */
/* Foudation基本設定 */
/* ■■■■■■■■■■■ */
html {
  overflow: auto;
}
html {
  scroll-behavior: smooth;
}
body {
  word-wrap: break-word;
  /* 単語の途中でも改行 */
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100%;
  overflow: hidden;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/
  background-color: #ffffff;
}
@media (min-width: 769px) {
  body {
    line-height: 160%;
  }
}
@media (max-width: 768px) {
  body {
    line-height: 200%;
  }
}
* {
  box-sizing: border-box;
}
/*----------リンク関連----------*/
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  a:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
}
img {
  width: 100%;
}
figure {
  line-height: 0;
}
a {
  text-decoration: none !important;
}
a:hover {
  cursor: pointer;
}
@media (min-width: 769px) {
  a:hover img {
    transition: 0.5s;
    opacity: 0.7;
  }
}
/*--------テキスト---------*/
p, li, h2, h3, h4, h5, h6 {
  color: #444444;
}
@media (min-width: 769px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 16px;
    line-height: 180%;
  }
}
@media (max-width: 768px) {
  p, li, h2, h3, h4, h5, h6 {
    font-size: 14px;
    line-height: 200%;
  }
}
li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
/* ■■■■■■■■■■■ */
/* Layout.scss */
/* ■■■■■■■■■■■ */
header {
  position: fixed;
  transition: all 0.3s ease;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  z-index: 100;
  background-color: #11483A;
}
@media (max-width: 768px) {
  header {
    position: absolute;
  }
}
header h1, header nav {
  display: inline-block;
}
header li {
  display: inline-block;
}
.home header {
  background-color: transparent;
}
.home header li a {
  color: #444444;
}
@media (min-width: 769px) {
  header.scrolled {
    background: rgba(17, 72, 58, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  header.scrolled li a {
    color: #ffffff;
  }
}
.nav-wrp {
  display: flex;
  align-items: center;
}
h1 {
  line-height: 0;
}
@media (min-width: 769px) {
  h1 {
    width: 12vw;
  }
}
@media (max-width: 768px) {
  h1 {
    width: 30vw;
  }
}
h1 img {
  width: 100px;
}
.menu-item {
  margin-right: 20px;
}
.menu-item::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  transition: 0.6s;
  margin: -8px 8px;
}
li:hover > .menu-item::after {
  transform: rotate(315deg);
  margin: -2px 8px;
}
.menu-wrp {
  padding: 12px 0px;
  z-index: 100;
  position: relative;
  margin: 0 auto;
}
.menu-wrp li a {
  padding: 8px 16px;
}
.menu-wrp .btn1 a, .menu-wrp .btn2 a {
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
}
.menu-wrp .btn1 a {
  background-color: #cdaf2b;
}
.menu-wrp .btn1 a:hover {
  background-color: #e3ca96;
  opacity: 1;
}
.menu-wrp .btn2 a {
  background-color: #04845f;
}
.menu-wrp .btn2 a:hover {
  background-color: #869c96;
  opacity: 1;
}
.aco-border {
  border-bottom: 1px #fff solid;
  border-top: 1px #fff solid;
  width: 84%;
}
@media (min-width: 769px) {
  .aco-menu-pc {
    position: absolute;
    right: 8%;
  }
}
.aco-menu-pc li {
  margin: 0 0 0 1em;
  position: relative;
  font-size: 12px;
  color: #ffffff;
}
.aco-menu-pc li a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-pc .sub-menu {
  opacity: 0;
  position: absolute;
  margin-top: 0px !important;
  padding-top: 10px;
  width: 240px;
  left: 50%;
  margin-left: -120px;
}
.aco-menu-pc .sub-menu li {
  border-left: none;
  display: block;
  background-color: #333333;
  margin-top: 1px;
}
.aco-menu-pc .sub-menu li:hover {
  background: #777777;
  transition: 0.5s;
}
.aco-menu-pc .sub-menu li a {
  color: #ffffff;
  display: block;
  padding: 20px;
}
.aco-menu-pc:hover .sub-menu {
  opacity: 1;
}
.sp-nav-hamburger {
  mix-blend-mode: difference;
  position: fixed;
  margin-left: 85%;
  z-index: 101;
  top: 0%;
  right: 8%;
}
.sp-nav-hamburger button {
  margin-top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  position: relative;
  outline: none;
}
.sp-nav-hamburger button span {
  transition: 0.3s;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
.sp-nav-hamburger button span.top {
  transform: translateY(-6px);
}
.sp-nav-hamburger button span.bottom {
  transform: translateY(6px);
}
.sp-nav-hamburger.active span.top {
  top: 30px;
  right: 8%;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}
.sp-nav-hamburger.active span.middle {
  opacity: 0;
}
.sp-nav-hamburger.active span.bottom {
  top: 18px;
  right: 8%;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
#sp__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #11483A;
  text-align: center;
  z-index: 100;
}
@media (min-width: 769px) {
  #sp__bg {
    display: none;
  }
}
.aco-menu-sp {
  position: relative;
  top: 20%;
}
.aco-menu-sp .marks {
  width: 40px;
  margin: 0 auto 16px auto;
}
.aco-menu-sp li {
  padding: 0px;
  list-style-type: none;
}
@media (min-width: 769px) {
  .aco-menu-sp li {
    margin: 24px 0px;
  }
}
@media (max-width: 768px) {
  .aco-menu-sp li {
    font-size: 14px;
    margin: 8px 0px;
  }
}
.aco-menu-sp .yellow a, .aco-menu-sp .green a {
  padding: 6px 0;
  margin: 16px auto 0 auto;
  border-radius: 20px;
  width: 67vw;
}
.aco-menu-sp .yellow a {
  background-color: #cdaf2b;
}
.aco-menu-sp .green a {
  background-color: #04845f;
}
.aco-menu-sp a {
  text-decoration: none;
  color: #ffffff;
}
.aco-menu-sp a:hover {
  color: #ffffff;
}
.aco-menu-sp .menu-item {
  display: block;
  position: relative;
}
.aco-menu-sp .menu-item {
  color: #ffffff;
}
.aco-menu-sp .menu-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -6px;
  transition: 0.5s;
}
.aco-menu-sp .menu-wrp .open::before {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.aco-menu-sp .menu-wrp .mmenu-item:hover, .aco-menu-sp .menu-wrp .open {
  background-color: #666666;
  color: #FFF;
}
.aco-menu-sp .menu-wrp .menu-item:hover::before, .aco-menu-sp .menu-wrp .open::before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.aco-menu-sp .sub-menu li {
  margin: 0;
}
.aco-menu-sp .sub-menu li a {
  padding-top: 10px;
  color: #666666;
  padding-bottom: 10px;
  background-color: #efefef;
  display: block;
  position: relative;
  border-top: 1px solid #CCC;
}
.aco-menu-sp .sub-menu li a:hover {
  background-color: #f2f2f2;
}
/*SPメニュー開閉のアニメーーション*/
.aco-menu-sp li {
  overflow: hidden;
  border-left: none;
}
.aco-menu-sp.open li a, .aco-menu-sp.open .menu-item {
  transform: translate(0%, 0%);
}
.aco-menu-sp li a, .aco-menu-sp .menu-item {
  transform: translate(0%, 100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 600ms;
  display: block;
}
footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #efefef;
  width: 100%;
}
@media (min-width: 769px) {
  footer .wrp {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
  }
}
footer .wrp div {
  margin-bottom: 24px;
}
footer p, footer li {
  font-size: 12px;
}
footer p {
  color: #ffffff;
}
footer li {
  list-style-type: none;
}
@media (min-width: 769px) {
  footer li {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  footer li {
    margin-bottom: 8px;
  }
}
footer li a {
  color: #ffffff;
}
footer img {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  footer img {
    width: 8vw;
  }
}
@media (max-width: 768px) {
  footer img {
    width: 35vw;
  }
}
.top_btn a {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  vertical-align: middle;
  color: #c6b255;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.top_btn.scrolled a {
  opacity: 1;
}
.mv {
  background: linear-gradient(180deg, #f7f7f7 50%, transparent);
  height: 100dvh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mv .text-box {
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .mv .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .mv .sp-wrp {
    width: 90vw;
  }
}
.mv figure {
  position: relative;
}
.mv .main-copy1, .mv .main-copy2, .mv .main-copy3 {
  font-size: clamp(26px, 3.8vw, 64px);
  font-weight: bold;
  color: #444444;
}
@media (max-width: 768px) {
  .mv .main-copy1, .mv .main-copy2, .mv .main-copy3 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 0;
  }
}
.mv .main-copy1 span, .mv .main-copy2 span, .mv .main-copy3 span {
  color: #11483A;
}
.mv .mark-wrp {
  position: absolute;
  max-width: 550px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .mv .mark-wrp {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mv .mark-wrp {
    width: 80%;
  }
}
.mv .type1, .mv .type2, .mv .type3 {
  white-space: nowrap;
  overflow: hidden;
  font-family: monospace;
  opacity: 0;
}
.mv .type1 {
  width: 25ch;
  animation: typing 2.8s steps(27) forwards, effect 0.5s step-end infinite alternate;
  animation-delay: 0.2s;
}
.mv .type2 {
  width: 10ch;
  animation: typing2 0.7s steps(12) forwards, effect 0.5s step-end infinite alternate;
  animation-delay: 2s;
}
.mv .type3 {
  width: 19ch;
  animation: typing3 1s steps(19) forwards, effect 0.5s step-end infinite alternate;
  animation-delay: 3s;
}
@keyframes typing {
  from {
    width: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
@keyframes typing2 {
  from {
    width: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
@keyframes typing3 {
  from {
    width: 1%;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect {
  50% {
    border-color: transparent;
  }
}
.mv .sub-copy {
  margin-top: 24px;
  color: #666666;
  line-height: 200%;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-style: normal;
}
@media (min-width: 769px) {
  .mv .sub-copy {
    font-size: clamp(13px, 2vw, 20px);
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .mv .sub-copy {
    font-size: 14px;
  }
}
.mv .sub-copy-anime {
  animation: subanime forwards;
  opacity: 0;
  animation-delay: 4s;
  animation-duration: 1.5s;
}
@keyframes subanime {
  100% {
    opacity: 1;
  }
}
.mv figure {
  min-width: 250px;
  max-width: 650px;
  margin: 0 auto;
}
.mv .mark-anime {
  opacity: 0;
  animation: mark-animation forwards;
  transform: translateZ(0);
  /* ←スマホ対策の決定版 */
  animation-duration: 5.5s;
  animation-delay: 3s;
}
@keyframes mark-animation {
  0% {
    filter: grayscale(0) drop-shadow(6px 6px 6px #999999);
    opacity: 0;
  }
  50% {
    filter: grayscale(0) drop-shadow(6px 6px 6px #999999);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    filter: grayscale(1) drop-shadow(2px 2px 2px #999999);
  }
}
.light-1, .light-2, .light-3 {
  background-color: #ffffff;
  position: absolute;
  display: block;
  border-radius: 50%;
}
.light-1 {
  width: 30vw;
  height: 30vw;
  top: 0;
  left: 0;
  filter: blur(70px);
}
.light-2 {
  width: 30vw;
  height: 30vw;
  top: 15%;
  left: 45%;
  filter: blur(40px);
}
.light-3 {
  width: 25vw;
  height: 25vw;
  bottom: -10%;
  right: -5%;
  filter: blur(80px);
}
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  font-size: 12px;
  left: 50vw;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  z-index: 5;
  animation: scroll-anime forwards;
  animation-delay: 4.7s;
  animation-duration: 1.5s;
  opacity: 0;
}
@media (min-width: 769px) {
  .scroll {
    bottom: 8%;
  }
}
@media (max-width: 768px) {
  .scroll {
    top: 98%;
    left: 8vw;
  }
}
@media (max-width: 768px) {
  .scroll {
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes scroll-anime {
  100% {
    opacity: 1;
  }
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 1.7s infinite;
  background-color: #000;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media (min-width: 769px) {
  .scroll::before {
    bottom: -35px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .scroll::before {
    bottom: -50px;
    height: 40px;
  }
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (min-width: 769px) {
  .content-top-pd {
    padding-top: 160px;
  }
}
@media (max-width: 768px) {
  .content-top-pd {
    padding-top: 60px;
  }
}
@media (min-width: 769px) {
  .content-bottom-pd {
    padding-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .content-bottom-pd {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .page-id-919 .content-top-pd, .page-id-921 .content-top-pd {
    padding-top: 240px;
  }
}
@media (max-width: 768px) {
  .page-id-919 .content-top-pd, .page-id-921 .content-top-pd {
    padding-top: 120px;
  }
}
@media (min-width: 769px) {
  .content-top-pdpc {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .content-top-pdsp {
    padding-top: 40px;
  }
}
.content-basic-pd {
  padding: 80px;
}
.post-wrp a {
  display: table;
}
.content-pd {
  padding-left: 8%;
  padding-right: 8%;
}
.content-width {
  margin: 0 auto;
  width: 84%;
}
@media (min-width: 769px) {
  .content-width {
    max-width: 1080px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-width {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sp-head-box {
    height: 100vw;
    display: flex;
    align-items: center;
  }
}
.page-privacy dt {
  background-color: #11483A;
  padding: 12px 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.page-privacy dd {
  margin-bottom: 48px;
}
.page-privacy .ttl {
  font-size: 18px;
  font-weight: bold;
}
.single-post .post .date, .single-news .post .date {
  font-size: 12px;
  display: inline-block;
}
.single-post .post .title, .single-news .post .title {
  font-size: 32px;
  line-height: 140%;
}
@media (min-width: 769px) {
  .single-post .post .title, .single-news .post .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .single-post .post .title, .single-news .post .title {
    padding: 8px 0px 0px 0px;
  }
}
.single-post .post .title-border, .single-news .post .title-border {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 64px;
}
.single-post .post .thumbneil-box, .single-news .post .thumbneil-box {
  max-width: 640px;
  margin: 0px auto 80px auto;
}
.single-post .post .cate {
  display: inline-block;
  margin-right: 8px;
}
.single-post .post .cate ul {
  padding-bottom: 0;
}
.single-post .post .cate ul li::before {
  content: "";
}
.single-post .post .cate a {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 2px 8px;
  border: 0.25px solid #ccc;
}
.single-post .post h2 {
  margin-top: 48px;
  padding-top: 48px;
  font-size: 32px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 2px solid #333;
}
.single-post .post h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}
.single-post .post h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.single-post .post .head {
  font-weight: bold;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .single-post .post .head {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-post .post .head {
    font-size: 26px;
  }
}
.single-post .post .head::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #333333;
  margin-top: 24px;
}
.single-post .post p {
  margin-bottom: 0px;
}
.single-post .post ul, .single-post .post ol {
  padding-bottom: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.single-post .post ul {
  padding-inline-start: 0px;
  padding-left: 1.8em;
}
.single-post .post ul li, .single-post .post ol li {
  line-height: 32px;
  padding-bottom: 28px;
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .single-post .post ul li, .single-post .post ol li {
    line-height: 24px;
    padding-bottom: 16px;
  }
}
.single-post .post ul li {
  list-style-type: none;
  text-indent: -1.8em;
}
.single-post .post ul li::before {
  content: "・";
  margin-right: 14px;
}
.single-post .post ol {
  padding-inline-start: 1.8em;
}
.single-post .post .has-cyan-bluish-gray-background-color {
  background: #fafafc !important;
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .single-post .post .has-cyan-bluish-gray-background-color {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .single-post .post .has-cyan-bluish-gray-background-color {
    padding: 32px 24px;
  }
}
.single-post .post .has-cyan-bluish-gray-background-color p:last-child, .single-post .post .has-cyan-bluish-gray-background-color a:last-child {
  margin-bottom: 0px;
}
.single-post .post .wp-block-quote {
  border: none;
  border-left: 5px solid #bababa;
  background-color: #ffffff;
  position: relative;
  font-size: 16px;
  margin-bottom: 80px;
  padding: 24px;
}
.single-post .post .wp-block-quote p {
  margin-bottom: 0px;
}
.single-post .post .prev-next-wrp {
  display: flex;
  line-height: 0px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 2em;
}
@media (min-width: 769px) {
  .single-post .post .prev-next-wrp {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .single-post .post .prev-next-wrp {
    width: 100%;
    flex-wrap: wrap;
  }
}
.single-post .post .prev-next-wrp .prev, .single-post .post .prev-next-wrp .next {
  display: flex;
  border: 1px solid #cccccc;
}
@media (min-width: 769px) {
  .single-post .post .prev-next-wrp .prev, .single-post .post .prev-next-wrp .next {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .single-post .post .prev-next-wrp .prev, .single-post .post .prev-next-wrp .next {
    width: 100%;
  }
}
.single-post .post .prev-next-wrp .prev p, .single-post .post .prev-next-wrp .next p {
  margin-bottom: 0px;
  height: 100%;
}
.single-post .post .prev-next-wrp .l-cont a {
  color: #333333;
  text-align: center;
}
.single-post .post .prev-next-wrp .r-cont a {
  color: #333333;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 160%;
}
.single-post .post .prev-next-wrp .l-cont, .single-post .post .prev-next-wrp .r-cont {
  width: 50%;
  overflow: hidden;
}
.single-post .post .prev-next-wrp img {
  object-fit: cover;
  height: 100%;
}
.single-post .post .job-outline dt {
  font-weight: bold;
  font-size: 28px;
  margin: 40px 0 24px 0;
}
.single-post .post .job-outline dd {
  line-height: 200%;
  padding-left: 24px;
  margin-bottom: 56px;
}
.single-post .post .job-outline dd span {
  font-weight: bold;
  margin: 24px 0px 8px 0;
  display: block;
  font-size: 20px;
}
.single-post .post .data dt {
  font-weight: bold;
  font-size: 18px;
  margin: 40px 0 16px 0;
}
.single-post .post .data dd {
  line-height: 200%;
  padding-left: 24px;
  margin-bottom: 8px;
}
.single-post .post .data dd span {
  font-weight: bold;
  margin: 24px 0px 8px 0;
  display: block;
}
.single-post .post .data br {
  margin-bottom: 8px;
}
.single-post .post .jobid {
  padding: 24px;
}
.single-post .post .jobid span {
  font-size: 18px;
  font-weight: bold;
}
/*--------------------------------------ニュースページ--------------------------------------*/
.single-news .post h2 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2px;
  width: fit-content;
  margin-bottom: 32px;
  line-height: 120%;
  position: relative;
  color: #333333;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .single-news .post h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .single-news .post h2 {
    font-size: 20px;
  }
}
.single-news .post h2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 48px;
  background-color: #11483A;
  transform: translateY(25%);
  margin-right: 8px;
}
.single-news .post .h2-wrapper {
  overflow: hidden;
  margin-bottom: 0px;
}
.single-news .post .scroll-in {
  transform: translateY(0%);
}
.single-news .post h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  margin-top: 24px;
}
.single-news .post h3::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
  border-bottom: 1px #666668 dotted;
  width: 100%;
  background: transparent;
}
.single-news .post ul {
  margin-bottom: 40px;
}
/*--------------------------------------アーカイブページ--------------------------------------*/
@media (min-width: 769px) {
  .page-archive h2 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .page-archive h2 {
    font-size: 34px;
  }
}
.page-archive li {
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.page-archive li span {
  font-size: 20px;
  margin-bottom: 16px;
  display: block;
  color: #11483a;
  font-weight: bold;
}
.page-archive li .date {
  display: block;
  margin-bottom: 8px;
}
.page-archive .topic li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
}
/*--------------------------------------ニュースタブページ--------------------------------------*/
/*--------------------------------------コンタクトフォーム--------------------------------------*/
label {
  margin-bottom: 32px;
  display: block;
}
input {
  border-radius: 0;
  border: solid 1px #cfcfcf;
  height: 40px;
}
.wpcf7 .item, .hissu {
  display: inline-block;
  margin-bottom: 12px;
}
.wpcf7 .hissu {
  margin-left: 12px;
  font-size: 12px;
  color: #ffffff;
  padding: 6px 8px;
  background-color: #000000;
  line-height: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.form-flx {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx {
    align-items: start;
    margin-bottom: 0px;
  }
}
.form-flx-confirm {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx-confirm {
    align-items: start;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-flx div {
  width: 100%;
}
input, textarea {
  width: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.btn-primary:hover {
  background-color: #444444;
}
.submit-btn {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media (min-width: 769px) {
  .submit-btn {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  position: absolute;
  background-image: url(../../../uploads/2024/08/arr_white.png);
  background-size: cover;
}
@media (min-width: 769px) {
  .submit-btn:before {
    right: 30%;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .submit-btn:before {
    right: 6%;
    top: 32%;
  }
}
.submit-btn:hover::before {
  transition: 0.5s;
}
@media (min-width: 769px) {
  .submit-btn:hover::before {
    right: 26%;
  }
}
@media (max-width: 768px) {
  .submit-btn:hover::before {
    right: 3%;
  }
}
.wpcf7-submit:disabled {
  background-color: #999;
}
.btn-primary:disabled {
  color: #fff;
  border-color: transparent;
}
.wpcf7-form-control-wrap textarea {
  font-size: 16px;
}
.wpcf7-form-control-wrap input {
  text-align: left;
  color: #333333;
  font-size: 16px;
}
span.wpcf7-list-item {
  margin: 0;
}
.pribacy, .privacy a {
  color: #000000;
  margin-left: 16px;
  text-underline-offset: 5px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  vertical-align: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="checkbox"]:checked:after {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: -1;
  bottom: 1;
  margin-top: -1px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
.agree {
  font-size: 12px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  left: 32px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .agree {
    margin-top: 19px;
  }
}
@media (max-width: 768px) {
  .agree {
    margin-top: -4px;
    margin-bottom: 60px;
  }
}
.count {
  font-size: 12px;
}
@media (min-width: 769px) {
  .count {
    margin-left: 16px;
  }
}
.wpcf7-previous {
  background: no-repeat;
  border: none;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
@media (min-width: 769px) {
  .wpcf7-date {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .wpcf7-date {
    width: 80%;
  }
}
/*--------------------------------------コンタクトフォーム--------------------------------------*/
label {
  margin-bottom: 32px;
  display: block;
}
input {
  border-radius: 0;
  border: solid 1px #cfcfcf;
  height: 40px;
}
.wpcf7 p {
  font-size: 14px;
}
.wpcf7-radio {
  display: flex;
}
@media (min-width: 769px) {
  .wpcf7-radio {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .wpcf7-radio {
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .wpcf7-radio label {
    margin-bottom: 0px;
  }
}
.wpcf7-radio label {
  display: flex;
  align-items: center;
}
.wpcf7-radio label span {
  margin-left: 4px;
  line-height: 150%;
}
.wpcf7-radio label input {
  width: fit-content;
  height: 20px;
}
.wpcf7-list-item {
  display: flex;
}
.wpcf7 .item, .hissu {
  display: inline-block;
  margin-bottom: 12px;
}
.wpcf7 .hissu {
  margin-left: 12px;
  font-size: 12px;
  color: #ffffff;
  padding: 3px 6px;
  background-color: #c02b2b;
  line-height: 100%;
  margin-right: 12px;
  width: 36px;
}
@media (max-width: 768px) {
  .wpcf7 .hissu {
    margin-left: 4px;
  }
}
.flex-form p {
  align-items: center;
  margin-bottom: 24px;
}
::placeholder {
  color: #BABABA !important;
}
.form-flx {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx {
    align-items: start;
    margin-bottom: 0px;
  }
}
.form-flx-confirm {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .form-flx-confirm {
    align-items: start;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-flx div {
  width: 100%;
}
input, textarea {
  width: 100%;
}
::placeholder {
  color: #BABABA !important;
}
.btn-primary:hover {
  background-color: #444444;
}
.submit-btn {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media (min-width: 769px) {
  .submit-btn {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
  }
}
.submit-btn:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 12px;
  position: absolute;
  background-image: url(../../../uploads/2024/08/arr_white.png);
  background-size: cover;
}
@media (min-width: 769px) {
  .submit-btn:before {
    right: 30%;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .submit-btn:before {
    right: 6%;
    top: 32%;
  }
}
.submit-btn:hover::before {
  transition: 0.5s;
}
@media (min-width: 769px) {
  .submit-btn:hover::before {
    right: 26%;
  }
}
@media (max-width: 768px) {
  .submit-btn:hover::before {
    right: 3%;
  }
}
.wpcf7-submit:disabled {
  background-color: #999;
}
.btn-primary:disabled {
  color: #fff;
  border-color: transparent;
}
.wpcf7-form-control-wrap textarea {
  font-size: 16px;
}
.wpcf7-form-control-wrap input {
  font-size: 16px;
}
span.wpcf7-list-item {
  margin: 0;
}
.pribacy, .privacy a {
  color: #000000;
  margin-left: 16px;
  text-underline-offset: 5px;
}
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  vertical-align: -7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="checkbox"]:checked:after {
  content: "";
  background-color: #707070;
  position: absolute;
  width: 19px;
  height: 19px;
  z-index: -1;
  bottom: 1;
  margin-top: -1px;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 11px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
.wpcf7-submit {
  border-radius: 40px;
  color: #ffffff;
  height: 50px;
  width: 200px;
  margin: 0 auto;
  display: block;
  background-color: #cdaf2b;
}
.rireki {
  border: none;
}
.agree {
  font-size: 12px;
  margin-bottom: 32px;
  display: block;
  position: relative;
  left: 32px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .agree {
    margin-top: 19px;
  }
}
@media (max-width: 768px) {
  .agree {
    margin-top: -4px;
    margin-bottom: 60px;
  }
}
.count {
  font-size: 12px;
}
.wpcf7-previous {
  background: no-repeat;
  border: none;
  color: #9b9b9b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}
.contact-select {
  width: 70%;
  height: 34px;
  padding: 4px 12px;
  border-radius: 4px;
  border-color: #cccccc;
  color: #333333;
  background-color: #f2f2f2;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.contact-select {
  width: 30%;
  padding: 4px;
}
@media (max-width: 768px) {
  .contact-select {
    width: 100%;
  }
}
.sec-news {
  padding: 24px 8%;
  font-size: 14px;
}
.sec-news .content {
  padding-bottom: 4px;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: dashed 1px #cccccc;
}
@media (min-width: 769px) {
  .sec-news .content {
    gap: 1em;
    display: flex;
  }
}
.sec-news .content .cate {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  padding: 4px 8px 4px 8px;
  border: 0.25px solid #ccc;
  margin-right: 16px;
  line-height: 100%;
}
.sec-news .content .date {
  font-size: 12px;
  display: inline-block;
  margin-right: 12px;
}
.sec-news .content .title {
  font-size: 32px;
}
@media (min-width: 769px) {
  .sec-news .content .title {
    padding: 24px 0px 64px 0px;
  }
}
@media (max-width: 768px) {
  .sec-news .content .title {
    padding: 8px 0px 0px 0px;
  }
}
.sec-news .content a {
  color: #333333;
}
@media (max-width: 768px) {
  .sec-news .content a {
    display: block;
  }
}
.sec-news .content a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 1;
  /* 最大行数を2行に設定 */
}
@media (max-width: 768px) {
  .sec-news .content a span {
    -webkit-line-clamp: 2;
    /* 最大行数を2行に設定 */
  }
}
.sec-news .c-btn-01 {
  width: 100px;
  background-color: transparent;
}
.sec-news .c-btn-02 {
  margin: 0 0 0 auto;
  margin-top: 8px;
  background-color: transparent;
  width: fit-content;
}
.sec-news .c-btn-02 a {
  color: #333333;
  font-size: 12px;
}
h2 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
  width: fit-content;
  margin-bottom: 60px;
  line-height: 120%;
  position: relative;
  color: #11483A;
}
@media (min-width: 769px) {
  h2 {
    font-size: clamp(47px, 6vw, 72px);
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
h2 span {
  margin-top: 12px;
  font-size: 14px;
  display: block;
  line-height: 100%;
  letter-spacing: 0px;
  color: #444444;
  font-weight: 100;
}
@media (min-width: 769px) {
  h2 span {
    margin-left: 12px;
  }
}
.h2line-bk::after {
  content: "";
  width: 100px;
  background: #333333;
  height: 1px;
  flex-grow: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 12px;
}
@media (min-width: 769px) {
  .h2line-bk::after {
    transform: translateX(112%) translateY(-7px);
  }
}
@media (max-width: 768px) {
  .h2line-bk::after {
    transform: translateX(112%) translateY(-11px);
    width: 30px;
  }
}
@media (max-width: 768px) {
  .page-id-921 .h2line-bk::after, .page-id-919 .h2line-bk::after {
    top: 30%;
  }
}
.page-id-895 .c-1c04 .wrp h3, .page-id-895 .c-1c04 .wrp-reverse h3 {
  color: #11483A;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .page-id-895 .c-1c04 .wrp h3, .page-id-895 .c-1c04 .wrp-reverse h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .page-id-895 .c-1c04 .wrp h3, .page-id-895 .c-1c04 .wrp-reverse h3 {
    font-size: 20px;
  }
}
.page-id-895 .c-1c04 .wrp h4, .page-id-895 .c-1c04 .wrp-reverse h4 {
  color: #333333;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .page-id-895 .c-1c04 .wrp h4, .page-id-895 .c-1c04 .wrp-reverse h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-id-895 .c-1c04 .wrp h4, .page-id-895 .c-1c04 .wrp-reverse h4 {
    font-size: 18px;
  }
}
.h2-wrapper {
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .h2-wrapper {
    margin-bottom: 0px;
  }
}
.scroll-in {
  transform: translateY(130%);
  transition: transform 1.2s ease-out;
}
.scroll-in.show2 {
  transform: translateY(0%);
}
.fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}
h3 {
  width: fit-content;
  margin-bottom: 24px;
  font-weight: normal;
  line-height: 150%;
}
@media (min-width: 769px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #444444;
  margin-top: 32px;
  margin-bottom: 32px;
}
h4 {
  width: fit-content;
  font-weight: normal;
  color: #11483A;
  line-height: 150%;
}
@media (min-width: 769px) {
  h4 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
h4 span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #444444;
}
@media (max-width: 768px) {
  h4 span {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
h4::after {
  display: none;
  content: "";
  width: 1px;
  height: 48px;
  background-color: #444444;
  margin-top: 16px;
  margin: 24px 0px 24px 48px;
}
p {
  margin-bottom: 24px;
}
.bg-white-c {
  background-color: #ffffff;
}
.bg-lightgray-c {
  background-color: #F4F6F8;
}
.bg-accent-c1 {
  background-color: #C7961C;
}
.btn02.bg-accent-c3 {
  background-color: #cdaf2b;
}
.btn02.bg-accent-c3:hover {
  background-color: #e3ca96;
}
.bg-grad-c1 {
  background: linear-gradient(135deg, #11483A 60%, #04231B 100%);
}
.bg-main-c {
  background-color: #11483A !important;
}
.txt-main-c {
  color: #11483A;
}
.txt-white-c {
  color: #ffffff;
}
.bg-2tone {
  background: linear-gradient(135deg, #11483A 50%, #04231B 50%);
}
.c-btn-01:hover, .c-btn-02:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}
.c-btn-01 {
  background-color: #666666;
  border-radius: 100px;
  margin-left: auto;
  text-align: center;
}
.c-btn-01 a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 24px;
}
.c-btn-02 {
  background-color: #888888;
  border-radius: 100px;
  width: 230px;
  text-align: center;
}
.c-btn-02 a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 24px;
}
.btn-home {
  background-color: #333333;
  border-radius: 100px;
  margin: 40px auto 0 auto;
}
@media (min-width: 769px) {
  .btn-home {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .btn-home {
    width: 160px;
  }
}
.btn-home a {
  display: block;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 769px) {
  .btn-home a {
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .btn-home a {
    padding: 4px 24px;
  }
}
.btn-link a {
  color: #ffffff;
  padding: 12px 24px;
  display: block;
  background: linear-gradient(135deg, #2abcff 0%, #0077ff 30%, #00d8fb 100%);
  width: 230px;
  border-radius: 3px;
  box-shadow: 2px 5px 9px #d4e0e8;
}
/*------------モーダル---------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: scroll;
}
.modal__bg {
  background: rgba(193, 193, 193, 0.95);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  overflow-y: auto;
  position: fixed;
  left: 50%;
  background: #fff;
  border-radius: 4px;
}
.modal__content .head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .modal__content {
    width: 95%;
    top: 50%;
    padding: 80px;
    height: 80vh;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .modal__content {
    width: 100%;
    padding: 24px;
    height: 100dvh;
    transform: translate(-50%, 0%);
  }
}
.modal__content h3 {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 32px;
  text-align: center;
}
.modal__content hr {
  border: #ccc 2px solid;
  border-radius: 3px;
  margin-bottom: 32px;
}
.modalback-btn {
  display: block;
  width: 70px;
  height: 36px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 999;
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
.modalback-btn button {
  background-color: #333333;
  border: none;
  padding: 6px 10px;
  letter-spacing: 0.5px;
  font-size: 11px;
  border-radius: 2px;
  color: #ffffff;
}
.modalback-btn a {
  display: block;
  padding: 6px 10px 10px 10px;
}
.modal__content .jet-fb-form-block {
  border: none;
  padding: 0;
}
/* ■■■■■■■■■■■ */
/* Compornent.scss */
/* ■■■■■■■■■■■ */
/*---------------タブ---------------*/
.tab-wrp {
  display: flex;
  position: relative;
}
.tab-wrp div {
  width: 50%;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 24px;
  font-weight: bolder;
  position: relative;
}
.tab-wrp div:hover {
  background-color: #cccccc;
}
/*
.tab-wrp div.active {
	border-bottom: 5px solid #000000;}
*/
.tab-wrp div p {
  font-weight: normal;
  padding: 20px;
  margin-bottom: 0px !important;
  text-align: center;
  font-size: 20px;
}
.tabarea {
  position: relative;
}
.tab-wrp div p:hover {
  cursor: pointer;
}
.tabarea section {
  display: none;
}
.tabarea section.show {
  display: block;
}
/*タブバーの移動のアニメーション*/
@media (min-width: 769px) {
  .tab-wrp::after {
    content: "";
    display: inline-block;
    width: 50%;
    height: 5px;
    position: absolute;
    background-color: #000000;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-0::after, .tab-wrp.navIdx-1::after {
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-0::after {
    left: 0;
  }
}
@media (min-width: 769px) {
  .tab-wrp.navIdx-1::after {
    left: 50%;
  }
}
/*ニュースページもっと見るアコーディオン実装*/
.accordion_box {
  padding: 0 0 50px;
  position: relative;
}
.accordion_box .accordion > li {
  opacity: 1;
  transition: all 0.5s ease 0s;
  height: auto;
}
.accordion_box .accordion > li.none {
  height: 0;
  opacity: 0;
  margin-bottom: 0px;
}
.btn-page-news {
  display: none;
  /* 必須 */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160px;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #333;
  cursor: pointer;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}
.btn-page-news:hover {
  opacity: 0.5;
  transition: 0.5s;
}
/*ニュースページ関連ここまで*/
/*---------------パネルアコーディオン---------------*/
.content-panel {
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid #BABABA;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .content-panel {
    display: flex;
    padding-top: 51px;
    padding-bottom: 51px;
    cursor: pointer;
  }
}
.content-panel::before, .content-panel::after {
  content: "";
  position: absolute;
  top: 66px;
  right: 0;
  width: 19px;
  height: 0px;
  border-top: 1px solid #000;
}
.content-panel::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.content-panel.is-active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.content-panel__head {
  margin: 0;
  text-align: left;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  line-height: 44px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .content-panel__head {
    width: 120px;
    line-height: 1;
  }
}
.content-panel__body {
  width: 100%;
  max-width: 744px;
}
.post-accordion {
  margin: 0;
  /* デフォルト打ち消し */
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-accordion {
    display: flex;
    justify-content: space-between;
  }
}
.post-accordion:not(:first-child) {
  margin-top: 24px;
}
.post-accordion__head, .post-accordion__body {
  margin: 0;
  /* デフォルト打ち消し */
  border: none;
  /* デフォルト打ち消し */
}
.post-accordion__head {
  padding: 0;
  /* デフォルト打ち消し */
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  /* 本文と文字位置を揃える */
}
.post-accordion__body {
  padding: 0;
  /* デフォルト打ち消し */
  width: 100%;
  max-width: 680px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
/* ■■■■■■■■■■■ */
/* Animation.scssアニメーション調整 */
/* ■■■■■■■■■■■ */
/* ■■■■■■■■■■■ */
/* Project.scss */
/* ■■■■■■■■■■■ */
.sec-service {
  position: relative;
}
.sec-service h3 {
  font-size: 32px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .sec-service h3 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .sec-service p {
    letter-spacing: -1px;
  }
}
.sec-service img {
  position: absolute;
  width: 40vw;
  right: 0px;
  bottom: 60px;
  opacity: 0.2;
  min-width: 550px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .sec-service img {
    bottom: 0px;
    min-width: 190px;
    opacity: 0.5;
  }
}
.nayamu {
  position: absolute;
  width: 30vw;
  right: 0;
  top: 15%;
  min-width: 200px;
  max-width: 300px;
}
@media (max-width: 768px) {
  .nayamu {
    top: 17%;
  }
}
.miageru {
  position: absolute;
  width: 23vw;
  min-width: 270px;
  max-width: 450px;
  right: 0;
  top: 38%;
}
@media (max-width: 768px) {
  .miageru {
    min-width: 170px;
    top: 36%;
  }
}
.reason-line {
  display: block;
  width: 92%;
  height: 0.5px;
  background-color: #666666;
  margin: 0 auto;
}
.sec-reason {
  position: relative;
}
.sec-reason::before, .sec-reason::after {
  content: "";
  display: block;
  width: 0.5px;
  background-color: #666666;
  position: absolute;
}
.sec-reason::before {
  top: 0;
  right: calc(8% + 50px);
  transform: rotate(45deg) translatex(-42px);
  height: 200px;
}
@media (max-width: 768px) {
  .sec-reason::before {
    right: calc(8% + 25px);
    transform: rotate(45deg) translatex(-21px);
    height: 100px;
  }
}
.sec-reason::after {
  top: 0;
  right: 8%;
  transform: rotate(45deg) translatex(-166px);
  height: 300px;
}
@media (max-width: 768px) {
  .sec-reason::after {
    transform: rotate(45deg) translatex(-83px);
    height: 150px;
  }
}
.sec-reason .c-3c100 {
  display: grid;
  column-gap: 1em;
  row-gap: 0;
}
@media (min-width: 769px) {
  .sec-reason .c-3c100 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .sec-reason .c-3c100 {
    grid-template-columns: 1fr;
  }
}
.sec-reason .c-3c100 .row-wrp1 {
  display: grid;
  grid-template-rows: subgrid;
  /* 追加 */
  grid-row: span 4;
  /* 追加 */
  border: solid #444444 0.5px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .sec-reason .c-3c100 .row-wrp1 p {
    letter-spacing: -1px;
  }
}
.sec-reason .c-3c100 .row-wrp1 img {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .sec-reason .c-3c100 .row-wrp1 {
    margin-bottom: 88px;
  }
}
.sec-reason .c-3c100 .cont {
  display: grid;
  padding: 16px 20px;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.sec-reason .c-3c100 .cont .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 16px;
  line-height: 140%;
  color: #11483A;
}
.sec-reason .c-3c100 .cont .title::after {
  content: "";
  display: block;
  width: 100px;
  height: 0.5px;
  background-color: #444444;
  margin-top: 16px;
  margin-bottom: 8px;
}
.sec-reason .c-3c100 .cont .btn02-mini {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-media {
  position: relative;
}
.sec-media::before {
  content: "";
  display: block;
  width: 96vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #11483A 60%, #04231B 100%);
  z-index: -1;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 768px) {
  .sec-media::before {
    width: 100vw;
    border-radius: 20px 20px 0 0;
  }
}
.sec-media h2, .sec-media h2 span, .sec-media h3 {
  color: #ffffff;
}
.sec-media .h2line-bk::after, .sec-media h3::after {
  background: #ffffff;
  height: 0.5px;
}
.sec-media h3 {
  margin: 0 auto;
  margin-bottom: 32px;
  display: inline-block;
}
.sec-media h3::after {
  width: 60px;
  position: relative;
}
.sec-media .tiktok-embed {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* 背景をこちら側で指定 */
}
.sec-media .tiktok-embed iframe {
  border: none;
  display: block;
  width: 100%;
  height: 480px;
}
.sec-media .fa-youtube {
  position: relative;
}
.sec-media .fa-youtube:before {
  color: #ff0033;
  position: relative;
  bottom: 2px;
  margin-right: 8px;
  font-size: 24px;
  border-radius: 2px;
}
.sec-media i.fa-brands.fa-youtube::after {
  content: "";
  display: block;
  background: #ffffff;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 7px;
  z-index: -1;
  left: 8px;
}
.sec-media .fa-tiktok:before {
  color: #ffffff;
  position: relative;
  bottom: 2px;
  margin-right: 4px;
  font-size: 20px;
  background-color: #212121;
  border-radius: 2px;
  padding: 4px 7px;
}
.youtube_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .youtube_list {
    flex-direction: column;
  }
}
.youtube_list .youtube_list_item {
  margin-right: 1vw;
  width: calc(100% / 3 - 1vw);
  flex-direction: column;
  text-align: left;
  color: #5e535a;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .youtube_list .youtube_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .youtube_list .youtube_list_item {
    padding: 0 0 20px;
  }
}
.youtube_list .youtube_list_item iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.youtube_list .youtube_list_item:nth-child(n) {
  margin-right: 1vw;
}
.youtube_list .youtube_list_item:nth-child(3n) {
  margin-right: 0;
}
.button {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
.button a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  background: pink;
  letter-spacing: 0.08em;
  padding: 10px 0;
}
.button a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
}
.e1i34kcw0 {
  border: none;
}
.sec-achivement {
  position: relative;
}
.sec-achivement figure img {
  position: absolute;
  bottom: 0;
  width: 100vw;
  left: 0;
  z-index: -1;
}
.c-case rb {
  font-weight: bold;
}
.c-case rt {
  margin-bottom: 2px;
  font-size: 10px;
}
.c-2c101 {
  display: grid;
  column-gap: 1em;
  row-gap: 0;
}
@media (min-width: 769px) {
  .c-2c101 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .c-2c101 {
    grid-template-columns: 1fr;
  }
}
.c-2c101 .row-wrp1 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-top: solid #11483A 7px;
  padding: 24px;
  border-radius: 6px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px #dbdbdb;
}
@media (max-width: 768px) {
  .c-2c101 .row-wrp1 {
    margin-bottom: 32px;
    box-shadow: 2px 2px 8px #dbdbdb;
  }
}
.c-2c101 .top, .c-2c101 .mid {
  display: grid;
  column-gap: 1em;
  row-gap: 0;
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  .c-2c101 .top, .c-2c101 .mid {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 768px) {
  .c-2c101 .top, .c-2c101 .mid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .c-2c101 .top {
    grid-template-columns: 1fr 2fr;
  }
}
.c-2c101 .top img {
  width: 100px;
  height: auto;
}
.c-2c101 .top .right {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (min-width: 769px) {
  .c-2c101 .top .right {
    border-bottom: 1px solid #444444;
  }
}
.c-2c101 .top .case, .c-2c101 .top .human {
  font-weight: bold;
}
.c-2c101 .top .human {
  font-size: 26px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .c-2c101 .top .human {
    font-size: 22px;
  }
}
.c-2c101 .mid .tenshoku {
  background-color: #11483A;
  color: #ffffff;
  height: auto;
  align-items: center;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  font-size: clamp(12px, 1.3vw, 16px);
}
@media (max-width: 768px) {
  .c-2c101 .mid .tenshoku {
    margin-bottom: 24px;
  }
}
.c-2c101 .btm {
  display: grid;
  column-gap: 0.3em;
  row-gap: 0;
}
@media (min-width: 769px) {
  .c-2c101 .btm {
    grid-template-columns: 10fr 1fr 10fr;
  }
}
@media (max-width: 768px) {
  .c-2c101 .btm {
    grid-template-columns: 1fr;
  }
}
.c-2c101 .btm .left, .c-2c101 .btm .right, .c-2c101 .btm .center {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.c-2c101 .btm .left .title, .c-2c101 .btm .right .title, .c-2c101 .btm .center .title {
  background-color: #444444;
  color: #ffffff;
  text-align: center;
}
.c-2c101 .btm .left .job, .c-2c101 .btm .right .job, .c-2c101 .btm .center .job {
  text-align: center;
  background-color: #f2f2f2;
  padding: 24px 12px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.c-2c101 .btm .left .job .name, .c-2c101 .btm .right .job .name, .c-2c101 .btm .center .job .name {
  font-size: 14px;
  margin: 0 auto 12px auto;
  line-height: 130%;
  text-align: left;
  width: fit-content;
}
.c-2c101 .btm .left .yellow, .c-2c101 .btm .right .yellow, .c-2c101 .btm .center .yellow {
  color: #C7961C;
}
.c-2c101 .btm .salary {
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 0;
}
.c-2c101 .btm .price-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-2c101 .btm .right span {
  font-weight: bold;
  margin-top: 8px;
  display: block;
  line-height: 110%;
}
@media (min-width: 769px) {
  .c-2c101 .btm .right span {
    font-size: clamp(18px, 2.6vw, 36px);
  }
}
@media (max-width: 768px) {
  .c-2c101 .btm .right span {
    font-size: 28px;
  }
}
.c-2c101 .btm .left span {
  font-weight: bold;
  margin-top: 8px;
  display: block;
  line-height: 110%;
}
@media (min-width: 769px) {
  .c-2c101 .btm .left span {
    font-size: clamp(16px, 1.9vw, 20px);
  }
}
@media (max-width: 768px) {
  .c-2c101 .btm .left span {
    font-size: 22px;
  }
}
.c-2c101 .btm .center {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #c80000;
}
@media (max-width: 768px) {
  .c-2c101 .btm .center {
    justify-content: center;
    transform: rotate(90deg);
  }
}
.modal__content .c-2c101 .top {
  grid-template-columns: 1fr;
}
.modal__content .c-2c101 .top .right {
  border-bottom: none;
  justify-content: center;
  padding: 8px 0;
}
.sec-job {
  background-color: #f1f1f1;
}
.slick-slider {
  position: relative;
  z-index: 1;
}
.slick-slide .card {
  width: 100%;
  background: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .slick-slide .card {
    width: 84%;
    margin: 0 auto;
    border-radius: 6px;
  }
}
.slick-slide .card .wrp {
  padding: 24px;
  background: #fffffd;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: #11483a solid 7px;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .slick-slide .card .wrp {
    height: 350px;
  }
}
.slick-slide .card .wrp::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../../uploads/arrow01.png);
  filter: brightness(0);
  bottom: 6%;
  right: 0;
  transform: translatex(-40%);
  width: 64px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-slide .card .wrp:hover::before {
  animation: hoverMove 1s ease-out;
}
@keyframes hoverMove {
  0% {
    transform: translate(-40%, 0%);
  }
  30% {
    transform: translate(-20%, 0%);
  }
  100% {
    transform: translate(-40%, 0%);
  }
}
.topic li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 1;
  /* 最大行数を2行に設定 */
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  position: relative;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 769px) {
  .slick-prev:before, .slick-next:before {
    left: 6px;
  }
}
.slick-prev {
  left: 1%;
  z-index: 2;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  /* content: '◀';*/
  content: "";
  display: inline-block;
  /*忘れずに！*/
  background-image: url(../../../uploads/prev.png);
  background-size: contain;
}
@media (min-width: 769px) {
  .slick-prev:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .slick-prev:before {
    width: 24px;
    height: 24px;
  }
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: 3%;
  z-index: 2;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  /*content: '▶';*/
  content: "";
  display: inline-block;
  /*忘れずに！*/
  background-image: url(../../../uploads/next.png);
  background-size: contain;
}
@media (min-width: 769px) {
  .slick-next:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .slick-next:before {
    width: 24px;
    height: 24px;
  }
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
@media (min-width: 769px) {
  .slidemargin .slick-slide {
    margin-left: 12px;
  }
}
.slidemargin .slick-slide .ttl {
  margin-bottom: 12px;
  line-height: 130%;
  font-size: 20px;
  min-height: 3em;
  font-weight: bold;
}
.slidemargin .slick-slide .ttl a {
  color: #333333;
}
.sec-consultant {
  position: relative;
}
.sec-consultant::before, .sec-consultant::after {
  content: "";
  display: block;
  width: 0.5px;
  background-color: #666666;
  position: absolute;
}
.sec-consultant::before {
  top: 0;
  right: 14%;
  transform: rotate(135deg) translatex(-42px);
  height: 200px;
}
@media (max-width: 768px) {
  .sec-consultant::before {
    right: 17%;
    transform: rotate(135deg) translatex(-21px);
    height: 100px;
  }
}
.sec-consultant::after {
  top: 0;
  right: calc(14% + 200px);
  transform: rotate(135deg) translatex(-166px);
  height: 300px;
}
@media (max-width: 768px) {
  .sec-consultant::after {
    right: calc(14% + 100px);
    transform: rotate(135deg) translatex(-83px);
    height: 150px;
  }
}
.aco-find01 {
  display: flex;
}
@media (max-width: 768px) {
  .aco-find01 {
    flex-wrap: wrap;
  }
}
.wrp-child {
  width: calc(100% / 3);
}
@media (max-width: 768px) {
  .wrp-child {
    width: 84%;
    margin: 0 auto 64px auto;
  }
}
.contents {
  height: 54px;
  /* 最初は一部だけ見せる */
  overflow: hidden;
  transition: height 0.5s;
  padding: 10px;
  margin: 0 24px;
}
.contents p {
  margin: 0;
}
.btn {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background: #11483A;
  padding: 8px 24px;
  margin: 16px auto;
  display: block;
  color: #ffffff;
}
.btn::before, .btn::after {
  content: "";
  background-color: #cccccc;
  position: absolute;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  transition: content 0.3s ease;
  margin-left: 8px;
}
.btn::before {
  height: 13px;
  width: 1px;
  left: 6px;
  transition: 0.5s;
}
.btn::after {
  height: 1px;
  width: 13px;
  left: 0;
}
/* 開いてるとき（active）に「−」に変更 */
.btn.active::before {
  top: 12px;
  content: "";
  transform: rotate(90deg);
  opacity: 0;
}
.sec-contact span {
  color: #ffffff;
}
.sec-contact h2, .sec-contact h3 {
  color: #ffffff;
}
.sec-contact .h2line-bk::after {
  background: #ffffff;
  height: 0.5px;
}
.content .wrp {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .content .wrp {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .content .wrp {
    flex-wrap: wrap;
  }
}
.content .wrp .cont {
  background-color: #ffffff;
  padding: 40px 24px;
}
@media (min-width: 769px) {
  .content .wrp .cont {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .content .wrp .cont {
    width: 100%;
  }
}
.content .wrp .cont a {
  position: relative;
  display: flex;
  color: #ffffff;
  padding: 40px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content .wrp .cont a span {
  display: block;
}
.content .wrp .cont a .title {
  font-size: clamp(15px, 2vw, 28px);
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.content .wrp .cont a .caption {
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 100;
}
.content .wrp .cont a::after {
  content: "";
  display: block;
  background-image: url(../../../uploads/arrow01.png);
  width: 64px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 24px;
}
.c-list02 p, .c-list03 p {
  margin-bottom: 0px;
}
.c-list02 .border-b, .c-list03 .border-b {
  border-bottom: 1px solid #cccccc;
}
.c-list02 .list-l, .c-list03 .list-l {
  padding: 24px;
  font-weight: bold;
  width: 30%;
}
@media (max-width: 768px) {
  .c-list02 .list-l, .c-list03 .list-l {
    width: 100%;
    padding: 24px 24px 4px 24px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .c-list02 .list-l, .c-list03 .list-l {
    padding: 4px 24px 4px 24px;
  }
}
.c-list02 .list-r, .c-list03 .list-r {
  width: 70%;
  padding: 24px;
}
@media (max-width: 768px) {
  .c-list02 .list-r, .c-list03 .list-r {
    width: 100%;
    padding: 4px 24px 24px 24px;
  }
}
@media (max-width: 768px) {
  .c-list02 .u-flx-wrp {
    display: flex;
    gap: 0em;
  }
}
.c-list03 {
  border: 1px solid #cccccc;
}
.c-list03 .list-l {
  background-color: #f2f2f2;
}
.btn02, .btn02-mini, .btn02-white, .btn-blogent {
  font-size: 14px;
  position: relative;
  transition: 0.5s;
}
.btn02:hover, .btn02-mini:hover, .btn02-white:hover, .btn-blogent:hover {
  background-color: #8ca39d;
}
@media (max-width: 768px) {
  .btn02, .btn02-mini, .btn02-white, .btn-blogent {
    width: 100%;
  }
}
.btn02 a, .btn02-mini a, .btn02-white a, .btn-blogent a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 6px;
}
@media (max-width: 768px) {
  .btn02 a, .btn02-mini a, .btn02-white a, .btn-blogent a {
    padding: 8px 24px;
  }
}
.btn02::before, .btn02-mini::before, .btn02-white::before, .btn-blogent::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../../uploads/arrow01.png);
  top: 60%;
  left: 50%;
  transform: translatex(-40%);
  width: 64px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn02, .btn02-mini, .btn02-white {
  border-radius: 50%;
}
.btn02, .btn02-white {
  width: 120px;
  height: 120px;
}
.btn02:hover::before, .btn02-white:hover::before {
  animation: hoverMove 1s ease-out;
}
@keyframes hoverMove {
  0% {
    transform: translate(-40%, 0%);
  }
  30% {
    transform: translate(-20%, 0%);
  }
  100% {
    transform: translate(-40%, 0%);
  }
}
.btn02-mini {
  width: 80px;
  height: 80px;
}
.btn02-mini::before {
  width: 50px;
  height: 4px;
}
.btn02-mini:hover::before {
  animation: hoverMove 1s ease-out;
}
@keyframes hoverMove {
  0% {
    transform: translate(-40%, 0%);
  }
  30% {
    transform: translate(-30%, 0%);
  }
  100% {
    transform: translate(-40%, 0%);
  }
}
.btn-blogent {
  width: 300px;
  text-align: center;
  background-color: #cdaf2b;
  color: #ffffff;
  position: relative;
  font-size: 24px;
  margin: 40px auto;
  transition: 0.5s;
  box-shadow: 0px 4px 0px #8b7414;
  height: 90px;
  border-radius: 8px;
}
.btn-blogent:hover {
  opacity: 0.5;
}
.btn-blogent a {
  padding: 24px 24px 36px 24px;
  display: block;
  color: #ffffff;
}
.btn-blogent::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../../uploads/arrow01.png);
  top: 70%;
  left: 50%;
  transform: translatex(-40%);
  width: 64px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-blogent:hover::before {
  animation: hoverMove 1s ease-out;
}
@keyframes hoverMove {
  0% {
    transform: translate(-40%, 0%);
  }
  30% {
    transform: translate(-30%, 0%);
  }
  100% {
    transform: translate(-40%, 0%);
  }
}
.btn02, .btn02-mini {
  background-color: #11483A;
}
.btn02 a, .btn02-mini a {
  color: #ffffff;
}
.btn02-white {
  background-color: #ffffff;
  margin: 32px auto 0 auto;
}
@media (max-width: 768px) {
  .btn02-white {
    margin: 32px auto 64px auto;
  }
}
.btn02-white a {
  color: #11483A;
}
.btn02-white::before {
  filter: brightness(0);
}
.single .btn02, .archive .btn02 {
  margin: 32px auto 0 auto;
}
.c-1c04 {
  position: relative;
}
.c-1c04 .wrp, .c-1c04 .wrp-reverse {
  display: flex;
  row-gap: 1em;
  column-gap: 2em;
}
@media (min-width: 769px) {
  .c-1c04 .wrp, .c-1c04 .wrp-reverse {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .c-1c04 .wrp, .c-1c04 .wrp-reverse {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .c-1c04 .wrp .l-cont, .c-1c04 .wrp-reverse .l-cont {
    width: 60%;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .c-1c04 .wrp .l-cont, .c-1c04 .wrp-reverse .l-cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .c-1c04 .wrp p, .c-1c04 .wrp-reverse p {
    margin-bottom: 0px;
  }
}
.c-1c04 .wrp figure, .c-1c04 .wrp-reverse figure {
  overflow: hidden;
  height: 100%;
}
.c-1c04 .wrp img, .c-1c04 .wrp-reverse img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-1c04 .wrp img, .c-1c04 .wrp-reverse img {
    width: 80%;
    margin: 0 auto 0 auto;
    display: block;
  }
}
.c-1c04 .wrp .head-img, .c-1c04 .wrp-reverse .head-img {
  display: flex;
  align-items: center;
}
.c-1c04 .wrp .head-img img, .c-1c04 .wrp-reverse .head-img img {
  width: 15%;
  max-width: 100px;
  margin-right: 8px;
}
@media (min-width: 769px) {
  .c-1c04 .wrp .r-cont {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .c-1c04 .wrp .r-cont {
    width: 100%;
  }
}
.c-1c04 .wrp-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 769px) {
  .c-1c04 .wrp-reverse .r-cont {
    flex: 1;
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .c-1c04 .wrp-reverse .r-cont {
    width: 100%;
  }
}
.c-3c16 {
  display: flex;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .c-3c16 {
    flex-wrap: wrap;
  }
}
.c-3c16 .card {
  padding: 24px;
  filter: drop-shadow(5px 2px 6px #cccccc);
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
@media (min-width: 769px) {
  .c-3c16 .card {
    width: calc(100% / 2);
  }
}
.c-3c16 .card .marks {
  width: 40px;
  display: block;
  margin: 16px auto 16px auto;
}
.c-3c16 .card::before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background-color: #11483A;
  position: absolute;
  top: 0;
  margin-left: -24px;
  border-radius: 10px 10px 0px 0px;
}
.c-3c16 .card h3 {
  font-size: 24px;
  margin: 0 auto 24px auto;
}
@media (max-width: 768px) {
  .c-3c16 .card h3 {
    font-size: 22px;
  }
}
.c-3c16 .card h3::after {
  display: none;
}
.c-3c16 .card::after {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 6px;
  margin-left: -24px;
  box-shadow: inset 0px 2px 4px rgba(50, 50, 50, 0.2);
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.c-3c16 .card p {
  margin-bottom: 24px;
}
.btn-kotei-line {
  position: fixed;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  right: 0px;
  writing-mode: tb;
  z-index: 100;
  line-height: 100%;
}
@media (min-width: 769px) {
  .btn-kotei-line {
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .btn-kotei-line {
    bottom: 20%;
  }
}
.btn-kotei-line a {
  display: flex;
  color: #ffffff;
  font-size: 16px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(135deg, #0f4033 20%, #0f4033 56%, #20735d 70%, #20735d 70%, #083429 77%);
  border-width: 4px 0px 4px 4px;
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .btn-kotei-line a {
    padding: 14px 12px;
  }
}
@media (max-width: 768px) {
  .btn-kotei-line a {
    padding: 14px 6px;
  }
}
.btn-kotei-line i {
  font-size: 18px;
  margin-bottom: 4px;
  position: relative;
  left: 1px;
  margin-bottom: 6px;
}
.opa7 {
  opacity: 0.7;
}
.opa5 {
  opacity: 0.5;
}
.c-list10 {
  position: relative;
  z-index: 10;
  margin-bottom: 48px;
  list-style-type: none;
  width: fit-content;
}
.c-list10 li {
  background-color: #333333;
  color: #ffffff;
  width: fit-content;
  margin-left: 8px;
  display: inline-block;
  border-radius: 3px;
}
@media (min-width: 769px) {
  .c-list10 li {
    padding: 4px 12px;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .c-list10 li {
    padding: 2px 8px;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.page-id-139 span.ttl {
  font-size: 32px;
  margin: 0 auto 40px auto;
  display: block;
  width: fit-content;
  padding-bottom: 24px;
}
.page-id-139 span.ttl::after {
  content: "";
  display: block;
  width: 10vw;
  height: 1px;
  background-color: #333333;
  margin: 32px auto 0 auto;
}
/* ■■■■■■■■■■■ */
/* Utility.scss */
/* ■■■■■■■■■■■ */
/*-------フレックス------*/
.u-flx-wrp {
  display: flex;
  gap: 1em;
}
@media (min-width: 769px) {
  .u-flx-wrp {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .u-flx-wrp {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .u-flx30 {
    flex-basis: 30% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx33 {
    flex-basis: 33% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx45 {
    flex-basis: 45% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx50 {
    flex-basis: 50% !important;
  }
}
@media (max-width: 768px) {
  .u-flx50 {
    flex-basis: 100% !important;
  }
}
@media (min-width: 769px) {
  .u-flx25 {
    flex-basis: 25% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx25-50 {
    flex-basis: 25% !important;
    flex-grow: 0 !important;
  }
}
@media (max-width: 768px) {
  .u-flx25-50 {
    flex-basis: 50% !important;
    flex-grow: 0 !important;
  }
}
@media (min-width: 769px) {
  .u-flx75 {
    flex-basis: 75% !important;
    flex-grow: 0 !important;
  }
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
/*-------ディスプレイ------*/
@media (min-width: 769px) {
  .u-pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-sp-none {
    display: none !important;
  }
}
/*-------コンテンツ幅------*/
.u-max960 {
  max-width: 960px;
}
/*-------コンテンツ幅------*/
.u-m0auto {
  margin: 0 auto;
}
.u-lrauto {
  margin-left: auto;
  margin-right: auto;
}
.u-wid-fit {
  width: fit-content;
}
.u-pos-relative {
  position: relative;
}
/*-------角丸------*/
.u-border-r20 {
  border-radius: 20px;
}
/*-------角丸------*/
.u-bold {
  font-weight: bold;
}
/*-------テキスト関連------*/
.u-txt-cent {
  text-align: center;
}
/*-------マージン調整関連------*/
.u-mb0 {
  margin-bottom: 0px;
}
@media (min-width: 769px) {
  .u-mb24 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .u-mb32 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-mb32 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .u-mb40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .u-mb80 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .u-mbsp40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .u-mb120 {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .u-mb160 {
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 80px;
  }
}
/*-------パディング、予約調整調整関連------*/
.u-pd20 {
  padding-bottom: 20px;
}
.u-pd8 {
  padding: 8px;
}
.u-pd24 {
  padding: 24px;
}
@media (min-width: 769px) {
  .u-pd40 {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .u-pd40 {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .u-pdtpc160 {
    padding-top: 160px;
  }
}
@media (min-width: 769px) {
  .u-spbr br {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-pcbr br {
    display: none;
  }
}
.u-mr4 {
  margin-right: 4px;
}
/*-------罫線関連------*/
.u-border-bk100per {
  height: 1px;
  width: 100%;
  background-color: #444444;
  margin-bottom: 16px;
}
.u-border01::after, .u-border100-x-bk::after, .u-border100-y-bk::after, .u-border100-xyoko-bk::after {
  background-color: #444444;
}
.u-border02::after, .u-border100-x-wh::after, .u-border100-y-whk::after, .u-border100-xyoko-wh::after {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .u-border01::after, .u-border02::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 1px;
    margin-left: -20px;
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .u-border01::after, .u-border02::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    margin-bottom: 32px;
    transform: translateX(-50%);
    margin-top: 16px;
  }
}
.u-border100-x-wh::after, .u-border100-x-bk::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  display: block;
}
@media (min-width: 769px) {
  .u-border100-x-wh::after, .u-border100-x-bk::after {
    width: 100px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .u-border100-x-wh::after, .u-border100-x-bk::after {
    width: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.u-border100-y-wh::after, .u-border100-y-bk::after {
  content: "";
  width: 1px;
  flex-grow: 1;
  margin-top: 8px;
  display: inline-block;
}
@media (min-width: 769px) {
  .u-border100-y-wh::after, .u-border100-y-bk::after {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .u-border100-y-wh::after, .u-border100-y-bk::after {
    height: 30px;
  }
}
.u-border100-xyoko-wh::after, .u-border100-xyoko-bk::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-left: 12px;
}
@media (min-width: 769px) {
  .u-border100-xyoko-wh::after, .u-border100-xyoko-bk::after {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .u-border100-xyoko-wh::after, .u-border100-xyoko-bk::after {
    width: 30px;
  }
}
