@charset "UTF-8";
.iziModal {
  background: none !important;
}

.button {
  font-size: 18px;
  line-height: 1;
  padding: 16px 0;
  width: 322px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Crimson Text', serif;
  position: relative;
  transition: 0.3s;
}

.button.black {
  color: #fff;
  background: #f8c5c8;
  border: 1px solid #fff;
}

.button.black::before {
  content: '';
  background: #fff;
  display: block;
  width: 0;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.button.black::after {
  content: '';
  background: url(../images/arrow_white02.png);
  width: 11px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
}

.button.black:hover {
  color: #000;
  background: url(../images/arrow_black.png) no-repeat 95% 50% #fff;
}

.button.black:hover::before {
  width: 100%;
}

.button.black:hover::after {
  content: '';
  background: url(../images/arrow_black.png);
}

.button.red {
  color: #fff;
  background: url(../images/button_arrow@2x.png) no-repeat 95% 50% #D8473A;
  background-size: 30px;
  width: 494px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .button.red {
    width: 95%;
  }
}

.button.white {
  color: #000;
  border: 1px solid #707070;
  background: #fff;
  font-size: 15px;
}

@media (max-width: 768px) {
  .button.white {
    width: 95%;
  }
}

.button.white::before {
  content: '';
  background: #707070;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.button.white:hover {
  color: #fff;
  background: none;
  opacity: 1;
}

.button.white:hover::before {
  width: 100%;
}

.button.center {
  margin-left: auto;
  margin-right: auto;
}

.submitBtn {
  -webkit-appearance: none;
  line-height: 1;
  width: 159px;
  height: 45px;
  display: block;
  margin: 50px auto 80px auto;
  letter-spacing: 0.1em;
  font-family: 'Crimson Text', serif;
  transition: 0.3s;
  color: #fff;
  background: url(../images/arrow_white02.png) no-repeat 140px #000000;
  border: 1px solid #000000;
  background-size: 7px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.submitBtn:hover {
  color: #000;
  background: url(../images/arrow_black.png) no-repeat 140px #fff;
  background-size: 7px;
  opacity: 1;
}

.g-recaptcha > div {
  margin: auto;
}

.text_link {
  transition: 0.3s;
}

.text_link:hover {
  background: #FFEFEF;
  opacity: 1;
}

@media (min-width: 769px) {
  #gnav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  #gnav .inner {
    display: flex;
    justify-content: space-between;
  }
  #gnav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  #gnav ul li {
    margin: 10px 20px;
  }
  #gnav ul li a {
    letter-spacing: 0.2em;
  }
  #gnav .soudan {
    padding: 20px 20px 10px 0;
    min-width: 217px;
  }
  #gnav.child {
    position: relative;
    display: block !important;
    margin-bottom: 20px;
  }
  #gnav.child a.logo {
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  #gnav.child .inner {
    display: block;
  }
  #gnav.child ul {
    justify-content: flex-end;
  }
  #gnav.child ul li {
    margin: 10px 15px;
  }
  #gnav.child ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
  }
  #gnav.child .soudan {
    display: none;
  }
  #mv {
    width: 100%;
    height: 1069px;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #mv::after {
    content: '';
    height: 288px;
    width: 100%;
    display: block;
    background: url(../images/mv_grad.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  #mv .logo {
    text-align: center;
    padding-top: 200px;
    margin-bottom: 50px;
  }
  #mv h1 {
    text-align: center;
    font-size: 49px;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
    transition: 0.3s;
    padding-top: 240px;
  }
  #mv h1.show {
    color: #fff;
  }
  #mv h1 div {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin: 10px 0 0 0;
  }
  #mv .main_contents_nav {
    display: flex;
    justify-content: center;
  }
  #mv .link {
    background: url(../images/mv_arrow.png) no-repeat 95% 50% rgba(255, 255, 255, 0.55);
    background-size: 20px;
    width: 291px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    font-size: 18px;
    margin: 0 20px 30px 20px;
    position: relative;
    z-index: 1;
  }
  #mv .choose_open {
    background: url(../images/mv_arrow.png) no-repeat 95% 50% rgba(255, 255, 255, 0.55);
    background-size: 20px;
    width: 624px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    font-size: 18px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 1;
  }
  #mv .choose_rayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
    display: none;
  }
  #mv .modal_contents {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    display: none;
    position: relative;
    z-index: 1;
  }
  #mv .modal_contents .box {
    margin-bottom: 70px;
    font-size: 18px;
    letter-spacing: 0.26em;
  }
  #mv .modal_contents h2 {
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  #mv .modal_contents ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
  }
  #mv .modal_contents ul li {
    margin: 15px 14px 0 14px;
  }
  #mv .catch {
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 1;
  }
  #mv .catch .left {
    font-size: 25px;
    letter-spacing: 0.3em;
    padding: 0 40px;
    text-align: center;
  }
  #mv .catch .left .brand_name {
    font-size: 70px;
    font-family: 'Crimson Text';
  }
  #mv .catch .left img {
    width: 235px;
  }
  #mv .catch .right {
    font-size: 18px;
    letter-spacing: 0.3em;
    padding: 15px 40px;
  }
  .fix_contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
  }
  .fix_btn {
    position: fixed;
    bottom: 00px;
    width: 100%;
    background: rgba(249, 244, 244, 0.8);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  .fix_btn a {
    display: inline-block;
    margin: 0 20px;
  }
  footer {
    background: url(../images/footer_bg.png) no-repeat center top;
    background-size: cover;
    margin-bottom: 71px;
  }
  footer .logo {
    text-align: center;
  }
  footer .sns {
    padding: 30px 0;
  }
  footer .sns ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  footer .sns ul li {
    margin: 0 16px;
  }
  footer .tel {
    font-size: 18px;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 60px;
  }
  footer .tel a {
    font-size: 26px;
  }
  footer .f_nav {
    max-width: 1038px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  footer .f_nav a {
    display: block;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  footer .f_nav a:nth-child(4) {
    margin-right: 0;
  }
  footer .f_nav a .en {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  footer .f_nav a .jp {
    font-size: 12px;
  }
  footer .access {
    font-size: 12px;
    text-align: center;
    line-height: 2;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin: 30px;
  }
  footer .copyright {
    text-align: center;
    font-size: 12px;
    padding: 0 0 10px 0;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #top {
    position: relative;
    overflow: hidden;
  }
  #top #greeting {
    max-width: 1040px;
    margin: auto;
    padding: 50px 20px;
  }
  #top #greeting h2 {
    font-size: 46px;
    line-height: 1.34;
    font-weight: normal;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
  }
  #top #greeting p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
  }
  #top #service {
    padding: 0 50px;
  }
  #top #service h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
  }
  #top #service h2 .en {
    font-size: 46px;
    margin-bottom: 15px;
    font-family: 'Crimson Text', serif;
  }
  #top #service h2 .jp {
    font-size: 20px;
    font-family: 'Crimson Text', serif;
  }
  #top #service .inner {
    max-width: 1000px;
    margin: 0 auto 100px auto;
    display: flex;
    align-items: center;
  }
  #top #service .inner .border {
    min-width: 1px;
    height: 140px;
    background: #B5B5B5;
    margin: 10px;
  }
  #top #service .inner a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 8px;
    transition: 0.3s;
  }
  #top #service .inner a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #top #service .inner a h3 {
    font-size: 12px;
    letter-spacing: 0.2em;
    font-size: normal;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #top #service .inner a h4 {
    font-size: 25px;
    letter-spacing: 0.2em;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Crimson Text', serif;
  }
  #top #place {
    padding: 60px 0;
  background-color: #ededed;
  }
  #top #place h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
  }
  #top #place h2 .en {
    font-size: 46px;
    margin-bottom: 30px;
    font-family: 'Crimson Text', serif;
  }
  #top #place h2 .jp {
    font-size: 20px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.2em;
  }
  #top #place .inner {
    max-width: 1000px;
    margin: 0 auto 150px auto;
    display: flex;
    align-items: center;
  }
  #top #place .place_slide {
    margin-bottom: 40px;
    position: relative;
  }
  #top #place .place_slide img {
    margin-bottom: 10px;
    width: 390px;
  }
  #top #place .place_slide a {
    font-size: 15px;
    letter-spacing: 0.2em;
    margin: 0 10px;
    display: block;
  }
  #top #place .place_slide .next-arrow {
    position: absolute;
    right: 0;
    top: 30%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
    width: 53px;
  }
  #top #place .place_slide .prev-arrow {
    position: absolute;
    left: 0;
    top: 30%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
    width: 53px;
  }
  #top #place .form_btn01 {
    color: #000;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: url(../images/form_bg01.png) no-repeat 30px 0 #fff;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
  }
  #top #place .form_btn01::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #top #values {
    padding: 40px 20px 60px 20px;
  }
  #top #values h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
  }
  #top #values h2 .en {
    font-size: 46px;
    margin-bottom: 30px;
    font-family: 'Crimson Text', serif;
  }
  #top #values h2 .jp {
    font-size: 20px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.2em;
  }
  #top #values .inner {
    max-width: 1000px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
  }
  #top #values .inner .border {
    min-width: 1px;
    height: 200px;
    background: #B5B5B5;
    margin: 10px;
  }
  #top #values .inner a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 8px;
    transition: 0.3s;
  }
  #top #values .inner a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #top #values .inner a img {
    height: 131px;
    width: auto;
    margin-bottom: 10px;
  }
  #top #values .inner a .groupe {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-size: normal;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #top #values .inner a h3 {
    font-size: 28px;
    letter-spacing: 0.2em;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Crimson Text', serif;
  }
  #top #request {
    padding: 50px 20px;
    margin-bottom: 80px;
  }
  #top #request h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: normal;
  }
  #top #request h2 .en {
    font-size: 46px;
    margin-bottom: 30px;
    font-family: 'Crimson Text', serif;
  }
  #top #request h2 .jp {
    font-size: 20px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.2em;
  }
  #top #request .inner {
    max-width: 1050px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  #top #request .inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32.38%;
    height: 85px;
    border: 1px solid #707070;
    transition: 0.3s;
    font-size: 19px;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 15px;
  }
  #top #request .inner a::after {
    content: '';
    background: url(../images/arrow_black.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 32px;
    right: 10px;
  }
  #top #request .inner a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #top #request .read {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
  }
  #top #request .form_btn02 {
    color: #000;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: url(../images/form_bg02.png) no-repeat 30px 0 #f0f0f0;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
  }
  #top #request .form_btn02::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #top .appeal_text {
    position: relative;
  }
  #top .appeal_text img {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    transform: rotate(-0.7deg);
    width: 80%;
  }
  #top #about {
    margin-top: 67px;
  }
  #top #about h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 36px;
  }
  #top #about h2 small {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
  }
  #top #about .inner {
    max-width: 1038px;
    margin: auto;
  }
  #top #about nav {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
  }
  #top #about nav ul {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  #top #about nav ul li {
    font-size: 12px;
    padding: 3px 15px;
    letter-spacing: 0.2em;
  }
  #top #about nav ul li a {
    transition: 0.3s;
    font-size: 12px !important;
  }
  #top #about nav ul li a:hover {
    background: #FFEFEF;
    opacity: 1;
  }
  #top #about .entry {
    display: flex;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 70px;
  }
  #top #about .entry .article_box {
    width: 31.4%;
    margin-right: 2.9%;
  }
  #top #about .entry .article_box:last-child {
    margin-right: 0;
  }
  #top #about .entry .thumbnail img {
    width: 100%;
  }
  #top #about .entry .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }
  #top #about .entry .meta .date {
    width: 50%;
    font-size: 10px;
  }
  #top #about .entry .meta .category {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #top #about .entry .meta .category a {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #707070;
    padding: 3px 7px;
    line-height: 1;
  }
  #top #about .entry h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    height: 2.84em;
  }
  #top #about .entry .tag {
    display: flex;
  }
  #top #about .entry .tag a {
    display: block;
    margin-right: 10px;
    font-size: 10px;
  }
  #top #example {
    margin-top: 143px;
    padding: 50px 0 0 ;  
    background-color: #ededed;

  }
  #top #example h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 35px;
    font-weight: normal;
    font-size: 36px;
  }
  #top #example h2 small {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
  }
  #top #example h2 + p {
    max-width: 937px;
    margin: auto;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
  #top #example .carousel1 {
    margin-bottom: 130px;
  }
  #top #example .carousel1 .slick-slide {
    padding: 40px 0;
    transform: scale(0.7);
    transition: 1s;
    opacity: 0.5;
  }
  #top #example .carousel1 .slick-center {
    transform: scale(1);
    opacity: 1;
  }
  #top #example .carousel1 .slick-center .hide {
    opacity: 1;
    transition: 1s;
  }
  #top #example .carousel1 .slick-center img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
  }
  #top #example .carousel1 .hide {
    opacity: 0;
    transition: 1s;
  }
  #top #example .carousel1 .in {
    margin: 0 20px;
    transition: 0.3s;
    text-align: center;
  }
  #top #example .carousel1 .in img {
    width: 700px;
    margin-bottom: 40px;
    transition: 0.3s;
  }
  #top #example .carousel1 .in h3 {
    font-size: 34px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #top #example .carousel1 .in .catch {
    font-size: 16px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 20px;
  }
  #top #example .carousel1 .in .catch .subtitle {
    display: inline;
    margin-left: 10px;
  }
  #top #example .carousel1 .in .tag {
    display: flex;
    justify-content: center;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 75px;
  }
  #top #example .carousel1 .in .tag span {
    display: block;
    margin: 0 10px;
    font-size: 10px;
  }
  #top #example .carousel1 .in .tag span::before {
    content: '#';
  }
  #top #example .carousel1 .prev-arrow {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
    cursor: pointer;
  }
  #top #example .carousel1 .next-arrow {
    position: absolute;
    right: 0;
    top: 35%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
  }
  #top #whats {
    background: #F9F4F4;
    margin: 0 auto 0px auto;
    padding: 76px 0 108px 0;
  }
  #top #whats h2 {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 70px;
    padding: 0 50px;
    text-align: center;
  }
  #top #whats h2.right {
    text-align: right;
  }
  #top #whats h2 .ja {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  #top #whats .slider_wrap {
    transition: 0.3s;
  }
  #top #whats .carousel2 {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }
  #top #whats .carousel2 .slick-slide {
    position: relative;
  }
  #top #whats .carousel2 .slick-list {
    overflow: visible;
  }
  #top #whats .carousel2 .image {
    max-width: 1011px;
    display: block;
    margin: auto;
  }
  #top #whats .carousel2 .text {
    position: absolute;
    top: 15%;
    right: 50%;
    margin-right: -170px;
  }
  #top #whats .carousel2 .text h3 {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 25px 25px 25px 30px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
  }
  #top #whats .carousel2 .text p {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding: 25px 25px 25px 30px;
    background: rgba(255, 255, 255, 0.8);
    margin-left: 30px;
  }
  #top #whats .carousel2 .text .more {
    margin: 30px 0 0 0;
  }
  #top #whats .carousel2 .prev-arrow {
    width: 53px;
    position: absolute;
    top: 44%;
    left: 0;
    z-index: 1;
    cursor: pointer;
    transform: rotate(180deg);
  }
  #top #whats .carousel2 .next-arrow {
    width: 53px;
    position: absolute;
    top: 44%;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }
  #top .banner {
    text-align: center;
    margin-bottom: 100px;
  }
  #pagenavi {
    max-width: 1038px;
    margin: 0 auto 110px auto;
    display: flex;
    justify-content: space-between;
  }
  #pagenavi ul {
    display: flex;
    justify-content: center;
  }
  #pagenavi ul li {
    margin: 0 10px;
  }
  #pagenavi ul span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
  }
  #pagenavi ul a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
  }
  #tag {
    max-width: 1000px;
    margin: 0 auto 50px auto;
  }
  #tag h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
  }
  #tag .wrap {
    border: 1px solid #C9C9C9;
    padding: 10px;
  }
  #tag .wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  #tag .wrap ul li {
    margin: 3px 10px;
    font-size: 10px !important;
  }
  #tag .wrap ul li a {
    transition: 0.3s;
    font-size: 10px !important;
  }
  #tag .wrap ul li a:hover {
    background: #FFEFEF;
    opacity: 1;
  }
  #tag .wrap ul li a::before {
    content: '#';
  }
  #case {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #case #example h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #case #example h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #case #example .carousel1 {
    margin-bottom: 50px;
  }
  #case #example .carousel1 .slick-slide {
    transform: scale(0.7);
    transition: 1s;
    opacity: 0.5;
  }
  #case #example .carousel1 .slick-center {
    transform: scale(1);
    opacity: 1;
  }
  #case #example .carousel1 .slick-center .hide {
    opacity: 1;
    transition: 1s;
  }
  #case #example .carousel1 .slick-center img {
    transition: 0.3s;
  }
  #case #example .carousel1 .slick-center img:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
  }
  #case #example .carousel1 .hide {
    opacity: 0;
    transition: 1s;
  }
  #case #example .carousel1 .in {
    margin: 0 20px;
    transition: 0.3s;
  }
  #case #example .carousel1 .in img {
    width: 700px;
    margin-bottom: 40px;
    transition: 0.3s;
  }
  #case #example .carousel1 .in h3 {
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #case #example .carousel1 .in .catch {
    font-size: 12px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 20px;
  }
  #case #example .carousel1 .in .catch .subtitle {
    display: inline;
    margin-left: 10px;
  }
  #case #example .carousel1 .in .tag {
    display: flex;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 75px;
  }
  #case #example .carousel1 .in .tag span {
    display: block;
    margin-right: 20px;
    font-size: 10px;
  }
  #case #example .carousel1 .in .tag span::before {
    content: '#';
  }
  #case #example .carousel1 .prev-arrow {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
    cursor: pointer;
  }
  #case #example .carousel1 .next-arrow {
    position: absolute;
    right: 0;
    top: 35%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
  }
  #case .article_list {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #case .article_list .search_result {
    width: 100%;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #case .article_list .entry {
    width: 48.18%;
    margin-bottom: 75px;
  }
  #case .article_list .thumbnail {
    margin-bottom: 25px;
  }
  #case .article_list .thumbnail a {
    opacity: 0.5;
    transition: 0.3s;
    display: block;
  }
  #case .article_list .thumbnail a:hover {
    opacity: 1;
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.16);
  }
  #case .article_list .thumbnail img {
    height: 348px;
    width: 100%;
    object-fit: cover;
  }
  #case .article_list h2 {
    font-size: 18px;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
  }
  #case .article_list .tag {
    padding: 8px 0 12px 0;
  }
  #case .article_list .tag span {
    margin: 0 10px 0 0;
    font-size: 10px;
  }
  #case .article_list .tag span::before {
    content: '#';
  }
  #case .article_list .excerpt {
    font-size: 10px;
    line-height: 2;
  }
  #case .case_detail {
    max-width: 960px;
    margin: 0 auto 150px auto;
    text-align: center;
  }
  #case .case_detail h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #case .case_detail h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #case .case_detail h3 {
    font-size: 46px;
    line-height: 1.2;
    padding: 30px 0;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
  }
  #case .case_detail .catch {
    font-size: 19px;
    line-height: 1.47;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 20px;
  }
  #case .case_detail .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #case .case_detail .tags a {
    display: block;
    margin: 0 7px;
    font-size: 12px;
  }
  #case .case_detail .tags a::before {
    content: '#';
  }
  #case .case_detail .detail {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  #case .case_detail .detail p {
    font-size: 16px;
    line-height: 2.16;
    margin-bottom: 3em;
  }
  #case .case_detail .detail img {
    display: block;
    margin: 0 auto 1em auto;
  }
  #case .case_detail .detail h4 {
    font-size: 19px;
    line-height: 1.47;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #case .case_detail .detail .data {
    font-size: 10px;
    line-height: 2;
  }
  #case .other_cases h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 70px;
  }
  #case .other_cases h2 small {
    font-size: 19px;
    display: block;
    margin-bottom: 20px;
  }
  #case .other_cases .entry {
    width: 30.9%;
  }
  #case .other_cases .entry .thumbnail {
    margin-bottom: 15px;
  }
  #case .other_cases .entry h3 {
    font-size: 18px;
    font-weight: normal;
  }
  #column {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #column section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #column section h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #column section .cat_navi {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
  }
  #column section .cat_navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  #column section .cat_navi ul li {
    font-size: 12px;
    padding: 3px 15px;
    letter-spacing: 0.2em;
  }
  #column section .cat_navi ul li a {
    font-size: 12px !important;
  }
  #column section .cat_navi ul li a:hover {
    background: #FFEFEF;
    opacity: 1;
  }

	#column .entry {
    max-width: 1038px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 70px;
  }
  #column .entry::after {
    content: '';
    width: 31.4%;
    display: block;
  }
  #column .entry .search_result {
    width: 100%;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #column .entry .article_box {
    width: 31.4%;
    margin-bottom: 50px;
  }
  #column .entry .article_box:last-child {
    margin-right: 0;
  }
  #column .entry .thumbnail img {
    width: 100%;
  }
  #column .entry .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }
  #column .entry .meta .date {
    width: 50%;
    font-size: 10px;
  }
  #column .entry .meta .category {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #column .entry .meta .category a {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #707070;
    padding: 3px 7px;
    line-height: 1;
  }
  #column .entry h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    height: 2.84em;
  }
  #column .entry .tag {
    display: flex;
  }
  #column .entry .tag a {
    display: block;
    margin-right: 10px;
    font-size: 10px;
  }
  #column .column_detail {
    max-width: 800px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 1.71;
  }
  #column .column_detail .header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  #column .column_detail .header .date {
    font-size: 12px;
    margin-right: 10px;
  }
  #column .column_detail .header .category a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #707070;
    padding: 5px 12px;
    line-height: 1;
  }
  #column .column_detail h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  #column .column_detail .tags {
    display: flex;
    margin-bottom: 30px;
  }
  #column .column_detail .tags a {
    display: block;
    margin-right: 15px;
    font-size: 12px;
  }
  #column .column_detail .tags a:hover {
    background: #FFEFEF;
    opacity: 1;
  }

	#column .column_detail .eyecatch img {
    max-width: none;
  }
  #column .column_detail #index_cnt {
    background: #F5F5F5;
    padding: 15px 20px 9px 20px;
    margin-bottom: 50px;
  }
  #column .column_detail #index_cnt .index {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
  }
  #column .column_detail #index_cnt .headline {
    font-size: 15px;
    padding-left: 0;
    list-style: none;
    margin: 6px 0;
    padding-left: 50px;
    background: url(../images/bulet@2x.png) no-repeat 10px 5px;
    background-size: 28px;
  }
  #column .column_detail h2 {
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin: 1.5em 0 1em 0;
    padding: 15px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  #column .column_detail h3 {
    font-size: 20px;
    line-height: 1.2;
    border-left: 5px solid #D9C583;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #column .column_detail h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #column .column_detail h5, #column .column_detail h6 {
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 1em;
  }
  #column .column_detail p {
    margin-bottom: 2em;
    line-height: 2;
  }
  #column .column_detail em {
    font-size: 12px;
  }

	#column .column_detail img {
    margin-bottom: 20px;
  }
  #column .column_detail .alignleft {
    float: left;
  }
  #column .column_detail .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #column .column_detail .alignright {
    float: right;
  }
  #column .column_detail ul, #column .column_detail ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
  #column .column_detail br {
    clear: both;
  }
  #column .column_detail img {
    max-width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #column .column_detail strong {
    font-weight: normal;
    background: white;
    background: -moz-linear-gradient(top, white 55%, white 55%, #ffe3e3 56%);
    background: -webkit-linear-gradient(top, white 55%, white 55%, #ffe3e3 56%);
    background: linear-gradient(to bottom, white 55%, white 55%, #ffe3e3 56%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe3e3',GradientType=0 );
  }
  #column .column_detail a[target="_blank"] {
    text-decoration: underline;
  }
  #column .column_detail a[target="_blank"]::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/icon_link_blank.svg) no-repeat;
    background-size: 13px 13px;
    margin-right: 2px;
  }
  #column .column_detail .any_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 760px;
    margin: auto;
    height: 60px;
    border: 2px solid #000000;
    border-radius: 30px;
    background: #fff;
    transition: 0.3s;
    font-size: 18px;
    margin-top: 50px;
  }
  #column .column_detail .any_btn:hover {
    border: 2px solid #D59999;
    background: #D59999;
    color: #fff;
  }
  #column .under_share {
    margin-bottom: 100px;
  }
  #column .under_share h3 {
    font-size: 22px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
  }
  #column .under_share .share_area {
    display: flex;
    justify-content: center;
  }
  #column .under_share a {
    margin: 0 10px;
    display: inherit;
  }
  #column .under_share a img {
    transition: 0.3s;
    background: #fff;
  }
  #column .under_share a:hover img {
    opacity: 0;
  }
  #column .under_share a:first-child {
    background: url(../images/column_icon_tw_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .under_share a:nth-child(2) {
    background: url(../images/column_icon_fb_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .under_share a:nth-child(3) {
    background: url(../images/column_icon_ig_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .under_share a:nth-child(4) {
    background: url(../images/column_icon_line_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .left_share {
    border: 1px solid #D0D0D0;
    border-radius: 0 10px 10px 0;
    border-left: none;
    padding: 10px 15px;
    position: fixed;
    left: 0;
    top: 40%;
    background: #fff;
    z-index: 1;
  }
  #column .left_share h3 {
    font-size: 12px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 10px;
  }
  #column .left_share a {
    margin: 10px auto;
    display: table;
  }
  #column .left_share a img {
    transition: 0.3s;
    background: #fff;
  }
  #column .left_share a:hover img {
    opacity: 0;
  }
  #column .left_share a:nth-child(2) {
    background: url(../images/column_icon_tw_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .left_share a:nth-child(3) {
    background: url(../images/column_icon_fb_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .left_share a:nth-child(4) {
    background: url(../images/column_icon_ig_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .left_share a:nth-child(5) {
    background: url(../images/column_icon_line_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .other_entry {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    max-width: 800px;
    margin: auto auto 150px auto;
  }
  #column .other_entry h3 {
    text-align: center;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
  }
  #column .other_entry .article_box {
    display: flex;
    border: 3px solid #707070;
    margin-bottom: 10px;
    padding: 15px;
  }
  #column .other_entry .article_box:hover {
    border-color: #E8A4A4;
  }
  #column .other_entry .right {
    position: relative;
  }
  #column .other_entry .thumbnail {
    width: 120px;
    object-fit: contain;
    margin-right: 20px;
  }
  #column .other_entry .thumbnail img {
    width: 100%;
  }
  #column .other_entry .meta {
    display: flex;
    align-items: center;
    padding: 7px 0;
  }
  #column .other_entry .meta .date {
    font-size: 10px;
    margin-right: 10px;
  }
  #column .other_entry .meta .category {
    display: flex;
    justify-content: flex-end;
  }
  #column .other_entry .meta .category span {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #707070;
    padding: 3px 7px;
    line-height: 1;
    margin: 0 5px 0 0;
  }
  #column .other_entry h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42;
    height: 2.84em;
  }
  #column .other_entry .tag {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #column .other_entry .tag span {
    display: block;
    margin-right: 10px;
    font-size: 10px;
  }
  #service {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #service section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #service section h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #service section .cat_navi {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
  }
  #service section .cat_navi ul {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  #service section .cat_navi ul li {
    font-size: 12px;
    padding: 0 15px;
    letter-spacing: 0.2em;
  }
  #service .pagenavi {
    background: #F0F0F0;
    padding: 40px 0;
    margin-bottom: 50px;
  }
  #service .pagenavi .catch {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  #service .pagenavi .flex {
    display: flex;
    justify-content: center;
  }
  #service .pagenavi .border {
    min-width: 1px;
    height: 82px;
    background: #B5B5B5;
    margin: 10px;
  }
  #service .pagenavi a {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 423px;
    padding: 10px 8px;
    transition: 0.3s;
    border: 1px solid #707070;
    background: #fff;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  #service .pagenavi a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #service .pagenavi a .en {
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
  #service .box {
    margin-bottom: 100px;
    text-align: center;
  }
  #service h3 {
    font-size: 36px;
    line-height: 1;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 56px;
  }
  #service h3 small {
    font-size: 19px;
    display: block;
    margin: 5px 0 15px;
  }
  #service h3 span {
    font-size: 15px;
    display: block;
    margin: 15px 0 0;
  }
  #service .flow_slide {
    margin-bottom: 40px;
  }
  #service .flow_slide img {
    margin: 0 20px;
  }
  #service .flow_slide .slick-slide {
    opacity: 0.5;
  }
  #service .flow_slide .slick-center {
    opacity: 1;
  }
  #service .text_content {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto 60px auto;
  }
  #service .text_content h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    font-weight: normal;
  }
  #service .text_content p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
  #service .text_content p.left {
    text-align: left;
  }
  #service .text_content p.p1em {
    padding-left: 1em;
  }
  #service .text_content .marker {
    background: -moz-linear-gradient(top, rgba(255, 235, 85, 0) 50%, #ffeb55 51%);
    background: -webkit-linear-gradient(top, rgba(255, 235, 85, 0) 50%, #ffeb55 51%);
    background: linear-gradient(to bottom, rgba(255, 235, 85, 0) 50%, #ffeb55 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeb55', endColorstr='#ffeb55',GradientType=0 );
  }
  #service .text_content .uline {
    color: #E04C4C;
    text-decoration: underline;
  }
  #service .text_content .button {
    font-size: 15px;
    max-width: 550px !important;
    margin-top: 40px;
    padding: 18px 0 17px;
  }
  #service .target {
    border: 1px solid #000;
    padding: 20px 0 15px 0;
    max-width: 954px;
    margin: 0 auto 40px auto;
  }
  #service .target h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    font-weight: normal;
  }
  #service .target ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    list-style: none;
  }
  #service .target ul li {
    background: url(../images/service_check@2x.png) no-repeat;
    background-size: 28px;
    padding-left: 35px;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5px;
  }
  #service #planner .button,
  #service #self .button {
    width: 100%;
    max-width: 480px;
    margin-bottom: 60px;
  }
  #service #planner .form_btn01,
  #service #self .form_btn01 {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: #f8c5c8;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
  #service #planner .form_btn01::after,
  #service #self .form_btn01::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #service #planner .form_text,
  #service #self .form_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #service #planner .service_tel,
  #service #self .service_tel {
    text-align: center;
    margin-bottom: 90px;
  }
  #service #planner .service_tel img,
  #service #self .service_tel img {
    width: 303px;
  }
  #service #self {
    background: #F0F0F0;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 50px;
  }
  #service #self .service_tel {
    margin-bottom: 0;
  }
  #service .jirei h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif;
  }
  #service .jirei .carousel1 {
    margin-bottom: 50px;
  }
  #service .jirei .carousel1 .slick-center .hide {
    opacity: 1;
    transition: 1s;
  }
  #service .jirei .carousel1 .hide {
    opacity: 0;
    transition: 1s;
  }
  #service .jirei .carousel1 .in {
    margin: 0 20px;
    transition: 0.3s;
  }
  #service .jirei .carousel1 .in img {
    width: 700px;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  #service .jirei .carousel1 .in h3 {
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
  }
  #service .jirei .carousel1 .in .catch {
    font-size: 15px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0.2em;
  }
  #service .jirei .carousel1 .in .catch .subtitle {
    display: inline;
    margin-left: 10px;
  }
  #service .jirei .carousel1 .prev-arrow {
    position: absolute;
    left: 0;
    top: 35%;
    z-index: 1;
    cursor: pointer;
  }
  #service .jirei .carousel1 .next-arrow {
    position: absolute;
    right: 0;
    top: 35%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
  }
  #service .photo {
    margin-bottom: 40px;
  }
  #service .column {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #service .column h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
  }
  #service .column .box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border: 1px solid #D0D0D0;
  }
  #service .column .box .thumb {
    width: 25%;
  }
  #service .column .box .detail {
    width: 73%;
    text-align: left;
  }
  #service .column .box .detail .category {
    font-size: 12px;
    letter-spacing: 0.1em;
    border: 1px solid #000;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #service .column .box .detail h5 {
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    font-weight: normal;
  }
  #service .column .box .detail .tag {
    font-size: 10px;
    margin-bottom: 20px;
  }
  #service .column .box .detail p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #service .ex_price {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #service .ex_price h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
  }
  #service .ex_price .flex {
    display: flex;
    justify-content: space-between;
  }
  #service .ex_price .flex .box {
    padding: 0 20px;
    text-align: left;
  }
  #service .ex_price .flex .box:first-child {
    border-right: 1px solid #707070;
  }
  #service .ex_price .flex .box h5 {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #service .ex_price .flex .box .price {
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  #service .ex_price .flex .box .price span {
    font-size: 12px;
  }
  #service .ex_price .flex .box p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #service #planning .read {
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  #service .campaign {
    margin-bottom: 40px;
  }
  #service .campaign img {
    margin: 0 auto;
  }
  #service .campaign .slick-slide {
    opacity: 0.5;
    transform: scale(0.7);
    transition: 0.3s;
  }
  #service .campaign .slick-center {
    opacity: 1;
    transform: scale(1);
  }
  #service .campaign .prev-arrow {
    position: absolute;
    left: 0;
    top: 39%;
    z-index: 1;
    cursor: pointer;
  }
  #service .campaign .next-arrow {
    position: absolute;
    right: 0;
    top: 39%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
  }
  #service.place h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.2em;
  }
  #service.place #values h3, #service.place #request h3 {
    margin-bottom: 0;
  }
  #service.place .read {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  #service.place .place_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1210px;
    margin: 0 auto 50px auto;
  }
  #service.place .place_wrap::after {
    content: '';
    width: 32.23%;
    display: block;
  }
  #service.place .place_wrap .box {
    margin: 0 0 30px;
    width: 32.23%;
    text-align: left;
  }
  #service.place .place_wrap .box .place_name {
    font-size: 15px;
    letter-spacing: 0.2em;
  }
  #service.place .place_wrap .box img {
    margin-bottom: 10px;
  }
  #service.place .place_wrap .box .description {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  #service.place .form_btn01 {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: url(../images/form_bg01.png) no-repeat 30px 0 #a68b62;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
  #service.place .form_btn01::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #service.place .form_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #service.place .service_tel {
    text-align: center;
    margin-bottom: 90px;
  }
  #service.place .service_tel img {
    width: 303px;
  }
  #service.request h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.2em;
  }
  #service.request #values h3, #service.request #place h3 {
    margin-bottom: 0;
  }
  #service.request #place p,
  #service.request #place .place_slide {
    margin-bottom: 0;
  }
  #service.request .read {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  #service.request .request_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1142px;
    margin: 0 auto 50px auto;
  }
  #service.request .request_wrap .box {
    width: 49.1%;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #707070;
  }
  #service.request .request_wrap .box .icon {
    text-align: center;
    margin-bottom: 30px;
  }
  #service.request .request_wrap .box .icon img {
    height: 170px;
    width: auto;
  }
  #service.request .request_wrap .box h4 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #service.request .request_wrap .box h4 span {
    background: white;
    background: -moz-linear-gradient(top, white 61%, #fffcbc 61%, #fffcbc 61%, #fffcbc 100%);
    background: -webkit-linear-gradient(top, white 61%, #fffcbc 61%, #fffcbc 61%, #fffcbc 100%);
    background: linear-gradient(to bottom, white 61%, #fffcbc 61%, #fffcbc 61%, #fffcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcbc',GradientType=0 );
  }
  #service.request .request_wrap .box p {
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 0.2em;
    text-align: left;
    margin-bottom: 0;
  }
  #service.request .form_btn02 {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: url(../images/form_bg02.png) no-repeat 30px 0 #a68b62;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
  #service.request .form_btn02::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #service.request .form_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #service.request .service_tel {
    text-align: center;
    margin-bottom: 90px;
  }
  #service.request .service_tel img {
    width: 303px;
  }
  #about {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #about h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #about h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #about .concept {
    letter-spacing: 0.2em;
    font-family: 'Crimson Text', serif;
    padding: 95px 0;
    background: url(../images/about_mv@2x.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin-bottom: 100px;
  }
  #about .concept .inner {
    max-width: 1000px;
    margin: auto;
  }
  #about .concept h3 {
    font-size: 19px;
    font-weight: normal;
  }
  #about .concept strong {
    display: block;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #about .concept p {
    font-size: 15px;
    max-width: 770px;
    line-height: 2;
  }
  #about .text_contents {
    max-width: 910px;
    margin: 0 auto 80px auto;
    text-align: center;
    opacity: 0;
    transition: 1.2s;
  }
  #about .text_contents.scrollin {
    opacity: 1;
  }
  #about .text_contents h2 {
    margin-bottom: 75px;
  }
  #about .text_contents h2 img {
    height: 35px;
    width: auto;
  }
  #about .text_contents p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.1em;
    padding: 0 20px;
    text-align: center;
  }
  #about .text_contents p.large {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
  }
  #about .value {
    max-width: 1200px;
    margin: 0 auto 189px auto;
    border: 1px solid #070707;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 57px 40px;
  }
  #about .value.reverse {
    flex-direction: row-reverse;
  }
  #about .value.reverse .text {
    text-align: right;
  }
  #about .value.reverse .text p {
    text-align: left;
  }
  #about .value .text {
    width: 57.4%;
  }
  #about .value .text h3 {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #about .value .text .jp {
    font-size: 19px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.1em;
  }
  #about .value .text .en {
    font-size: 15px;
    font-family: 'Crimson Text', serif;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  #about .value .text p {
    font-size: 14px;
    line-height: 1.71;
  }
  #about .value .image {
    width: 39%;
  }
  #about .profile {
    max-width: 913px;
    margin: 0 auto 120px auto;
  }
  #about .profile h3 {
    line-height: 1;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 69px;
  }
  #about .profile h3 .en {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #about .profile h3 .jp {
    font-size: 36px;
  }
  #about .profile dl {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.3em;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.66;
  }
  #about .profile dl dt {
    border-bottom: 1px solid #D0D0D0;
    width: 20%;
    padding: 0 10px 15px 10px;
  }
  #about .profile dl dd {
    border-bottom: 1px solid #D0D0D0;
    width: 77%;
    padding: 0 10px 15px 10px;
  }
  #about .profile dl dd span {
    padding-right: 1em;
  }
  #about .creator {
    max-width: 1160px;
    margin: 0 auto 120px auto;
  }
  #about .creator h3 {
    line-height: 1;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 69px;
  }
  #about .creator h3 .en {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #about .creator h3 .jp {
    font-size: 36px;
  }
  #about .creator .flex {
    display: flex;
    justify-content: space-between;
  }
  #about .creator .flex .photo {
    width: 38.3%;
  }
  #about .creator .flex .text {
    width: 56.3%;
  }
  #about .creator .flex .text p {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 2em;
  }
  #about .contents {
    position: relative;
  }
  #about .contents .prev-arrow {
    position: absolute;
    left: 10px;
    top: 225px;
    transform: rotate(180deg);
    z-index: 1;
    transition: 0.3s;
  }
  #about .contents .prev-arrow.slick-disabled {
    opacity: 0;
  }
  #about .contents .next-arrow {
    position: absolute;
    right: 10px;
    top: 225px;
    z-index: 1;
    transition: 0.3s;
  }
  #about .contents .next-arrow.slick-disabled {
    opacity: 0;
  }

   #planner {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #planner h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #planner h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #planner .concept {
    letter-spacing: 0.2em;
    font-family: 'Crimson Text', serif;
    padding: 95px 0;
    background: url(../images/planner_mv@2x.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin-bottom: 100px;
  }
  #planner .concept .inner {
    max-width: 1000px;
    margin: auto;
  }
  #planner .concept h3 {
    font-size: 19px;
    font-weight: normal;
  }
  #planner .concept strong {
    display: block;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #planner .concept p {
    font-size: 15px;
    max-width: 770px;
    line-height: 2;
  }
  #about .text_contents.scrollin {
    opacity: 1;
  }
  #planner .text_contents {
    max-width: 910px;
    margin: 0 auto 30px auto;
    text-align: center;
    opacity: 1;
    transition: 1.2s;
  }
  #planner .text_contents h2 {
    margin-bottom: 30px;
  }
  #planner .text_contents h2 img {
    height: 35px;
    width: auto;
  }
  #planner .text_contents p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.1em;
    padding: 0 20px 30px;
    text-align: left;
  }
  #planner .text_contents_left p {
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.1em;
    padding: 0 20px;
    text-align: left;
  }
  #planner .text_contents p.large {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
  }
  #planner .value {
    max-width: 1200px;
    margin: 0 auto 189px auto;
    border: 1px solid #070707;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 57px 40px;
  }
  #planner .value.reverse {
    flex-direction: row-reverse;
  }
  #planner .value.reverse .text {
    text-align: right;
  }
  #planner .value.reverse .text p {
    text-align: left;
  }
  #planner .value .text {
    width: 57.4%;
  }
  #planner .value .text h3 {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #planner .value .text .jp {
    font-size: 19px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.1em;
  }
  #planner .value .text .en {
    font-size: 15px;
    font-family: 'Crimson Text', serif;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  #planner .value .text p {
    font-size: 14px;
    line-height: 1.71;
  }
  #planner .value .image {
    width: 39%;
  }
  #planner .profile {
    max-width: 913px;
    margin: 0 auto 120px auto;
  }
  #planner .profile h3 {
    line-height: 1;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 69px;
  }
  #planner .profile h3 .en {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #planner .profile h3 .jp {
    font-size: 36px;
  }
  #planner .profile dl {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.3em;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.66;
  }
  #planner .profile dl dt {
    border-bottom: 1px solid #D0D0D0;
    width: 20%;
    padding: 0 10px 15px 10px;
  }
  #planner .profile dl dd {
    border-bottom: 1px solid #D0D0D0;
    width: 77%;
    padding: 0 10px 15px 10px;
  }
  #planner .profile dl dd span {
    padding-right: 1em;
  }
  #planner .creator {
    max-width: 1160px;
    margin: 0 auto 120px auto;
  }
  #planner .creator h3 {
    line-height: 1;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 69px;
  }
  #planner .creator h3 .en {
    font-size: 19px;
    margin-bottom: 20px;
  }
  #planner .creator h3 .jp {
    font-size: 36px;
  }
  #planner .creator .flex {
    display: flex;
    justify-content: space-between;
  }
  #planner .creator .flex .photo {
    width: 38.3%;
  }
  #planner .creator .flex .text {
    width: 56.3%;
  }
  #planner .creator .flex .text p {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 2em;
  }
  #planner .contents {
    position: relative;
  }
  #planner .contents .prev-arrow {
    position: absolute;
    left: 10px;
    top: 225px;
    transform: rotate(180deg);
    z-index: 1;
    transition: 0.3s;
  }
  #planner .contents .prev-arrow.slick-disabled {
    opacity: 0;
  }
  #planner .contents .next-arrow {
    position: absolute;
    right: 10px;
    top: 225px;
    z-index: 1;
    transition: 0.3s;
  }
  #planner .contents .next-arrow.slick-disabled {
    opacity: 0;
  }
  #contact section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #contact section h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #contact section .contents {
    max-width: 938px;
    margin: 0 auto 50px auto;
  }
  #contact section .contents h3 {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 80px;
    text-align: center;
  }
  #contact section .first_text {
    padding: 50px 0 40px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    border-top: 1px solid #D0D0D0;
  }
  #contact section .formLine {
    padding: 30px 0;
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #contact section .formLine .formLeft {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #contact section .formLine .formRight {
    text-align: center;
    font-size: 14px;
  }
  #contact section .formLine .formRight .cf {
    margin: 5px 0;
  }
  #contact section .required {
    color: #f00;
  }
  #contact section input[type="text"],
  #contact section input[type="email"],
  #contact section input[type="tel"] {
    max-width: 500px;
    height: 40px;
    width: 100%;
    background: #EDEDED;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    padding: 5px 10px;




    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
  }
  #contact section textarea {
    max-width: 600px;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    border: none;
    background: #EDEDED;
    box-shadow: none;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
  }
  #contact section p {
    margin: 30px 0;
  }
  #contact .btn_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  #contact .btn_wrap .contact_box {
    width: 31%;
  }
  #contact .btn_wrap .contact_box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #contact .btn_wrap .contact_box p {
    font-size: 12px;
    margin: 0 0 15px 0;
    letter-spacing: 0.2em;
  }
  #contact .btn_wrap .contact_box a {
    font-size: 16px;
  }
  #contact .telno {
    max-width: 577px;
    display: block;
    margin: auto;
  }
  #contact .btn {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: #f8c5c8;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 40px auto;
  }
  #contact .btn::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #recruit section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 100px;
    font-weight: normal;
    font-size: 60px;
    font-family: 'Crimson Text', serif;
  }
  #recruit section h2 small {
    font-size: 14px;
    letter-spacing: 0.3em;
    margin-top: 15px;
    display: block;
  }
  #recruit section .contents {
    max-width: 938px;
    margin: 0 auto 130px auto;
  }
  #recruit section .contents h3 {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 80px;
    text-align: center;
  }
  #recruit section .contents .read {
    text-align: center;
  }
  #recruit section .contents .read img {
    margin-bottom: 40px;
  }
  #recruit section .contents .read p {
    font-size: 15px;
    line-height: 29px;
  }
  #recruit section .contents .recruit_job {
    background: #F2F2F2;
    padding: 30px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin: 60px 0;
  }
  #recruit section .contents .recruit_job h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
  }
  #recruit section .contents .recruit_job ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  #recruit section .contents .recruit_job ul li {
    background: url(../images/bulet_triangle.svg) no-repeat 0;
    background-size: 6px;
    padding-left: 12px;
    margin: 0 20px;
    line-height: 1;
  }
  #recruit section .contents .recruit_job a {
    font-size: 15px;
  }
  #recruit section .contents .job_wrap {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 160px;
  }
  #recruit section .contents .job_wrap h4 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 40px;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  #recruit section .contents .job_wrap h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  #recruit section .contents .job_wrap table {
    width: 100%;
    margin-bottom: 15px;
  }
  #recruit section .contents .job_wrap table th {
    width: 278px;
    background: #F5F7FF;
    padding: 15px;
    position: relative;
    font-size: 15px;
    line-height: 1.93em;
    text-align: left;
    font-weight: normal;
  }
  #recruit section .contents .job_wrap table th::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #B4B4B4;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #recruit section .contents .job_wrap table td {
    font-size: 15px;
    line-height: 1.93em;
    padding: 15px 15px 30px 15px;
    position: relative;
  }
  #recruit section .contents .job_wrap table td::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #B4B4B4;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    display: block;
    position: absolute;
    left: 15;
    bottom: 0;
  }
  #recruit section .contents .job_wrap .btn {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 21px;
    width: 100%;
    max-width: 708px;
    height: 62px;
    background: #a68b62;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
  #recruit section .contents .job_wrap .btn::after {
    content: '';
    background: url(../images/arrow_white02.png);
    width: 11px;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  body.show {
    background: #000;
  }
  .sp_menu {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
  }
  .sp_menu span {
    width: 30px;
    height: 1px;
    display: block;
    background: #000;
    margin: 5px 0;
  }
  .sp_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
  }
  .sp_contact a {
    display: inline-block;
    margin-bottom: 4px;
  }
  #gnav + div {
    background-position: 30% 50% !important;
  }
  #gnav {
    display: none;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  #gnav .inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #gnav ul {
    width: 100%;
  }
  #gnav ul li {
    width: 100%;
  }
  #gnav ul li a {
    letter-spacing: 0.2em;
    display: block;
    background-size: 6px;
    padding: 10px 0;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
  }
  #gnav ul li a span {
    font-size: 10px;
    display: block;
  }
  #gnav .soudan {
    display: none;
  }
  #gnav .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  #gnav.child + .wrap {
    padding-top: 80px;
  }
  #mv {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #mv.show {
    opacity: 0.2;
  }
  #mv::after {
    content: '';
    height: 145px;
    width: 100%;
    display: block;
    background: url(../images/mv_grad.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  #mv .logo {
    text-align: center;
    padding-top: 95px;
    margin: 0 auto 25px auto;
    width: 105px;
  }
  #mv h1 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.8em;
    padding-left: 0.8em;
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    padding-top: 95px;
  }
  #mv h1.show {
    color: #fff;
  }
  #mv h1 div {
    font-size: 7.5px;
    letter-spacing: 0.2em;
    margin: 2px 0 0 0;
  }
  #mv .main_contents_nav {
    display: flex;
    justify-content: space-around;
  }
  #mv .link {
    background: rgba(255, 255, 255, 0.55);
    width: 31%;
    height: 32.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    font-size: 10px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
  }
  #mv .choose_open {
    background: url(../images/mv_arrow.png) no-repeat 95% 50% rgba(255, 255, 255, 0.55);
    background-size: 10px;
    width: 312px;
    height: 32.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    font-size: 9px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
  }
  #mv .choose_rayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
    display: none;
  }
  #mv .modal_contents {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    display: none;
    position: relative;
    z-index: 2;
  }
  #mv .modal_contents .box {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.26em;
  }
  #mv .modal_contents h2 {
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 10px 0;
  }
  #mv .modal_contents ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  #mv .modal_contents ul li {
    margin: 15px 14px 0 14px;
  }
  #mv .catch {
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 1;
  }
  #mv .catch .left {
    font-size: 16px;
    letter-spacing: 0.74em;
    padding: 10px 20px;
    text-align: justify;
    width: 49%;
    margin: auto;
  }
  #mv .catch .left .brand_name {
    font-size: 43px;
    letter-spacing: 0.3em;
  }
  #mv .catch .right {
    font-size: 12px;
    letter-spacing: 0.4em;
    line-height: 18px;
    text-align: center;
  }
  .fix_contact {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .fix_contact img {
    width: 30px;
  }
  .fix_btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: rgba(249, 244, 244, 0.8);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }
  .fix_btn a {
    display: inline-block;
  }
  .fix_btn a:nth-child(2) {
    margin-left: 20px;
  }
  .fix_btn a:nth-child(2) img {
    min-width: 53px;
  }
  .wrap.show {
    opacity: 0.2;
    background: #fff;
  }
  footer {
    background: #F9F4F4;
    padding: 0 10px;
    margin-bottom: 61px;
  }
  footer .logo {
    text-align: center;
    position: relative;
    top: -40px;
  }
  footer .sns {
    padding: 0 0 30px 0;
  }
  footer .sns ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  footer .sns ul li {
    margin: 0 16px;
  }
  footer .tel {
    font-size: 18px;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .tel a {
    font-size: 26px;
  }
  footer .f_nav {
    text-align: center;
  }
  footer .f_nav a {
    display: block;
    margin-bottom: 20px;
  }
footer .f_nav a:nth-child(4) {
    margin-right: 0;
  }
  footer .f_nav a .en {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  footer .f_nav a .jp {
    font-size: 12px;
  }
  footer .access {
    font-size: 10px;
    text-align: center;
    line-height: 2;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin: 30px 0;
  }
  footer .copyright {
    text-align: center;
    font-size: 10px;
    padding: 0 0 10px 0;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #top {
    position: relative;
    overflow: hidden;
  }
  #top #greeting {
    max-width: 1040px;
    margin: auto;
    padding: 50px 15px;
  }
  #top #greeting h2 {
    font-size: 20px;
    line-height: 1.34;
    font-weight: normal;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
  }
  #top #greeting p {
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
  }
  #top #greeting .button {
    margin-left: auto;
    margin-right: auto;
  }
  #top #service {
    margin-bottom: 150px;
  }
  #top #service h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
  }
  #top #service h2 .en {
    font-size: 36px;
    margin-bottom: 5px;
  }
  #top #service h2 .jp {
    font-size: 14px;
  }
  #top #service .slide a {
    display: block;
    text-align: center;
    padding: 10px 8px;
    transition: 0.3s;
    border: 1px solid #707070;
    margin: 0 10px;
  }
  #top #service .slide a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
  }
  #top #service .slide a img {
    margin: auto;
  }
  #top #service .slide a h3 {
    font-size: 10px;
    letter-spacing: 0.2em;
    font-size: normal;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #top #service .slide a h4 {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: normal;
    line-height: 1.2;
  }
  #top #place {
    margin-bottom: 50px;
    padding: 40px 0 40px;
    background-color: #ededed;
  }
  #top #place h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
  }
  #top #place h2 .en {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #top #place h2 .jp {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  #top #place .place_slide {
    margin-bottom: 30px;
    position: relative;
  }
  #top #place .place_slide img {
    margin-bottom: 10px;
    width: 314px;
  }
  #top #place .place_slide a {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 0 5px;
    display: block;
  }
  #top #place .place_slide .next-arrow {
    position: absolute;
    right: 0;
    top: 34%;
    transform: rotate(180deg);
    z-index: 1;
    cursor: pointer;
    width: 30px;
  }
  #top #place .place_slide .prev-arrow {
    position: absolute;
    left: 0;
    top: 34%;
    z-index: 1;
    cursor: pointer;
    width: 30px;
  }
  #top #place .form_btn01 {
    color: #000;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 95%;
    max-width: 708px;
    height: 41px;
    background: url(../images/form_bg01.png) no-repeat 12px 0 #fff;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  #top #place .form_btn01 {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #top #place .form_btn01::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #top #values {
    margin-bottom: 50px;
    padding: 0 10px;
  }
  #top #values h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #top #values h2 .en {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #top #values h2 .jp {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #top #values .inner {
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
  }
  #top #values .inner .border {
    min-width: 1px;
    height: 80px;
    background: #B5B5B5;
    margin: 5px;
  }
  #top #values .inner a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px 4px;
    transition: 0.3s;
    background: #efe8d9;
  }
  #top #values .inner a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #top #values .inner a img {
    height: 60px;
    width: auto;
    margin-bottom: 5px;
  }
  #top #values .inner a .groupe {
    font-size: 9px;
    letter-spacing: 0.2em;
    margin-bottom: 2px;
  }
  #top #values .inner a h3 {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Crimson Text', serif;
  }
  #top #request {
    margin-bottom: 26%;
    padding: 0 10px;
  }
  #top #request h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #top #request h2 .en {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #top #request h2 .jp {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #top #request .inner {
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top #request .inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    height: 42px;
    border: 1px solid #707070;
    transition: 0.3s;
    font-size: 9px;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 7px;
  }
  #top #request .inner a::after {
    content: '';
    background: url(../images/arrow_black.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 11px;
    right: 5px;
  }
  #top #request .inner a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #top #request .read {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
  }
  #top #request .form_btn02 {
    color: #111;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 95%;
    max-width: 708px;
    height: 41px;
    background: url(../images/form_bg02.png) no-repeat 12px 0 #f0f0f0;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  #top #request .form_btn02 {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #top #request .form_btn02::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #top .appeal_text {
    position: relative;
  }
  #top .appeal_text img {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    top: -11vw;
    transform: rotate(-0.7deg);
    width: 93%;
  }
  #top .top_photo {
    transform: scale(2.4);
    margin-bottom: 100px;
  }
  #top #about {
    margin-top: 67px;
  }
  #top #about h2 {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: normal;
    font-size: 18px;
  }
  #top #about h2 small {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
  }
  #top #about nav {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  #top #about nav ul {
    width: 900px;
    display: flex;
    padding: 10px 0;
  }
  #top #about nav ul li {
    font-size: 12px;
    padding: 0 15px;
    letter-spacing: 0.2em;
  }
  #top #about nav ul li a {
    font-size: 12px !important;
    white-space: nowrap;
  }
  #top #about .entry {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 40px;
  }
  #top #about .entry .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  #top #about .entry .slick-center {
    opacity: 1;
  }
  #top #about .entry .article_box {
    margin: auto 10px;
  }
  #top #about .entry .thumbnail img {
    width: 100%;
  }
  #top #about .entry .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }
  #top #about .entry .meta .date {
    width: 50%;
    font-size: 10px;
  }
  #top #about .entry .meta .category {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #top #about .entry .meta .category a {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #707070;
    padding: 3px 7px;
    line-height: 1;
  }
  #top #about .entry h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    height: 2.84em;
  }
  #top #about .entry .tag {
    display: flex;
    flex-wrap: wrap;
  }
  #top #about .entry .tag a {
    display: block;
    margin-right: 10px;
    font-size: 10px;
  }
  #top #example {
    margin-top: 50px;
    padding: 50px 0 0 ;  
    background-color: #ededed;

  }
  #top #example h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
  }
  #top #example h2 small {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
  }
  #top #example h2 + p {
    font-size: 10px;
    line-height: 1.85;
    letter-spacing: 0.05em;
    padding: 0 5px;
  }
  #top #example .carousel1 {
    margin-bottom: 30px;
  }
  #top #example .carousel1 .slick-slide {
    padding: 40px 0;
    transition: 0.3s;
    transform: scale(0.9);
    opacity: 0.5;
  }
  #top #example .carousel1 .slick-center {
    transform: scale(1);
    opacity: 1;
  }
  #top #example .carousel1 .slick-center .hide {
    display: block;
  }
  #top #example .carousel1 .slick-center img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
  }
  #top #example .carousel1 .hide {
    display: none;
  }
  #top #example .carousel1 .in {
    width: 280px;
    transition: 0.3s;
    text-align: center;
  }
  #top #example .carousel1 .in img {
    width: 100%;
    margin-bottom: 40px;
    transition: 0.3s;
  }
  #top #example .carousel1 .in h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #top #example .carousel1 .in .catch {
    font-size: 12px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 20px;
  }
  #top #example .carousel1 .in .tag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 30px;
  }
  #top #example .carousel1 .in .tag span {
    display: block;
    margin: 0 5px;
    font-size: 10px;
  }
  #top #example .carousel1 .in .tag span::before {
    content: '#';
  }
  #top #example .carousel1 .in .button {
    width: 280px;
  }
  #top #example .carousel1 .prev-arrow {
    position: absolute;
    left: 0;
    top: 39%;
    width: 30px;
    z-index: 1;
  }
  #top #example .carousel1 .next-arrow {
    position: absolute;
    right: 0;
    width: 30px;
    top: 39%;
    transform: rotate(180deg);
    z-index: 1;
  }
  #top #whats {
    background: #F9F4F4;
    margin: 0 auto 30px auto;
    padding: 40px 10px 30px 10px;
  }
  #top #whats h2 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    text-align: center;
  }
  #top #whats h2 .ja {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin-top: 10px;
  }
  #top #whats .slider_wrap {
    transition: 0.3s;
  }
  #top #whats .carousel2 {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
  }
  #top #whats .carousel2 .slick-slide {
    position: relative;
    overflow: hidden;
    height: 516px;
  }
  #top #whats .carousel2 .slick-list {
    overflow: visible;
  }
  #top #whats .carousel2 .image {
    max-width: 100%;
    display: block;
    margin: auto;
    transform-origin: top right;
    transform: scale(2.5);
  }
  #top #whats .carousel2 .text {
    position: absolute;
    bottom: 10%;
  }
  #top #whats .carousel2 .text h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    line-height: 1.2;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
  }
  #top #whats .carousel2 .text p {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
  }
  #top #whats .carousel2 .text .more {
    margin: 30px 0 0 0;
  }
  #top #whats .carousel2 .prev-arrow {
    display: none !important;
  }
  #top #whats .carousel2 .next-arrow {
    display: none !important;
  }
  #top .banner {
    text-align: center;
    margin-bottom: 90px;
    padding: 0 10px;
  }
  #pagenavi {
    padding: 0 10px;
    margin: 0 auto 110px auto;
    display: flex;
    justify-content: space-between;
  }
  #pagenavi ul {
    display: flex;
    justify-content: center;
  }
  #pagenavi ul li {
    margin: 0 10px;
  }
  #pagenavi ul span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
  }
  #pagenavi ul a {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
  }
  #tag {
    padding: 0 10px;
    margin: 0 auto 50px auto;
  }
  #tag h2 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 3px;
  }
  #tag .wrap {
    border: 1px solid #C9C9C9;
    padding: 7px 0;
    position: relative;
  }
  #tag .wrap .more {
    background: #F0F0F0;
    text-align: center;
    margin: 0 10px;
  }
  #tag .wrap ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
  }
  #tag .wrap ul li {
    margin: 3px 10px;
    font-size: 10px !important;
  }
  #tag .wrap ul a {
    font-size: 10px !important;
  }
  #tag .wrap ul a::before {
    content: '#';
  }
  #tag .wrap ul.is-hide {
    height: 40px;
    /*隠した後の高さ*/
  }
  #case {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #case #example h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #case #example h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #case #example .carousel1 {
    margin-bottom: 50px;
    height: 300px;
  }
  #case #example .carousel1 .slick-slide {
    transition: 0.3s;
    transform: scale(0.9);
    opacity: 0.5;
  }
  #case #example .carousel1 .slick-center {
    transform: scale(1);
    opacity: 1;
  }
  #case #example .carousel1 .slick-center .hide {
    display: block;
  }
  #case #example .carousel1 .slick-center img {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.24);
  }
  #case #example .carousel1 .hide {
    display: none;
  }
  #case #example .carousel1 .in {
    width: 280px;
    transition: 0.3s;
    text-align: center;
  }
  #case #example .carousel1 .in img {
    width: 100%;
    margin-bottom: 40px;
    transition: 0.3s;
  }
  #case #example .carousel1 .in h3 {
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #case #example .carousel1 .in .catch {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #case #example .carousel1 .in .tag {
    display: flex;
    flex-wrap: wrap;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 75px;
  }
  #case #example .carousel1 .in .tag span {
    display: block;
    margin-right: 20px;
    font-size: 10px;
  }
  #case #example .carousel1 .in .tag span::before {
    content: '#';
  }
  #case #example .carousel1 .in .button {
    width: 280px;
  }
  #case #example .carousel1 .prev-arrow {
    position: absolute;
    left: 0;
    top: 39%;
    width: 30px;
    z-index: 1;
  }
  #case #example .carousel1 .next-arrow {
    position: absolute;
    right: 0;
    width: 30px;
    top: 39%;
    transform: rotate(180deg);
    z-index: 1;
  }
  #case .article_list {
    padding: 0 20px;
  }
  #case .article_list .entry {
    margin-bottom: 75px;
  }
  #case .article_list .thumbnail {
    margin-bottom: 25px;
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.16);
  }
  #case .article_list h2 {
    font-size: 18px;
    line-height: 1.1;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
  }
  #case .article_list .tag {
    padding: 8px 0 12px 0;
  }
  #case .article_list .tag span {
    margin: 0 10px 0 0;
    font-size: 10px;
  }
  #case .article_list .tag span::before {
    content: '#';
  }
  #case .article_list .excerpt {
    font-size: 10px;
    line-height: 2;
  }
  #case .case_detail {
    max-width: 960px;
    margin: 0 auto 80px auto;
    text-align: center;
  }
  #case .case_detail h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #case .case_detail h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #case .case_detail h3 {
    font-size: 30px;
    line-height: 1.2;
    padding: 20px 0 15px 0;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
  }
  #case .case_detail .catch {
    font-size: 16px;
    line-height: 1.47;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 20px;
  }
  #case .case_detail .tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  #case .case_detail .tags a {
    display: block;
    margin: 0 7px;
    font-size: 10px;
  }
  #case .case_detail .tags a::before {
    content: '#';
  }
  #case .case_detail .detail {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  #case .case_detail .detail p {
    font-size: 16px;
    line-height: 2.16;
    margin-bottom: 3em;
  }
  #case .case_detail .detail img {
    display: block;
    margin: 0 auto 1em auto;
  }
  #case .case_detail .detail h4 {
    font-size: 19px;
    line-height: 1.47;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #case .case_detail .detail .data {
    font-size: 10px;
    line-height: 2;
  }
  #case .other_cases {
    margin-bottom: 100px;
  }
  #case .other_cases h2 {
    text-align: center;
    font-size: 24px;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 30px;
  }
  #case .other_cases h2 small {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
  }
  #case .other_cases .entry {
    margin: 0 10px 0 10px;
  }
  #case .other_cases .entry .thumbnail {
    margin-bottom: 15px;
  }
  #case .other_cases .entry h3 {
    font-size: 18px;
    font-weight: normal;
  }
  #column {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #column section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #column section h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #column .cat_navi {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  #column .cat_navi ul {
    width: 900px;
    display: flex;
    padding: 10px 0;
  }
  #column .cat_navi ul li {
    font-size: 12px;
    padding: 0 15px;
    letter-spacing: 0.2em;
    white-space: nowrap;
  }
  #column .cat_navi ul li a {
    font-size: 12px !important;
  }
  #column .entry {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 40px;
  }
  #column .entry .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  #column .entry .slick-center {
    opacity: 1;
  }
  #column .entry .article_box {
    margin: 0 10px 40px 10px;
  }
  #column .entry .thumbnail img {
    width: 100%;
  }
  #column .entry .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }
  #column .entry .meta .date {
    width: 50%;
    font-size: 10px;
  }
  #column .entry .meta .category {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #column .entry .meta .category a {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #707070;
    padding: 3px 7px;
    line-height: 1;
  }
  #column .entry h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    height: 2.84em;
  }
  #column .entry .tag {
    display: flex;
    flex-wrap: wrap;
  }
  #column .entry .tag a {
    display: block;
    margin-right: 10px;
    font-size: 10px;
  }
  #column .column_detail {
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 1.71;
    padding: 0 10px;
  }
  #column .column_detail .header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  #column .column_detail .header .date {
    font-size: 12px;
    margin-right: 10px;
  }
  #column .column_detail .header .category a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #707070;
    padding: 5px 12px;
    line-height: 1;
  }
  #column .column_detail h1 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 1.2;
  }
  #column .column_detail .tags {
    display: flex;
    margin-bottom: 30px;
  }
  #column .column_detail .tags a {
    display: block;
    margin-right: 15px;
    font-size: 12px;
  }
  #column .column_detail #index_cnt {
    background: #F5F5F5;
    padding: 15px 20px 9px 20px;
    margin-bottom: 50px;
  }
  #column .column_detail #index_cnt .index {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
  }
  #column .column_detail #index_cnt .headline {
    font-size: 15px;
    padding-left: 0;
    list-style: none;
    margin: 6px 0;
    padding-left: 50px;
    background: url(../images/bulet@2x.png) no-repeat 10px 5px;
    background-size: 28px;
  }
  #column .column_detail h2 {
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
    font-size: 22px;
    line-height: 1.17;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin-bottom: 1em;
    padding: 8px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
  }
  #column .column_detail h3 {
    font-size: 18px;
    border-left: 5px solid #D9C583;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #column .column_detail h4 {
    font-size: 16px;
    line-height: 1.2;
  }
  #column .column_detail h5, #column .column_detail h6 {
    font-size: 14px;
    line-height: 1.2;
  }
  #column .column_detail p {
    margin-bottom: 2em;
  }
  #column .column_detail img {
    margin-bottom: 20px;
  }
  #column .column_detail .alignleft {
    float: left;
  }
  #column .column_detail .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #column .column_detail .alignright {
    float: right;
  }
  #column .column_detail ul, #column .column_detail ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
  }
  #column .column_detail br {
    clear: both;
  }
  #column .column_detail .any_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    height: 60px;
    border: 2px solid #000000;
    border-radius: 30px;
    background: #fff;
    transition: 0.3s;
    font-size: 14px;
  }
  #column .column_detail .any_btn:hover {
    border: 2px solid #E8A4A4;
    background: #E8A4A4;
  }
  #column .under_share {
    margin-bottom: 100px;
  }
  #column .under_share h3 {
    font-size: 22px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 15px;
  }
  #column .under_share .share_area {
    display: flex;
    justify-content: center;
  }
  #column .under_share a {
    margin: 0 10px;
    display: inherit;
  }
  #column .under_share a img {
    transition: 0.3s;
    background: #fff;
  }
  #column .under_share a:hover img {
    opacity: 0;
  }
  #column .under_share a:first-child {
    background: url(../images/column_icon_tw_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .under_share a:nth-child(2) {
    background: url(../images/column_icon_fb_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .under_share a:nth-child(3) {
    background: url(../images/column_icon_ig_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .under_share a:nth-child(4) {
    background: url(../images/column_icon_line_on.svg) no-repeat;
    background-size: 100% 100%;
  }
  #column .left_share {
    display: none;
  }
  #column .other_entry h3 {
    text-align: center;
    font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
  }
  #column .sp_slider {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 40px;
  }
  #column .sp_slider .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  #column .sp_slider .slick-center {
    opacity: 1;
  }
  #column .sp_slider .article_box {
    margin: auto 10px;
    display: block;
  }
  #column .sp_slider .thumbnail img {
    width: 100%;
  }
  #column .sp_slider .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }
  #column .sp_slider .meta .date {
    width: 50%;
    font-size: 10px;
  }
  #column .sp_slider .meta .category {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  #column .sp_slider .meta .category span {
    display: inline-block;
    font-size: 10px;
    border: 1px solid #707070;
    padding: 3px 7px;
    line-height: 1;
  }
  #column .sp_slider h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42;
    height: 2.84em;
  }
  #column .sp_slider .tag {
    display: flex;
    flex-wrap: wrap;
  }
  #column .sp_slider .tag span {
    display: block;
    margin-right: 10px;
    font-size: 10px;
  }
  #service {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #service section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #service section h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #service section .cat_navi {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 30px;
    overflow-x: scroll;
  }
  #service section .cat_navi ul {
    width: 500px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  #service section .cat_navi ul li {
    font-size: 12px;
    padding: 0 15px;
    letter-spacing: 0.2em;
  }
  #service .pagenavi {
    background: #F0F0F0;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  #service .pagenavi .catch {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  #service .pagenavi .flex {
    display: flex;
    justify-content: center;
  }
  #service .pagenavi .border {
    min-width: 1px;
    height: 57px;
    background: #B5B5B5;
    margin: 5px;
  }
  #service .pagenavi a {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 423px;
    padding: 5px;
    transition: 0.3s;
    border: 1px solid #707070;
    background: #fff;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
  #service .pagenavi a:hover {
    background: #efe8d9;
    opacity: 1;
  }
  #service .pagenavi a .en {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
  #service .box {
    margin-bottom: 100px;
    text-align: center;
  }
  #service h3 {
    font-size: 18px;
    line-height: 1;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  #service h3 small {
    font-size: 14px;
    display: block;
    margin: 5px 0 15px;
  }
  #service h3 span {
    font-size: 14px;
    display: block;
    margin: 15px 0 0;
    letter-spacing: 0;
  }
  #service .flow_slide {
    margin-bottom: 20px;
  }
  #service .flow_slide img {
    margin: 0 10px;
    width: 250px;
  }
  #service .flow_slide .slick-slide {
    opacity: 0.5;
  }
  #service .flow_slide .slick-center {
    opacity: 1;
  }
  #service .text_content {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto 60px auto;
  }
  #service .text_content h4 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: left;
  }
  #service .text_content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-align: left;
  }
  #service .text_content p.left {
    text-align: left;
  }
  #service .text_content p.p1em {
    padding-left: 1em;
  }
  #service .text_content .marker {
    background: -moz-linear-gradient(top, rgba(255, 235, 85, 0) 50%, #ffeb55 51%);
    background: -webkit-linear-gradient(top, rgba(255, 235, 85, 0) 50%, #ffeb55 51%);
    background: linear-gradient(to bottom, rgba(255, 235, 85, 0) 50%, #ffeb55 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeb55', endColorstr='#ffeb55',GradientType=0 );
  }
  #service .text_content .uline {
    color: #E04C4C;
    text-decoration: underline;
  }
  #service .target {
    border: 1px solid #000;
    padding: 15px;
    margin: 0 15px 40px 15px;
  }
  #service .target h4 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    font-weight: normal;
  }
  #service .target ul {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    list-style: none;
  }
  #service .target ul li {
    background: url(../images/service_check@2x.png) no-repeat 0 2px;
    background-size: 17px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #service #planner .button,
  #service #self .button {
    width: 100%;
    max-width: 298px;
    margin-bottom: 60px;
    font-size: 12px;
  }
  #service #planner .button.black::after,
  #service #self .button.black::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  #service #planner .form_btn01,
  #service #self .form_btn01 {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 95%;
    max-width: 708px;
    height: 41px;
    background: #f8c5c8;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  #service #planner .form_btn01,
  #service #self .form_btn01 {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #service #planner .form_btn01::after,
  #service #self .form_btn01::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #service #planner .form_text,
  #service #self .form_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #service #planner .service_tel,
  #service #self .service_tel {
    text-align: center;
    margin-bottom: 90px;
  }
  #service #planner .service_tel img,
  #service #self .service_tel img {
    width: 303px;
  }
  #service #self {
    background: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-top: 50px;
  }
  #service #self .service_tel {
    margin-bottom: 0;
  }
  #service .jirei h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif;
  }
  #service .jirei .carousel1 {
    height: 260px;
  }
  #service .jirei .carousel1 .slick-center .hide {
    display: block;
  }
  #service .jirei .carousel1 .hide {
    display: none;
  }
  #service .jirei .carousel1 .in {
    width: 280px;
    transition: 0.3s;
    text-align: center;
    margin: 0 10px;
  }
  #service .jirei .carousel1 .in img {
    width: 100%;
    margin-bottom: 10px;
    transition: 0.3s;
  }
  #service .jirei .carousel1 .in h3 {
    font-size: 14px;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
  }
  #service .jirei .carousel1 .in .catch {
    font-size: 10px;
    text-align: left;
  }
  #service .jirei .carousel1 .prev-arrow {
    position: absolute;
    left: 0;
    top: 39%;
    width: 30px;
    z-index: 1;
  }
  #service .jirei .carousel1 .next-arrow {
    position: absolute;
    right: 0;
    width: 30px;
    top: 39%;
    transform: rotate(180deg);
    z-index: 1;
  }
  #service .photo {
    margin-bottom: 40px;
  }
  #service .column {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
  }
  #service .column h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
  }
  #service .column .box {
    display: block;
    background: #fff;
    padding: 10px;
    border: 1px solid #D0D0D0;
    margin-bottom: 60px;
  }
  #service .column .box .thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #service .column .box .detail {
    width: 100%;
    text-align: left;
  }
  #service .column .box .detail .category {
    font-size: 10px;
    letter-spacing: 0.1em;
    border: 1px solid #000;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #service .column .box .detail h5 {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    font-weight: normal;
  }
  #service .column .box .detail .tag {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #service .column .box .detail p {
    font-size: 12px;
    margin-bottom: 0;
  }
  #service .ex_price {
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
  }
  #service .ex_price h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
  }
  #service .ex_price .flex {
    display: block;
  }
  #service .ex_price .flex .box {
    padding: 0 10px 10px 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  #service .ex_price .flex .box:first-child {
    border-bottom: 1px solid #707070;
  }
  #service .ex_price .flex .box h5 {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    font-weight: normal;
  }
  #service .ex_price .flex .box .price {
    font-size: 12px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  #service .ex_price .flex .box .price span {
    font-size: 10px;
  }
  #service .ex_price .flex .box p {
    font-size: 10px;
    margin-bottom: 0;
  }
  #service #planning {
    padding-top: 30px;
  }
  #service #planning .read {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #service .campaign {
    margin-bottom: 40px;
  }
  #service .campaign img {
    margin: 0 auto;
    width: 280px;
  }
  #service .campaign .slick-slide {
    opacity: 0.5;
    transform: scale(0.8);
    transition: 0.3s;
  }
  #service .campaign .slick-center {
    opacity: 1;
    transform: scale(1);
  }
  #service .campaign .prev-arrow {
    position: absolute;
    left: 0;
    top: 39%;
    z-index: 1;
    width: 27px;
    cursor: pointer;
  }
  #service .campaign .next-arrow {
    position: absolute;
    right: 0;
    top: 39%;
    transform: rotate(180deg);
    z-index: 1;
    width: 27px;
    cursor: pointer;
  }
  #service.place h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  #service.place #values h3, #service.place #request h3 {
    margin-bottom: 0;
  }
  #service.place .read {
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #service.place .place_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 50px auto;
    padding: 0 10px;
  }
  #service.place .place_wrap .box {
    margin: 0 0 30px;
    width: 100%;
    text-align: left;
  }
  #service.place .place_wrap .box .place_name {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  #service.place .place_wrap .box img {
    margin-bottom: 10px;
  }
  #service.place .place_wrap .box .description {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  #service.place .form_btn01 {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 95%;
    max-width: 708px;
    height: 41px;
    background: url(../images/form_bg01.png) no-repeat 12px 0 #a68b62;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  #service.place .form_btn01 {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #service.place .form_btn01::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #service.place .form_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #service.place .service_tel {
    text-align: center;
    margin-bottom: 90px;
  }
  #service.place .service_tel img {
    width: 303px;
  }
  #service.request h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  #service.request #values h3, #service.request #place h3 {
    margin-bottom: 0;
  }
  #service.request #place p,
  #service.request #place .place_slide {
    margin-bottom: 0;
  }
  #service.request .read {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  #service.request .request_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1142px;
    margin: 0 auto 20px auto;
    padding: 0 10px;
  }
  #service.request .request_wrap .box {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #707070;
  }
  #service.request .request_wrap .box .icon {
    text-align: center;
    margin-bottom: 15px;
  }
  #service.request .request_wrap .box .icon img {
    height: 100px;
    width: auto;
  }
  #service.request .request_wrap .box h4 {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 19px;
    margin-bottom: 20px;
  }
  #service.request .request_wrap .box h4 span {
    background: white;
    background: -moz-linear-gradient(top, white 61%, #fffcbc 61%, #fffcbc 61%, #fffcbc 100%);
    background: -webkit-linear-gradient(top, white 61%, #fffcbc 61%, #fffcbc 61%, #fffcbc 100%);
    background: linear-gradient(to bottom, white 61%, #fffcbc 61%, #fffcbc 61%, #fffcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffcbc',GradientType=0 );
  }
  #service.request .request_wrap .box p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-align: left;
    margin-bottom: 0;
  }
  #service.request .form_btn02 {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 95%;
    max-width: 708px;
    height: 41px;
    background: url(../images/form_bg02.png) no-repeat 12px 0 #a68b62;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  #service.request .form_btn02 {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #service.request .form_btn02::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #service.request .form_text {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  #service.request .service_tel {
    text-align: center;
    margin-bottom: 30px;
  }
  #service.request .service_tel img {
    width: 303px;
  }
  #about {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #about h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #about h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #about .concept {
    letter-spacing: 0.2em;
    font-family: 'Crimson Text', serif;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
  }
  #about .concept .inner {
    padding: 20px 10px 0 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
  }
  #about .concept h3 {
    font-size: 12px;
    font-weight: normal;
  }
  #about .concept strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #about .concept p {
    font-size: 12px;
    line-height: 2;
    display: none;
  }
  #about .text_contents {
    margin: 0 1em 80px 1em;
    text-align: center;
    padding: 0 10px;
  }
  #about .text_contents h2 {
    text-align: left;
    margin-bottom: 35px;
  }
  #about .text_contents h2 img {
    height: 21px;
    width: auto;
  }
  #about .text_contents h2 img.textwrap {
    height: 55px;
  }
  #about .text_contents p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #about .text_contents p.large {
    font-size: 14px;
    margin-top: -15px;
  }
  #about .value {
    margin: 0 auto 70px auto;
    border-top: 1px solid #070707;
    border-bottom: 1px solid #070707;
    padding: 40px 20px;
  }
  #about .value .text h3 {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  #about .value .text .jp {
    font-size: 19px;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.1em;
  }
  #about .value .text .en {
    font-size: 15px;
    font-family: 'Crimson Text', serif;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  #about .value .text p {
    font-size: 12px;
    line-height: 1.71;
  }
  #about .value .text .image {
    margin-bottom: 20px;
  }
  #about .profile {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  #about .profile h3 {
    line-height: 1;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 69px;
  }
  #about .profile h3 .en {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #about .profile h3 .jp {
    font-size: 26px;
  }
  #about .profile dl {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.66;
  }
  #about .profile dl dt {
    border-bottom: 1px solid #D0D0D0;
    padding: 6px 0;
    font-weight: bold;
  }
  #about .profile dl dd {
    border-bottom: 2px solid #707070;
    padding: 6px 0;
  }
  #about .profile dl dd span {
    display: block;
    font-weight: bold;
  }
  #about .creator {
    max-width: 1160px;
    margin: 0 auto 120px auto;
  }
  #about .creator h3 {
    line-height: 1;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 69px;
  }
  #about .creator h3 .en {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #about .creator h3 .jp {
    font-size: 26px;
  }
  #about .creator .flex {
    display: flex;
    justify-content: space-between;
  }
  #about .creator .flex .photo {
    width: 38.3%;
  }
  #about .creator .flex .text {
    width: 56.3%;
  }
  #about .creator .flex .text p {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 2em;
  }
  #about .contents {
    position: relative;
  }
  #about .contents .prev-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: rotate(180deg);
    z-index: 1;
    transition: 0.3s;
    width: 20px;
    margin-top: -40px;
  }
  #about .contents .prev-arrow.slick-disabled {
    opacity: 0;
  }
  #about .contents .next-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    transition: 0.3s;
    width: 20px;
    margin-top: -40px;
  }
  #about .contents .next-arrow.slick-disabled {
    opacity: 0;
  }
  #planner {
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #planner h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #planner h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #planner .concept {
    letter-spacing: 0.2em;
    font-family: 'Crimson Text', serif;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
  }
  #planner .concept .inner {
    padding: 20px 10px 0 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
  }
  #planner .concept h3 {
    font-size: 12px;
    font-weight: normal;
  }
  #planner .concept strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  #planner .concept p {
    font-size: 12px;
    line-height: 2;
    display: none;
  }
  #planner .text_contents {
    margin: 0 1em 0 1em;
    text-align: center;
    padding: 0 10px;
  }
  #planner .text_contents h2 {
    text-align: left;
    margin-bottom: 0px;
  }
  #planner .text_contents h2 img {
    height: 21px;
    width: auto;
  }
  #planner .text_contents h2 img.textwrap {
    height: 55px;
  }
  #planner .text_contents p {
    font-size: 14px;
    line-height: 20px;
    padding:0 0 30px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #planner .text_contents p.large {
    font-size: 14px;
    margin-top: -15px;
  }
    #planner .contents {
    position: relative;
  }
  #planner .contents .prev-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: rotate(180deg);
    z-index: 1;
    transition: 0.3s;
    width: 20px;
    margin-top: -40px;
  }
  #planner .contents .prev-arrow.slick-disabled {
    opacity: 0;
  }
  #planner .contents .next-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    transition: 0.3s;
    width: 20px;
    margin-top: -40px;
  }
  #planner .contents .next-arrow.slick-disabled {
    opacity: 0;
  }

  #contact section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #contact section h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #contact section .contents {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  #contact section .contents h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
  }
  #contact section .first_text {
    padding: 30px 0 30px;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  #contact section .formLine {
    padding: 20px 0;
    font-family: 'Roboto', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  }
  #contact section .formLine .formLeft {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #contact section .formLine .formRight {
    width: 100%;
  }
  #contact section .formLine .formRight .cf {
    margin: 5px 0;
  }
  #contact section .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
  #contact section .required {
    color: #f00;
  }
  #contact section input[type="text"],
  #contact section input[type="email"],
  #contact section input[type="tel"] {
    max-width: 651px;
    height: 30px;
    width: 100%;
    background: #EDEDED;
    border: none;
    box-sizing: border-box;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
  }
  #contact section textarea {
    max-width: 651px;
    width: 100%;
    height: 166px;
    box-sizing: border-box;
    background: #EDEDED;
    border: none;
    box-shadow: none;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
  }
  #contact section p {
    margin: 30px 0;
  }
  #contact .btn_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  #contact .btn_wrap .contact_box {
    width: 48%;
  }
  #contact .btn_wrap .contact_box h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #contact .btn_wrap .contact_box p {
    font-size: 8px;
    margin: 0 0 5px 0;
    letter-spacing: 0.2em;
  }
  #contact .btn_wrap .contact_box a {
    font-size: 10px;
  }
  #contact .telno {
    max-width: 90%;
    display: block;
    margin: auto;
  }
  #contact .btn {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 100%;
    max-width: 708px;
    height: 41px;
    background: #f8c5c8;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  #contact .btn {
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  #contact .btn::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #recruit section h2 {
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 40px;
    font-family: 'Crimson Text', serif;
  }
  #recruit section h2 small {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px;
    display: block;
  }
  #recruit section .contents {
    padding: 0 10px;
    margin-bottom: 100px;
  }
  #recruit section .contents h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
  }
  #recruit section .contents .read {
    text-align: center;
  }
  #recruit section .contents .read img {
    margin-bottom: 40px;
  }
  #recruit section .contents .read p {
    font-size: 12px;
    line-height: 20px;
  }
  #recruit section .contents .recruit_job {
    background: #F2F2F2;
    padding: 20px 15px 10px 15px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin: 60px 0;
  }
  #recruit section .contents .recruit_job h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  #recruit section .contents .recruit_job ul {
    list-style: none;
  }
  #recruit section .contents .recruit_job ul li {
    background: url(../images/bulet_triangle.svg) no-repeat 0;
    background-size: 6px;
    padding-left: 12px;
    margin: 0 0 10px 0;
    line-height: 1;
  }
  #recruit section .contents .recruit_job a {
    font-size: 12px;
  }
  #recruit section .contents .job_wrap {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 80px;
  }
  #recruit section .contents .job_wrap h4 {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  #recruit section .contents .job_wrap h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  #recruit section .contents .job_wrap table {
    width: 100%;
    margin-bottom: 15px;
  }
  #recruit section .contents .job_wrap table th {
    display: block;
    width: 100%;
    background: #F5F7FF;
    padding: 10px;
    position: relative;
    font-size: 12px;
    line-height: 1.93em;
    text-align: left;
    font-weight: normal;
  }
  #recruit section .contents .job_wrap table td {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.93em;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 10px;
  }
  #recruit section .contents .job_wrap .btn {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 13px;
    width: 100%;
    max-width: 708px;
    height: 41px;
    background: #a68b62;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20px auto;
  }
  #recruit section .contents .job_wrap .btn::after {
    content: '';
    background: url(../images/arrow_white02.png) right;
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

/* 19.10.25 Footer改修 PC
============================================= */
#footer {
  background: #b6b6b6;
  background-size: auto;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footbox {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
}
.footbox_info {
  width: 46%;
  border-right: 1px solid #fff;
  padding: 10px 30px;
  text-align: center;
}
.footbox_info img {
  width: 100%;
  max-width: 194px;
  height: auto;
  margin: 20px 0 40px;
}
.footbox_info h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.footbox_info_text {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.footbox_contact {
  width: 36%;
  border-right: 1px solid #fff;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footbox_contact p {
  font-size: 18px;
  font-family: 'Crimson Text','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', serif;
  letter-spacing: 0.3em;
  line-height: 1.2;
  margin-bottom: 30px;
}
.footbox_contact p span {
  font-size: 40px;
  display: block;
  line-height: 1;
}
.footbox_contact_sns ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.footbox_contact_sns li {
  margin: 0 10px;
}
.footbox_contact_sns li img {
  width: 30px;
  height: auto;
}
.footbox_nav {
  width: 18%;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px 0 45px;
}
.footbox_nav ul {
  list-style: none;
}
.footbox_nav li {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.footbox_nav li:last-child {
  margin-bottom: 0;
}
#footer_copyright {
  background: #f8c5c8;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 20px 20px 91px;
  line-height: 1;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

/* 19.10.25 Footer改修 SP
============================================= */
@media screen and (max-width: 768px) {
  #footer {
    padding: 0;
  }
  .footbox {
    flex-wrap: wrap;
    padding: 0;
  }
  .footbox_nav {
    order: 1;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.8);
  }
  .footbox_nav_btn {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
  }
  .footbox_nav_btn::before {
    content: "";
    width: 1px;
    height: 25px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 12px;
    right: 23px;
    pointer-events: none;
  }
  .footbox_nav_btn::after {
    content: "";
    width: 25px;
    height: 1px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 24px;
    right: 11px;
    pointer-events: none;
  }
  .footbox_nav_btn.active::before {
    display: none;
  }
  .footbox_nav ul {
    display: none;
  }
  .footbox_nav li {
    margin: 0;
    font-size: 16px;
    border-top: 1px solid #B99696;
  }
  .footbox_nav li a {
    line-height: 50px;
    padding: 0 34px;
    position: relative;
    display: block;
  }
  .footbox_nav li a::after {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 1px solid rgba(255,255,255,0.8);
    border-right: 1px solid rgba(255,255,255,0.8);
    position: absolute;
    top: 16px;
    right: 20px;
    pointer-events: none;
    transform: rotate(45deg);
  }

  .footbox_info {
    order: 2;
    width: 100%;
    border: none;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
  }
  .footbox_info img {
    width: 149px;
    height: auto;
    margin-bottom: 10px;
  }
  .footbox_info h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footbox_info_text {
    font-size: 10px;
  }

  .footbox_contact {
    order: 3;
    width: 100%;
    display: block;
    border: none;
    padding: 0;
  }
  .footbox_contact p {
    margin: 0;
    font-size: 14px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,0.8);
  }
  .footbox_contact p span {
    font-size: 31px;
  }
  .footbox_contact_sns {
    padding: 30px 0;
  }
  .footbox_contact_subnav {
    padding-bottom: 10px;
  }
  .footbox_contact_subnav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  .footbox_contact_subnav li {
    font-size: 10px;
    line-height: 1;
    border-right: 1px solid rgba(255,255,255,0.8);
  }
  .footbox_contact_subnav li:last-child {
    border-right: none;
  }
  .footbox_contact_subnav li a {
    padding: 0 10px;
    display: block;
  }
  #footer_copyright {
    font-size: 10px;
    padding: 15px 10px 75px;
  }


.post ol {
	counter-reset: li;
}

.post ol > li {
	list-style: none;
	position: relative;/*リストの項目の位置を基準に*/
	padding-left: 2.5em; /*li:before分左に余白を。調整可*/
	/*margin-bottom: 0.8em;*//*リストの数字がくっついてしまう場合*/
}

.work ol > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #ffc0cb; /*薄いピンク*/
	border: 1px solid #ff99ab; /*濃いピンク*/
	color: #ffffff; /*白*/
	border-radius: 50%; /*丸く*/
	text-align: center; /*端に寄ってる数字を真ん中に*/
	width: 1.3em; /*幅を決めるheightと同じ数値に*/
	height: 1.3em; /*高さ。widthと同じ数値に。数値変更した場合はline-heightで調整を*/
	position: absolute; /*リストの基準から移動させる*/
	left: 0em; /*項目の基準、左にあわせる*/
	top: 2px; /*基準の上から2pxの位置に表示。テーマによって位置がずれる場合は修正を*/
	line-height: 1.4;/*数字の位置あわせで数値を指定*/
}

}