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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-arrow-right:before {
  content: "\EA01";
}

.icon-cross:before {
  content: "\EA02";
}

.icon-enter:before {
  content: "\EA03";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background-color: black;
}

body {
  font-family: source-han-serif-japanese, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: .06em;
  line-height: 2.4;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * sec container
**/
.container {
  overflow: hidden;
  min-width: 1140px;
}

@media screen and (max-width: 750px) {
  .container {
    min-width: auto;
  }
}

/**
 * sec footer
**/
.site-footer {
  background: #000;
  position: relative;
  padding: 0 0 0;
}

@media screen and (max-width: 750px) {
  .site-footer {
    padding: 0 0;
  }
}

.site-footer__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 1200px;
}

@media screen and (max-width: 750px) {
  .site-footer__inner {
    width: auto;
  }
}

.site-footer__inner .logo {
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .site-footer__inner .logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-footer__inner .logo a:first-child {
  margin-right: 35px;
}

@media screen and (max-width: 750px) {
  .site-footer__inner .logo a:first-child img {
    width: 85px;
  }
}

@media screen and (max-width: 750px) {
  .site-footer__inner .logo a:nth-child(2) img {
    width: 130px;
  }
}

.site-footer__inner p {
  margin: 25px 0 0;
  color: #575757;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 750px) {
  .site-footer__inner p {
    font-size: .9rem;
    line-height: 1.8;
    letter-spacing: .025em;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}

/**
 * sec header
**/
.site-header {
  position: absolute;
  top: 0;
  z-index: 110;
  width: 100%;
}

.site-header__inner {
  position: relative;
  top: 64px;
}

.site-header__inner h1 {
  display: inline-block;
  left: 48px;
  position: relative;
  top: 27px;
}

@media screen and (max-width: 750px) {
  .site-header__inner h1 {
    z-index: 2;
    left: 20px;
    top: 10px;
    width: 84px;
  }
}

.site-header__inner .global_nav {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 40px;
}

@media screen and (max-width: 750px) {
  .site-header__inner .global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    padding: 95px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    box-sizing: border-box;
  }

  .site-header__inner .global_nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.site-header__inner .nav-list {
  display: flex;
}

.site-header__inner .nav-list__item {
  margin: 0 0 0 40px;
}

.site-header__inner .nav-list__item a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  color: #aa8e29;
  letter-spacing: 0.06em;
  font-family: brandon-grotesque, sans-serif;
  overflow: hidden;
  padding-bottom: 4px;
}

.site-header__inner .nav-list__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aa8e29;
  content: '';
  transform: translate3d(-100%, 0, 0);
  transition: 0.4s;
}

.site-header__inner .nav-list__item a:hover::before {
  transform: translate3d(0, 0, 0);
}

.site-header__inner .event {
  display: none;
}

@media screen and (max-width: 750px) {
  .site-header__inner .nav-list {
    display: block;
  }

  .site-header__inner .nav-list__item {
    margin: 0 0 30px;
    text-align: center;
  }

  .site-header__inner .nav-list__item a {
    font-size: 21px;
    letter-spacing: 0.06em;
  }

  .site-header__inner .nav-list__item a:hover::before {
    transform: translate3d(-100%, 0, 0);
  }

  .site-header__inner .event {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .site-header__inner .event .sec-inner {
    margin: 0 20px;
  }

  .site-header__inner .event .sec-inner p {
    font-size: 14px;
  }
}

.site-header__inner .menu-button {
  display: none;
}

@media screen and (max-width: 750px) {
  .site-header__inner .menu-button {
    display: block;
    position: fixed;
    /* top: 0; */
    top: 68px;
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
  } 

  .site-header__inner .menu-button .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 16px;
    margin: 0 auto;
  }
  
  .site-header__inner .menu-button .line {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    transform-origin: left;
    transition: 0.4s;
  }
  
  .site-header__inner .menu-button.is-active .line:nth-child(1) {
    transform: rotate(45deg);
  }
  
  .site-header__inner .menu-button.is-active .line:nth-child(2) {
    opacity: 0;
  }
  
  .site-header__inner .menu-button.is-active .line:nth-child(3) {
    transform: rotate(-45deg);
  }
}

.site-header__inner .global_nav__cv {
  display: inline-block;
}

.site-header__inner .global_nav__cv a {
  border: 1px solid #292929;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #aa8e29;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  height: 65px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 205px;
}

@media screen and (max-width: 750px) {
  .site-header__inner .global_nav__cv a {
    height: 38px;
    font-size: 1.3rem;
    width: 117px;
  }
}

.site-header__inner .global_nav__cv a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 751px) {
  .site-header__inner .global_nav__cv a:hover {
    border: 1px solid #000000;
    color: #000000;
  }
}

.site-header__inner .global_nav .nav__btn {
  border: none;
  background-color: #121212;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 85px;
}

.site-header__inner .global_nav .nav__btn__target {
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
  z-index: 100;
}

.site-header__inner .global_nav .nav__btn__line {
  width: 25px;
  list-style: none;
  padding: 0;
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
}

.site-header__inner .global_nav .nav__btn__line span {
  display: inline-block;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: translateY(-7px) translateZ(0);
          transform: translateY(-7px) translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}

.site-header__inner .global_nav .nav__btn__line span:last-child {
  bottom: 0;
  display: inline-block;
  -webkit-transform: translateY(3.75px) translateZ(0);
          transform: translateY(3.75px) translateZ(0);
}

.site-header__inner .global_nav .nav__btn.open .nav__btn__line span {
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
}

.site-header__inner .global_nav .nav__btn.open .nav__btn__line span:last-child {
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}

.st, .st.-init {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.-init.st {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
/* Button
/*
----------------------------------------------------------------- */
.btn {
  overflow: hidden;
  position: relative;
}

.btn a,
button.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 100%;
  text-decoration: none;
  background: none;
  border: none;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .btn a,
  button.btn {
    font-size: 1.3rem;
  }
}

.btn a::after,
button.btn::after {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1.1rem;
  color: #ffffff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, color .3s ease;
  transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

.arrow {
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
}

@media screen and (max-width: 750px) {
  .arrow {
    width: 43px;
  }
}

.arrow span {
  content: '';
  display: block;
  background-color: #000000;
  height: 1px;
  position: absolute;
}

.arrow span:nth-child(1) {
  width: 80px;
  left: 0;
  top: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .arrow span:nth-child(1) {
    width: 43px;
  }
}

.arrow span:nth-child(2) {
  width: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 70px;
  top: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .arrow span:nth-child(2) {
    left: 36px;
    width: 7px;
  }
}

@media screen and (min-width: 751px) {
  .animate_arrow:hover .arrow span:nth-child(1) {
    -webkit-animation: arrowLong 1s linear infinite;
            animation: arrowLong 1s linear infinite;
  }
  .animate_arrow:hover .arrow span:nth-child(2) {
    -webkit-animation: arrowShort 1s linear infinite;
            animation: arrowShort 1s linear infinite;
  }
}

@-webkit-keyframes arrowLong {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  80% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@keyframes arrowLong {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  80% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}

@-webkit-keyframes arrowShort {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: 0;
    left: 71px;
  }
  30% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: 0;
    left: 71px;
  }
  50% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: 0;
    left: 71px;
  }
  51% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: -7px;
    left: 74px;
  }
  80% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: -7px;
    left: 74px;
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: -7px;
    left: 74px;
  }
}

@keyframes arrowShort {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: 0;
    left: 71px;
  }
  30% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: 0;
    left: 71px;
  }
  50% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    top: 0;
    left: 71px;
  }
  51% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: -7px;
    left: 74px;
  }
  80% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: -7px;
    left: 74px;
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: -7px;
    left: 74px;
  }
}

/*
/* Input Checkbox

	<label class="input-checkbox">
		<input type="checkbox" class="input-checkbox__input" name="piyo">
		<span class="input-checkbox__item">チェックボックスのサンプル</span>
	</label>

/*
----------------------------------------------------------------- */
.input-checkbox {
  cursor: pointer;
}

.input-checkbox__input {
  display: none;
}

.input-checkbox__input:checked + .input-checkbox__item::before {
  background: #ccc;
}

.input-checkbox__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding-left: 40px;
  height: 48px;
}

.input-checkbox__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
}

/*
/* Input Radio

	<label class="input-radio">
		<input type="radio" class="input-radio__input" name="sample">
		<span class="input-radio__item">ラジオボタンのサンプル</span>
	</label>

/*
----------------------------------------------------------------- */
.input-radio {
  display: inline-block;
}

.input-radio__input {
  display: none;
}

.input-radio__input:checked + .input-radio__item {
  border-color: #6cc;
}

.input-radio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px #000 solid;
  padding: 20px;
  cursor: pointer;
}

/*
/* Input select

	<div class="input-select">
		<select name="">
			<option value="">foo</option>
		</select>
	</div>

/*
----------------------------------------------------------------- */
.input-select {
  position: relative;
  display: inline-block;
}

.input-select::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}

.input-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 10px;
  background: transparent;
  border: none;
  border: 1px #eee solid;
  font-size: 1.4rem;
  width: 100%;
}

.input-select select::-ms-expand {
  display: none;
}

.input-select select:focus {
  outline: none;
}

/*
/* Input text
/*
----------------------------------------------------------------- */
.input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  padding: 10px;
  border: 1px #eee solid;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-text:focus {
  outline: none;
}

.input-text::-ms-clear {
  visibility: hidden;
}

.input-text::-ms-reveal {
  visibility: hidden;
}

.input-text:disabled {
  background: #eee;
}

/*
/* Input textarea
/*
----------------------------------------------------------------- */
.input-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 1px #eee solid;
  font-size: 1.4rem;
  line-height: 1.9;
}

.input-textarea:focus {
  outline: none;
}

.input-textarea:disabled {
  background: #eee;
}

dl dd {
  line-height: 1.8;
}

ul li {
  line-height: 1.8;
  margin-top: 8px;
}

ul.disc {
  list-style-type: disc;
  padding-left: 2rem;
}


@media screen and (max-width: 750px) {
  .modal {
    height: 100%;
    overflow-y: scroll;
  }
}

.modal__bg {
  background: rgba(170, 142, 41, 0.9);
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .modal__bg {
  }
}

.modal__content {
  background: #000000;
  left: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  max-height: 654px;
  min-width: 1020px;
  max-width: 1200px;
  width: 90%;
}

@media screen and (max-width: 750px) {
  .modal__content {
    left: 0;
    max-height: none;
    margin: 78px auto 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    min-width: auto;
  }
}

.modal .btn {
  height: 75px;
  position: absolute;
  right: -10px;
  top: -90px;
  width: 75px;
}

@media screen and (max-width: 750px) {
  .modal .btn {
    height: 45px;
    right: -5px;
    top: -55px;
    width: 45px;
  }
}

.modal .btn span {
  margin-top: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  top: 50%;
}

.modal .btn span:last-child {
  bottom: 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
}

.modal .row_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb {
    display: block;
  }
}

.modal .row_thumb__body {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__body {
    padding: 25px;
    width: auto;
  }
}

.modal .row_thumb__inner {
  background-color: #000000;
  padding: 0 9% 0 11%;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__inner {
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    width: auto;
  }
}

.modal .row_thumb__inner .copy {
  color: #000000;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__inner .copy {
    bottom: 35px;
    font-size: 1.9rem;
    line-height: 1.9;
  }
  #member-02 .copy {
    letter-spacing: -0.05em;
  }
  #member-03 .copy {
    letter-spacing: 0;
  }
}

.modal .row_thumb__inner .copy span {
  background-color: #aa8e29;
  font-weight: 700;
  padding: 1px 10px 4px;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__inner .copy span {
    padding: 0px 5px 2px;
  }
}

.modal .row_thumb__inner .profile {
  margin-top: 20px;
}

.modal .row_thumb__inner .profile p {
  margin-top: 0;
  text-align: left;
}

.modal .row_thumb__inner .profile .name {
  font-size: 2rem;
  letter-spacing: .3em;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__inner .profile .name {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.modal .row_thumb__inner .profile .career {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__inner .profile .career {
    font-size: 1.2rem;
    margin-top: 5px;
    line-height: 1.6;
  }
}

.modal .row_thumb__inner .profile .career span {
  color: #aa8e29;
}

.modal .row_thumb__inner > p {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__inner > p {
    margin-top: 20px;
  }
}

.modal .row_thumb__thumb {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .modal .row_thumb__thumb {
    width: auto;
  }
}

.modal .row_thumb__thumb figure {
  width: 100%;
}

.modal .row_thumb__thumb figure img {
  width: 100%;
}


.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sec-inner {
  margin-right: auto;
  margin-left: auto;
}

.sec-inner h2 {
  font-weight: 700;
  text-align: center;
}

.sec-inner h3 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;

}


@media screen and (max-width: 750px) {
  .sec-inner h3 {
    font-size: 2rem;
    margin-top: 27px;
  }
}
.sec-inner h5 {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  margin-top: 55px;
}

@media screen and (max-width: 750px) {
  .sec-inner h5 {
    font-size: 2rem;
    margin-top: 27px;
  }
}

.sec-inner p {
  font-size: 1.6rem;
  margin-top: 35px;
}
.sponly{
  display: none;
}
@media screen and (max-width: 750px) {
  .sec-inner p {
    font-size: 1.5rem;
    margin-top: 21px;
  }
}

@media screen and (max-width: 500px) {
  .sec-inner h3 {
    font-size: 1.7rem;
    margin-top: 27px;
    padding: 10px 0;
  }
  .sec-inner p {
    font-size: 1.2rem;
    margin-top: 21px;
  }
  .sponly{
    display: block;
  }
}

.text {
  font-size: 1.4rem;
  line-height: 1.9;
}

.text.-c {
  text-align: center;
}

.text.-l {
  text-align: left;
}

.text.-r {
  text-align: right;
}

.notes {
  color: #444;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .notes {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

h2 {
  color: #aa8e29;
  text-align: center;
}

h3 {
  color: #aa8e29;
  margin-top: 40px;
  text-align: center;
}

/*
/* Top
/*
----------------------------------------------------------------- */

.sec {
  position: relative;
  background-color: #030304;
}

/**
 * sec mv
**/
.mv {
  position: relative;
  top: 0;
  left: 0;
  height: 789px;
  width: 100%;
  padding: 270px 0 0;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .mv {
    height: 100vh;
    padding: 200px 0 0;
  }
}
.box{
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .box{
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
  }
}

.mv__bg {
  position: fixed;
  top: 0;
  /* top: 68px; */
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 1800px;
  background: url(/asset1/images/mv_bg_02.jpeg) no-repeat center center/cover;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .mv__bg {
    min-width: auto;
    background: url(/asset1/images/mv_bg_02.jpeg) no-repeat center center/cover;
  }
}

.mv__copy {
  position: relative;
}

.mv__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .mv__copy {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 100%;
  }

  .mv__scroll img {
    width: 35px;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .mv__copy {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0%;
    width: 100%;
  }

  .mv__scroll img {
    width: 35px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .mv h1 {
    margin-left: auto;
    margin-right: auto;
    width: 295px;
  }
}

.mv p {
  letter-spacing: .33em;
  line-height: 2.9em;
  margin-bottom: 50px;
}


@media screen and (max-width: 750px) {
  .mv p {
    font-size: 1.5rem;
    line-height: 2.2em;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 18px;
    text-align: center;
  }
}
@media screen and (min-width: 500px){
  .br-sp {display: none}}

@media screen and (max-width: 500px){

  .mv p{
    font-size: 1.3rem;
    line-height: 2.2em;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 18px;
    text-align: center; 
  }
  }
.mv p span {
  color: #aa8e29;
}
.ueyohaku1{
  margin-top: 50px;
}
/**
 * sec about
**/
.about1 {
  padding: 0px 0;
  position: relative;
  background: transparent;
}

.about {
  padding: 80px 0;
  position: relative;
  background: transparent;
}

@media screen and (max-width: 750px) {
  .about1 {
    background-position: 45% 40%;
    background-size: 155%;
    padding: 50px 0 50px 0;
  }
}

@media screen and (max-width: 750px) {
  .about1 .sec-inner {
    left: 0;
    padding-top: 70px;
    top: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 750px) {
  .about1 .sec-inner h2 {
    margin-left: auto;
    margin-right: auto;
    width: 86px;
  }
}

.about1 .sec-inner h3 {
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .about1 .sec-inner h3 {
    line-height: 1.6;
  }
}

.about1 .sec-inner p {
  letter-spacing: .2em;
  line-height: 2.4;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .about1 .sec-inner p {
    line-height: 1.9;
  }
}

.about1 .bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 53%;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .about1 .bg {
    left: 52%;
    top: 50%;
    width: 150%;
  }
}

.about1 .bg img {
  height: auto;
  max-width: 1773px;
  width: 100%;
  display: inline-block;
}

.about {
  padding: 80px 0;
  position: relative;
  background: transparent;
}

@media screen and (max-width: 750px) {
  .about {
    background-position: 45% 40%;
    background-size: 155%;
    padding: 0 0 120px 0;
  }
}

@media screen and (max-width: 750px) {
  .about .sec-inner {
    left: 0;
    padding-top: 70px;
    top: 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 750px) {
  .about .sec-inner h2 {
    margin-left: auto;
    margin-right: auto;
    width: 86px;
  }
}

.about .sec-inner h3 {
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .about .sec-inner h3 {
    line-height: 1.6;
  }
}

.about .sec-inner p {
  letter-spacing: .2em;
  line-height: 2.4;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .about .sec-inner p {
    line-height: 1.9;
  }
}

.about .bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 53%;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .about .bg {
    left: 52%;
    top: 50%;
    width: 150%;
  }
}

.about .bg img {
  height: auto;
  max-width: 1773px;
  width: 100%;
  display: inline-block;
}

/**
 * sec mind
**/
.mind {
  margin-top: -115px;
  padding: 100px 0 0;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .mind {
    margin-top: 0;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 750px) {
  .mind .sec-inner h2 {
    margin-left: auto;
    margin-right: auto;
    width: 65px;
  }
}

.mind .sec-inner h3 {
  margin-top: 50px;
  line-height: 1.6;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .mind .sec-inner h3 {
    margin-top: 26px;
  }
}

.mind .sec-inner .row {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .mind .sec-inner .row {
    margin-top: -15px;
  }
}

.mind .sec-inner .row .col, .mind .sec-inner .row .col-1, .mind .sec-inner .row .col-2, .mind .sec-inner .row .col-3, .mind .sec-inner .row .col-4, .mind .sec-inner .row .col-5, .mind .sec-inner .row .col-6, .mind .sec-inner .row .col-7, .mind .sec-inner .row .col-8, .mind .sec-inner .row .col-9, .mind .sec-inner .row .col-10, .mind .sec-inner .row .col-11, .mind .sec-inner .row .col-12 {
  margin-top: 0;
  padding: 0;
  width: 20%;
}

@media screen and (max-width: 750px) {
  .mind .sec-inner .row .col, .mind .sec-inner .row .col-1, .mind .sec-inner .row .col-2, .mind .sec-inner .row .col-3, .mind .sec-inner .row .col-4, .mind .sec-inner .row .col-5, .mind .sec-inner .row .col-6, .mind .sec-inner .row .col-7, .mind .sec-inner .row .col-8, .mind .sec-inner .row .col-9, .mind .sec-inner .row .col-10, .mind .sec-inner .row .col-11, .mind .sec-inner .row .col-12 {
    margin-bottom: 125px;
    width: auto;
  }
  .mind .sec-inner .row .col:last-child, .mind .sec-inner .row .col-1:last-child, .mind .sec-inner .row .col-2:last-child, .mind .sec-inner .row .col-3:last-child, .mind .sec-inner .row .col-4:last-child, .mind .sec-inner .row .col-5:last-child, .mind .sec-inner .row .col-6:last-child, .mind .sec-inner .row .col-7:last-child, .mind .sec-inner .row .col-8:last-child, .mind .sec-inner .row .col-9:last-child, .mind .sec-inner .row .col-10:last-child, .mind .sec-inner .row .col-11:last-child, .mind .sec-inner .row .col-12:last-child {
    margin-bottom: 0;
  }
}

.mind .sec-inner .row .col a, .mind .sec-inner .row .col-1 a, .mind .sec-inner .row .col-2 a, .mind .sec-inner .row .col-3 a, .mind .sec-inner .row .col-4 a, .mind .sec-inner .row .col-5 a, .mind .sec-inner .row .col-6 a, .mind .sec-inner .row .col-7 a, .mind .sec-inner .row .col-8 a, .mind .sec-inner .row .col-9 a, .mind .sec-inner .row .col-10 a, .mind .sec-inner .row .col-11 a, .mind .sec-inner .row .col-12 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.mind .sec-inner .row .col a .copy, .mind .sec-inner .row .col-1 a .copy, .mind .sec-inner .row .col-2 a .copy, .mind .sec-inner .row .col-3 a .copy, .mind .sec-inner .row .col-4 a .copy, .mind .sec-inner .row .col-5 a .copy, .mind .sec-inner .row .col-6 a .copy, .mind .sec-inner .row .col-7 a .copy, .mind .sec-inner .row .col-8 a .copy, .mind .sec-inner .row .col-9 a .copy, .mind .sec-inner .row .col-10 a .copy, .mind .sec-inner .row .col-11 a .copy, .mind .sec-inner .row .col-12 a .copy {
  font-size: 1.7rem;
  margin: -118px auto 0 5%;
  letter-spacing: .025em;
  line-height: 2;
  position: absolute;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .mind .sec-inner .row .col a .copy, .mind .sec-inner .row .col-1 a .copy, .mind .sec-inner .row .col-2 a .copy, .mind .sec-inner .row .col-3 a .copy, .mind .sec-inner .row .col-4 a .copy, .mind .sec-inner .row .col-5 a .copy, .mind .sec-inner .row .col-6 a .copy, .mind .sec-inner .row .col-7 a .copy, .mind .sec-inner .row .col-8 a .copy, .mind .sec-inner .row .col-9 a .copy, .mind .sec-inner .row .col-10 a .copy, .mind .sec-inner .row .col-11 a .copy, .mind .sec-inner .row .col-12 a .copy {
    bottom: 35px;
    line-height: 1.9;
    letter-spacing: .07em;
    margin: 0 6%;
  }
}

.mind .sec-inner .row .col a .copy span, .mind .sec-inner .row .col-1 a .copy span, .mind .sec-inner .row .col-2 a .copy span, .mind .sec-inner .row .col-3 a .copy span, .mind .sec-inner .row .col-4 a .copy span, .mind .sec-inner .row .col-5 a .copy span, .mind .sec-inner .row .col-6 a .copy span, .mind .sec-inner .row .col-7 a .copy span, .mind .sec-inner .row .col-8 a .copy span, .mind .sec-inner .row .col-9 a .copy span, .mind .sec-inner .row .col-10 a .copy span, .mind .sec-inner .row .col-11 a .copy span, .mind .sec-inner .row .col-12 a .copy span {
  background-color: #000;
  font-weight: 700;
  padding: 1px 5px 4px;
}

.mind .sec-inner .row .col a .copy span.none, .mind .sec-inner .row .col-1 a .copy span.none, .mind .sec-inner .row .col-2 a .copy span.none, .mind .sec-inner .row .col-3 a .copy span.none, .mind .sec-inner .row .col-4 a .copy span.none, .mind .sec-inner .row .col-5 a .copy span.none, .mind .sec-inner .row .col-6 a .copy span.none, .mind .sec-inner .row .col-7 a .copy span.none, .mind .sec-inner .row .col-8 a .copy span.none, .mind .sec-inner .row .col-9 a .copy span.none, .mind .sec-inner .row .col-10 a .copy span.none, .mind .sec-inner .row .col-11 a .copy span.none, .mind .sec-inner .row .col-12 a .copy span.none {
  opacity: 0;
}

.mind .sec-inner .row .col a .profile, .mind .sec-inner .row .col-1 a .profile, .mind .sec-inner .row .col-2 a .profile, .mind .sec-inner .row .col-3 a .profile, .mind .sec-inner .row .col-4 a .profile, .mind .sec-inner .row .col-5 a .profile, .mind .sec-inner .row .col-6 a .profile, .mind .sec-inner .row .col-7 a .profile, .mind .sec-inner .row .col-8 a .profile, .mind .sec-inner .row .col-9 a .profile, .mind .sec-inner .row .col-10 a .profile, .mind .sec-inner .row .col-11 a .profile, .mind .sec-inner .row .col-12 a .profile {
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -30px auto 0 5%;
  padding: 20px 33px 35px 33px;
  position: absolute;
  width: 90%;
}

@media screen and (max-width: 750px) {
  .mind .sec-inner .row .col a .profile, .mind .sec-inner .row .col-1 a .profile, .mind .sec-inner .row .col-2 a .profile, .mind .sec-inner .row .col-3 a .profile, .mind .sec-inner .row .col-4 a .profile, .mind .sec-inner .row .col-5 a .profile, .mind .sec-inner .row .col-6 a .profile, .mind .sec-inner .row .col-7 a .profile, .mind .sec-inner .row .col-8 a .profile, .mind .sec-inner .row .col-9 a .profile, .mind .sec-inner .row .col-10 a .profile, .mind .sec-inner .row .col-11 a .profile, .mind .sec-inner .row .col-12 a .profile {
    bottom: -105px;
    margin: 0 6%;
    padding: 17px 25px 22px 25px;
    width: 88%;
  }
}

.mind .sec-inner .row .col a .profile p, .mind .sec-inner .row .col-1 a .profile p, .mind .sec-inner .row .col-2 a .profile p, .mind .sec-inner .row .col-3 a .profile p, .mind .sec-inner .row .col-4 a .profile p, .mind .sec-inner .row .col-5 a .profile p, .mind .sec-inner .row .col-6 a .profile p, .mind .sec-inner .row .col-7 a .profile p, .mind .sec-inner .row .col-8 a .profile p, .mind .sec-inner .row .col-9 a .profile p, .mind .sec-inner .row .col-10 a .profile p, .mind .sec-inner .row .col-11 a .profile p, .mind .sec-inner .row .col-12 a .profile p {
  margin-top: 0;
  text-align: left;
}

.mind .sec-inner .row .col a .profile .name, .mind .sec-inner .row .col-1 a .profile .name, .mind .sec-inner .row .col-2 a .profile .name, .mind .sec-inner .row .col-3 a .profile .name, .mind .sec-inner .row .col-4 a .profile .name, .mind .sec-inner .row .col-5 a .profile .name, .mind .sec-inner .row .col-6 a .profile .name, .mind .sec-inner .row .col-7 a .profile .name, .mind .sec-inner .row .col-8 a .profile .name, .mind .sec-inner .row .col-9 a .profile .name, .mind .sec-inner .row .col-10 a .profile .name, .mind .sec-inner .row .col-11 a .profile .name, .mind .sec-inner .row .col-12 a .profile .name {
  font-size: 1.8rem;
  letter-spacing: .3em;
}

.mind .sec-inner .row .col a .profile .career, .mind .sec-inner .row .col-1 a .profile .career, .mind .sec-inner .row .col-2 a .profile .career, .mind .sec-inner .row .col-3 a .profile .career, .mind .sec-inner .row .col-4 a .profile .career, .mind .sec-inner .row .col-5 a .profile .career, .mind .sec-inner .row .col-6 a .profile .career, .mind .sec-inner .row .col-7 a .profile .career, .mind .sec-inner .row .col-8 a .profile .career, .mind .sec-inner .row .col-9 a .profile .career, .mind .sec-inner .row .col-10 a .profile .career, .mind .sec-inner .row .col-11 a .profile .career, .mind .sec-inner .row .col-12 a .profile .career {
  margin-top: 12px;
  font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
  .mind .sec-inner .row .col a .profile .career, .mind .sec-inner .row .col-1 a .profile .career, .mind .sec-inner .row .col-2 a .profile .career, .mind .sec-inner .row .col-3 a .profile .career, .mind .sec-inner .row .col-4 a .profile .career, .mind .sec-inner .row .col-5 a .profile .career, .mind .sec-inner .row .col-6 a .profile .career, .mind .sec-inner .row .col-7 a .profile .career, .mind .sec-inner .row .col-8 a .profile .career, .mind .sec-inner .row .col-9 a .profile .career, .mind .sec-inner .row .col-10 a .profile .career, .mind .sec-inner .row .col-11 a .profile .career, .mind .sec-inner .row .col-12 a .profile .career {
    margin-top: 8px;
  }
}

.mind .sec-inner .row .col a .profile .career span, .mind .sec-inner .row .col-1 a .profile .career span, .mind .sec-inner .row .col-2 a .profile .career span, .mind .sec-inner .row .col-3 a .profile .career span, .mind .sec-inner .row .col-4 a .profile .career span, .mind .sec-inner .row .col-5 a .profile .career span, .mind .sec-inner .row .col-6 a .profile .career span, .mind .sec-inner .row .col-7 a .profile .career span, .mind .sec-inner .row .col-8 a .profile .career span, .mind .sec-inner .row .col-9 a .profile .career span, .mind .sec-inner .row .col-10 a .profile .career span, .mind .sec-inner .row .col-11 a .profile .career span, .mind .sec-inner .row .col-12 a .profile .career span {
  color: #aa8e29;
}

.mind .sec-inner .row .col a figure, .mind .sec-inner .row .col-1 a figure, .mind .sec-inner .row .col-2 a figure, .mind .sec-inner .row .col-3 a figure, .mind .sec-inner .row .col-4 a figure, .mind .sec-inner .row .col-5 a figure, .mind .sec-inner .row .col-6 a figure, .mind .sec-inner .row .col-7 a figure, .mind .sec-inner .row .col-8 a figure, .mind .sec-inner .row .col-9 a figure, .mind .sec-inner .row .col-10 a figure, .mind .sec-inner .row .col-11 a figure, .mind .sec-inner .row .col-12 a figure {
  overflow: hidden;
}

.mind .sec-inner .row .col a figure img, .mind .sec-inner .row .col-1 a figure img, .mind .sec-inner .row .col-2 a figure img, .mind .sec-inner .row .col-3 a figure img, .mind .sec-inner .row .col-4 a figure img, .mind .sec-inner .row .col-5 a figure img, .mind .sec-inner .row .col-6 a figure img, .mind .sec-inner .row .col-7 a figure img, .mind .sec-inner .row .col-8 a figure img, .mind .sec-inner .row .col-9 a figure img, .mind .sec-inner .row .col-10 a figure img, .mind .sec-inner .row .col-11 a figure img, .mind .sec-inner .row .col-12 a figure img {
  height: auto;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .mind .sec-inner .row .col a:hover figure img, .mind .sec-inner .row .col-1 a:hover figure img, .mind .sec-inner .row .col-2 a:hover figure img, .mind .sec-inner .row .col-3 a:hover figure img, .mind .sec-inner .row .col-4 a:hover figure img, .mind .sec-inner .row .col-5 a:hover figure img, .mind .sec-inner .row .col-6 a:hover figure img, .mind .sec-inner .row .col-7 a:hover figure img, .mind .sec-inner .row .col-8 a:hover figure img, .mind .sec-inner .row .col-9 a:hover figure img, .mind .sec-inner .row .col-10 a:hover figure img, .mind .sec-inner .row .col-11 a:hover figure img, .mind .sec-inner .row .col-12 a:hover figure img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

/**
 * sec forum meeting
**/

.sec .more-button {
  margin: 45px 0 0;
}

.sec .more-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: brandon-grotesque, sans-serif;
  color: #aa8e29;
  font-size: 18px;
  letter-spacing: 0.06em;
  width: 205px;
  height: 64px;
  text-decoration: none;
  border: 1px solid #aa8e29;
  transition: 0.4s;
}

.sec .more-button a:hover {
  color: #000;
  background: #aa8e29;
}

@media screen and (max-width: 750px) {
  .sec .more-button a {
    width: 100%;
    height: 64px;
  }

  .sec .more-button a:hover {
    color: #aa8e29;
    background: transparent;
  }
}

.forum .sec-inner .row_thumb,
.meeting .sec-inner .row_thumb,
.learning .sec-inner .row_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb,
  .meeting .sec-inner .row_thumb,
  .learning .sec-inner .row_thumb {
    display: block;
  }
}

.forum .sec-inner .row_thumb__body,
.meeting .sec-inner .row_thumb__body,
.learning .sec-inner .row_thumb__body {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb__body,
  .meeting .sec-inner .row_thumb__body,
  .learning .sec-inner .row_thumb__body {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

.forum .sec-inner .row_thumb__inner,
.meeting .sec-inner .row_thumb__inner,
.learning .sec-inner .row_thumb__inner {
  min-width: 470px;
  padding-left: 50px;
  padding-right: 85px;
  margin: 0 0 0 auto;
  width: 48%;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb__inner,
  .meeting .sec-inner .row_thumb__inner,
  .learning .sec-inner .row_thumb__inner {
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    width: auto;
  }
}

.forum .sec-inner .row_thumb__inner h2,
.meeting .sec-inner .row_thumb__inner h2,
.learning .sec-inner .row_thumb__inner h2 {
  text-align: left;
}

.forum .sec-inner .row_thumb__inner h3,
.meeting .sec-inner .row_thumb__inner h3,
.learning .sec-inner .row_thumb__inner h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb__inner h3,
  .meeting .sec-inner .row_thumb__inner h3,
  .learning .sec-inner .row_thumb__inner h3 {
    font-size: 1.9rem;
    letter-spacing: .1em;
    line-height: 1.4;
  }
}

.forum .sec-inner .row_thumb__inner p,
.meeting .sec-inner .row_thumb__inner p,
.learning .sec-inner .row_thumb__inner p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 25px;
  line-height: 2.3;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb__inner p,
  .meeting .sec-inner .row_thumb__inner p,
  .learning .sec-inner .row_thumb__inner p {
    margin-top: 35px;
    line-height: 2;
  }
}

.forum .sec-inner .row_thumb__inner .notes,
.meeting .sec-inner .row_thumb__inner .notes,
.learning .sec-inner .row_thumb__inner .notes {
  margin-top: 3px;
}

.forum .sec-inner .row_thumb__thumb,
.meeting .sec-inner .row_thumb__thumb,
.learning .sec-inner .row_thumb__thumb {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb__thumb,
  .meeting .sec-inner .row_thumb__thumb,
  .learning .sec-inner .row_thumb__thumb {
    margin-top: 55px;
    width: auto;
  }
}

.forum .sec-inner .row_thumb__thumb figure,
.meeting .sec-inner .row_thumb__thumb figure,
.learning .sec-inner .row_thumb__thumb figure {
  width: 100%;
}

.forum .sec-inner .row_thumb__thumb figure img,
.meeting .sec-inner .row_thumb__thumb figure img,
.learning .sec-inner .row_thumb__thumb figure img {
  width: 100%;
}

.forum .sec-inner .row_thumb.-reverse,
.meeting .sec-inner .row_thumb.-reverse,
.learning .sec-inner .row_thumb.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.forum .sec-inner .row_thumb.-reverse .row_thumb__inner,
.meeting .sec-inner .row_thumb.-reverse .row_thumb__inner,
.learning .sec-inner .row_thumb.-reverse .row_thumb__inner {
  padding-left: 100px;
  padding-right: 100%;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb.-reverse .row_thumb__inner,
  .meeting .sec-inner .row_thumb.-reverse .row_thumb__inner,
  .learning .sec-inner .row_thumb.-reverse .row_thumb__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * sec forum
**/
.about-price1{
  width: 60%;
}
.about-price{
  text-align: center;
}
.ueyohaku{
  margin-top: 350px;
  margin-bottom: 100px;
}
.shitayohaku{
  margin-bottom: 100px;
}

.forum {
  background-image: url(/asset1/images/forum_bg.png);
  background-position: left top;
  background-size: 859px auto;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  padding-top: 195px;
}

@media screen and (max-width: 750px) {
  .forum {
    background-image: url(/asset1/images/forum_bg_sp.png);
    background-position: left -175px;
    background-size: 100% auto;

    padding-bottom: 48px;
    padding-top: 125px;
  }

  .forum .row_thumb__thumb {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .forum .sec-inner {
    padding-top: 65px;
  }
}

.forum .sec-inner .row_thumb__inner {
  width: 52.4%;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb__inner {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb h2 {
    width: 70px;
  }
}

.forum .row_thumb h3 {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .forum .sec-inner .row_thumb h3 {
    margin-top: 30px;
  }
}

/**
 * sec meeting
**/
.meeting {
  background-image: url(/asset1/images/meeting_bg.png);
  background-position: right bottom;
  background-size: 692px auto;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

@media screen and (max-width: 750px) {
  .meeting {
    background-image: url(/asset1/images/meeting_bg_sp.png);
    background-position: left bottom 46.8%;
    background-size: 91% auto;
    padding-bottom: 48px;
  }

  .meeting .row_thumb__thumb {
    padding: 0 20px 0 0;
  }
}

.meeting .sec-inner .row_thumb__inner p {
  margin-bottom: 5px;
}

.meeting .sec-inner .row_thumb h2 {
  width: 83px;
}

.meeting .sec-inner .row_thumb h3 {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .meeting .sec-inner .row_thumb h3 {
    margin-top: 20px;
  }
}

/**
 * sec learning
**/
.learning {
  padding: 0 0 200px;
  background: #000 url(/asset1/images/learning_bg.jpg) no-repeat left bottom/contain;
}

@media screen and (max-width: 750px) {
  .learning {
    padding: 0 0 50px;
  }

  .learning .row_thumb__thumb {
    padding: 0 0 0 20px;
  }
}

/**
 * sec event
**/
.sec event{
  width: 100%;
}
.event a {
  background-color: #aa8e29;
  color: #000000;
  display: block;
  padding: 95px 0;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .event a {
    padding: 45px 0;
  }
}

.event .sec-inner {
  position: relative;
  width: 1200px;
}

@media screen and (max-width: 750px) {
  .event .sec-inner {
    margin: 0 40px;
    width: auto;
  }
}

.event .sec-inner p {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.35rem;
  margin-top: 0;
}

.event .sec-inner p br {
  display: none;
}

@media screen and (max-width: 750px) {
  .event .sec-inner p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.2rem;
  }

  .event .sec-inner p br {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .sec-inner p {
    font-size: 1.2rem;

  }
}

/*
/* Clearfix
/*
----------------------------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 751px) {
  .hidden__pc {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .hidden__sp {
    display: none;
  }
}

/*
/* Grid System
/*
----------------------------------------------------------------- */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

.row.-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.-sm {
  margin-right: -5px;
  margin-left: -5px;
}

.row.-sm > .col, .row.-sm > .col-1, .row.-sm > .col-2, .row.-sm > .col-3, .row.-sm > .col-4, .row.-sm > .col-5, .row.-sm > .col-6, .row.-sm > .col-7, .row.-sm > .col-8, .row.-sm > .col-9, .row.-sm > .col-10, .row.-sm > .col-11, .row.-sm > .col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.row.-md {
  margin-left: -20px;
  margin-right: -20px;
}

.row.-md > .col, .row.-md > .col-1, .row.-md > .col-2, .row.-md > .col-3, .row.-md > .col-4, .row.-md > .col-5, .row.-md > .col-6, .row.-md > .col-7, .row.-md > .col-8, .row.-md > .col-9, .row.-md > .col-10, .row.-md > .col-11, .row.-md > .col-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333%;
          flex: 0 0 8.333%;
  max-width: 8.333%;
}

@media screen and (max-width: 750px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333%;
            flex: 0 0 8.333%;
    max-width: 8.333%;
  }
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.667%;
          flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media screen and (max-width: 750px) {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.667%;
            flex: 0 0 16.667%;
    max-width: 16.667%;
  }
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 750px) {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media screen and (max-width: 750px) {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.667%;
          flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media screen and (max-width: 750px) {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.667%;
            flex: 0 0 41.667%;
    max-width: 41.667%;
  }
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 750px) {
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333%;
          flex: 0 0 58.333%;
  max-width: 58.333%;
}

@media screen and (max-width: 750px) {
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333%;
            flex: 0 0 58.333%;
    max-width: 58.333%;
  }
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.667%;
          flex: 0 0 66.667%;
  max-width: 66.667%;
}

@media screen and (max-width: 750px) {
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.667%;
            flex: 0 0 66.667%;
    max-width: 66.667%;
  }
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

@media screen and (max-width: 750px) {
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333%;
          flex: 0 0 83.333%;
  max-width: 83.333%;
}

@media screen and (max-width: 750px) {
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.667%;
          flex: 0 0 91.667%;
  max-width: 91.667%;
}

@media screen and (max-width: 750px) {
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.667%;
            flex: 0 0 91.667%;
    max-width: 91.667%;
  }
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}


.site-footer .nav-list {
  display: flex;
  margin: 60px 0 0;
}

.site-footer .nav-list__item {
  border-left: 1px solid #787878;
  line-height: 1.2;
}

.site-footer .nav-list__item a {
  font-size: 13px;
  color: #787878;
  letter-spacing: 0.1em;
  padding: 0 35px 0 15px;
  text-decoration: none;
}

.site-footer .nav-list__item a span {
  position: relative;
}



.site-footer .nav-list__item:last-child {
  border-right: 1px solid #787878;
}

@media screen and (max-width: 750px) {
  .site-footer .nav-list {
    flex-wrap: wrap;
    margin: -20px 0 0;
    padding: 0 40px;
  }

  .site-footer .nav-list__item {
    width: 50%;
    border-left: none;
    margin: 20px 0 0;
  }

  .site-footer .nav-list__item a {
    font-size: 11px;
    padding: 0;
  }

  .site-footer .nav-list__item a span::before {
    right: -14px;
  }

  .site-footer .nav-list__item:last-child {
    border-right: none;
  }
}
.top-text{
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .toptext{
    font-size: 0.9em;
    margin: -30px auto 0;
  }
  .box1{
    padding-bottom: 100px;
  }
}


/*---------------------------------------------------*/
/*	10.page-contact #0c0931
/*---------------------------------------------------*/
.contact-contents-title h3 {
  color: white;
  background-color: #aa8e29;
  font-size: 48px;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}

.contact-contents-title h4 {
  color: white;
  padding-bottom: 30px;
  text-align: center;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-weight: 300;
  font-size: 28px;
  position: relative;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .contents-back-text {
    font-size: 150px;
  }
}
@media screen and (max-width: 767px) {
  .contents-back-text {
    font-size: 90px;
  }

  .contact-contents-title h3 {
    font-size: 60px;
  }

  .contact-contents-title h4 {
    font-size: 28px;
    padding-top: 5px;
  }

  .contact-contents-title h4:before {
    width: 25px;
    /*線の長さ*/
  }
}
@media screen and (max-width: 415px) {
  .contents-back-text {
    font-size: 70px;
  }

  .contact-contents-title h3 {
    font-size: 40px;
  }

  .contact-contents-title h4 {
    font-size: 24px;
    padding-top: 20px;
    margin-top: -5px;
  }
}
.contact-script {
  color: #ffffff;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  padding-top: 30px;
}

.submit-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0px 30px;
}

.submit-left-content {
  width: 47%;
}

.submit-right-content {
  width: 47%;
}

.input-area {
  font-size: 20px;
  color: white;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px;
  margin-top: 10px;
  background-color: #bebebe;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

textarea {
  font-size: 20px;
  color: #101832;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  display: block;
  width: 100%;
  height: 400px;
  padding: 10px;
  margin-top: 10px;
  background-color: #bebebe;
  border: 1px solid rgba(224, 224, 224, 0.06);
}

.error {
  color: #aa8e29;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 14px;
  margin-top: 5px;
}

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

label {
  color: white;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 20px;
}

.check {
  margin-top: 40px;
  text-align: right;
}

.check-test {
  display: none;
}

.check-test + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 95%;
}

.check-test + span::before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  content: "";
  display: block;
  left: -1px;
  top: 61%;
  transform: translateY(-50%);
  height: 17px;
  width: 17px;
}

.check-test + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #101832;
  border-left: 3px solid #101832;
  content: "";
  display: block;
  left: -1px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 61%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  height: 8px;
  width: 17px;
}

.check-test:checked + span::after {
  opacity: 1;
}

.submit-wrapper {
  text-align: right;
  margin: 50px 0px 30px 0px;
}

.submit-wrapper:hover {
  transform: translateY(5px);
}

.submit-button {
  color: white;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 50px 10px 33px;
  background-color: #aa8e29;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  display: inline-block;
}

.submit-button:hover {
  box-shadow: none;
}

.more {
  font-size: 22px;
  color: white;
  position: absolute;
  left: 80%;
  top: 29.5%;
}

@media screen and (max-width: 1079px) {
  .contact-wrapper {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding-bottom: 50px;
  }

  .submit-contents {
    display: block;
    margin-top: 50px;
  }

  .submit-left-content {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .submit-right-content {
    width: 85%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  textarea {
    height: 300px;
  }
}
/*---------------------------------------------------*/
/*	/10.page-contact
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*	12.page-privacy
/*---------------------------------------------------*/
.contact-script-title {
  color: #ccc;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 60px;
}

.contact-script1 {
  color: #ccc;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 20px;
  line-height: 35px;
  margin-top: 30px;
  text-align: left;
}

.privacy {
  margin-top: 60px;
  padding: 0px 20px;
}

.privacy-inner h2 {
  color: #ccc;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 24px;
  margin-top: 30px;
  font-weight: bold;
  text-align: left;
}

.privacy-inner p {
  color: #ccc;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 18px;
  line-height: 35px;
  margin-top: 15px;
}

@media screen and (max-width: 415px) {
  .contact-script-title {
    color: #ccc;
    font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
    font-size: 24px;
    font-weight: bold;
    margin-top: 60px;
  }

  .contact-script1 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 35px;
  }
}
/*---------------------------------------------------*/
/*	/12.page-privacy
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*	13.page-thanks
/*---------------------------------------------------*/
.thanks-container {
  max-width: 850px;
  margin: 0 auto;
}

.thanks-wrapper {
  padding: 20px;
}

.thanks-script-title {
  color: #aa8e29;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}

.thanks-script {
  color: white;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  font-size: 20px;
  text-align: justify;
  margin-top: 60px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .thanks-script-title {
    font-size: 20px;
    line-height: 30px;
  }

  .thanks-script {
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
  }
}
/*---------------------------------------------------*/
/*	/13.page-thanks
/*---------------------------------------------------*/
.ta-l{
  text-align: left;
}
.contact-button {

  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-family: '游明朝','Yu Mincho','YuMincho','Hiragino Mincho Pro','Noto Serif JP',serif;
  display: block;
  margin: 30px auto 0px;
  position: relative;
  padding: 1em;
  width: 250px;
  color: #fff;
  border: 1px solid #aa8e29;
  background: #aa8e29;
  overflow: hidden;
  z-index: 1 !important;
}

.contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  color: #aa8e29;
  background: #aa8e29;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}

.contact-button:hover::after {
  height: 370%;
  opacity: 1;
  color: #aa8e29;
}

.contact-button:active::after {
  height: 350%;
  opacity: 1;
  color: #aa8e29;
}

@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 18px;
    line-height: 40px;
    margin-top: 40px;
  }

  .contact-button {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
  }

  .contact-button {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
  }
}

.problem {
  max-width: 1200px;
  margin: auto;
}
.problem_title {
  font-size: 2rem;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.problem_list {
  display: flex;
  justify-content: space-between;
}
.problem_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problem_item_img {
  width: 320px;
  height: 230px;

  overflow: hidden;
  display: flex;
}
.problem_item_text {
  margin-top: 1em;
  font-size: 1.25rem;
  text-align: center;
}


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

  .problem_list {
    display: block;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 10px auto;
    position: relative;
  }
  .problem_item {
    display: block;
    padding: 20px;
    margin: 10px auto;
    text-align: center;
    width: 40%;
  }
  .problem_item_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
  }
  .problem_item_text {
    margin-top: 1em;
    font-size: 1.25rem;
    text-align: center;
  }
}

.apeal_text {
  font-size: 2rem;
  color: black;
}

.service-post-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
  }

  .service-post{
    text-align: center;
    background-color: #aa8e29;
    box-shadow: 0 10px 10px #00000029;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 0 10px;
    }
    
    .topmain-text04{
      text-align: left;
    }
    
    .service-post-title{
    color: black;
    font-size: 24px;
    margin-top: 30px;
    line-height: 30px;
    height: 100%;
    }
    
    .service-post-text{
    color:  black;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    height: 100%;
    }
      

    .service-post-wrapper{
      padding: 0px 10px;
      }
      
      .service-post{
      width: 32%;
      }
      
      .service-post-title {
      font-size: 20px;
      margin-top: 20px;
      line-height: 25px;
      }
      
      .service-post-text {
      font-size: 16px;
      line-height: 25px;
      margin-top: 40px;
      }
      
      .service-button {
      font-size: 14px;
      margin-top: 30px;
      }
      
      
      @media screen and (max-width: 767px) {
      .service-contents{
      padding: 70px 0px 60px 0px;
      height: 130%;
      width: 100%;
      overflow: hidden;
      }
      
      .service-post-wrapper{
      display: block;
      }
      
      .service-post{
      width: 300px;
      padding:30px 10px 40px 10px;
      margin-top: 40px;
      margin-right: auto;
      margin-left: auto;
      }
      
      .service-post-title{
      font-size: 24px;
      margin-top: 30px;
      line-height: 30px;
      }
      
      .service-post-text{
      font-size: 18px;
      line-height: 30px;
      margin-top: 20px;
      }
      
      .service-button{
      font-size: 18px;
      margin-top: 30px;
      }
      }
      
      @media screen and (max-width: 415px) {
      .service-contents{
        padding: 40px 0px 40px ;
        height: 130%;
        width: 100%;
        overflow: hidden;
      }
      
      .service-post {
        width: 100%;
      }
      
      .service-post-title{
        font-size: 20px;
      }
      
      .service-post-wrapper{
        margin-top: 30px;
        display: block;
      }
      
      .service-post-text{
        font-size: 16px;
        line-height: 30px;
        margin-top:20px;
      }
      
      .service-button{
        font-size: 16px;
        margin-top: 20px;
      }
      }
      .about-price img{
        width: 80%;
        margin-top: 30px;
      }

      .about-price img{
        width: 100%;
        margin: 130px 0;
      }

      .about-price2 img{
        text-align: center;
        width: 100%;
      }

      .about-price1{
        text-align: center;
        width: 100%;
      }
      .about-price1 img{
        width: 100%;
        margin: 130px 0 0;
      }


.right{
  text-align: right;
  padding-right: 60px;
}
.apeal {
  position: relative;
  margin-top: 3rem;
  text-align: center;
  background: url(/asset1/images/brain4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 500px;
  width: 100%;
}
.site-footer .nav-list__item a span::before {
  position: absolute;
  top: -1px;
  right: -15px;
  width: 8px;
  height: 8px;
  background: url(/asset1/images/icon_blank.svg) no-repeat center/contain;
  content: '';
}
.mv__bg {
  position: fixed;
  top: 0;
  /* top: 68px; */
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 1800px;
  background: url(/asset1/images/mv_bg_02.jpeg) no-repeat center center/cover;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .mv__bg {
    min-width: auto;
    background: url(/asset1/images/mv_bg_02.jpeg) no-repeat center center/cover;
    height: 100%;
  }
  .apeal {
    display: block;
    margin-top: 3rem;
    text-align: center;
    background: url(/asset1/images/brain4.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 500px;
    width: 100%;
  }
  .about-price img{
    width: 100%;
    margin: 0px 0;
  }
}

.sanou{
  position: absolute;
  font-size: 0.9em;
  width: 390px;

}
.sanou-title p{
  color: #aa8e29;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.sanou-text p{
  color: white;
  font-size: 01em;
}

.unou{
  position: absolute;
  right: 0%;
  width: 390px;
}

.unou-title p{
  color: #aa8e29;
  font-size: 1em;
  margin-bottom: 20px;
}

.unou-text p{
  color: white;
  font-size: 0.9em;
  margin-right: 0;
}
.pconly{
  display: block;
  height: 0;
}
@media screen and (max-width: 750px) {
  .pconly{
    display: none;
  }
  .mv__bg {
    min-width: auto;
    background: url(/asset1/images/mv_bg_02.jpeg) no-repeat center center/cover;
    height: 100%;
  }
  .apeal {
    margin-top: 3rem;
    text-align: center;
    background: url(/asset1/images/brain4.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 600px;
  }
  .nou{
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .sanou{
    display: flex;
    font-size: 0.9em;
    width: 390px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    top: 30%;
    padding-left: 30px;
    padding-top: 50px;
  }
  .sanou-title p{
    color: #aa8e29;
    font-size: 1.1em;
    margin-bottom: 20px;
    margin: 0 auto;
  }
  
  .sanou-text p{
    color: white;
    font-size: 01em;
  }
  
  .unou{
    display: flex;
    width: 390px;
    top: 120%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    padding-right: 30px;
  }
  
  .unou-title p{
    color: #aa8e29;
    font-size: 1em;
    margin-bottom: 20px;
  }
  
  .unou-text p{
    color: white;
    font-size: 0.9em;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .sanou{
    padding-left: 20px;
    width: 300px;
  }
  .unou{
    padding-right: 20px;
    width: 300px;
  }
  .sptext{
    font-size: 60px;
    padding: 10px 0;
  }
  .width-sp{
    width: 40px;
  }
}

.ta-c{
  text-align: center;
}
.ueyohaku5{
  margin-top: 100px;
}
.left{
  margin-left: 30px;
  margin-right: 150px;
}
.rightbox{
  padding-right: 30px;

}

@media screen and (max-width: 500px) {
  .left{
    margin-left: 0px;
    margin-right: 20px;
  }
  .rightbox{
    padding-right: 0px;
  
  }
  .fontsize{
    font-size: 24px;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.ta-l{
  text-align: left;
}
/*# sourceMappingURL=style.css.map */
