@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho&display=swap");
/* ============================
   ブログ
============================ */
main .blog {
  gap: 30px;
}
main .blog .L_midashi span {
  margin-top: 8px;
}
main .blog .article {
  width: 31%;
}
main .blog .article a {
  width: 100%;
  height: 100%;
  display: block;
}
main .blog .article a:hover img {
  transform: scale(1.1);
}
main .blog .article a .img {
  overflow: hidden;
  border-radius: 15px;
  height: 187px;
}
main .blog .article a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: transform 0.5s ease-out;
}
main .blog .article a .date {
  color: #004692;
  line-height: 1 !important;
  margin: 20px 0 10px !important;
}
main .blog .article .honbun {
  margin-top: 0 !important;
  line-height: 1.5 !important;
}
main .blog.flex_space {
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  main .blog {
    width: 90%;
    margin: 0 auto;
  }
  main .blog .article {
    width: 100%;
    margin-bottom: 30px;
  }
  main .blog .article:last-child {
    margin-bottom: 0px;
  }
  main .blog .article .date {
    margin: 12px 0 !important;
  }
  main .blog .article p {
    margin-top: -5px !important;
  }
  main .blog .img {
    border-radius: 10px !important;
  }
}
/* ============================
   TOPページ
============================ */
#toppage {
  background-image: url("/assets/img/gradation_bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
#toppage .water_img {
  position: absolute;
}
#toppage .water_img1 {
  top: 730px;
  z-index: -1;
  left: 0;
}
#toppage .water_img2 {
  top: 470px;
  right: 0;
  z-index: -1;
}
#toppage .mv {
  position: relative;
  min-width: 1390px;
  overflow: hidden;
  width: 90%;
  left: 0;
  height: 564px;
  border-radius: 0 0 20px 0px;
  pointer-events: none;
  z-index: -1;
}
#toppage .mv h1 {
  position: absolute;
  bottom: 80px;
  left: 80px;
  font-size: clamp(40px, 5vw + 1rem, 63px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.2;
  z-index: 2;
}
#toppage .mv h1 span {
  font-size: clamp(13px, 1.2vw + 0.5rem, 15px);
  display: block;
  color: rgba(255, 255, 255, 0.5882352941);
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0.13em;
}
#toppage .mv .slide_mv {
  margin: 0;
  padding: 0;
  list-style: none;
}
#toppage .mv .slide_mv li {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  animation: zoomUp 20s linear infinite;
}
#toppage .mv .slide_mv li.slide2 {
  animation-delay: -5s;
}
#toppage .mv .slide_mv li.slide3 {
  animation-delay: -10s;
}
#toppage .mv .slide_mv li img {
  display: block;
  width: 100% !important;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#toppage .mv :deep(.slick-dots) {
  bottom: 30px;
  z-index: 10;
}
#toppage .mv :deep(.slick-dots) li {
  margin: 0 5px;
}
#toppage .mv :deep(.slick-dots) li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
#toppage .mv :deep(.slick-dots) li.slick-active button:before {
  opacity: 1;
  color: #fff;
}
#toppage .mv:after {
  display: block;
  background: rgba(0, 0, 0, 0.17);
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
}
#toppage .sec1 {
  margin-top: 0px;
}
#toppage .sec1 .flex {
  align-items: center;
}
#toppage .sec1 .flex > * {
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
#toppage .sec1 .flex.is-visible > * {
  opacity: 1;
}
#toppage .sec1 .flex.is-visible .left {
  transition-delay: 0.5s;
  width: 260px;
}
#toppage .sec1 .flex.is-visible img {
  transition-delay: 1.5s;
}
#toppage .sec1 .flex.is-visible .right {
    transition-delay: 1s;
    width: 260px;
    text-align: left;
    padding-left: 30px;
}
#toppage .sec1 .serif {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
}
#toppage .sec1 .serif strong {
  font-weight: 500;
  font-size: 2.2rem;
}
#toppage .sec1 .L_midashi {
  margin-bottom: 22px;
  text-align: center;
}
#toppage .sec .deco {
  position: absolute;
}
#toppage .sec .deco1 {
  top: -147px;
  right: 120px;
  z-index: 1;
}
#toppage .sec .deco2 {
  top: 300px;
  left: 40px;
  z-index: 1;
}
#toppage .mv-dots-container {
  text-align: center;
  padding: 20px 0;
}
#toppage .mv-dots-container .slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  position: static;
  justify-content: flex-end;
  min-width: 1390px;
  width: 90%;
}
#toppage .mv-dots-container .slick-dots li {
  position: static !important;
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
#toppage .mv-dots-container .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
#toppage .mv-dots-container .slick-dots li button:before {
  display: none;
}
#toppage .mv-dots-container .slick-dots li.slick-active button {
  background: #004692;
}
#toppage .sec3 .gr_wt {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: -220px;
}
#toppage .sec4 .L_midashi {
  position: static;
}
#toppage .sec4 .btn_area .img_btn {
  height: 265px;
}
#toppage .sec4 .btn_area .img_btn .view-more-btn {
  bottom: 41%;
}
#toppage .sec4 .btn_area .img_btn .txt {
  bottom: 36%;
  position: absolute;
  width: 50%;
  left: 30px;
  color: #fff;
}
#toppage .sec4 .btn_area .img_btn .txt p {
  margin-top: 10px;
  color: #fff;
  font-size: 2rem;
}
#toppage .sp_msg {
  margin-top: -19px;
  margin-bottom: 42px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 50px;
  display: block;
  white-space: nowrap;
}
#toppage .sp_msg p {
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 10px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
}

@media (max-width: 768px) {
  #toppage {
    background-image: url("/assets/img/gradation_bg_sp.png");
    background-size: 100vh;
  }
  #toppage .mv {
    min-width: 100%;
    width: 100%;
    height: 317px;
  }
  #toppage .mv .slide_mv li img.sp {
    width: 100% !important;
    position: relative;
    top: -70px;
  }
  #toppage .mv .slide_mv li img.pc {
    display: none !important;
  }
  #toppage .mv h1 {
    font-size: 4.3rem;
    left: 20px;
    bottom: 31%;
  }
  #toppage .mv h1 span {
    font-size: 1.1rem;
  }
  #toppage .sec1 {
    margin-top: 60px;
  }
  #toppage .sec1 .flex img {
    width: 100%;
    height: auto;
  }
  #toppage .sec1 .serif {
    font-size: 1.5rem;
    margin-top: -13px;
    text-align: center;
  }
  #toppage .sec1 .serif strong {
    font-size: 2.2rem;
  }
  #toppage .sec1 .right {
    text-align: center !important;
    font-size: 1.8rem;
    width: 100% !important;
    padding-left: 0px !important;
  }
  #toppage .sec1 .left {
    width: 100% !important;
    margin-bottom: 19px;
  }
  #toppage .mv-dots-container .slick-dots {
    width: 100%;
    min-width: 100%;
  }
  #toppage .deco_box {
    margin-top: 0px;
  }
  #toppage .deco_box .deco {
    position: absolute;
    top: -36px;
    right: 0;
  }
  #toppage .mv-dots-container {
    display: none;
  }
  #toppage .water_img {
    width: 100%;
  }
  #toppage .sec3 .L_midashi span {
    margin-top: 6px;
  }
  #toppage .sec4 .inner {
    width: 100%;
    max-width: 100%;
  }
  #toppage .sec4 .btn_area .img_btn {
    border-radius: 0px;
  }
  #toppage .sec4 .btn_area .img_btn {
    height: 190px;
  }
  #toppage .sec4 .btn_area .img_btn .view-more-btn {
    bottom: 25px;
  }
  #toppage .sec4 .btn_area .img_btn .L_midashi {
    bottom: 15px;
  }
  #toppage .sec4 .btn_area .img_btn .txt {
    width: 78%;
    bottom: 16%;
  }
  #toppage .sec4 .btn_area .img_btn .txt p {
    font-size: 1.7rem;
  }
  #toppage .sp_msg {
    bottom: -20px;
  }
  #toppage .sp_msg .center {
    text-align: left;
  }
  #toppage .sp_msg .center p {
    text-align: left;
    display: inline-flex;
    justify-content: flex-start;
    font-size: 1.6rem;
  }
}
/* ============================
   下層ページ
============================ */
body.sub_page .page_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
body.sub_page .page_link a {
  display: grid;
  flex-basis: calc((100% - 40px) / 4);
  background: #fff;
  text-align: center;
  border: 1px solid #898989;
  border-radius: 4px;
  padding: 15px 10px;
  position: relative;
}
body.sub_page .page_link a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  background-image: url("/assets/img/open.svg");
  width: 16px;
  height: 10px;
  right: 9px;
  content: "";
}
body.sub_page .page_link a:nth-child(1):after {
  background-image: url("/assets/img/arrow_lblue.svg");
}
body.sub_page .page_link a:nth-child(2):after {
  background-image: url("/assets/img/arrow_orange.svg");
}
body.sub_page .page_link a:nth-child(3):after {
  background-image: url("/assets/img/arrow_pink.svg");
}
body.sub_page .page_link a:nth-child(4):after {
  background-image: url("/assets/img/arrow_green.svg");
}
body.sub_page .mv {
  position: relative;
}
body.sub_page .mv .img {
  max-width: 1030px;
  width: 70%;
  overflow: hidden;
  border-radius: 0 0 0 20px;
  margin-left: auto;
  height: 330px;
}
body.sub_page .mv .img img {
  object-fit: cover;
  width: 100%;
}
body.sub_page .mv h1 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "";
  right: unset;
  left: 10%;
  font-size: 3.4rem;
  font-weight: 500;
  border-bottom: 1px solid #004692;
  padding-bottom: 30px;
  min-width: 310px;
  width: auto;
}
body.sub_page .mv h1 span {
  font-size: 1.5rem;
  display: block;
  color: #004692;
  font-weight: 400;
  margin-top: 14px;
}
body.sub_page .bg {
  padding: 70px 0;
}
body.sub_page iframe {
  width: 100%;
  display: block;
}
body.sub_page h3.flex {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  align-items: center;
}
body.sub_page h3.flex img {
  margin-right: 10px;
}
body.sub_page .access .flex {
  margin-top: 30px;
  align-items: stretch;
}
body.sub_page .access .flex p {
  border-right: 1px dotted #848484;
  padding-right: 50px;
  margin-right: 50px;
}
body.sub_page .access .flex p:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
body.sub_page .access .flex p:first-child {
  width: 50%;
}
body.sub_page .table2 tr:nth-child(odd) {
  background: #f0f0f0;
}
body.sub_page .table2 tr:first-child {
  background: none;
}
body.sub_page .table2 th {
  font-weight: 600;
}
body.sub_page .table2 .bold1 {
  background: none;
  border-bottom: 3px solid #69D1FF;
  font-size: 1.7rem;
  font-weight: 600;
  width: 210px;
}
body.sub_page .table2 .bold2 {
  background: none;
  width: 48%;
  border-bottom: 3px solid #69D1FF;
  font-size: 1.7rem;
  font-weight: 600;
}
body.sub_page .table2 .bold3 {
  background: none;
  width: 210px;
  border-bottom: 3px solid #69D1FF;
  font-size: 1.7rem;
  font-weight: 600;
}
body.sub_page .table2 .bold4 {
  background: none;
  width: 187px;
  border-bottom: 3px solid #69D1FF;
  font-size: 1.7rem;
  font-weight: 600;
  padding-left: 0;
}
body.sub_page .table2 tr {
  display: table;
}
body.sub_page .table2 tr th {
  font-weight: 500;
  border: none;
}
body.sub_page .table2 tr td:nth-child(2) {
  width: 210px;
}
body.sub_page .table2 tr td:nth-child(3) {
  width: 48%;
}
body.sub_page .table2 tr td:nth-child(4) {
  width: 210px;
}
body.sub_page .table2 tr td {
  border: none;
}
body.sub_page .history_area {
  margin-bottom: 70px;
}
body.sub_page .history_area .obi {
  font-size: 2.4rem;
  font-weight: 400;
  background: #eba743;
  padding: 10px 15px;
  boeder-r: 5px;
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
}
body.sub_page .history_area .obi1 {
  background: #69D1FF;
}
body.sub_page .history_area .obi2 {
  background: #eba743;
}
body.sub_page .history_area .obi3 {
  background: #f87878;
}
body.sub_page .history_area .obi4 {
  background: #58ccb9;
}
body.sub_page .history_area .img_area {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 20px;
}
body.sub_page .history_area .img_area:after {
  content: "";
  width: 33%;
}
body.sub_page .history_area .img_area .box {
  display: grid;
  flex-basis: calc((100% - 40px) / 3);
}
body.sub_page .history_area .img_area .box img {
  width: 100%;
}
body.sub_page .history_area .img_area .box .caption {
  text-align: center;
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.5;
  font-size: 1.4rem;
}
body.sub_page .history_area table {
  margin-top: 30px;
}
body.sub_page .history_area table th {
  background: none;
}
body.sub_page ul.list {
  padding-left: 20px;
  margin: 20px 0 0;
  list-style: disc;
}
body.sub_page ul.list li {
  margin-bottom: 8px;
}
body.sub_page ol.num {
  padding-left: 20px;
  margin: 20px 0 0;
  list-style: auto;
}
body.sub_page ol.num li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  body.sub_page .mv .img {
    max-width: 70%;
    width: 70%;
    overflow: hidden;
    height: auto;
    border-radius: 0 0 0 10px;
  }
  body.sub_page .mv h1 {
    font-size: 2.4rem;
    left: 5%;
    padding-bottom: 15px;
    min-width: 60%;
    width: auto;
    text-shadow: 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255);
  }
  body.sub_page .mv h1 span {
    font-size: 1.3rem;
    margin-top: 7px;
    text-shadow: 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255), 0px 0px 12px rgb(255, 255, 255);
  }
  body.sub_page .L_midashi span {
    margin-top: 11px;
  }
  body.sub_page .sec {
    margin-top: 40px;
  }
  body.sub_page .bg {
    padding: 40px 0;
  }
  body.sub_page h3.flex {
    font-size: 2rem;
    display: flex;
    align-items: center;
  }
  body.sub_page h3.flex img {
    margin-right: 10px;
    width: 15.35px;
  }
  body.sub_page .access .flex {
    margin-top: 20px;
  }
  body.sub_page .access .flex p {
    border-right: none;
    border-bottom: 1px dotted #848484;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body.sub_page .access .flex p:first-child {
    width: 100%;
  }
  body.sub_page .access .box:nth-child(n+2) {
    margin-top: 40px;
  }
  body.sub_page .access .box:first-child {
    margin-top: 0px;
  }
  body.sub_page .page_link {
    display: block;
    margin-bottom: 20px;
  }
  body.sub_page .page_link a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  body.sub_page .history_area .img_area {
    display: flex;
    justify-content: space-between;
  }
  body.sub_page .history_area .img_area .box {
    flex-basis: calc((100% - 20px) / 2);
  }
  body.sub_page .history_area .img_area .box .caption {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  body.sub_page .history_area .obi {
    font-size: 2rem;
  }
  body.sub_page .table2 {
    width: 100%;
    display: block;
  }
  body.sub_page .table2 tr {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  body.sub_page .table2 tr th, body.sub_page .table2 tr td {
    font-size: 1.3rem !important;
    padding: 13px 5px;
    box-sizing: border-box;
    display: block;
    align-items: center;
    justify-content: center;
    flex: auto;
    flex-shrink: 0;
  }
  body.sub_page .table2 tr .bold4, body.sub_page .table2 tr:nth-child(n) th:nth-child(1), body.sub_page .table2 tr:nth-child(n) td:nth-child(1) {
    width: 15%;
  }
  body.sub_page .table2 tr .bold1, body.sub_page .table2 tr:nth-child(n) th:nth-child(2), body.sub_page .table2 tr:nth-child(n) td:nth-child(2) {
    width: 15%;
    justify-content: flex-start;
    padding-left: 0;
  }
  body.sub_page .table2 tr .bold2, body.sub_page .table2 tr:nth-child(n) th:nth-child(3), body.sub_page .table2 tr:nth-child(n) td:nth-child(3) {
    width: 32%;
  }
  body.sub_page .table2 tr .bold3, body.sub_page .table2 tr:nth-child(n) th:nth-child(4), body.sub_page .table2 tr:nth-child(n) td:nth-child(4) {
    width: 20%;
  }
  body.sub_page .table2 tr .bold1 {
    padding-left: 3px;
  }
  body.sub_page .table2 tr .bold4 {
    padding-left: 0;
  }
}
/* ============================
   会社概要・アクセス
============================ */
#aboutus .line-draw-container {
  width: 79px;
  height: 81px;
  position: absolute;
}
#aboutus .line-draw-container .line-svg {
  overflow: visible;
}
#aboutus .line-draw-container .line-svg .draw-path {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.4, 0, 0.2, 1);
  fill: none;
}
#aboutus .line-draw-container .line-svg .draw-circle {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-out;
}
#aboutus .line-draw-container.is-visible .draw-path {
  stroke-dashoffset: 0;
}
#aboutus .line-draw-container.is-visible .draw-circle {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.6s;
}
#aboutus .line-draw-container.type-tl .draw-circle {
  transform-origin: 2.5px 77.5px;
}
#aboutus .line-draw-container.type-br .draw-circle {
  transform-origin: 76.5px 3.5px;
}
#aboutus .access {
  background-image: url("../../../aboutus/img/bg.jpg");
  background-size: cover;
}
#aboutus .msg {
  width: 640px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
#aboutus .msg h2 {
  color: #004692;
  font-size: 4rem;
  font-weight: 500;
}
#aboutus .msg p.serif {
  font-size: 1.8rem;
  line-height: 2.8;
  font-weight: 500;
  margin-top: 32px;
}
#aboutus .msg .pass1 {
  top: 0;
  left: 0;
}
#aboutus .msg .pass2 {
  bottom: 0;
  right: 0;
}
#aboutus iframe {
  height: 420px;
}

@media (max-width: 768px) {
  #aboutus .msg {
    width: 100%;
  }
  #aboutus h2 {
    text-align: center;
  }
  #aboutus .msg {
    padding: 30px 0;
  }
  #aboutus .msg h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #aboutus .msg p.serif {
    font-size: 1.8rem;
    margin-top: 6px;
    line-height: 2.3;
  }
  #aboutus .access .L_midashi {
    margin-bottom: -20px;
  }
  #aboutus .line-draw-container .line-svg {
    width: 50px;
  }
  #aboutus .pass2 .line-svg {
    right: 0;
    position: absolute;
  }
  #aboutus .sec2 {
    padding-bottom: 305px;
  }
  #aboutus iframe {
    height: 318px;
  }
}
/* ============================
   ブログ
============================ */
#report .sec h2 {
  font-size: 2.3rem;
  line-height: 1.2;
}
#report .sec h2 span {
  color: #004692;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.3rem;
}
#report .sec p {
  margin-top: 20px;
  line-height: 2;
}
#report .sec .img_flex2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px 20px;
}
#report .sec .img_flex2 .box {
  display: grid;
  flex-basis: calc((100% - 20px) / 2);
}
#report .sec .img_flex2 .box span {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
}
#report .sec .img_flex2 .box img {
  width: 100%;
}
#report .sec h3 {
  font-size: 1.8rem;
  background: #cbe9f6;
  padding-bottom: 10px;
  margin-bottom: -12px;
  border-radius: 4px;
  padding: 10px;
}
#report .sec .inner {
  width: 100%;
  max-width: 1000px;
}
#report.details .mv .img {
  height: 240px;
}
#report.details .mv .img img {
  position: relative;
  top: -10px;
  z-index: -1;
}
#report.details .article .honbun {
  margin-top: 0px;
  line-height: 1.5;
}
#report .editor_area p {
  margin: 0 !important;
  margin-top: 20px !important;
  line-height: 1.6 !important;
}

@media (max-width: 768px) {
  #report main img {
    width: 100%;
  }
  #report .sec .inner {
    width: 90%;
    max-width: 90%;
  }
  #report.details .mv {
    height: auto;
  }
  #report.details .mv .img {
    height: auto;
  }
  #report.details .mv .img img {
    position: static;
    top: 0;
  }
  #report.details .mv h1 {
    top: 50%;
  }
}
#saiyou .sec {
  margin-top: 90px;
}
#saiyou .sec .shadow {
  box-shadow: 0px 0px 15px 1px rgba(0, 70, 146, 0.15);
}
#saiyou .sec .honbun {
  line-height: 1.8;
}
#saiyou .sec1 {
  margin-top: 60px;
}
#saiyou {
  background-image: url("/saiyou/img/saiyou_bg.jpg");
  background-size: cover;
  background-position: top;
}
#saiyou .L_midashi {
  color: #004692;
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 30px;
}
#saiyou .L_midashi span {
  margin-top: 5px;
  font-weight: 400;
}
#saiyou.index .ring {
  position: absolute;
  width: 100%;
  top: -40px;
}
#saiyou.index .mv {
  width: 100% !important;
  height: auto !important;
}
#saiyou.index .mv .illust {
  width: 694px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  margin-top: -140px;
  z-index: 2;
  position: relative;
}
#saiyou.index .mv h1 {
  position: static !important;
  transform: unset !important;
}
#saiyou.index .mv h1 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 19px;
}
#saiyou.index .mv h1 {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  color: #004692;
  margin: 0 auto 44px;
}
#saiyou.index .mv .msg {
  width: 96%;
  display: block;
  margin: 0 auto;
}
#saiyou.index .btn_area {
  justify-content: center;
}
#saiyou.index .btn_area .img_btn {
  border: 3px solid #004692;
  width: 35%;
  margin: 0 15px;
  box-shadow: 0px 0px 22px -21px #DFE9F8;
  background: #fff;
  text-align: center;
  height: 166px;
}
#saiyou.index .btn_area .img_btn img {
  object-fit: cover;
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
#saiyou.index .btn_area .L_midashi {
  font-size: 3rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  left: unset;
  /*position: relative;
  bottom: -33px;*/
}
#saiyou.index .sec2 {
  margin-top: 70px !important;
}
#saiyou.index .sec2 .shadow {
  box-shadow: none;
}
#saiyou.index .sec1 {
  margin-top: 40px !important;
}
#saiyou.index .sec3 .box {
  align-items: center;
}
#saiyou.index .sec3 .box img {
  width: 330px;
}
#saiyou .view-more-btn {
  width: 500px;
  padding: 30px 20px;
  text-align: center;
  font-size: 3rem;
  padding-left: 208px;
  background: #94CA46;
  margin-top: 80px;
}
#saiyou .view-more-btn:hover {
  background: #53830e;
}

@media (max-width: 768px) {
  #saiyou {
    background-image: url("/saiyou/img/saiyou_bg_sp.jpg");
  }
  #saiyou .view-more-btn {
    width: 90%;
    margin-top: 50px;
    padding: 22px 20px;
  }
  #saiyou.index .btn_area .img_btn {
    width: 100% !important;
    margin: 0 auto 10px !important;
    height: 127px !important;
  }
  #saiyou.index .btn_area .img_btn img {
    top: 10px !important;
    object-fit: cover;
    width: 70px;
  }
  #saiyou.index .btn_area .L_midashi {
    font-size: 2.8rem;
    /*bottom: -12px;*/
  }
  #saiyou.index .mv {
    margin-top: 0;
  }
  #saiyou.index .mv .illust {
    width: 100%;
    max-width: 100%;
    margin-top: -62px;
  }
  #saiyou.index .mv h1 {
    font-size: 2.4rem;
    margin: 30px 0 20px;
  }
  #saiyou.index .mv h1 img {
    width: 30px;
  }
  #saiyou.index .sec1 {
    margin-top: 30px;
  }
  #saiyou.index .ring {
    top: -10px;
  }
  #saiyou.index .sec {
    margin-top: 30px;
  }
  #saiyou.index .sec2 {
    margin-top: 30px !important;
  }
  #saiyou.index .sec2 .shadow {
    box-shadow: 0px 0px 15px 1px rgba(0, 70, 146, 0.15);
    margin-top: 0px !important;
  }
  #saiyou.index .sec3 .box {
    align-items: center;
  }
  #saiyou.index .sec3 .box img {
    width: 70%;
    margin: 0 auto 20px;
    display: block;
  }
  #saiyou #footer .logo img {
    width: 80%;
  }
  #saiyou #footer #arrow {
    bottom: 80px;
  }
  #saiyou #header .logo {
    width: 254px;
  }
  #saiyou .L_midashi {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  #saiyou .sec {
    margin-top: 56px;
  }
  #saiyou.page h1.L_midashi {
    font-size: 3rem;
  }
  #saiyou.page .mv {
    width: 90%;
    max-width: 90%;
    height: 110px;
    margin: 20px auto 0;
  }
  #saiyou.page .sec1 {
    margin-top: 40px;
  }
}
/* ====================================
   イメージ＋テキスト→SP時はアコーディオン
======================================= */
@media (min-width: 769px) {
  #saiyou .img_txt_box {
    margin-top: 50px;
  }
  #saiyou .img_txt_box.top {
    margin-top: 0px;
  }
  #saiyou .img_txt_box .box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #saiyou .img_txt_box .box h3 {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 22px;
  }
  #saiyou .img_txt_box .box .left {
    width: 57%;
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  #saiyou .img_txt_box .box .left .accordion_header {
    cursor: default;
  }
  #saiyou .img_txt_box .box .left {
    /*p{
        background:#ffffff91;
        padding: 30px;
        width: 100%;
    }*/
  }
  #saiyou .img_txt_box .box .left.wide {
    width: 100%;
  }
  #saiyou .img_txt_box .box .left.wide p {
    background: none;
    padding: 0;
  }
  #saiyou .img_txt_box .box .left.wide h3 {
    text-align: left;
    margin-top: 0;
  }
  #saiyou .img_txt_box .box img.pc {
    width: 390px;
  }
  #saiyou .img_txt_box .box.row {
    margin-top: 84px;
  }
  #saiyou .img_txt_box .box.row img.pc {
    left: 0;
    right: unset;
  }
  #saiyou .img_txt_box .box.mt80 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  #saiyou .img_txt_box .box {
    border-bottom: none;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  #saiyou .img_txt_box .box .left .accordion_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
  }
  #saiyou .img_txt_box .box .left .accordion_header::after {
    content: "";
    background-image: url(/assets/img/open_maru.svg);
    width: 25px;
    height: 25px;
    top: 0;
    position: relative;
    right: -2px;
  }
  #saiyou .img_txt_box .box .left .accordion_header.is_active {
    margin-bottom: 16px;
  }
  #saiyou .img_txt_box .box .left .accordion_header.is_active::after {
    content: "";
    background-image: url(/assets/img/close_maru.svg);
    width: 25px;
    height: 25px;
    top: 0;
    position: relative;
    right: -2px;
  }
  #saiyou .img_txt_box .box .left .accordion_content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
    padding: 0;
    opacity: 0;
    transition: height 0.3s ease-out, opacity 0.3s ease-out;
  }
  #saiyou .img_txt_box .box .left .accordion_content.is_open {
    opacity: 1;
    padding-bottom: 20px;
  }
  #saiyou .img_txt_box .box .left .accordion_content p {
    margin-bottom: 15px;
  }
  #saiyou .img_txt_box .box .left .accordion_content img {
    width: 100%;
    height: auto;
    display: block;
  }
  #saiyou.index .sec3 {
    padding-bottom: 40px;
  }
  #saiyou.index .sec3 .img_txt_box .box {
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
  }
}
@keyframes marquee_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ====================================
   TOP
======================================= */
#saiyou.index .sec3 {
  background-size: cover;
  background-image: url("/saiyou/img/bg.png");
  padding: 70px 0;
  margin-top: 65px;
}
#saiyou.index .marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -77px;
}
#saiyou.index .marquee_container .marquee_inner {
  display: inline-flex;
  animation: marquee_loop 60s linear infinite;
}
#saiyou.index .marquee_container .marquee_inner img {
  width: auto;
  margin-right: 30px;
}

@media (max-width: 768px) {
  #saiyou.index .sec img {
    width: 100%;
  }
  #saiyou.index .sec1 .box.row img.sp {
    margin-bottom: 20px;
  }
  #saiyou.index .topmsg {
    margin-bottom: 20px;
  }
  #saiyou.index .accordion_content.is_open img {
    margin-bottom: 20px;
  }
  #saiyou.index .event_none {
    pointer-events: none;
  }
  #saiyou.index .event_none:after {
    display: none;
  }
  #saiyou.index .marquee_container .marquee_inner img {
    width: 2260px;
  }
  #saiyou.index .sec3 {
    background-image: url("/saiyou/img/bg.png");
    margin-top: 40px;
  }
  #saiyou.index .sec3 .box {
    margin-top: -44px;
  }
}
/* ====================================
   アコーディオンボタン
======================================= */
#saiyou.page .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
#saiyou.page .accordion_header::after {
  content: "";
  background-image: url(/assets/img/open_maru.svg);
  width: 25px;
  height: 25px;
  top: 0;
  position: relative;
  right: -2px;
}
#saiyou.page .accordion_header.is_active {
  margin-bottom: 16px;
}
#saiyou.page .accordion_header.is_active::after {
  content: "";
  background-image: url(/assets/img/close_maru.svg);
  width: 25px;
  height: 25px;
  top: 0;
  position: relative;
  right: -2px;
}
#saiyou.page .accordion_content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  padding: 0;
  opacity: 0;
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
}
#saiyou.page .accordion_content.is_open {
  opacity: 1;
  padding-bottom: 20px;
}
#saiyou.page .accordion_content p {
  margin-bottom: 15px;
}
#saiyou.page .accordion_content img {
  width: 100%;
  height: auto;
  display: block;
}
#saiyou.page .accordion_content.is_active {
  opacity: 1;
  height: auto !important;
}

#saiyou .interview_box .honbun {
  line-height: 1.8;
}
#saiyou .interview_box .box {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: #c0d0dc solid 1px;
  padding-bottom: 40px;
}
#saiyou .interview_box .box .last {
  margin-bottom: 0px;
}
#saiyou .interview_box .box .all {
  align-items: center;
}
#saiyou .interview_box .box .main {
  width: 340px;
}
#saiyou .interview_box .box .right {
  flex: 1;
  text-align: left;
  margin-left: 50px;
}
#saiyou .interview_box .box .right h3 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
  border: none;
}
#saiyou .interview_box .box .name_box {
  align-items: flex-end;
}
#saiyou .interview_box .box .name_box .name {
  color: #004692;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
#saiyou .interview_box .box .name_box .name span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-left: -11px;
}
#saiyou .interview_box .box .name_box .label {
  background: #69D1FF;
  border-radius: 5px;
  padding: 9px 10px;
  color: #fff;
  margin: 0 10px;
}
#saiyou .interview_box .box .name_box .work {
  color: #7c7c7c;
  margin-left: 20px;
  position: relative;
  bottom: 6px;
}
#saiyou .interview_box .box .accordion_header {
  box-shadow: 0px 0px 15px 1px rgba(0, 70, 146, 0.15);
  width: 200px;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 1.5rem;
  margin-top: 27px;
  background: #fff;
}
#saiyou .interview_box .accordion_content .Q {
  width: 100%;
  padding: 8px 20px 8px 0;
  border-radius: 10px;
  margin-top: 20px;
  background: #fff;
  align-items: center;
  position: relative;
  background: #69d1ff;
  font-weight: 600;
  margin-bottom: 30px;
}
#saiyou .interview_box .accordion_content .Q:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #69d1ff;
}
#saiyou .interview_box .accordion_content .Q dt {
  font-size: 4rem;
  font-weight: 600;
  margin: 0 35px;
  color: #fff;
}
#saiyou .interview_box .accordion_content .Q dd {
  font-weight: 600;
  font-size: 1.7rem;
  color: #fff;
}
#saiyou .interview_box .accordion_content .A {
  width: 100%;
  font-size: 1.5rem;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 30px;
}
#saiyou .interview_box .accordion_content .A img {
  width: 60px;
  margin: 0 20px;
}
#saiyou .interview_box .accordion_content .message {
  margin-top: 20px;
  align-items: center;
}
#saiyou .interview_box .accordion_content .message img {
  margin-right: 20px;
  width: 140px;
}
#saiyou .interview_box .accordion_content .message dd {
  margin-top: 20px;
  align-items: center;
  flex: 1;
}
#saiyou .interview_box .accordion_content .message dd dt {
  width: 140px;
  margin-right: 20px;
}
#saiyou .interview_box .accordion_content .message dt {
  margin-right: 20px;
}
#saiyou.interview .schedule {
  position: relative;
}
#saiyou.interview .schedule .clock {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#saiyou.interview .schedule .line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 3px;
  background: #69D1FF;
  height: 100%;
}
#saiyou.interview .schedule .line .in {
  position: relative;
}
#saiyou.interview .schedule .fukidashi {
  text-align: left !important;
  background: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 70, 146, 0.15);
  border-radius: 15px;
  padding: 20px;
  position: relative;
  margin-left: 30px;
}
#saiyou.interview .schedule .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  margin-top: -15px;
  background-image: url(/saiyou/interview/img/fukidashi1.svg);
  width: 29px;
  height: 27px;
}
#saiyou.interview .schedule .fukidashi img {
  width: 51%;
  margin-top: 15px;
}
#saiyou.interview .schedule .fukidashi .time {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.6rem;
  color: #004692;
}
#saiyou.interview .schedule .fukidashi .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#saiyou.interview .schedule .left .fukidashi {
  margin-left: 0px;
  margin-right: 30px;
  background: #fff;
  margin-left: 60px;
}
#saiyou.interview .schedule .left .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  left: unset;
  margin-top: -15px;
  background-image: url(/saiyou/interview/img/fukidashi2.svg);
  width: 29px;
  height: 27px;
  right: -21px;
}
#saiyou.interview .schedule .time_box {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 53%;
  justify-content: start;
}
#saiyou.interview .schedule .time_box.left {
  margin-left: unset;
  margin-right: auto;
  flex-flow: row-reverse;
}
#saiyou.interview .schedule .mt1 {
  margin-top: -120px;
}
#saiyou.interview .schedule .mt2 {
  margin-top: -152px;
}
#saiyou.interview .schedule .mt3 {
  margin-top: 11px;
}
#saiyou.interview .schedule .mt4 {
  margin-top: -129px;
}
#saiyou.interview .schedule .mt5 {
  margin-top: -184px !important;
}
#saiyou.interview .schedule .mt6 {
  margin-top: 42px;
}
#saiyou.interview .schedule .mt7 {
  margin-top: -170px;
}
#saiyou.entry .view-more-btn {
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  justify-content: center;
  font-weight: 600;
}
#saiyou.entry .back {
  background: #d3d3d3;
}
#saiyou.entry .btn_bottom {
  display: flex;
}
#saiyou.entry .btn_bottom button {
  margin: 0 10px;
}
#saiyou.entry.thanks .sec p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin: 20% 0;
}
#saiyou.requirements form .error {
  color: red;
  font-size: 1.4rem;
  margin-top: 15px;
  display: block;
}

@media (max-width: 768px) {
  #saiyou .interview_box .box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #saiyou .interview_box .box .main {
    width: 40%;
    margin: 0 0 20px;
    display: block;
  }
  #saiyou .interview_box .box .right {
    margin: 0;
  }
  #saiyou .interview_box .box h3 {
    font-size: 1.8rem !important;
    margin-bottom: 10px !important;
    background: rgba(243, 248, 254, 0.8);
    padding: 15px 9px 10px !important;
    margin-top: -70px !important;
    position: relative;
    width: 80%;
    margin-left: auto !important;
    border-radius: 10px;
    border: none;
  }
  #saiyou .interview_box .box .name_box {
    display: flex;
  }
  #saiyou .interview_box .box .name_box .name {
    font-size: 3rem;
  }
  #saiyou .interview_box .box .name_box .name span {
    font-size: 1.4rem;
    margin-left: -9px;
  }
  #saiyou .interview_box .box .name_box .work {
    font-size: 1.4rem;
    margin-left: 10px;
  }
  #saiyou .interview_box .box .accordion_header {
    width: 100%;
    margin-top: 15px;
  }
  #saiyou .interview_box:nth-child(2n) .main {
    margin-right: unset;
    margin-left: auto;
  }
  #saiyou .interview_box .accordion_content .Q {
    display: flex;
  }
  #saiyou .interview_box .accordion_content .Q dt {
    margin: 0 12px;
  }
  #saiyou .interview_box .accordion_content .A {
    display: flex;
    align-items: flex-start;
  }
  #saiyou .interview_box .accordion_content .A img {
    width: 42px;
    margin: 0 10px;
  }
  #saiyou .interview_box .accordion_content .message {
    display: block;
  }
  #saiyou .interview_box .accordion_content .message img {
    width: 80px;
    margin: 0 auto;
  }
  #saiyou .interview_box .accordion_content .message dt {
    margin: 0;
  }
  #saiyou.interview .schedule {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-left: 5%;
  }
  #saiyou.interview .schedule .line {
    left: 0;
  }
  #saiyou.interview .schedule .clock {
    width: 40px;
  }
  #saiyou.interview .schedule .time_box {
    position: relative;
    left: -20px;
    margin-top: 10px !important;
    width: 100%;
  }
  #saiyou.interview .schedule .time_box.left {
    margin-right: 0;
    flex-flow: unset;
  }
  #saiyou.interview .schedule .time_box.left .fukidashi {
    margin: 0;
    margin-left: 30px;
  }
  #saiyou.interview .schedule .time_box.left .fukidashi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -15px;
    background-image: url(/saiyou/interview/img/fukidashi1.svg);
    width: 29px;
    height: 27px;
  }
  #saiyou.interview .schedule .fukidashi {
    padding: 15px;
  }
  #saiyou.interview .schedule .fukidashi .ttl {
    font-size: 1.5rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  #saiyou.interview .schedule .fukidashi .honbun {
    font-size: 1.3rem;
  }
  #saiyou.interview .schedule .fukidashi img {
    width: 50%;
  }
  #saiyou.interview .schedule .left .fukidashi {
    margin-left: 0;
  }
  #saiyou.interview .schedule .mt1 {
    margin-top: 0;
  }
  #saiyou.interview .schedule .mt2 {
    margin-top: 0;
  }
  #saiyou.interview .schedule .mt3 {
    margin-top: 0;
  }
  #saiyou.interview .schedule .mt4 {
    margin-top: 0;
  }
  #saiyou.interview .schedule .mt5 {
    margin-top: 10px !important;
  }
  #saiyou.interview .schedule .mt6 {
    margin-top: 0;
  }
  #saiyou.interview .schedule .mt7 {
    margin-top: 0;
  }
  #saiyou.entry .btn_bottom {
    display: block;
  }
  #saiyou.entry .btn_bottom button {
    margin: 10px auto;
  }
}
/* ====================================
   募集要項
======================================= */
#saiyou.requirements .accordion_header {
  box-shadow: 0px 0px 15px 1px rgba(0, 70, 146, 0.15);
  width: 100%;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 2rem;
  background: #fff;
}

/* ====================================
   MV下層
======================================= */
#saiyou .mv {
  overflow: hidden;
  width: 90%;
  max-width: 1283px;
  margin: 40px auto 0;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  height: 237px;
  position: relative;
}
#saiyou .mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 600;
}
#saiyou.interview .mv {
  background-image: url("/saiyou/interview/img/mv.jpg");
}
#saiyou.requirements .mv {
  background-image: url("/saiyou/requirements/img/mv.jpg");
}
#saiyou.page h3 {
  font-size: 2rem;
  border-left: 6px solid #004692;
  padding-left: 10px;
  margin: 40px 0 9px;
}
#saiyou.page ul.list {
  padding-left: 20px;
  margin: 10px 0;
}
#saiyou.page ul.list .mt0 {
  margin-top: 0;
}
#saiyou.page ul.list li {
  list-style: disc;
}

/* ====================================
header
======================================= */
#saiyou #header .global_nav .cp {
  margin-top: 20px;
  background: #fff;
  border: 2px solid #ececec;
}

@media (min-width: 769px) {
  #saiyou #header .global_nav .cp {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
