@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

/** ***************************************************************************
 * フォント設定
 */

/* アイコン */

@import url('../../_font/icomoon/style.css');

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/** ***************************************************************************
 * 全体
 */

html {
  height: 100%;
  background: url("../../_image/_common/bg-1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

body {
  min-width: 320px;
  padding: 2.66% 35px 20px 2.67%;
  color: #000;
  font: 14px/1.6 'NotoSansCJKjp', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}

a[href] {
  color: #4285FB;
  text-decoration: none;
}

a[href]:hover {
  text-decoration: underline;
}

/* :::::::: モバイル :::::::: */

html.mobile {
  background: none;
}

html.mobile::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../../_image/_common/bg-1.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  html {
    background-size: 100% 100%;
    background-attachment: fixed;
  }

  body {
    padding: 20px 70px 20px 20px;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * サイト枠
 * ************************************************************************* */

#site-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

#site-body::before {
  content: '';
  width: 10px;
  height: calc(100% - 15px);
  background: url("../../_image/_common/bg-2.png") repeat-y;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  top: 6px;
  right: -10px;
}

#site-body::after {
  content: '';
  width: 10px;
  height: calc(100% - 27px);
  background: url("../../_image/_common/bg-2.png") repeat-y;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  top: 12px;
  right: -20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #site-body {
    padding: 2.31%;
  }

}

@media print, screen and (min-width:1301px) {

  #site-body {
    padding: 30px;
  }

}
  
/** ***************************************************************************
 * グローバルメニュー
 * ************************************************************************* */
#navi.anchor-nav {
  width: 100%;
  max-width: none;
  margin-top: 10px !important;
  display: table;
  border-spacing: 0.5vw ;
}

#navi.anchor-nav a {
	width: 20%;
	padding: 1em 0.1em;
	color: #fff;
	line-height: 1.5;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	z-index: 1;
	transition: background-color 0.3s ease-in-out 0.0s;
	background-color: rgba(249, 130, 187, 1.0);
}

#navi.anchor-nav a:hover {
	background-color: rgba(249, 130, 187, 0.8);
}

/*#navi.anchor-nav a::after {
  content: '\f0da';
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  /* font-family: icomoon;
  font-size: 1.2em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}*/

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #navi.anchor-nav {
    margin-bottom: -10px;
    border-spacing: 10px;
  }

  #navi.anchor-nav a {
    font-size: 18px;
  }

}
/*
#nav {
  width: 100%;
  padding: 8% 35px 2.67% 2.67%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

#nav ul.list,
#nav ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul.list {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

#nav ul.list li {
  padding-left: calc(100% - 30px);
}

#nav ul.list li ~ li {
  margin-top: 5px;
}

#nav ul.list li a {
  width: 30px;
  max-width: none;
  margin: auto;
  pointer-events: auto;
  overflow: hidden;
  display: block;
}

#nav ul.list li.current a {
  width: 35px;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

#nav ul.list li a img {
  width: 40px;
  max-width: none;
  opacity: 1;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

#nav ul.list li.current a img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

/* :::::::: ブレイクポイント :::::::: */
/*
@media print, screen and (min-width:801px) {

  #nav {
    padding: 50px 70px 20px 20px;
  }

  #nav ul.list {
    -webkit-transform: translateX(56px);
            transform: translateX(56px);
  }

  #nav ul.list li {
    padding-left: calc(100% - 46px);
  }

  #nav ul.list li ~ li {
    margin-top: 16px;
  }

  #nav ul.list li a {
    width: 46px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  #nav ul.list li.current a {
    width: 66px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  #nav ul.list li a img {
    width: 66px;
    transform-origin: 43px center;
    -webkit-transform: translateX(-20px) rotateY(0);
            transform: translateX(-20px) rotateY(0);
  }

  #nav ul.list li.current a img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  #nav ul.list li:not(.current) a:hover img {
    transition: transform 0.4s ease-in-out 0.0s;
    -webkit-transform: translateX(-20px) rotateY(360deg);
            transform: translateX(-20px) rotateY(360deg);
  }

}

@media print, screen and (min-width:801px) and (max-height:900px) {

  #nav ul.list li ~ li {
    margin-top: 1.78vh;
  }

  #nav ul.list li a img {
    width: 7.34vh;
    transform-origin: 4.78vh center;
    -webkit-transform: translateX(-2vh) rotateY(0);
            transform: translateX(-2vh) rotateY(0);
  }

  #nav ul.list li:not(.current) a:hover img {
    -webkit-transform: translateX(-2vh) rotateY(360deg);
            transform: translateX(-2vh) rotateY(360deg);
  }

}
*/
/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  padding: 4.84%;
  background: url("../../_image/_common/frame-1-sp-body.png") repeat-y;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

#header::before {
  content: '';
  width: 100%;
  padding-bottom: 6.46%;
  background: url("../../_image/_common/frame-1-sp-top.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#header::after {
  content: '';
  width: 100%;
  padding-bottom: 6.46%;
  background: url("../../_image/_common/frame-1-sp-bottom.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #header {
    padding: 3%;
    background-image: url("../../_image/_common/frame-1-pc-body.png");
    border: none;
  }

  #header::before {
    padding-bottom: 4.26%;
    background-image: url("../../_image/_common/frame-1-pc-top.png");
  }

  #header::after {
    padding-bottom: 4.26%;
    background-image: url("../../_image/_common/frame-1-pc-bottom.png");
  }

}

/** ***************************************************************************
 * 厚生労働省
 */

body.layout-lower
#header .mhlw {
  width: 21.73vw;
  max-width: 163px;
  position: relative;
  z-index: 2;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  body.layout-lower
  #header .mhlw {
    width: 16.25%;
    max-width: 143px;
  }

}

/** ***************************************************************************
 * ロゴ
 */

body.layout-lower
#header div.logo {
  width: 66.93vw;
  margin: 4.53vw auto 2.67vw;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  body.layout-lower
  #header div.logo {
    width: 54.55%;
    margin: -4.20% auto 0;
  }

}

/** ===========================================================================
 * ロゴ画像
 */

body.layout-lower
#header div.logo .image {
  text-align: center;
}

/** ***************************************************************************
 * メイン
 * ************************************************************************* */

#main {
  font-size: 4.26vw;
}

body.layout-lower
#main {
  padding: 40px 0 25px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #main {
    font-size: 20px;
  }

  body.layout-lower
  #main {
    padding: 60px 8.20% 25px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

body.layout-lower
#main > .section {
  padding: 40px 0 20px;
}

body.layout-lower
#main > .section:last-child {
  padding-bottom: 0;
}

body.layout-lower
#main .column {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  body.layout-lower
  #main > .section {
    padding: 60px 0 30px;
  }

  body.layout-lower
  #main .column {
    margin-top: 40px;
  }

}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */

/** ***************************************************************************
 * フッター
 */

#footer {
  max-width: 1000px;
  margin: 3.33vw auto 0;
}

#footer .copyright {
  letter-spacing: 1px;
  font-size: 10px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:801px) {

  #footer {
    margin-top: 25px;
  }

  #footer .copyright {
    font-size: 12px;
  }

}
