@charset "UTF-8";
body {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
  line-height: 1.7;
}

footer {
  padding: 180px 0 0;
}
footer p {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
footer .pagetop {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
}
footer .pagetop a {
  background-color: #333;
  bottom: 48px;
  height: 32px;
  position: fixed;
  right: 48px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 32px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  footer .pagetop a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  footer .pagetop a:hover {
    background-color: #666;
  }
}
footer .pagetop a .arrow_top {
  background: url(../img/button_arrow_top.svg) no-repeat 50% 50%;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 16px;
}

#contaier {
  position: relative;
  overflow: hidden;
}

#wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 80px 40px 48px 280px;
  width: 100%;
}

@media screen and (min-width: 960px) {
  header .gnav {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    height: 100%;
    min-height: 592px;
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
  }
  header .gnav .pc_hidden {
    display: none !important;
  }
  header .gnav p {
    font-size: 26px;
    left: 48px;
    line-height: 1.3;
    line-height: 1.3;
    position: absolute;
    top: 48px;
  }
  header .gnav p::before, header .gnav p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  header .gnav p::before {
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  header .gnav p::after {
    margin-bottom: calc((1 - 1.3) * 0.5em);
  }
  header .gnav p span {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin: 6px 0 0;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) and (min-width: 960px) {
  header .gnav p:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 960px) and (-ms-high-contrast: none), screen and (min-width: 960px) and (-ms-high-contrast: active) and (min-width: 960px) {
  header .gnav p:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 960px) {
  header .gnav .menu {
    bottom: 48px;
    left: 48px;
    position: absolute;
  }
  header .gnav .link_text li {
    font-size: 16px;
    line-height: 1;
    margin: 40px 0 0;
    position: relative;
  }
  header .gnav .link_text li::before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -19px;
    opacity: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 6px;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) and (min-width: 960px) {
  header .gnav .link_text li:hover:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) and (-ms-high-contrast: none), screen and (min-width: 960px) and (-ms-high-contrast: active) and (min-width: 960px) {
  header .gnav .link_text li:hover:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  header .gnav .link_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
  }
  header .gnav .link_icon li {
    margin: 0 24px 0 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) and (min-width: 960px) {
  header .gnav .link_icon li:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 960px) and (-ms-high-contrast: none), screen and (min-width: 960px) and (-ms-high-contrast: active) and (min-width: 960px) {
  header .gnav .link_icon li:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 959px) {
  header .gnav {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  header .gnav .fade {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    height: 64px;
  }
  header .gnav .fade .sp_hidden {
    display: none !important;
  }
  header .gnav .fade p {
    font-size: 16px;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .gnav .fade p br {
    display: none;
  }
  header .gnav .fade p span {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 8px 0 0;
  }
  header .gnav .fade.visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  header .gnav #toggle-nav {
    display: none;
  }
  header .gnav #toggle-nav:checked ~ .hamburger {
    height: 28px;
  }
  header .gnav #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  header .gnav #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header .gnav #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -12px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  header .gnav #toggle-nav:checked ~ .menu {
    opacity: 1;
    visibility: visible;
  }
  header .gnav .hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
  }
  header .gnav .hamburger div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, transform 0.5s;
    transition: background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  header .gnav .hamburger div:nth-of-type(2) {
    margin: 4px 0;
  }
  header .gnav .menu {
    position: fixed;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header .gnav .link_text {
    text-align: center;
  }
  header .gnav .link_text li {
    font-size: 20px;
    line-height: 1;
    margin: 40px 0 0;
    position: relative;
  }
  header .gnav .link_text li::before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -19px;
    opacity: 0;
    position: absolute;
    top: 5px;
    width: 6px;
  }
  header .gnav .link_text li:first-child {
    margin: 0;
  }
  header .gnav .link_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
  }
  header .gnav .link_icon li:first-child {
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #wrapper {
    margin: 0 auto;
    padding: 80px 40px 48px 40px;
    width: 100%;
  }
  footer .pagetop a {
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  body {
    font-size: 14px;
  }
  #wrapper {
    padding: 0px 20px 20px 20px;
    min-width: 320px;
  }
  footer {
    padding: 128px 0 0;
  }
  footer p {
    font-size: 12px;
  }
  footer .pagetop a {
    bottom: 20px;
    right: 20px;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media screen and (min-width: 1140px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
#index #wrapper {
  padding: 200px 40px 48px 280px;
}
#index .sec_main {
  background: url(../img/bg_pc.png) no-repeat 0 0;
  background-size: 1920px 1080px;
}
#index .sec_main h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 80px;
  line-height: 1.3;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 1240px;
  padding: 240px 0 0 280px;
}
#index .sec_main h1::before, #index .sec_main h1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#index .sec_main h1::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
#index .sec_main h1::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
#index .sec_main h1 span {
  display: block;
  font-size: 48px;
  line-height: 1;
  margin: 16px 0 0;
}
#index .sec_information h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#index .sec_information .information {
  margin: 80px 0 0;
}
#index .sec_information .article {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index .sec_information .article a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #index .sec_information .article a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
#index .sec_information .article:first-child {
  padding: 0 0 24px;
}
#index .sec_information .article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index .sec_information .category {
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  width: 120px;
}
#index .sec_information dl {
  margin: 0 0 0 40px;
}
#index .sec_information .date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
#index .sec_information .title {
  display: block;
  line-height: 1.7;
  margin: 20px 0 0;
}
#index .sec_information .title::before, #index .sec_information .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#index .sec_information .title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#index .sec_information .title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
#index .sec_information .button {
  margin: 48px auto 0;
  width: 320px;
}
#index .sec_information .button a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index .sec_information .button a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #index .sec_information .button a:hover {
    background-color: #666;
  }
}
#index .sec_information .button a .arrow_forward {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
#index .sec_regular {
  padding: 120px 0 0;
}
#index .sec_regular h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#index .sec_regular ul {
  margin: 80px 0 0;
}
#index .sec_regular ul li {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index .sec_regular ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #index .sec_regular ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
#index .sec_regular ul li:first-child {
  padding: 0 0 24px;
}
#index .sec_regular .time {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
#index .sec_regular .title {
  display: block;
  line-height: 1.7;
  margin: 20px 0 0;
}
#index .sec_regular .title::before, #index .sec_regular .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#index .sec_regular .title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#index .sec_regular .title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
#index .sec_column {
  padding: 120px 0 0;
}
#index .sec_column h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#index .sec_column ul {
  margin: 80px 0 0;
}
#index .sec_column ul li {
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#index .sec_column ul li::before, #index .sec_column ul li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#index .sec_column ul li::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#index .sec_column ul li::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index .sec_column ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #index .sec_column ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
#index .sec_column ul li:first-child {
  padding: 0 0 24px;
}
#index .sec_profile {
  padding: 120px 0 0;
}
#index .sec_profile h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#index .sec_profile .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 0;
}
#index .sec_profile .about h3 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  font-size: 32px;
  padding: 0 0 4px;
}
#index .sec_profile .about figure {
  margin: 0 80px 0 0;
}
#index .sec_profile .about div p {
  font-size: 14px;
  line-height: 1.7;
  margin: 32px 0 0;
}
#index .sec_profile .about div p::before, #index .sec_profile .about div p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#index .sec_profile .about div p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#index .sec_profile .about div p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
#index .sec_profile .about div p .ib {
  display: inline-block;
  margin: 4px 8px 0 0;
}
#index .sec_profile .about div .link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0 0;
}
#index .sec_profile .about div .link_icon li {
  margin: 0 32px 0 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index .sec_profile .about div .link_icon li:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #index .sec_profile .about div .link_icon li:hover {
    opacity: 0.5;
  }
}
#index .sec_profile h4 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
  margin: 64px 0 0;
}
#index .sec_profile .career h5 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  margin: 48px 0 0;
}
#index .sec_profile .career h6 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  margin: 24px 0 0;
}
#index .sec_profile .career p {
  font-size: 14px;
  line-height: 1.7;
  margin: 32px 0 0;
}
#index .sec_profile .career p::before, #index .sec_profile .career p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#index .sec_profile .career p::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#index .sec_profile .career p::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
#index .sec_contact {
  padding: 120px 0 0;
}
#index .sec_contact h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#index .sec_contact .button {
  margin: 80px auto 0;
  width: 320px;
}
#index .sec_contact .button a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index .sec_contact .button a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #index .sec_contact .button a:hover {
    background-color: #666;
  }
}
#index .sec_contact .button a .arrow_forward {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
#index .sec_404 h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}

@media screen and (min-width: 960px) {
  #index header .gnav .fade {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  }
  #index header .gnav .fade.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #index header .gnav .fade:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 960px) and (-ms-high-contrast: none), screen and (min-width: 960px) and (-ms-high-contrast: active) and (min-width: 960px) {
  #index header .gnav .fade:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1140px) {
  #index .sec_profile .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index .sec_profile .about div {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 959px) {
  #index header .gnav .fade {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }
  #index header .gnav .fade.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #index #wrapper {
    padding: 0px 40px 48px 40px;
  }
  #index .sec_main {
    background: url(../img/bg_tab.png) no-repeat 0 0;
    background-size: 100vw 100vw;
    height: 100vw;
    position: relative;
  }
  #index .sec_main h1 {
    margin: 0 0 0 40px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  #index #wrapper {
    padding: 0px 20px 20px 20px;
  }
  #index .sec_main {
    background: url(../img/bg_sp.png) no-repeat 0 0;
    background-size: 100vw 100vw;
    height: 100vh;
    position: relative;
  }
  #index .sec_main h1 {
    font-size: 48px;
    margin: 0 0 0 20px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #index .sec_main h1 span {
    font-size: 28px;
    margin: 12px 0 0;
  }
  #index .sec_information h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
  }
  #index .sec_information .information {
    margin: 48px 0 0;
  }
  #index .sec_information .information .article {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  #index .sec_information .information .article:first-child {
    padding: 0 0 20px;
  }
  #index .sec_information .article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index .sec_information .category {
    border: 1px solid;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    padding: 3px 0;
    text-align: center;
    width: 120px;
  }
  #index .sec_information dl {
    margin: 20px 0 0;
  }
  #index .sec_information .date {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
  }
  #index .sec_information .title {
    display: block;
    line-height: 1.7;
  }
  #index .sec_information .title::before, #index .sec_information .title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #index .sec_information .title::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  #index .sec_information .title::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
  #index .sec_information .button {
    margin: 40px auto 0;
    width: 280px;
  }
  #index .sec_information .button a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #index .sec_information .button a .arrow_forward {
    background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
  #index .sec_regular {
    padding: 96px 0 0;
  }
  #index .sec_regular h2 {
    font-size: 40px;
  }
  #index .sec_regular ul {
    margin: 48px 0 0;
  }
  #index .sec_regular ul li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  #index .sec_regular ul li:first-child {
    padding: 0 0 20px;
  }
  #index .sec_regular .time {
    font-size: 13px;
  }
  #index .sec_column {
    padding: 96px 0 0;
  }
  #index .sec_column h2 {
    font-size: 40px;
  }
  #index .sec_column ul {
    margin: 48px 0 0;
  }
  #index .sec_column ul li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  #index .sec_column ul li:first-child {
    padding: 0 0 20px;
  }
  #index .sec_profile {
    padding: 96px 0 0;
  }
  #index .sec_profile h2 {
    font-size: 40px;
  }
  #index .sec_profile .about {
    margin: 48px 0 0;
  }
  #index .sec_profile .about h3 {
    font-size: 32px;
    padding: 0 0 8px;
  }
  #index .sec_profile .about figure {
    margin: 0;
  }
  #index .sec_profile .about figure img {
    max-width: 400px;
    width: 100%;
  }
  #index .sec_profile .about div {
    margin: 48px 0 0;
  }
  #index .sec_profile .about div p {
    margin: 24px 0 0;
  }
  #index .sec_profile .about div .link_icon {
    margin: 32px 0 0;
  }
  #index .sec_profile .about div .link_icon li {
    margin: 0 24px 0 0;
  }
  #index .sec_profile h4 {
    font-size: 20px;
    margin: 48px 0 0;
  }
  #index .sec_profile .career h5 {
    font-size: 18px;
    margin: 32px 0 0;
  }
  #index .sec_profile .career h6 {
    font-size: 16px;
    margin: 20px 0 0;
  }
  #index .sec_profile .career ul li {
    margin: 28px 0 0;
  }
  #index .sec_contact {
    padding: 96px 0 0;
  }
  #index .sec_contact h2 {
    font-size: 40px;
  }
  #index .sec_contact .button {
    margin: 48px auto 0;
    width: 280px;
  }
  #index .sec_contact .button a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #index .sec_contact .button a .arrow_forward {
    background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
}
#information .sec_information h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#information .sec_information .information {
  margin: 80px 0 0;
}
#information .sec_information .article {
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #information .sec_information .article a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #information .sec_information .article a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}
#information .sec_information .article:first-child {
  padding: 0 0 24px;
}
#information .sec_information .article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#information .sec_information .category {
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
  width: 120px;
}
#information .sec_information dl {
  margin: 0 0 0 40px;
}
#information .sec_information .date {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
#information .sec_information .title {
  display: block;
  line-height: 1.7;
  margin: 20px 0 0;
}
#information .sec_information .title::before, #information .sec_information .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#information .sec_information .title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#information .sec_information .title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
#information .sec_information .button {
  margin: 80px auto 0;
  width: 320px;
}
#information .sec_information .button a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #information .sec_information .button a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #information .sec_information .button a:hover {
    background-color: #666;
  }
}
#information .sec_information .button a .arrow_forward {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
#information ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 40px 0 0;
}
#information ul.page-numbers li {
  background-color: #333;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 8px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 40px;
}
#information ul.page-numbers li:first-child {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #information ul.page-numbers li:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #information ul.page-numbers li:hover {
    background-color: #666;
  }
}
#information ul.page-numbers li a {
  display: block;
  height: 100%;
  width: 100%;
}
#information ul.page-numbers .prev {
  background: url(../img/button_arrow_back.svg) no-repeat 50% 50%;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}
#information ul.page-numbers .next {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}
#information ul.page-numbers .dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
}
#information ul.page-numbers .current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}
#information .article_information h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#information .article_information ul {
  margin: 80px 0 0;
}
#information .article_information .category {
  border: 1px solid;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  padding: 5px 0;
  text-align: center;
  width: 120px;
}
#information .article_information dd {
  margin: 0;
}
#information .article_information dd .date {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 48px 0 0;
}
#information .article_information dd .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin: 48px 0 0;
}
#information .article_information dd .title::before, #information .article_information dd .title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#information .article_information dd .title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
#information .article_information dd .title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}
#information .article_information .text {
  margin: 80px 0 0;
}
#information .article_information .button_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
}
#information .article_information .button_prev {
  width: 136px;
}
#information .article_information .button_prev a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #information .article_information .button_prev a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #information .article_information .button_prev a:hover {
    background-color: #666;
  }
}
#information .article_information .button_prev a .arrow_back {
  background: url(../img/button_arrow_back.svg) no-repeat 50% 50%;
  height: 16px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
#information .article_information .button {
  width: 320px;
}
#information .article_information .button a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #information .article_information .button a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #information .article_information .button a:hover {
    background-color: #666;
  }
}
#information .article_information .button a .arrow_forward {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}
#information .article_information .button_next {
  width: 136px;
}
#information .article_information .button_next a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #information .article_information .button_next a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #information .article_information .button_next a:hover {
    background-color: #666;
  }
}
#information .article_information .button_next a .arrow_forward {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (min-width: 960px) {
  #information header .link_text li.information_current::before {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #information #wrapper {
    padding: 144px 40px 48px 40px;
  }
}
@media screen and (min-width: 768px) {
  #information .article_information .pc_hidden {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  #information #wrapper {
    padding: 112px 20px 20px 20px;
  }
  #information .sec_information h2 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 40px;
  }
  #information .sec_information .information {
    margin: 48px 0 0;
  }
  #information .sec_information .information .article {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
  }
  #information .sec_information .information .article:first-child {
    padding: 0 0 20px;
  }
  #information .sec_information .article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #information .sec_information .category {
    border: 1px solid;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    padding: 3px 0;
    text-align: center;
    width: 120px;
  }
  #information .sec_information dl {
    margin: 20px 0 0;
  }
  #information .sec_information .date {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
  }
  #information .sec_information .title {
    display: block;
    line-height: 1.7;
  }
  #information .sec_information .title::before, #information .sec_information .title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #information .sec_information .title::before {
    margin-top: calc((1 - 1.7) * 0.5em);
  }
  #information .sec_information .title::after {
    margin-bottom: calc((1 - 1.7) * 0.5em);
  }
  #information .sec_information .button {
    margin: 40px auto 0;
    width: 280px;
  }
  #information .sec_information .button a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #information .sec_information .button a .arrow_forward {
    background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
  #information ul.page-numbers li {
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
  #information ul.page-numbers .prev, #information ul.page-numbers .next {
    background-size: 9px 14px;
    height: 32px;
    width: 32px;
  }
  #information ul.page-numbers .dots {
    height: 32px;
    width: 16px;
  }
  #information ul.page-numbers .current {
    height: 32px;
    width: 32px;
  }
  #information .article_information h2 {
    font-size: 40px;
  }
  #information .article_information ul {
    margin: 48px 0 0;
  }
  #information .article_information .category {
    border: 1px solid;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-weight: 400;
    height: 20px;
    padding: 3px 0;
    text-align: center;
    width: 120px;
  }
  #information .article_information dd {
    margin: 0;
  }
  #information .article_information dd .date {
    font-size: 16px;
    margin: 32px 0 0;
  }
  #information .article_information dd .title {
    font-size: 20px;
    margin: 32px 0 0;
  }
  #information .article_information .text {
    margin: 48px 0 0;
  }
  #information .article_information .sp_hidden {
    display: none !important;
  }
  #information .article_information .button_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px auto 0;
  }
  #information .article_information .button_prev {
    width: 128px;
  }
  #information .article_information .button_prev a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #information .article_information .button_prev a .arrow_back {
    background: url(../img/button_arrow_back.svg) no-repeat 50% 50%;
    height: 14px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
  #information .article_information .button_next {
    width: 128px;
  }
  #information .article_information .button_next a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #information .article_information .button_next a .arrow_forward {
    background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
  #information .article_information .button {
    margin: 32px auto 0;
    width: 280px;
  }
  #information .article_information .button a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #information .article_information .button a .arrow_forward {
    background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
}
@media screen and (max-width: 359px) and (min-width: 0px) {
  #information ul.page-numbers li {
    width: 26px;
  }
  #information ul.page-numbers .prev, #information ul.page-numbers .next {
    width: 26px;
  }
  #information ul.page-numbers .current {
    width: 26px;
  }
}
#contact h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#contact form {
  margin: 80px auto 0;
  width: 560px;
}
#contact .form_item label {
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 32px 0 16px;
}
#contact .form_item input[type=text], #contact .form_item input[type=email], #contact .form_item select, #contact .form_item textarea {
  border: 1px solid #999;
  height: 40px;
  padding: 0 16px;
  width: 100%;
}
#contact .form_item input[type=text]::-webkit-input-placeholder, #contact .form_item input[type=email]::-webkit-input-placeholder, #contact .form_item select::-webkit-input-placeholder, #contact .form_item textarea::-webkit-input-placeholder {
  color: #999;
}
#contact .form_item input[type=text]::-moz-placeholder, #contact .form_item input[type=email]::-moz-placeholder, #contact .form_item select::-moz-placeholder, #contact .form_item textarea::-moz-placeholder {
  color: #999;
}
#contact .form_item input[type=text]:-ms-input-placeholder, #contact .form_item input[type=email]:-ms-input-placeholder, #contact .form_item select:-ms-input-placeholder, #contact .form_item textarea:-ms-input-placeholder {
  color: #999;
}
#contact .form_item input[type=text]::-ms-input-placeholder, #contact .form_item input[type=email]::-ms-input-placeholder, #contact .form_item select::-ms-input-placeholder, #contact .form_item textarea::-ms-input-placeholder {
  color: #999;
}
#contact .form_item input[type=text]::placeholder, #contact .form_item input[type=email]::placeholder, #contact .form_item select::placeholder, #contact .form_item textarea::placeholder {
  color: #999;
}
#contact .form_item input[type=text]:focus, #contact .form_item input[type=email]:focus, #contact .form_item select:focus, #contact .form_item textarea:focus {
  outline: 1px solid #333;
}
#contact .form_item textarea {
  height: 160px;
  padding: 8px 16px;
  resize: none;
}
#contact .custom-select {
  position: relative;
  width: 100%;
}
#contact .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .error {
  color: #ff0000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 12px 0 0;
}
#contact form .button {
  margin: 80px 0 0;
}
#contact form .button input {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  margin: 0 auto;
  width: 320px;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #contact form .button input:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #contact form .button input:hover {
    background-color: #666;
  }
}
#contact .mw_wp_form_complete, #contact .mw_wp_form_send_error {
  margin: 168px 0 0;
}

@media screen and (min-width: 960px) {
  #contact header .link_text li.contact_current::before {
    opacity: 1;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #contact #wrapper {
    padding: 144px 40px 48px 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  #contact #wrapper {
    padding: 112px 20px 20px 20px;
  }
  #contact h2 {
    font-size: 40px;
  }
  #contact form {
    margin: 48px auto 0;
    max-width: 560px;
    width: 100%;
  }
  #contact .form_item label {
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 32px 0 16px;
  }
  #contact .form_item input[type=text], #contact .form_item input[type=email], #contact .form_item select, #contact .form_item textarea {
    height: 36px;
    padding: 0 12px;
  }
  #contact .form_item textarea {
    height: 160px;
    padding: 8px 12px;
  }
  #contact .error {
    font-size: 12px;
    line-height: 1;
  }
  #contact form .button {
    margin: 40px 0 0;
  }
  #contact form .button input {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 280px;
  }
  #contact .mw_wp_form_complete, #contact .mw_wp_form_send_error {
    margin: 128px 0 0;
  }
}
#notfound h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 56px;
}
#notfound .sec_notfound p {
  margin: 80px 0 0;
}
#notfound .button {
  margin: 80px auto 0;
  width: 320px;
}
#notfound .button a {
  background-color: #333;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  line-height: 56px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) and (min-width: 960px) {
  #notfound .button a:hover {
    background-color: #666;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 960px) {
  #notfound .button a:hover {
    background-color: #666;
  }
}
#notfound .button a .arrow_forward {
  background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 959px) and (min-width: 768px) {
  #notfound #wrapper {
    padding: 144px 40px 48px 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  #notfound #wrapper {
    padding: 112px 20px 20px 20px;
  }
  #notfound h2 {
    font-size: 40px;
    line-height: 1.3;
    line-height: 1.3;
  }
  #notfound h2::before, #notfound h2::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  #notfound h2::before {
    margin-top: calc((1 - 1.3) * 0.5em);
  }
  #notfound h2::after {
    margin-bottom: calc((1 - 1.3) * 0.5em);
  }
  #notfound .sec_notfound p {
    margin: 48px 0 0;
  }
  #notfound .button {
    margin: 40px auto 0;
    width: 280px;
  }
  #notfound .button a {
    background-color: #333;
    color: #fff;
    display: block;
    font-family: "Noto Sans JP";
    line-height: 48px;
    position: relative;
    text-align: center;
  }
  #notfound .button a .arrow_forward {
    background: url(../img/button_arrow_forward.svg) no-repeat 50% 50%;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
  }
  #notfound .mw_wp_form_complete, #notfound .mw_wp_form_send_error {
    margin: 128px 0 0;
  }
}
/*# sourceMappingURL=style.css.map */