@charset "utf-8";

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&subset=japanese");
@import "/Portals/0/css/new/index/base.css";
@import "/Portals/0/css/new/index/contents.css";

/* ===========================================================
 html
=========================================================== */
/* size settings */
body {
  width: 100%;
}
.inner {
  width: 1140px;
  padding: 0 20px;
}
/* font settings */
html,
body {
  color: #333;
  line-height: 1.7;
}
/* font settings */
body,
input,
textarea,
select{font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";font-weight:400;}

/* anchor settings */
a {
  color: #006cdc;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
}

/* ===========================================================
 common
=========================================================== */
.inner {
  margin: 0 auto;
}
/* pcsp settings */
.pcArea {
  display: block;
}
.spArea {
  display: none;
}
/* z-index settings */
#main {
  z-index: 1;
}
#footer {
  z-index: 2;
}
#header {
  z-index: 3;
}

/* ===========================================================
 skin
=========================================================== */
#skin {
  position: relative;
}
#blockskip {
  display: none;
}
.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
}

/* ===========================================================
 header
=========================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 40;
}
.editMode #header {
  position: relative;
}
.head_top .inner {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0;
}
.is-fix .head_top .inner {
  grid-template-columns: 1fr;
}
.head_top .left {
  padding: 20px 0 0 30px;
}
.is-fix .head_top .left {
  padding: 0;
}
.head_top .right {
  display: contents;
}
.head_top .right_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
  padding: 15px 36px 20px 0;
}
.is-fix .head_top .right_item {
  display: none;
}
.head_top .head_logo {
  width: 195px;
  margin: 0;
  padding: 0;
}
.is-fix .head_top .head_logo {
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 1;
}
.head_top .head_logo img {
  width: 100%;
}
.HeadLinkIndexNewPane {
  width: 100%;
}

/* ===========================================================
 content
=========================================================== */
#main {
  position: relative;
  overflow: hidden;
}
/* pagetitle */
.page_title {
  position: relative;
  padding: 0;
  background:#f7f7f7;
}
.editMode .page_title {
  padding: 0;
}
/* content */
.TopPane {
  background:#eee;
}
.content {
  padding:0 0 120px;
}

/* ===========================================================
 footer
=========================================================== */
#footer {
  position: relative;
  margin: 0;
  padding: 0;
}
.foot_top {
  position: relative;
  padding: 0;
}
.foot_top a {
  text-decoration: none;
  transition: all ease-in-out 0.25s;
}
.foot_top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.foot_top .pagetop {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 5;
  color:#fff;
  font-size: 10px;
  text-align: center;
}
.foot_top .pagetop a {
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  color:#fff;
  background: #bfbfbf;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 9999px;
  transition: all ease-in-out 0.25s;
}
.foot_top .pagetop a:hover {
  top: -10px;
  opacity: 1;
}
.foot_top .pagetop a:before {
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  margin: auto;
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content:"";
}
.foot_middle {
  padding: 40px 0;
  background:#4B4B4B;
}
.foot_middle .inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.foot_bottom {
  padding: 21px 0;
  background: #fff;
}
.foot_bottom .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding: 0 20px;
}
.foot_copyright {
  text-align: right;
}
.foot_copyright span {
  color: #020202;
  font-size: 75%;
}

/* ===========================================================
 css for each skin
=========================================================== */
/* _index */
._Index .content {
  padding: 0;
}
._Index .main_area {
  position: relative;
  margin-top: -131px;
  padding: 21px 0 150px;
}
._Index.editMode .main_area {
  margin-top: 0;
}
._Index .content .inner {
  width: 100%;
  max-width: 1146px;
}
._Index .ContentMiddlebgIndexNewPane {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: 
    url(/Portals/0/images/new/index/bg_blue_left_a.png),
    url(/Portals/0/images/new/index/bg_blue_left_b.png),
    url(/Portals/0/images/new/index/bg_red_right_a.png),
    url(/Portals/0/images/new/index/bg_red_right_b.png);
  background-position: 
    left top,
    left bottom -1750px,
    left -60px top,
    left 20vw bottom -68%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 83px auto, 104px auto, 3738px auto, 4400px auto;
}
.index_search {
  margin: 110px auto 0;
}
.index_search_inner {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 10.6%;
}
.index_search_inner .left {
  flex: 1; 
}
.index_search_inner .right {
  padding-bottom: 36px;
}

/* ===========================================================
 css for admin
=========================================================== */
form[actiong="/?ctl=login"] .pagetitle{display:none;}
/*環境ログイン時フォーム調整*/
form[action$="login"] #skin > #header{display:flex;position:relative;flex-direction:column;}
._Index form[action$="login"] .ContentMiddlebgIndexNewPane {
  display: none;
}
/*ログイン中デザイン調整*/
.editMode .zeroTitle .Head{text-overflow:ellipsis;max-width:113px;white-space:nowrap;overflow:hidden;}
.PaneName{display:inline-block;margin:1px;padding:1px 5px;font-size:11px;line-height:1;}
.adminMode div.divSettings > div:not([id]):not([class]),
.adminMode div.divSettings.HostSettings > .tableSettings > tbody > tr > td > div:not([id]):not([class]){font-size:150%;}
img[src^="/Images/"]{display:block;max-width:unset;}
/*編集ナビ*/
.ModuleTitle_MenuContainer,
.ModuleTitle_MenuContainer td{width:auto !important;}
.ModuleTitle_MenuContainer img[src^="/Images/"]{display:block;position:relative;z-index:auto;}
[id$="_dnnACTIONS_ctldnnACTIONS_divOuterTables"]{position:relative;z-index:100;}
/*ポータルCSS初期化ボタン無効化*/
.adminMode a.CommandButton#dnn_ctr354_SiteSettings_cmdRestore,
.adminMode a.CommandButton#dnn_ctr354_SiteSettings_cmdRestoreSmart,
.adminMode a.CommandButton#dnn_ctr354_SiteSettings_cmdRestoreTablet{display:none;}
/*スマホプレビュー調整*/
.fancybox-desktop.prevVertical{box-sizing: content-box !important;}
/**/
form[action="/?ctl=login"] #dnn_ctr_Login_pnlLogin,
form[action="/?Ctl=login"] #dnn_ctr_Login_pnlLogin{text-align:center;padding:75px;}
form[action="/?ctl=login"] #dnn_ctr_Login_pnlLoginContainer,
form[action="/?Ctl=login"] #dnn_ctr_Login_pnlLoginContainer{display:inline-block;}
form[action="/?ctl=login"] #dnn_ctr_Login_pnlLoginContainer+span,
form[action="/?Ctl=login"] #dnn_ctr_Login_pnlLoginContainer+span{display:block;}
/**/
.controlPanel h2:before,
.controlPanel h2:after{display:none;}

@media screen and (max-width: 1524px) {
  ._Index .ContentMiddlebgIndexNewPane {
    background-position: 
      left top,
      left bottom -1750px,
      left -60px top,
      left 20vw top 170%;
    background-size: 83px auto, 104px auto, 4188px auto, 4540px auto;
  }
}

@media screen and (max-width: 1340px) {
  /* ===========================================================
  header
  =========================================================== */
  .is-fix .head_top .head_logo {
    position: static;
  }
  .is-fix .head_top .left {
    padding: 20px 0 0 30px;
  }
  .is-fix #gnav {
    padding: 0;
  }
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-position: 
      left -0.8% top,
      left -0.8% bottom -1750px,
      left -15vw top,
      left 15vw top 168%;
  }
}

@media screen and (max-width: 1160px) {
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-position: 
      left -1% top 15%,
      left -1% bottom -133%,
      left -40vw top,
      left 15vw top 148%;
  }
}

@media screen and (max-width: 1145px) {
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-position: 
      left -1% top 15%,
      left -1% bottom -147%,
      left -40vw top,
      left 7vw top 158%;
  }
}

@media screen and (max-width: 1140px) {
  /* ===========================================================
  header
  =========================================================== */
  .head_top .head_logo {
    width: 177px
  }
  .head_top .left,
  .is-fix .head_top .left {
    padding: 10px 0 0 15px;
  }
  .head_top .right_item {
    align-items: center;
    padding: 8px 18px 10px 0;
    gap: 10px;
  }
  .HeadLinkIndexNewPane {
    order: 2;
    width: auto;
  }
  .HeadSearchPane {
    order: 1;
  }
  .HeadBtnIndexNewPane {
    order: 3;
  }
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _index */
  .index_search_inner {
    padding-right: 0;
    gap: 30px;
  }
}

@media screen and (max-width: 1021px) {
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-position: 
      left top 20%,
      left bottom -42%,
      left -55vw top,
      left 15vw top 200%;
    background-size: 63px auto, 84px auto, 4788px auto, 6040px auto;
  }
}

@media screen and (max-width: 890px) {
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-position: 
      left -1% top 20%,
      left -1% bottom -42%,
      left -55vw top,
      left 14vw top 188%;
  }
}

@media screen and (max-width: 768px) {
  /* ===========================================================
  html
  =========================================================== */
  /* size settings */
  html,
  body {
    width: 100%;
    min-width: 1%;
  }
  html, body, #header, #header.fixed{
    min-width:inherit;
  }
  /* font settings */
  body {
    font-size: 85%;
    font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Roboto","Droid Sans","Meiryo","sans-serif";
  }

  /* ===========================================================
  common
  =========================================================== */
  .inner {
    width: auto;
    padding: 0 6%;
  }
  /* pc/sp settings */
  .pcArea {
    display: none !important;
  }
  .spArea {
    display: block !important;
  }
  /**/
  .controlPanel {
    display: none;
  }

  /* ===========================================================
  skin
  =========================================================== */

  /* ===========================================================
  header
  =========================================================== */
  .head_top {
    padding: 10px 0 6.5px;
  }
  .head_top .inner {
    display: block;
    min-width: auto;
    padding: 0 17px;
  }
  .head_top .left,
  .is-fix .head_top .left {
    padding: 0;
  }
  .head_top .right {
    display: none;
    position: fixed;
    flex-direction: column;
    top: 71px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 71px);
    overflow-y: auto;
    background: #f7f7f7;
  }
  .head_top .right[style*="display: block"] {
    display: flex!important;
  }
  .is-fix .head_top .right_item {
    display: grid;
  }
  .head_top .right_item {
    order: 2;
    display: grid;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    gap: 24px;
    padding: 36px 37px 24px;
    font-size: 14px;
  }
  .head_top .HeadSearchPane {
    grid-row: 1 / 2;
  }

  /* ===========================================================
  content
  =========================================================== */
  #main {
    padding:0;
  }
  /* pagetitle */
  .pagetitle {
    height: auto;
    min-height: 60px;
    padding:0;
  }
  .PagetitlePane {
    padding: 0;
  }
  .PagetitleBgPane [id$="_ContentPane"] img{
    max-width: inherit;
    width: 50%;
  }
  .PagetitlePane h1 {
    width: 100%;
    min-height: inherit;
    padding: 1em 4%;
  }
  /* breadcrumb */
  .breadcrumb {
    margin-bottom: 2em;
  }
  /* content */
  .content {
    padding: 0 0 50px;
  }
  .ContentTopPane {
    padding: 0 0 50px;
  }
  .contentMiddle .mainArea .ContentLeftPane,
  .contentMiddle .mainArea .ContentRightPane{
    width: 100%;
  }

  /* ===========================================================
  footer
  =========================================================== */
  #footer {
    font-size: 12px;
  }
  .foot_middle {
    padding-top: 36px;
    padding-bottom: clamp(36px, 6.11vw + 13.1px, 60px);
  }
  .foot_middle .inner {
    max-width: calc(556px + (16px * 2));
    padding: 0 16px;
  }
  .foot_bottom {
    padding-top: 22px;
    padding-bottom: clamp(11px, 2.54vw + 1.45px, 21px);
  }
  .foot_bottom .inner {
    flex-direction: column;
    align-items: start;
    padding: 0 16px;
  }
  .foot_bottom .right {
    width: 100%;
  }
  .foot_copyright {
    text-align: left;
  }
  .foot_copyright span {
    font-size: 100%;
  }

  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _Index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-image: 
      url(/Portals/0/images/new/index/bg_blue_left_a.png),
      url(/Portals/0/images/new/index/bg_blue_left_b.png),
      url(/Portals/0/images/new/index/bg_red_right_a.png);
    background-position: 
      left -15% top 5%,
      left -15% bottom -3550px,
      left -50vw top;
    background-size: auto 4000px, auto 6200px, 4888px auto;
  }
  ._Index .content .inner {
    padding: 0 30px;
  }
  .index_search_inner {
    display: block;
    max-width: 632px;
    margin: 0 auto;
  }
  .index_search_inner .right {
    margin-top: 37px;
    padding-bottom: 0;
  }
  ._Index .main_area {
    padding: 60px 0 137px;
  }
  .index_search {
    max-width: 632px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  /* ===========================================================
  css for each skin
  =========================================================== */
  /* _Index */
  ._Index .ContentMiddlebgIndexNewPane {
    background-image: 
      url(/Portals/0/images/new/index/bg_blue_left_a.png),
      url(/Portals/0/images/new/index/bg_blue_left_b.png),
      url(/Portals/0/images/new/index/bg_red_right_a.png);
    background-position: 
      left -108px top -5%,
      left -30px bottom -2180px,
      left -35vw top;
    background-size: auto 4000px, auto 4200px, 5388px auto;
  }
  ._Index .main_area {
    margin-top: -90px;
    padding: 60px 0 109px;
  }
  ._Index .content .inner {
    padding: 0 20px;
  }
  .index_search {
    margin-top: 60px;
  }
}
