@charset "UTF-8";
/***********************
* variableFontSize
*   指定したフォントサイズが何%になるのか
* 　を返す関数
*
* 　@param int 指定したいフォントサイズ
* 　@return %指定のフォントサイズ
*
***********************/
/***********************
* decimal-round
*
* 四捨五入(round)
* 切り上げ(ceil)
* 切り捨て(floor)
* を実装するもの(小数点第x位指定ができる)
* コピペした関数
***********************/
@-webkit-keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  3.571% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  14.286% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  42.857% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  100% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
}
@keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  3.571% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  14.286% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  42.857% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  100% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
}
@-webkit-keyframes rotate-2dSP {
  0% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  3.571% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  14.286% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  42.857% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  100% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
}
@keyframes rotate-2dSP {
  0% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  3.571% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  14.286% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  42.857% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  100% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
}
@-webkit-keyframes mapPinBefore {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mapPinBefore {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mapPinafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mapPinafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*日本語(ゴシック)*/
@font-face {
  /* Regular */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansJP-Regular.woff") format("woff"), url("/assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /* Medium */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSansJP-Medium.woff") format("woff"), url("/assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /* Bold */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansJP-Bold.woff") format("woff"), url("/assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/** フォント周りの変数 **/
/*** サイズ ***/
/** メディアクエリ **/
/** ベースカラー **/
/*** マージン設定(PC) ***/
/*** マージン設定(SP) ***/
/* .contactBtn のローディング円で使用（detail_page.scss と同値） */
/* SPのpx→vw変換。プロジェクト共通側に未定義のため当ファイルで定義する */
.wrapper {
  overflow: initial;
  color: #005ed2;
}
.wrapper main {
  padding: 80px 0 0 0;
  width: 1168px;
  margin: 0 auto;
}
.wrapper main article {
  width: 840px;
  margin: 0 auto;
}
.wrapper main .contentsHeader {
  margin-top: 80px;
}
.wrapper main .contentsHeader time {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}
.wrapper main .contentsHeader h1 {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 18px;
}
.wrapper main .contents {
  margin-top: 56px;
  font-weight: 500;
  line-height: 2;
}
.wrapper main .contents p {
  font-size: 1.6rem;
}
.wrapper main .contents p + p {
  margin-top: 24px;
}
.wrapper main .contents p.lead {
  font-size: 2.4rem;
  line-height: 1.6;
}
.wrapper main .contents p.subLead {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 20px;
}
.wrapper main .contents p {
  /* リード文と本文の境目 */
}
.wrapper main .contents p.subLead + p {
  margin-top: 40px;
}
.wrapper main .contents ul {
  margin-top: 20px;
  font-size: 1.6rem;
}
.wrapper main .contents ul li {
  position: relative;
  padding-left: 20px;
}
.wrapper main .contents ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  background-color: #005ed2;
  border-radius: 50%;
}
.wrapper main .contents {
  /* リストの後に続く本文 */
}
.wrapper main .contents ul + p {
  margin-top: 24px;
}
.wrapper main .contents a {
  color: #005ed2;
  text-decoration: underline;
}
@media (hover: hover) {
  .wrapper main .contents a:hover {
    text-decoration: none;
  }
}
.wrapper main .contents section {
  margin-top: 72px;
}
.wrapper main .contents section h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.wrapper main .contents section h2 + p, .wrapper main .contents section h2 + ul {
  margin-top: 24px;
}
.wrapper main .contents section h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.wrapper main .contents section h3 + p, .wrapper main .contents section h3 + ul {
  margin-top: 20px;
}
.wrapper main .contents section section {
  margin-top: 48px;
}

/* ===== footer / .contactBtn =====
   共通パーツだが common.css 側に定義がなく detail_page.scss にのみ存在するため、
   当ページを detail_page.css 非依存にする方針に合わせて移植している */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1168px;
  margin: 127px auto 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 56px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer ul li {
  padding-right: 30px;
  padding-left: 25px;
  position: relative;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #005ed2;
  font-size: 2.4rem;
}
footer ul li:before {
  content: "|";
  color: #005ed2;
  position: absolute;
  left: -1px;
  font-size: 17px;
  top: calc(50% - 11px);
}
footer ul li:first-child {
  padding-left: 0;
}
footer ul li:first-child:before {
  display: none;
}
footer ul li a {
  color: #005ed2;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
footer ul li span {
  font-size: 0.8em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  margin-right: 1px;
}
footer .contactBtn {
  width: 170px;
  height: 170px;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: hidden;
}
footer .contactBtn.white a .circle circle {
  stroke: #fff;
}
footer .contactBtn.white a > div svg .cssTarget {
  stroke: #fff;
}
footer .contactBtn.white a > div .text {
  color: #fff;
}
footer .contactBtn.white a > div .text .textTarget {
  fill: #fff;
}
footer .contactBtn.active {
  opacity: 1;
}
footer .contactBtn.active a {
  pointer-events: auto;
  cursor: pointer;
}
footer .contactBtn a {
  color: #005ed2;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .contactBtn a.active .circle circle {
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  stroke-dasharray: 527;
}
footer .contactBtn a .circle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
footer .contactBtn a .circle.active {
  -webkit-animation: 7s rotate-2d ease infinite;
          animation: 7s rotate-2d ease infinite;
}
footer .contactBtn a .circle circle {
  fill: transparent;
  stroke-width: 3px;
  stroke-dasharray: 502;
  stroke: #005ed2;
  will-change: stroke-dasharray;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}
footer .contactBtn a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
footer .contactBtn a > div svg.svgMailImg {
  width: 38%;
  height: auto;
}
footer .contactBtn a > div svg .cssTarget {
  stroke: #005ED2;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}
footer .contactBtn a > div .text {
  width: 100%;
  text-align: center;
  color: #005ed2;
  font-size: 1rem;
  margin-top: 9%;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer .contactBtn a > div .text .spanText1 svg {
  width: 48%;
  height: auto;
}
footer .contactBtn a > div .text .spanText2 svg {
  width: 59%;
  height: auto;
}
footer .contactBtn a > div .text .dpn {
  display: none;
}

@media screen and (max-width: 767px) {
  .wrapper main {
    padding: 0;
    width: 100%;
  }
  .wrapper main article {
    width: 100%;
  }
  .wrapper main .contentsHeader {
    margin-top: 6.383vw;
  }
  .wrapper main .contentsHeader time {
    font-size: 3.7234vw;
  }
  .wrapper main .contentsHeader h1 {
    font-size: 6.9149vw;
    margin-top: 3.1915vw;
  }
  .wrapper main .contents {
    margin-top: 8.5106vw;
  }
  .wrapper main .contents p {
    font-size: 3.9894vw;
  }
  .wrapper main .contents p + p {
    margin-top: 5.3191vw;
  }
  .wrapper main .contents p.lead {
    font-size: 5.0532vw;
  }
  .wrapper main .contents p.subLead {
    font-size: 4.2553vw;
    margin-top: 4.2553vw;
  }
  .wrapper main .contents p.subLead + p {
    margin-top: 7.4468vw;
  }
  .wrapper main .contents ul {
    margin-top: 4.2553vw;
    font-size: 3.9894vw;
  }
  .wrapper main .contents ul li {
    padding-left: 4.2553vw;
  }
  .wrapper main .contents ul li::before {
    width: 1.3298vw;
    height: 1.3298vw;
  }
  .wrapper main .contents ul + p {
    margin-top: 5.3191vw;
  }
  .wrapper main .contents section {
    margin-top: 12.766vw;
  }
  .wrapper main .contents section h2 {
    font-size: 5.5851vw;
  }
  .wrapper main .contents section h2 + p, .wrapper main .contents section h2 + ul {
    margin-top: 4.2553vw;
  }
  .wrapper main .contents section h3 {
    font-size: 4.5213vw;
  }
  .wrapper main .contents section h3 + p, .wrapper main .contents section h3 + ul {
    margin-top: 3.7234vw;
  }
  .wrapper main .contents section section {
    margin-top: 8.5106vw;
  }
  footer {
    width: 100%;
    margin: 16vw auto 0;
    padding: 0 4.2vw 10.5vw 6.2vw;
  }
  footer > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer ul li {
    font-size: 115.38%;
    padding-right: 0;
    padding-left: 0;
    display: list-item;
  }
  footer ul li:before {
    content: "";
    background-color: #005ed2;
    position: relative;
    left: 0;
    font-size: 17px;
    top: 0;
    display: block;
    line-height: 1;
    width: 3.2vw;
    height: 2px;
    margin: 3.2vw 0 3.2vw 0;
  }
  footer ul li span {
    top: -0.2em;
    position: relative;
  }
  footer .contactBtn {
    bottom: 3.1%;
  }
  footer .contactBtn a .circle circle {
    stroke-width: 2px;
  }
  footer .contactBtn a > div svg {
    width: 40%;
    height: auto;
  }
  footer .contactBtn a > div .text {
    font-size: 1em;
    margin-top: 7%;
  }
  footer .contactBtn a > div .text span {
    line-height: 1;
  }
  footer .contactBtn a > div .text .spanText2 {
    font-size: 1em;
  }
  footer .contactBtn a > div .text .spanText2 svg {
    width: 63%;
    height: auto;
  }
}
/*# sourceMappingURL=news.css.map */