@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*@import "compass/reset";*/
/* reset */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Meie+Script&display=swap");
@import url("https://fonts.googleapis.com/css?family=Meie+Script&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/* ----------------------fontここから---------------------- */
/*
	font-family: 'Meie Script', cursive;
*/
/*ベンダープレフィックス（プロパティ名）*/
/* ----------------------mixinここから---------------------- */
/*
	sketch上、1280pxで作成、1152px内にコンテンツを収める最適化
	1152px以上は広がらず中央配置
*/
/* = 90vw*/
/* = 5vw*/
/*自動字詰め*/
/* Awesome font */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"), url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }

/* 色 */
/* PC最大サイズ */
/* フォント2種 */
/*筑紫B丸ゴシック R(クセのある方。見出しやリンクに)*/
/*TBUD丸ゴシック Std（クセのない方。本文に）*/
/* 色 */
/* トップリンク 一番上のメニュー群 */
.top-links {
  border-bottom: 1px solid #d2dace;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  width: 100%;
  overflow: hidden;
  /* ロゴ */
  /* タイルリンク top-linksの中のアイコンだけになるメニュー */ }
  @media (min-width: 769px) {
    .top-links {
      height: 68px;
      max-width: 960px;
      margin: 0 auto;
      border: 0 none;
      padding: 1.125rem 10px 0; } }
  .top-links h1 a {
    background: url(../img/logo.svg) no-repeat;
    background-size: contain;
    background-position: 1em center;
    display: block;
    height: 28px;
    min-width: 40vw;
    text-align: left;
    text-indent: -9987em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    @media (min-width: 769px) {
      .top-links h1 a {
        height: 42px;
        min-width: inherit;
        width: 200px;
        background-position: left center; } }
    .top-links h1 a:hover {
      opacity: .6; }
  .top-links .tile-links {
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 100%; }
    @media (min-width: 769px) {
      .top-links .tile-links {
        display: flex; } }
    .top-links .tile-links li {
      display: none;
      border-left: 1px solid #d2dace;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 769px) {
        .top-links .tile-links li {
          border: 0 none; } }
      @media (min-width: 769px) {
        .top-links .tile-links li.access {
          padding: 0 .88em; } }
      .top-links .tile-links li a {
        box-sizing: border-box;
        display: block;
        padding: 0 1em;
        color: #989788;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        .top-links .tile-links li a:hover {
          color: #bbbbb1; }
        @media (min-width: 769px) {
          .top-links .tile-links li a i {
            margin-right: .25em; } }
        .top-links .tile-links li a .text {
          display: none; }
          @media (min-width: 769px) {
            .top-links .tile-links li a .text {
              display: inline; } }
      @media (min-width: 769px) {
        .top-links .tile-links li.reserve a {
          background: #07beb8;
          border: 1px solid #07beb8;
          color: #fbfffe;
          padding: .66em 1.0em; }
          .top-links .tile-links li.reserve a:hover {
            background: #08d7d0;
            border: 1px solid #08d7d0; } }
      @media (min-width: 769px) {
        .top-links .tile-links li.contact {
          margin-left: 1em; } }
      @media (min-width: 769px) {
        .top-links .tile-links li.contact a {
          background: #ff1053;
          border: 1px solid #ff1053;
          color: #fbfffe;
          padding: .66em 1.0em; }
          .top-links .tile-links li.contact a:hover {
            background: #ff5081;
            border: 1px solid #ff5081; } }
  .top-links .m-tile-links {
    display: flex;
    height: 48px;
    margin-left: auto;
    @inlcude kerning;
    align-items: center; }
    @media (min-width: 769px) {
      .top-links .m-tile-links {
        display: none; } }
    .top-links .m-tile-links .m-reserve {
      background-color: #07beb8;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      .top-links .m-tile-links .m-reserve a {
        color: #fbfffe;
        display: flex;
        font-family: fot-tsukubrdgothic-std, sans-serif;
        font-weight: 600;
        justify-content: center;
        align-items: center;
        font-size: .88em;
        height: 34px;
        padding: 0 10px;
        font-feature-settings: "palt";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: .02em; }
        .top-links .m-tile-links .m-reserve a i {
          margin-right: 3px; }
    .top-links .m-tile-links .m-menu a {
      color: #483d3f;
      display: flex;
      font-size: 1.3em;
      justify-content: center;
      align-items: center;
      height: 48px;
      width: 48px;
      margin-left: auto; }

/* .m-tile-linksクリックの際のモーダルメニュー */
.m-menu-window {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 3; }
  .m-menu-window ul {
    display: grid;
    grid-template-columns: 50% 50%; }
    .m-menu-window ul li {
      border-bottom: 1px solid #d2dace;
      border-right: 1px solid #d2dace;
      display: block;
      /*コンテンツのメニュー*/ }
      .m-menu-window ul li.content-menu {
        grid-column-start: 1;
        grid-column-end: 3; }
      .m-menu-window ul li i {
        margin-right: .35em; }
      .m-menu-window ul li a {
        color: #483d3f;
        display: block;
        font-size: .9rem;
        font-feature-settings: "palt";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: .02em;
        padding: 14px 18px; }
      .m-menu-window ul li.end-close {
        background-color: #989788;
        grid-column-start: 1;
        grid-column-end: 3; }
        .m-menu-window ul li.end-close a {
          color: #fbfffe;
          padding: 4px 18px;
          text-align: center; }
      .m-menu-window ul li.m-menu-child {
        grid-column-start: 1;
        grid-column-end: 3; }
      .m-menu-window ul li .m-menu-division {
        display: grid;
        grid-template-columns: 50% 50%; }
        .m-menu-window ul li .m-menu-division li {
          border-bottom: 1px dashed #d2dace;
          border-right: 1px dashed #d2dace;
          display: block; }
          .m-menu-window ul li .m-menu-division li:nth-of-type(odd) {
            border-right: 0 none; }
          .m-menu-window ul li .m-menu-division li:last-of-type {
            border-bottom: 0 none; }
          .m-menu-window ul li .m-menu-division li a {
            display: block; }
        .m-menu-window ul li .m-menu-division .division-title {
          grid-column-start: 1;
          grid-column-end: 3; }
        .m-menu-window ul li .m-menu-division li:not(.division-title) a {
          font-size: .85em;
          line-height: 1.3;
          font-feature-settings: "palt";
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          letter-spacing: .02em; }

/* ソーセージリンク */
.sausage-links {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #d2dace;
  background: #feeae9;
  display: none;
  /*
    &:before,
    &:after {
	    content: '';
	    height: calc(100% - 2em);
	    pointer-events: none;
	    position: absolute;
	    top: 1em;
	    width: 10px;
	    z-index: 2;
    }
    
    &:before {
	    background: linear-gradient(to right, rgba(255,255,255,0) 0%, white 100%);
	    right: 0;
    }
    
    &:after {
	    background: linear-gradient(to left, rgba(255,255,255,0) 0%, white 100%);
	    left: 0;
    }
    */
  /* アイテムが改行するのを防ぐための基本的なflexbox */ }
  @media (min-width: 769px) {
    .sausage-links {
      background: white;
      height: 72px;
      margin: .5rem auto 0;
      width: 100%;
      border: 0 none;
      box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.03);
      display: block; } }
  .sausage-links ul.parentlist {
    /* class="sausage-links" */
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 769px) {
      .sausage-links ul.parentlist {
        height: 72px;
        max-width: 960px;
        margin: 0 auto;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
        justify-content: space-around; } }
    .sausage-links ul.parentlist li {
      white-space: nowrap;
      border-left: 1px solid #d2dace; }
      @media (min-width: 769px) {
        .sausage-links ul.parentlist li {
          border-left: 0 none;
          display: block;
          height: 72px;
          max-width: calc(960px/5); } }
      .sausage-links ul.parentlist li a {
        color: #483d3f;
        padding: .66em 1em; }
        .sausage-links ul.parentlist li a:hover {
          color: #df8e1e; }
      .sausage-links ul.parentlist li a,
      .sausage-links ul.parentlist li a:visited {
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none; }
        @media (min-width: 769px) {
          .sausage-links ul.parentlist li a,
          .sausage-links ul.parentlist li a:visited {
            display: block;
            font-size: 1.125rem;
            padding: 0;
            text-align: center;
            width: 100%;
            height: 100%;
            line-height: 72px;
            overflow: hidden; } }
/*ドロップダウン*/
@media (min-width: 769px) {
  .dropdwn {
    max-width: 960px;
    display: flex; } }

@media (min-width: 769px) {
  ul.parentlist {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff; } }

@media (min-width: 769px) {
  ul.parentlist li {
    max-width: calc(960px/5);
    position: relative;
    display: block;
    cursor: pointer; } }

.dropdwn > li {
  width: 960px;
  margin: 1px;
  display: inline !important; }

.dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  margin-left: 0;
  /*-5px*/
  margin-top: 0;
  /*5px*/
  padding: 0;
  background: white;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  z-index: 1; }

.dropdwn_menu li {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #f9f9f9; }

.dropdwn_menu li a {
  padding: 5px 8px !important;
  margin: 0;
  /*-5px 5px -5px -5px*/
  display: block;
  font-size: .78rem !important;
  font-feature-settings: "palt";
  text-align: left !important; }

.content {
  padding: 0 1rem;
  /*2020.03.23 -*/
  /*- 2020.03.23 */ }
  @media (min-width: 769px) {
    .content {
      padding-top: 0; } }
  .content.full_width {
    width: 100%; }
  .content .vertical_margin {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .content .horizontal_margin {
    margin-left: 1rem;
    margin-right: 1rem; }
  .content .heading {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1.33rem; }
    @media (min-width: 769px) {
      .content .heading {
        flex-direction: row;
        align-items: center;
        padding-bottom: 1.8rem; } }
    .content .heading i {
      font-weight: 400;
      padding-right: .2rem;
      color: #df8e1e;
      margin-right: .3em; }
      .content .heading i.normalized {
        color: #483d3f; }
    .content .heading h2 {
      font-size: 1.28rem;
      font-weight: 600;
      color: #483d3f; }
    .content .heading:not(:first-of-type) {
      margin-top: 2rem; }
  .content .w_lead h2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 769px) {
      .content .w_lead h2 {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: auto;
        margin-bottom: 0; } }
  .content .w_lead .lead {
    color: #989788;
    display: block;
    font-size: .85rem;
    font-weight: 400;
    width: 80%;
    padding: .5em 0 0 1.2em;
    letter-spacing: .02em; }
    @media (min-width: 769px) {
      .content .w_lead .lead {
        display: inline-block;
        padding: 0 0 0 .66em;
        width: auto; } }
  .content .right_link div:last-of-type {
    margin: 1rem auto; }
    @media (min-width: 769px) {
      .content .right_link div:last-of-type {
        margin: 0 0 0 auto; } }
    .content .right_link div:last-of-type a {
      border: 1px solid #d2dace;
      padding: .66em;
      color: #483d3f;
      display: block;
      font-size: .92rem;
      font-weight: 400;
      letter-spacing: .02em;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .content .right_link div:last-of-type a i {
        color: #483d3f; }
      .content .right_link div:last-of-type a:hover {
        border: 1px solid #df8e1e;
        background: #df8e1e;
        color: #fbfffe; }
        .content .right_link div:last-of-type a:hover i {
          color: #fbfffe; }
  .content .page_inline_link {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1.2em; }
    .content .page_inline_link a {
      border: 1px solid #d2dace;
      padding: .66em;
      color: #483d3f;
      display: inline;
      font-size: .92rem;
      font-weight: 400;
      letter-spacing: .02em;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .content .page_inline_link a i {
        color: #483d3f; }
      .content .page_inline_link a:hover {
        border: 1px solid #df8e1e;
        background: #df8e1e;
        color: #fbfffe; }
        .content .page_inline_link a:hover i {
          color: #fbfffe; }
    .content .page_inline_link.link_right {
      text-align: right; }
  .content.div_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em; }
    @media (min-width: 769px) {
      .content.div_flex {
        flex-direction: row; } }
    .content.div_flex.end_margin {
      margin-bottom: 3em; }
  .content .button_single {
    width: 100%; }
    @media (min-width: 769px) {
      .content .button_single {
        width: 50%;
        justify-content: flex-start; } }
    @media (min-width: 769px) {
      .content .button_single.wide {
        width: 100%; } }
    .content .button_single.high a {
      padding-top: 1.2em;
      padding-bottom: 1.2em;
      font-size: 1.15em; }
      @media (min-width: 769px) {
        .content .button_single.high a {
          font-size: 1.2em; } }
  .content .button_divide {
    width: 100%; }
  .content .page_inl_orange_link {
    border: 1px solid #df8e1e;
    background: #df8e1e;
    color: #fbfffe;
    display: block;
    text-align: center;
    padding: .8em 1.22em;
    font-weight: bold;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .02em; }
  .content .page_inl_blue_link {
    border: 1px solid #07beb8;
    background: #07beb8;
    color: #fbfffe;
    display: block;
    text-align: center;
    padding: .8em 1.22em;
    font-weight: bold;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .02em; }
  .content p {
    color: #483d3f;
    font-family: tbudrgothic-std, sans-serif;
    font-size: .875rem;
    line-height: 1.8em;
    padding: 0 1.2em; }
    .content p.bottom_connect:after {
      display: none; }
    .content p:after {
      content: "";
      display: block;
      padding-bottom: 1.66em; }
  .content h6 {
    font-size: .875rem;
    line-height: 1.44em;
    padding-bottom: 1em;
    color: #483d3f; }
  .content ul {
    list-style-type: disc;
    list-style-position: inside; }
    .content ul.no_style {
      list-style-type: none;
      list-style-position: inside; }
      .content ul.no_style li {
        padding-left: 0; }
      .content ul.no_style ul {
        list-style-type: none;
        list-style-position: inside; }
    .content ul li {
      color: #483d3f;
      font-size: .9375em;
      font-weight: 600;
      line-height: 1.66em;
      padding-left: 1em;
      text-indent: -1em; }
  .content .subheading {
    border-bottom: 1px solid #d2dace;
    color: #483d3f;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: .66em;
    margin-bottom: 1em; }
    .content .subheading i {
      font-weight: 400;
      padding-right: .2em;
      color: #df8e1e;
      margin-right: .2em; }
  .content .smallheading {
    color: #483d3f;
    font-weight: 600;
    font-size: 1.14rem;
    padding-bottom: 0;
    /*1em*/
    padding-left: 1em; }
    .content .smallheading i {
      font-weight: 400;
      padding-right: .2em;
      color: #df8e1e;
      margin-right: .2em; }

.page_in_menu ul {
  list-style-type: none;
  list-style-position: inherit;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  margin-top: 0; }
  .page_in_menu ul li {
    border-bottom: 1px solid #d2dace;
    margin-bottom: .5em; }
    .page_in_menu ul li.full {
      width: 100%;
      padding-left: 1em;
      text-indent: -1em; }
    .page_in_menu ul li.half {
      width: 50%;
      padding-left: 0;
      text-indent: 0; }
    .page_in_menu ul li i {
      font-weight: 400;
      padding-right: .2em;
      color: #df8e1e; }
    .page_in_menu ul li a {
      color: #483d3f;
      display: block;
      font-weight: 400;
      font-size: .875rem;
      padding-left: 1.8em;
      padding-right: 1.8em;
      padding-bottom: .5em;
      text-decoration: none; }

/*カラーボックス 薄オレンジ*/
.color_box_springwood {
  font-family: tbudrgothic-std, sans-serif;
  background: rgba(235, 235, 217, 0.4);
  border: 1px solid rgba(217, 217, 184, 0.4);
  padding: 1em;
  border-radius: 8px; }
  .color_box_springwood ul {
    list-style: disc inside;
    margin-left: 0;
    margin-top: 0; }

/*カラーボックス 薄赤*/
.color_box_rosewood {
  font-family: tbudrgothic-std, sans-serif;
  background: rgba(251, 237, 236, 0.85);
  border: 1px solid rgba(247, 221, 219, 0.85);
  padding: 1em;
  border-radius: 8px; }

.color_box_springwood h6,
.color_box_rosewood h6 {
  font-size: 1rem;
  padding-bottom: 0; }

.color_box_springwood ul li,
.color_box_rosewood ul li {
  font-size: .875rem; }

.color_box_springwood p:after,
.color_box_rosewood p:after {
  display: none; }

.content + .color_box_springwood,
.content + .color_box_rosewood {
  margin-top: 0; }

.color_box_springwood + .subheading,
.color_box_rosewood + .subheading {
  margin-top: 2rem !important; }

body {
  color: #483d3f; }

section {
  padding: 1rem 0; }

@media (min-width: 769px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem; } }

.container.flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 769px) {
    .container.flex {
      flex-direction: row; } }
.main {
  padding: 1rem 0; }
  @media (min-width: 769px) {
    .main {
      padding: 2.4rem 0 1.2rem; } }
  .main article {
    /*2分割の場合の左コンテンツ*/ }
    @media (min-width: 769px) {
      .main article {
        flex: 2; } }
  .main aside {
    /*2分割の場合の右メニュー*/ }
    @media (min-width: 769px) {
      .main aside {
        padding: 0 1rem 0 .5rem;
        flex: 1; } }
  .main.connected {
    /*接続用に上のパディングを2.4remから1.2remへ縮小*/
    padding-top: 1.2rem; }
  .main:last-of-type {
    padding-bottom: 3rem; }

.icon-left {
  margin-right: .5em; }

.icon-right {
  margin-left: .5em; }

.icon-active {
  color: #df8e1e; }

.icon-sub {
  color: #989788;
  font-weight: 300; }

a:hover .icon-sub {
  color: currentColor; }

a {
  font-family: fot-tsukubrdgothic-std, sans-serif; }
  a.box_link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
  a.text_link {
    display: inline;
    font-family: tbudrgothic-std, sans-serif;
    text-decoration: underline;
    color: #df8e1e; }

h1, h2, h3, h4, h5, h6 {
  font-family: fot-tsukubrdgothic-std, sans-serif; }

.keyvisual {
  width: 100%;
  height: 60vh;
  background-color: #eeefec; }
  @media (min-width: 769px) {
    .keyvisual {
      height: 398px; } }
  .keyvisual .rect_key {
    background-color: #fbfffe;
    height: 100%;
    border-left: 1px solid #ebebe0;
    border-right: 1px solid #ebebe0; }
    .keyvisual .rect_key.key1 {
      background: url(../img/keyvisual1_mobile.jpg) center center/cover no-repeat; }
      @media (min-width: 769px) {
        .keyvisual .rect_key.key1 {
          background: url(../img/keyvisual1.jpg) center center/cover no-repeat; } }
.index_case_list {
  padding-top: 1rem; }
  @media (min-width: 769px) {
    .index_case_list .case {
      margin-bottom: .75rem; }
      .index_case_list .case:nth-child(n+4) {
        padding-top: 0; } }
  .index_case_list .case a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9); }
    @media (min-width: 769px) {
      .index_case_list .case a {
        height: 110px; } }
    .index_case_list .case a span {
      display: block; }
  .index_case_list .case.case_a a {
    background: url(../img/index_case_a.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .index_case_list .case.case_a a:before {
      content: '';
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      position: absolute;
      z-index: -1;
      /*重なり順序を一番下にしておく*/
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .index_case_list .case.case_a a:hover:before {
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }
  .index_case_list .case.case_b a {
    background: url(../img/index_case_b.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .index_case_list .case.case_b a:before {
      content: '';
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      position: absolute;
      z-index: -1;
      /*重なり順序を一番下にしておく*/
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .index_case_list .case.case_b a:hover:before {
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }
  .index_case_list .case.case_c a {
    background: url(../img/index_case_c.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .index_case_list .case.case_c a:before {
      content: '';
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      position: absolute;
      z-index: -1;
      /*重なり順序を一番下にしておく*/
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .index_case_list .case.case_c a:hover:before {
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }
  .index_case_list .case.case_d a {
    background: url(../img/index_case_d.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .index_case_list .case.case_d a:before {
      content: '';
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      position: absolute;
      z-index: -1;
      /*重なり順序を一番下にしておく*/
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .index_case_list .case.case_d a:hover:before {
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }
  .index_case_list .case.case_e a {
    background: url(../img/index_case_e.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .index_case_list .case.case_e a:before {
      content: '';
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      position: absolute;
      z-index: -1;
      /*重なり順序を一番下にしておく*/
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .index_case_list .case.case_e a:hover:before {
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }
  .index_case_list .case.case_f a {
    background: url(../img/index_case_f.jpg) center center/cover no-repeat;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .index_case_list .case.case_f a:before {
      content: '';
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      position: absolute;
      z-index: -1;
      /*重なり順序を一番下にしておく*/
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    .index_case_list .case.case_f a:hover:before {
      background: inherit;
      /*.bgImageで設定した背景画像を継承する*/
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px);
      position: absolute;
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px; }

.index_service_list {
  padding-top: 1rem; }
  .index_service_list .service a {
    display: block;
    border-radius: 6px;
    overflow: hidden; }
    @media (min-width: 769px) {
      .index_service_list .service a {
        width: 100%;
        height: 274px; } }
    .index_service_list .service a .overlay_box {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.82);
      padding: 1rem; }
      .index_service_list .service a .overlay_box .service_title {
        font-size: 1.125rem;
        line-height: 1.4;
        padding-bottom: 1rem;
        text-align: center; }
      .index_service_list .service a .overlay_box .service_lead {
        font-family: tbudrgothic-std, sans-serif;
        font-size: 0.825rem;
        line-height: 1.5;
        text-align: center; }
  .index_service_list .service.service_a a {
    background: url(../img/index_service_a.jpg) center center/cover no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    .index_service_list .service.service_a a:hover {
      opacity: .75; }
    .index_service_list .service.service_a a .overlay_box {
      width: 42%;
      height: 100%;
      position: relative;
      left: 59%; }
  .index_service_list .service.service_b a {
    background: url(../img/index_service_b.jpg) center center/cover no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    .index_service_list .service.service_b a:hover {
      opacity: .75; }
    .index_service_list .service.service_b a .overlay_box {
      width: 100%;
      height: 60%;
      position: relative;
      top: 40%; }
  .index_service_list .service.service_c a {
    background: url(../img/index_service_c.jpg) center center/cover no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    .index_service_list .service.service_c a:hover {
      opacity: .75; }
    .index_service_list .service.service_c a .overlay_box {
      width: 100%;
      height: 60%;
      position: relative;
      top: 40%; }
  .index_service_list .service.service_d {
    padding: .75rem 1rem; }
    .index_service_list .service.service_d .index_app_pr_box {
      border-top: 1px dotted #d2dace;
      border-bottom: 1px dotted #d2dace;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .index_service_list .service.service_d .index_app_pr_box .color_box_springwood {
        margin-top: .75rem;
        border-radius: 0px;
        border: 0 none;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
      .index_service_list .service.service_d .index_app_pr_box .level .level-left .index_app_icon {
        width: 64px;
        height: 64px;
        border-radius: 22%;
        object-fit: cover;
        margin-right: .5rem; }
      .index_service_list .service.service_d .index_app_pr_box .level .level-left p {
        line-height: 2.2;
        font-size: .75rem; }
      .index_service_list .service.service_d .index_app_pr_box .level .level-left h3 {
        /*アプリ名*/
        letter-spacing: .2em; }
      .index_service_list .service.service_d .index_app_pr_box .level .level-content {
        line-height: 1.4;
        letter-spacing: .02em; }
      .index_service_list .service.service_d .index_app_pr_box .level .level-right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .index_service_list .service.service_d .index_app_pr_box .level .level-right .app_badge_box {
          padding-top: 0;
          margin-top: 10px; }
          .index_service_list .service.service_d .index_app_pr_box .level .level-right .app_badge_box:first-of-type {
            margin-top: 0; }
          .index_service_list .service.service_d .index_app_pr_box .level .level-right .app_badge_box a {
            height: 40px; }
  .index_service_list .service .service_title_app {
    /*『アプリができました！』の見出し部分*/
    margin-bottom: 1rem;
    letter-spacing: .03em;
    font-size: .92rem; }

.index_column_list {
  list-style-type: none !important;
  margin: 0 !important; }
  .index_column_list li {
    padding-left: 0 !important;
    text-indent: 0 !important; }
    .index_column_list li a {
      color: #483d3f;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .index_column_list li a:hover {
        opacity: .6; }
    .index_column_list li h4 {
      margin-bottom: .5rem;
      line-height: 1.33; }
    .index_column_list li .date {
      font-weight: 400; }
    .index_column_list li .media .media {
      border: 0 none;
      padding-top: 0; }
    .index_column_list li .column_avatar {
      overflow: hidden;
      border-radius: 50%;
      height: 56px;
      width: 56px; }
      .index_column_list li .column_avatar img {
        object-fit: cover; }
    .index_column_list li .image_thumb {
      width: 190px;
      height: auto;
      height: 120px;
      overflow: hidden;
      background: url(../img/cover_default_380x240.jpg) center center/cover no-repeat; }
      .index_column_list li .image_thumb .column_cover {
        object-fit: cover; }
    .index_column_list li p {
      padding-top: .5rem;
      padding-left: 0;
      padding-right: 0;
      line-height: 1.6;
      font-weight: 500; }
      .index_column_list li p:after {
        display: none; }
    .index_column_list li:not(:first-of-type) {
      border-top: 1px dotted #d2dace;
      padding-top: 1rem; }
  .index_column_list li + li {
    margin-top: 1rem; }

.contact_bottom {
  /*各ページ下部に入れる場合*/
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  padding: 1.5em 0; }
  .contact_bottom h3 {
    width: 80%;
    margin: 0.66em auto;
    font-family: tbudrgothic-std, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #483d3f;
    line-height: 1.66em;
    padding-bottom: .33em; }
    .contact_bottom h3 .icon {
      margin-right: .4rem;
      color: #df8e1e; }
  .contact_bottom .intro {
    width: 80%;
    margin: 0.66em auto;
    font-family: tbudrgothic-std, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #483d3f;
    line-height: 1.66em;
    padding: 0; }
    .contact_bottom .intro:after {
      padding-bottom: 1em; }
  .contact_bottom .privacy_text {
    width: 80%;
    margin: 0.66em auto;
    font-family: tbudrgothic-std, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #483d3f;
    line-height: 1.66em;
    padding: 0; }
    .contact_bottom .privacy_text a {
      font-family: tbudrgothic-std, sans-serif;
      color: #df8e1e;
      text-decoration: underline; }
    .contact_bottom .privacy_text .notice {
      display: block;
      color: #989788;
      font-size: .9em; }
      .contact_bottom .privacy_text .notice a {
        font-family: tbudrgothic-std, sans-serif;
        color: #df8e1e;
        text-decoration: underline; }
    .contact_bottom .privacy_text:after {
      padding-bottom: 2px; }

.contact_all {
  /*お問い合わせページの場合*/
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  padding: 1.5em 0; }
  .contact_all .cp_iptxt textarea {
    min-height: 10em; }

.cp_iptxt {
  position: relative;
  width: 80%;
  margin: 0.66em auto; }

.cp_iptxt input,
.cp_iptxt textarea {
  font: 15px/24px sans-serif;
  font-family: tbudrgothic-std, sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #d2dace;
  border-radius: 4px;
  outline: none; }

.cp_iptxt input:focus,
.cp_iptxt textarea:focus {
  border-color: rgba(223, 142, 30, 0.5);
  box-shadow: 0 0 5px 1px rgba(223, 142, 30, 0.33);
  outline: none; }

.cp_iptxt input {
  padding-left: 40px; }

.cp_iptxt textarea {
  padding: .66em 1em; }

.cp_iptxt i {
  position: absolute;
  top: 8px;
  left: 0;
  padding: .6em 1em;
  transition: 0.3s;
  color: #989788; }

.cp_iptxt input:focus + i {
  color: #d2dace; }

.sbmt_button_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1em 0; }

.privacy_text {
  width: 80%;
  margin: 0.66em auto;
  font-family: tbudrgothic-std, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  color: #483d3f;
  line-height: 1.66em;
  padding: 0 !important; }
  .privacy_text a {
    font-family: tbudrgothic-std, sans-serif;
    color: #df8e1e;
    text-decoration: underline; }
  .privacy_text .notice {
    display: block;
    color: #989788;
    font-size: .9em; }
    .privacy_text .notice a {
      font-family: tbudrgothic-std, sans-serif;
      color: #df8e1e;
      text-decoration: underline; }
  .privacy_text:after {
    padding-bottom: 2px !important; }

.modal_sbmt_button_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1em 0;
  flex-direction: column-reverse; }
  .modal_sbmt_button_box.field.is-grouped > .control:not(:last-child) {
    margin-right: 0; }
  .modal_sbmt_button_box.field.is-grouped > .control {
    margin-bottom: .75rem; }
  @media (min-width: 769px) {
    .modal_sbmt_button_box {
      flex-direction: row; }
      .modal_sbmt_button_box.field.is-grouped > .control:not(:last-child) {
        margin-right: .75rem;
        margin-bottom: 0; }
      .modal_sbmt_button_box.field.is-grouped > .control {
        margin-bottom: 0; } }
.sbmt_button {
  border-style: none;
  display: inline-block;
  font-size: 1rem;
  min-width: 240px;
  height: auto;
  text-align: center;
  text-decoration: none;
  padding: .66em;
  outline: none;
  background-color: #fff;
  border: 1px solid #df8e1e;
  color: #483d3f;
  font-family: fot-tsukubrdgothic-std, sans-serif; }
  .sbmt_button:hover {
    background-color: #df8e1e;
    border: 1px solid #df8e1e;
    color: #fbfffe; }
  .sbmt_button::before, .sbmt_button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }

.sbmt_button,
.sbmt_button::before,
.sbmt_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.sidebar {
  /*PCサイズの場合は余白狭く画像少し小さく*/ }
  .sidebar .appstore {
    background: rgba(235, 235, 217, 0.4);
    padding: 1rem;
    margin-bottom: 1rem; }
    .sidebar .appstore .icon {
      min-width: 56px;
      min-height: 56px;
      background: #ddd;
      margin: 0 .66em 1em 0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 0 5px rgba(199, 199, 199, 0.35); }
      .sidebar .appstore .icon img {
        object-fit: cover; }
    .sidebar .appstore h3 {
      font-size: 1rem;
      line-height: 1.1em;
      color: #483d3f;
      font-weight: 600; }
      .sidebar .appstore h3 .lead {
        font-size: 0.7rem;
        display: block;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 400;
        line-height: 1.6;
        padding-bottom: .5em; }
    .sidebar .appstore .app_badge_box {
      padding: 1.25em 0 .5em; }
  .sidebar .faq {
    padding: 1.33em; }
    .sidebar .faq a {
      display: flex;
      text-decoration: none;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .sidebar .faq a:hover {
        opacity: .60; }
    .sidebar .faq .faq_thumb {
      min-width: 96px;
      height: 96px;
      background: #eee;
      margin: 0 .66em 0 0; }
      .sidebar .faq .faq_thumb img {
        object-fit: cover; }
    .sidebar .faq h4 {
      font-size: .9rem;
      font-weight: 600;
      line-height: 1.33em;
      padding-bottom: .66em;
      color: #483d3f; }
      .sidebar .faq h4 .lead {
        color: #989788;
        font-size: 0.7rem;
        display: block;
        font-weight: 500;
        font-family: tbudrgothic-std, sans-serif; }
  .sidebar .mailmagazine {
    padding: 1.33em; }
    .sidebar .mailmagazine a {
      display: flex;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .sidebar .mailmagazine a:hover {
        opacity: .60; }
    .sidebar .mailmagazine .mailm_thumb {
      min-width: 96px;
      height: 96px;
      background: #eee;
      margin: 0 .66em 0 0; }
      .sidebar .mailmagazine .mailm_thumb img {
        object-fit: cover; }
    .sidebar .mailmagazine h4 {
      font-size: .9rem;
      font-weight: 600;
      line-height: 1.33em;
      padding-bottom: .66em;
      color: #483d3f;
      letter-spacing: -.01em; }
      .sidebar .mailmagazine h4 .lead {
        color: #989788;
        font-size: 0.7rem;
        display: block;
        font-weight: 500;
        font-family: tbudrgothic-std, sans-serif; }
  .sidebar .ranking {
    padding: 1.33em; }
    .sidebar .ranking h4 {
      font-size: 1rem;
      padding-bottom: 1em;
      color: #483d3f; }
      .sidebar .ranking h4.bold {
        font-weight: 600; }
    .sidebar .ranking ol li {
      display: block;
      padding-bottom: .66em; }
      .sidebar .ranking ol li:not(:first-of-type) {
        padding: .66em 0;
        border-top: 1px dotted #d2dace; }
      .sidebar .ranking ol li a {
        display: flex;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        .sidebar .ranking ol li a:hover {
          opacity: .60; }
      .sidebar .ranking ol li .rank_thumb {
        width: 80px;
        height: 80px;
        background: #eee;
        margin: 0 .66em 0 0;
        position: relative; }
        .sidebar .ranking ol li .rank_thumb::before {
          color: #fbfffe;
          font-family: 'Meie Script', cursive;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2.5rem;
          line-height: 0;
          position: absolute;
          width: 24px;
          height: 16px;
          z-index: 1; }
        .sidebar .ranking ol li .rank_thumb::after {
          background: rgba(0, 0, 0, 0.5);
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 24px;
          height: 24px; }
        .sidebar .ranking ol li .rank_thumb img {
          max-width: none;
          width: 80px;
          height: 80px;
          object-fit: cover; }
      .sidebar .ranking ol li:first-of-type .rank_thumb::before {
        content: "1"; }
      .sidebar .ranking ol li:nth-of-type(2) .rank_thumb::before {
        content: "2"; }
      .sidebar .ranking ol li:nth-of-type(3) .rank_thumb::before {
        content: "3"; }
      .sidebar .ranking ol li:nth-of-type(4) .rank_thumb::before {
        content: "4"; }
      .sidebar .ranking ol li:nth-of-type(5) .rank_thumb::before {
        content: "5"; }
      .sidebar .ranking ol li h5 {
        color: #483d3f;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.5; }
  .sidebar .thumb_set {
    display: flex;
    flex-direction: row; }
  .sidebar p {
    color: #483d3f;
    font-family: tbudrgothic-std, sans-serif;
    font-size: .75rem;
    line-height: 1.66em; }
  @media (min-width: 769px) {
    .sidebar .faq,
    .sidebar .mailmagazine,
    .sidebar .ranking {
      padding: .75rem 0rem; } }
  .sidebar .faq .faq_thumb,
  .sidebar .mailmagazine .mailm_thumb {
    min-width: 80px;
    height: 80px; }
  .sidebar .ranking ol li .rank_thumb {
    min-width: 80px;
    height: 80px;
    overflow: hidden; }

/*アプリのバッジ（汎用性持たせるために外だし）*/
.app_badge_box {
  padding: 1em 0 0; }
  .app_badge_box .ios {
    background: url(../img/dl_app_store_jp_135x40.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    height: 40px;
    min-width: 135px;
    text-align: left;
    text-indent: -9987em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    .app_badge_box .ios:hover {
      opacity: .6; }
  .app_badge_box .ios + .apk {
    margin-top: 10px; }
  .app_badge_box .apk {
    background: url(../img/dl_badge_google.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    height: 40px;
    min-width: 135px;
    text-align: left;
    text-indent: -9987em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
    .app_badge_box .apk:hover {
      opacity: .6; }

footer {
  background: rgba(210, 213, 206, 0.25);
  width: 100%;
  overflow: hidden; }
  footer nav, footer small {
    display: block; }
    @media (min-width: 769px) {
      footer nav, footer small {
        margin: 0 auto;
        /*中揃えして、*/
        max-width: 960px;
        /*幅はsketchで作った際の基準960pxまでにセット*/
        padding: 0 5vw;
        /*sketchで作った際の余白は64px(5vw)をセット = 1152px内にコンテンツが収まるようになる*/ } }
  footer small {
    color: #bebdb3;
    font-size: .7rem;
    text-align: center;
    padding: 2.5em 0; }
    @media (min-width: 769px) {
      footer small {
        font-size: .8rem;
        padding: 3.2em 0; } }
  footer nav {
    align-items: center;
    display: flex;
    font-size: .9rem;
    flex-direction: column;
    justify-content: center;
    padding: 2.5em 0 0; }
    @media (min-width: 769px) {
      footer nav {
        flex-direction: row;
        justify-content: space-around;
        align-items: stretch;
        padding: 2.5em 10px 0; }
        footer nav div {
          flex: 1; } }
    footer nav .footer_logo {
      background: url(../img/logo.svg) no-repeat;
      background-size: contain;
      background-position: center center;
      display: block;
      height: 33px;
      min-width: 50vw;
      text-align: left;
      text-indent: -9987em;
      margin-bottom: 2em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      @media (min-width: 769px) {
        footer nav .footer_logo {
          min-width: 157px;
          background-position: left top; } }
      footer nav .footer_logo:hover {
        opacity: .6; }
    footer nav .footer_link_box {
      width: 100%; }
      footer nav .footer_link_box .footer_menu {
        align-items: center;
        display: flex;
        font-size: .9rem;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%; }
        @media (min-width: 769px) {
          footer nav .footer_link_box .footer_menu {
            flex-direction: column;
            flex-wrap: nowrap; } }
        footer nav .footer_link_box .footer_menu li {
          border-top: 1px solid rgba(210, 213, 206, 0.5);
          box-sizing: border-box;
          padding: 1em 0;
          text-align: center;
          flex-basis: 50%;
          width: 100%; }
          @media (min-width: 769px) {
            footer nav .footer_link_box .footer_menu li {
              border: 0 none;
              text-align: left;
              padding: .8em 0; } }
          footer nav .footer_link_box .footer_menu li.menu_blank {
            background: rgba(210, 213, 206, 0.5); }
            @media (min-width: 769px) {
              footer nav .footer_link_box .footer_menu li.menu_blank {
                display: none; } }
          footer nav .footer_link_box .footer_menu li:nth-child(odd) {
            border-right: 1px solid rgba(210, 213, 206, 0.5); }
            @media (min-width: 769px) {
              footer nav .footer_link_box .footer_menu li:nth-child(odd) {
                border: 0 none; } }
          footer nav .footer_link_box .footer_menu li a {
            color: #483d3f;
            text-decoration: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all  0.3s ease; }
            footer nav .footer_link_box .footer_menu li a:hover {
              color: #989788; }
    footer nav .footer_sns_link_box {
      border-top: 1px solid rgba(210, 213, 206, 0.5);
      padding: 2em 0 0;
      width: 100%; }
      @media (min-width: 769px) {
        footer nav .footer_sns_link_box {
          border: 0 none;
          padding-top: 0; } }
      footer nav .footer_sns_link_box .footer_sns_menu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin: 0 auto;
        align-items: center;
        width: 80%; }
        @media (min-width: 769px) {
          footer nav .footer_sns_link_box .footer_sns_menu {
            width: 100%; } }
      footer nav .footer_sns_link_box a {
        display: block;
        height: 32px;
        width: 32px;
        text-align: left;
        text-indent: -9987em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        footer nav .footer_sns_link_box a.facebook {
          background: url(../img/footer_icon_facebook.png) no-repeat;
          background-size: contain;
          background-position: center center; }
        footer nav .footer_sns_link_box a.twitter {
          background: url(../img/footer_icon_twitter.png) no-repeat;
          background-size: contain;
          background-position: center center; }
        footer nav .footer_sns_link_box a.note {
          background: url(../img/footer_icon_note.png) no-repeat;
          background-size: contain;
          background-position: center center; }
        footer nav .footer_sns_link_box a.instagram {
          background: url(../img/footer_icon_instagram.png) no-repeat;
          background-size: contain;
          background-position: center center; }
        footer nav .footer_sns_link_box a.line {
          background: url(../img/footer_icon_line.png) no-repeat;
          background-size: contain;
          background-position: center center; }
        footer nav .footer_sns_link_box a:hover {
          opacity: .5; }

.faq_box {
  font-family: tbudrgothic-std, sans-serif;
  font-size: .875rem;
  line-height: 1.66em; }
  .faq_box dl:last-of-type {
    padding-bottom: 2rem; }
  .faq_box dt {
    padding: .66em;
    border-bottom: 1px dotted #d2dace;
    display: flex;
    cursor: pointer; }
    .faq_box dt:before {
      color: #989788;
      content: "Q.";
      display: block;
      margin-right: .33em; }
    .faq_box dt .toggle {
      color: #df8e1e;
      margin-left: auto; }
  .faq_box dd {
    background: rgba(235, 235, 217, 0.4);
    padding: 1em 1.2em;
    display: none;
    margin-left: 0; }
    .faq_box dd.open {
      display: flex; }
    .faq_box dd a {
      font-family: tbudrgothic-std, sans-serif;
      text-decoration: underline; }
    .faq_box dd:before {
      color: #989788;
      content: "A.";
      display: block;
      margin-right: .33em; }

.clinic_list thead th {
  font-weight: 600;
  font-size: .75rem;
  padding-bottom: .75rem;
  text-align: center !important; }

.clinic_list tr td {
  padding-top: .75rem;
  padding-bottom: .75rem;
  vertical-align: middle;
  text-align: center; }
  .clinic_list tr td:first-of-type {
    text-align: left; }

.clinic_list h6 {
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem; }

.clinic_list .post_number {
  padding-right: .5rem; }

/*↑廃止？*/
.step_wrap {
  padding: 0 1.2em; }
  .step_wrap::after {
    content: "";
    display: block;
    padding-bottom: 1.66em; }
  .step_wrap .step_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d2dace;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .step_wrap .step_flex .step_icon {
      align-self: stretch;
      flex-basis: 30%;
      background-color: rgba(235, 235, 217, 0.4);
      display: flex;
      justify-content: center;
      align-items: center; }
      .step_wrap .step_flex .step_icon img {
        max-width: 106px; }
    .step_wrap .step_flex .step_text {
      padding: 1em;
      flex-basis: 70%; }
      .step_wrap .step_flex .step_text h5 {
        margin-bottom: 0;
        line-height: 1.33;
        font-feature-settings: "palt";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: .02em; }
      .step_wrap .step_flex .step_text p {
        margin: 0 !important;
        margin-top: .3em !important;
        padding: 0;
        line-height: 1.4; }
        .step_wrap .step_flex .step_text p::after {
          display: none; }
  .step_wrap .step_next {
    text-align: center;
    margin: .5em auto;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 0 12px;
    border-color: #eed2b1 transparent transparent transparent; }

/*
	page_preg_all : 
	
	妊活希望の方へ(preg_intro)
	妊活をはじめたばかりの方へ(preg_beginner)
	年齢や卵子の質が気になる方へ(preg_age_and_egg)
	多嚢胞性卵巣症候群の方へ(preg_pcos)
	排卵障害の方へ(preg_ovulation_disorder)
	着床障害、習慣性流産（不育症）の方へ(preg_implantation_disorder)
	生理痛、生理不順や生理不調が気になる方へ(preg_menstrual_irregularities)
	男性不妊の方へ(preg_male_infertility)
	
	のページで使用するスタイル全般
*/
.intro_image {
  margin-left: 1rem;
  margin-bottom: 1rem;
  float: none !important; }
  @media (min-width: 769px) {
    .intro_image {
      float: right !important; } }
.intro_case_card {
  height: 100%; }
  .intro_case_card .card-content {
    display: flex;
    justify-content: center;
    align-items: center; }
    .intro_case_card .card-content h5 {
      margin-bottom: 0; }

.corporate_outline th, .corporate_outline td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  vertical-align: middle !important;
  font-size: .875rem;
  line-height: 1.6;
  font-weight: 400;
  border: 1px solid rgba(235, 235, 217, 0.4) !important;
  border-width: 0 0 1px !important; }
  .corporate_outline th iframe, .corporate_outline td iframe {
    margin-top: 1rem; }
  .corporate_outline th ul, .corporate_outline td ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0; }
    .corporate_outline th ul li, .corporate_outline td ul li {
      font-weight: 400;
      font-size: .875rem !important; }

.corporate_outline th {
  color: #989788 !important; }

.corporate_outline td {
  color: #483d3f !important; }

.corporate_outline tbody tr:not(.is-selected):nth-child(even) {
  background-color: rgba(235, 235, 217, 0.2) !important; }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.page_top_visual {
  width: 100%;
  height: 268px;
  overflow: hidden;
  position: relative; }
  .page_top_visual img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover; }

.color_box_rosewood.management_philosophy {
  padding: 2rem; }
  .color_box_rosewood.management_philosophy ul {
    margin: 0;
    list-style-type: decimal; }
    .color_box_rosewood.management_philosophy ul li:not(:first-of-type) {
      margin-top: 1rem; }

.message_ceo {
  padding-bottom: 1.66em; }
  .message_ceo .ceo_photo_box {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 220px;
    margin-right: 1.2em;
    margin-left: 1.2em;
    margin-bottom: 1.2em;
    margin-top: .5em;
    float: none !important; }
    @media (min-width: 769px) {
      .message_ceo .ceo_photo_box {
        float: right !important; } }
    .message_ceo .ceo_photo_box img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      object-fit: cover; }

.suppli_merits {
  margin-left: 0 !important;
  margin-top: 0 !important; }
  .suppli_merits .icon_circle {
    width: 80px;
    height: 80px;
    background-color: #ec9011;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: 700; }
    .suppli_merits .icon_circle i {
      color: #fbfffe;
      font-size: 32px; }
  .suppli_merits li h3 {
    text-indent: 0;
    padding: 0 0;
    line-height: 1.4; }
  .suppli_merits li p {
    text-indent: 0;
    padding: 0 0;
    line-height: 1.7; }

img.supli_img {
  width: 226px;
  margin: 0 1rem .5rem 1rem; }

.ec_link_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid #d2dace;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  .ec_link_box .ec_image {
    flex: 1; }
    .ec_link_box .ec_image img {
      max-width: 192px;
      height: auto; }
  @media (min-width: 769px) {
    .ec_link_box {
      flex-direction: row; } }
  .ec_link_box .ec_texts {
    flex: 2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ec_link_box .ec_texts h3 {
      margin-top: .5rem;
      margin-bottom: .5rem; }

.cstudy_outline {
  max-width: 480px;
  margin-right: 1.4em; }
  .cstudy_outline th, .cstudy_outline td {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    vertical-align: middle !important;
    font-size: .8rem;
    line-height: 1.6;
    font-weight: 400;
    border: 1px solid rgba(235, 235, 217, 0.4) !important;
    border-width: 0 0 1px !important; }
    .cstudy_outline th iframe, .cstudy_outline td iframe {
      margin-top: 1rem; }
    .cstudy_outline th ul, .cstudy_outline td ul {
      list-style: none;
      margin-left: 0;
      margin-top: 0; }
      .cstudy_outline th ul li, .cstudy_outline td ul li {
        font-weight: 400;
        font-size: .875rem !important; }
  .cstudy_outline th {
    color: #989788 !important;
    white-space: pre; }
  .cstudy_outline td {
    color: #483d3f !important; }
  .cstudy_outline tbody tr:not(.is-selected):nth-child(even) {
    background-color: rgba(235, 235, 217, 0.2) !important; }

@media (min-width: 769px) {
  .customer_voice {
    padding: 0 1.5em !important; } }

@media (min-width: 769px) {
  .our_voice {
    padding: 1.25em .25em; } }

.divider.casestudy {
  background-color: #d2dace !important;
  height: 1px;
  margin: 2rem 0; }

.cstudy_title {
  color: #483d3f;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: .66em;
  margin-bottom: 1em;
  position: relative;
  line-height: 1.6 !important;
  padding: 0.25em 1em;
  display: inline-block; }

.cstudy_title:before, .cstudy_title:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block; }

.cstudy_title:before {
  border-left: solid 1px #d2dace;
  border-top: solid 1px #d2dace;
  top: 0;
  left: 0; }

.cstudy_title:after {
  border-right: solid 1px #d2dace;
  border-bottom: solid 1px #d2dace;
  bottom: 0;
  right: 0; }

.smallheading.cstudy {
  font-size: 1rem !important;
  padding-left: 1.5em; }

.cases {
  padding-top: 1.5rem; }
  .cases:first-of-type {
    padding-top: 1rem 2rem; }

.cs_index_box {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #d2dace;
  padding: 2rem; }

.cs_index_flex {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  border-bottom: 1px dotted #d2dace;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
  .cs_index_flex:last-of-type {
    border-bottom: 0 none; }
  @media (min-width: 769px) {
    .cs_index_flex {
      flex-direction: row;
      align-items: center; } }
  .cs_index_flex:hover, .cs_index_flex:active {
    opacity: .5; }
  .cs_index_flex .cs_index_ico {
    flex: 1;
    /*
		img {
			width: 44px;
			height: 44px;
		}
		*/ }
    .cs_index_flex .cs_index_ico .image {
      margin-left: 1rem;
      margin-right: 0; }
    .cs_index_flex .cs_index_ico .is-32x32 {
      margin: 0 auto .5rem; }
      .cs_index_flex .cs_index_ico .is-32x32 img {
        width: 32px;
        height: 32px; }
      @media (min-width: 769px) {
        .cs_index_flex .cs_index_ico .is-32x32 {
          margin: auto; } }
  .cs_index_flex .cs_index_age {
    font-family: tbudrgothic-std, sans-serif;
    color: #483d3f;
    font-size: .8rem;
    line-height: 1.6;
    padding: 0 .5rem;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .02em; }
  .cs_index_flex .cs_index_sym {
    flex: 7;
    font-family: tbudrgothic-std, sans-serif;
    color: #483d3f;
    font-size: .875rem;
    line-height: 1.6;
    margin-right: auto;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .02em;
    padding: 0 .5rem; }

/*外部リンク集*/
.content ul.outpatient_link_list {
  margin-left: 0;
  margin-top: 0; }
  .content ul.outpatient_link_list li {
    margin-bottom: .66em; }
    .content ul.outpatient_link_list li a {
      color: #483d3f;
      text-decoration: underline;
      margin-right: .5em; }

/*wordpress用*/
.column_post time {
  font-family: tbudrgothic-std, sans-serif; }

.column_post .figure.image.is-2by1, .column_post .figure.image.is-3by1 {
  width: 100%;
  overflow: hidden;
  position: relative; }

.column_post .figure.image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.column_post .column_categories .tag.categories {
  background-color: rgba(223, 142, 30, 0.12); }
  .column_post .column_categories .tag.categories a {
    color: #df8e1e; }

.column_post_bottom {
  padding: 2rem 0 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media (min-width: 769px) {
    .column_post_bottom {
      padding-left: 4rem;
      padding-right: 4rem; } }
  .column_post_bottom .page-numbers.current {
    /*今のページ（リンクなしの場合）*/
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-size: .825rem;
    box-sizing: border-box;
    display: block;
    padding: 0 1em;
    color: #483d3f;
    text-align: center; }
  .column_post_bottom a {
    box-sizing: border-box;
    display: block;
    padding: 0 1em;
    color: #483d3f;
    text-decoration: none;
    font-size: .825rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border: 1px solid #d2dace;
    padding: .66em 1.0em;
    text-align: center; }
    .column_post_bottom a .icon {
      color: #483d3f; }
    .column_post_bottom a:hover {
      background-color: #df8e1e;
      border-color: #df8e1e;
      color: #fbfffe; }
      .column_post_bottom a:hover .icon {
        color: #fbfffe; }
  .column_post_bottom .navigation.pagination {
    width: 100%; }
    .column_post_bottom .navigation.pagination .nav-links {
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center; }

.yarpp-thumbnails-horizontal {
  display: flex;
  flex-direction: column; }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    flex: 12;
    flex-grow: 12;
    width: 100% !important;
    display: flex !important;
    align-items: center; }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
      flex-basis: 120px;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail span.yarpp-thumbnail-title {
      display: block;
      width: 100%;
      color: #483d3f; }
  @media (min-width: 769px) {
    .yarpp-thumbnails-horizontal {
      flex-direction: row; }
      .yarpp-thumbnails-horizontal .yarpp-thumbnail {
        flex: 1;
        flex-grow: 1;
        flex-direction: column !important;
        align-items: flex-start; }
        .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
          flex-basis: auto;
          width: 100%;
          max-height: 85px;
          object-fit: cover;
          margin: 0 auto; }
        .yarpp-thumbnails-horizontal .yarpp-thumbnail span.yarpp-thumbnail-title {
          display: block;
          width: calc(100% - .5rem);
          color: #483d3f;
          margin-top: 1.5rem;
          font-size: .85rem;
          padding: 0 .25rem; } }
/*一番強く効いて欲しいので最下部*/
/*マージンのカスタマイズ（上下左右のマージンを0にする）*/
.no_margin_top {
  margin-top: 0; }

.no_margin_bottom {
  margin-bottom: 0; }

.no_margin_left {
  margin-left: 0; }

.no_margin_right {
  margin-right: 0; }

/*画像の下の文章（タイトル／コンテンツ）の場合は、マージンを多めに取って落ち着かせる*/
.from_image_to {
  margin-top: 1rem !important; }
  @media (min-width: 769px) {
    .from_image_to {
      /*PCの場合は広げる必要なし*/
      margin-top: 0 !important; } }
/*反対に、文章（タイトル／コンテンツ）の場合は、マージン、パディングが多いので無くす*/
.to_image {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.vertical_margin {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.horizontal_margin {
  margin-left: 1rem;
  margin-right: 1rem; }

/*参考資料、引用などのリンク*/
.source_link {
  display: block;
  font-size: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #989788; }

/*画像とキャプションの配置*/
p.content + figure {
  margin-top: 0 !important; }

figure.image_align_left {
  text-align: left; }

figure .caption {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-family: tbudrgothic-std, sans-serif; }
  figure .caption.bottom_caption {
    margin-top: 1rem; }

/* mobile broken */
.none_mob {
  display: none; }
  @media (min-width: 769px) {
    .none_mob {
      display: block; } }
