@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2020/02/11, 13:04:43
    Author     : hana
*/
/* Scss Document */
/*reset
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html, h1, h2, h3, h4, h5, h6, strong, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/*フォント
-=========-=========-=========-=========-=========*/
html, h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: .02rem;
  color: #333;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 700;
}

p {
  line-height: 1.75em;
}

a {
  text-decoration: none;
  color: #333;
  line-height: 1.75em;
}

dl, dt, dd, ol, ul, li, tr, th, td {
  line-height: 1.75em;
}

/*40px*/
/*32px*/
/*32px*/
/*28px*/
/*24px*/
/*18px*/
/*14px*/
/*12px*/
.blancline {
  margin-bottom: 1.75rem;
}

.note {
  vertical-align: super;
  font-size: xx-small;
}

.note-txt {
  font-size: 0.75rem;
}

/*共通
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|*/
/* レスポンシブ */
html, h1, h2, h3, h4, h5, h6, strong {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

/* テキスト周り、hoverなど */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.link-btn {
  cursor: pointer;
}

.link-btn:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* float解除 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.header_inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 20px;
}

.bl_headerLogo {
  margin: 0 auto 16px;
}

.bl_footer {
  bottom: 0px;
  background-color: #FDFDFA;
  width: 100%;
  padding: 16px 0;
}

.el_footer {
  text-align: center;
  font-size: 0.75rem;
}

.contents-wrapper {
  margin-bottom: 80px;
}

/*responsive モバイル：〜559px
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|*/
.tit-wrapper {
  text-align: center;
}

.main-title {
  max-width: 100%;
  width: 600px;
  padding: 0 20px;
  margin-bottom: 80px;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*ーーーーーーーーカードーーーーーーーー*/
.bl_card {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.bl_card_imgWrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.bl_card_imgWrapper:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.bl_card_imgWrapper > img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_card_body {
  padding: 24px;
}

.bl_card_body > *:last-child {
  margin-bottom: 0;
}

.bl_card_ttl {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #383838;
}

.bl_card_txt {
  color: #383838;
  margin-bottom: 16px;
}

.el_language {
  margin-right: 16px;
}

a.bl_card {
  display: block;
  color: currentColor;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

a.bl_card .bl_card_ttl, a.bl_card .bl_card_txt {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

a.bl_card:focus, a.bl_card:hover {
  opacity: .75;
}

a.bl_card:focus .el_card_img, a.bl_card:hover .el_card_img {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-50%) scale(1.1, 1.1);
          transform: translateY(-50%) scale(1.1, 1.1);
}

a.bl_card:focus .bl_card_ttl, a.bl_card:focus .bl_card_txt, a.bl_card:hover .bl_card_ttl, a.bl_card:hover .bl_card_txt {
  color: #13b6df;
  text-decoration: underline;
}

.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -24px;
}

.bl_cardUnit.bl_cardUnit__col3 > .bl_card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
}

.bl_cardUnit.bl_cardUnit__col4 {
  margin-bottom: -24px;
}

.bl_cardUnit.bl_cardUnit__col4 > .bl_card {
  width: 100%;
  margin-right: 0;
  margin-bottom: 24px;
}

/*タブレット：560px〜849px
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|*/
@media (min-width: 560px) {
  .article-wrapper {
    width: 48%;
    margin: 0 1% 24px;
  }
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -24px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card {
    width: 48%;
    margin-right: 2.43902%;
    margin-bottom: 24px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit__col4 {
    margin-bottom: -24px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 24px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*PC：850px〜1599px
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|*/
@media (min-width: 850px) {
  html, h1, h2, h3, h4, h5, h6, strong {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, Verdana, sans-serif;
  }
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -32px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 32px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit__col4 {
    margin-bottom: -32px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: 23.78%;
    margin-right: 1.62602%;
    margin-bottom: 32px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(2n) {
    margin-right: 1.62602%;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
    margin-right: 0;
  }
}

/*PC：1600px〜
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|
＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|＝＝＝＝|*/
@media (min-width: 1600px) {
  .container {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -32px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card {
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 32px;
  }
  .bl_cardUnit.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .bl_cardUnit.bl_cardUnit__col4 {
    margin-bottom: -32px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card {
    width: 15.31%;
    margin-right: 1.62602%;
    margin-bottom: 32px;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(2n) {
    margin-right: 1.62602%;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(4n) {
    margin-right: 1.62602%;
  }
  .bl_cardUnit.bl_cardUnit__col4 > .bl_card:nth-of-type(6n) {
    margin-right: 0;
  }
}

.bl_headerNav_area {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}

.bl_hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.bl_headerNav_list {
  margin: 0;
  padding: 0;
}

.el_headerNav_item {
  padding: 0 16px;
}

.el_headerNav_item a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  color: #111;
}

.el_headerNav_item a:focus, .el_headerNav_item a:hover {
  background-color: #eee;
}

.el_hamburger_line {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.el_hamburger_line--1 {
  top: 12px;
}

.el_hamburger_line--2 {
  top: 20px;
}

.el_hamburger_line--3 {
  top: 28px;
}

.bl_black_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

.nav-open .bl_headerNav_area {
  right: 0;
}

.nav-open .bl_black_bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .el_hamburger_line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

.nav-open .el_hamburger_line--2 {
  width: 0;
  left: 50%;
}

.nav-open .el_hamburger_line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}
/*# sourceMappingURL=styles.css.map */