@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;
}

a {
  color: #3ea4b8;
  text-decoration: none;
  background: linear-gradient(rgba(136, 207, 218, 0.3), rgba(136, 207, 218, 0.3)) 0 100%/100% 25% no-repeat;
}

a.no-link-effect {
  background: none;
}

.svgLogoColored01 {
  fill: #88cfda;
}

.svgLogoColored02 {
  fill: #3ea4b8;
}

img, iframe {
  max-width: 100%;
  height: auto;
}

#wrap {
  padding-top: 15vw;
}
#wrap header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #f5f9fc;
  z-index: 999;
}
#wrap header #header_inbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap header #header_inbox #header_logomark {
  width: 45%;
  padding-left: 4vw;
}
#wrap header #header_inbox ul {
  width: 35%;
  display: flex;
  justify-content: space-between;
}
#wrap header #header_inbox ul li {
  width: 50%;
  padding: 4vw;
}
#wrap header #header_inbox ul li#header_btn_contact {
  background-color: #3ea4b8;
}
#wrap header #header_inbox ul li#header_btn_contact a {
  color: #fff;
}
#wrap header #header_inbox ul li#header_btn_menu button {
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  width: 80%;
  margin: 0 auto;
}
#wrap header #header_inbox ul li#header_btn_menu button span, #wrap header #header_inbox ul li#header_btn_menu button span:before, #wrap header #header_inbox ul li#header_btn_menu button span:after {
  position: relative;
  height: 2px;
  width: 100%;
  background: #555;
  display: block;
  content: "";
  cursor: pointer;
  bottom: -1.6vw;
}
#wrap header #header_inbox ul li#header_btn_menu button span:before {
  bottom: -2.3vw;
}
#wrap header #header_inbox ul li#header_btn_menu button span:after {
  bottom: -4.2vw;
}
#wrap #content {
  position: relative;
}
#wrap #content #menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -100vw;
  letter-spacing: 1px;
  background-color: #3ea4b8;
  transition: all 0.5s ease;
  z-index: 999;
}
#wrap #content #menu #header_btn_menu_close {
  width: 17.5%;
  margin-left: auto;
}
#wrap #content #menu #header_btn_menu_close button {
  width: 100%;
  height: 15vw;
  padding: 0 20%;
  position: relative;
  display: inline-block;
  border: none;
  background-color: transparent;
}
#wrap #content #menu #header_btn_menu_close button span, #wrap #content #menu #header_btn_menu_close button span:before {
  position: relative;
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  content: "";
  cursor: pointer;
  bottom: -0.5vw;
  transform: rotate(45deg);
}
#wrap #content #menu #header_btn_menu_close button span:before {
  bottom: 0;
  transform: rotate(85deg);
}
#wrap #content #menu ul {
  padding: 20vw 5vw 0;
}
#wrap #content #menu li {
  padding: 5vw 0;
  font-size: 18px;
  border-bottom: 1px solid #dbdbdb;
}
#wrap #content #menu li:first-child {
  border-top: 1px solid #dbdbdb;
}
#wrap #content #menu li a {
  display: block;
  color: #293039;
  background: none;
  color: #fff;
}
#wrap #content #menu li.current a {
  background-size: 100% 35%;
}
#wrap #content .content_sectionBox {
  padding: 0 4vw;
  margin-top: 15vw;
}
#wrap #content footer {
  margin-top: 10vw;
}
#wrap #content footer a {
  display: block;
  background-color: #3ea4b8;
  border: 1px solid transparent;
  color: #fff;
  padding: 4vw;
  position: relative;
  font-size: 4vw;
}
#wrap #content footer a h2 {
  font-size: 8vw;
  line-height: 1.2;
  margin-bottom: 4vw;
}
#wrap #content footer a .footer_logo {
  width: 50vw;
  height: 50vw;
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  opacity: 0.15;
}
#wrap #content footer a .footer_logo .svgLogoColored01 {
  fill: #fff;
}
#wrap #content footer a .footer_logo .svgLogoColored02 {
  fill: #fff;
}
#wrap #content footer a #footer_inquiryButton {
  width: 100%;
  margin-top: 4vw;
  padding: 2vw 0;
  background-color: #f5f9fc;
  border: none;
  color: #3ea4b8;
  font-size: 6vw;
}
#wrap #content footer a #footer_inquiryButton svg {
  width: 10%;
  fill: #3ea4b8;
}

#wisdom {
  padding: 2vw 4vw;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1.1;
}

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

.headlineFirst {
  text-align: center;
  font-size: 10vw;
  font-weight: 700;
  margin: 8vw 0 6vw;
  line-height: 1.2;
}
.headlineFirst span {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.headlineFirst::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  margin: 4vw auto 0;
  background-color: #293039;
}

.headlineSecond {
  font-size: 7.6vw;
  font-weight: 700;
  line-height: 1.2;
  margin: 4vw 0 2.5vw;
  text-align: justify;
  text-justify: auto;
}

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

.headlinePage {
  margin: 8vw 0;
}

.headlineSubtext {
  text-align: center;
  margin: -2vw 0 8vw;
}

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

.paragraph {
  margin: 5vw auto;
}
.paragraph strong {
  font-weight: 300;
}
.paragraph .attention_small {
  font-size: 12px;
  padding: 0 1vw;
  color: #929292;
}

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

.verticalTwoBox {
  margin-top: 5vw;
}
.verticalTwoBox .verticalTwoBox_content {
  background-color: #fff;
  width: 100%;
  padding: 4vw;
  box-shadow: 0 0 10px rgba(41, 48, 57, 0.05);
}
.verticalTwoBox .verticalTwoBox_content .verticalTwoBox_link {
  margin-top: 6vw;
}
.verticalTwoBox .verticalTwoBox_content .verticalTwoBox_link a {
  font-size: 18px;
  line-height: 1.3;
}
.verticalTwoBox .verticalTwoBox_picture img {
  width: 100%;
}

.verticalTwoBox_content_datalist dt {
  margin-top: 2vw;
}
.verticalTwoBox_content_datalist dd {
  margin-left: 4vw;
}

.readmore {
  margin-top: 8vw;
  text-align: center;
}
.readmore a {
  font-size: 4.5vw;
  display: inline-block;
  background-color: #3ea4b8;
  padding: 4vw 0;
  color: #fff;
  border: 1px solid transparent;
  width: 100%;
}

.post_navigation {
  overflow: hidden;
  background-color: #eee;
  width: 100%;
  margin-top: 10vw;
}
.post_navigation > div {
  width: 50%;
}
.post_navigation > div a {
  padding: 2.5vw;
  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 .cardListBox_list {
  margin-top: 5vw;
}
.cardListBox .cardListBox_list a {
  background-color: #fff;
  width: 100%;
  padding: 4vw;
  box-shadow: 0 0 10px rgba(41, 48, 57, 0.05);
  display: block;
  position: relative;
  color: #293039;
}
.cardListBox .cardListBox_list a h3 {
  display: inline;
  color: #3ea4b8;
  text-decoration: none;
  position: relative;
  background: linear-gradient(rgba(136, 207, 218, 0.7), rgba(136, 207, 218, 0.7)) 0 100%/0 35% no-repeat;
  line-height: 1.3;
}
.cardListBox .cardListBox_list a .cardListBox_list_pattern {
  display: inline-block;
  padding: 1vw;
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: 2vw;
  top: 2vw;
  z-index: 9;
}
.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: 4vw;
}
.cardListBox .cardListBox_list a .cardListBox_list_picture img {
  width: 100%;
  height: auto;
}
.cardListBox .cardListBox_list a .cardListBox_list_content .content_sectionBox_para {
  margin-top: 2.5vw;
}

.newsListBox {
  background-color: rgba(41, 48, 57, 0.1);
  border-top: 1px solid #dbdbdb;
}
.newsListBox .newsListBox_list {
  margin: 2vw 0;
  padding: 2vw 4vw 4vw;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
}
.newsListBox .newsListBox_list time {
  color: #929292;
  display: block;
}
.newsListBox .newsListBox_list div {
  line-height: 1.3;
}

.mw_wp_form table {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  margin-top: 10vw;
}
.mw_wp_form table th, .mw_wp_form table td {
  display: block;
  width: 100%;
  background-color: rgba(146, 146, 146, 0.1);
}
.mw_wp_form table th {
  padding: 4vw 4vw 0;
}
.mw_wp_form table th .form_requiredMark {
  display: block;
  font-size: 12px;
  color: #c40;
}
.mw_wp_form table td {
  border-bottom: 1px solid #dbdbdb;
  padding: 2vw 4vw 4vw;
}
.mw_wp_form table td input, .mw_wp_form table td select, .mw_wp_form table td textarea {
  padding: 2vw;
}
.mw_wp_form table td textarea {
  height: 50vw;
}
.mw_wp_form table td#skill_td label {
  display: block;
}
.mw_wp_form #formSubmitBox {
  text-align: center;
  margin-top: 5vw;
}
.mw_wp_form #formSubmitBox input, .mw_wp_form #formSubmitBox button {
  padding: 2vw 10vw;
  margin: 0 2vw;
  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;
}

#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: 70vw;
  padding: 0 4vw;
  color: #fff;
  display: flex;
  align-items: center;
}
#home_eyecatch_inbox {
  line-height: 1.2;
}
#home_eyecatch_inbox p {
  font-size: 7.6vw;
  text-transform: uppercase;
  font-weight: 700;
}
#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: 5vw;
  font-size: 5vw;
  letter-spacing: 1px;
}

#wrap #content #home_about {
  margin-top: 0;
}

#postContent {
  width: 100%;
  margin: 0 auto;
}
#postContent .works_summary {
  margin-top: 5vw;
}
#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: 2vw 0;
}
#postContent .works_summary table th {
  width: 30vw;
  font-weight: bold;
}
#postContent .works_summary table td {
  padding-left: 2vw;
}
#postContent .works_mainImage img {
  height: auto;
}

.pc_only {
  display: none !important;
}

.sp_only {
  display: block;
}

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

.is-error {
  color: #cc0044;
}/*# sourceMappingURL=style_sp.css.map */