@charset "UTF-8";
/*!
Theme Name: newKikiTheme
Theme URI: https://www.kiki-verb.com/
Description: kiki verb専用オリジナルテーマ
Author: Kenichi Shimizu(@kiki verb)
Author URI: https://www.kiki-verb.com/
Version: 1.0
*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(62, 164, 184, 0.25);
  }
}
.pulse {
  animation: pulse 1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation: fadeInUp 1s;
}

body {
  background-color: #f5f9fc;
  color: #293039;
  font: 16px/1.6 "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-justify: inter-ideograph;
}

a {
  color: #3ea4b8;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  background: linear-gradient(rgba(136, 207, 218, 0.7), rgba(136, 207, 218, 0.7)) 0 100%/0 35% no-repeat;
}
a:hover {
  background-size: 100% 35%;
}

a.no-link-effect {
  color: #3ea4b8;
  text-decoration: none;
  position: relative;
  background: none;
}
a.no-link-effect:hover {
  background: none;
}

.svgLogoColored01 {
  fill: #88cfda;
}

.svgLogoColored02 {
  fill: #3ea4b8;
}

#wrap {
  display: flex;
}
#wrap header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70px;
  display: flex;
}
#wrap header #header_inbox {
  position: fixed;
  width: 70px;
  height: 100vh;
}
#wrap header #header_inbox a {
  display: block;
  padding: 10px;
}
#wrap header #header_inbox a .header_logo {
  width: 50px;
  height: 50px;
  transition: all 0.7s ease;
}
#wrap header #header_inbox a .header_logo:hover {
  transform: rotateY(360deg);
}
#wrap header #header_inbox #header_copyright {
  font-size: 12px;
  transform: rotate(90deg);
  position: absolute;
  width: 200px;
  top: 50%;
  left: -64px;
  letter-spacing: 2px;
  color: #929292;
}
#wrap #content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 70px);
}
#wrap #content #menu {
  position: fixed;
  width: calc(100% - 70px);
  text-align: right;
  letter-spacing: 1px;
  left: 70px !important;
  background-color: rgba(245, 249, 252, 0.85);
  transition: all 0.5s ease;
  z-index: 999;
}
#wrap #content #menu.no-bg {
  background-color: transparent;
}
#wrap #content #menu.no-bg a {
  color: #fff;
}
#wrap #content #menu ul {
  padding: 20px 0;
  margin-right: 50px;
}
#wrap #content #menu li {
  display: inline-block;
  margin-left: 30px;
  font-size: 18px;
}
#wrap #content #menu li a {
  color: #293039;
}
#wrap #content #menu li.current a {
  background-size: 100% 35%;
}
#wrap #content .content_sectionBox {
  padding-right: 50px;
  margin-top: 50px;
}
#wrap #content footer {
  margin-top: 80px;
}
#wrap #content footer:hover, #wrap #content footer:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 50px rgba(62, 164, 184, 0);
}
#wrap #content footer a {
  display: block;
  background-color: #3ea4b8;
  border: 1px solid transparent;
  color: #fff;
  padding: 50px 60px 100px;
  position: relative;
}
#wrap #content footer a h2 {
  font-size: 4.2vw;
  background: linear-gradient(rgba(136, 207, 218, 0.7), rgba(136, 207, 218, 0.7)) 0 100%/0 35% no-repeat;
  transition: background 0.5s ease;
  display: inline-block;
}
#wrap #content footer a svg {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.5s ease;
}
#wrap #content footer a:hover {
  background-color: #fff;
  border: 1px solid #3ea4b8;
  color: #3ea4b8;
}
#wrap #content footer a:hover h2 {
  background-size: 100% 35%;
}
#wrap #content footer a:hover svg {
  opacity: 0.2;
}

#wisdom {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #929292;
}

.pageTitle {
  position: relative;
}
.pageTitle::before {
  font-size: 120px;
  margin-bottom: -120px;
  color: rgba(41, 48, 57, 0.05);
  display: block;
  max-width: calc(100vw - 70px - 70px);
  content: attr(data-pageTitle);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.headlineFirst {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin: 50px 0 30px;
}
.headlineFirst span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.headlineFirst::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  margin: 20px auto 0;
  background-color: #293039;
}

.headlineSecond {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 50px 0 30px;
}

.headlineThird {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.headlinePage {
  margin: 100px 0;
}

.headlineSubtext {
  text-align: center;
  margin: -10px 0 30px;
}

.headlineSingle {
  text-align: center;
}
.headlineSingle.headlineSecond {
  font-size: 32px;
  margin-top: 60px;
}

.paragraph {
  max-width: 1000px;
  margin: 30px auto;
}
.paragraph strong {
  font-weight: 300;
}
.paragraph .attention_small {
  font-size: 12px;
  padding: 0 5px;
  color: #929292;
}

.tagListBox {
  margin-top: 5px;
  font-size: 0;
}
.tagListBox .tagListBox_list {
  display: inline-block;
  margin: 5px 5px 0 0;
  font-size: 11px;
  border: 1px solid #dbdbdb;
  padding: 2px 8px;
  background-color: rgba(245, 249, 252, 0.85);
}

.verticalTwoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.verticalTwoBox .verticalTwoBox_content {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 10px rgba(41, 48, 57, 0.05);
}
.verticalTwoBox .verticalTwoBox_content a {
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
}
.verticalTwoBox .verticalTwoBox_picture {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 40%;
  z-index: 9;
}
.verticalTwoBox .verticalTwoBox_picture img {
  width: 100%;
}
.verticalTwoBox.verticalTwoBox-imageLeft .verticalTwoBox_content {
  padding-left: 60px;
}
.verticalTwoBox.verticalTwoBox-imageLeft .verticalTwoBox_picture {
  margin-right: -40px;
}
.verticalTwoBox.verticalTwoBox-imageRight {
  flex-direction: row-reverse;
}
.verticalTwoBox.verticalTwoBox-imageRight .verticalTwoBox_content {
  padding-right: 60px;
}
.verticalTwoBox.verticalTwoBox-imageRight .verticalTwoBox_picture {
  margin-left: -40px;
}

.verticalTwoBox_content_datalist dt {
  margin-top: 15px;
}
.verticalTwoBox_content_datalist dd {
  margin-left: 30px;
}

.readmore {
  margin-top: 30px;
  text-align: center;
}
.readmore a {
  font-size: 18px;
  display: inline-block;
  background-color: #3ea4b8;
  padding: 10px 80px 12px;
  color: #fff;
  border: 1px solid transparent;
}
.readmore a:hover, .readmore a:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 50px rgba(62, 164, 184, 0);
  color: #3ea4b8;
  border: 1px solid #3ea4b8;
}

.post_navigation {
  overflow: hidden;
  background-color: #eee;
  width: 100%;
  margin-top: 50px;
}
.post_navigation > div {
  width: 50%;
}
.post_navigation > div a {
  padding: 10px;
  display: block;
  text-align: center;
  position: relative;
  background: none;
}
.post_navigation > div a:hover {
  background-color: #dbdbdb;
}
.post_navigation .prev {
  float: left;
}
.post_navigation .next {
  float: right;
}

.cardListBox {
  font-size: 0;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.cardListBox .cardListBox_list {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3333333333% - 20px);
  font-size: 16px;
  margin: 0 0 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(41, 48, 57, 0.05);
  transition: all 0.5s ease;
}
.cardListBox .cardListBox_list:hover {
  box-shadow: 0 5px 10px rgba(41, 48, 57, 0.1);
}
.cardListBox .cardListBox_list:hover h3 {
  background-size: 100% 35%;
}
.cardListBox .cardListBox_list a {
  display: block;
  position: relative;
  color: #293039;
}
.cardListBox .cardListBox_list a h3 {
  display: inline;
  color: #3ea4b8;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  background: linear-gradient(rgba(136, 207, 218, 0.7), rgba(136, 207, 218, 0.7)) 0 100%/0 35% no-repeat;
}
.cardListBox .cardListBox_list a .cardListBox_list_pattern {
  display: inline-block;
  padding: 5px;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
}
.cardListBox .cardListBox_list a .cardListBox_list_pattern.cardListBox_list_pattern_owned {
  background-color: #3ea4b8;
}
.cardListBox .cardListBox_list a .cardListBox_list_pattern.cardListBox_list_pattern_order {
  background-color: #523eb8;
}
.cardListBox .cardListBox_list a .cardListBox_list_pattern.cardListBox_list_pattern_advisory {
  background-color: #b83ea4;
}
.cardListBox .cardListBox_list a .cardListBox_list_picture {
  margin-bottom: 20px;
}
.cardListBox .cardListBox_list a .cardListBox_list_picture img {
  width: 100%;
  height: auto;
}
.cardListBox .cardListBox_list a .cardListBox_list_content {
  padding: 0 20px 20px;
}
.cardListBox .cardListBox_list a .cardListBox_list_content .content_sectionBox_para {
  margin-top: 10px;
}

.newsListBox .newsListBox_list {
  background-color: rgba(41, 48, 57, 0.1);
  margin-top: 5px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.newsListBox .newsListBox_list time {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 90px;
}

.mw_wp_form table {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  margin-top: 50px;
}
.mw_wp_form table th, .mw_wp_form table td {
  padding: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.mw_wp_form table th {
  background-color: rgba(146, 146, 146, 0.1);
  width: 240px;
}
.mw_wp_form table th .form_requiredMark {
  display: block;
  font-size: 12px;
  color: #c40;
}
.mw_wp_form table td input, .mw_wp_form table td select, .mw_wp_form table td textarea {
  padding: 10px;
}
.mw_wp_form table td textarea {
  height: 200px;
}
.mw_wp_form table td#skill_td label {
  display: block;
}
.mw_wp_form #formSubmitBox {
  text-align: center;
  margin-top: 30px;
}
.mw_wp_form #formSubmitBox input, .mw_wp_form #formSubmitBox button {
  padding: 20px 100px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
}
.mw_wp_form #formSubmitBox input[name=submitConfirm], .mw_wp_form #formSubmitBox input[name=submitButton], .mw_wp_form #formSubmitBox button[name=submitConfirm], .mw_wp_form #formSubmitBox button[name=submitButton] {
  background-color: #3ea4b8;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.mw_wp_form #formSubmitBox input[name=submitConfirm]:hover, .mw_wp_form #formSubmitBox input[name=submitConfirm]:focus, .mw_wp_form #formSubmitBox input[name=submitButton]:hover, .mw_wp_form #formSubmitBox input[name=submitButton]:focus, .mw_wp_form #formSubmitBox button[name=submitConfirm]:hover, .mw_wp_form #formSubmitBox button[name=submitConfirm]:focus, .mw_wp_form #formSubmitBox button[name=submitButton]:hover, .mw_wp_form #formSubmitBox button[name=submitButton]:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 50px rgba(62, 164, 184, 0);
  color: #3ea4b8;
  border: 1px solid #3ea4b8;
  background-color: #fff;
}

#home_eyecatch {
  background: url("img/eyecatch.png") no-repeat center center/cover;
  background-color: rgba(41, 48, 57, 0.5);
  background-blend-mode: multiply;
  height: 640px;
  padding: 0 40px;
  color: #fff;
  display: flex;
  align-items: center;
}
#home_eyecatch_inbox p {
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1500px) {
  #home_eyecatch_inbox p {
    font-size: 105px;
  }
}
#home_eyecatch_inbox p > span {
  background: linear-gradient(transparent 55%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0.2) 90%, transparent 90%);
}
#home_eyecatch_inbox p > span span {
  color: #3ea4b8;
}
#home_eyecatch_inbox h1 {
  margin-top: 40px;
  font-size: 30px;
  letter-spacing: 1px;
}

#postContent {
  max-width: 1000px;
  margin: 0 auto;
}
#postContent .works_summary {
  margin-top: 30px;
}
#postContent .works_summary table {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
#postContent .works_summary table th, #postContent .works_summary table td {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
}
#postContent .works_summary table th {
  width: 200px;
  font-weight: bold;
}
#postContent .works_mainImage img {
  height: auto;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none !important;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.is_error {
  color: #cc0044;
  font-weight: 500;
}

.opa:hover {
  opacity: 0.7;
}

/*==============================
	SP ONLY
==============================*/
/*==============================
	PC ONLY
==============================*//*# sourceMappingURL=style.css.map */