@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Source+Sans+Pro:ital,wght@1,400;1,600&display=swap");

/*フォントファミリー*/
/*カラー*/
/* ------------------------------------- */
/* 共通
/* ------------------------------------- */
body {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  max-width: 100%;
}

#wrapper a,
#wrapper a:hover,
a img,
a:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#wrapper .ui-tabs-nav a {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: distribute;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: auto;
}

main .inner {
  padding: 0 30px;
}

.inner_s {
  max-width: 1000px;
  margin: 0 auto;
}

.en_copy {
  color: #229DBA;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.05em;
}

.en_copy::before {
  content: "";
  display: inline-block;
  background: url("/hydrogen/img/icon_drop.png") no-repeat center/contain;
  width: 13px;
  height: 18px;
  margin-right: 0.5em;
  margin-bottom: -2px;
}

.en_copy::after {
  content: "";
  display: inline-block;
  background: #229DBA;
  width: 100px;
  height: 1px;
  margin-left: 14px;
  margin-bottom: 5px;
}

.en_copy.noline {
  display: block;
  text-align: center;
}

.en_copy.noline::after {
  display: none;
}

.en_copy.dark {
  color: #005367;
}

.en_copy.dark::before {
  display: none;
}

.en_copy.dark::after {
  background: #005367;
}

.link_btn,
.blank_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 272px;
  max-width: 100%;
  height: 54px;
  background: #fff;
  border: 2px solid #229DBA;
  border-radius: 26px;
  color: #229DBA;
  font-weight: 500;
  padding-left: 1em;
  margin-left: auto;
  margin-top: 54px;
}

.link_btn::after,
.blank_btn::after {
  content: "";
  display: inline-block;
  background: url("/hydrogen/img/icon_arrow.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 1em;
  margin-bottom: -2px;
}

.link_btn:hover,
.blank_btn:hover {
  color: #229DBA;
}

.blank_btn {
  margin-top: 42px;
}

.blank_btn::after {
  background: url("/hydrogen/img/icon_blank.png") no-repeat center/contain;
  width: 13px;
  height: 13px;
}

.inquiry_btn {
  display: block;
  color: #fff;
  font-weight: 500;
  background: #ed6400;
  background: -webkit-gradient(linear, left top, right top, from(#ed6400), to(#eaa218));
  background: linear-gradient(90deg, #ed6400 0%, #eaa218 100%);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  letter-spacing: 0.02em;
  text-align: center;
}

.inquiry_btn::before {
  content: "";
  display: inline-block;
  background: url("/hydrogen/img/icon_mail.png") no-repeat center/contain;
  margin-right: 0.5em;
  margin-bottom: -2px;
}

.inquiry_btn:hover {
  color: #fff;
}

#totop {
  width: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

#totop img {
  width: 100%;
  height: auto;
}

/* ------------------------------------ */
/* SP */
/* ------------------------------------ */
@media screen and (max-width: 768px) {

  /* 共通 */
  body {
    font-size: 14px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  main .inner {
    padding: 0 15px;
  }

  .link_btn,
  .blank_btn,
  .blank_btn {
    margin-top: 42px;
    width: 240px;
  }
}

/* ヘッダー
/* ------------------------------------ */
#Header {
  /*ヘッダー上部固定*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

header {
  background: #fff;
  /* height: 120px; */
  padding-bottom: 20px;
}

header a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

header .inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* height: 100%; */
}

header .logo a {
  display: block;
  padding-bottom: 4px;
  white-space: nowrap;
}

header .logo a img {
  vertical-align: bottom;
}

header .logo span {
  padding-left: 0.5em;
}

header .navi_wrap ul {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .navi_wrap li {
  padding: 0 0.7em;
}

header .navi_wrap li:last-of-type {
  padding-left: 1em;
}

header .nav_inquiry {
  width: 200px;
  letter-spacing: 0.05em;
  padding: 1em 0;
}

header .nav_inquiry::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 14px;
  background: url("/hydrogen/img/icon_mail.png") no-repeat center/contain;
  margin-right: 0.5em;
  margin-bottom: -2px;
}

/* ------------------------------------- */
/* 下層PAGE mainvisual
/* ------------------------------------- */
.page_mainvisual {
  background: url("/hydrogen/img/page_main.jpg") no-repeat center/cover;
  width: 100%;
  height: 375px;
  text-align: center;
}

.page_mainvisual .inner_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.page_mainvisual p {
  text-align: center;
}

.page_mainvisual p:nth-of-type(2) {
  margin-top: 0.5em;
}

.page_mainvisual h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 6px;
}

@media screen and (max-width: 1079px) {
  header .logo {
    width: 100%;
  }

  header .navi_wrap {
    position: fixed;
    top: 119px;
    right: -100%;
    height: 100vh;
    z-index: 10000;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  header .navi_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }

  header .navi_wrap li {
    padding: 1em;
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }

  header .navi_wrap li:last-of-type {
    padding: 2em;
    border-bottom: none;
  }

  header .btnbox {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 1em;
  }

  header .btnbox .icon-inquiry {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #ed6400;
    background: -webkit-gradient(linear, left top, right top, from(#ed6400), to(#eaa218));
    background: linear-gradient(90deg, #ed6400 0%, #eaa218 100%);
  }

  header .btnbox .icon-inquiry::before {
    content: "";
    display: inline-block;
    background: url("/hydrogen/img/icon_mail.png") no-repeat center/contain;
    width: 44px;
    height: 44px;
    background-size: 54%;
  }

  header .btnbox .humberger {
    display: block;
    cursor: pointer;
    z-index: 2000;
    width: 32px;
    padding-top: 10px;
  }

  header .btnbox .humberger .icon-bar {
    display: block;
    height: 2px;
    border-radius: 5px;
    background: #000;
    margin-bottom: 8px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  /*ハンバーガー開閉*/
  body.drawer-opened .navi_wrap {
    right: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  body.drawer-opened #humberger .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(7px, 8px);
    transform: rotate(45deg) translate(7px, 8px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  body.drawer-opened #humberger .icon-bar:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  body.drawer-opened #humberger .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  body.drawer-opened #overlay {
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 120px;
    width: 100%;
    height: 100vh;
    -webkit-transition: .3s;
    transition: .3s;
  }

  body.drawer-opened {
    overflow: hidden;
  }
}

/* ------------------------------------ */
/* SP */
/* ------------------------------------ */
@media screen and (max-width: 768px) {

  /* SP-ヘッダー
/* ------------------------------------- */
  header {
    /* height: 70px; */
    padding-bottom: 10px;
  }

  header .logo h1 img {
    width: 170px;
  }

  header .logo a:first-of-type {
    /* display: none; */
  }

  header .navi_wrap {
    top: 69px;
  }

  body.drawer-opened #overlay {
    top: 69px;
  }

  /* SP-下層PAGE
/* ------------------------------------ */
  .page_mainvisual {
    max-height: 300px;
    background: url("/hydrogen/img/page_main_sp.jpg") no-repeat center/cover;
  }

  .page_mainvisual h2 {
    font-size: 24px;
    padding: 0 5px;
  }

  .page_mainvisual img {
    max-width: 84%;
  }
}

/* フッター
/* ------------------------------------ */
footer .inner {
  padding: 50px 15px 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer a {
  color: #000;
}

.foot_address h4 {
  font-size: 1.5em;
  font-weight: 500;
}

.foot_address h4 img {
  vertical-align: middle;
}

.foot_address h4 span {
  padding-left: 0.5em;
}

.foot_address p {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 1em;
}

.foot_address .sns_icons {
  margin-top: 1em;
}

.foot_address .sns_icons li {
  padding: 0 10px;
}

.foot_address .sns_icons li:first-of-type {
  padding-left: 0;
}

.foot_menu {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.foot_menu h4 {
  font-size: 1em;
  font-weight: 500;
}

.foot_menu ul {
  margin-top: 0.5em;
}

.foot_menu li {
  font-size: 0.9em;
  padding: 5px 5px 5px 0;
}

.foot_menu li::before {
  content: "-";
  display: inline-block;
  font-size: 14px;
  padding-right: 8px;
}

.foot_copy {
  background: #555F65;
}

.foot_copy p {
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  padding: 1em;
}

/* contact、news
/* ------------------------------------ */
.contact {
  margin-top: 120px;
  background: url("/hydrogen/img/bg_contact.jpg") no-repeat center/cover;
  padding: 86px 0 180px;
}

.contact h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.contact p {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  margin-top: 4em;
  text-align: center;
  line-height: 1.7;
}

.contact .inquiry_btn {
  font-size: 20px;
  border-radius: 38px;
  width: 380px;
  padding: 1.1em 0;
  margin: 1.2em auto 0;
}

.contact .inquiry_btn::before {
  width: 27px;
  height: 18px;
}

.news {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 1140px;
  max-width: 90%;
  background: #fff;
  border-radius: 2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 32px 65px 48px;
  margin-top: -380px;
}

.news h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  padding: 1em 0;
}

.news dl {
  width: 100%;
  font-size: 0.9em;
  margin-left: 3em;
}

.news dl dt {
  color: #707070;
}

.news dl .more_btn {
  display: block;
  color: #707070;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 2em;
}

.news dl .more_btn::after {
  content: "";
  display: inline-block;
  background: url("/hydrogen/img/icon_arrow-gr.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-left: 1em;
  margin-bottom: -2px;
}

.news dl>div {
  border-bottom: 1px solid #E3E3E3;
  padding: 1.5em 0;
}

.news dl>div:nth-of-type(n+4) {
  display: none !important;
}

.news dl dd {
  margin-left: 3em;
}

.news dl dd a {
  color: #000;
}

.news>div:nth-of-type(n+4) {
  display: none !important;
}

.bg_gray {
  background: #F1F1F1;
  padding: 256px 0 90px;
}

.youtube {
  padding: 0 15px;
  margin-top: 80px;
}

.youtube_in {
  position: relative;
  padding-top: 37%;
  overflow: hidden;
}

.youtube iframe {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------------ */
/* SP */
/* ------------------------------------ */
@media screen and (max-width: 768px) {

  /* SP-フッター
/* ------------------------------------- */
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 6% 48px;
  }

  .foot_address h4,
  .foot_address p {
    text-align: center;
  }

  .foot_address .sns_icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foot_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }

  .foot_menu>div {
    width: 48%;
    margin-top: 2em;
  }

  /* Contact、News */
  .contact {
    margin-top: 50px;
    padding: 54px 0 170px;
  }

  .contact h4 {
    font-size: 22px;
  }

  .contact p {
    margin-top: 2em;
  }

  .contact .inquiry_btn {
    max-width: 300px;
    width: 95%;
    font-size: 16px;
  }

  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5em 1.5em 2em;
  }

  .news h3 {
    padding: 0.5em 0;
  }

  .news dl {
    margin-left: 0;
  }

  .news dl>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news dl dd {
    margin-top: 5px;
    margin-left: 0;
  }

  .bg_gray {
    padding-bottom: 60px;
  }

  .youtube {
    margin-top: 38px;
  }

  .youtube_in {
    padding-top: 56.25%;
  }

  .youtube iframe {
    width: 100%;
  }
}

.news_page .page_mainvisual {
  max-height: 180px;
}

.news_page dl {
  padding: 20px 15px;
  margin-top: 60px;
}

.news_page dl div {
  border-bottom: 1px solid #e3e3e3;
  padding: 1.5em 0;
}

.news_page dt {
  color: #707070;
}

.news_page dd {
  margin-left: 2em;
}

.news_page dd a {
  color: #000;
}

/*# sourceMappingURL=news.css.map */