@charset "UTF-8";
@import url(simplebar.min.css);
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  text-align: center;
}

.remodal-wrapper:after {
  content: "";
  width: 0.05em;
  margin-left: -0.05em;
  height: 100%;
  display: inline-block;
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ------------------------------------------------
 Theme
------------------------------------------------ */
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .remodal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.remodal-wrapper {
  height: 100%;
  overflow: auto;
}

.remodal button.close {
  font-size: 1em;
  border-width: 0;
  background: transparent url(../images/common/btn_modal_close.svg) 50% 50% no-repeat;
  background-size: 2.1428571429em auto;
  margin: 0;
  padding: 0;
  width: 2.8571428571em;
  height: 2.8571428571em;
  display: block;
  position: fixed;
  left: calc(50% + 28.2142857143em);
  top: 0.7142857143em;
  cursor: pointer;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .remodal button.close {
    width: 1.4166666667em;
    height: 1.4166666667em;
    left: calc(50% + 13em);
    top: 0.8333333333em;
  }
}

body.bg_grade_noise::before {
  width: calc(50% - 15.7142857143em);
  height: 90.8571428571em;
}
@media screen and (max-width: 768px) {
  body.bg_grade_noise::before {
    width: calc(50% - 4.1666666667em);
    height: 97em;
  }
}

/* ------------------------------------------------
 article_header
------------------------------------------------ */
#article_header {
  overflow: visible;
}
#article_header > .inner {
  padding-top: 8.5714285714em;
  padding-bottom: 7.5em;
}
#article_header .heading .en {
  width: 15.2142857143em;
}
#article_header .heading .ja {
  margin-top: 0.3571428571em;
}
@media screen and (max-width: 768px) {
  #article_header > .inner {
    padding-top: 4.4166666667em;
    padding-bottom: 3.75em;
  }
  #article_header .heading .en {
    width: 11.4166666667em;
  }
  #article_header .heading .ja {
    margin-top: 0.2272727273em;
  }
}

/* ------------------------------------------------
 共通
------------------------------------------------ */
/* ----------------------------
 2カラム(PC)
------------------------------*/
.section.pc_columns > .inner {
  -moz-column-gap: 5.7142857143em;
       column-gap: 5.7142857143em;
}
.section.pc_columns > .inner > .txt .heading {
  text-align: left;
}
.section.pc_columns > .inner > .txt .heading + .summary {
  margin-top: 2.1428571429em;
}
.section.pc_columns > .inner > .txt .summary {
  line-height: 1.8;
}
.section.pc_columns > .inner > .txt .summary strong {
  color: #1b3f72;
  font-weight: bold;
}
.section.pc_columns > .inner .fig {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section.pc_columns > .inner > .txt .heading + .summary {
    margin-top: 1.3076923077em;
  }
  .section.pc_columns > .inner > .txt .summary {
    font-size: 1.0833333333em;
    letter-spacing: 0.025em;
  }
}

.heading.basic_style2 {
  position: relative;
}
.heading.basic_style2 .en {
  position: absolute;
  left: -3.9285714286em;
  top: -4.6428571429em;
}
.heading.basic_style2 .en + .ja {
  margin-top: 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .heading.basic_style2 .ja {
    font-family: var(--ff_zenkaku);
  }
}

/* ------------------------------------------------
 intro
------------------------------------------------ */
#intro > .inner {
  padding-bottom: 2.1428571429em;
  flex-direction: row-reverse;
}
#intro .ph {
  margin-left: -7.1428571429em;
  width: 35.7142857143em;
}
#intro .fig {
  width: 11.5714285714em;
  right: calc(50% + 2.8571428571em);
}
@media screen and (max-width: 768px) {
  #intro > .inner {
    padding-bottom: 2.5em;
  }
  #intro > .inner > .txt {
    margin-top: 3.75em;
  }
  #intro .heading .en {
    width: 11.6666666667em;
  }
  #intro .heading .ja {
    margin-top: 0;
  }
  #intro .ph {
    margin-left: -2.0833333333em;
    width: 25em;
    align-self: start;
  }
  #intro .fig {
    width: 9.625em;
    right: -0.8333333333em;
    top: 14.375em;
    bottom: unset;
  }
}

/* ------------------------------------------------
 schedule
------------------------------------------------ */
#schedule {
  margin-top: 7.8571428571em;
}
#schedule > .inner {
  padding-top: 3.5714285714em;
}
#schedule .heading {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#schedule .heading .en {
  width: 8.2857142857em;
  left: -3.9285714286em;
}
#schedule .img {
  margin-top: 2.8571428571em;
}
#schedule .img .fig {
  margin: 0 auto;
  width: 65.4285714286em;
}
#schedule .img .fig img {
  margin-left: -1.1428571429em;
}
@media screen and (max-width: 768px) {
  #schedule {
    margin-top: 3.5416666667em;
  }
  #schedule > .inner {
    padding-top: 3.75em;
  }
  #schedule .heading .en {
    width: 6.375em;
    left: -2.25em;
    top: -3.6666666667em;
  }
  #schedule .heading .ja {
    margin-top: 0;
  }
  #schedule .img {
    margin-top: 2.1666666667em;
  }
  #schedule .img .fig {
    width: 53.1666666667em;
  }
  #schedule .img .fig img {
    margin-left: 0;
  }
}

/* ------------------------------------------------
 noren
------------------------------------------------ */
#noren {
  margin-top: 12.8571428571em;
}
#noren::before {
  width: calc(50% - 3.5714285714em);
  height: 70em;
  right: 0;
  top: 23.1428571429em;
}
#noren > .inner {
  padding-top: 1.4285714286em;
  padding-bottom: 12.8571428571em;
}
#noren > .inner > .txt {
  margin-top: 1.1428571429em;
}
#noren .heading .en {
  width: 10.2857142857em;
  left: -2.8571428571em;
}
#noren .txt .note {
  font-size: 0.7142857143em;
  margin-top: 0.5em;
}
#noren .txt .link {
  margin-top: 1.7857142857em;
}
#noren .ph {
  margin-right: -7.1428571429em;
  width: 35.7142857143em;
}
#noren .fig {
  width: 57.1428571429em;
  left: 7.1428571429em;
}
@media screen and (max-width: 768px) {
  #noren {
    margin-top: 8.9583333333em;
  }
  #noren::before {
    width: calc(50% + 4.1666666667em);
    height: 33.75em;
    top: 17.4166666667em;
  }
  #noren > .inner {
    padding-top: 3.75em;
    padding-top: 0;
    padding-bottom: 0;
  }
  #noren > .inner > .txt {
    margin-top: 4.1666666667em;
    order: 2;
  }
  #noren > .inner > .ph {
    order: 1;
  }
  #noren > .inner > .fig {
    order: 3;
  }
  #noren .txt .heading .en {
    width: 7.75em;
    left: -1.3333333333em;
    top: -3.3333333333em;
  }
  #noren .txt .note {
    font-size: 0.8333333333em;
    margin-top: 0.9em;
  }
  #noren .txt .link {
    margin-top: 1.875em;
  }
  #noren .ph {
    margin-right: -2.0833333333em;
    width: 24.75em;
    align-self: end;
  }
  #noren .fig {
    margin-top: 2em;
    width: 100%;
    position: static;
  }
}

/* ------------------------------------------------
 independent
------------------------------------------------ */
#independent {
  margin-top: 8.5714285714em;
}
#independent > .inner {
  padding-top: 1.4285714286em;
  padding-bottom: 7.1428571429em;
  flex-direction: row-reverse;
  align-items: start;
  -moz-column-gap: 10.3571428571em;
       column-gap: 10.3571428571em;
}
#independent > .inner > .txt {
  margin-top: 6.4285714286em;
}
#independent .heading .en {
  width: 10.8571428571em;
  left: -4.6428571429em;
}
#independent .txt .link {
  margin-top: 1.7857142857em;
}
#independent .ph {
  margin-left: -7.1428571429em;
  width: 31em;
}
#independent .fig {
  width: 17.2857142857em;
  left: 11.0714285714em;
}
@media screen and (max-width: 768px) {
  #independent {
    margin-top: 5.8333333333em;
  }
  #independent > .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  #independent > .inner > .txt {
    margin-top: 3.6666666667em;
    order: 3;
  }
  #independent > .inner > .ph {
    order: 1;
  }
  #independent > .inner > .fig {
    order: 2;
  }
  #independent .heading .en {
    width: 8.6666666667em;
    left: -1.75em;
    top: -3.9583333333em;
  }
  #independent .txt .link {
    margin-top: 1.875em;
  }
  #independent .ph {
    margin-left: -2.0833333333em;
    width: 22.9166666667em;
    align-self: start;
  }
  #independent .fig {
    margin-right: 0.625em;
    margin-top: -7.5em;
    width: 12.8333333333em;
    align-self: end;
    position: static;
  }
}

/* ------------------------------------------------
 careerplan
------------------------------------------------ */
#careerplan {
  margin-top: 11.1428571429em;
}
#careerplan::before {
  width: calc(50% - 12.2857142857em);
  height: 98em;
  top: 12.8571428571em;
}
#careerplan > .inner {
  padding-top: 3.5714285714em;
  padding-bottom: 7.8571428571em;
}
#careerplan .heading {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#careerplan .heading .en {
  width: 9.7857142857em;
  left: -3.2142857143em;
}
#careerplan .body {
  margin-top: 2.1428571429em;
}
#careerplan .body .summary {
  line-height: 2;
}
#careerplan .story_list {
  margin: 3.5714285714em 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 27.5em);
  gap: 2.1428571429em;
  align-items: start;
}
#careerplan .story_list li {
  position: relative;
}
#careerplan .story_list li::before {
  width: 23.9285714286em;
  width: 87%;
  height: 11.4285714286em;
  height: 87%;
  left: 2.8571428571em;
  top: 2.8571428571em;
  opacity: 0.4;
}
#careerplan .story_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#careerplan .story_list li .inner {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
#careerplan .story_list li .inner > .img {
  width: 11.2857142857em;
  overflow: hidden;
}
#careerplan .story_list li .inner > .txt {
  line-height: 1.3;
  margin-left: 1.7857142857em;
  flex-grow: 1;
  flex-basis: 0;
}
#careerplan .story_list li .txt .title {
  color: #1b3f72;
  font-size: 1.1428571429em;
  font-weight: bold;
}
#careerplan .story_list li .txt .profile {
  font-size: 0.9em;
  margin-top: 0.7em;
}
#careerplan .story_list li .txt .link {
  margin-top: 0.9285714286em;
}
#careerplan .story_list li .txt .link .basic_btn .txt {
  text-decoration: none;
}
@media screen and (min-width: 768.1px) {
  #careerplan .story_list li .img img {
    transition: transform 0.2s ease;
  }
  #careerplan .story_list li:hover .img img {
    transform: scale(1.1);
  }
}
#careerplan .message {
  line-height: 2
  ;
  margin-top: 5.7142857143em;
}
#careerplan .message .txt {
  letter-spacing: 0.025em;
  background-color: #fff;
  padding-top: 2.1428571429em;
  padding-left: 2.5em;
}
#careerplan .message .txt .img {
  margin-top: -4.6428571429em;
  margin-left: 2.5em;
  width: 13.8571428571em;
  float: right;
}
#careerplan .message .txt .name {
  color: #1b3f72;
  font-size: 0.9285714286em;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  margin-right: 16.4615384615em;
  position: relative;
  bottom: -0.3076923077em;
  clear: both;
}
#careerplan .message .txt .name i {
  margin-left: 1.5384615385em;
  width: 11.1538461538em;
  display: inline-block;
  vertical-align: middle;
}
#careerplan .fig {
  margin-top: 3.5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #careerplan {
    margin-top: 5.4166666667em;
  }
  #careerplan::before {
    width: calc(50% + 1.4583333333em);
    height: 138.5833333333em;
    top: 17.6666666667em;
  }
  #careerplan > .inner {
    padding-top: 5em;
    padding-bottom: 0;
    padding-bottom: 5.8333333333em;
  }
  #careerplan .heading .en {
    width: 7.3333333333em;
    left: -1.6666666667em;
    top: -3.5416666667em;
  }
  #careerplan .body {
    margin-top: 1.6666666667em;
  }
  #careerplan .body .summary {
    font-size: 1.0833333333em;
    letter-spacing: 0.025em;
  }
  #careerplan .story_list {
    margin-top: 2.1666666667em;
    grid-template-columns: 1fr;
    gap: 1.875em;
  }
  #careerplan .story_list li {
    position: relative;
  }
  #careerplan .story_list li::before {
    width: 25em;
    height: 10.9166666667em;
    left: 2.0833333333em;
    top: 1.25em;
  }
  #careerplan .story_list li .inner > .img {
    width: 10.8333333333em;
  }
  #careerplan .story_list li .txt .title {
    font-size: 1.0833333333em;
  }
  #careerplan .story_list li .txt .profile {
    font-size: 0.9166666667em;
    margin-top: 0.3636363636em;
  }
  #careerplan .story_list li .txt .link {
    margin-top: 0.75em;
  }
  #careerplan .story_list li .txt .link .basic_btn.circle_arrow::before {
    width: 2.5em;
    height: 2.5em;
  }
  #careerplan .story_list li .txt .link .basic_btn.circle_arrow .txt {
    font-size: 1.0416666667em;
  }
  #careerplan .message {
    margin-top: 6.0416666667em;
  }
  #careerplan .message .txt {
    padding: 1.6666666667em 1.4583333333em 0 1.875em;
  }
  #careerplan .message .txt .name {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    margin-right: 0.4166666667em;
    bottom: -1em;
  }
  #careerplan .message .txt .name i {
    margin-left: 0.8333333333em;
    width: 9.4166666667em;
  }
  #careerplan .message .txt .img {
    margin-top: -3.3333333333em;
    margin-left: 1.4583333333em;
    width: 10.1666666667em;
  }
  #careerplan .fig {
    margin-top: 3em;
    margin-bottom: 4.5em;
  }
}

/* ------------------------------------------------
 bottom_btn_guideline
------------------------------------------------ */
#bottom_btn_guideline {
  margin-top: 9.2857142857em;
}
#bottom_btn_guideline > .inner {
  padding-bottom: 8.5714285714em;
}
#bottom_btn_guideline .body {
  margin-top: 2.5em;
}
#bottom_btn_guideline .body .btns {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2.1428571429em;
}
#bottom_btn_guideline .body .btns li::before {
  width: 100%;
  height: 86%;
  left: 0.7142857143em;
  top: 1.4285714286em;
  opacity: 0.2;
}
#bottom_btn_guideline .body .basic_btn {
  text-align: center;
  line-height: 1;
  border-image-source: linear-gradient(270deg, #1b3f72 0%, #d76f00 100%);
  border-image-slice: 1;
  background-color: #fff;
  padding-top: 1.8571428571em;
  padding-bottom: 1.7142857143em;
  width: 27.1428571429em;
}
#bottom_btn_guideline .body .basic_btn .txt {
  color: #1b3f72;
  font-size: 1.4285714286em;
}
#bottom_btn_guideline .body .basic_btn::before {
  background-image: linear-gradient(270deg, #1b3f72 0%, #d76f00 100%);
  opacity: 0.05;
}
#bottom_btn_guideline .body .basic_btn::after {
  content: "";
  background-image: url(../images/common/arrow_l_bl.svg);
  width: 0.5714285714em;
  right: 1.7142857143em;
}
@media screen and (max-width: 768px) {
  #bottom_btn_guideline {
    margin-top: 5.4166666667em;
  }
  #bottom_btn_guideline > .inner {
    padding-top: 0;
    padding-bottom: 5.8333333333em;
  }
  #bottom_btn_guideline .body {
    margin-top: 2.0833333333em;
  }
  #bottom_btn_guideline .body .btns {
    flex-direction: column;
    align-items: center;
    gap: 1.25em;
  }
  #bottom_btn_guideline .body .btns li::before {
    width: 23.5em;
    height: 3.625em;
    left: 1.0416666667em;
    top: 1.0416666667em;
  }
  #bottom_btn_guideline .body .basic_btn {
    padding-top: 1.4583333333em;
    padding-bottom: 1.4166666667em;
    width: 24.1666666667em;
  }
  #bottom_btn_guideline .body .basic_btn .txt {
    font-size: 1.1666666667em;
  }
  #bottom_btn_guideline .body .basic_btn::after {
    width: 0.4166666667em;
    right: 1.875em;
  }
}

/* ------------------------------------------------
 remodal
------------------------------------------------ */
.modal_story {
  text-align: left;
  padding-top: 3.5714285714em;
  padding-bottom: 1.4285714286em;
  margin: 0 auto;
  max-width: 57.1428571429em;
  position: unset;
}
.modal_story > .inner {
  background: #fff;
  padding: 0.7142857143em;
  width: auto;
}
.modal_story > .inner .bg {
  padding: 3.2142857143em;
  position: relative;
}
.modal_story > .inner .bg::before {
  left: 0;
  top: 0;
  opacity: 0.1;
}
.modal_story .heading {
  display: flex;
  align-items: center;
  gap: 2.5em;
}
.modal_story .heading .img {
  width: 8.5714285714em;
  position: relative;
}
.modal_story .heading .img::before {
  left: 0.7142857143em;
  top: 0.7142857143em;
  opacity: 0.25;
}
.modal_story .heading .txt {
  text-align: left;
  flex-grow: 1;
  flex-basis: 0;
}
.modal_story .heading .txt .title {
  color: #1b3f72;
  font-size: 1.4285714286em;
}
.modal_story .heading .txt .profile {
  font-size: 0.9285714286em;
  margin-top: 0.7692307692em;
}
.modal_story .heading .txt .name {
  font-weight: bold;
}
.modal_story .body > * + * {
  margin-top: 2.8571428571em;
}
.modal_story .body .summary {
  background-color: #fff;
  margin-top: 2.5em;
  padding: 1.1428571429em 1.4285714286em 0.8571428571em;
}
.modal_story .body .message {
  border: 1px solid rgba(27, 63, 114, 0.5);
  margin-top: 3.5714285714em;
  padding: 1.4285714286em 1.7142857143em 1.1428571429em;
  position: relative;
}
.modal_story .body .message::before {
  content: "";
  background: url(../images/recruit/stories/message.svg) no-repeat;
  background-size: contain;
  width: 4.7857142857em;
  height: 3.5em;
  display: block;
  position: absolute;
  left: -1.4285714286em;
  top: -1.8571428571em;
}
.modal_story .body .message p {
  font-size: 0.8571428571em;
}
.modal_story .body .gallery {
  display: flex;
  gap: 1.7857142857em;
}
.modal_story .body .gallery article {
  width: 17.8571428571em;
}
.modal_story .body .gallery article .txt {
  font-size: 0.8571428571em;
  margin: 0.8333333333em 0.1666666667em 0;
}
.modal_story .body .gallery article.l {
  width: 20.7142857143em;
}
@media screen and (max-width: 768px) {
  .modal_story {
    padding-top: 2.9166666667em;
    padding-bottom: 1.6666666667em;
    max-width: 27.9166666667em;
  }
  .modal_story > .inner {
    padding: 0.4166666667em;
  }
  .modal_story > .inner .bg {
    padding: 1.875em;
  }
  .modal_story .heading {
    gap: 1.6666666667em;
  }
  .modal_story .heading .img {
    width: 7.2916666667em;
  }
  .modal_story .heading .img::before {
    left: 0.625em;
    top: 0.625em;
  }
  .modal_story .heading .txt {
    text-align: left;
    flex-grow: 1;
    flex-basis: 0;
  }
  .modal_story .heading .txt .title {
    font-size: 1.25em;
  }
  .modal_story .heading .txt .profile {
    font-size: 0.9166666667em;
    margin-top: 0.2727272727em;
  }
  .modal_story .heading .txt .name {
    font-size: 0.9166666667em;
  }
  .modal_story .body > * + * {
    margin-top: 1.6666666667em;
  }
  .modal_story .body .summary {
    margin-top: 1.4583333333em;
    padding: 1.1666666667em 1.4583333333em 1.0833333333em;
  }
  .modal_story .body .history {
    margin-top: 2.5em;
  }
  .modal_story .body .history.wide {
    margin-right: -0.4166666667em;
  }
  .modal_story .body .message {
    margin-top: 2.9166666667em;
    padding: 1.4166666667em 1.6666666667em;
  }
  .modal_story .body .message::before {
    width: 5.0416666667em;
    height: 3.625em;
    left: -1em;
    top: -1.6666666667em;
  }
  .modal_story .body .message p {
    font-size: 0.9166666667em;
  }
}

/* ----------------------------
 modal_story3
------------------------------*/
#modal_story3 .body .gallery article {
  width: 20em;
}
#modal_story3 .body .gallery article.movie {
  width: 25.4285714286em;
}
#modal_story3 .body .gallery article.movie .ph {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  position: relative;
}
#modal_story3 .body .gallery article.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #modal_story3 .body .gallery {
    flex-direction: column;
    gap: 1.6666666667em;
  }
  #modal_story3 .body .gallery article {
    width: 100% !important;
  }
}

/* ----------------------------
 modal_story4
------------------------------*/
#modal_story4 .body .gallery article {
  width: 17.8571428571em;
}
@media screen and (max-width: 768px) {
  #modal_story4 .body .gallery {
    justify-content: space-between;
    gap: 0;
  }
  #modal_story4 .body .gallery article {
    width: 11.1666666667em;
  }
  #modal_story4 .body .gallery article .txt {
    font-size: 0.9166666667em;
    margin: 0.5454545455em 0 0;
  }
  #modal_story4 .body .gallery article.l {
    width: 12.0833333333em;
  }
}