@charset "UTF-8";
/* ============================================================================================== */
/* 明治共通CSSの修正(デザイン都合)                                                                */
/*  明治サイト_共通ヘッダフッタガイドライン_ver.1.6.pdf に従い作成したもののCSS(structure.js)の   */
/*  main.l-main に設定されている margin-bottom: 120px; が崩れの原因になったため、やむを得ず調整。 */
/* ============================================================================================== */
main.l-main {
  margin-bottom: 0;
}

/* ============================================================================================== */
/* CSSリセット                                                                                    */
/* ============================================================================================== */
main.l-main > .l-container {
  line-height: 1;
}
main.l-main > .l-container h1,
main.l-main > .l-container h2,
main.l-main > .l-container h3,
main.l-main > .l-container h4,
main.l-main > .l-container h5,
main.l-main > .l-container h6 {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
main.l-main > .l-container p,
main.l-main > .l-container dl,
main.l-main > .l-container dl dt,
main.l-main > .l-container dl dd,
main.l-main > .l-container ol,
main.l-main > .l-container ul,
main.l-main > .l-container ul li,
main.l-main > .l-container ol li {
  padding: 0;
  margin: 0;
}
main.l-main > .l-container ul li {
  list-style-type: none;
}
main.l-main > .l-container img {
  vertical-align: bottom;
}
main.l-main > .l-container a {
  color: inherit;
  text-decoration: inherit;
}

/* ============================================================================================== */
/* フォント指定                                                                                   */
/* ============================================================================================== */
main.l-main > .l-container {
  color: #000000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}

main.l-main > .l-container picture :where(img) {
  width: auto;
  height: auto;
}

/* ============================================================================================== */
/* PC/SP表示切替補助                                                                              */
/* ============================================================================================== */
main.l-main > .l-container .cd_sp_only {
  display: none;
}

@media screen and (width < 768px) {
  main.l-main > .l-container .cd_pc_only {
    display: none;
  }
  main.l-main > .l-container .cd_sp_only {
    display: block;
  }
  main.l-main > .l-container br.cd_sp_only,
  main.l-main > .l-container img.cd_sp_only {
    display: inline;
  }
}
/* ============================================================================================== */
/* 共通演出                                                                                       */
/* ============================================================================================== */
.cmd_effect_hover {
  transition: opacity 0.6s ease;
}
.cmd_effect_hover:hover {
  opacity: 0.6;
}

@media screen and (width < 768px) {
  .cmd_effect_hover {
    transition: none;
  }
  .cmd_effect_hover:hover {
    opacity: 1;
  }
}
.cmd_effect_fadein {
  transition: all 1s ease;
  transform: translateY(30px);
  opacity: 0;
  position: relative;
}
.cmd_effect_fadein.cmd-effect-fadein-active:not(.opt_wait) {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (768px <= width < 1024px) {
  .cmd_effect_fadein {
    transform: translateY(2.1428571429vw);
  }
}
@media screen and (width < 768px) {
  .cmd_effect_fadein {
    transform: translateY(6vw);
  }
}
/* ============================================================================================== */
/* Footer                                                                                         */
/* ============================================================================================== */
#footer {
  position: relative;
}
#footer #footer_goto_pagetop {
  width: 51px;
  height: 51px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  transition: opacity 0.6s ease;
  opacity: 0;
}
#footer #footer_goto_pagetop[data-pos=middle] {
  opacity: 1;
}
#footer #footer_goto_pagetop[data-pos=bottom] {
  position: absolute;
  opacity: 1;
}

@media screen and (768px <= width < 1024px) {
  #footer #footer_goto_pagetop {
    width: 3.6428571429vw;
    height: 3.6428571429vw;
    right: 1.4285714286vw;
    bottom: 1.4285714286vw;
  }
}
@media screen and (width < 768px) {
  #footer #footer_goto_pagetop {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
/* ============================================================================================== */
/* 下層ヘッドライン                                                                               */
/* ============================================================================================== */
@media screen and (1024px <= width) {
  .children_cmd_headline {
    width: calc(100% - 42px);
    height: 318px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  .children_cmd_headline .bg {
    width: 100%;
    height: 100%;
  }
  .children_cmd_headline .bg img {
    width: 100%;
    height: 100%;
    clip-path: url("#mask___children_cmd_headline_mask_bg");
  }
  .children_cmd_headline .decoration {
    width: 100%;
    height: 347px;
    clip-path: url("#mask___children_cmd_headline_mask_decoration");
    transform: translateX(-50%);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
  }
  .children_cmd_headline .decoration img {
    width: 1358px;
    transform: translateX(-50%);
    aspect-ratio: 1358/347;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .children_cmd_headline .front {
    width: 1000px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 20;
  }
  .children_cmd_headline .front .breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    list-style-type: none;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .children_cmd_headline .front .breadcrumb li a,
  .children_cmd_headline .front .breadcrumb li span {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    color: #002f80;
    font-size: 12px;
    line-height: 1;
  }
  .children_cmd_headline .front .breadcrumb li a {
    margin-right: 30px;
    text-decoration: underline;
    position: relative;
  }
  .children_cmd_headline .front .breadcrumb li a:hover {
    text-decoration: none;
  }
  .children_cmd_headline .front .breadcrumb li a::after {
    content: "";
    width: 10px;
    height: 100%;
    background-image: url("../../img/common/children/headline/breadcrumb_icon_arrow.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(100% + 12px);
    top: 0;
    z-index: 50;
  }
  .children_cmd_headline .front .title {
    padding-top: 63px;
    text-align: center;
  }
  .children_cmd_headline .front .explain {
    margin-top: 28px;
    text-align: center;
  }
  .children_cmd_headline .front .explain p {
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (768px <= width < 1024px) {
  .children_cmd_headline {
    width: calc(100% - 3vw);
    height: 22.7142857143vw;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  .children_cmd_headline .bg {
    width: 100%;
    height: 100%;
  }
  .children_cmd_headline .bg img {
    width: 100%;
    height: 100%;
    clip-path: url("#mask___children_cmd_headline_mask_bg");
  }
  .children_cmd_headline .decoration {
    width: 100%;
    height: 24.7857142857vw;
    clip-path: url("#mask___children_cmd_headline_mask_decoration");
    transform: translateX(-50%);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
  }
  .children_cmd_headline .decoration img {
    width: 97vw;
    transform: translateX(-50%);
    aspect-ratio: 1358/347;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .children_cmd_headline .front {
    width: 71.4285714286vw;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 20;
  }
  .children_cmd_headline .front .breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    list-style-type: none;
    position: absolute;
    top: 2.1428571429vw;
    left: 0;
  }
  .children_cmd_headline .front .breadcrumb li a,
  .children_cmd_headline .front .breadcrumb li span {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    color: #002f80;
    font-size: 0.8571428571vw;
    line-height: 1;
  }
  .children_cmd_headline .front .breadcrumb li a {
    margin-right: 2.1428571429vw;
    text-decoration: underline;
    position: relative;
  }
  .children_cmd_headline .front .breadcrumb li a:hover {
    text-decoration: none;
  }
  .children_cmd_headline .front .breadcrumb li a::after {
    content: "";
    width: 0.7142857143vw;
    height: 100%;
    background-image: url("../../img/common/children/headline/breadcrumb_icon_arrow.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(100% + 0.8571428571vw);
    top: 0;
    z-index: 50;
  }
  .children_cmd_headline .front .title {
    padding-top: 4.5vw;
    text-align: center;
  }
  .children_cmd_headline .front .explain {
    margin-top: 2vw;
    text-align: center;
  }
  .children_cmd_headline .front .explain p {
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.4285714286vw;
    line-height: 2.1428571429vw;
  }
}
@media screen and (width < 768px) {
  .children_cmd_headline {
    height: 60vw;
    position: relative;
    z-index: 100;
  }
  .children_cmd_headline .bg {
    width: 100%;
    height: 100%;
  }
  .children_cmd_headline .bg img {
    width: 100%;
    aspect-ratio: 750/450;
  }
  .children_cmd_headline .decoration {
    display: none;
  }
  .children_cmd_headline .front {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
  }
  .children_cmd_headline .front .breadcrumb {
    display: none;
  }
  .children_cmd_headline .front .title {
    padding-top: 10vw;
    text-align: center;
  }
  .children_cmd_headline .front .explain {
    margin-top: 4.6666666667vw;
    text-align: center;
  }
  .children_cmd_headline .front .explain p {
    color: #002f80;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.7333333333vw;
    line-height: 6vw;
  }
}

