@charset "utf-8";

/*
Theme Name: Knowable
*/

/*-------------------------------------------
ress.css
-------------------------------------------*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

/*-------------------------------------------
All in One SEO
-------------------------------------------*/
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
  float: left;
  background-position: 0 6px;
}

#wpadminbar .aioseo-menu-notification-counter {
  margin: 7px 0 0 5px;
}

/*-------------------------------------------
共通パーツ
-------------------------------------------*/
/* Optima */
@font-face {
  font-family: 'Optima';
  font-style: normal;
  font-weight: normal;
  src: local('Optima'), url('fonts/OPTIMA.woff') format('woff');
}

/*@font-face {
  font-family: 'Optima Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Optima Italic'), url('fonts/Optima_Italic.woff') format('woff');
}

@font-face {
  font-family: 'Optima Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Optima Medium'), url('fonts/Optima Medium.woff') format('woff');
}

@font-face {
  font-family: 'Optima Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Optima Bold'), url('fonts/OPTIMA_B.woff') format('woff');
}*/

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
/*  font-family: 'Hiragino Kaku Gothic ProN’, 'ヒラギノ角ゴ ProN W3’, 'Meiryo UI’, Meiryo, メイリオ, Osaka, 'MS PGothic’, arial, helvetica, sans-serif;*/
}

address {
  font-style: normal;
}

iframe {
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1120px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.inview {
  transform: translateY(30px);
  opacity: 0;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
  transition: transform 2s, opacity 2s;
  transition-delay: .4s;
}

.sp {
  display: none;
}

/* 背景文字 */
.bg-word {
  position: relative;
  z-index: 5;
}

.bg-word:after {
  position: absolute;
  z-index: -5;
  opacity: 0.1;
  color: rgba(112, 187, 250, .5);
  font-family: 'Optima';
  font-size: 300px;
}

/* タイトル */
.section-title {
  display: inline-block;
  position: relative;
  padding-left: 62px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.section-title span {
/*  display: flex;*/
  display: block;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.185;
  letter-spacing: 0.1em;
}

.section-title span:before {
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
  width: 43px;
  height: 66px;
  background: url(images/logo03.svg) no-repeat center / contain;
  content: '';
}

/*.section-title span span {
  left: -50px;
  opacity: 0;
}*/

/* ボタン */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  background: -moz-linear-gradient(0deg, #BDF886, #3D97E3);
  background: -webkit-linear-gradient(0deg, #BDF886, #3D97E3);
  background: linear-gradient(90deg, #BDF886, #3D97E3);
  color: #fff;
  transition: opacity .6s;
}

.button:hover {
  opacity: 0.6;
}

.button--viewmore,
.button--wide {
  padding-left: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.button--viewmore {
  width: 340px;
}

.button--viewmore:after,
.button--wide:after {
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  vertical-align: middle;
  content: '';
}

.button--mail,
.button--phone {
  width: 300px;
}

.button--mail {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.button--mail:before {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: 3px 10px 0 0;
  background: url(images/icon_mail01.svg) no-repeat center / contain;
  vertical-align: middle;
  content: '';
}

.button--phone {
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  letter-spacing: .03em;
}

.button--phone span {
  font-size: 24px;
  line-height: 1.185;
  letter-spacing: 0.02em;
}

.button--phone span:before {
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 4px;
  background: url(images/icon_tel.svg) no-repeat center / contain;
  vertical-align: 1px;
  content: '';
}

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

  .wrapper {
    min-width: auto;
  }

  .inner {
    padding: 0 28px
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* 背景文字 */
  .bg-word:after {
    font-size: 100px;
  }

  /* タイトル */
  .section-title {
    padding-left: 35px;
    font-size: 16px;
  }

  .section-title span {
    font-size: 30px;
  }

  .section-title span:before {
    left: -35px;
    width: 20px;
    height: 31px;
  }

  /* ボタン */
  .button {
    height: 60px;
  }

  .button--viewmore,
  .button--wide {
    padding-left: 22px;
    font-size: 20px;
  }

  .button--viewmore:after,
  .button--wide:after {
    width: 9px;
    height: 9px;
    margin-left: 10px;
  }

  .button--viewmore {
    width: 260px;
  }

  .button--wide {
    width: 256px;
  }

  .button--mail,
  .button--phone {
    width: 256px;
  }

  .button--mail {
    font-size: 20px;
  }

  .button--mail:before {
    width: 17px;
    height: 15px;
    margin: 1px 6px 0 0;
    vertical-align: middle;
  }

  .button--phone {
    padding-top: 6px;
    font-size: 11px;
  }

  .button--phone span {
    font-size: 20px;
    line-height: 1.085;
  }

  .button--phone span:before {
    width: 9px;
    height: 13px;
    margin-right: 2px;
  }

}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 15px 40px;
}

.header.fade {
  top: -80px;
  opacity: 0;
  transition: top 1.5s, opacity 1.5s;
}

.header.fade.show {
  top: 0;
  opacity: 1;
}

.header-wrapper {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}

.header-logo {
  width: 104px;
  line-height: 1;
}

.header-logo a {
  display: block;
  transition: opacity .6s;
}

.header-logo a:hover {
  opacity: .6;
}

.header-container {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}

.header-container.fade {
  top: -80px;
  opacity: 0;
  transition: top 1.5s, opacity 1.5s;
}

.header-container.fade.show {
  top: 0;
  opacity: 1;
}

.header-cta {
  display: flex;
  width: 300px;
  height: 80px;
}

.header-cta a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0B89D1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  transition: opacity .6s;
}

.header-cta a:hover {
  opacity: .6;
}

.header-cta span {
  display: block;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.header-cta span:before {
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 4px;
  background: url(images/icon_tel.svg) no-repeat center / contain;
  vertical-align: 1px;
  content: '';
}

.toggle {
  position: relative;
  width: 80px;
  height: 80px;
  background: #1B4698;
  cursor: pointer;
  transition: opacity .6s;
}

.toggle:hover {
  opacity: .6;
}

.toggle span {
  position: absolute;
  left: 28px;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: left .6s, transform .6s, width .6s, opacity .6s;
}

.toggle span:first-child {
  top: 30px;
}

.toggle.open span:first-child {
  transform: translateY(9.5px) rotate(-45deg);
}

.toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.toggle.open span:nth-child(2) {
  opacity: 0;
}

.toggle span:nth-child(3) {
  bottom: 30px;
}

.toggle.open span:nth-child(3) {
  transform: translateY(-9.5px) rotate(45deg);
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  overflow-y: scroll;
/*  visibility: hidden;*/
  width: 100%;
  height: 100%;
  padding: 14.37vw 20px 20px;
  background: url(images/bg_nav.png) no-repeat center left / auto 100%, -moz-linear-gradient(-150deg, #66AFD8, #6ED1E8);
  background: url(images/bg_nav.png) no-repeat center left / auto 100%, -webkit-linear-gradient(-150deg, #66AFD8, #6ED1E8);
  background: url(images/bg_nav.png) no-repeat center left / auto 100%, linear-gradient(240deg, #66AFD8, #6ED1E8);
/*  opacity: 0;*/
/*  transition: visibility .6s, opacity .6s;*/
}

/*.nav.open {
  visibility: visible;
  opacity: 1;
}*/

.nav__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.nav__item {
  width: calc(100% / 3);
}

.nav__item:nth-child(n + 4) {
  margin-top: 80px;
}

.nav__item a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  transition: opacity .6s;
}

.nav__item a:hover {
  opacity: .6;
}

.nav__item span {
  display: block;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

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

  .header {
    padding: 10px 20px;
  }

  .header-logo {
    width: 72px;
  }

  .header-cta {
    width: 180px;
    height: 56px;
    visibility: hidden;
    padding-top: 4px;
    opacity: 0;
    transition: visibility .6s, opacity .6s;
  }

  .header-cta.open {
    visibility: visible;
    opacity: 1;
  }

  .header-cta a {
    background: transparent;
    font-size: 11px;
  }

  .header-cta span {
    font-size: 18px;
    letter-spacing: -0.02em;
  }

  .header-cta span:before {
    width: 9px;
    height: 13px;
  }

  .toggle {
    width: 56px;
    height: 56px;
  }

  .toggle span {
    width: 16px;
    height: 2px;
    left: 20px;
  }

  .toggle.open span {
    left: 16px;
    width: 25px;
  }

  .toggle span:first-child {
    top: 21px;
  }

  .toggle span:nth-child(3) {
    bottom: 21px;
  }

  .toggle.open span:first-child {
    transform: translateY(6px) rotate(-45deg);
  }

  .toggle.open span:nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
  }

  .nav {
    padding: 24vw 20px 20px;
    background: url(images/bg_nav.png) no-repeat center left / calc(100% - 38px) 100%, -moz-linear-gradient(-150deg, #66AFD8, #6ED1E8);
    background: url(images/bg_nav.png) no-repeat center left / calc(100% - 38px) 100%, -webkit-linear-gradient(-150deg, #66AFD8, #6ED1E8);
    background: url(images/bg_nav.png) no-repeat center left / calc(100% - 38px) 100%, linear-gradient(240deg, #66AFD8, #6ED1E8);
  }

  .nav__item {
    width: 100%;
  }

  .nav__item:nth-child(n + 2) {
    margin-top: 16px;
  }

  .nav__item a {
    font-size: 14px;
  }

  .nav__item span {
    font-size: 22px;
    line-height: 1.15;
  }

}

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
.hero {
  padding: 190px 0 380px;
  background: -moz-linear-gradient(-150deg, #66AFD8, #6ED1E8);
  background: -webkit-linear-gradient(-150deg, #66AFD8, #6ED1E8);
  background: linear-gradient(240deg, #66AFD8, #6ED1E8);
}

.hero__inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero__image {
  position: absolute;
  bottom: -855px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 40px);
  height: 752px;
  background: url(images/bg_hero.png) repeat center / cover;
  content: '';
}

.hero__image.fade {
  transform: translate(-50%, 30px);
  opacity: 0;
  transition: transform 1.5s, opacity 1.5s;
  transition-delay: 4.2s;
}

.hero__image.fade.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

.hero__title {
/*  overflow: hidden;*/
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.51;
  letter-spacing: -0.08em;
}

/*.hero__title span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}*/

.hero__title span {
  position: relative;
  opacity: 0;
  letter-spacing: 0.1em;
}

.hero__title span:nth-of-type(odd) {
  top: 12px;
}

.hero__title span:nth-of-type(even) {
  top: -12px;
}

.hero__title--pc span:first-of-type span:first-child,
.hero__title--pc span:first-of-type span:nth-child(n + 3):nth-child(-n + 4),
.hero__title--pc span:first-of-type span:nth-child(n + 6):nth-child(-n + 7),
.hero__title--pc span:nth-of-type(2) span:nth-child(3),
.hero__title--pc span:nth-of-type(3) span:first-child,
.hero__title--pc span:nth-of-type(3) span:nth-child(n + 2):nth-child(-n + 4),
.hero__title--pc span:nth-of-type(3) span:nth-child(n + 6):nth-child(-n + 7) {
  font-size: 67px;
}

/*

.hero__title span:nth-of-type(odd) {
  transform: translate(0, 15px);
}

.hero__title span:nth-of-type(even) {
  transform: translate(0, -15px);
}

.hero__title span.is-show {
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: transform .8s, visibility .8s, opacity .8s;
}*/

/*.hero__title span:nth-of-type(2) {
  transition-delay: 0.06s;
}
.hero__title span:nth-of-type(3) {
  transition-delay: 0.12s;
}
.hero__title span:nth-of-type(4) {
  transition-delay: 0.18s;
}
.hero__title span:nth-of-type(5) {
  transition-delay: 0.24s;
}
.hero__title span:nth-of-type(6) {
  transition-delay: 0.30s;
}
.hero__title span:nth-of-type(7) {
  transition-delay: 0.36s;
}
.hero__title span:nth-of-type(8) {
  transition-delay: 0.42s;
}
.hero__title span:nth-of-type(9) {
  transition-delay: 0.48s;
}
.hero__title span:nth-of-type(10) {
  transition-delay: 0.54s;
}
.hero__title span:nth-of-type(11) {
  transition-delay: 0.60s;
}
.hero__title span:nth-of-type(12) {
  transition-delay: 0.66s;
}
.hero__title span:nth-of-type(13) {
  transition-delay: 0.68s;
}
.hero__title span:nth-of-type(14) {
  transition-delay: 0.74s;
}
.hero__title span:nth-of-type(15) {
  transition-delay: 0.80s;
}
.hero__title span:nth-of-type(16) {
  transition-delay: 0.86s;
}
.hero__title span:nth-of-type(17) {
  transition-delay: 0.82s;
}
.hero__title span:nth-of-type(18) {
  transition-delay: 0.88s;
}
.hero__title span:nth-of-type(19) {
  transition-delay: 0.94s;
}
.hero__title span:nth-of-type(20) {
  transition-delay: 1.0s;
}
.hero__title span:nth-of-type(21) {
  transition-delay: 1.06s;
}
.hero__title span:nth-of-type(22) {
  transition-delay: 1.12s;
}
.hero__title span:nth-of-type(23) {
  transition-delay: 1.18s;
}
.hero__title span:nth-of-type(24) {
  transition-delay: 1.24s;
}
.hero__title span:nth-of-type(25) {
  transition-delay: 1.30s;
}
.hero__title span:nth-of-type(26) {
  transition-delay: 1.36s;
}
.hero__title span:nth-of-type(27) {
  transition-delay: 1.42s;
}
.hero__title span:nth-of-type(28) {
  transition-delay: 1.48s;
}
.hero__title span:nth-of-type(29) {
  transition-delay: 1.54s;
}
.hero__title span:nth-of-type(30) {
  transition-delay: 1.6s;
}
.hero__title span:nth-of-type(31) {
  transition-delay: 1.66s;
}
.hero__title span:nth-of-type(32) {
  transition-delay: 1.72s;
}
.hero__title span:nth-of-type(33) {
  transition-delay: 1.78s;
}
.hero__title span:nth-of-type(34) {
  transition-delay: 1.84s;
}
.hero__title span:nth-of-type(35) {
  transition-delay: 1.90s;
}
.hero__title span:nth-of-type(36) {
  transition-delay: 1.96s;
}

.hero__title span:nth-of-type(37) {
  transition-delay: 2.02s;
}*/

.hero__kanji {
  font-size: 67px;
}

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

  .hero {
    padding: 135px 0 192px;
  }

  .hero__image {
    bottom: -300px;
    height: 216px;
  }

  .hero__title {
    font-size: 27px;
    line-height: 1.57;
  }

  .hero__title span:nth-of-type(odd) {
    top: 5px;
  }

  .hero__title span:nth-of-type(even) {
    top: -5px;
  }

  .hero__title--sp span:first-of-type span:first-child,
  .hero__title--sp span:first-of-type span:nth-child(n + 3):nth-child(-n + 4),
  .hero__title--sp span:first-of-type span:nth-child(n + 6):nth-child(-n + 7),
  .hero__title--sp span:nth-of-type(2) span:nth-child(8),
  .hero__title--sp span:nth-of-type(4) span:nth-child(n + 1):nth-child(-n + 4),
  .hero__title--sp span:nth-of-type(4) span:nth-child(n + 6):nth-child(-n + 7) {
    font-size: 30px;
  }

  /*.hero__kanji {
    font-size: 30px;
  }*/

  /*.hero__title span:nth-of-type(odd) {
    transform: translate(0, 5px);
  }

  .hero__title span:nth-of-type(even) {
    transform: translate(0, -5px);
  }

  .hero__title span.is-show {
    transform: translate(0, 0);
  }*/

}

/*-------------------------------------------
お知らせ
-------------------------------------------*/
.hinfo {
  padding-top: 600px;
}

.hinfo.bg-word:after {
  content: 'INFORMATION';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hinfo-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hinfo-titlearea {

}

.hinfo-inner {
  width: 578px;
  padding-top: 6px;
}

.hinfo-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 78px;
}

.hinfo-list dt,
.hinfo-list dd {
  border-bottom: 1px solid #DBDBDB;
}

.hinfo-list dt {
  width: 135px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.hinfo-list dd {
  display: flex;
  align-items: center;
  width: calc(100% - 135px);
  line-height: 1.5;
}

.hinfo-list dt a,
.hinfo-list dd a {
  display: block;
  padding: 20px 0;
  color: #000;
  transition: opacity .6s;
}

.hinfo-list dt a:hover,
.hinfo-list dd a:hover {
  opacity: 0.6;
}

.hinfo .button {
  margin: 0 auto;
}

.hinfo-list dd a:before {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 12px;
  border-radius: 5px;
  background: #f00;
  color: #fff;
  font-size: 14px;
  content: 'NEW';
}
@media screen and (max-width: 430px) {

  .hinfo {
    padding-top: 195px;
  }
	
	.hinfo-list dd a:before {
    padding: 2px 8px;
    font-size: 11px;
  }

  .hinfo.bg-word:after {
    bottom: auto;
    top: 190px;
  }

  .hinfo-container {
    flex-direction: column;
  }

  .hinfo-titlearea {
    width: 100%;
    margin-bottom: 40px;
  }

  .hinfo-inner {
    width: 100%;
    padding-top: 0;
  }

  .hinfo-list {
    margin-bottom: 50px;
  }

  .hinfo-list dt {
    width: 105px;
    font-size: 16px;
  }

  .hinfo-list dd {
    width: calc(100% - 105px);
    font-size: 14px;
  }

  .hinfo-list dt a,
  .hinfo-list dd a {
    padding: 7px 0;
  }

}

/*-------------------------------------------
代表挨拶
-------------------------------------------*/
.hmessage {
  padding: 170px 0 155px;
  padding: 150px 0 55px;
	position: relative;
}
.hmessage:before {
	position: absolute;
    top: 0px;
	 left: -5%;
    z-index: -5;
    width: 110%;
    height: 100%;
    background: url(images/bg_hdirector.png) no-repeat center / cover;
    content: '';
}

.hmessage.bg-word:after {
  content: 'MESSAGE';
  top: 620px;
  right: 0;
}

.hmessage .section-title {
  margin-bottom: 70px;
}

.hmessage__textarea {
  margin-bottom: 75px;
}

.hmessage__text {
  font-size: 18px;
  line-height: 1.5;
}

.hmessage__imagearea {

}

.hmessage__image {
  position: relative;
  width: 1060px;
  margin-bottom: 32px;
}

.hmessage__image:before {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -5;
  width: calc(100% - 5px);
  height: 100%;
  background: -moz-linear-gradient(-90deg, #D3FFAA, #69B9FC);
  background: -webkit-linear-gradient(-90deg, #D3FFAA, #69B9FC);
  background: linear-gradient(180deg, #D3FFAA, #69B9FC);
  content: '';
}

.hmessage__image img {
  width: 100%;
}

.hmessage__name {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  line-height: 1.7;
}

.hmessage__name span {
  display: block;
  font-size: 24px;
}

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

  .hmessage {
    padding: 85px 0 80px;
    padding: 85px 0 10px;
  }

  .hmessage.bg-word:after {
    top: 1120px;
    right: 50%;
    transform: translateX(50%);
  }

  .hmessage .section-title {
    margin-bottom: 28px;
  }

  .hmessage__textarea {
    margin-bottom: 35px;
  }

  .hmessage__text {
    font-size: 14px;
    line-height: 2;
  }

  .hmessage__image {
    width: 100%;
    margin-bottom: 10px;
  }

  .hmessage__image img {
    width: calc(100% - 5px);
    height: 200px;
    object-fit: cover;
  }

  .hmessage__image:before {
    bottom: -5px;
    right: 0;
  }

  .hmessage__name {
    font-size: 14px;
    line-height: 1.5;
  }

  .hmessage__name span {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
  }


}

/*-------------------------------------------
新役員就任の挨拶
-------------------------------------------*/
.hgreeting {
  padding: 160px 0;
  background: url(images/bg_hgreeting_pc.png) no-repeat center / cover;
  /*background: -moz-linear-gradient(0deg, #70BBFA, #fff);
  background: -webkit-linear-gradient(0deg, #70BBFA, #fff);
  background: linear-gradient(90deg, #70BBFA, #fff);*/
}

.hgreeting__wrapper {
  padding: 88px 128px 78px;
  background: rgba(255, 255, 255, .8);
}

.hgreeting__wrapper.bg-word:after {
  content: 'GREETING';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hgreeting__titlearea {
  margin-bottom: 65px;
  text-align: center;
}

.hgreeting__textarea {
  margin-bottom: 112px;
}

.hgreeting__text {
  font-size: 18px;
  line-height: 2;
}

.hgreeting__text:nth-of-type(n + 2) {
  margin-top: 1em;
}

.hgreeting__name {
  margin-top: 1em;
/*  margin-top: -12px;*/
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.hgreeting__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hgreeting__imagearea {
  width: 310px;
  padding-top: 5px;
}

.hgreeting__image img {
  margin-bottom: 5px;
}

.hgreeting__caption {
  text-align: right;
}

.hgreeting__list {
  position: relative;
  width: 405px;
  padding-left: 45px;
}

.hgreeting__list dt,
.hgreeting__list dd {
  position: relative;
}

.hgreeting__list dt:before,
.hgreeting__list dt:after,
.hgreeting__list dd:before {
  position: absolute;
  background: #85CC3F;
  content: '';
}

.hgreeting__list dt:before,
.hgreeting__list dd:before {
  top: 15px;
  left: -46px;
  width: 1px;
  height: calc(100% + 34px);
}

.hgreeting__list dt:last-of-type:before,
.hgreeting__list dd:last-of-type:before {
  content: none;
}

.hgreeting__list dt {
  font-size: 20px;
  font-weight: 500;
}

.hgreeting__list dt:after {
  top: 10px;
  left: -52px;;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.hgreeting__list dt:nth-child(n + 2) {
  margin-top: 33px;
}

.hgreeting__list dd {
  line-height: 1.5;
}

.hgreeting__list ul {
  padding-top: 8px;
}

.hgreeting__list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.hgreeting__list ul li:nth-child(n + 2) {
  margin-top: 2px;
}

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

  .hgreeting {
    padding: 80px 0;
    background: url(images/bg_hgreeting_sp.png) no-repeat center / cover;
  }

  .hgreeting__wrapper {
    padding: 45px 20px 38px;
  }

  .hgreeting__titlearea {
    margin-bottom: 30px;
  }

  .hgreeting__textarea {
    margin-bottom: 38px;
  }

  .hgreeting__text {
    font-size: 14px;
    line-height: 2;
  }

  .hgreeting__text:nth-of-type(n + 2) {
    margin-top: 1em;
  }

  .hgreeting__name {
    margin-top: .65em;
    font-size: 14px;
    font-weight: 500;
  }

  .hgreeting__container {
    flex-direction: column;
  }

  .hgreeting__imagearea {
    width: 100%;
    margin-bottom: 52px;
    padding-top: 0;
  }

  .hgreeting__image img {
    width: 100%;
    height: 356px;
    object-fit: cover;
  }

  .hgreeting__caption {
    font-size: 16px;
  }

  .hgreeting__list {
    width: 100%;
    padding-left: 52px;
  }

  .hgreeting__list dt {
    font-size: 18px;
    font-weight: 500;
  }

  .hgreeting__list dt:nth-child(n + 2) {
    margin-top: 24px;
  }

  .hgreeting__list dd {
    font-size: 14px;
  }

  .hgreeting__list dt:before,
  .hgreeting__list dd:before {
    left: -46px;
    height: calc(100% + 25px);
  }

  .hgreeting__list dt:after {
    top: 10px;
    left: -50px;
    width: 9px;
    height: 9px;
  }

  .hgreeting__list ul {
    padding-top: 10px;
  }

  .hgreeting__list ul li:nth-child(n + 2) {
    margin-top: 5px;
  }

}

/*-------------------------------------------
事業内容
-------------------------------------------*/
.hservice {
  padding: 220px 0 70px;
  background: url(images/bg_hservice.png) no-repeat left calc(50% - 490px) bottom / 622px 578px;
}

.hservice.bg-word:after {
/*   content: 'SERVICE'; */
  content: 'BUSINESS';
  bottom: 0;
  right: 0;
}

.hservice__textarea {
  width: 540px;
  margin-left: auto;
}

.hservice__titlearea {
  margin-bottom: 68px;
}

.hservice__text {
  margin-bottom: 98px;
  font-size: 18px;
  line-height: 1.5;
}

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

  .hservice {
    padding: 85px 0 0;
    background: url(images/bg_hservice.png) no-repeat center top 180px / 318px 296px;
  }

  .hservice.bg-word:after {
    bottom: 180px;
  }

  .hservice__textarea {
    width: 100%;
  }

  .hservice__titlearea {
    margin-bottom: 368px;
    text-align: center;
  }

  .hservice__text {
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hservice .button {
    margin: 0 auto;
  }

}


/*-------------------------------------------
採用情報
-------------------------------------------*/
.hrecruit {
	margin-top: 170px;
  padding: 220px 0 70px;
  background: #F8FCFF url(images/bg_hservice.png) no-repeat left calc(50% - 490px) bottom / 622px 578px;
}

.hrecruit.bg-word:after {
/*   content: 'SERVICE'; */
  content: 'RECRUIT';
  bottom: 0;
  right: 0;
}

.hrecruit__textarea {
  width: 540px;
  margin-left: auto;
}

.hrecruit__titlearea {
  margin-bottom: 68px;
}

.hrecruit__text {
  margin-bottom: 98px;
  font-size: 18px;
  line-height: 1.5;
}

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

  .hrecruit {
	  margin-top: 80px;
    padding: 80px 0;
    background: #F8FCFF url(images/bg_hservice.png) no-repeat center top 180px / 318px 296px;
  }

  .hrecruit.bg-word:after {
    bottom: 180px;
  }

  .hrecruit__textarea {
    width: 100%;
  }

  .hrecruit__titlearea {
    margin-bottom: 368px;
    text-align: center;
  }

  .hrecruit__text {
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hrecruit .button {
    margin: 0 auto;
  }

}

/*-------------------------------------------
取締役紹介
-------------------------------------------*/
.hdirector {
  position: relative;
  padding-top: 168px;
}

.hdirector:before {
  position: absolute;
  top: 260px;
  left: 50%;
  z-index: -5;
  transform: translateX(-50%);
/*  width: 1600px;*/
  width: 100%;
  height: 1310px;
  background: url(images/bg_hdirector.png) no-repeat center / cover;
  content: '';
}

.hdirector.bg-word:after {
  white-space: nowrap;
  content: 'TOP IT Engineer';
  bottom: -360px;
  right: 0;
}

.hdirector__titlearea {
  margin-bottom: 76px;
}

.hdirector__name {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: 400;
}

.hdirector__name:before {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 8px;
  background: url(images/icon_square.svg) no-repeat center / contain;
  vertical-align: -14px;
  content: '';
}

.hdirector__media {
  display: flex;
  align-items: flex-start;
  padding-left: 120px;
}

.hdirector__image {
/*  width: 238px;*/
  width: 178px;
  margin-right: 85px;
}

.hdirector__textarea {
  width: 540px;
/*   padding-top: 40px; */
}

.hdirector__text {
  margin-bottom: 18px;
  line-height: 2;
}

.hdirector__caption {
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
}

.hdirector__caption span {
  display: block;
  font-size: 20px;
}

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

  .hdirector {
    padding-top: 85px;
  }

  .hdirector:before {
    top: 475px;
    height: 283px;
  }

  .hdirector.bg-word:after {
    bottom: -50px;
    right: 50%;
    transform: translateX(50%);
  }

  .hdirector__titlearea {
    margin-bottom: 35px;
    text-align: center;
  }

  .hdirector__name {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .hdirector__name:before {
    width: 40px;
    height: 40px;
  }

  .hdirector__media {
    flex-direction: column;
    padding-left: 0;
  }

  .hdirector__image {
    position: relative;
    width: 50%;
    margin: 0 auto 32px;
  }

  .hdirector__image:before {
    display: block;
    padding-top: calc((356 / 319) * 100%);
    content: '';
  }

  .hdirector__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hdirector__textarea {
    width: 100%;
    padding-top: 0;
  }

  .hdirector__text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
  }

  .hdirector__caption {
    font-size: 14px;
  }

}

/*-------------------------------------------
スタッフ紹介・採用情報
-------------------------------------------*/
.hguide {
	padding-bottom: 120px;
}

.guide {
  position: relative;
  z-index: 5;
  padding-top: 120px;
}
	
.guide-list {
  display: flex;
  justify-content: space-between;
}

.guide-item {
  width: 464px;
}

.guide-item__image {
  margin-bottom: 28px;
}

.guide-item__image img {
  width: 100%;
  height: 464px;
  border-radius: 50%;
  object-fit: cover;
}

.guide-item__titlearea {
  margin-bottom: 56px;
  text-align: center;
}

@media screen and (max-width: 430px) {
	.hguide {
    padding-bottom: 75px;
  }
	
  .guide {
    padding-top: 75px;
  }

  .guide-list {
    flex-direction: column;
  }

  .guide-item {
    width: 100%;
  }

  .guide-item:nth-child(n + 2) {
    margin-top: 78px;
  }

  .guide-item__image {
    width: 319px;
    margin: 0 auto 25px;
  }

  .guide-item__image img {
    width: 100%;
    height: 319px;
    object-fit: cover;
  }

  .guide-item__titlearea {
    margin-bottom: 38px;
  }

  .guide .button {
    margin: 0 auto;
  }

}

/*-------------------------------------------
会社概要
-------------------------------------------*/

.company-toc {

}

.company-toc__list {
  display: flex;
}

.company-toc__item {
  display: flex;
  width: 100%;
  height: 58px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  background: -webkit-linear-gradient(0deg, #BDF886, #3D97E3);
  background: linear-gradient(90deg, #BDF886, #3D97E3);
}

.company-toc__item:nth-child(n + 2) {
  margin-left: 47px;
}

.company-toc__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity .6s;
}

.company-toc__item a:hover {
  opacity: .6;
}

.company-toc__item a:before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

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

  .company-toc__list {
    flex-wrap: wrap;
  }

  .company-toc__item {
    width: 100%;
    font-size: 15px;
  }

  .company-toc__item:nth-child(n + 2) {
    margin-left: 0;
  }

  .company-toc__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.hcompany {
  padding-top: 112px;
}

.hcompany__container {
  padding: 90px 0 300px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  background: url(images/bg_hcompany.jpg) no-repeat center bottom / 100% 374px;
}

.hcompany__titlearea {
  margin-bottom: 42px;
  text-align: center;
}

.hcompany__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 738px;
  margin: 0 auto;
}

.hcompany__list dt,
.hcompany__list dd {
  padding: 22px 0;


  padding: 28px 0;
  border-bottom: 1px solid rgba(112, 112, 112, .5);
  font-size: 20px;
  line-height: 1.385;
}

.hcompany__list dt {
  width: 210px;
  padding-left: 35px;
  font-weight: 500;
}

.hcompany__list dd {
  width: calc(100% - 210px);
}

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

  .hcompany {
    padding-top: 80px;
  }

  .hcompany__container {
    padding: 45px 0 110px;
    background: url(images/bg_hcompany.jpg) no-repeat center bottom / 100% auto;
  }

  .hcompany__titlearea {
    margin-bottom: 18px;
  }

  .hcompany__list {
    flex-direction: column;
    padding: 0 16px;
  }

  .hcompany__list dt,
  .hcompany__list dd {
    font-size: 16px;
  }

  .hcompany__list dt {
    width: 100%;
    margin-bottom: 4px;
    padding: 16px 0 0;
    border-bottom: none;
    font-weight: 600;
  }

  .hcompany__list dd {
    width: 100%;
    padding: 0 0 18px;
  }

}

/*-------------------------------------------
アクセス
-------------------------------------------*/
.haccess {
/*   padding: 168px 0 102px; */
	padding-top: 144px;
}

.haccess.bg-word:after {
  content: 'ACCESS';
  top: 144px;
  left: 0;
}

.haccess .section-title {
  margin-bottom: 75px;
}

.haccess__gmap {
  height: 562px;
  margin-bottom: 10px;
}

.haccess__gmap iframe {
  width: 100%;
  height: 100%;
}

.haccess__addree {
  display: flex;

  padding: 36px 0 38px 55px;
  border-top: 1px solid #0B89D1;
  border-right: 1px solid #0B89D1;
  border-bottom: 1px solid #0B89D1;
  border-left: 5px solid #0B89D1;
  font-size: 24px;
  line-height: 1.385;
}

.haccess__addree p:nth-child(n + 2) {
  margin-left: 80px;
}

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

  .haccess {
    padding: 85px 0 80px;
  }

  .haccess.bg-word:after {
    top: 120px;
  }

  .haccess .section-title {
    margin-bottom: 38px;
  }

  .haccess__gmap {
    height: 165px;
  }

  .haccess__addree {
    flex-direction: column;
    padding: 10px 0 8px 8px;
    font-size: 13px;
    line-height: 1.5;
  }

  .haccess__addree p:nth-child(n + 2) {
    margin: 10px 0 0;
  }

}

/*-------------------------------------------
沿革
-------------------------------------------*/
.hhistory {
	margin-top: 102px;
  padding: 88px 0;
  padding: 88px 0 155px;
  background: url(images/bg_haccess02.png) no-repeat center / 100% 100%,
              url(images/bg_haccess01.png) no-repeat bottom center / 100% auto;
/*              url(images/bg_haccess01.png) no-repeat bottom left calc(50% + 25px) / 2175px 1705px;*/
}

.hhistory.bg-word:after {
  content: 'HISTORY';
  top: 20px;
  left: 0;
}

.hhistory .section-title {
  margin-bottom: 75px;
}

.hhistory__container {
  width: 695px;
  margin-left: auto;
}

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

.hhistory__list:nth-child(n + 2) {
  margin-top: 10px;
}

.hhistory__label {
  width: 108px;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.hhistory__label:nth-of-type(n + 2) {
  margin-top: 24px;
}

.hhistory__childlist {
  position: relative;
  width: calc(100% - 108px);
  margin-left: auto;
  padding-left: 82px;
}

.hhistory__childlist:before,
.hhistory__childlist:after {
  position: absolute;
  background: #85CC3F;
  content: '';
}

.hhistory__childlist:before {
  top: 15px;
  left: 0;
  width: 1px;
  height: calc(100% + 32px);
}

.hhistory__list:last-child .hhistory__childlist:last-of-type:before {
  content: none;
}

.hhistory__childlist:after {
  top: 10px;
  left: -6px;;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.hhistory__childlist:first-of-type {
  margin-top: 8px;
}

.hhistory__childlist:nth-of-type(n + 2) {
  margin-top: 32px;
}

.hhistory__childlist dt,
.hhistory__childlist dd {

}

.hhistory__childlist dt {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
}

.hhistory__childlist dd {
  line-height: 1.5;
}

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

  .hhistory {
    padding: 45px 0 75px;
  }

  .hhistory.bg-word:after {
    top: 10px;
  }

  .hhistory .section-title {
    margin-bottom: 55px;
  }

  .hhistory__container {
    width: 100%;
  }

  .hhistory__list:nth-child(n + 2) {
    margin-top: 0;
    padding-top: 5px;
  }

  .hhistory__label {
    width: 78px;
    padding-left: 18px;
    font-size: 20px;
  }

  .hhistory__label:nth-of-type(n + 2) {
    margin-top: -2px
  }

  .hhistory__childlist {
    width: calc(100% - 78px);
    padding-left: 34px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .hhistory__childlist:first-of-type {
    margin-top: 2px;
  }

  .hhistory__childlist:nth-of-type(n + 2) {
    margin-top: 0;
/*    padding-top: 22px;*/
  }

  .hhistory__childlist:before {
    top: 12px;
    left: -2px;
    height: calc(100% + 5px);
  }

  .hhistory__childlist:after {
    width: 9px;
    height: 9px;
  }

  .hhistory__childlist dt {
    margin-bottom: 2px;
    font-size: 18px;
  }

  .hhistory__childlist dd {
    font-size: 14px;
  }

}


/*-------------------------------------------
実績紹介
-------------------------------------------*/
.hworks {
  padding: 110px 0 100px;
}

.hworks.bg-word:after {
  content: 'WORKS';
  bottom: 0;
  right: 0;
}

.hworks__titlearea {
  margin-bottom: 95px;
  text-align: center;
}

.hworks-cards {
  display: flex;
  margin-bottom: 80px;
}

.hworks-card {
  position: relative;
  width: 330px;
}

.hworks-card:nth-child(3n - 2),
.hworks-card:nth-child(3n - 1) {
  margin-right: 45px;
}

.hworks-card:nth-child(3n - 1) {
  transition-delay: .3s;
}

.hworks-card:nth-child(3n) {
  transition-delay: .6s;
}

.hworks-card__time {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;

  writing-mode: vertical-rl;
}

.hworks-card__link {
  display: block;
  width: 298px;
  margin-left: auto;
  transition: opacity .6s;
}

.hworks-card__link:hover {
  opacity: 0.6;
}

.hworks-card__thumbnail {
  position: relative;
  width: 100%;
}

.hworks-card__thumbnail:before {
  display: block;
  padding-top: calc((196 / 301) * 100%);
  content: '';
}

.hworks-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hworks-card__inner {
  padding: 16px 20px 28px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  background: #fff;
}

.hworks-card__title {
  margin-bottom: 12px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.hworks-card__content {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

.hworks .button {
  margin: 0 auto;
}

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

  .hworks {
    padding: 55px 0 80px;
  }

  .hworks.bg-word:after {
    bottom: 100px;
  }

  .hworks__titlearea {
    margin-bottom: 35px;
  }

  .hworks-cards {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }

  .hworks-card {
    width: calc(100% - 40px);
  }

  .hworks-card:nth-child(3n - 2),
  .hworks-card:nth-child(3n - 1) {
    margin-right: 0;
  }

  .hworks-card:nth-child(3n - 1),
  .hworks-card:nth-child(3n) {
    transition-delay: 0s;
  }

  .hworks-card:nth-child(n + 2) {
    margin-top: 18px;
  }

  .hworks-card__link {
    width: 100%;
  }

  .hworks-card__time {
    left: -25px;
    font-size: 16px;
    letter-spacing: .075em;
  }

  .hworks-card__thumbnail:before {
    padding-top: calc((196 / 300) * 100%);
  }

  .hworks-card__inner {
    padding: 16px 20px 34px;
  }

  .hworks-card__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .hworks-card__content {
    font-size: 12px;
    line-height: 1.75;
  }

}

/*-------------------------------------------
下層ページ タイトル（見出し） / 背景画像
-------------------------------------------*/
.page-head {
  padding: 195px 0 175px;
  background: -moz-linear-gradient(-150deg, #66AFD8, #6ED1E8);
  background: -webkit-linear-gradient(-150deg, #66AFD8, #6ED1E8);
  background: linear-gradient(240deg, #66AFD8, #6ED1E8);
}

.page-head__inner {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-head__title {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 67px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.page-head__title span {
  display: block;
  margin-top: 8px;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

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

  .page-head {
    padding: 135px 0 115px;
  }

  .page-head__title {
    font-size: 32px;
  }

  .page-head__title span {
    margin-top: 2px;
    font-size: 22px;
  }

}

/*-------------------------------------------
Breadcrumb NavXT
-------------------------------------------*/
.breadcrumbs {
  padding-top: 50px;
  font-size: 15px;
}

.breadcrumbs a {
  color: #000;
  transition: opacity .6s;
}

.breadcrumbs a:hover {
  opacity: 0.6;
}

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

  .breadcrumbs {
    padding-top: 30px;
    font-size: 14px;
    line-height: 1.5;
  }

}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
-------------------------------------------*/


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



}

/*-------------------------------------------
事業内容
-------------------------------------------*/
/* 共通設定 */
.service {
  padding-top: 48px;
}

.service .section-title {
  padding-right: 62px;
}

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

  .service {
    padding-top: 80px;
  }

  .service .section-title {
    padding-right: 35px;
  }

}

.service-toc {

}

.service-toc__list {
  display: flex;
  flex-wrap: wrap;
}

.service-toc__item {
  display: flex;
  width: calc(50% - 10px);
  height: 58px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  background: -webkit-linear-gradient(0deg, #BDF886, #3D97E3);
  background: linear-gradient(90deg, #BDF886, #3D97E3);
}

.service-toc__item:nth-child(2n) {
  margin-left: 20px;
}

.service-toc__item:nth-child(n + 3) {
  margin-top: 20px;
}

.service-toc__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: opacity .6s;
}

.service-toc__item a:hover {
  opacity: .6;
}

.service-toc__item a:before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

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

  .service-toc__list {
    flex-wrap: wrap;
  }

  .service-toc__item {
    width: 100%;
    font-size: 15px;
  }

  .service-toc__item:nth-child(n + 2) {
    margin-left: 0;
  }

  .service-toc__item:nth-child(n + 2) {
    margin-top: 20px;
  }

}

/* 開発事業 */
.dev {
  padding: 100px 0 135px;
	background: #F8FCFF;
}

.dev.bg-word:after {
  content: 'DEVELOPMENT';
  top: 480px;
  left: 0;
}

.dev__head {
  margin-bottom: 62px;
  text-align: center;
}

.dev-list {
  display: flex;
  flex-wrap: wrap;
}

.dev-item {
  width: calc((100% - 24px) / 2);
  height: 310px;
  padding: 36px 46px 0 56px;
  border: 3px solid #EFEFEF;
}

.dev-item:nth-child(2n) {
  margin-left: 24px;
}

.dev-item:nth-child(n + 3) {
  margin-top: 24px;
}

.dev-item__title {
  margin-bottom: 28px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.dev-item__text {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.03em;
}


/* イベント */
.event {
  padding: 100px 0 135px;
}

.event.bg-word:after {
  content: 'EVENT';
  top: 480px;
  left: 0;
}

.event__head {
  margin-bottom: 62px;
  text-align: center;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
}

.event-item {
  width: calc((100% - 24px) / 2);
  height: auto;
  padding: 26px 36px 30px 46px;
  border: 3px solid #EFEFEF;
}

.event-item:nth-child(2n) {
  margin-left: 24px;
}

.event-item:nth-child(n + 3) {
  margin-top: 24px;
}

.event-item__title {
  margin-bottom: 28px;
  font-size: 16px;
  letter-spacing: 0.03em;
}

.event-item__text {
  font-size: 14px;
	font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.03em;
}

.previous__event__title {
	margin-bottom: 28px;
	margin-top: 28px;
	font-size: 16px;
	letter-spacing: 0.03em;
	font-weight: bold;
}

.previous__text__wrapper {
	margin-top: 10px;
}

.current__event__title{
	margin-bottom: 28px;
	font-size: 16px;
	letter-spacing: 0.03em;
	font-weight: bold;
}

/* イベント */
@media screen and (max-width: 430px) {

  .event {
    padding: 80px 0;
  }

  .event__head {
    margin-bottom: 40px;
  }

  .event-item {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .event-item:nth-child(2n) {
    margin-left: 0;
  }

  .event-item:nth-child(n + 2) {
    margin-top: 25px;
  }

  .event-item__title {
    margin-bottom: 8px;
  }

  .event-item__text {
    font-size: 14px;
    line-height: 2;
  }

}


/* 開発事業モデルについて */
.devmodel {
  padding-top: 90px;
}

.devmodel__title {
  margin-bottom: 70px;
  font-size: 30px;
}

.devmodel__title:before {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 8px;
  background: url(images/icon_square.svg) no-repeat center / contain;
  vertical-align: -14px;
  content: '';
}

.devmodel-list {

}

.devmodel-item {
  position: relative;
  width: 100%;
  max-width: 998px;
  margin-left: auto;
  padding: 75px 0;
  background: #F7F7F7;
}

.devmodel-item:nth-child(n + 2) {
  margin-top: 55px;
}

.devmodel-item__illust {
  position: absolute;
  top: 75px;
  left: -80px;
  width: 484px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.devmodel-item__illust img {
  width: 100%;
  height: 344px;
  object-fit: cover;
}

.devmodel-item__inner {
  width: 540px;
  margin-left: auto;
}

.devmodel-item__title {
  margin-bottom: 38px;
  color: #0B89D1;
  font-size: 30px;
}

.devmodel-item__lead {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.03em;
}

.devmodel-item__list:nth-of-type(n + 2){
  margin-top: 30px;
}

.devmodel-item__intro ul {

}

.devmodel-item__intro ul li {
  position: relative;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.03em;
}

.devmodel-item__intro ul li:before {
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 10px;
  background: url(images/icon_check.svg) no-repeat center / contain;
  vertical-align: -2px;
  content: '';
}

.devmodel-item__reference dd {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.03em;
}

.devmodel-item__list dt {
  margin-bottom: 4px;
  color: #85CC3F;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.devmodel-item__note {
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.03em;
}

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

  .dev {
    padding: 80px 0;
  }

  .dev__head {
    margin-bottom: 40px;
  }

  .dev-item {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .dev-item:nth-child(2n) {
    margin-left: 0;
  }

  .dev-item:nth-child(n + 2) {
    margin-top: 25px;
  }

  .dev-item__title {
    margin-bottom: 8px;
  }

  .dev-item__text {
    font-size: 14px;
    line-height: 2;
  }

  .devmodel {
    padding-top: 80px;
  }

  .devmodel__title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .devmodel__title:before {
    width: 40px;
    height: 40px;
  }

  .devmodel-item {
    padding: 20px;
  }

  .devmodel-item__illust {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .devmodel-item__illust img {
    height: 100%;
  }

  .devmodel-item__inner {
    width: 100%;
  }

  .devmodel-item__title {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .devmodel-item__lead {
    margin-bottom: 20px;
  }

  .devmodel-item__note {
    line-height: 1.7;
  }

  .devmodel-item__list:nth-of-type(n + 2) {
    margin-top: 25px;
  }

}

/* 自社サービス */
.product {
  padding: 130px 0 85px;
}

.product.bg-word:after {
  content: 'SERVICE';
  top: 500px;
  left: 0;
}

@media screen and (max-width: 430px) {
  .product {
    padding: 80px 0;
  }
}

/* 事業戦略 */
.business {
  padding: 80px 0 100px;
}

.business.bg-word:after {
  content: 'BUSINESS';
  top: 0;
  left: 0;
}

.business__head {
  margin-bottom: 55px;
  text-align: center;
}
.business__lead {
  margin-top: 70px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.business-item {
	position: relative;
	width: 100%;
	max-width: 998px;
	margin-left: auto;
	padding: 75px 0;
	background: #F7F7F7;
}
.business-item:nth-child(n + 2) {
    margin-top: 55px;
}

.business-item__inner {
    width: 540px;
    margin-left: auto;
	padding-right: 40px;
}
.business-item__title {
    margin-bottom: 38px;
    color: #0B89D1;
    font-size: 30px;
}
.business-item__text {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.03em;
}

.business-item__image {
    position: absolute;
    top: 75px;
    left: -80px;
    width: 484px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.business-item__image img {
    width: 100%;
    height: 344px;
    object-fit: cover;
}

@media screen and (max-width: 430px) {
  .business {
    padding: 40px 0;
  }
	.business.bg-word:after {
		top: 50px;
	}
	.business__head {
    margin-bottom: 40px;
  }

  .business__lead {
    margin-bottom: 40px;
    font-size: 15px;
  }
	
	.business-item {
    padding: 20px;
  }

  .business-item__image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .business-item__image img {
    height: 100%;
  }

  .business-item__inner {
    width: 100%;
	 padding-right: 0;
  }

  .business-item__title {
    margin-bottom: 5px;
    font-size: 22px;
  }
	
  .business-item__list:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}

/* 経営コンサルティング */
.managment {
  padding: 100px 0 85px;
}

.managment.bg-word:after {
  content: 'MANAGMENT';
  top: 500px;
  left: 0;
}

.managment__head {
  margin-bottom: 55px;
  text-align: center;
}

.managment__lead {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.managment-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.managment-item {
  width: 330px;
}

.managment-item:nth-child(2),
.managment-item:nth-child(3),
.managment-item:nth-child(5) {
  margin-left: 45px;
}

.managment-item:nth-child(n + 4) {
  margin-top: 68px;
}

.managment-item__icon {
  width: 276px;
  margin: 0 auto 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.managment-item__icon img {
  width: 100%;
  height: 179px;
  object-fit: cover;
}

.managment-item__title {
  margin-bottom: 5px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
}

.managment-item__text {
  font-weight: 700;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

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

  .managment {
    padding: 80px 0;
  }

  .managment__head {
    margin-bottom: 40px;
  }

  .managment__lead {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .managment-item {
    width: 100%;
  }

  .managment-item:nth-child(2),
  .managment-item:nth-child(3),
  .managment-item:nth-child(5) {
    margin-left: 0;
  }

  .managment-item:nth-child(n + 2) {
    margin-top: 50px;
  }

  .managment-item__icon {
    width: 100%;
  }

  .managment-item__title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .managment-item__text {
    font-size: 15px;
  }

}

/* 営業コンサルティング */
.sales {
  padding: 125px 0 190px;
  background: #F8FCFF url(images/bg_sales.png) no-repeat left calc(50% + 600px) bottom 0 / 1200px 925px;
}

.sales.bg-word:after {
  content: 'SALES';
  top: 500px;
  left: 0;
}

.sales__head {
  margin-bottom: 60px;
  text-align: center;
}

.sales__lead {
  margin-bottom: 42px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.sales-worries {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 85px;
  padding: 22px 25px;
  border: 3px solid #EFEFEF;
}

.sales-worries__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 206px;
}

.sales-worries__list li {
  position: relative;
  width: 50%;
  margin-bottom: 0;
  padding-left: 35px;
  line-height: 2.5;
  letter-spacing: 0.03em;
}

.sales-worries__list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 19px;
  background: url(images/icon_check.svg) no-repeat center / contain;
  content: '';
}

.sales-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
  height: 460px;
  margin: 0 auto;
  counter-reset: number 0;
}

.sales-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 487px;
  height: 75px;
  margin-bottom: 40px;
  padding-left: 30px;
  border: 3px solid #85CC3F;
  border-radius: 10px;
  background: #fff;
  counter-increment: num 1;
}

.sales-item:before {
  position: absolute;
  top: -42px;
  left: -32px;
  z-index: -1;
  color: transparent;
  font-size: 97px;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 3px #85CC3F;
  content: counter(num)
}

.sales-item:nth-child(n + 5) {
  margin-left: 75px;
}

.sales-item__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

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

  .sales {
    padding: 80px 0 55px;
    background: #F8FCFF url(images/bg_sales.png) no-repeat left calc(50% + 160px) bottom 0 / 600px 462px;
  }

  .sales__head {
    margin-bottom: 40px;
  }

  .sales__lead {
    font-size: 15px;
  }

  .sales-worries {
    margin: 0 auto 60px;
    padding: 20px;
  }

  .sales-worries__list {
    height: auto;
  }

  .sales-worries__list li {
    width: 100%;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.75;
  }

  .sales-worries__list li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .sales-worries__list li:before {
    top: 4px;
  }

  .sales-list {
    height: auto;
    padding-left: 20px;
  }

  .sales-item {
    width: 100%;
    height: 65px;
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .sales-item:nth-child(n + 5) {
    margin-left: 0;
  }

  .sales-item:before {
    top: -29px;
    left: -29px;
    font-size: 74px;
  }

  .sales-item__title {
    font-size: 16px;
  }

}


/* タレント事業 */
.talent {
  padding: 130px 0;
  background: #F8FCFF;
}

.talent.bg-word:after {
  content: 'TALENT';
  bottom: -20px;
  right: 0;
}

.talent__head {
  margin-bottom: 45px;
  text-align: center;
}

.talent__lead {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.talent-worries {
  width: 553px;
  margin: 0 auto 70px;
  padding: 35px 55px 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  background: #FFFFFF;
}

.talent-worries__list {

}

.talent-worries__list li {
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.talent-worries__list li:nth-child(n + 2) {
  margin-top: 20px;
}

.talent-worries__list li:before {
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 15px;
  background: url(images/icon_check.svg) no-repeat center / contain;
  vertical-align: -2px;
  content: '';
}

.talent-list {
  display: flex;
  justify-content: center;
}

.talent-item {
  width: 434px;
}

.talent-item:nth-child(n + 2) {
  margin-left: 110px;
}

.talent-item__imagearea {
  position: relative;
  margin-bottom: 28px;
}

.talent-item__image {
  padding-left: 15px;
}

.talent-item__image img {
  width: 100%;
  height: 520px;
  border-radius: 10px;
  object-fit: cover;
}

.talent-item__label {
  position: absolute;
  top: 0;
  left: -22px;
  color: #419AE1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.talent-item__title {
  position: absolute;
  bottom: 25px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 41px;
  background: #85CC3F;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.talent-item__text {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

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

  .talent {
    padding: 80px 0;
  }

  .talent__head {
    margin-bottom: 40px;
  }

  .talent__lead {
    font-size: 15px;
  }

  .talent-worries {
    width: 100%;
    margin-bottom: 60px;
    padding: 20px;
  }

  .talent-worries__list li {
    font-size: 15px;
    line-height: 1.7;
  }

  .talent-worries__list li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .talent-worries__list li:before {
    margin-right: 10px;
  }

  .talent-list {
    flex-direction: column;
  }

  .talent-item {
    width: 100%;
  }

  .talent-item:nth-child(n + 2) {
    margin: 60px 0 0;
  }

  .talent-item__imagearea {
    margin-bottom: 20px;
  }

  .talent-item__image img {
    height: 360px;
  }

  .talent-item__text {
    font-size: 15px;
  }

  .talent-item__label {
    left: -10px;
    font-size: 16px;
  }

  .talent-item__title {
    bottom: 15px;
    font-size: 15px;
    width: 125px;
    height: 36px;
  }

}

/*-------------------------------------------
採用情報
-------------------------------------------*/
/* 共通設定 */
.recruit {
  padding: 170px 0 100px;
}

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

  .recruit {
    padding: 120px 0 80px;
  }

}

/* 前書き */
.recruit-intro {
  padding-bottom: 65px;
}

.recruit-intro__wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.recruit-intro__container {
  display: flex;
  margin-bottom: 65px;
  padding: 50px 20px 85px 0;
  background: #85CC3F;
}

.recruit-intro__image {
  width: 50%;
  max-width: 800px;
  margin-top: -135px;
}

.recruit-intro__image img {
  width: 100%;
/*  height: 530px;*/
  object-fit: cover;
}

.recruit-intro__titlearea {
  width: 50%;
/*  padding: 55px 0 0 100px;*/
  padding: 3.4375vw 0 0 6.25vw;
}

.recruit-intro__title {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.1em;
}

.recruit-intro__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruit-intro__text {
  color: #707070;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

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

  .recruit-intro {
    padding-bottom: 55px;
  }

  .recruit-intro__container {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 20px 20px;
  }

  .recruit-intro__image {
    width: 100%;
    margin: -40px auto 0;
  }

  .recruit-intro__image img {
    height: 230px;
  }

  .recruit-intro__titlearea {
    width: 100%;
    padding: 20px 0 0;
  }

  .recruit-intro__title {
    font-size: 27px;
    line-height: 1.57;
  }

  .recruit-intro__text {
    font-size: 15px;
  }

}

/* 共通設定（求人情報・採用情報） */
.recruit-info {

}

.recruit-info__title {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 500;
}

.recruit-info__title:before {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 8px;
  background: url(images/icon_square.svg) no-repeat center / contain;
  vertical-align: -14px;
  content: '';
}

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



}

/* 求人情報 */
.recruit-info01 {
  position: relative;
  padding: 65px 0 0;
  background: #F8FCFF;
}

.recruit-info01__lead {
  margin-bottom: 65px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.recruit-info01-list {
  padding: 0 40px;
}

.recruit-info01-item:nth-child(n + 2) {
  margin-top: 40px;
}

.recruit-info01-item__title {
  margin-bottom: 40px;
  font-size: 24px;
}

.recruit-info01-item__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 30px 55px;
  background: #fff;
}

.recruit-info01-item__list {
  width: 50%;
}

.recruit-info01-item__list:nth-child(n + 3) {
  margin-top: 30px;
}

.recruit-info01-item__list dt {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.recruit-info01-item__list dt:before {
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 12px;
  background: url(images/icon_check.svg) no-repeat center / contain;
  vertical-align: -2px;
  content: '';
}

.recruit-info01-item__list dd {
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.recruit-info01__image {
  position: relative;
  width: 100%;
  max-width: 1040px;
  bottom: -110px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
}

.recruit-info01__image:before {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -5;
  width: calc(100% - 5px);
  height: 100%;
  background: -moz-linear-gradient(-90deg, #D3FFAA, #69B9FC);
  background: -webkit-linear-gradient(-90deg, #D3FFAA, #69B9FC);
  background: linear-gradient(180deg, #D3FFAA, #69B9FC);
  content: '';
}


.recruit-info01__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

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

  .recruit-info01 {
    padding: 55px 0 0;
  }

  .recruit-info__title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .recruit-info__title:before {
    width: 40px;
    height: 40px;
  }

  .recruit-info01__lead {
    margin-bottom: 50px;
    font-size: 15px;
  }

  .recruit-info01-list {
    padding: 0;
  }

  .recruit-info01-item:nth-child(n + 2) {
    margin-top: 55px;
  }

  .recruit-info01-item__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .recruit-info01-item__inner {
    padding: 20px 20px;
  }

  .recruit-info01-item__list {
    width: 100%;
  }

  .recruit-info01-item__list:nth-child(n + 2) {
    margin-top: 40px;
  }

  .recruit-info01-item__list dt {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .recruit-info01-item__list dd {
    font-size: 15px;
  }

  .recruit-info01__image {
    bottom: -50px;
    left: 50%;
  }

  .recruit-info01__image img {
    height: 200px;
  }

  .recruit-info01__image:before {
    bottom: -5px;
    right: -5px;
  }

}

/* 採用情報 */
.recruit-info02 {
  padding: 230px 0 0;
}

.recruit-info02__subtitle {
  margin-bottom: 25px;
  padding-left: 65px;
  color: #85CC3F;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.recruit-desc {
  margin-bottom: 60px;
}

.recruit-desc__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EAEAEA;
}

.recruit-desc__list dt,
.recruit-desc__list dd {
  padding: 24px 0 24px 70px;
  border-bottom: 1px solid #EAEAEA;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.recruit-desc__list dt {
  width: 240px;
  font-weight: 700;
}

.recruit-desc__list dd {
  width: calc(100% - 240px);
}

.recruit-process {
  display: flex;
  align-items: flex-start;
  padding-top: 48px;
}

.recruit-process__list {
  position: relative;
  width: 50%;
  padding-left: 90px;
}

/*.recruit-process__list:before {
  position: absolute;
  top: 10px;
  left: 109px;
  width: 2px;
  height: calc(100% - 18px);
  background: #479EDB;
  content: '';
}*/

.recruit-process__list li {
  position: relative;
  padding-left: 75px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.recruit-process__list li:nth-child(n + 2) {
  margin-top: 58px;
}

.recruit-process__list li:before,
.recruit-process__list li:after {
  position: absolute;
  content: '';
}

.recruit-process__list li:nth-last-child(n + 2):before {
  top: 10px;
  left: 9px;
  width: 2px;
  height: calc(100% + 58px);
  background: #479EDB;
}

.recruit-process__list li:after {
  top: 3px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #479EDB;
  border-radius: 50%;
}

.recruit-process__list li:first-child:after,
.recruit-process__list li:last-child:after {
  background: #479EDB;
}

.recruit-process__list li:nth-child(n + 2):nth-last-child(n + 2):after {
  background: #fff;
}

.recruit-process__textarea {
  width: 50%;
}

.recruit-process__note {
  line-height: 1.875;
  letter-spacing: 0.03em;
}

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

  .recruit-info02 {
    padding: 140px 0 0;
  }

  .recruit-info02__subtitle {
    padding-left: 0;
    font-size: 18px;
  }

  .recruit-desc__list dt,
  .recruit-desc__list dd {
    font-size: 15px;
  }

  .recruit-desc__list dt {
    width: 100%;
    padding: 15px 0 0 15px;
    border-bottom: none;
  }

  .recruit-desc__list dd {
    width: 100%;
    padding: 5px 0 15px 15px;
  }

  .recruit-process {
    flex-direction: column;
    padding-top: 20px;
  }

  .recruit-process__list {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .recruit-process__list li {
    padding-left: 40px;
    font-size: 15px;
  }

  .recruit-process__list li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .recruit-process__list li:nth-last-child(n + 2):before {
    height: calc(100% + 30px);
  }

  .recruit-process__textarea {
    width: 100%;
  }

  .recruit-process__note {
    font-size: 15px;
  }

}

/*-------------------------------------------
スタッフ紹介
-------------------------------------------*/
/* 共通設定 */
.staff {
  padding: 65px 0 95px;
}

.staff__hdirector {
	padding: 80px 0 110px;
	position: relative;
}

.staff__hdirector:before {
  position: absolute;
  top: -140px;
  left: 50%;
  z-index: -5;
  transform: translateX(-50%);
/*  width: 1600px;*/
  width: 105%;
  height: 1310px;
  background: url(images/bg_hdirector.png) no-repeat center / cover;
  content: '';
}

.staff__head {
  margin-bottom: 35px;
}

.staff__title {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
}

.staff__qa {
  padding-left: 10px;
}

.staff__qa dt {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 5px 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.staff__qa dt:nth-of-type(n + 2) {
  margin-top: 45px;
}

.staff__qa dt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #1B4698;
  content: '';
}

.staff__qa dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: 0.03em;
}

.staff__image {
  width: 460px;
}

.staff__image img {
  width: 100%;
  height: 586px;
  border-radius: 10px;
  object-fit: cover;
}

.staff__category {
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.03em;
}

.staff__category span {
  display: block;
  color: #85CC3F;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

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

  .staff {
/*   padding: 80px 0; */
	  padding: 0;
  }

  .staff__head {
    margin-bottom: 25px;
  }

  .staff__title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }

  .staff__category {
    font-size: 15px;
  }

  .staff__qa {
    padding-left: 0;
  }

  .staff__qa dt {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .staff__qa dt:nth-of-type(n + 2) {
    margin-top: 35px;
  }

  .staff__qa dd {
    line-height: 1.875;
  }

  .staff__category span {
    font-size: 18px;
  }

}

/* [1人目]・[2人目] */
.staff0102 {
  margin-bottom: 200px;
}

.staff0102-list {

}

.staff0102-item {
  position: relative;
/*   width: 820px; */
  padding: 58px 205px 95px 0;
  background: #F8FCFF;
}

.staff0102-item:nth-child(n + 2) {
  margin-top: 150px;
}

.staff0102-item:before {
  position: absolute;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #F8FCFF;
  content: '';
}

.staff0102 .staff__category span {
  margin-bottom: 8px;
  font-size: 24px;
}

.staff0102 .staff__image {
  position: absolute;
  bottom: -85px;
  right: -345px;
}

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

  .staff0102-item {
    width: 100%;
    padding: 20px;
  }

  .staff0102-item:before {
    content: none;
  }

  .staff0102 .staff__category span {
    margin-bottom: 0;
    font-size: 18px;
  }

  .staff0102 .staff__image {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .staff__image img {
    height: 355px;
  }

  .staff0102-item:nth-child(n + 2) {
    margin-top: 80px;
  }

  .staff0102 {
    margin-bottom: 80px;
  }

}

/* [3人目] */
.staff03 {
  margin-bottom: 575px;
}

.staff03__content {
  position: relative;
/*   width: 820px; */
  margin-left: auto;
  padding: 55px 0 190px 30px;
  background: #F8FCFF;
	margin-bottom:-500px;
}

.staff03__content:before {
  position: absolute;
  top: 0;
  right: -260px;
  width: 260px;
  height: 100%;
  background: #F8FCFF;
  content: '';
}

.staff03__image {
  position: absolute;
  bottom: -425px;
  left: -345px;
  width: 767px;
}

.staff03__image img {
  width: 100%;
  height: 515px;
  border-radius: 10px;
  object-fit: cover;
}

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

  .staff03 {
    margin-bottom: 80px;
  }

  .staff03__content {
    width: 100%;
    padding: 20px;
  }

  .staff03__content:before {
    content: none;
  }

  .staff03__image {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .staff03__image img {
    height: 225px;
  }

}

/* [4・5人目] */
.other {

}

.other-list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.other-item {
  width: 460px;
}

.other .staff__image {
  margin-bottom: 35px;
}

.other .staff__category {
  text-align: center;
}

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

  .other-list {
    flex-direction: column;
    padding: 0;
  }

  .other-item {
    width: 100%;
  }

  .other-item:nth-child(n + 2) {
    margin-top: 50px;
  }

  .other .staff__image {
    width: 100%;
    margin-bottom: 10px;
  }

}

/*-------------------------------------------
投稿一覧・投稿詳細
-------------------------------------------*/
.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 78px 20px 140px;
}

.container__main {
  width: 720px;
}

.container__aside {
  width: 210px;
  padding-top: 2px;
}

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

  .container {
    flex-direction: column;
    padding: 80px 20px;
  }

  .container__main {
    width: 100%;
    margin-bottom: 100px;
  }

  .container__aside {
    width: 100%;
  }

}

/*-------------------------------------------
投稿一覧
-------------------------------------------*/
.post-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.post-card {
  width: 330px;
}

.post-card:nth-child(2n) {
  margin-left: 54px;
}

.post-card:nth-child(n + 3) {
  margin-top: 100px;
}

.post-card__link {
  display: block;
  transition: opacity .6s;
}

.post-card__link:hover {
  opacity: .6;
}

.post-card__thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.post-card__thumbnail:before {
  display: block;
  padding-top: calc((215 / 330) * 100%);
  content: '';
}

.post-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__inner {
  padding: 0 12px;
}

.post-card__title {
  margin-bottom: 10px;
/*   color: #707070; */
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.post-card__time {
  display: block;
/*   color: #707070; */
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

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

  .post-cards {
    margin-bottom: 60px;
  }

  .post-card {
    width: 100%;
  }

  .post-card:nth-child(2n) {
    margin-left: 0;
  }

  .post-card:nth-child(n + 2) {
    margin-top: 60px;
  }

  .post-card__thumbnail {
    margin-bottom: 15px;
  }

  .post-card__inner {
    padding: 0;
  }

  .post-card__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

}

/*-------------------------------------------
ページネーション
-------------------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  margin: 0 2px 5px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.pagenation .page-numbers.current {
  border-radius: 50%;
  background: #1B4698;
  color: #fff;
}

.pagenation .prev.page-numbers,
.pagenation .next.page-numbers {
  position: relative;
}

.pagenation .prev.page-numbers:before,
.pagenation .next.page-numbers:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  content: '';
}

.pagenation .prev.page-numbers:before {
  transform: translate(-25% , -50%) rotate(-135deg);
}

.pagenation .next.page-numbers:before {
  transform: translate(-75% , -50%) rotate(45deg);
}

.pagenation a {
  color: #707070;
  transition: opacity .6s;
}

.pagenation a:hover {
  opacity: .6;
}

/*.page-numbers.dots {
  width: auto;
  background: transparent;
}*/

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

  .pagenation .page-numbers {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

}

/*-------------------------------------------
投稿詳細
-------------------------------------------*/
.post {

}

.post__title {
  margin-bottom: 10px;
/*   color: #707070; */
  font-size: 36px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.03em;
}

.post__time {
  display: block;
  margin-bottom: 60px;
/*   color: #707070; */
  font-weight: 500;
  letter-spacing: 0.3px;
}

.post__thumbnail {
  position: relative;
  width: 100%;
  margin-bottom: 55px;
}

.post__thumbnail:before {
  display: block;
  padding-top: calc((329 / 719) * 100%);
  content: '';
}

.post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__content {

}

.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
/*   color: #707070; */
  font-weight: 500;
}

.post__content h2 {
  margin: 80px 0 50px;
  padding: 14px 0 16px 16px;
  border-top: 2px solid #1B4698;
  background: #0B89D1;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.post__content h3 {
  margin: 65px 0 50px;
  padding: 4px 0 4px 18px;
  border-left: 3px solid #1B4698;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.post__content h4 {
  position: relative;
  margin: 65px 0 25px;
  padding-left: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.post__content h4:before {
  position: absolute;
  top: 6px;
  left: 12px;
  transform: rotate(45deg);
  width: 12px;
  height: 20px;
  border-right: 5px solid #1B4698;
  border-bottom: 5px solid #1B4698;
  content: '';
}

.post__content h5 {
  margin: 25px 0 10px;
  font-size: 16px;
}

.post__content h6 {
  margin: 25px 0;
  font-size: 14px;
}

.post__content p {
  margin-bottom: 35px;
/*   color: #707070; */
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.03em;
}

.post__content p a {
  color: #1B4698;
  text-decoration: underline;
  transition: opacity .6s;
}

.post__content p a:hover {
  opacity: .6;
}

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

  .post__title {
    font-size: 24px;
  }

  .post__time {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .post__thumbnail {
    margin-bottom: 35px;
  }

  .post__content h2 {
    margin: 60px 0 40px;
  }

  .post__content h3 {
    margin: 55px 0 40px;
  }

  .post__content h4 {
    margin: 45px 0 25px;
  }

  .post__content h6 {
    margin: 25px 0 10px;
  }

  .post__content p {
    margin-bottom: 20px;
    line-height: 2;
  }

}

/*-------------------------------------------
サイドバー
-------------------------------------------*/
.widget {

}

.widget:nth-child(n + 2) {
  margin-top: 85px;
}

.widget__title {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1B4698;
  color: #1B4698;
  font-size: 24px;
  letter-spacing: 0.12em;
}

.widget__list {
  padding-left: 22px;
}

.widget__list li {
  position: relative;
  padding-left: 18px;
/*   color: #707070; */
  font-weight: 500;
  letter-spacing: 0.03em;
}

.widget__list li:nth-child(n + 2) {
  margin-top: 12px;
}

.widget__list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  content: '';
}

.widget__list li a {
/*   color: #707070; */
  color: #000;
  transition: opacity .6s;
}

.widget__list li a:hover {
  opacity: .6;
}

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

  .widget:nth-child(n + 2) {
    margin-top: 55px;
  }

  .widget__title {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .widget__list {
    padding-left: 10px;
  }

}

/*-------------------------------------------
CTA
-------------------------------------------*/
.cta {
  padding: 90px 0 80px;
  background: #F7F7F7 url(images/bg_cta_pc.png) no-repeat left calc(50% - 335px) bottom / 974px 478px;
}

.cta.bg-word:after {
  content: 'CONTACT';
  bottom: 0;
  right: -150px;
}

.cta__textarea {
  width: 640px;
  margin-left: auto;
}

.cta__titlearea {
  margin-bottom: 30px;
  text-align: center;
}

.cta .section-title {
  color: #85CC3F;
}

.cta .section-title span {
  color: #000;
}

.cta__text {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.cta__buttons {
  display: flex;
  justify-content: space-between;
}
.cta__button__text {
	 text-align: center;
    margin-bottom: 15px;
}
.cta .button {
	font-size: 22px;
	letter-spacing: 0;
}

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

  .cta {
    padding: 109.87vw 0 80px;
    background: #F7F7F7 url(images/bg_cta_sp.png) no-repeat center top / calc(100% + 38px) auto;
  }

  .cta.bg-word:after {
    right: 50%;
    transform: translateX(50%);
  }

  .cta__textarea {
    width: 100%;
    margin: 0;
  }

  .cta__titlearea {
    margin-bottom: 15px;
  }

  .cta__text {
    margin-bottom: 35px;
    font-size: 12px;
    line-height: 1.5;
  }

  .cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta__buttons > div:nth-child(n + 2) {
    margin-top: 20px;
  }
	.cta .button {
		margin: auto;
	}

}

/*-------------------------------------------
Contact Form 7
-------------------------------------------*/
.contact {
  padding: 120px 0 140px;
}

.cf7 {
  width: 100%;
  max-width: 888px;
  margin: 0 auto;
}

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.cf7__list dt,
.cf7__list dd {
  border-bottom: 1px solid #E8E8E8;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 19px;
}

.cf7__list dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 272px;
  padding: 15px 20px 18px 18px;
}

.cf7__list dd {
  width: 616px;
  padding-bottom: 18px;
}

/* 必須 */
.cf7__required {
  padding: 3px 12px;
  border-radius: 5px;
  background: #85CC3F;
  color: #fff;
  font-size: 14px;
}

/* ラッパー要素（フォームコントロール） */
.cf7__list dd .wpcf7-form-control-wrap {
  display: block;
}

.cf7__list dd .wpcf7-form-control-wrap:nth-child(n + 2) {
  margin-top: 15px;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="url"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd select,
.cf7__list dd textarea {
  width: calc(100% - 20px);
  padding: 15px 20px;
  border: 1px solid #B5B5B5;
}

.cf7__list dd select {
/*  -webkit-appearance: button;*/
/*  appearance: button;*/
  border-radius: 0;
  cursor: pointer;
	color: #000;
}

.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 25px;
  right: 42px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  content: '';
}

/* プライバシーポリシー */
.privacy {
  overflow-y: scroll;
  width: calc(100% - 20px);
  height: 208px;
  margin: 0 auto 42px;
  padding: 25px 30px;
  border: 1px solid #B5B5B5;
}

.privacy__title {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.privacy h3 {
  margin: 2.14em 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14;
  letter-spacing: 0.1em;
}

.privacy ul {
  padding-left: 1em;
}

.privacy ul li {
  position: relative;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
}

.privacy ul li:before {
  position: absolute;
  top: 13px;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.privacy p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.1em;
}

.privacy p a {
  color: #000;
  text-decoration: underline;
  transition: opacity .6s;
}

.privacy p a:hover {
  opacity: 0.6;
}

.privacy__list dt:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* 承諾確認 */
.cf7__acceptance {
  margin-bottom: 58px;
  text-align: center;
}

.cf7__acceptance .wpcf7-list-item {
  margin: 0;
}

/* 送信ボタン */
.cf7__button {
  text-align: center;
}

.cf7__button input[type="submit"] {
  width: 100%;
  height: 72px;
  border-radius: 36px;
  background: linear-gradient(90deg, #BDF886, #3D97E3);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: opacity .6s;
}

.cf7__button input[type="submit"]:hover {
  opacity: .6;
}

/* ローディング */
.wpcf7-spinner {
  display: none;
}

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  display: none;
  font-size: 15px;
  text-align: center;
}

.recaptcha a {
  color: #343434;
  text-decoration: underline;
  transition: opacity .6s;
}

.recaptcha a:hover {
  opacity: .6;
}

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

  .contact {
    padding: 80px 0;
  }

  .cf7__list {
    margin-bottom: 30px;
  }

  .cf7__list dt {
    width: 100%;
    padding: 15px 20px 18px 0;
    border-bottom: none;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd input[type="text"],
  .cf7__list dd input[type="url"],
  .cf7__list dd input[type="tel"],
  .cf7__list dd input[type="email"],
  .cf7__list dd select,
  .cf7__list dd textarea {
    width: 100%;
  }

  .cf7__select:before {
    right: 22px;
  }

  /* プライバシーポリシー */
  .privacy {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 20px;
  }

  .privacy__title {
    margin-bottom: 25px;
  }

  /* 承諾確認 */
  .cf7__acceptance {
    margin-bottom: 30px;
    font-size: 15px;
  }

}

/*-------------------------------------------
フッター
-------------------------------------------*/
.footer {
  padding: 52px 0 18px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

.footer-info {

}

.footer-logo {
  width: 104px;
  margin-bottom: 30px;
}

.footer-phone {
  margin-bottom: 35px;
}

.footer-phone a {
  color: #000;
  font-size: 20px;
  letter-spacing: 0.015em;
  transition: opacity .6s;
}

.footer-phone a:hover {
  opacity: 0.6;
}

.footer-phone span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.02em;
}

.footer-address {
/*   margin-bottom: 14px; */
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .02em;
}

.footer-mail {
  font-size: 20px;
  letter-spacing: -.02em;
}

.footer-mail:before {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 5px;
  background: url(images/icon_mail02.svg) no-repeat center / contain;
  content: '';
}

.footer-menu {
  width: 540px;
/*   padding-top: 170px; */
	margin-top: auto;
}

.footer-menu__list {
  display: flex;
}

.footer-menu__list:nth-child(n + 2) {
  margin-top: 22px;
}

.footer-menu__item {
  font-size: 16px;
}

.footer-menu__item:nth-child(n + 2) {
  margin-left: 22px;
}

.footer-menu__item a {
  color: #000;
  transition: opacity .6s;
}

.footer-menu__item a:hover {
  opacity: 0.6;
}

.footer__copyright {
  color: #85CC3F;
  font-size: 12px;
  text-align: center;
}

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

  .footer {
    padding: 48px 0 10px;
  }

  .footer-container {
    flex-direction: column;
    margin-bottom: 24px;
    padding: 0 20px;
  }

  .footer-logo {
    margin-bottom: 35px;
  }

  .footer-phone {
    margin-bottom: 10px;
  }

  .footer-phone a {
    font-size: 18px;
  }

  .footer-phone span {
    font-size: 24px;
  }

  .footer-address {
/*     margin-bottom: 10px; */
    font-size: 18px;
    line-height: 1.5;
  }

  .footer-mail {
    font-size: 18px;
  }

  .footer-mail:before {
    width: 17px;
    height: 15px;
  }

  .footer-menu {
    width: 100%;
    padding-top: 35px;
  }

  .footer-menu__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu__list:nth-child(n + 2) {
    margin-top: 0;
  }

  .footer-menu__item {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .footer-menu__item:nth-child(n + 2) {
    margin-left: 15px;
  }

  .footer__copyright {
    font-size: 10px;
  }

}

.coming {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  align-items: center;
  height: calc(100vh - 405px);
  text-align: center;
}







.event__images {
  display: flex;
/*  flex-wrap: wrap;*/
  margin-bottom: 40px;
}

.event__image {
  width: calc((100% - (32px * 2)) / 3);
}

.event__image:nth-child(3n - 1),
.event__image:nth-child(3n) {
  margin-left: 32px;
}

.event__image:nth-child(n + 4) {
/*  margin-top: 64px;*/
}

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

  .event__images {
    display: block;
  margin-bottom: 32px;
  }

  .event__image {
    width: 100%;
  }

  .event__image:nth-child(3n - 1),
  .event__image:nth-child(3n) {
    margin-left: 0;
  }

  .event__image:nth-child(n + 2) {
    margin-top: 24px;
  }

}

.managment__image {
	margin-bottom: 64px;
}

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

			.managment__image {
	margin-bottom: 40px;
}

}