@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html,
body {
  width: auto;
  height: auto;
}

body {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

body.ie {
  margin-top: 100px;
}

a {
  color: #395999;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body,
pre,
code,
select,
textarea,
button,
input {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

h1,
h2 {
  font-weight: bold;
  font-family: Helvetica;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}

body .material-icons {
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.inner {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.g-header {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 50px;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(119, 119, 119, 0.16);
  /*ハンバーガーボタン*/
}

.g-header__inner {
  display: flex;
  align-items: center;
}

.g-header__company-logo {
  line-height: 1;
  font-size: 0;
}

.g-header__company-logo img {
  height: 30px;
}

.g-header .g-hamburger {
  display: block;
  z-index: 3;
  margin-left: auto;
  margin-right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.g-header .g-hamburger span {
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.g-header .g-hamburger span:nth-child(1) {
  top: 5px;
}

.g-header .g-hamburger span:nth-child(2) {
  top: 15px;
}

.g-header .g-hamburger span:nth-child(3) {
  top: 25px;
}

.g-header .g-hamburger.active {
  position: fixed;
  right: 16px;
  top: 9px;
}

.g-header .g-hamburger.active span:nth-child(1) {
  transform: translateY(10px);
}

.g-header .g-hamburger.active span:nth-child(3) {
  transform: translateY(-10px);
}

.g-header .g-nav-list__item a {
  color: #222222;
}

.g-header + .g-contents {
  padding-top: 50px;
}

.g-footer {
  margin-top: 50px;
  background-color: #1b5fa7;
  color: #fff;
  height: 74px;
  font-size: 14px;
}

.g-footer__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.g-footer__facebook {
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 35px;
}

.hs-news {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(119, 119, 119, 0.16);
  border-radius: 3px;
  margin-top: -60px;
  margin-bottom: 80px;
  padding: 30px 20px;
}

.hs-news__title {
  color: #1b5fa7;
  line-height: 1;
}

.hs-news-list__item {
  background: #fff;
  border-bottom: 1px solid #F1F1F1;
  font-size: 14px;
}

.hs-news-list__item a {
  display: block;
  padding: 16px 0;
  width: 100%;
}

.hs-news-list__date {
  color: #777777;
}

.hs-news-list__tag {
  color: #ff5723;
  text-align: center;
  border: 1px solid #ff5723;
  border-radius: 4px;
  display: inline-block;
}

.hs-news-list__title {
  color: #222222;
}

.hs-news-list__title.red {
  color: #ff5723;
}

.hs-news__more {
  margin-top: 30px;
  display: block;
  text-align: right;
  color: #1b5fa7;
  font-weight: bold;
}

.hs-news__more img {
  width: 35px;
  margin-bottom: 4px;
  margin-left: 10px;
}

.btn {
  width: 200px;
  border: 1px solid #1b5fa7;
  background-color: #1b5fa7;
  color: white;
  padding: 16px;
}

.notice-wrap + .ccfl-02 {
  margin-top: 20px;
}

.notice-inner {
  border: 1px solid #ff5723;
  border-radius: 10px;
  padding: 32px 16px;
  margin: 20px auto 0;
}

.notice-title {
  color: #ff5723;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.notice-text {
  margin-top: 20px;
  font-size: 14px;
}

img {
  max-width: 100%;
}

p {
  color: #222222;
  line-height: 2;
}

.hs-mv {
  height: 320px;
  background-image: url("/_assets/images/index/MV.png");
  background-size: cover;
  background-position: center center;
}

.hs-main .hs-copy {
  color: #1b5fa7;
  text-align: center;
  font-size: 5.3vw;
}

.hs-main p {
  margin: 40px 0;
  line-height: 2;
}

.hs-main figure {
  text-align: center;
  padding-bottom: 100px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.hs-division {
  box-shadow: 0 2px 4px rgba(119, 119, 119, 0.16);
  background: white;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hs-division__icon {
  width: 60px;
  margin-bottom: 30px;
}

.hs-division__name {
  font-size: 20px;
  color: #1b5fa7;
  margin-bottom: 30px;
}

.hs-division__text {
  margin-bottom: 40px;
  max-width: 100%;
}

.arrow-button {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b5fa7;
  background-image: url("/_assets/images/index/button-arrow.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 18px;
  color: #fff;
  font-size: 18px;
}

.bottom-banner {
  display: block;
  margin-top: 80px;
}

.g-lead {
  background-color: #1b5fa7;
  color: white;
}

.g-lead h2 {
  font-size: 20px;
  padding: 30px 0;
  line-height: 1;
  font-weight: normal;
}

.contents {
  padding: 60px 0 0;
}

.contents p {
  margin-bottom: 16px;
}

.contents .hs-buttons {
  width: 100%;
}

.contents h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: normal;
}

.contents h4 {
  font-size: 20px;
  font-weight: normal;
  color: #1b5fa7;
}

.contents section {
  margin-bottom: 50px;
}

.contents section iframe {
  width: 100%;
}

.contents section table th,
.contents section table td {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 20px;
}

.contents section table th {
  width: 200px;
}

.contents ul,
.contents ol {
  margin-left: 20px;
}

.contents ul li,
.contents ol li {
  margin-bottom: 10px;
}

.contents ol li {
  list-style: decimal;
}

.contents .card {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.contents .card .card-list {
  width: 300px;
  margin-bottom: 20px;
}

.contents .card .card-list figure {
  vertical-align: top;
  line-height: 1;
  margin-bottom: 15px;
}

.contents .card .card-list img {
  width: 100%;
}

.contents .card .card-list p {
  margin-bottom: 10px;
  font-size: 14px;
}

.contents .card .card-list p.name {
  margin-bottom: 0;
  font-weight: bold;
  color: #1b5fa7;
}

.contents .card .card-list p.type {
  font-size: 12px;
  color: #1b5fa7;
}

.contents .environmental-area {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(119, 119, 119, 0.16);
  padding-bottom: 30px;
  background: linear-gradient(#d2e8f1 0%, #fff 280px);
}

.contents .environmental-area .mv {
  overflow: hidden;
}

.contents .environmental-area .mv img {
  display: block;
  margin: 40px auto 30px;
  max-width: 295px;
}

.contents .environmental-area .more {
  text-align: center;
}

.contents .environmental-area .more p {
  margin: 30px auto;
}

.contents .environmental-area .more .arrow-button {
  border-radius: 100px;
  max-width: 300px;
  margin: 0 auto;
}

.contents .card-environmental {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}

.section-gray {
  background: #f5f5f5;
  padding: 40px 0;
}

#page-contact .contents {
  width: 800px;
  margin: 0 auto;
}

#page-contact .wpcf7 input,
#page-contact .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  border: 1px solid #222222;
  border-radius: 5px;
}

#page-contact .wpcf7 .wpcf7-not-valid {
  border-color: #ab1316;
}

#page-contact .wpcf7 .wpcf7-submit {
  margin-top: 16px;
}

#page-contact .wpcf7 .screen-reader-response p {
  color: #ab1316;
  margin-bottom: 16px;
  font-weight: bold;
}

#page-contact .wpcf7 .screen-reader-response ul {
  color: #ab1316;
  margin-bottom: 16px;
}

#page-contact .wpcf7 .wpcf7-not-valid-tip {
  color: #ab1316;
}

.contact .notice-wrap {
  width: auto;
}

@media only screen and (min-width: 768px) {
  html,
  body {
    min-width: 1024px;
    overflow: auto;
  }
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  h1,
  h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.6;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  body .material-icons {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .sp {
    display: none;
  }
  .inner {
    width: 984px;
  }
  .g-header {
    height: 48px;
    padding: 16px 0;
  }
  .g-header__company-logo img {
    height: 48px;
  }
  .g-header .g-hamburger {
    display: none;
  }
  .g-header .g-nav {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .g-header .g-nav-list {
    display: flex;
  }
  .g-header .g-nav-list__item {
    margin-left: 40px;
  }
  .g-header .g-nav-list__item {
    opacity: 1;
    transition: .2s;
  }
  .g-header .g-nav-list__item:hover {
    opacity: .7;
  }
  .g-header + .g-contents {
    padding-top: 80px;
  }
  .g-footer {
    margin-top: 50px;
    height: 60px;
  }
  .hs-news {
    max-height: 398px;
    padding: 0 40px;
    display: flex;
    margin-top: -140px;
    margin-bottom: 100px;
  }
  .hs-news__title {
    padding-top: 40px;
    font-size: 24px;
    margin-right: 40px;
  }
  .hs-news__contents {
    overflow-y: scroll;
    width: calc(100% - 136px);
    max-height: 398px;
    margin-top: 20px;
  }
  .hs-news-list:last-child {
    margin-bottom: 40px;
  }
  .hs-news-list.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .hs-news-list__item a {
    padding: 20px 0;
  }
  .hs-news-list__item a {
    opacity: 1;
    transition: .2s;
  }
  .hs-news-list__item a:hover {
    opacity: .7;
  }
  .hs-news-list__date {
    margin-right: 40px;
    display: inline-block;
    min-width: 92px;
  }
  .hs-news-list__tag {
    margin-right: 40px;
    min-width: 92px;
  }
  .notice-wrap + .ccfl-02 {
    margin-top: 40px;
  }
  .notice-inner {
    padding: 40px 20px;
    margin: 40px auto 0;
  }
  .notice-title {
    font-size: 24px;
  }
  .notice-text {
    margin-top: 20px;
  }
  .hs-mv {
    height: 480px;
    background-image: url("/_assets/images/index/MV_pc.png");
  }
  .hs-main .hs-copy {
    font-size: 32px;
  }
  .hs-main p {
    width: 802px;
    margin: 60px auto 20px;
  }
  .hs-division {
    padding: 60px;
    box-sizing: border-box;
    width: calc(50% - 20px);
  }
  .hs-division + .hs-division {
    margin-left: 40px;
  }
  .hs-division__icon {
    width: 70px;
    margin-bottom: 40px;
  }
  .hs-division__name {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .arrow-button {
    height: 64px;
    font-size: 20px;
    border-radius: 32px;
    background-position: center right 46px;
  }
  .arrow-button {
    opacity: 1;
    transition: .2s;
  }
  .arrow-button:hover {
    opacity: .7;
  }
  .bottom-banner {
    width: 800px;
    margin: 50px auto 0;
  }
  .bottom-banner {
    opacity: 1;
    transition: .2s;
  }
  .bottom-banner:hover {
    opacity: .7;
  }
  .contents .environmental-area {
    background: linear-gradient(#d2e8f1 0%, #fff 460px);
  }
  .contents .environmental-area .mv img {
    max-width: 753px;
    margin: 60px auto;
  }
  .contents .environmental-area .more .arrow-button {
    width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .g-header__company-logo {
    padding: 10px 0;
  }
  .g-header .g-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #222222;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease, transform .6s ease;
    transform: translateY(-100%);
  }
  .g-header .g-nav.active {
    opacity: 1;
    transform: translateY(0);
  }
  .g-header .g-nav-list {
    margin-top: 50px;
  }
  .g-header .g-nav-list__item a {
    width: 100%;
    padding: 16px 0;
    display: block;
    font-size: 16px;
  }
  .hs-news__title {
    margin-bottom: 4px;
  }
  .hs-news-list__date {
    font-size: 12px;
  }
  .hs-news-list__tag {
    font-size: 13px;
    padding: 0 20px;
    margin-bottom: 4px;
  }
  .hs-main figure {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
  }
  .hs-main figure iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .hs-division + .hs-division {
    margin-top: 20px;
  }
  .contents {
    padding: 30px 0 0;
  }
  .contents .card {
    max-width: 500px;
    margin: 0 20px;
  }
  .contents .card .card-list {
    max-width: 48%;
  }
  .contents .card .card-list:nth-child(odd) {
    margin-right: 4%;
  }
  .contents .environmental-area .more p {
    max-width: 300px;
  }
  #page-contact .contents {
    width: 100%;
  }
}
