@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: currentColor;
  text-decoration: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 810px) {
  #wrapper {
    max-width: 100%;
    margin: auto;
  }
}

@media only screen and (max-width: 812px) {
  #wrapper {
    padding-top: 0px;
  }
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 2;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
#loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader {
  color: #000000;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
          box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader, .loader::before, .loader::after {
  border-radius: 50%;
}

.loader::before, .loader::after {
  position: absolute;
  content: '';
}

.loader::before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load 2s infinite ease 1.5s;
  animation: load 2s infinite ease 1.5s;
}

.loader::after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load 2s infinite ease;
  animation: load 2s infinite ease;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------------------
  #title
--------------------------------------------------- */
#title .title {
  position: fixed;
  top: 28px;
  left: 28px;
  width: 100px;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.home.viewHeader #title .title {
  opacity: 1;
}

body.page-id-11 #title .title {
  opacity: 1;
}

body.page-id-24 #title .title {
  opacity: 1;
}

#title .title img {
  vertical-align: top;
}

@media only screen and (max-width: 810px) {
  #title .title {
    top: 15px;
    left: 15px;
    width: 70px;
  }
}

.nav-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.nav-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1250px;
  height: 6rem;
  margin: 0 auto;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 810px) {
  .nav-header__container {
    padding: 0 15px;
  }
}

.nav-header__logo {
  display: none;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.nav-header__logo-image {
  height: 4rem;
}

.nav-header__menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 810px) {
  .nav-header__menu {
    background: #ffffff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 20px;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav-header__menu-item {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 35px;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.nav-header__menu-item:hover {
  background-color: #b3b3b3;
}

.nav-header__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #000000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 16px;
  min-width: 100px;
}

.nav-header__link:after {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  content: "";
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-header__link:hover:after {
  opacity: 1;
  width: 100%;
}

.nav-header__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 810px) {
  .nav-header__toggle {
    display: none;
  }
}

.nav-header__toggle-line {
  display: block;
  width: 35%;
  border-bottom: 2px solid #222;
}

.nav-header__toggle-line:nth-child(2) {
  margin: 10% 0px;
}

.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1002;
}

.nav-drawer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b3b3b3;
  border-left: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.nav-drawer__menu-item {
  text-align: center;
}

.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  letter-spacing: 0.01em;
  padding: 1em 0;
  text-decoration: none;
}

.nav-drawer__link-main {
  display: block;
  font-weight: bold;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
}

.nav-drawer__menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav-drawer__button-close {
  position: relative;
  background: #b3b3b3;
  margin: 0px 0px 0px auto;
  padding: 0px;
  width: 6rem;
  height: 6rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
}

.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #ffffff;
}

.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.nav-pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: -1000;
  width: 70px;
  height: 70px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  background: #757575;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-pagetop.active {
  opacity: 1;
  z-index: 1000;
}

.nav-pagetop:before {
  display: block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5ce";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-pagetop:after {
  content: 'PAGETOP';
  display: block;
  padding: 4px 0px;
}

.nav-pagetop:hover {
  background: #686868;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.nav-pagetop:hover:before {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*----------------------------------------------------
  mainvisual
--------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background-image: url(../img/v960-ning-05.jpg);
  background-size: cover;
  /*mix-blend-mode: exclusion;*/
}

.mainvisual .title {
  position: absolute;
  top: 50%;
  margin-top: -147px;
  width: 415px;
  left: 50%;
  margin-left: -208px;
}

#stage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  margin-left: -410px;
  height: 160px;
  margin-top: -100px;
  -webkit-transform: scale(0.6, 0.6) translate(0%, 0%);
  transform: scale(0.6, 0.6) translate(0%, 0%);
}

body.pageLoad #stage {
  margin-top: 33vh;
  -webkit-transition: all 0.8s 1.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.8s 1.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.mainvisual .lead {
  position: absolute;
  font-weight: 600;
  opacity: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  text-align: left;
  top: 14vh;
  left: 50%;
  font-size: 2.8vh;
  line-height: 38px;
  letter-spacing: 0.06em;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

body.pageLoad .mainvisual .lead {
  opacity: 1;
  -webkit-transition: all 0.8s 2.3s ease;
  transition: all 0.8s 2.3s ease;
}

#stage img {
  position: absolute;
  width: auto;
  height: inherit;
  position: relative;
  left: 30%;
  top: 0%;
}

@media only screen and (max-width: 812px) {
  #stage {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 800px;
    margin-left: -410px;
    height: 160px;
    margin-top: -100px;
    -webkit-transform: scale(0.3, 0.3) translate(0%, 0%);
    transform: scale(0.3, 0.3) translate(0%, 0%);
  }
  body.pageLoad #stage {
    margin-top: 20vh;
  }
  .mainvisual .lead {
    top: 14vh;
    left: 50%;
    font-size: 2.2vh;
    line-height: 38px;
  }
}

.subvisual {
  position: relative;
  background-image: url("../img/sv.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

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

.pagevisual {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-top: calc(6rem + 6.4rem);
  padding-bottom: 6.4rem;
  background-image: url("../img/mainvisual.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 810px) {
  .pagevisual {
    padding-top: calc(6rem + 9.6rem);
    padding-bottom: 9.6rem;
  }
}

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

.pagevisual__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 15px;
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 810px) {
  .pagevisual__container {
    padding: 90px 15px;
  }
}

.pagevisual__text-main {
  font-weight: 700;
  font-family: 'Ubuntu', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.2rem;
}

@media screen and (min-width: 810px) {
  .pagevisual__text-main {
    font-size: 4rem;
  }
}

.pagevisual__text-main:after {
  display: block;
  max-width: 20rem;
  margin: 1.6rem 0rem;
  border-bottom: 3px solid #000000;
  background: #000000;
  content: "";
}

.pagevisual__text-sub {
  color: #000000;
}

.page-heading__content {
  margin: 0;
  padding: 0;
}

.page-heading__content--left {
  text-align: left;
}

.page-heading__content--center {
  text-align: center;
}

.page-heading__content--right {
  text-align: right;
}

.page-heading__text-main {
  font-weight: 700;
  font-family: 'Ubuntu', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
  font-size: 2.6rem;
}

.page-heading__text-main:after {
  display: block;
  max-width: 150px;
  padding-top: 1.0rem;
}

.page-heading__content--left .page-heading__text-main::after {
  margin-left: 0;
  margin-right: auto;
}

.page-heading__content--center .page-heading__text-main::after {
  margin-left: auto;
  margin-right: auto;
}

.page-heading__content--right .page-heading__text-main::after {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 810px) {
  .page-heading__text-main {
    font-size: 2.8rem;
  }
  .page-heading__text-main:after {
    max-width: 240px;
  }
}

.page-heading__text-sub {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  padding-top: 2.0rem;
}

@media screen and (min-width: 810px) {
  .page-heading {
    font-size: 1.6rem;
    padding-top: 2.4rem;
  }
}

.page-heading__message {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 6.4rem;
  color: #b3b3b3;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}

.page-heading-sub__content {
  margin: 0;
  padding: 0;
}

.page-heading-sub__content--left {
  text-align: left;
}

.page-heading-sub__content--center {
  text-align: center;
}

.page-heading-sub__content--right {
  text-align: right;
}

.page-heading-sub__text {
  position: relative;
  font-size: 2.4rem;
}

.page-heading-sub__text:before {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1.6em;
  margin-right: .8rem;
  border-radius: 3px;
  background: #757575;
  content: "";
}

.page-heading-sub__message {
  margin: 0 auto;
  padding-top: 1.6rem;
  color: #b3b3b3;
  font-weight: 400;
  font-size: 1.6rem;
}

.footer {
  background: #000000;
}

.footer__container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 4rem 0;
}

.footer__menu-item:not(:first-child) {
  margin-left: 1.6rem;
}

.footer__menu-item-link {
  color: #fafafa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer__menu-item-link:hover, .footer__menu-item-link:focus {
  text-decoration: underline;
}

.footer__copy {
  padding: 5px 0;
  color: #b3b3b3;
  font-size: 0.8rem;
  text-align: center;
}

.photo-modal {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-duration: var(--photo-modal-duration);
          animation-duration: var(--photo-modal-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.photo-modal[data-open="true"] {
  -webkit-animation-name: modal-photo-open;
          animation-name: modal-photo-open;
}

.photo-modal[data-open="false"] {
  -webkit-animation-name: modal-photo-close;
          animation-name: modal-photo-close;
}

.photo-modal__container {
  max-width: 800px;
  max-height: 80%;
  margin: auto;
  overflow: auto;
}

.photo-modal__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.photo-modal .photo-modal__button, .photo-modal .photo-modal__button--close, .photo-modal .photo-modal__button--prev, .photo-modal .photo-modal__button--next, .photo-modal .button-detail__button, .photo-modal .button-detail__button--back, .photo-modal .button-detail__button--prev, .photo-modal .button-detail__button--next {
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.photo-modal .photo-modal__button:hover, .photo-modal .photo-modal__button--close:hover, .photo-modal .photo-modal__button--prev:hover, .photo-modal .photo-modal__button--next:hover, .photo-modal .button-detail__button:hover, .photo-modal .button-detail__button--back:hover, .photo-modal .button-detail__button--prev:hover, .photo-modal .button-detail__button--next:hover, .photo-modal .photo-modal__button:focus, .photo-modal .photo-modal__button--close:focus, .photo-modal .photo-modal__button--prev:focus, .photo-modal .photo-modal__button--next:focus, .photo-modal .button-detail__button:focus, .photo-modal .button-detail__button--back:focus, .photo-modal .button-detail__button--prev:focus, .photo-modal .button-detail__button--next:focus {
  color: #f2f2f2;
  outline: none;
}

.photo-modal .photo-modal__button::before, .photo-modal .photo-modal__button--close::before, .photo-modal .photo-modal__button--prev::before, .photo-modal .photo-modal__button--next::before, .photo-modal .button-detail__button::before, .photo-modal .button-detail__button--back::before, .photo-modal .button-detail__button--prev::before, .photo-modal .button-detail__button--next::before {
  font-size: 2.5rem;
}

.photo-modal__button--close {
  top: 0;
  right: 0;
}

.photo-modal__button--close::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cd";
}

.photo-modal__button--prev {
  top: 50%;
  left: 0;
}

.photo-modal__button--prev::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
}

.photo-modal__button--next {
  top: 50%;
  right: 0;
}

.photo-modal__button--next::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
}

.photo-modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.85);
}

.button-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  display: block;
  width: auto;
  height: 55px;
  margin: 0 20px;
  padding: 1.6rem;
  border: none;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.button-guide:hover, .button-guide:focus {
  background: #ffffff;
  color: #000000;
}

@media screen and (min-width: 810px) {
  .button-guide {
    width: 350px;
    height: 75px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: inherit;
    font-size: 2.0rem;
  }
}

.button-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 60rem;
  margin: 0 auto;
}

.button-detail .photo-modal__button, .button-detail .photo-modal__button--close, .button-detail .photo-modal__button--prev, .button-detail .photo-modal__button--next, .button-detail .button-detail__button, .button-detail .button-detail__button--back, .button-detail .button-detail__button--prev, .button-detail .button-detail__button--next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2.4rem;
  border-radius: 0.4rem;
  background: #eeeeee;
  color: #000000;
}

.button-detail .photo-modal__button:hover, .button-detail .photo-modal__button--close:hover, .button-detail .photo-modal__button--prev:hover, .button-detail .photo-modal__button--next:hover, .button-detail .button-detail__button:hover, .button-detail .button-detail__button--back:hover, .button-detail .button-detail__button--prev:hover, .button-detail .button-detail__button--next:hover, .button-detail .photo-modal__button:focus, .button-detail .photo-modal__button--close:focus, .button-detail .photo-modal__button--prev:focus, .button-detail .photo-modal__button--next:focus, .button-detail .button-detail__button:focus, .button-detail .button-detail__button--back:focus, .button-detail .button-detail__button--prev:focus, .button-detail .button-detail__button--next:focus {
  background: #757575;
  color: #ffffff;
}

.button-detail__button--back {
  width: 100%;
}

.button-detail__button--back:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e896";
  margin-right: 0.8rem;
}

.button-detail__button--prev {
  width: 100%;
}

@media screen and (min-width: 810px) {
  .button-detail__button--prev {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}

.button-detail__button--prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
  margin-right: 0.8rem;
}

.button-detail__button--next {
  width: 100%;
}

@media screen and (min-width: 810px) {
  .button-detail__button--next {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}

.button-detail__button--next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
  margin-left: 0.8rem;
}

.pagination__list,
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pagination__list-item,
.pagination .page-numbers > li {
  margin: 0.3rem;
}

.pagination .pagination__link,
.pagination .page-numbers > li > a, .pagination .pagination__link--prev,
.pagination .page-numbers > li > a--prev,
.pagination .page-numbers > li > a.prev, .pagination .pagination__link--next,
.pagination .page-numbers > li > a--next,
.pagination .page-numbers > li > a.next {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.pagination__link,
.pagination .page-numbers > li > a {
  background-color: #eeeeee;
  color: #000000;
}

.pagination__link:hover, .pagination__link:focus,
.pagination .page-numbers > li > a:hover,
.pagination .page-numbers > li > a:focus {
  background-color: #757575;
  color: #ffffff;
}

.pagination__link--prev, .pagination__link.prev,
.pagination .page-numbers > li > a--prev,
.pagination .page-numbers > li > a.prev {
  min-width: 12rem;
  background-color: #eeeeee;
  color: #000000;
}

.pagination__link--prev:before, .pagination__link.prev:before,
.pagination .page-numbers > li > a--prev:before,
.pagination .page-numbers > li > a.prev:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cb";
  display: inline-block;
  margin-right: 0.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pagination__link--prev:hover, .pagination__link--prev:focus, .pagination__link.prev:hover, .pagination__link.prev:focus,
.pagination .page-numbers > li > a--prev:hover,
.pagination .page-numbers > li > a--prev:focus,
.pagination .page-numbers > li > a.prev:hover,
.pagination .page-numbers > li > a.prev:focus {
  background-color: #757575;
  color: #ffffff;
}

.pagination__link--prev:hover:before, .pagination__link--prev:focus:before, .pagination__link.prev:hover:before, .pagination__link.prev:focus:before,
.pagination .page-numbers > li > a--prev:hover:before,
.pagination .page-numbers > li > a--prev:focus:before,
.pagination .page-numbers > li > a.prev:hover:before,
.pagination .page-numbers > li > a.prev:focus:before {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.pagination__link--next, .pagination__link.next,
.pagination .page-numbers > li > a--next,
.pagination .page-numbers > li > a.next {
  min-width: 12rem;
  background-color: #eeeeee;
  color: #000000;
}

.pagination__link--next:after, .pagination__link.next:after,
.pagination .page-numbers > li > a--next:after,
.pagination .page-numbers > li > a.next:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: "\e5cc";
  display: inline-block;
  margin-left: 0.6rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.pagination__link--next:hover, .pagination__link--next:focus, .pagination__link.next:hover, .pagination__link.next:focus,
.pagination .page-numbers > li > a--next:hover,
.pagination .page-numbers > li > a--next:focus,
.pagination .page-numbers > li > a.next:hover,
.pagination .page-numbers > li > a.next:focus {
  background-color: #757575;
  color: #ffffff;
}

.pagination__link--next:hover:after, .pagination__link--next:focus:after, .pagination__link.next:hover:after, .pagination__link.next:focus:after,
.pagination .page-numbers > li > a--next:hover:after,
.pagination .page-numbers > li > a--next:focus:after,
.pagination .page-numbers > li > a.next:hover:after,
.pagination .page-numbers > li > a.next:focus:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.pagination .pagination__text,
.pagination .page-numbers > li > span, .pagination .pagination__text--current,
.pagination .page-numbers > li > span--current,
.pagination .page-numbers > li > span.current, .pagination .pagination__text--dots,
.pagination .page-numbers > li > span--dots,
.pagination .page-numbers > li > span.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.pagination__text,
.pagination .page-numbers > li > span {
  background-color: #eeeeee;
  color: #000000;
}

.pagination__text--current, .pagination__text.current,
.pagination .page-numbers > li > span--current,
.pagination .page-numbers > li > span.current {
  background-color: #757575;
  color: #ffffff;
}

.pagination__text--dots, .pagination__text.dots,
.pagination .page-numbers > li > span--dots,
.pagination .page-numbers > li > span.dots {
  background-color: #eeeeee;
  color: #000000;
}

@media screen and (min-width: 810px) {
  .form__form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.form__form-group-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

@media screen and (min-width: 810px) {
  .form__form-group-title {
    display: block;
    width: 260px;
    padding: 1.6rem;
  }
}

.form__form-group-content {
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 810px) {
  .form__form-group-content {
    width: calc(100% - 260px);
    padding: 1.6rem;
  }
}

.form .form__label, .form .form__label--itemname, .form .form__label--required {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.form__label--itemname {
  color: #000000;
}

.form__label--required {
  margin-left: 0.4rem;
  padding: 0.4em 0.6em;
  border-radius: 3px;
  background: #d9534f;
  color: #ffffff;
  font-size: 1.4rem;
}

.form__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form__list-item {
  margin-bottom: 0.6rem;
}

.form .form__input, .form .form__input--text, .form .form__input--text-half, .form .form__input--textarea, .form .form__input--textarea-half, .form .form__input--select, .form .form__input--radio, .form .form__input--check {
  position: relative;
  width: 100%;
  padding: 0.4rem;
}

.form .form__input--text input, .form__input--text .form input, .form .form__input--text-half input, .form__input--text-half .form input, .form .form__input--textarea textarea, .form__input--textarea .form textarea, .form .form__input--textarea-half textarea, .form__input--textarea-half .form textarea, .form .form__input--select select, .form__input--select .form select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  border: 2px solid #efefef;
  background: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 旧Edge対応 */
  /* IE対応 */
}

.form .form__input--text input::-ms-expand, .form__input--text .form input::-ms-expand, .form .form__input--text-half input::-ms-expand, .form__input--text-half .form input::-ms-expand, .form .form__input--textarea textarea::-ms-expand, .form__input--textarea .form textarea::-ms-expand, .form .form__input--textarea-half textarea::-ms-expand, .form__input--textarea-half .form textarea::-ms-expand, .form .form__input--select select::-ms-expand, .form__input--select .form select::-ms-expand {
  display: none;
}

.form .form__input--text input::-webkit-input-placeholder, .form__input--text .form input::-webkit-input-placeholder, .form .form__input--text-half input::-webkit-input-placeholder, .form__input--text-half .form input::-webkit-input-placeholder, .form .form__input--textarea textarea::-webkit-input-placeholder, .form__input--textarea .form textarea::-webkit-input-placeholder, .form .form__input--textarea-half textarea::-webkit-input-placeholder, .form__input--textarea-half .form textarea::-webkit-input-placeholder, .form .form__input--select select::-webkit-input-placeholder, .form__input--select .form select::-webkit-input-placeholder {
  color: #cccccc;
}

.form .form__input--text input:-ms-input-placeholder, .form__input--text .form input:-ms-input-placeholder, .form .form__input--text-half input:-ms-input-placeholder, .form__input--text-half .form input:-ms-input-placeholder, .form .form__input--textarea textarea:-ms-input-placeholder, .form__input--textarea .form textarea:-ms-input-placeholder, .form .form__input--textarea-half textarea:-ms-input-placeholder, .form__input--textarea-half .form textarea:-ms-input-placeholder, .form .form__input--select select:-ms-input-placeholder, .form__input--select .form select:-ms-input-placeholder {
  color: #cccccc;
}

.form .form__input--text input::-ms-input-placeholder, .form__input--text .form input::-ms-input-placeholder, .form .form__input--text-half input::-ms-input-placeholder, .form__input--text-half .form input::-ms-input-placeholder, .form .form__input--textarea textarea::-ms-input-placeholder, .form__input--textarea .form textarea::-ms-input-placeholder, .form .form__input--textarea-half textarea::-ms-input-placeholder, .form__input--textarea-half .form textarea::-ms-input-placeholder, .form .form__input--select select::-ms-input-placeholder, .form__input--select .form select::-ms-input-placeholder {
  color: #cccccc;
}

.form .form__input--text input::placeholder, .form__input--text .form input::placeholder, .form .form__input--text-half input::placeholder, .form__input--text-half .form input::placeholder, .form .form__input--textarea textarea::placeholder, .form__input--textarea .form textarea::placeholder, .form .form__input--textarea-half textarea::placeholder, .form__input--textarea-half .form textarea::placeholder, .form .form__input--select select::placeholder, .form__input--select .form select::placeholder {
  color: #cccccc;
}

.form .form__input--text input::-ms-input-placeholder, .form__input--text .form input::-ms-input-placeholder, .form .form__input--text-half input::-ms-input-placeholder, .form__input--text-half .form input::-ms-input-placeholder, .form .form__input--textarea textarea::-ms-input-placeholder, .form__input--textarea .form textarea::-ms-input-placeholder, .form .form__input--textarea-half textarea::-ms-input-placeholder, .form__input--textarea-half .form textarea::-ms-input-placeholder, .form .form__input--select select::-ms-input-placeholder, .form__input--select .form select::-ms-input-placeholder {
  color: #cccccc;
}

.form .form__input--text input:-ms-input-placeholder, .form__input--text .form input:-ms-input-placeholder, .form .form__input--text-half input:-ms-input-placeholder, .form__input--text-half .form input:-ms-input-placeholder, .form .form__input--textarea textarea:-ms-input-placeholder, .form__input--textarea .form textarea:-ms-input-placeholder, .form .form__input--textarea-half textarea:-ms-input-placeholder, .form__input--textarea-half .form textarea:-ms-input-placeholder, .form .form__input--select select:-ms-input-placeholder, .form__input--select .form select:-ms-input-placeholder {
  color: #cccccc;
}

.form .form__input--text input, .form__input--text .form input, .form .form__input--text-half input, .form__input--text-half .form input {
  padding: 0.8rem 1.6rem;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.form .form__input--text input:focus, .form__input--text .form input:focus, .form .form__input--text-half input:focus, .form__input--text-half .form input:focus {
  border: 2px solid #757575;
}

.form .form__input--textarea textarea, .form__input--textarea .form textarea, .form .form__input--textarea-half textarea, .form__input--textarea-half .form textarea {
  padding: 1.6rem;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.form .form__input--textarea textarea:focus, .form__input--textarea .form textarea:focus, .form .form__input--textarea-half textarea:focus, .form__input--textarea-half .form textarea:focus {
  border: 2px solid #757575;
}

.form__input--text-half {
  max-width: 50%;
}

.form__input--textarea-half {
  max-width: 50%;
}

.form__input--select {
  max-width: 300px;
}

.form__input--select select {
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  cursor: pointer;
}

.form__input--select::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 0;
  margin: auto 0;
  border-width: 6px 4px 0;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.form__input--radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form__input--radio .radio-input {
  display: block !important;
  visibility: visible !important;
  opacity: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 4px !important;
  height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

.form__input--radio .radio-icon {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

.form__input--radio .radio-icon:before {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  border-radius: 50%;
  background: #757575;
  content: "";
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.form__input--radio .radio-text {
  color: #cccccc;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.form__input--radio .radio-input:checked + .radio-icon {
  border-color: #757575;
}

.form__input--radio .radio-input:checked + .radio-icon:before {
  opacity: 1;
}

.form__input--radio .radio-input:checked ~ .radio-text {
  color: #757575;
}

.form__input--check {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form__input--check .check-input {
  display: block !important;
  visibility: visible !important;
  opacity: 0 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 4px !important;
  height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
}

.form__input--check .check-icon {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  border: 2px solid #cccccc;
}

.form__input--check .check-icon:after {
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
  width: 1.6rem;
  height: 0.8rem;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  content: "";
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.form__input--check .check-text {
  color: #cccccc;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.form__input--check .check-input:checked + .check-icon {
  border-color: #757575;
}

.form__input--check .check-input:checked + .check-icon:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #757575;
  border-left: 2px solid #757575;
}

.form__input--check .check-input:checked ~ .check-text {
  color: #757575;
}

.table-overview {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}

.table-overview tr th {
  width: 16rem;
  padding: .8rem;
  vertical-align: top;
}

.table-overview tr td {
  width: calc(100% - 16rem);
  padding: .8rem 1.6rem;
  vertical-align: top;
}

.about-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 0 auto;
}

.about-icon__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

@media screen and (min-width: 810px) {
  .about-icon__item {
    display: contents;
  }
}

.about-icon__image {
  width: 100%;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

@media screen and (min-width: 810px) {
  .about-icon__image {
    margin-bottom: 0;
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 3.2rem;
  }
}

.about-icon__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.about-icon__content {
  width: 100%;
  text-align: center;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 45px;
}

@media screen and (min-width: 810px) {
  .about-icon__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 200px);
    padding-left: 3.0rem;
    text-align: left;
  }
}

.about-icon__content-name {
  margin-bottom: 0.8rem;
  font-weight: bold;
  font-size: 2.1rem;
}

@media screen and (min-width: 810px) {
  .about-icon__content-name {
    font-size: 3.2rem;
  }
}

.about-icon__content-job {
  margin-bottom: 3.2rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 810px) {
  .about-icon__content-job {
    font-size: 1.6rem;
  }
}

.about-icon__profile {
  margin: 15px auto;
}

.about-icon__profile__text {
  margin: 15px auto;
  font-size: 1.4rem;
}

@media screen and (min-width: 810px) {
  .about-icon__profile__text {
    margin: 30px auto;
    font-size: 1.6rem;
  }
}

.skillset__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.skillset__item:not(:first-child) {
  margin-top: 1.6rem;
}

.skillset__image {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin-right: 1.6rem;
  border-radius: 100%;
}

.skillset__content {
  display: block;
  width: 100%;
}

.skillset__content-title {
  font-weight: 400;
  font-size: 1.6rem;
}

.skillset .skillset__content-bar, .skillset .skillset__content-bar--10, .skillset .skillset__content-bar--20, .skillset .skillset__content-bar--30, .skillset .skillset__content-bar--40, .skillset .skillset__content-bar--50, .skillset .skillset__content-bar--60, .skillset .skillset__content-bar--70, .skillset .skillset__content-bar--80, .skillset .skillset__content-bar--90, .skillset .skillset__content-bar--100 {
  height: 1.6rem;
  margin-top: .8rem;
  overflow: hidden;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1);
}

.skillset .skillset__content-bar::after, .skillset .skillset__content-bar--10::after, .skillset .skillset__content-bar--20::after, .skillset .skillset__content-bar--30::after, .skillset .skillset__content-bar--40::after, .skillset .skillset__content-bar--50::after, .skillset .skillset__content-bar--60::after, .skillset .skillset__content-bar--70::after, .skillset .skillset__content-bar--80::after, .skillset .skillset__content-bar--90::after, .skillset .skillset__content-bar--100::after {
  display: block;
  height: 1.6rem;
  border-radius: 0.8rem;
  background: #757575;
  content: "";
}

.skillset__content-bar--10::after {
  width: 10%;
}

.skillset__content-bar--20::after {
  width: 20%;
}

.skillset__content-bar--30::after {
  width: 30%;
}

.skillset__content-bar--40::after {
  width: 40%;
}

.skillset__content-bar--50::after {
  width: 50%;
}

.skillset__content-bar--60::after {
  width: 60%;
}

.skillset__content-bar--70::after {
  width: 70%;
}

.skillset__content-bar--80::after {
  width: 80%;
}

.skillset__content-bar--90::after {
  width: 90%;
}

.skillset__content-bar--100::after {
  width: 100%;
}

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

.about-definition__term {
  width: 40%;
  margin-bottom: .8rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.about-definition__term:after {
  content: "：";
}

.about-definition__description {
  width: 60%;
  margin-bottom: .8rem;
  font-size: 1.6rem;
  text-align: right;
}

.works-item {
  -webkit-box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}

.works-item__thumbnail {
  overflow: hidden;
}

.works-item__thumbnail-image {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.works-item__content {
  padding: 0.8rem;
}

@media (min-width: 992px) {
  .works-item__content {
    padding: 1.6rem;
  }
}

.works-item__content-title {
  color: #000000;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}

.works-item:hover {
  -webkit-box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.3);
}

.works-item:hover .works-item__thumbnail-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.works-item:hover .works-item__button-more {
  background: #000000;
  color: #ffffff;
}

.works-item:hover .works-item__button-more:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.service-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
}

.service-item__icon {
  text-align: -webkit-center;
  margin: 0 auto;
}

.service-item__title {
  color: #000000;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0;
}

@media screen and (min-width: 810px) {
  .service-item__title {
    font-size: 2.6rem;
  }
}

.service-item__text {
  color: #b3b3b3;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 810px) {
  .service-item__text {
    font-size: 1.8rem;
  }
}

.service-item__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.service-item__step__item {
  width: 70%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.service-item__stepicon {
  margin: auto 0;
  width: 30%;
  text-align: -webkit-center;
}

.service-item__steptitle {
  color: #000000;
  font-weight: 600;
  font-size: 1.6rem;
}

@media screen and (min-width: 810px) {
  .service-item__steptitle {
    font-size: 2.1rem;
  }
}

.service-item__steptext {
  color: #b3b3b3;
  font-size: 1.2rem;
}

@media screen and (min-width: 810px) {
  .service-item__steptext {
    font-size: 1.4rem;
  }
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.top-concept {
  position: relative;
  margin: 0 auto;
}

.top-concept__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 15px;
}

@media screen and (min-width: 810px) {
  .top-concept__container {
    padding: 90px 15px;
  }
}

@media screen and (min-width: 810px) {
  .top-concept .top-concept__layout, .top-concept .top-concept__layout--left, .top-concept .top-concept__layout--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-concept__layout--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-concept__layout--left .top-concept__layout-content {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 810px) {
  .top-concept__layout--left .top-concept__layout-content {
    width: 60%;
    margin-bottom: 0;
    padding-right: 2.4rem;
  }
}

.top-concept__layout--right .top-concept__layout-content {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 810px) {
  .top-concept__layout--right .top-concept__layout-content {
    width: 60%;
    margin-bottom: 0;
    padding-left: 2.4rem;
  }
}

@media screen and (min-width: 810px) {
  .top-concept__layout-image {
    width: 40%;
  }
}

.top-concept__layout-image img {
  display: block;
  max-width: 100%;
  border-radius: 1.6rem;
}

.top-concept__heading {
  margin-bottom: 3.2rem;
}

.top-concept__text {
  color: #b3b3b3;
  font-size: 1.4rem;
  line-height: 1.8;
}

.top-concept__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-right: 2.4rem;
  margin-left: 3.6rem;
  padding: 3.6rem 0;
  color: #000000;
  -webkit-transition: padding-left .2s;
  transition: padding-left .2s;
}

.top-concept__link::before {
  display: block;
  position: absolute;
  left: -3.6rem;
  z-index: -1;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 100%;
  background: #757575;
  content: "";
}

.top-concept__link:hover, .top-concept__link:focus {
  padding-left: .4rem;
}

.top-concept__link:hover::before, .top-concept__link:focus::before {
  background: #6d6d6d;
}

.top-message__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 15px;
}

@media screen and (min-width: 810px) {
  .top-message__container {
    padding: 90px 15px;
  }
}

.top-message__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.top-message__heading {
  margin-bottom: 6.4rem;
}

.top-message__text {
  color: #b3b3b3;
  font-size: 1.6rem;
}

.top-message__guide {
  padding-top: 6.4rem;
}

.top-service {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 810px) {
  .top-service {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.top-service__heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 810px) {
  .top-service__heading {
    margin-bottom: 60px;
  }
}

.top-service__list {
  letter-spacing: -0.4em;
  text-align: center;
}

@media screen and (min-width: 810px) {
  .top-service__list {
    width: 1030px;
    margin: auto;
  }
}

.top-service__list__box {
  letter-spacing: normal;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 50px;
}

@media screen and (min-width: 810px) {
  .top-service__list__box {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 0 40px;
    margin-bottom: 40px;
  }
}

.top-service__list__box__lead {
  height: 110vw;
  font-size: 6vw;
  line-height: 10vw;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  text-align: left;
  left: 50%;
  letter-spacing: 0.03em;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

@media screen and (min-width: 810px) {
  .top-service__list__box__lead {
    height: 570px;
    font-size: 3.2rem;
    line-height: 46px;
  }
}

.top-service__list__box__title {
  font-size: 2.4rem;
  line-height: 14vw;
  padding-bottom: 20px;
  letter-spacing: .06em;
  font-weight: bold;
}

@media screen and (min-width: 810px) {
  .top-service__list__box__title {
    font-size: 3.2rem;
    line-height: 58px;
    padding-bottom: 60px;
  }
}

.top-service__list__box__title:after {
  content: '';
  width: 28px;
  height: 1px;
  background: #000000;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}

@media screen and (min-width: 810px) {
  .top-service__list__box__title:after {
    margin-top: 50px;
  }
}

.top-service__list__box p {
  width: 90vw;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 6vw;
  text-align: left;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 810px) {
  .top-service__list__box p {
    width: auto;
    line-height: 30px;
    font-size: 1.4rem;
  }
}

.top-service__guide {
  padding-top: 6.4rem;
}

.top-service__border01 {
  background: url(../img/border01.png) no-repeat center center;
  background-size: 100% 100%;
  height: 190px;
}

@media screen and (min-width: 810px) {
  .top-service__border01 {
    height: 490px;
  }
}

.top-service__border02 {
  background: url(../img/border02.png) no-repeat center center;
  background-size: 100% 100%;
  height: 190px;
}

@media screen and (min-width: 810px) {
  .top-service__border02 {
    height: 490px;
  }
}

.top-information {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 810px) {
  .top-information {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.top-information__block {
  width: 90vw;
  margin: 0 auto;
  overflow: hidden;
}

.top-information__container ul {
  margin: 0 auto;
  padding: 0;
}

.top-information__heading {
  margin-bottom: 40px;
  padding-top: 20vw;
}

@media screen and (min-width: 810px) {
  .top-information__heading {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}

.top-information__heading-sub {
  margin: 0 0 1.6rem 0;
  padding: 0 0 0.4rem 0;
  border-bottom: 2px solid #000000;
  color: #000000;
  font-weight: 700;
  font-size: 2.4rem;
}

.top-information__profile {
  margin-bottom: auto;
}

@media screen and (min-width: 810px) {
  .top-information__profile {
    margin-bottom: 6.4rem;
  }
}

@media (min-width: 992px) {
  .top-information__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90rem;
    margin: 0 auto;
  }
}

.top-information__list-item {
  margin: 2.4rem 0 0 0;
}

@media (min-width: 992px) {
  .top-information__list-item {
    width: calc(100% / 2 - 30px);
    margin: 15px;
  }
}

.top-information__title {
  padding-right: 40px;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: .03em;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.top-information__title:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 9px;
  width: 13px;
  height: 1px;
  margin-top: 0px;
  background: #6d523f;
  -webkit-transition: all 0.4s 0.0s ease;
  transition: all 0.4s 0.0s ease;
}

.top-information__title:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background: #6d523f;
  -webkit-transition: all 0.4s 0.0s ease;
  transition: all 0.4s 0.0s ease;
}

.top-information__content {
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: .03em;
  display: none;
}

.top-information ul li {
  overflow: hidden;
  border-bottom: 1px #000 solid;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  padding: 0px 0px 20px 0px;
}

@media screen and (min-width: 810px) {
  .top-information ul li {
    margin: auto;
    margin-bottom: 20px;
    width: 1030px;
  }
}

.top-information__toggleview .top-information__title:before {
  -webkit-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}

.top-information__toggleview .top-information__title:after {
  -webkit-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}

.top-information__more {
  text-align: right;
}

.top-information__more a {
  font-size: 1.2rem;
  font-size: 500;
  color: #000000;
  text-decoration: underline;
}

.top-information__more a:hover {
  color: #000000;
}

@media screen and (min-width: 810px) {
  .top-information__more {
    margin: auto;
    width: 1030px;
  }
}

#information.moreview .more {
  display: none;
}

#information.moreview ul li:nth-child(n+2) {
  display: block;
}

.page-information__heading {
  padding-top: 0;
}

.top-works {
  background-image: url(../img/com_bg.jpg);
  padding-top: 40px;
  padding-bottom: 60px;
}

@media screen and (min-width: 810px) {
  .top-works {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.top-works__heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 810px) {
  .top-works__heading {
    margin-bottom: 60px;
  }
}

.top-works__list {
  list-style: none;
  width: 90%;
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 810px) {
  .top-works__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.top-works__list iframe, .top-works__list img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 810px) {
  .top-works__list iframe, .top-works__list img {
    width: 100%;
    height: 20vw;
  }
}

.top-works__list__item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-bottom: 30px;
}

@media screen and (min-width: 810px) {
  .top-works__list__item {
    width: 30%;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
  }
}

.top-works__list__text-set {
  padding: 30px;
  padding-top: 15px;
  background: #ffffff;
  color: #000000;
}

@media screen and (min-width: 810px) {
  .top-works__list__text-set {
    height: 250px;
  }
}

.top-works__list__text-set p {
  font-size: 1.2rem;
  padding: 8px 0;
}

@media screen and (min-width: 810px) {
  .top-works__list__text-set p {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.top-works__list__text-set h3 {
  font-family: "Helvetica Neue", YuGothic, "游ゴシック体",sans-serif;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: .02em;
}

@media screen and (min-width: 810px) {
  .top-works__list__text-set h3 {
    font-size: 1.8rem;
    line-height: 28px;
  }
}

.top-works__list__category span {
  font-size: 1.4rem;
  line-height: 13px;
  border: 1px solid #b9c9c9;
  color: #b9b9b9;
  display: inline-block;
  padding: 3px 6px;
  margin-right: 10px;
}

.top-works__guide {
  padding-top: 6.4rem;
}

.top-blog {
  background: #fafafa;
}

.top-blog__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 15px;
}

@media screen and (min-width: 810px) {
  .top-blog__container {
    padding: 90px 15px;
  }
}

.top-blog__heading {
  margin-bottom: 6.4rem;
}

.top-blog__list {
  margin: 0;
}

.top-blog__list-item:not(:last-child) {
  margin: 0 0 4.8rem 0;
}

.top-blog__guide {
  padding-top: 6.4rem;
}

.contact-guide {
  position: relative;
  padding-top: 40px;
  margin-bottom: 20vw;
}

@media screen and (min-width: 810px) {
  .contact-guide {
    padding-top: 80px;
    padding-bottom: 90px;
    margin-bottom: 0;
  }
}

.contact-guide__heading {
  margin: 0 0 4.8rem 0;
  text-align: center;
}

.contact-guide__heading-main {
  font-weight: 700;
  font-family: 'Ubuntu', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.6rem;
}

.contact-guide__heading-main:after {
  display: block;
  max-width: 150px;
  margin: 1.6rem auto 1.6rem auto;
  border-bottom: 3px solid #222222;
  content: "";
}

@media (min-width: 992px) {
  .contact-guide__heading-main {
    font-size: 4.0rem;
  }
  .contact-guide__heading-main:after {
    max-width: 240px;
  }
}

.contact-guide__heading-sub {
  font-weight: 400;
  font-size: 1.4rem;
}

.contact-guide__message {
  margin: 0 0 4.8rem 0;
  color: #000000;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 810px) {
  .contact-guide__message {
    font-size: 2.0rem;
  }
}

.contact-guide::before {
  content: '';
  position: absolute;
  top: 80vw;
  right: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1) translate(0%, 0%) rotate(20deg);
  transform: scale(1, 1) translate(0%, 0%) rotate(20deg);
}

@media screen and (min-width: 810px) {
  .contact-guide::before {
    top: 420px;
  }
}

.contact-guide::after {
  content: '';
  position: absolute;
  top: 80vw;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1) translate(0%, 0%) rotate(-20deg);
  transform: scale(1, 1) translate(0%, 0%) rotate(-20deg);
}

@media screen and (min-width: 810px) {
  .contact-guide::after {
    top: 420px;
  }
}

.contact-form__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 15px;
}

@media screen and (min-width: 810px) {
  .contact-form__container {
    padding: 90px 15px;
  }
}

.contact-form__heading {
  margin-bottom: 3.2rem;
}

.contact-form__content {
  margin: 0 auto;
  padding: 3.2rem 1rem;
  background: #fff;
}

@media (min-width: 992px) {
  .contact-form__content {
    padding: 6.4rem 4rem;
  }
}

.contact-form__message {
  text-align: center;
  margin: 3.2rem 0;
}

.contact-form__form {
  max-width: 850px;
  margin: 0 auto 1.6rem auto;
}

@media (min-width: 992px) {
  .contact-form__form {
    margin: 0 auto 6.4rem auto;
  }
}

.contact-form__button {
  text-align: center;
}

.contact-form__button-submit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s;
  transition: box-shadow .2s, text-shadow .2s, background-color .2s,  border-color .2s, opacity .2s, -webkit-box-shadow .2s;
  background: #000000;
  padding: 1em 3em;
  color: #ffffff;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
}

@media (min-width: 992px) {
  .contact-form__button-submit {
    max-width: 240px;
  }
}

.contact-form__button-submit:hover {
  background: #ffffff;
  color: #000000;
}

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl {
  width: 800px;
}

#cf-tbl table {
  width: 100%;
  border-collapse: collapse;
  border: solid #CCC;
  border-width: 1px;
  color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: solid #CCC;
  border-width: 1px;
  vertical-align: middle;
}

#cf-tbl table tr th {
  width: 35%;
  background: #eee;
}

@media screen and (max-width: 768px) {
  #cf-tbl {
    width: 100%;
  }
  #cf-tbl table,
  #cf-tbl table tbody,
  #cf-tbl table tr,
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    display: block;
  }
  #cf-tbl table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  #cf-tbl table tr th,
  #cf-tbl table tr td {
    width: 100%;
    padding: 3% 5%;
  }
  #cf-tbl table tr td {
    border-width: 0px 1px 0px 1px;
  }
}

/*「必須」文字デザイン*/
.required {
  font-size: .8em;
  padding: 5px;
  background: #F57500;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional {
  font-size: .8em;
  padding: 5px;
  background: #000080;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
  display: block;
  padding: 15px;
  width: 400px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  input.wpcf7-submit {
    width: 250px;
  }
}

input.wpcf7-submit:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  opacity: 0.7;
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */