@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@1,300;1,400;1,500;1,600&display=swap");
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

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

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* BreakPoint */
/* font */
/* Color */
/* Setting */
* {
  font-family: "Noto Sans JP", "Asap", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

body {
  background-color: #ffffff;
  color: #121212;
  line-break: strict;
}

h1, h2, h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.05rem;
}

p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

a {
  display: inline-block;
  color: #0C2272;
  text-decoration: underline;
  transition: 0.5s all;
}
a:hover {
  color: #F4D100;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* form */
input[type=text],
textarea {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  padding: 8px 12px;
  width: 100%;
  min-height: 50px;
}

.no-scroll {
  overflow: hidden;
}

/* inner */
.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .inner {
    padding: 0 20px;
  }
}
/* display - media size */
.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: block;
  }
  .tab {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* Typo */
.text-small {
  font-size: 0.8rem;
}

.text-sub {
  color: #909090;
}

.section-title {
  color: #121212;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
.section-title::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #F4D100;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.section-title > span {
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  word-break: keep-all;
  margin: 0 0 0 8px;
}
.section-title-white {
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 52px;
  }
  .section-title > span {
    font-size: 1.6rem;
    font-weight: 300;
    word-break: keep-all;
  }
}
.section-title-mid {
  font-family: "Asap", sans-serif;
  font-style: italic;
  color: #121212;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  z-index: 15;
}
.section-title-mid-white {
  color: #ffffff;
}

.section-title-mid-n {
  color: #121212;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  z-index: 15;
}
.section-title-mid-n-white {
  color: #ffffff;
}

.section-title-small {
  color: #121212;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  z-index: 15;
}
.section-title-small-white {
  color: #ffffff;
}

/* Youtube Wrap */
.youtube__item {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube__item iframe {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?j3y9se");
  src: url("../fonts/icomoon.eot?j3y9se#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?j3y9se") format("truetype"), url("../fonts/icomoon.woff?j3y9se") format("woff"), url("../fonts/icomoon.svg?j3y9se#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
  content: "\e91f";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-x:before {
  content: "\e900";
}

.icon-arror-right:before {
  content: "\ea3c";
}

.icon-arror-left:before {
  content: "\ea3a";
}

.icon-arror-up:before {
  content: "\ea3a";
}

.icon-arror-down:before {
  content: "\ea3e";
}

.icon-link:before {
  content: "\ea3e";
}

.icon-newtab:before {
  content: "\ea7e";
}

.btn {
  display: inline-block;
  margin: 0;
}

.btn + .btn {
  margin-left: 20px;
}

.btn-basic {
  position: relative;
  padding: 0 44px 0 20px;
  line-height: 50px;
  color: #121212;
  text-decoration: none;
  outline: none;
  min-width: 180px;
}
.btn-basic::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #EFEFEF;
  border-radius: 25px;
  transition: 0.3s ease-in-out;
}
.btn-basic:hover {
  color: #121212;
}
.btn-basic:hover::before {
  width: 100%;
}
.btn-basic::after {
  position: absolute;
  content: "";
  top: 23px;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  transform: rotate(45deg);
}

.btn-fv {
  display: block;
  position: relative;
  margin: 0 auto 12px;
  padding: 1.1rem 3.4rem 1.1rem 2rem;
  border-radius: 5rem;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  outline: none;
  transition: all 0.2s linear;
}
.btn-fv:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid #F4D100;
  color: #F4D100;
}
.btn-fv::before {
  content: "\ea3c";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 20px;
  width: 1.5rem;
  transition: all 0.2s linear;
}
.btn-fv:hover::before {
  right: 15px;
  color: #F4D100;
}
.btn-fv > .title {
  /* font-family: 'Asap', sans-serif;
  font-style: italic; */
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
}
.btn-fv > .description {
  font-size: 0.9rem;
  font-weight: 300;
  display: inline-block;
}

.btn-fv.newtab::before {
  content: "\ea7e";
}
.btn-fv.newtab:hover::before {
  right: 18px;
  top: calc(50% - 0.7rem);
  color: #F4D100;
}

.btn-fv.anchor {
  margin: 0 auto 20px;
  padding: 1rem 4rem 1rem 2rem;
  display: inline-block;
}
.btn-fv.anchor::before {
  content: "\ea3e";
}
.btn-fv.anchor:hover::before {
  top: calc(50% - 0.2rem);
  right: 20px;
}

.btn-fv.disabled {
  border: 1px dashed #bbbbbb;
  background: rgba(0, 0, 0, 0.1);
}
.btn-fv.disabled:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #bbbbbb;
}
.btn-fv.disabled::before {
  display: none;
}
.btn-fv.disabled:hover::before {
  right: 20px;
  color: #bbbbbb;
}
.btn-fv.disabled > .title {
  color: #bbbbbb;
}
.btn-fv.disabled > .description {
  color: #bbbbbb;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.slider-thumbnail {
  margin-top: 30px;
}
.slider-thumbnail__img {
  margin: 0 8px;
}
.slider-thumbnail__img img {
  max-width: 300px;
  cursor: pointer;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.3;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 16px;
  height: 16px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
}

/* next */
.slick-next {
  right: -26px;
}

.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: -26px;
}

.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 1080px) {
  .slick-next::after,
  .slick-prev::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .slick-next {
    right: 16px;
  }
  .slick-prev {
    left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .slider {
    display: none;
  }
}
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
.header-inner {
  width: 100%;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.header-logo {
  display: block;
  width: 80px;
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .header-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .header-inner {
    padding: 20px;
  }
  .header-menu {
    display: none;
  }
  .global-nav-sp {
    display: block;
  }
}
.global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-right: 40px;
  letter-spacing: 0.1em;
}
.global-nav a {
  text-decoration: none;
  color: #121212;
  transition: 0.2s ease-in-out;
}
.global-nav a:hover {
  text-decoration: none;
  color: #F4D100;
}
.global-nav-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.global-nav-icon a {
  text-decoration: none;
  color: #121212;
  transition: 0.2s ease-in-out;
}
.global-nav-icon a:hover {
  text-decoration: none;
  color: #F4D100;
}
.global-nav-disabled {
  color: #bbbbbb;
  display: inline-block;
}
.global-nav-disabled:hover {
  text-decoration: line-through;
}

.global-nav.top a,
.global-nav-icon.top a {
  color: #ffffff;
}
.global-nav.top a:hover,
.global-nav-icon.top a:hover {
  text-decoration: none;
  color: #F4D100;
}

.global-nav-sp {
  display: block;
  overflow: hidden;
  width: 100%;
}
.global-nav-sp__btn {
  display: block;
  position: fixed;
  z-index: 1002;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  padding: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.global-nav-sp__btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  background-color: #0C2272;
  transition: 0.5s ease-in-out;
}
.global-nav-sp__btn span:nth-child(1) {
  top: 16px;
}
.global-nav-sp__btn span:nth-child(2) {
  top: 28px;
}
.global-nav-sp__btn span:nth-child(3) {
  top: 40px;
}
.global-nav-sp__btn.active span:nth-child(1) {
  top: 28px;
  left: 16px;
  transform: rotate(315deg);
}
.global-nav-sp__btn.active span:nth-child(2), .global-nav-sp__btn.active span:nth-child(3) {
  top: 28px;
  left: 16px;
  transform: rotate(-315deg);
}
.global-nav-sp__content {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  overscroll-behavior: contain;
}
.global-nav-sp__content > .inner {
  padding: 60px 20px;
  position: relative;
  height: calc(100% + 1px);
  overflow-y: scroll;
}
.global-nav-sp__items {
  margin: 20px 0;
  padding: 16px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.global-nav-sp__items-sns {
  margin: 60px 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #333;
}
.global-nav-sp__title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}
.global-nav-sp__menu li {
  margin-bottom: 8px;
}
.global-nav-sp__menu a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
.global-nav-sp__menu-disabled {
  color: #bbbbbb;
  font-size: 0.9rem;
  text-decoration: line-through;
  display: inline-block;
}
.global-nav-sp__icon li {
  margin-bottom: 8px;
}
.global-nav-sp__icon a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
.global-nav-sp__icon span {
  margin-right: 8px;
}

.bg {
  background: url("../images/top/mv2-dark.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  color: #ffffff;
}

.mv {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}
.mv-bg {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/top/mv2.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.mv-bg2 {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/top/mv3.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.mv-filter {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/top/mv-filter2-min.png") repeat;
  z-index: 1;
}
.mv-title {
  display: block;
  position: absolute;
  left: -135px;
  bottom: 120px;
}
.mv-title img {
  width: 100%;
  max-width: 350px;
  height: 188px;
}

@media screen and (max-width: 960px) {
  .mv-title {
    left: -90px;
    bottom: 30px;
  }
  .mv-title img {
    max-width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .mv-title {
    left: auto;
    right: 20px;
    bottom: 120px;
  }
  .mv-title img {
    max-width: 80vw;
  }
}
.fv-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  justify-items: stretch;
  align-items: stretch;
}
.fv-list {
  font-size: 1.1rem;
}
.fv-list-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.fv-list-title > span {
  display: inline-block;
  margin-left: 6px;
}
.fv-list-list a {
  color: #ffffff;
  font-size: 1.1rem;
}
.fv-list-list a:hover {
  color: #F4D100;
  text-decoration: none;
}
.fv-list-list li {
  padding-left: 12px;
  margin-bottom: 8px;
  position: relative;
  font-size: 1.1rem;
}
.fv-list-list li:last-child {
  margin: 0;
}
.fv-list-list li::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0.7em;
  left: 4px;
}
.fv-list-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.fv-block {
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 32px 32px 20px;
}
.fv-block-heading {
  align-items: center;
  display: flex;
}
.fv-block-heading-inner {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.fv-block-heading-sub {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.fv-block-heading::before {
  background-color: #ffffff;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-right: 12px;
}
.fv-block-heading::after {
  background-color: #ffffff;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 12px;
}
.fv-block-description {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin: 12px auto 24px;
  text-align: center;
  display: block;
}
.fv > .inner {
  position: relative;
}

@media screen and (max-width: 960px) {
  .fv-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
  .fv-block {
    padding: 24px 20px;
  }
  .fv-block-heading-sub {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .fv-list-title {
    font-size: 1.2rem;
    margin: 0 0 8px;
  }
  .fv-list-btn {
    position: static;
    margin: 12px auto;
  }
}
#logo {
  margin: 20vh auto 10vh;
}

.logo {
  display: block;
  width: 100%;
  max-width: 40vh;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  #logo {
    margin: 100px auto 30px;
  }
  .logo {
    width: 80%;
    max-width: 240px;
  }
}
#about {
  margin: 120px 0 180px;
  overflow: hidden;
}
#about section {
  margin-bottom: 80px;
}

.about-content {
  display: flex;
  position: relative;
  min-height: 560px;
  z-index: 10;
}
.about-images {
  order: 2;
  display: block;
  position: absolute;
  right: -200px;
  top: 0;
  width: 663px;
  height: 560px;
}
.about-text {
  order: 1;
  max-width: 520px;
  width: 100%;
}
.about-text p {
  margin-bottom: 24px;
  line-height: 1.8em;
}
.about-text__list {
  margin-top: 40px;
  font-size: 0.8rem;
}
.about-text__list span {
  display: block;
  margin-bottom: 12px;
}
.about-text__list ul li {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
.about-link {
  display: block;
  margin-bottom: 12px;
}

@media screen and (max-width: 1080px) {
  .about-images {
    order: 2;
    position: static;
    right: auto;
    width: 100%;
    max-width: 400px;
    height: 100%;
  }
  .about-text {
    order: 1;
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  #about {
    margin-top: 100px;
  }
  .about-content {
    display: block;
  }
  .about-images {
    order: 1;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about-text {
    order: 2;
    max-width: 100%;
    margin: 0;
  }
}
#activities {
  margin: 120px 0 180px;
  overflow: hidden;
}
#activities section {
  margin-bottom: 80px;
}

.active-content {
  margin-bottom: 40px;
}

ul.active-list li {
  padding-left: 16px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.1rem;
}
ul.active-list li:last-child {
  margin: 0;
}
ul.active-list li::before {
  content: "";
  width: 8px;
  height: 1px;
  border-radius: 50%;
  background-color: #0C2272;
  position: absolute;
  top: 0.8em;
  left: 0px;
}

@media screen and (max-width: 600px) {
  #about {
    margin-top: 100px;
  }
}
#works {
  margin-top: 0px;
  z-index: 10;
}
#works section {
  margin-bottom: 80px;
  z-index: 10;
}

.works-link {
  display: block;
  margin-bottom: 12px;
}
.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-items: stretch;
  align-items: stretch;
}

@media screen and (max-width: 960px) {
  .works-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  #works {
    margin-top: 0px;
  }
  #works section {
    margin-bottom: 80px;
  }
  .works-grid {
    grid-template-columns: 1fr;
  }
}
.biography-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  z-index: 10;
}
.biography-item dt {
  width: 120px;
  font-weight: 500;
  z-index: 10;
}
.biography-list li {
  padding-left: 12px;
  margin-bottom: 8px;
  position: relative;
}
.biography-list li:last-child {
  margin: 0;
}
.biography-list li::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 0.7em;
  left: 4px;
}

@media screen and (max-width: 600px) {
  .biography-item {
    display: block;
    margin-bottom: 40px;
  }
  .biography-item dt {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}
.movie {
  width: 100%;
  padding: 60px 0;
}

@media screen and (max-width: 600px) {
  .movie {
    padding: 40px 0;
  }
}
.photography {
  width: 100%;
}
.photography-content {
  display: none;
}

@media screen and (max-width: 600px) {
  .photography-content {
    display: block;
  }
  .photography-content__item {
    margin-bottom: 20px;
  }
}
#contact {
  margin-top: 220px;
}
#contact section {
  margin-bottom: 120px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 40px;
  justify-items: stretch;
  align-items: stretch;
}
.contact-text {
  width: 100%;
  line-height: 1.8rem;
}
.contact-item {
  width: 100%;
  background-color: #EFEFEF;
  border-radius: 10px;
  padding: 40px;
}
.contact-form {
  border: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #121212;
}
.contact-form tr {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.contact-form td {
  display: block;
}
.contact-form__label {
  padding: 12px 0;
  width: 120px;
  color: #121212;
}
.contact-form__input {
  padding: 0 0 16px;
  width: 100%;
}
.contact-form__btn-wrap .btn {
  margin: 0 auto;
}
.contact-form__btn {
  display: block;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #0C2272;
  color: #0C2272;
  text-align: center;
  padding: 16px 40px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.contact-form__btn:hover {
  background-color: #0C2272;
  color: #FFF;
}
.contact-form__back {
  display: block;
  background-color: #f7f7f7;
  border-radius: 40px;
  border: 1px solid #ccc;
  color: #666;
  text-align: center;
  padding: 16px 40px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.contact-form__back:hover {
  background-color: #666;
  color: #FFF;
}
.contact-form__required {
  font-weight: 600;
  color: #a40000;
  display: inline-block;
  margin-left: 4px;
}
.contact-form__hidden {
  position: absolute;
  opacity: 0;
}
.contact-form__confirm__name, .contact-form__confirm__company, .contact-form__confirm__mail, .contact-form__confirm__message {
  padding: 12px 0;
}
.contact-form__btn-confirm {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contact-form__error__name, .contact-form__error__company, .contact-form__error__mail, .contact-form__error__message {
  color: #a40000;
}

@media screen and (max-width: 600px) {
  #contact {
    margin-top: 100px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-text {
    margin-bottom: 30px;
  }
  .contact-item {
    padding: 20px;
  }
  .contact-form tr {
    display: block;
  }
  .contact-form__label {
    padding: 0 0 8px;
    width: 100%;
  }
  .contact-form__input {
    padding: 0 0 20px;
  }
}
.footer {
  font-size: 0.9rem;
  width: 100%;
  padding: 60px 0 20px;
  background-color: #ffffff;
  color: #121212;
}
.footer ul li {
  margin-bottom: 8px;
}
.footer a {
  color: #121212;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.7;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-container__menu ul {
  display: flex;
}
.footer-container__menu li {
  margin-right: 12px;
}
.footer-container__menu li:last-child {
  margin-right: 0;
}
.footer-container__menu-disabled {
  display: inline-block;
  color: #bbbbbb;
}
.footer-container__menu-disabled:hover {
  text-decoration: line-through;
}
.footer-container__menu-heading {
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-right: 28px;
}
.footer-container__menu-heading::after {
  content: "";
  position: absolute;
  border-top: 1px solid #0C2272;
  top: 11px;
  right: -30px;
  width: 20px;
}
.footer-container__link span {
  margin-right: 6px;
}
.footer-copy {
  text-align: center;
  margin: 20px auto;
}
.footer-copy span {
  font-size: 0.8rem;
}

@media screen and (max-width: 600px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer-container {
    display: block;
  }
  .footer-container__menu ul {
    display: block;
    margin-bottom: 32px;
  }
  .footer-container__menu li {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footer-container__menu-heading::after {
    display: none;
  }
}