@charset "UTF-8";
/*
	Theme Name: 株式会社ベビーカレンダー
	Theme URI: https://corp.baby-calendar.jp/
	Description: 株式会社ベビーカレンダーのレスポンシブテーマ(WordPress)です。
	Author: baby calendar Inc.
	Version: 190724
*/
/* ---------------------
    - 1.Default
    	- 1.2.Clearfix
    	- 1.3.Basic Style
    - 2.Layout
    	- Header
    	- Contents
    	- Global Nav
    	- Footer
    - 3.Media Queries
--------------------- */
/* 1.Reset & Default
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address,
cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a img {
  border: none;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: normal;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  padding: 0;
  height: 1px;
  background: #e5e4dc;
}

input, select {
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.br {
  padding-left: 1em;
  text-indent: -1em;
}

/* 1.2.Clearfix
================================================== */
.clearfix {
  display: block;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

/* 1.3.Basic Style
================================================== */
/* Web Font */
/* Rounded Mgen+ 1p Light */
@font-face {
  font-family: "RoundedMgen1pLight";
  src: url(./fonts/light.eot) format("eot"), url(./fonts/light.woff) format("woff");
}
/* Rounded Mgen+ 1p Regular */
@font-face {
  font-family: "RoundedMgen1pRegular";
  src: url(./fonts/regular.eot) format("eot"), url(./fonts/regular.woff) format("woff");
}
/* Rounded Mgen+ 1p Medium */
@font-face {
  font-family: "RoundedMgen1pMedium";
  src: url(./fonts/medium.eot) format("eot"), url(./fonts/medium.woff) format("woff");
}
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
}

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

/* Link */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a[href^="tel:"] {
  cursor: default;
}

/* 2.Layout
================================================== */
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* Header */
header {
  margin: 0 auto;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
  padding-bottom: 2px;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#index header {
  height: auto;
  padding: 0;
  background: none;
}

#header-grad-border {
  display: block;
  background: #ffffff;
  height: 58px;
}

#index #header-grad-border {
  padding-bottom: 10px;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(70%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(white 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0));
}

#header-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

/* Global Nav */
#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#logo {
  display: block;
  margin-right: auto;
  position: relative;
  z-index: 100;
  width: 158px;
  padding-top: 15px;
}

#menu > li:not(#logo) {
  font-family: "RoundedMgen1pMedium", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  position: relative;
}
#menu span {
  font-size: 10px;
  color: #eb748e;
  display: block;
  padding-top: 5px;
}
#menu a {
  display: block;
  color: #666666;
}
#menu > li:not(#logo) {
  min-width: 12%;
}
#menu > li:not(#logo) > a {
  padding: 15px 0px;
}
#menu > li > a:hover {
  color: #eb748e;
}

.dropmenu li ul {
  font-size: 12px;
  list-style: none;
  position: absolute;
  z-index: 1;
  left: 10px;
  display: block;
  /*   border: 1px solid #e3e3e3; */
  background: #ffffff;
  width: 170px;
  text-align: left;
}
.dropmenu li ul:after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #ffffff;
  top: -10px;
  content: "";
  display: block;
  height: 0;
  left: 40px;
  position: absolute;
  width: 0;
}
.dropmenu li ul:before {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 10px #e3e3e3;
  top: -11px;
  content: "";
  display: block;
  left: 40px;
  position: absolute;
}
.dropmenu li ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #ffffff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.dropmenu li ul li:first-child a {
  border-top: 1px solid #e3e3e3;
}
.dropmenu li ul li:last-child a {
  border-bottom: 1px solid #e3e3e3;
}
.dropmenu li ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #eb748e;
  border-right: solid 2px #eb748e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#menu li ul li a:hover {
  color: #ffffff;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}

.dropmenu li ul {
  opacity: 0;
  top: 70px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropmenu li ul li a:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  right: 7px;
}
.dropmenu li:hover ul {
  top: 65px;
  visibility: visible;
  opacity: 1;
}

#slider-wrap, #slider-wrap-sp {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.page #slider-wrap {
  margin-top: 60px;
}

#slider-wrap-sp {
  display: none;
  margin-bottom: 0;
}

#index #headline-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 980px;
  margin: auto;
  z-index: 2;
}

.page #headline-section {
  text-align: center;
  margin: 0 auto 50px;
}
.page #headline-section .headline h1 {
  color: #666666;
  text-shadow: none;
}
.page #headline-section .headline h1 a {
  color: #666666;
  text-shadow: none;
}
.page #headline-section .headline h1 a:hover {
  color: #eb748e;
}

#top-headline-section {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: 70px;
  height: 500px;
  background: none;
  text-align: center;
}

#index #headline-section .headline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 65px;
  text-align: center;
}

#top-headline-section .headline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 115px;
  text-align: center;
}

#headline-section .headline h1, #index .headline {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 2px 2px 0px #666666;
}

#top-headline-section h1 {
  font-family: "RoundedMgen1pLight", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 62px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 2px 2px 0px #666666;
}

#headline-section .headline span, #index .headline span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #eb748e;
  padding-top: 10px;
  letter-spacing: 0.02em;
}

#top-headline-section span {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 25px;
  letter-spacing: 0.02em;
}

#main-image {
  position: relative;
  z-index: 1;
}
#main-image img {
  width: 100%;
}

.page #main-image img {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 50px;
}

/* Content */
#contents {
  position: relative;
  z-index: 2;
}

.page-wrap {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
  z-index: 1;
}
.page-wrap:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

.page-box {
  display: block;
  position: relative;
  margin-bottom: 110px;
  padding: 0;
}
.page-box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

.wrap880 {
  max-width: 880px;
  margin: 0 auto;
}

.wrap980, .section-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.text-box {
  line-height: 1.7;
}

.two-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.two-block .text-box {
  line-height: 2;
}

#index .two-block .text-box {
  font-size: 12px;
}

#business-list {
  display: block;
  margin: 0 auto;
}
#business-list .two-block {
  margin-bottom: 80px;
}
#business-list .two-block:first-child .two-block-image, #business-list .two-block:nth-child(2) .two-block-text {
  margin-top: 20px;
}
#business-list.two-block:nth-child(3) .two-block-image, #business-list .two-block:nth-child(4) .two-block-image {
  margin-top: 10px;
}

.two-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-block > div:first-child {
  margin-right: 30px;
}
.two-block > div:last-child {
  margin-left: 30px;
}

#business-list .two-block:first-child > div:first-child, #business-list .two-block:nth-child(2) > div:last-child, #business-list .two-block:nth-child(3) > div:first-child, #business-list .two-block:nth-child(4) > div:last-child {
  margin-right: 20px;
}
#business-list .two-block:first-child > div:last-child, #business-list .two-block:nth-child(2) > div:first-child, #business-list .two-block:nth-child(3) > div:last-child, #business-list .two-block:nth-child(4) > div:first-child {
  margin-left: 20px;
}
#business-list .two-block:nth-child(2) .two-block-image, #business-list .two-block:nth-child(4) .two-block-image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
#business-list .two-block:nth-child(2) .two-block-text, #business-list .two-block:nth-child(4) .two-block-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
}

.three-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.three-block > div:first-child {
  margin-right: 80px;
}
.three-block > div:last-child {
  margin-left: 80px;
}
.three-block > div p {
  padding: 0 5px;
}

.four-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.four-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
.four-block > div .text-box {
  padding: 0 5px;
}
.four-block > div:first-child {
  margin-left: 0;
}
.four-block > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .four-block {
    display: block;
  }
  .four-block > div {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}

.circle-btn {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  color: #eb748e;
  width: 240px;
  height: 240px;
  line-height: 240px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 20px;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}
.circle-btn span {
  display: block;
  width: 236px;
  height: 236px;
  background: #ffffff;
  border-radius: 50%;
  margin: 2px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.caption {
  font-size: 12px;
  line-height: 1.5;
}

.recruit-table .caption {
  font-size: 10px;
  color: #666666;
}

.headline2 {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.headline2 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding-top: 5px;
  letter-spacing: 0.02em;
  color: #eb748e;
}

.headline3 {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.privacypolicy .headline3 {
  text-align: left;
}

.recruit .headline3 {
  margin-bottom: 15px;
}

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

.headline3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #eb748e;
  padding-top: 8px;
  letter-spacing: 0.02em;
}

.headline4 {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 3px solid #eb748e;
  line-height: 1.3;
  color: #eb748e;
}
.headline4 a {
  color: #eb748e;
}
.headline4 a:hover {
  opacity: 0.7;
}

#index .headline4 {
  font-size: 18px;
  margin-top: 30px;
}

#workflow-section .headline4 {
  position: relative;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #333333;
}
#workflow-section .headline4 span {
  display: block;
  font-size: 12px;
  color: #eb748e;
  margin-bottom: 3px;
}

.headline5 {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 25px;
  line-height: 1.2;
}
.headline5 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #eb748e;
  padding-top: 8px;
}

#business-list .headline5 {
  font-family: "RoundedMgen1pLight", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 30px;
  line-height: 1.2;
}
#business-list .headline5 span {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #eb748e;
  padding-top: 10px;
}

#recruit-list .headline5 {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #666666;
  text-align: center;
  line-height: 1.2;
}
#recruit-list .headline5 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #eb748e;
  padding-top: 8px;
}

.three-block-image {
  margin-bottom: 25px;
}
.three-block-image a, .three-block-image img {
  border-radius: 50%;
}

.one-block-image a, .two-block-image a, .three-block-image a, .recruit-list-image a {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.three-block-image a img, .recruit-list-image a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.three-block-image a:hover img, .recruit-list-image a:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.one-block-image {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

/* Footer */
footer {
  width: 100%;
  background: #ffffff;
  text-align: center;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
  padding-top: 2px;
}

#footer-wrap {
  display: block;
  background: #ffffff;
}

#copyright {
  font-family: Verdana, Droid Sans, "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #eb748e;
  margin: 0 auto;
  padding: 20px 0 15px;
}

.type-area {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  display: inline-block;
  padding: 15px 30px;
  background: #f3f3f3;
  border-radius: 30px;
  float: right;
}
.type-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type-area li:first-child {
  margin-right: 25px;
}

.icon {
  font-size: 18px;
  vertical-align: -1px;
}

/* Fade */
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn, .btn-back {
  display: inline-block;
  font-size: 12px;
  border: 2px solid transparent;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
  background-origin: border-box;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.btn a, .btn-back a {
  position: relative;
  display: block;
  color: #eb748e;
  padding: 15px 40px;
  background-size: 200% 100%;
  background: #ffffff;
}

.btn a:hover, .btn-back a:hover {
  color: #ffffff;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}

.btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #eb748e;
  border-right: solid 2px #eb748e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn a:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  right: 7px;
}

.btn-back a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #eb748e;
  border-right: solid 2px #eb748e;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-back a:hover:before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  left: 7px;
}

.btn-image {
  max-width: 140px;
}
.btn-image:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  overflow: hidden;
}

#business-section {
  display: block;
  margin: 0 auto;
  padding: 100px 0 20px;
  background: rgba(245, 245, 245, 0.8);
}

#info-section, #recruit-section {
  background: rgba(102, 102, 102, 0.3);
}

#info-section {
  padding: 100px 0;
}

#recruit-section {
  padding: 100px 0 300px;
}

.section-header {
  margin: 0 auto 40px;
  text-align: center;
}

#info-list, #recruit-list {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#info-list li {
  width: 50%;
  position: relative;
  display: block;
  padding: 20px;
  padding-bottom: 35px;
}
#info-list li:nth-child(odd) {
  border-right: 2px solid #e6e6e6;
}
#info-list li:first-child, #info-list li:nth-child(2) {
  border-bottom: 2px solid #e6e6e6;
}
#info-list li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#info-list li:hover:after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  right: 7px;
}

.post-title a:hover {
  color: #eb748e;
}

.post {
  position: relative;
}

.post-date {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  display: block;
  font-size: 12px;
  color: #eb748e;
  margin-bottom: 10px;
}

.post-title a {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333333;
}

.post-category {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.post-category a {
  width: 110px;
  font-size: 10px;
  font-weight: medium;
  display: inline-block;
  color: #ffffff;
  padding: 5px 15px;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
  text-align: center;
}
.post-category a:hover {
  opacity: 0.7;
}

#company-section {
  display: block;
  margin: 0 auto;
  padding: 100px 0;
  background: rgba(245, 245, 245, 0.8);
}
#company-section .headline {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #333333;
  text-shadow: none;
}
#company-section .headline span {
  text-shadow: none;
}
#company-section a:not(.btn-a) {
  color: #0068b7;
  border-bottom: 1px solid #0068b7;
  padding-bottom: 3px;
}

/* Table Style */
.table01, .table02, .table03, .table04, .table05, .table06, .table07 {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}

.table01, .table02, .table03, .table07 {
  border-left: none;
}

.table01 th, .table01 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table02 th, .table02 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table03 th, .table03 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table04 th, .table04 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table05 th, .table05 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table06 th, .table06 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table07 th, .table07 td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.5;
}

.table01 th, .table02 th, .table03 th {
  width: 20%;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

.table01 th {
  vertical-align: top;
}

.table02 th, .table03 th {
  width: 9.6%;
}

.table06 th {
  white-space: nowrap;
}

.table01 td, .table02 td, .table03 td {
  width: 80%;
  padding-left: 10px;
}

.table02 td, .table03 td {
  width: 90.4%;
}

.history-list td {
  font-size: 12px;
}

.table03 {
  border-top: 1px solid #e6e6e6;
}
.table03 td {
  font-size: 12px;
}
.table03 th, .table03 td {
  border-bottom: 1px solid #e6e6e6;
}
.table03 th {
  border-right: 1px solid #e6e6e6;
}

.table04 {
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}
.table04 th {
  padding-right: 10px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
}
.table04 td {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
}

.table04-child {
  white-space: nowrap;
}

.table05 th {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.table05 td {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
}
.table05 td:first-child {
  border-left: none;
  text-align: center;
}
.table05 td:nth-child(3) {
  text-align: center;
}
.table05 td:last-child {
  width: 20%;
  text-align: center;
}
.table05 .tb01 {
  border-left: 1px solid #e6e6e6;
  text-align: center;
  padding-left: 0;
}

.table06 th {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.table06 td {
  border-bottom: 1px solid #e6e6e6;
}
.table06 td:first-child {
  width: 25%;
  padding-right: 10px;
}
.table06 td:last-child {
  width: 75%;
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
}

.table07 th {
  width: 10%;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
.table07 td {
  width: 90%;
  padding-left: 10px;
}

.contact-table th {
  vertical-align: middle;
}

/* Map Style */
.map-wrap {
  margin: 0 auto 15px;
}

#map-canvas, #map-canvas2 {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 240px;
  border: 4px solid #ffffff;
}

#map-canvas iframe, #map-canvas object, #map-canvas embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map-canvas2 iframe, #map-canvas2 object, #map-canvas2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-block {
  display: inline-block;
}

#recruit-list {
  width: 100%;
  background: rgba(245, 245, 245, 0.8);
}
#recruit-list li {
  position: relative;
  width: 25%;
}
#recruit-list li:first-child {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
}
#recruit-list li:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
#recruit-list li:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
#recruit-list li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
#recruit-list li:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
}
#recruit-list li:nth-child(6) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}
#recruit-list li:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 7;
  order: 7;
}
#recruit-list li:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 6;
  order: 6;
}
#recruit-list li:nth-child(9) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 8;
  order: 8;
}
#recruit-list li:nth-child(10) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 9;
  order: 9;
}
#recruit-list li:nth-child(11) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 10;
  order: 10;
}
#recruit-list li:nth-child(12) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 11;
  order: 11;
}
#recruit-list li:nth-child(13) {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 13;
  order: 13;
}
#recruit-list li:nth-child(14) {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 12;
  order: 12;
}
#recruit-list li:nth-child(15) {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 15;
  order: 15;
}
#recruit-list li:nth-child(16) {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 14;
  order: 14;
}
#recruit-list .headline5 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 42px;
  text-align: center;
  line-height: 1.2;
}
#recruit-list .headline5 a {
  color: #666666;
}
#recruit-list .headline5 a:hover {
  color: #eb748e;
}

.headline6 {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 2px 2px 0px #666666;
  margin-bottom: 40px;
  line-height: 1.2;
}

.recruit .headline6 {
  color: #eb748e;
  text-shadow: none;
  line-height: 1.7;
}

#sitemap-section {
  display: block;
  margin: 0 auto;
  padding: 50px 0 120px;
  background: #ffffff;
}

#sitemap-section-sp {
  display: none;
}

#footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer-menu > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#footer-menu a {
  display: block;
  color: #666666;
}

#footer-menu-sp a {
  display: block;
  color: #666666;
}

#footer-menu > li > a {
  position: relative;
  padding: 30px 0;
  border-right: 2px solid #e6e6e6;
  font-size: 13px;
}
#footer-menu a:hover {
  color: #eb748e;
}

#footer-menu-sp a:hover {
  color: #eb748e;
}

#footer-menu > .footer-submenu-wrap:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 6px;
  height: 6px;
  margin: -4px -4px 0 0;
  border-top: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#footer-menu > li > a:hover span {
  -webkit-transition: inherit;
  transition: inherit;
}

#footer-menu-sp > li > a:hover span {
  -webkit-transition: inherit;
  transition: inherit;
}

#footer-menu > li > a:hover span:before, #footer-menu-sp > li > a:hover span:before {
  color: #eb748e;
  -webkit-transition: inherit;
  transition: inherit;
}

#footer-menu > li:first-child > a {
  border-left: 2px solid #e6e6e6;
}
#footer-menu span {
  display: block;
}
#footer-menu .subname {
  font-size: 10px;
  color: #eb748e;
  padding-top: 5px;
}

#footer-menu-sp .subname {
  font-size: 10px;
  color: #eb748e;
  padding-top: 5px;
  display: block;
}

#footer-menu .icon-info:before, #footer-menu .icon-hospital:before, #footer-menu .icon-heart_blank:before, #footer-menu .icon-user:before, #footer-menu .icon-mail:before, #footer-menu .icon-lock:before, #footer-menu .icon-report:before, #footer-menu .icon-myfolder:before {
  display: block;
  font-size: 40px;
  color: #e6e6e6;
  margin-bottom: 15px;
}

#footer-menu-sp .icon-info:before, #footer-menu-sp .icon-hospital:before, #footer-menu-sp .icon-heart_blank:before, #footer-menu-sp .icon-user:before, #footer-menu-sp .icon-mail:before, #footer-menu-sp .icon-lock:before, #footer-menu-sp .icon-report:before, #footer-menu-sp .icon-myfolder:before {
  display: inline-block;
  font-size: 40px;
  color: #e6e6e6;
}

.footer-submenu {
  display: none;
  font-size: 10px;
  width: 100%;
  position: absolute;
  top: 130px;
}

.footer-submenu-wrap {
  position: relative;
}

.footer-submenu li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-submenu a {
  display: block;
  width: 100%;
}

/* Page */
#workflow-section {
  position: relative;
  display: block;
  margin: 0 auto;
}

#workflow-section-sp {
  display: none;
}

#workflow-section .three-block > div:first-child {
  margin-right: 60px;
}
#workflow-section .three-block > div:last-child {
  margin-left: 40px;
  padding-top: 85px;
}

.line-block {
  max-width: 60px;
}

#workflow-section .two-block:not(:first-child) div:first-child {
  margin-top: -105px;
}
#workflow-section .two-block:nth-child(6) div:first-child {
  margin-top: -80px;
}
#workflow-section .two-block > div:first-child {
  margin-right: 35px;
}
#workflow-section .two-block > div:last-child {
  margin-left: 35px;
}
#workflow-section .two-block:first-child div:last-child {
  padding-top: 100px;
}

.workflow-section-main {
  /*  padding-top: 65px;*/
}

.type-icon {
  position: absolute;
  top: 0;
  left: -22px;
}
.type-icon *:before {
  font-size: 16px;
  margin-bottom: 2px;
}

/* SP Menu */
#container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
#container.page {
  background: #ffffff;
}

.side-open #container, .side-open .overlay, .side-open .side-menu {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 4;
}

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}

/* Side Menu  */
.side-menu {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 100%;
  padding-top: 40px;
  text-align: left;
  background: #ffffff;
  z-index: 5;
  visibility: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  margin-right: -300px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-menu.open-active {
  visibility: visible;
}

.side-menu__ul {
  width: 300px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  border-top: 1px solid #e5e4dc;
}

.side-menu__ul--child {
  display: none;
  display: block;
}

.side-menu__ul > li > a, .side-menu__ul--child li a {
  position: relative;
  display: block;
  padding: 15px 22px;
  font-weight: normal;
  color: #333333;
}

.side-menu__ul > li {
  position: relative;
  display: block;
}
.side-menu__ul > li h2 {
  position: relative;
  display: block;
  padding: 15px 22px;
  font-weight: normal;
  color: #333333;
}

.side-menu__ul--child li {
  position: relative;
  display: block;
}

.side-menu__ul > li h2 {
  position: relative;
  display: block;
  width: 100%;
}
.side-menu__ul > li h2 a {
  position: relative;
  display: block;
}

.side-menu__ul--child li a {
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 35px;
  font-weight: normal;
  padding-left: 80px;
}
.side-menu__ul--child .menu-item {
  position: relative;
  display: block;
}
.side-menu__ul--child .menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #f3f3f3;
  bottom: -15px;
}

.text {
  position: relative;
  display: inline-block;
  font-size: 2em;
}

.side-menu__ul > li > a:before, .side-menu__ul--child li a:before {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  -webkit-transition: 1s;
  transition: 1s;
}

.side-menu__ul > li h2 a:before, .side-menu__ul > li h2:before {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  -webkit-transition: 1s;
  transition: 1s;
}
.side-menu__ul > li:before {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  -webkit-transition: 1s;
  transition: 1s;
}

.side-menu__ul--child li a:before {
  content: "・";
  position: absolute;
  top: 15px;
  left: 60px;
  color: #eb748e;
  font-weight: bold;
}

.side-menu__ul > li {
  overflow: hidden;
}
.side-menu__ul > li:before, .side-menu__ul > li h2:before {
  left: 60px;
  width: 100%;
  background: #f3f3f3;
}

.side-menu .menu-icon {
  font-size: 24px;
  font-style: normal;
  color: #eb748e;
  vertical-align: -5px;
  margin-right: 15px;
}

.side-menu__ul h2 a {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side-menu__ul > li > h2 a:hover, .side-menu__ul > li a:hover {
  background: #f7f7f7;
}
.side-menu__ul a {
  position: relative;
}
.side-menu__ul a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #eb748e;
  border-right: solid 2px #eb748e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu__ul > li > h2 a {
  position: relative;
}
.side-menu__ul > li > h2 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #eb748e;
  border-right: solid 2px #eb748e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Ellipsis Btn */
.side-menu-btn {
  display: none;
  position: absolute;
  top: 0 !important;
  right: 12px;
  cursor: pointer;
  z-index: 100;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 8px;
}

.side-menu-btn2 {
  display: block;
  position: absolute;
  /*
  	top: 17px;
  	left: 20px;
  */
  top: 0 !important;
  left: 12px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 11px 8px;
}
.side-menu-btn2 span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.side-menu-btn2 span:nth-of-type(2) {
  opacity: 0;
}
.side-menu-btn2 span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 #161616;
          box-shadow: 0 0 8px 0 #161616;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}

/*
.side-menu-btn:hover .top {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.side-menu-btn:hover .bot {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
	width: 56px;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/
.side-open .mid {
  opacity: 0;
}

/*
.side-open .side-menu-btn:hover .bot,
.side-open .bot {
	width: 56px;
	height: 1px;
	background: #fff;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
	background: #ccc;
}
*/
/* Hamburger Btn */
.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 24px;
  height: 18px;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eb748e;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.side-fixed {
  /* ドロワーメニュー開いてる時に背景のスクロール固定 */
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Page */
.category #headline-section .headline h1, .single #headline-section .headline h1 {
  color: #666666;
  text-shadow: none;
}

.category .page-box, .single .page-box {
  margin-bottom: 100px;
}

.page .post {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.recruit .post {
  border-bottom: none;
}

.category .post-title {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #333333;
  padding: 0 20px;
}
.category .post-title a {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #333333;
  padding: 0 20px;
}

.single .post-title {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
  color: #333333;
  padding: 0 20px;
}

.page .post-title a:hover {
  color: #eb748e;
}
.page .post-header {
  margin-bottom: 30px;
}
.page .post-header-grad {
  width: 100%;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
  padding-bottom: 1px;
  margin-bottom: 10px;
}
.page .post-header-grad-wrap {
  display: block;
  background: #ffffff;
  padding-bottom: 5px;
}
.page .post-category {
  font-size: 12px;
  position: relative;
  bottom: auto;
  left: auto;
  display: block;
  width: 120px;
  text-align: center;
  margin-left: 20px;
}
.page .post-category a {
  display: block;
}
.page .post-contents {
  padding: 0 20px;
}
.page .post-contents p {
  margin-bottom: 25px;
}
.page .post-contents h6 {
  margin-bottom: 25px;
  /* キャプション用 */
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  margin-top: -25px;
}
.page .post-contents a {
  font-weight: normal;
  color: #0068b7;
  border-bottom: 1px solid #0068b7;
  padding-bottom: 2px;
}

.post-writer {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  color: #999999;
  text-align: right;
  padding-top: 10px;
}

/* Pager */
#page-nav {
  margin: 0 auto 60px;
  text-align: center;
}
#page-nav a {
  text-decoration: none;
  color: #eb748e;
}
#page-nav a:hover {
  text-decoration: underline;
}
#page-nav .page-numbers {
  margin: 0 3px;
  padding: 4px 10px;
}

.current {
  color: #333333;
}

.next, .prev {
  position: relative;
}

.next:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 7px;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.prev:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 7px;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page .post-date {
  padding: 0 20px;
}

.attachment a {
  font-weight: bold !important;
  color: #0068b7;
  border-bottom: 1px solid #0068b7;
  padding-bottom: 2px;
  line-height: 1.7;
}
.attachment a span {
  display: inline-block;
  color: #999999;
}
.attachment .icon-link:before {
  padding-left: 5px;
}

.slider-noimage {
  margin: 0 auto 100px;
  padding-top: 170px;
}

#application-method .two-block {
  margin-bottom: 20px;
}

.list-disc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 3px;
}
.list-disc li {
  padding-left: 25px;
  text-indent: -25px;
  line-height: 2;
}
.list-disc li:before {
  content: "●";
  margin-right: 8px;
  padding-left: 5px;
  color: #eb748e;
  font-size: 12px;
}
.list-disc li a {
  position: relative;
  padding-bottom: 3px;
  color: #0068b7;
  margin-right: 10px;
}

.list-number {
  display: block;
}
.list-number li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1.5;
  counter-increment: counter-name;
}
.list-number li:before {
  font-family: "RoundedMgen1pLight", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-right: 15px;
  text-indent: 0;
  font-weight: bold;
  color: #eb748e;
  text-align: center;
  content: "0" counter(counter-name);
  margin: -12px 0 0 0;
}

.privacypolicy .two-block > div:first-child {
  text-align: center;
}

#voice-section .text-image .two-block-image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: 30px;
}
#voice-section .text-image .two-block-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  order: 0;
  margin-left: 0;
  margin-right: 30px;
}
#voice-section .two-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.touchsystem .four-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.touchsystem .four-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}
.touchsystem .four-block > div .text-box {
  padding: 0 5px;
}
.touchsystem .four-block > div:first-child {
  margin-left: 0;
}
.touchsystem .four-block > div:last-child {
  margin-right: 0;
}

.four-block .circle-btn {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  color: #eb748e;
  width: 215px;
  height: 215px;
  line-height: 215px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 20px;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}
.four-block .circle-btn span {
  display: block;
  width: 211px;
  height: 211px;
  background: #ffffff;
  border-radius: 50%;
  margin: 2px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#media-logo {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.two-block-box img {
  margin-bottom: 20px;
}

.media .one-block-image, .firstpresent .one-block-image {
  margin-bottom: 80px;
}

.media .two-block, .firstpresent .two-block {
  margin-bottom: 60px;
}

.img700 {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

/* Contact Page */
.wpcf7 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

input[type=button], input[type=text], input[type=email], input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  /* iphone clear */
  font-size: 16px;
  font-family: sans-serif;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  /* iphone clear */
  font-size: 16px;
  font-family: sans-serif;
}

input[type=text], input[type=email] {
  width: 100%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:not([type=submit]) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  min-height: 250px;
  line-height: 1.7;
  resize: vertical;
}

input[type=submit] {
  font-size: 12px;
  font-weight: normal;
  border: none;
  padding: 0;
  width: 140px;
  height: 40px;
  color: #eb748e;
  background: #ffffff;
  cursor: pointer;
}

.wpcf7-submit {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: block;
  color: #eb748e;
  padding: 15px 40px;
  background-size: 200% 100%;
  background: #ffffff;
}
.wpcf7-submit:hover {
  color: #ffffff;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

span.wpcf7-list-item {
  margin: 0 !important;
  padding-left: 150px;
}

.contact .btn {
  margin-left: 150px;
  margin-top: 20px;
}
.contact select {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f3f3 !important;
  border: 1px solid #e6e6e6;
  background: url("./images/arrow01.png") right 50% no-repeat;
  background-size: 30px, 100%;
  font-size: 12px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  width: 60%;
  background-color: #f1ebdb;
}

/* Select Box Style */
input[type=checkbox] {
  display: inline-block;
  width: auto;
  padding-bottom: 20px;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  display: none;
}

/* Checkbox Box Style */
.wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f3f3f3;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.is_confirm .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 8px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #eb748e;
  border-right: 2px solid #eb748e;
}

div.wpcf7-response-output {
  padding: 1em 2em !important;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #0068b7 !important;
}

.alert-text {
  display: none;
  margin-bottom: 20px;
  line-height: 1.5;
}

:-moz-placeholder-shown {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

:placeholder-shown {
  color: #666666;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #cccccc;
}

/* Firefox 19+ */
/* IE 10+ */
input[type=button].wpcf7c-btn-back {
  font-size: 12px;
  font-weight: normal;
  border: none;
  padding: 0;
  width: 140px;
  height: 40px;
  color: #eb748e;
  background: #ffffff;
  margin-bottom: 20px;
  cursor: pointer;
}
input[type=submit].wpcf7c-btn-confirm, input[type=button].wpcf7c-btn-back {
  position: relative;
  display: block;
  color: #eb748e;
  background-size: 200% 100%;
  background: #ffffff;
  padding: 0;
  margin-left: 150px;
}
input[type=submit].wpcf7-submit {
  position: relative;
  display: block;
  color: #eb748e;
  background-size: 200% 100%;
  background: #ffffff;
  padding: 0;
  margin-left: 150px;
}
input[type=submit].wpcf7c-btn-confirm {
  border: 1px solid #eb748e;
}
input[type=button].wpcf7c-btn-back {
  border: 1px solid #eb748e;
}
input[type=submit].wpcf7-submit {
  color: #ffffff;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}
input[type=submit].wpcf7-submit:hover {
  opacity: 0.7;
}
input[type=submit].wpcf7c-btn-confirm:hover {
  color: #ffffff;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}
input[type=button].wpcf7c-btn-back:hover {
  color: #ffffff;
  /* IE8-9 */
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
  /* IE10+ */
}

.wpcf7c-conf, .contact select.wpcf7c-conf {
  background-color: #dddddd !important;
  color: #333333 !important;
  border: none !important;
}

.wpcf7c-elm-step2 {
  padding-top: 20px;
  padding-left: 150px;
  margin: 2em 0.5em 1em;
  padding: 1em 2em;
  border: 2px solid #eb748e;
}

/* Autofill */
.wpcf7-text:-webkit-autofill {
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -webkit-box-shadow: inset 0 0 0 1000px #f2f2f2;
          box-shadow: inset 0 0 0 1000px #f2f2f2;
}

.wpcf7.is_confirm .wpcf7-text:-webkit-autofill {
  color: #333333 !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0px 1000px #d9d9d9 inset;
          box-shadow: 0 0 0px 1000px #d9d9d9 inset;
}

/* Glitch */
.box {
  position: relative;
  height: 100%;
}

.glitch {
  font-size: 90px;
  line-height: 1;
  font-family: "RoundedMgen1pMedium", "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  text-decoration: none;
  color: #ffffff;
}
.glitch:before {
  display: block;
  content: "404";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.glitch:after {
  display: block;
  content: "404";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  color: #f38888;
  z-index: -2;
}
.glitch:before {
  color: #eb748e;
  z-index: -1;
  -webkit-animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}
.glitch:after {
  -webkit-animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}

@-webkit-keyframes glitch-left {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, 3px);
    transform: translate(-5px, 3px);
  }
  66% {
    -webkit-transform: translate(5px, -3px);
    transform: translate(5px, -3px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes glitch-left {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, 3px);
    transform: translate(-5px, 3px);
  }
  66% {
    -webkit-transform: translate(5px, -3px);
    transform: translate(5px, -3px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes glitch-left-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, -3px);
    transform: translate(-5px, -3px);
  }
  66% {
    -webkit-transform: translate(5px, 2px);
    transform: translate(5px, 2px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes glitch-left-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  33% {
    -webkit-transform: translate(-5px, -3px);
    transform: translate(-5px, -3px);
  }
  66% {
    -webkit-transform: translate(5px, 2px);
    transform: translate(5px, 2px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/* jQuery Plugin
================================================== */
/* Slick.css */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  /* IE・EDGE */
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

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

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

.page .slick-slide {
  display: none;
  float: left;
  max-height: 500px;
  min-height: 1px;
}

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

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

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

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

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

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

/* Slick-theme.css */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
  z-index: 100;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  background: url("./images/arrow_l.png");
  background-size: contain;
  vertical-align: middle;
}

[dir=rtl] .slick-prev:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  background: url("./images/arrow_r.png");
  background-size: contain;
  vertical-align: middle;
}

.slick-next {
  right: -40px;
  z-index: 100;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  background: url("./images/arrow_r.png");
  background-size: contain;
  vertical-align: middle;
}

[dir=rtl] .slick-next:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 32px;
  background: url("./images/arrow_l.png");
  background-size: contain;
  vertical-align: middle;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 10px 25px;
  cursor: pointer;
  background: #ffffff;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #f25a29;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "•";
  text-align: center;
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  background: #f25a29;
}

.not404 .page-wrap {
  background: none;
}

.notfound {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

svg {
  position: absolute;
  top: -50px;
  left: 0;
  max-width: 434px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: -1;
  fill: #ffffff;
}

/* SVG Animation */
.path {
  stroke: #f2f2f2;
  fill: #ffffff;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-animation: DASH 3s ease-in-out 1s forwards;
  animation: DASH 3s ease-in-out 1s forwards;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
  }
  80% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f2f2f2;
  }
}
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
  }
  80% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f2f2f2;
  }
}
/* Margin Style */
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml10 {
  margin-left: 10px;
}

.ml1 {
  margin-left: 1em;
}

.bold, strong {
  font-weight: bold;
}

em {
  font-weight: bold;
  font-style: normal;
  color: #eb748e;
}

/* Color */
/* 要確認 */
.red {
  color: red;
}

.pink {
  color: #eb748e;
}

.blue {
  color: #6ec3c2 !important;
}

/* 3.Media Queries
================================================== */
@media screen and (max-width: 980px) {
  #header-wrap, .wrap980, .section-wrap, .page-wrap {
    width: 95%;
  }
  #footer-menu > li > a {
    font-size: 12px;
  }
  .three-block > div:first-child {
    margin-right: 30px;
  }
  .three-block > div:last-child {
    margin-left: 30px;
  }
  .three-block > div p {
    max-width: 240px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .circle-btn {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
  .circle-btn span {
    width: 176px;
    height: 176px;
  }
  .line-block {
    max-width: 55px;
  }
  .page #slider-wrap {
    margin-top: 0;
  }
  .four-block .circle-btn {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .four-block .circle-btn span {
    width: 146px;
    height: 146px;
  }
  .touchsystem .four-block > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 10px;
  }
}
@media screen and (max-width: 980px) {
  .line-block {
    max-width: 51px;
  }
}
@media screen and (max-width: 980px) {
  #recruit-list .headline5 {
    font-size: 16px;
  }
  #recruit-list .headline5 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .line-block {
    max-width: 48px;
  }
}
@media screen and (max-width: 800px) {
  #menu > li:not(#logo) {
    display: none;
  }
  .side-menu-btn {
    display: block;
  }
  #top-headline-section {
    margin-top: 0;
  }
  header {
    margin: 0 auto;
    /* IE8-9 */
    background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
    background-image: linear-gradient(90deg, #eb748e, #f38888);
    /* IE10+ */
    padding-bottom: 2px;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #index header {
    height: 40px;
    /* IE8-9 */
    background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
    background-image: linear-gradient(90deg, #eb748e, #f38888);
    /* IE10+ */
    padding-bottom: 2px;
  }
  #index #header-grad-border {
    padding-bottom: 0;
    display: block;
    background: #ffffff;
  }
  .page #slider-wrap {
    margin-top: 0;
    padding-top: 0;
  }
  #index header, .page header {
    height: 40px;
  }
  #header-grad-border {
    height: 38px !important;
  }
  #logo {
    width: 105px;
    padding-top: 10px;
  }
  .side-menu-btn, .side-menu-btn2 {
    top: 10px;
  }
  .page #main-image img {
    padding-top: 40px;
  }
  .headline3 {
    font-size: 18px;
  }
  .recruit .headline6 {
    font-size: 22px;
  }
  .not404 .slider-noimage {
    /* 	  padding-top: 60px; */
  }
  .notfound {
    width: 90%;
    text-align: center;
  }
  svg {
    left: 50%;
    margin-left: -150px;
    max-width: 300px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 700px) {
  .touchsystem .four-block {
    display: block;
  }
  .touchsystem .four-block > div {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .touchsystem .circle-btn {
    display: block;
    color: #eb748e;
    width: auto;
    height: auto;
    line-height: 1.2;
    margin-bottom: 15px;
    background: none;
    text-align: left;
    border-radius: 0;
  }
  .touchsystem .circle-btn span {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .wrap980, .section-wrap, .page-wrap {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  #business-list .two-block {
    display: block;
    margin-bottom: 80px;
  }
  #business-list .two-block:first-child .two-block-image, #business-list .two-block:nth-child(2) .two-block-text {
    margin-top: 0;
  }
  #business-list.two-block:nth-child(3) .two-block-image, #business-list .two-block:nth-child(4) .two-block-image {
    margin-top: 0;
  }
  #business-list .two-block-image {
    display: block;
    text-align: right;
  }
  #business-list .two-block-image img {
    max-width: 280px;
  }
  #business-list .headline5 {
    font-size: 26px;
    text-shadow: 2px 2px 0px #ffffff;
  }
  #business-list .two-block-text, #business-list .two-block:nth-child(2) .two-block-text {
    margin-top: -30px;
  }
  .btn-image {
    float: right;
    margin-bottom: 50px;
  }
  #info-list {
    display: block;
  }
  #info-list li {
    display: block;
    width: 100%;
  }
  #company-section .two-block {
    display: block;
  }
  .two-block > div {
    display: block;
    width: 100%;
  }
  #company-section .half-half .two-block > div:first-child {
    margin-right: 0;
  }
  #company-section .half-half .two-block > div:last-child {
    margin-left: 0;
  }
  .headline6 {
    font-size: 18px;
  }
  #recruit-list li {
    width: 50%;
  }
  #recruit-list li:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  #recruit-list li:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #recruit-list li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #recruit-list li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #recruit-list li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  #recruit-list li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  #recruit-list li:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  #recruit-list li:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  #business-section, #company-section, #info-section, #recruit-section {
    background: #ffffff;
  }
  #index .headline {
    color: #333333;
    text-shadow: none;
  }
  #sitemap-section {
    display: none;
  }
  #sitemap-section-sp {
    display: block;
    background: #f3f3f3;
    padding: 50px 0;
  }
  #sitemap-section-sp .wrap980 {
    max-width: 95%;
  }
  #footer-menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-menu-sp > li {
    width: 50%;
    background: #ffffff;
  }
  #footer-menu-sp > li:nth-child(3), #footer-menu-sp > li:nth-child(6) {
    width: 100%;
  }
  #footer-menu-sp > li > a {
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 10px;
    padding-top: 15px;
    background: #ffffff;
    border-bottom: 2px solid #f3f3f3;
    height: 67px;
  }
  #footer-menu-sp > li:first-child > a, #footer-menu-sp > li:nth-child(4) > a, #footer-menu-sp > li:nth-child(6) > a {
    border-right: 2px solid #f3f3f3;
  }
  #footer-menu-sp > li > a:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
    overflow: hidden;
  }
  #footer-menu-sp .icon-info:before, #footer-menu-sp .icon-hospital:before, #footer-menu-sp .icon-heart_blank:before, #footer-menu-sp .icon-user:before, #footer-menu-sp .icon-mail:before, #footer-menu-sp .icon-lock:before, #footer-menu-sp .icon-myfolder:before {
    display: block;
    width: 25%;
    float: left;
    margin: 0;
    margin-top: -5px;
  }
  .label {
    display: block;
    width: 70%;
    padding-left: 10px;
    float: right;
  }
  #footer-menu-sp .icon-heart_blank:before,
  #footer-menu-sp .icon-mail:before,
  #footer-menu-sp .icon-user:before {
    width: 12.5%;
  }
  #footer-menu-sp > li:nth-child(3) .label,
  #footer-menu-sp > li:nth-child(6) .label {
    width: 87.5%;
  }
  .footer-submenu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-submenu-sp li {
    width: 49%;
  }
  .footer-submenu-sp li:first-child, .footer-submenu-sp li:nth-child(2) {
    margin-bottom: 7px;
  }
  .footer-submenu-sp li a {
    font-size: 12px;
    display: block;
    padding: 10px 0;
    border: 2px solid #f3f3f3;
    text-align: center;
    letter-spacing: -0.04em;
  }
  .footer-submenu-wrap-sp {
    font-size: 12px;
    padding: 15px 10px 10px;
    border-bottom: 2px solid #f3f3f3;
  }
  .vegas-slide-inner, .vegas-overlay {
    background: none !important;
  }
  .vegas-slide {
    display: none !important;
  }
  #top-headline-section {
    display: none;
  }
  #slider-wrap-sp {
    display: block;
  }
  #business-section, #info-section, #company-section {
    padding: 40px 0;
  }
  #recruit-section {
    padding: 40px 0 80px;
  }
  #business-list .two-block > div:first-child, #business-list .half-half .two-block > div:first-child {
    margin-right: 0;
  }
  #business-list .two-block > div:last-child, #business-list .half-half .two-block > div:last-child {
    margin-left: 0;
  }
  #info-list, #recruit-list {
    background: #ffffff;
  }
  #info-list li {
    border-bottom: 2px solid #f3f3f3;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
  }
  #info-list li:nth-child(odd) {
    border-right: 2px solid #f3f3f3;
  }
  #info-list li:first-child, #info-list li:nth-child(2) {
    border-bottom: 2px solid #f3f3f3;
  }
  #info-list li:first-child {
    border-top: 2px solid #f3f3f3;
  }
  .headline6 {
    color: #666666;
    text-shadow: none;
    line-height: 1.7;
  }
  #recruit-list .headline5 {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
  }
  #recruit-list .headline5 span {
    font-size: 10px;
    padding-top: 5px;
  }
  #headline-section .headline h1, #index .headline {
    font-size: 26px;
  }
  #headline-section .headline span, #index .headline span {
    font-size: 14px;
  }
  #recruit-list li:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  #recruit-list li:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #recruit-list li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  #recruit-list li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #recruit-list li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  #recruit-list li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  #recruit-list li:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  #recruit-list li:nth-child(8) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  #recruit-list li:nth-child(9) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  #recruit-list li:nth-child(10) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  #recruit-list li:nth-child(11) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  #recruit-list li:nth-child(12) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  #recruit-list li:nth-child(13) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  #recruit-list li:nth-child(14) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  #recruit-list li:nth-child(15) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 15;
    order: 15;
  }
  #recruit-list li:nth-child(16) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 14;
    order: 14;
  }
  #slider-wrap-sp {
    padding-top: 40px;
  }
  #index #headline-section .headline {
    padding-top: 30px;
  }
  #business-list .two-block:first-child > div:first-child, #business-list .two-block:nth-child(2) > div:last-child, #business-list .two-block:nth-child(3) > div:first-child, #business-list .two-block:nth-child(4) > div:last-child {
    margin-right: 0;
  }
  #business-list .two-block:first-child > div:last-child, #business-list .two-block:nth-child(2) > div:first-child, #business-list .two-block:nth-child(3) > div:last-child, #business-list .two-block:nth-child(4) > div:first-child {
    margin-left: 0;
  }
  .three-block {
    display: block;
  }
  .three-block > div {
    display: block;
  }
  .three-block > div:first-child, .three-block > div:last-child {
    margin: 0 auto;
  }
  .circle-btn {
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    color: #eb748e;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 20px;
    /* IE8-9 */
    background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
    background-image: linear-gradient(90deg, #eb748e, #f38888);
    /* IE10+ */
  }
  .circle-btn span {
    display: block;
    width: 236px;
    height: 236px;
    background: #ffffff;
    border-radius: 50%;
    margin: 2px auto 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .three-block > div {
    margin: 0 auto 30px;
    text-align: center;
  }
  .three-block > div p {
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0;
  }
  .privacypolicy .two-block, .media .two-block, .firstpresent .two-block {
    display: block;
  }
  .media .two-block, .firstpresent .two-block {
    margin-bottom: 60px;
  }
  .privacypolicy .two-block > div, .media .two-block > div, .firstpresent .two-block > div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .media .two-block > div, .firstpresent .two-block > div {
    margin: 0 auto 60px;
  }
  .privacypolicy .two-block > div:first-child {
    margin: 0 auto 20px;
  }
  #workflow-section .three-block {
    display: none;
  }
  #workflow-section-sp {
    display: block;
    margin: 0 auto;
  }
  .solutionservice .headline3 {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
  .lead-text {
    line-height: 1.7;
    letter-spacing: -0.02em;
  }
  #voice-section .two-block {
    display: block;
    margin: 0 auto 40px;
  }
  #voice-section .two-block > div {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .type-area {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .icon {
    font-size: 16px;
  }
  .type-area li:first-child {
    margin-right: 10px;
  }
  /* Contact */
  input[type=text], input[type=email] {
    max-width: 100%;
  }
  .contact select {
    max-width: 100%;
    width: 100%;
  }
  .contact-table th, .contact-table td {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .contact-table th {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  span.wpcf7-list-item {
    padding-left: 10px;
  }
  .contact .btn {
    margin-left: 10px;
  }
  #business-list .two-block-text {
    margin-top: -10px;
  }
  .table01 {
    margin-bottom: 30px;
  }
  #recruit-list {
    border: 2px solid #f3f3f3;
  }
  .circle-btn, .touchsystem .circle-btn {
    display: block;
    color: #eb748e;
    width: auto;
    height: auto;
    line-height: 1.2;
    margin-bottom: 15px;
    background: none;
    text-align: left;
    border-radius: 0;
    font-size: 20px;
  }
  .circle-btn span, .touchsystem .circle-btn span {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 0;
  }
  .solutionservice .three-block .text-box {
    margin-bottom: 40px;
  }
  #voice-section .text-image .two-block-image {
    margin-left: 0;
  }
  #babypad-series .three-block-image {
    width: 65%;
    margin-left: 35%;
  }
  #babypad-series .three-block-text {
    margin-top: -65px;
  }
}
@media screen and (max-width: 600px) and (max-width: 700px) {
  #babypad-series .three-block-text .headline3 {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .touchsystem .table05 {
    display: none;
  }
  .alert-text {
    display: block;
  }
  #application-method .two-block {
    display: block;
  }
  #application-method .two-block > div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #application-method .two-block > div:first-child {
    margin: 0 auto 20px;
  }
  .hide-sp {
    display: none;
  }
  .table04 {
    font-size: 12px;
  }
  .table04 th {
    padding-right: 5px;
  }
  .table04 td {
    padding-left: 5px;
  }
  .headline2 {
    font-size: 24px;
  }
  .headline2 span {
    font-size: 14px;
  }
  .circle-btn {
    font-size: 20px;
  }
  .headline4 {
    font-size: 22px;
  }
  .headline5 {
    font-size: 18px;
  }
  input[type=submit].wpcf7c-btn-confirm, input[type=button].wpcf7c-btn-back, input[type=submit].wpcf7-submit {
    margin-left: 0;
  }
  .table01 th {
    text-align: left;
  }
  .table07 th {
    width: 20%;
    text-align: left;
  }
  .table07 td {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .wrap980, .section-wrap, .page-wrap {
    max-width: 320px;
  }
}
.p_rel {
  position: relative;
  padding-bottom: 30px;
}

.wf_more {
  position: absolute;
  bottom: -20px;
  right: 0;
}

/************* ADD STYLE *************/
/* タッチシステム事業_190123 */
#serviceinfo {
  display: block;
  margin-top: 100px;
  padding: 30px 60px 35px;
  background: #f7f7f7;
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #999;
  text-align: center;
  line-height: 1.2;
}
#serviceinfo .sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #serviceinfo {
    margin-top: 80px;
    padding: 20px 35px 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 789px) {
  #serviceinfo {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #serviceinfo {
    margin-top: 60px;
    padding: 10px 25px 15px;
  }
}
@media screen and (max-width: 540px) {
  #serviceinfo .sp {
    display: block;
  }
}
/* 道のり動画追加_190723 */
.movie-wrap {
  position: relative;
  height: 0;
  padding: 50px 0 56.25%;
  overflow: hidden;
  z-index: 1;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.start-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -38px 0 0 -38px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.start-btn:hover {
  -webkit-transform: scale(1.1) rotate(360deg);
          transform: scale(1.1) rotate(360deg);
}
.start-btn img {
  max-width: 75px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
}

@media screen and (max-width: 375px) {
  .start-btn {
    display: none;
  }
}
/* お問い合わせ同意チェック調整_1912xx（test_contact） */
span.wpcf7-not-valid-tip {
  display: inline-block;
}

span.wpcf7-list-item {
  padding-left: 0;
  margin-bottom: 10px;
}

input[type=submit].wpcf7c-btn-confirm,
input[type=button].wpcf7c-btn-back,
input[type=submit].wpcf7-submit {
  margin: 20px auto;
}

#contact-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 資料請求はこちらから */
.contactme {
  margin: 80px 0;
}

@media screen and (max-width: 600px) {
  .contactme {
    margin: 40px 0;
  }
}
/* ウーマンカレンダー、介護カレンダー 追加_191211 */
.media #media-logo,
.privacypolicy #media-logo {
  max-width: 400px;
}
.media .anchor,
.privacypolicy .anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 40px auto 120px;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}
.media .anchor li,
.privacypolicy .anchor li {
  display: inline-block;
  margin: 5px;
}
.media .anchor li a,
.privacypolicy .anchor li a {
  display: block;
  border: 1px solid #eb748e;
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 12px;
  color: #eb748e;
}
.media .anchor li a:hover,
.privacypolicy .anchor li a:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
}
.media #headline-womancalendar,
.media #headline-kaigocalendar,
.privacypolicy #headline-womancalendar,
.privacypolicy #headline-kaigocalendar {
  margin-top: 120px;
  padding-top: 60px;
}

.recruit .anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 40px auto 0;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}
.recruit .anchor li {
  display: inline-block;
  margin: 5px;
}
.recruit .anchor li a {
  display: block;
  border: 1px solid #eb748e;
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 14px;
  color: #eb748e;
}
.recruit .anchor li a:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#eb748e), to(#f38888));
  background-image: linear-gradient(90deg, #eb748e, #f38888);
}

@media screen and (max-width: 600px) {
  .media .anchor,
  .privacypolicy .anchor {
    margin: 20px auto 20px;
  }
  .media .anchor li,
  .privacypolicy .anchor li {
    display: block;
    margin: 0 5px 10px;
  }
  .media .anchor li a,
  .privacypolicy .anchor li a {
    padding: 10px 15px;
    font-size: 10px;
  }
  .media .page-box,
  .privacypolicy .page-box {
    margin-bottom: 55px;
  }
  .media .one-block-image,
  .privacypolicy .one-block-image {
    margin-bottom: 40px !important;
  }
  .media .two-block,
  .privacypolicy .two-block {
    margin-bottom: 40px;
  }
  .media .two-block > div,
  .privacypolicy .two-block > div {
    margin: 0 auto 20px;
  }
  .media #headline-womancalendar,
  .media #headline-kaigocalendar,
  .privacypolicy #headline-womancalendar,
  .privacypolicy #headline-kaigocalendar {
    margin-top: 0;
    padding-top: 30px;
  }
  .recruit .anchor {
    margin: 40px auto 0;
  }
  .recruit .anchor li {
    display: block;
    margin: 0 5px 10px;
  }
  .recruit .anchor li a {
    padding: 10px 15px;
    font-size: 14px;
  }
}
/* トップページお知らせ　一覧リンク追加 */
#info-section {
  padding-bottom: 140px;
}

#info-list {
  margin-bottom: 40px;
}

.section-wrap {
  position: relative;
}
.section-wrap .information-btn {
  position: absolute;
  right: 0;
}
.section-wrap .information-btn a {
  background: #f5f5f5;
}
.section-wrap .information-btn a:hover {
  background: none;
}
.section-wrap .section-header h2.headline a {
  color: #FFFFFF;
  text-shadow: 2px 2px 0px #666666;
}
.section-wrap .section-header h2.headline a:hover {
  color: #eb748e;
}

@media screen and (max-width: 600px) {
  #info-section {
    padding-bottom: 100px;
  }
  #info-list {
    margin-bottom: 20px;
  }
  .section-wrap .information-btn a {
    background: #ffffff;
  }
  .section-wrap .section-header h2.headline a {
    color: #666666;
    text-shadow: none;
  }
}
/* ウェブマーケティング事業追加（グローバルナビ、SPメニュー、フッターサイトリスト） */
@media screen and (max-width: 600px) {
  .footer-submenu-sp li:nth-child(2n+1) {
    margin-bottom: 7px;
  }
  .footer-submenu-wrap-sp {
    padding-bottom: 3px;
  }
}
/* 重要なお知らせ枠追加 */
.btn-block {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 auto 20px;
  line-height: 1.5;
}
.btn-block a {
  padding: 20px 10px;
  letter-spacing: -0.01em;
}
.btn-block a .sp {
  display: none;
}
.btn-block:last-child {
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .btn-block {
    font-size: 1.15rem;
  }
  .btn-block a {
    padding: 15px 10px;
  }
  .btn-block a .sp {
    display: block;
  }
  .btn-block:last-child {
    margin-bottom: 40px;
  }
}
/* プライバシーポリシー変更 */
.privacypolicy .txt-r {
  text-align: right;
}
.privacypolicy .list-number li:before {
  top: 12px;
}
.privacypolicy .page-box {
  margin-bottom: 55px;
}
.privacypolicy .page-box:last-child {
  margin-bottom: 110px;
}

.mw-contact-form-wrap .privacy-policy-wrap {
  text-align: center;
  margin: 20px;
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-text {
  margin-bottom: 30px;
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-check input[type=checkbox] {
  display: none;
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-check label {
  cursor: pointer;
  position: relative;
  padding-left: 33px;
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-check label:before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  border-radius: 3px;
  background: #f3f3f3;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-check .mwform-checkbox-field-text:after {
  width: 15px;
  height: 8px;
  border: 4px solid #eb748d;
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: -2px;
  border-top: none;
  border-right: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-check input[type=checkbox]:checked ~ .mwform-checkbox-field-text:after {
  opacity: 1;
}
.mw-contact-form-wrap .privacy-policy-wrap .privacy-policy-check .error {
  margin: 5px 0;
}
.mw-contact-form-wrap .privacy-policy-wrap a {
  color: #eb748d;
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  padding-bottom: 2px;
  border-bottom: 1px solid #eb748d;
  font-size: 1.2rem;
}
.mw-contact-form-wrap input[type=submit] {
  border: 1px solid #eb748d;
}
.mw-contact-form-wrap input[type=submit]:disabled {
  background-color: #DCDCDC;
  /* 背景色 */
  cursor: not-allowed;
  /* 禁止カーソル */
  border: 1px solid #dddddd;
  color: #666666;
}

.cd-multi-steps {
  width: 100%;
  max-width: 768px;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
}
.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-multi-steps li {
  display: inline-block;
  position: relative;
  float: none;
  margin: 0.4em 40px 0.4em 0;
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
.cd-multi-steps li::after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 4px;
  background: #f3f3f3;
  margin: 0;
}
.cd-multi-steps li:last-of-type::after {
  display: none;
}
.cd-multi-steps li > * {
  display: inline-block;
}
.cd-multi-steps li:last-of-type {
  margin-right: 0;
}

.cd-multi-steps li > *,
.cd-multi-steps li.is-current > * {
  position: relative;
}

.cd-multi-steps.custom-separator li::after {
  height: 4px;
  background: #f3f3f3;
}

.cd-multi-steps.text-top li {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cd-multi-steps.text-top li {
    width: 65px;
  }
}

.cd-multi-steps.text-top li::after {
  position: absolute;
  left: 50%;
  width: calc(100% + 40px);
  bottom: 6px;
}

.cd-multi-steps.text-top li > *::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #f3f3f3;
  bottom: 0;
}

.cd-multi-steps.text-top li > * {
  padding-bottom: 30px;
}

.cd-multi-steps li.is-current > * {
  color: #eb748d;
  font-weight: bold;
}

.cd-multi-steps li.visited::after,
.cd-multi-steps.text-top li.visited > *::before,
.cd-multi-steps.text-top li.is-current > *::before {
  background-color: #eb748d;
}

.list-whitepaper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-whitepaper a,
.list-whitepaper .is-link {
  width: 47%;
  margin: 1%;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .list-whitepaper a,
  .list-whitepaper .is-link {
    width: 100%;
  }
}
.list-whitepaper a:after,
.list-whitepaper .is-link:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #eb748e;
  border-right: solid 2px #eb748e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.list-whitepaper a:hover,
.list-whitepaper .is-link:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.list-whitepaper a:hover:after,
.list-whitepaper .is-link:hover:after {
  right: 7px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.list-whitepaper a .is-text-wrap,
.list-whitepaper .is-link .is-text-wrap {
  width: calc(100% - 80px);
  padding: 8px;
}
.list-whitepaper a .is-text-wrap .is-title,
.list-whitepaper .is-link .is-text-wrap .is-title {
  margin-top: 5px;
  line-height: 1.5;
  color: #333333;
}
.list-whitepaper a .is-text-wrap .is-text,
.list-whitepaper .is-link .is-text-wrap .is-text {
  font-weight: bold;
  display: inline;
  border-bottom: 1px solid #0068b7;
  padding-bottom: 3px;
  color: #0068b7;
  line-height: 1.7;
}
.list-whitepaper a .is-img-wrap,
.list-whitepaper .is-link .is-img-wrap {
  padding: 8px;
  background: #f7d7de;
  position: relative;
  width: 60px;
  height: 100%;
}
.list-whitepaper a .is-img-wrap img,
.list-whitepaper .is-link .is-img-wrap img {
  width: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-whitepaper.is-ml .is-link {
  width: 31%;
}
@media screen and (max-width: 640px) {
  .list-whitepaper.is-ml .is-link {
    width: 50% !important;
  }
}
.list-whitepaper.is-ml .is-link:hover {
  opacity: 1;
}
.list-whitepaper.is-ml a,
.list-whitepaper.is-ml .is-link {
  width: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .list-whitepaper.is-ml a,
  .list-whitepaper.is-ml .is-link {
    width: 100%;
  }
}
.list-whitepaper.is-ml a:after,
.list-whitepaper.is-ml .is-link:after {
  content: none;
}
.list-whitepaper.is-ml a .is-text-wrap,
.list-whitepaper.is-ml .is-link .is-text-wrap {
  width: 100%;
}
.list-whitepaper.is-ml a .is-img-wrap,
.list-whitepaper.is-ml .is-link .is-img-wrap {
  padding: 0;
  background: #f7d7de;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-whitepaper.is-ml a .is-img-wrap img,
.list-whitepaper.is-ml .is-link .is-img-wrap img {
  width: 100%;
  position: relative;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}

.modal-overlay {
  display: block;
  background: rgba(235, 116, 141, 0.95);
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  padding: 12px 8px;
  border-radius: 6px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
}
@media screen and (max-width: 640px) {
  .modal-overlay .pconly {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .modal-overlay {
    width: 95%;
    border-radius: 6px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 10px;
  }
}
.modal-overlay .img-wrap {
  margin-right: 10px;
}
.modal-overlay .img-wrap img {
  width: 80px;
  padding: 10px;
}
.modal-overlay .info-wrap .is-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 1.3;
}
.modal-overlay .info-wrap .is-text {
  margin-bottom: 8px;
  font-size: 0.9em;
  line-height: 1.3;
}
.modal-overlay .info-wrap .is-btn {
  background: #ffffff;
  color: #eb748d;
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 3px;
  text-align: center;
}
.modal-overlay.nyurun {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: nyurun;
          animation-name: nyurun;
  visibility: visible !important;
}
@-webkit-keyframes nyurun {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nyurun {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 個人情報保護方針 パーツ追加_220120 */
.privacypolicy .text-area {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 15px;
  text-indent: 0;
}
.privacypolicy .text-area .headline5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.privacypolicy .text-area p {
  font-size: 90%;
}

/* 採用情報 サブタイトルパーツ追加_220203 */
.recruit .headline-recruit {
  font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 0 20px;
}

.is-hide {
  display: none;
}

#loadingGramo {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* ローダーをフェードアウト */
.fadeout-loader {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 780px) {
  .gramo .pconly {
    display: none;
  }
}
.gramo .sponly {
  display: none;
}
@media screen and (max-width: 780px) {
  .gramo .sponly {
    display: block;
  }
}
.gramo .tac {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .gramo .tac {
    text-align: justify;
  }
}
.gramo .mt20 {
  margin-top: 20px;
}
.gramo .gramo-logo-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .gramo .gramo-logo-wrap {
    margin-top: -10px;
  }
}
.gramo .gramo-logo-wrap #jsGramoLogo > svg {
  position: relative;
  top: 0;
  max-width: 980px;
  fill: none;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.gramo .text-area {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 15px;
}
@media screen and (max-width: 780px) {
  .gramo .is-responsive {
    display: block;
  }
  .gramo .is-responsive > *:nth-child(n+1) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.gramo .btn.is-fullwidth {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  .two-block-is-responsive {
    display: block;
  }
  .two-block-is-responsive > *:nth-child(2n) {
    margin-left: 0 !important;
    margin-top: 80px;
  }
}

.breadcrumb-wrap + #slider-wrap {
  margin-top: 0;
}
.breadcrumb-wrap + #slider-wrap img {
  padding-top: 0;
}

.breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 60px;
  }
}
.breadcrumb li {
  display: inline-block;
  list-style: none;
  font-weight: bold;
  margin: 2px;
}
.breadcrumb li:not(:first-child) {
  position: relative;
  margin-left: 10px;
  padding-left: 5px;
}
.breadcrumb li:not(:first-child)::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.breadcrumb span {
  color: #666666;
}
/*# sourceMappingURL=style.css.map */