@charset "UTF-8";
:root {
  --color_theme01: #3760e5;
  --color_font01: #000;
  --color_font02: #fff;
  --option01_ff:
  "urw-din",
  "Yu Gothic",
  "YuGothic",
  "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro",
  "メイリオ",
  Meiryo,
  sans-serif;
  /* space */
  --space_10: 10px;
  --space_15: 15px;
  --space_20: 20px;
  --space_25: 25px;
  --space_30: 30px;
  --space_40: 40px;
  --space_50: 50px;
  --space_60: 60px;
  --space_70: 60px;
  --space_80: 80px;
  --space_100: 100px;
  --space_120: 120px;
}
@media (width <= 820px) {
  :root {
    --space_10: 5px;
  }
}
@media (width <= 820px) {
  :root {
    --space_15: 10px;
  }
}
@media (width <= 820px) {
  :root {
    --space_20: 13px;
  }
}
@media (width <= 820px) {
  :root {
    --space_25: 15px;
  }
}
@media (width <= 820px) {
  :root {
    --space_30: 18px;
  }
}
@media (width <= 820px) {
  :root {
    --space_40: 25px;
  }
}
@media (width <= 820px) {
  :root {
    --space_50: 30px;
  }
}
@media (width <= 820px) {
  :root {
    --space_60: 40px;
  }
}
@media (width <= 820px) {
  :root {
    --space_70: 45px;
  }
}
@media (width <= 820px) {
  :root {
    --space_80: 40px;
  }
}
@media (width <= 820px) {
  :root {
    --space_100: 50px;
  }
}
@media (width <= 820px) {
  :root {
    --space_120: 60px;
  }
}

.Prologue2 {
  position: relative;
  min-height: 550px;
  background-color: #ccc;
  overflow: hidden;
}
@media (width <= 811px) {
  .Prologue2 {
    min-height: 400px;
  }
}
.Prologue2::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.Prologue2_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.Prologue2__elm {
  position: absolute;
  top: 50%;
  left: 15%;
  z-index: 3;
  font-size: 45px;
  transform: translate(0, -47%);
}
@media (width <= 811px) {
  .Prologue2__elm {
    font-size: 32px;
    left: 10%;
    transform: translate(0, -55%);
  }
}

.Prologue2__catch {
  margin-bottom: 0.47em;
  font-size: 100%;
  color: var(--color_font02);
  line-height: 1.4;
  font-family: var(--option01_ff);
}

.Prologue2__catchSub {
  margin-bottom: var(--space_60);
  font-size: 53%;
  color: var(--color_font02);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.Prologue2__logo {
  width: 4.5em;
}
.Prologue2__logo > img {
  display: block;
}

body.adc .AnkerNavi__inner {
  flex-wrap: wrap;
  height: auto;
  padding: 30px 0;
}
@media (width <= 768px) {
  body.adc .AnkerNavi__inner {
    justify-content: center;
    padding: 15px 0;
  }
}

body.adc .AnkerNavi__item {
  margin: 0 2%;
}

body.adc .AnkerNavi__target {
  padding: 0.2em 0;
  font-size: max(16px, min(2.2vw, 20px));
}

body.adc .AnkerNavi__ico {
  position: relative;
  top: 0.1em;
  margin-left: 0.8em;
}

.Separation__wrap.-variation02 {
  max-width: 900px;
}

.Heading.-format15 {
  position: relative;
  margin-top: 3rem;
  line-height: 1;
  text-align: center;
  font-family: var(--option01_ff);
}
.Heading.-format15::before {
  content: "";
  position: absolute;
  top: -30px;
  width: 5rem;
  height: 4px;
  left: 50%;
  background-color: #3760E5;
  transform: translateX(-50%);
}
.Heading.-format15 .Heading__sub {
  padding-left: 0;
}

.uniqueCont__head {
  margin-bottom: var(--space_40);
  font-size: max(26px, min(3vw, 42px));
}

.uniqueCont__discription {
  text-align: center;
}
.uniqueCont__discription > .Paragraph {
  line-height: 2;
}

.uniqueCont__panel {
  height: 450px;
  overflow: hidden;
}
@media (width <= 580px) {
  .uniqueCont__panel {
    width: auto;
    height: 380px;
    margin-left: calc((3% + 17px) * -1);
    margin-right: -3%;
  }
}

.uniqueCont__panel2 {
  padding: 50px;
  background-color: #F5F5F5;
}
@media (width <= 580px) {
  .uniqueCont__panel2 {
    padding: 40px 20px;
  }
}

.uniqueCont__discription {
  margin-bottom: var(--space_30);
}

.uniqueCont__button {
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.uniqueCont__button > .Button {
  width: 100%;
}

.CardE {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width <= 580px) {
  .CardE {
    flex-direction: row;
    justify-content: space-between;
  }
}

.CardE__elm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width <= 580px) {
  .CardE__elm {
    width: 65%;
    align-items: flex-start;
  }
}

.CardE__img {
  max-width: 125px;
  margin-bottom: 20px;
}
@media (width <= 580px) {
  .CardE__img {
    width: 30%;
    margin-bottom: 0;
  }
}

.CardE__head {
  font-size: max(18px, min(3vw, 22px));
  margin-bottom: 0.5em;
}

.Thumbnail.-variation05 {
  aspect-ratio: 1/1;
}
.Thumbnail.-variation06 {
  aspect-ratio: 1/0.836;
}

@media (width > 811px) {
  .PanelG:hover .Button.-solid--variation03 {
    background-color: var(--color_theme01);
  }
}

@media (width > 811px) {
  .PanelG:hover .Button__ico {
    transform: translate(20%, -50%);
  }
}

.Button.-solid--variation03 .ico.ico--arrowRight {
  color: #FFF;
}

.PanelG {
  position: relative;
  display: block;
  height: 100%;
  padding: 70px 50px 0;
  z-index: 1;
}
@media (width <= 580px) {
  .PanelG {
    padding: 50px 30px 0;
  }
}

.PanelG__coverImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.PanelG__coverImg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 0.4s ease;
}
@media (width > 811px) {
  .PanelG:hover .PanelG__coverImg > img {
    transform: scale(1.1);
  }
}

.PanelG__elm {
  position: relative;
  z-index: 3;
}

.PanelG__head {
  font-size: max(20px, min(3.2vw, 28px));
  margin-bottom: 0.5em;
}

.PanelG__discription {
  margin-bottom: var(--space_30);
  font-size: 16px;
}

.PanelG__button {
  width: 100%;
  max-width: 230px;
}
.PanelG__button > .Button {
  width: 100%;
}

.PanelH {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.PanelH__img {
  width: 45%;
}

.PanelH__elm {
  width: 50%;
}

.PanelH__head {
  margin-bottom: 0.5em;
  /*font-size: max(20px, min(2.2vw, 22px));*/
  font-size: 15px !important;
  line-height: 1.5;
}
.original_h3 {
margin-bottom: 0.5em;
font-size: 16px !important;
line-height: 1.5;
}
.PanelH__category {
  margin-bottom: 0.5em;
font-size: 13px;
}

.PanelH__body p.Paragraph {
font-size: 13px;
  line-height: 1.6;
}

.PanelH__body .Paragraph {
  line-height: 1.4;
}
.org883434 .Paragraph{
font-size:92%;
}
/*# sourceMappingURL=master2.css.map */