@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #4D4D4D;
  font-family: YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

input, textarea, button {
  font-family: YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

a {
  color: #4d4d4d; }

img {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 960px) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none; } }

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none; } }
@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block; } }
@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none; } }

@media screen and (min-width: 768px) {
  .media-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .media-SP {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

/* =========================================================
基本余白（むやみに余白の種類を増やさないように）
========================================================= */
.mt0 {
  margin-top: 0 !important; }

.mt-2 {
  margin-top: 40px !important; }
  .mt-2-p {
    margin-top: 35px !important; }
  @media screen and (max-width: 959px) {
    .mt-2 {
      margin-top: 30px !important; }
      .mt-2-p {
        margin-top: 25px !important; } }

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold; }
span.accent {
  color: #FF860D; }
span.underline {
  text-decoration: underline; }
span.numblock {
  display: block;
  background: white;
  color: #FF860D;
  border: 2px solid #FF860D;
  border-radius: 5px;
  width: 120px;
  margin: 0 auto 10px;
  font-size: 14px; }
  @media screen and (max-width: 959px) {
    span.numblock {
      font-size: 10px;
      text-align: center;
      border: 1px solid #ff860d;
      width: 100px; } }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }
  @media screen and (max-width: 959px) {
    p.center {
      text-align: left !important; } }
p.border {
  padding-top: 30px;
  border-top: 1px dotted #DDDDDD; }
p.large {
  font-size: 1.3rem !important; }

.block {
  padding: 50px;
  margin-top: 50px;
  background: #F8F2EC;
  border-radius: 10px; }
  .block h3 {
    font: bold 20px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-bottom: 20px; }
    .block h3 span {
      color: #FF860D; }
  @media screen and (max-width: 959px) {
    .block {
      padding: 40px 20px; }
      .block h3 {
        font-size: 16px; } }

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 850px;
  margin: 0 auto; }
  .buttons.mono {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 959px) {
    .buttons {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .buttons .button {
    max-width: 400px;
    width: calc(50% - 25px); }
    @media screen and (max-width: 959px) {
      .buttons .button {
        width: 100%; }
        .buttons .button + .button {
          margin-top: 20px; } }
  .buttons .button a {
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    background: white;
    border: 2px solid #FF860D;
    border-radius: 27.5px;
    text-decoration: none;
    color: #FF860D;
    padding-top: 16px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease; }
    .buttons .button a img {
      margin-right: 5px;
      vertical-align: -9px; }
    .buttons .button a:hover {
      background: #FF860D;
      color: white; }
    @media screen and (max-width: 959px) {
      .buttons .button a {
        height: 40px;
        max-width: 400px;
        margin: 0 auto;
        font-size: 14px;
        padding-top: 10px; } }

.table {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .table tr {
    border-top: 1px solid #c5c5c5; }
    .table tr:first-child {
      border: none; }
    .table tr th {
      width: 200px;
      font-size: 16px;
      line-height: 1.875em;
      padding: 1.25em 1.1875em 0.9375em;
      font-weight: bold;
      text-align: left; }
    .table tr td {
      font-size: 15px;
      line-height: 2em;
      width: 500px;
      position: relative;
      padding: 1.33333em 2em 1em; }
      .table tr td span.bold {
        display: block; }
    .table tr td:before {
      content: '';
      display: block;
      position: absolute;
      top: 1.33333em;
      left: 0;
      bottom: 0;
      height: calc(100% - 2.33333em);
      border-right: 1px solid #c5c5c5; }
  @media screen and (max-width: 959px) {
    .table tr th {
      background: #F4F5F7; }
    .table tr th, .table tr td {
      display: block;
      width: 100%;
      font-size: 14px; }
    .table tr td {
      padding-left: 1.1875em; }
      .table tr td:before {
        display: none; } }

/* =========================================================
	core comprnent
========================================================= */
.article {
  position: relative; }
  .article.colored {
    padding: 100px 0 110px;
    background: #F8F2EC; }
    @media screen and (max-width: 959px) {
      .article.colored {
        padding: 40px 0; } }
    .article.colored-w {
      padding: 100px 0;
      background: white; }
      @media screen and (max-width: 959px) {
        .article.colored-w {
          padding: 40px 0; } }
  .article__title {
    text-align: center;
    padding: 0 15px; }
    .article__title h2 {
      font: normal 28px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1.6;
      color: #4D4D4D; }
      .article__title h2 span {
        display: block;
        margin-top: 10px;
        font: normal 16px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #FF860D; }
      @media screen and (max-width: 959px) {
        .article__title h2 {
          font-size: 16px; }
          .article__title h2 span {
            font-size: 8px; } }
    .article__title + .article__main {
      margin-top: 50px; }
      @media screen and (max-width: 959px) {
        .article__title + .article__main {
          margin-top: 25px; } }
  .article__main {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto; }

body:not(#home-page) .article__main p + table,
body:not(#home-page) .article__main table + p,
body:not(#home-page) .article__main p + ul,
body:not(#home-page) .article__main ul + p,
body:not(#home-page) .article__main p + p {
  margin-top: 30px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article__main p + table,
    body:not(#home-page) .article__main table + p,
    body:not(#home-page) .article__main p + ul,
    body:not(#home-page) .article__main ul + p,
    body:not(#home-page) .article__main p + p {
      margin-top: 15px; } }
body:not(#home-page) .article__main p {
  font: normal 16px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: .05em; }
  body:not(#home-page) .article__main p.center {
    text-align: center; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .article__main p {
      font-size: 14px; }
      body:not(#home-page) .article__main p:not(.br) br {
        display: none; } }
body:not(#home-page) .article__main strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE7B5));
  background: linear-gradient(transparent 70%, #FFE7B5 70%); }

/* =========================================================
	common comprnent
========================================================= */
ul.list li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  ul.list li:last-child {
    margin-bottom: 0; }
  ul.list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #FFAE0D; }
  @media screen and (max-width: 959px) {
    ul.list li {
      font-size: 14px; }
      ul.list li:before {
        top: 11px; } }

.list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -50px; }
  @media screen and (max-width: 767px) {
    .list-post {
      margin-bottom: -30px; } }
  .list-post__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .list-post__item {
        margin-bottom: 30px; } }
    .list-post__item .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .list-post__item .item__thumbnail {
        position: relative;
        width: 240px;
        height: 240px;
        border-radius: 50%;
        overflow: hidden;
        background: #F8F2EC; }
        @media screen and (max-width: 767px) {
          .list-post__item .item__thumbnail {
            width: 110px;
            height: 110px; } }
        .list-post__item .item__thumbnail img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .list-post__item .item__postinfo {
        position: relative;
        width: calc(100% - 270px); }
        @media screen and (max-width: 767px) {
          .list-post__item .item__postinfo {
            width: calc(100% - 120px); } }
      .list-post__item .item__category {
        display: inline-block;
        width: 110px;
        height: 22px;
        border-radius: 3px;
        padding-top: 4px;
        font: bold 12px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: white;
        text-align: center; }
        .list-post__item .item__category.other {
          background-color: #666; }
        .list-post__item .item__category.blog {
          background-color: #FF860D; }
        .list-post__item .item__category.column {
          background-color: #FFAE0D; }
      .list-post__item .item__date {
        margin: 0 10px;
        font-size: 12px !important; }
      .list-post__item .item__title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
        margin: 16px 0; }
        @media screen and (max-width: 767px) {
          .list-post__item .item__title {
            margin: 12px 0;
            font-size: 14px !important; } }
      .list-post__item .item__intro {
        padding: 10px;
        background: #F8F2EC;
        font-size: 14px !important;
        border-radius: 5px; }
        @media screen and (max-width: 767px) {
          .list-post__item .item__intro {
            font-size: 12px !important;
            line-height: 1.6 !important; } }
    .list-post__item .btn {
      margin-top: 20px;
      text-align: left; }
      .list-post__item .btn a {
        text-align: center; }
      @media screen and (max-width: 767px) {
        .list-post__item .btn {
          position: relative;
          top: 0;
          right: 0; }
          .list-post__item .btn a {
            width: 100%; } }
.list-price > li {
  border-top: 1px solid #DDDDDD; }
  .list-price > li .parent dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .list-price > li .parent dl dt, .list-price > li .parent dl dd {
      padding: 10px 20px; }
    .list-price > li .parent dl dt {
      position: relative;
      background: #F8F2EC;
      width: calc(100% - 130px);
      -webkit-transition: all .15s ease;
      transition: all .15s ease; }
      .list-price > li .parent dl dt:before {
        content: "+";
        display: block;
        position: absolute;
        top: 8px;
        right: 9px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #FFAE0D;
        text-align: center;
        color: white;
        font-weight: bold;
        padding-left: 0px;
        -webkit-transition: all .15s ease;
        transition: all .15s ease; }
      @media screen and (max-width: 959px) {
        .list-price > li .parent dl dt {
          padding: 10px 20px 10px 10px;
          width: calc(100% - 80px); } }
    .list-price > li .parent dl dd {
      width: 130px;
      background: white; }
      .list-price > li .parent dl dd .come {
        font-size: .7em;
        color: red;
        vertical-align: 4px; }
      @media screen and (max-width: 959px) {
        .list-price > li .parent dl dd {
          width: 80px;
          padding: 10px 5px;
          font-size: 13px; } }
  .list-price > li .parent.on dl dt {
    background: #FF860D;
    color: white; }
    .list-price > li .parent.on dl dt:before {
      content: "-";
      background: white;
      color: #FF860D; }
  .list-price > li .parent.nochild dl dt:before {
    content: none; }
  .list-price > li .parent.nochild.on dl dt {
    background: #F8F2EC;
    color: #4D4D4D; }
    .list-price > li .parent.nochild.on dl dt:before {
      content: none; }
  .list-price > li .child {
    display: none;
    padding: 20px;
    border-top: 1px solid #DDDDDD; }
    @media screen and (max-width: 959px) {
      .list-price > li .child {
        padding: 10px; } }
    .list-price > li .child .stars {
      width: 100%; }
      @media screen and (max-width: 959px) {
        .list-price > li .child .stars {
          margin-top: 10px; } }
      .list-price > li .child .stars dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #DDDDDD; }
        .list-price > li .child .stars dl:last-child {
          border-bottom: 1px solid #DDDDDD; }
        .list-price > li .child .stars dl dd, .list-price > li .child .stars dl dt {
          padding: 5px 10px;
          font-size: 14px; }
        .list-price > li .child .stars dl dt {
          background: #F8F2EC;
          width: 90px; }
        .list-price > li .child .stars dl dd {
          width: calc(100% - 90px); }
    .list-price > li .child p {
      font-size: 14px !important;
      margin-top: 15px;
      line-height: 1.6 !important; }
      @media screen and (max-width: 959px) {
        .list-price > li .child p {
          margin-top: 5px; } }
      .list-price > li .child p.come {
        margin-top: 5px !important;
        font-size: 0.8em !important;
        color: #FF860D; }
  .list-price > li:last-child {
    border-bottom: 1px solid #DDDDDD; }
.list-priceCAT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .list-priceCAT > li {
    width: calc(50% - 50px);
    margin-bottom: 50px; }
    .list-priceCAT > li h3 {
      margin-bottom: 20px;
      color: #FF860D;
      font-weight: bold; }
      .list-priceCAT > li h3 span {
        font-size: 14px;
        padding: 5px 10px;
        margin-left: 10px;
        background: #FF860D;
        border-radius: 3px;
        color: white; }
  @media screen and (max-width: 959px) {
    .list-priceCAT > li {
      width: 100%;
      margin-bottom: 30px; } }
.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-info li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #DDDDDD; }
    .list-info li a {
      text-decoration: none; }
      .list-info li a:hover, .list-info li a:hover .title {
        text-decoration: underline; }
    .list-info li .date {
      font: normal 16px/1.6 "Roboto", serif; }
    .list-info li .title {
      display: inline-block;
      margin-left: 30px;
      font: normal 16px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 767px) {
        .list-info li .title {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
  @media screen and (max-width: 959px) {
    .list-info li {
      padding: 15px 0; }
      .list-info li .date {
        font-size: 10px; }
      .list-info li .title {
        font-size: 14px;
        margin-top: 0; } }
.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px; }
  @media screen and (max-width: 959px) {
    .list-menu {
      margin-bottom: -20px; } }
  .list-menu__item {
    width: 132px;
    margin-bottom: 50px; }
    .list-menu__item a {
      display: block;
      text-decoration: none;
      text-align: center;
      letter-spacing: .05em; }
      .list-menu__item a p.small {
        margin-top: 8px;
        font: normal 12px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
        text-align: left;
        letter-spacing: 9; }
    .list-menu__item .icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 120px;
      width: 120px;
      margin: 0 auto 10px;
      background-image: url(/images/index/menu-base.png);
      background-size: cover;
      background-position: center; }
      .list-menu__item .icon img {
        width: 46%; }
    .list-menu__item a:hover {
      opacity: .6; }
    .list-menu__item + .list-menu__item {
      margin-left: 41px; }
    .list-menu__item:nth-child(7) {
      margin-left: 0; }
    @media screen and (max-width: 959px) {
      .list-menu__item {
        width: 162px;
        margin-bottom: 20px; }
        .list-menu__item a {
          font-size: 14px; }
        .list-menu__item .icon {
          width: 100%;
          height: 162px; }
        .list-menu__item + .list-menu__item {
          margin-left: 0; }
        .list-menu__item:nth-child(even) {
          margin-left: 20px; } }
.list-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px; }
  @media screen and (max-width: 959px) {
    .list-about {
      margin-bottom: -20px; } }
  .list-about__item {
    width: calc((100% - 100px)/3);
    margin-bottom: 50px; }
    .list-about__item a {
      display: block;
      text-decoration: none; }
      .list-about__item a:hover {
        opacity: .6; }
    .list-about__item .thumbnail {
      border-radius: 10px;
      border: 2px solid #FF860D;
      overflow: hidden; }
      .list-about__item .thumbnail img {
        vertical-align: bottom; }
    .list-about__item p {
      text-align: center;
      margin-top: 20px;
      line-height: 1; }
    @media screen and (max-width: 959px) {
      .list-about__item {
        width: calc((100% - 15px)/2);
        margin-bottom: 20px; }
        .list-about__item .thumbnail {
          border-radius: 0; }
        .list-about__item p {
          margin-top: 10px; } }
.list-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-blog li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #DDDDDD; }
    .list-blog li a {
      text-decoration: none; }
      .list-blog li a:hover, .list-blog li a:hover .title {
        text-decoration: underline; }
    .list-blog li .date {
      font: normal 16px/1.6 "Roboto", serif; }
    .list-blog li .title {
      display: inline-block;
      margin-left: 30px;
      font: normal 16px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media screen and (max-width: 767px) {
        .list-blog li .title {
          display: block;
          margin-left: 0;
          margin-top: 10px; } }
    .list-blog li .category {
      display: inline-block;
      height: 28px;
      width: 100px;
      margin-left: 30px;
      padding-top: 4px;
      font: bold 14px/1.6 "Roboto", serif;
      color: white;
      background-color: #FFAE0D;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .list-blog li .category {
          margin-left: 10px; } }
  .list-blog li .category {
    width: 110px;
    height: 22px;
    font: normal 12px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 3px; }
    .list-blog li .category.other {
      background-color: #666; }
    .list-blog li .category.blog {
      background-color: #FF860D; }
    .list-blog li .category.column {
      background-color: #FFAE0D; }
  @media screen and (max-width: 959px) {
    .list-blog li {
      padding: 15px 0; }
      .list-blog li .date {
        font-size: 10px; }
      .list-blog li .category {
        font-size: 10px;
        width: 75px !important;
        height: 15px !important;
        border-radius: 0;
        padding-top: 3px; }
      .list-blog li .title {
        font-size: 14px;
        margin-top: 0; } }
.list-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .list-recruit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc((100% - 40px)/3);
    height: 125px;
    background: #F8F2EC;
    border: 2px solid #E5E5E5; }
    @media screen and (max-width: 959px) {
      .list-recruit__item {
        height: 90px; } }
    .list-recruit__item a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-decoration: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 15px; }
      .list-recruit__item a:hover {
        opacity: .6; }
    .list-recruit__item p span {
      display: block;
      font: normal 10px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #FF860D;
      margin-top: 10px; }
    .list-recruit__item .img {
      position: relative;
      width: 135px;
      height: 100%;
      overflow: hidden; }
      .list-recruit__item .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 142%;
        min-height: 100%; }
      @media screen and (max-width: 959px) {
        .list-recruit__item .img {
          width: 140px; }
          .list-recruit__item .img img {
            max-width: 102%; } }
  @media screen and (max-width: 959px) {
    .list-recruit {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .list-recruit__item {
        width: 100%; }
        .list-recruit__item + .list-recruit__item {
          margin-top: 10px; } }
.list-feature-slide {
  position: relative;
  margin-top: 30px; }
  .list-feature-slide__item {
    width: calc(50% - 25px); }
    .list-feature-slide__item.wide {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .list-feature-slide__item {
        padding: 20px 30px 0; } }
  .list-feature-slide .head {
    position: relative;
    margin-bottom: 20px; }
    .list-feature-slide .head:after, .list-feature-slide .head:before {
      content: "";
      display: block;
      position: absolute;
      top: 15px;
      width: calc(50% - 30px);
      height: 2px;
      background: rgba(255, 134, 13, 0.3); }
    .list-feature-slide .head:after {
      right: 0; }
    .list-feature-slide .head h3 {
      font: normal 16px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #FF860D;
      text-align: center; }
    .list-feature-slide .head span.num {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 30px;
      height: 30px;
      border-radius: 25px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      color: #FF860D;
      text-align: center;
      margin: 0 auto 20px;
      border: 2px solid #FF860D; }
  .list-feature-slide.whitecard .list-feature-slide__item {
    background: white;
    padding: 30px;
    border-radius: 10px; }
  .list-feature-slide .slick-slide {
    outline: none; }
  .list-feature-slide .slick-arrow {
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #FF860D;
    border-radius: 15px;
    position: absolute;
    top: 100px;
    z-index: 1; }
    .list-feature-slide .slick-arrow:before {
      display: block;
      content: url(/svg/arrow-w.svg);
      width: 10px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .list-feature-slide .slick-prev {
    left: -10px; }
    .list-feature-slide .slick-prev:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .list-feature-slide .slick-next {
    right: -10px; }
.list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px; }
  .list-feature__item {
    width: calc(50% - 25px);
    margin-bottom: 50px; }
    .list-feature__item.wide {
      width: 100%; }
  .list-feature .head {
    position: relative;
    margin-bottom: 50px; }
    .list-feature .head:after, .list-feature .head:before {
      content: "";
      display: block;
      position: absolute;
      top: 25px;
      width: calc(50% - 80px);
      height: 2px;
      background: rgba(255, 134, 13, 0.3); }
    .list-feature .head:after {
      right: 0; }
    .list-feature .head h3 {
      font: normal 20px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #FF860D;
      text-align: center; }
    .list-feature .head span.num {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 27px;
      color: #FF860D;
      text-align: center;
      margin: 0 auto 20px;
      border: 2px solid #FF860D; }
  .list-feature.whitecard .list-feature__item {
    background: white;
    padding: 60px 30px;
    border-radius: 10px; }
.list-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -50px; }
  .list-staff__item {
    width: calc((100% - 100px)/3);
    margin-bottom: 50px; }
    @media screen and (min-width: 960px) {
      .list-staff__item {
        margin-right: 50px; }
        .list-staff__item:nth-child(3n) {
          margin-right: 0; } }
    .list-staff__item .img {
      text-align: center; }
      .list-staff__item .img img {
        max-width: 240px; }
      @media screen and (min-width: 960px) {
        .list-staff__item .img img {
          width: 240px; } }
    .list-staff__item .txt h3 {
      text-align: center;
      font: normal 16px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .list-staff__item .txt h3 span {
        margin-right: 6px;
        font-size: 12px; }
    .list-staff__item .txt p {
      margin-top: 5px;
      font: normal 14px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }
  .list-staff-sp .list-staff__item {
    width: 100%;
    margin-bottom: 0; }
    .list-staff-sp .list-staff__item .img {
      text-align: center; }
      .list-staff-sp .list-staff__item .img img {
        display: inline-block; }
    .list-staff-sp .list-staff__item .txt h3 {
      text-align: center;
      font: normal 16px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .list-staff-sp .list-staff__item .txt h3 span {
        margin-right: 6px;
        font-size: 12px; }
    .list-staff-sp .list-staff__item .txt p {
      margin-top: 5px;
      font: normal 12px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important; }

.clinic-slider {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
  .clinic-slider__item {
    position: relative; }
    @media screen and (min-width: 960px) {
      .clinic-slider__item .text {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background-color: rgba(255, 255, 255, 0.9);
        width: calc(100% - 30px);
        border-radius: 5px;
        padding: 20px; }
        .clinic-slider__item .text h3 {
          font-size: 18px;
          font-weight: bold; }
          .clinic-slider__item .text h3 + p {
            margin-top: 10px; }
        .clinic-slider__item .text p {
          font-size: 14px !important;
          margin-bottom: -5px; } }
    @media screen and (max-width: 959px) {
      .clinic-slider__item .text {
        border-radius: 0 0 10px 10px;
        padding: 15px;
        background: white; }
        .clinic-slider__item .text h3 {
          font-size: 16px; }
          .clinic-slider__item .text h3 + p {
            margin-top: 10px; }
        .clinic-slider__item .text p {
          font-size: 12px !important; } }
    @media screen and (min-width: 960px) {
      .clinic-slider__item .img {
        border-radius: 10px;
        overflow: hidden; } }
    @media screen and (max-width: 959px) {
      .clinic-slider__item .img {
        border-radius: 10px 10px 0 0;
        overflow: hidden; } }
  .clinic-slider .slick-arrow {
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #FF860D;
    border-radius: 15px;
    border: 2px solid white;
    z-index: 1; }
    @media screen and (min-width: 960px) {
      .clinic-slider .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media screen and (max-width: 959px) {
      .clinic-slider .slick-arrow {
        position: absolute;
        top: 100px; } }
    .clinic-slider .slick-arrow:before {
      display: block;
      content: url(/svg/arrow-w.svg);
      width: 10px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .clinic-slider .slick-prev {
    left: -10px; }
    .clinic-slider .slick-prev:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .clinic-slider .slick-next {
    right: -10px; }

#slider-selfintro {
  outline: none; }
  #slider-selfintro .slick-slide {
    outline: none; }
  #slider-selfintro .slick-arrow {
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: #FF860D;
    border-radius: 15px;
    border: 2px solid white;
    position: absolute;
    top: 100px;
    z-index: 1; }
    #slider-selfintro .slick-arrow:before {
      display: block;
      content: url(/svg/arrow-w.svg);
      width: 10px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #slider-selfintro .slick-prev {
    left: -10px; }
    #slider-selfintro .slick-prev:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  #slider-selfintro .slick-next {
    right: -10px; }

dl.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-top: 1px solid #DDDDDD; }
  dl.list:last-of-type {
    border-bottom: 1px solid #DDDDDD; }
  dl.list dd, dl.list dt {
    font: normal 14px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media screen and (max-width: 959px) {
      dl.list dd, dl.list dt {
        font-size: 12px; } }
  dl.list dd {
    width: calc(100% - 100px); }
  dl.list dt {
    width: 100px; }
  dl.list.flow {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: white;
    border: 0 !important;
    border-radius: 5px; }
    dl.list.flow + .flow {
      margin-top: 20px; }
    dl.list.flow dd {
      width: calc(100% - 100px);
      padding: 10px 10px 10px 0; }
      dl.list.flow dd p.title {
        font-weight: bold !important; }
        dl.list.flow dd p.title + ul, dl.list.flow dd p.title + p {
          margin-top: 0px !important;
          font-size: 1em !important; }
      dl.list.flow dd ul.list li {
        font-size: 14px; }
        @media screen and (max-width: 959px) {
          dl.list.flow dd ul.list li {
            font-size: 12px; } }
        dl.list.flow dd ul.list li:before {
          top: 13px; }
          @media screen and (max-width: 959px) {
            dl.list.flow dd ul.list li:before {
              top: 10px; } }
    dl.list.flow dt {
      width: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #FF860D;
      color: white;
      font-size: 14px;
      border-radius: 5px 0 0 5px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 0; }
      dl.list.flow dt span {
        position: relative;
        display: block;
        font-size: 14px; }
      @media screen and (max-width: 959px) {
        dl.list.flow dt span {
          font-size: 16px; } }

.btn {
  margin-top: 50px;
  text-align: center; }
  @media screen and (max-width: 959px) {
    .btn {
      position: absolute;
      top: 40px;
      right: 15px;
      margin: 0; } }
  .btn a {
    display: inline-block;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: #FF860D;
    color: white;
    font: normal 16px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 11px;
    text-decoration: none;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    letter-spacing: .05em; }
    .btn a img {
      margin-right: 5px;
      -webkit-transition: margin-right .15s ease;
      transition: margin-right .15s ease; }
    .btn a:hover {
      background-color: #4D4D4D; }
      .btn a:hover img {
        margin-right: 10px; }
    @media screen and (max-width: 959px) {
      .btn a {
        width: 80px;
        height: 30px;
        padding-top: 8px;
        font-size: 12px; }
        .btn a img {
          width: 7px;
          vertical-align: -1px; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube__wrapper {
    max-width: 700px;
    margin: 0 auto; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.channel {
  margin-top: 100px; }
  @media screen and (max-width: 959px) {
    .channel {
      margin-top: 40px; } }

@media screen and (max-width: 959px) {
  .article__main.inchannel {
    margin-top: 25px !important; } }
.detail h3 {
  margin-top: 100px;
  margin-bottom: 30px;
  font: bold 20px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FF860D; }
  @media screen and (max-width: 959px) {
    .detail h3 {
      margin-top: 40px;
      margin-bottom: 14px;
      font-size: 18px; } }

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

/* =========================================================
 underpage
========================================================= */
/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto; }
  .pagetitle__title {
    position: relative;
    background: #FFAE0D;
    border-radius: 10px;
    text-align: center;
    padding: 70px 0; }
    .pagetitle__title h1 {
      font: bold 24px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-bottom: 10px;
      color: white;
      letter-spacing: .15em; }
    .pagetitle__title p.en-ttl {
      font-size: 12px;
      color: white; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      margin-top: 170px; }
      .pagetitle__title {
        padding: 30px 0;
        border-radius: 60px; }
      .pagetitle h1 {
        top: -35px;
        font-size: 20px; }
      .pagetitle p.en-ttl {
        top: -35px;
        font-size: 10px; } }

/* =========================================================
	header
========================================================= */
@media screen and (max-width: 959px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    z-index: 2; } }
.header__logo {
  padding: 35px 40px; }
  .header__logo img {
    width: 300px; }
  @media screen and (max-width: 959px) {
    .header__logo {
      padding: 15px 10px; }
      .header__logo img {
        width: auto;
        height: 30px; } }
.header__submenu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
  position: fixed; }
  .header__submenu .submenu__item a {
    background-color: #FFAE0D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80px;
    height: 100px;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease; }
    .header__submenu .submenu__item a img {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
    .header__submenu .submenu__item a:hover {
      background-color: #9E6E0F; }
  .header__submenu .submenu__item + .submenu__item {
    margin-top: 1px; }
  .header__submenu .submenu__item:first-of-type a {
    border-radius: 10px 0 0 0; }
  .header__submenu .submenu__item:last-of-type a {
    border-radius: 0 0 0 10px; }
  @media screen and (max-width: 959px) {
    .header__submenu {
      position: relative;
      -webkit-transform: none;
              transform: none;
      width: 100%; }
      .header__submenu .submenu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header__submenu .submenu__item {
          width: calc((100% - 3px)/4);
          height: 60px;
          margin-top: 0 !important; }
          .header__submenu .submenu__item a {
            width: 100%;
            height: 60px;
            border-radius: 0 !important;
            font-size: 11px;
            padding: 20px; }
            .header__submenu .submenu__item a img {
              margin-bottom: 5px;
              height: 24px; } }
.header .menu__btn {
  display: block;
  cursor: pointer;
  position: fixed;
  right: 40px;
  top: 45px;
  display: block;
  width: 43px;
  height: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  line-height: 1;
  margin-left: 20px; }
  .header .menu__btn figure {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #FFAE0D;
    border-radius: 2px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .header .menu__btn figure:nth-child(1) {
      top: 0; }
    .header .menu__btn figure:nth-child(2) {
      top: 46%; }
    .header .menu__btn figure:nth-child(3) {
      bottom: 0; }
  .header .menu__btn.on figure:nth-child(1) {
    top: 42%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .header .menu__btn.on figure:nth-child(2) {
    background: transparent; }
  .header .menu__btn.on figure:nth-child(3) {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media screen and (max-width: 959px) {
    .header .menu__btn {
      right: 15px;
      top: 20px;
      width: 25px;
      height: 20px; }
      .header .menu__btn figure {
        height: 2px; } }
.header .menu {
  width: 0%;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: width .1s ease, opacity .5s ease;
  transition: width .1s ease, opacity .5s ease; }
  .header .menu.on {
    width: 100%;
    opacity: 1; }
    @media screen and (min-width: 960px) {
      .header .menu.on {
        background: #f5f5f5;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .header .menu .inner {
    width: 600px; }
    @media screen and (min-width: 960px) {
      .header .menu .inner {
        padding: 10px 20px 20px;
        border: 1px solid #ddd;
        height: 835px;
        border-radius: 10px;
        background: white; } }
  .header .menu__logo {
    padding: 15px 10px; }
    .header .menu__logo img {
      height: 30px;
      width: auto; }
      @media screen and (min-width: 960px) {
        .header .menu__logo img {
          height: 50px; } }
  .header .menu__info {
    padding: 20px 10px;
    background: #F8F2EC;
    border-top: 1px solid #DDDDDD; }
    @media screen and (min-width: 960px) {
      .header .menu__info {
        border-radius: 0 0 5px 5px; } }
    .header .menu__info dd, .header .menu__info dt {
      font-size: 12px !important; }
    .header .menu__info dt {
      color: #4D4D4D;
      font-weight: bold; }
  .header .menu dl.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .menu dl.info dd, .header .menu dl.info dt {
      font: normal 14px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .header .menu dl.info dt {
      width: 100px;
      color: #FFAE0D; }
    .header .menu dl.info dd {
      width: calc(100% - 100px); }
  .header .menu .list-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px 10px;
    background: #FFAE0D; }
    @media screen and (min-width: 960px) {
      .header .menu .list-bnr {
        border-radius: 5px; } }
    .header .menu .list-bnr li {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      .header .menu .list-bnr li a {
        display: block;
        height: 35px;
        background: white;
        color: #FFAE0D;
        text-decoration: none;
        text-align: center;
        padding-top: 10px;
        border-radius: 5px;
        -webkit-transition: background-color .15s ease;
        transition: background-color .15s ease; }
        .header .menu .list-bnr li a:hover {
          background-color: #9E6E0F; }
        @media screen and (max-width: 767px) {
          .header .menu .list-bnr li a {
            font-size: 14px; } }
        @media screen and (min-width: 960px) {
          .header .menu .list-bnr li a {
            height: 50px;
            padding-top: 17px; } }
  .header .menu div.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .menu div.flex > ul {
      width: calc(50% - 5px); }
  .header .menu .cnt-sitemap {
    margin: 20px 10px; }
  .header .menu .list-sitenav li a {
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color .15s ease;
    transition: color .15s ease; }
    .header .menu .list-sitenav li a:hover {
      color: #FFAE0D; }
  .header .menu .list-sitenav li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #DDDDDD; }
  .header .menu .list-sitenav.haschild .parent {
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD; }
  .header .menu .list-sitenav .child-list {
    background: #F4F5F7; }
    .header .menu .list-sitenav .child-list li {
      padding: 10px 0 10px 15px;
      position: relative; }
      .header .menu .list-sitenav .child-list li:before {
        content: "";
        display: block;
        width: 7px;
        height: 1px;
        background: #FF860D;
        position: absolute;
        left: 0px;
        top: 17px; }
      .header .menu .list-sitenav .child-list li a {
        font-size: 14px;
        opacity: .9; }
      .header .menu .list-sitenav .child-list li + li {
        margin-top: 0; }
.header #schedule {
  cursor: pointer; }
.header__schedule {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width .3s ease, opacity .15s ease;
  transition: width .3s ease, opacity .15s ease;
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .header__schedule {
      z-index: 9; } }
  .header__schedule.on {
    width: 100%;
    opacity: 1;
    cursor: pointer; }
  .header__schedule .inner {
    background: white;
    padding: 30px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .header__schedule .inner {
        padding: 15px;
        margin: 0 15px; } }
    .header__schedule .inner .table-schedule {
      width: 100%;
      border: 2px solid #FF860D;
      border-radius: 10px;
      background-color: white;
      border-spacing: 0;
      border-collapse: separate; }
      .header__schedule .inner .table-schedule thead {
        background: #FF860D;
        border-radius: 8px 8px 0 0; }
        .header__schedule .inner .table-schedule thead th {
          height: 37px;
          color: white;
          text-align: center;
          vertical-align: middle;
          font-size: 14px; }
          @media screen and (max-width: 959px) {
            .header__schedule .inner .table-schedule thead th {
              font-size: 12px;
              height: 30px; } }
          .header__schedule .inner .table-schedule thead th + th {
            border-left: 1px solid #FFAB56; }
          .header__schedule .inner .table-schedule thead th:first-of-type {
            width: 155px; }
            @media screen and (max-width: 959px) {
              .header__schedule .inner .table-schedule thead th:first-of-type {
                width: 87px;
                font-size: 10px; } }
      .header__schedule .inner .table-schedule tbody th,
      .header__schedule .inner .table-schedule tbody td {
        height: 37px;
        color: #FF860D;
        vertical-align: middle;
        text-align: center;
        font-size: 14px; }
        @media screen and (max-width: 959px) {
          .header__schedule .inner .table-schedule tbody th,
          .header__schedule .inner .table-schedule tbody td {
            font-size: 12px;
            height: 30px; } }
      .header__schedule .inner .table-schedule tbody tr td {
        border-left: 1px solid #FFE7CF; }
      @media screen and (max-width: 959px) {
        .header__schedule .inner .table-schedule tbody tr th {
          font-size: 10px; } }
      .header__schedule .inner .table-schedule tbody tr:last-of-type td, .header__schedule .inner .table-schedule tbody tr:last-of-type th {
        border-top: 1px solid #FFE7CF; }
    .header__schedule .inner table + p {
      margin-top: 20px; }
    .header__schedule .inner p {
      font: normal 16px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .header__schedule .inner p span {
        color: #FF860D; }
      @media screen and (max-width: 767px) {
        .header__schedule .inner p {
          font-size: 14px; } }
    .header__schedule .inner .button {
      width: 150px;
      margin-top: 20px; }
      .header__schedule .inner .button a {
        height: 40px;
        padding-top: 10px; }

/* =========================================================
	footer
========================================================= */
.footer {
  padding-top: 60px;
  background: #F8F2EC; }
  .footer__logo {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px; }
    .footer__logo img {
      width: 300px; }
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
  .footer__left {
    width: 100%;
    max-width: 400px; }
    .footer__left p {
      font: normal 16px/26px YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      margin-bottom: 25px; }
  .footer__btn a {
    display: block;
    width: 100%;
    height: 55px;
    text-align: center;
    background: white;
    border: 2px solid #FF860D;
    border-radius: 27.5px;
    text-decoration: none;
    color: #FF860D;
    padding-top: 14px;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease; }
    .footer__btn a img {
      margin-right: 5px;
      vertical-align: -9px; }
    .footer__btn a:hover {
      opacity: .6; }
  .footer__btn:first-of-type {
    margin-bottom: 10px; }
    .footer__btn:first-of-type a img {
      vertical-align: -6px; }
  .footer__right {
    width: 530px; }
    .footer__right table {
      margin-bottom: 30px; }
    .footer__right p {
      font: normal 16px/1.6 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .footer__right p span {
        color: #FF860D; }
  .footer__copyright {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #DDD8D3;
    font: normal 12px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .footer__bnrs {
    text-align: center;
    padding: 50px 15px 0; }
    .footer__bnrs a {
      display: inline-block;
      max-width: 440px; }
      .footer__bnrs a:hover {
        opacity: .6; }
  @media screen and (max-width: 959px) {
    .footer {
      padding-top: 40px; }
      .footer__logo {
        width: 100%;
        text-align: center;
        margin-bottom: 25px; }
        .footer__logo img {
          width: 225px; }
      .footer__main {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0 30px; }
      .footer__left {
        max-width: none;
        width: 100%; }
        .footer__left p {
          font-size: 14px;
          line-height: 1.2;
          margin-bottom: 20px;
          text-align: center; }
      .footer__btn a {
        height: 40px;
        max-width: 400px;
        margin: 0 auto;
        font-size: 14px;
        padding-top: 8px; }
        .footer__btn a img {
          height: 20px;
          vertical-align: -5px; }
      .footer__btn:first-of-type {
        margin-bottom: 20px; }
      .footer__right {
        width: 100%;
        margin-top: 20px; }
        .footer__right table {
          margin-bottom: 10px; }
        .footer__right p {
          font-size: 14px; }
        .footer__right p:last-of-type {
          font-size: 10px; }
      .footer__copyright {
        width: 100%;
        margin: 35px auto 0;
        padding: 30px 0;
        font-size: 10px; } }
  .footer .table-schedule {
    width: 100%;
    border: 2px solid #FF860D;
    border-radius: 10px;
    background-color: white;
    border-spacing: 0;
    border-collapse: separate; }
    .footer .table-schedule thead {
      background: #FF860D;
      border-radius: 8px 8px 0 0; }
      .footer .table-schedule thead th {
        height: 37px;
        color: white;
        text-align: center;
        vertical-align: middle;
        font-size: 14px; }
        @media screen and (max-width: 959px) {
          .footer .table-schedule thead th {
            font-size: 12px;
            height: 30px; } }
        .footer .table-schedule thead th + th {
          border-left: 1px solid #FFAB56; }
        .footer .table-schedule thead th:first-of-type {
          width: 155px; }
          @media screen and (max-width: 959px) {
            .footer .table-schedule thead th:first-of-type {
              width: 87px;
              font-size: 10px; } }
    .footer .table-schedule tbody th,
    .footer .table-schedule tbody td {
      height: 37px;
      color: #FF860D;
      vertical-align: middle;
      text-align: center;
      font-size: 14px; }
      @media screen and (max-width: 959px) {
        .footer .table-schedule tbody th,
        .footer .table-schedule tbody td {
          font-size: 12px;
          height: 30px; } }
    .footer .table-schedule tbody tr td {
      border-left: 1px solid #FFE7CF; }
    @media screen and (max-width: 959px) {
      .footer .table-schedule tbody tr th {
        font-size: 10px; } }
    .footer .table-schedule tbody tr:last-of-type td, .footer .table-schedule tbody tr:last-of-type th {
      border-top: 1px solid #FFE7CF; }

#cnt-recruit {
  margin-bottom: 100px; }
  @media screen and (max-width: 959px) {
    #cnt-recruit {
      margin-bottom: 40px; } }

#cnt-buttons {
  padding-top: 0; }
  #cnt-buttons.under {
    padding-top: 100px; }
    @media screen and (max-width: 959px) {
      #cnt-buttons.under {
        padding-top: 40px; } }

/* home page
========================================================= */
#home-page .mv .slide {
  max-width: 1280px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40vw !important;
  background-size: cover;
  background-position: center;
  border-radius: 10px; }
  @media screen and (max-width: 959px) {
    #home-page .mv .slide {
      border-radius: 0; } }
  #home-page .mv .slide p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font: normal 25px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .15em;
    vertical-align: center; }
  #home-page .mv .slide.slide01 {
    background-image: url(/images/index/mv.jpg); }
    #home-page .mv .slide.slide01 img {
      position: absolute;
      top: 20%;
      left: 20%; }
      @media screen and (min-width: 960px) {
        #home-page .mv .slide.slide01 img {
          max-width: 103px;
          width: 8%; } }
  @media screen and (max-width: 959px) {
    #home-page .mv .slide {
      height: 66vw;
      min-height: 250px; }
      #home-page .mv .slide img {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        height: 100%;
        padding: 20px 50px; } }
@media screen and (max-width: 959px) {
  #home-page .mv {
    margin-top: 120px; } }
#home-page .mv + .article {
  margin-top: 100px; }
  @media screen and (max-width: 959px) {
    #home-page .mv + .article {
      margin-top: 0; } }
@media screen and (max-width: 959px) {
  #home-page #cnt-blog .article__title,
  #home-page #cnt-info .article__title {
    text-align: left; }
    #home-page #cnt-blog .article__title + .article__main,
    #home-page #cnt-info .article__title + .article__main {
      margin-top: 5px; } }
#home-page #cnt-web {
  padding-bottom: 100px; }
  #home-page #cnt-web p {
    font: normal 16px/2 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center; }
  @media screen and (max-width: 959px) {
    #home-page #cnt-web {
      padding-bottom: 40px;
      padding-top: 40px; }
      #home-page #cnt-web p {
        text-align: left;
        font-size: 14px; }
        #home-page #cnt-web p br {
          display: none; }
      #home-page #cnt-web .btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px; }
        #home-page #cnt-web .btn a {
          width: 160px; } }

/* about page
========================================================= */
#about-page #cnt-theme .article__title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#FFF7E6), to(#ffffff));
  background-image: linear-gradient(#ffffff, #FFF7E6, #ffffff); }
  #about-page #cnt-theme .article__title h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.8; }
    @media screen and (max-width: 959px) {
      #about-page #cnt-theme .article__title h2 {
        font-size: 16px; } }
#about-page #cnt-feature .article__main {
  position: relative;
  z-index: 1; }

/* introduction page
========================================================= */
#introduction-page #slide-clinic2 {
  margin-top: 50px; }

/* menu page
========================================================= */
#menu-page .list-feature {
  margin-top: 50px; }
  @media screen and (max-width: 959px) {
    #menu-page .list-feature {
      margin-top: 15px; } }
#menu-page #cnt-method .list.flow:first-of-type {
  margin-top: 50px; }
  @media screen and (max-width: 959px) {
    #menu-page #cnt-method .list.flow:first-of-type {
      margin-top: 20px; } }
#menu-page.cnt-prosthesis .list-feature, #menu-page.cnt-basis .list-feature {
  margin-top: 70px; }
#menu-page.cnt-prosthesis .article__main.media-Tablet, #menu-page.cnt-basis .article__main.media-Tablet {
  margin-top: 25px; }

/* doctor page
========================================================= */
#doctor-page #cnt-director {
  padding: 0; }
  #doctor-page #cnt-director .article__main .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #doctor-page #cnt-director .article__main .flex .img {
      position: relative;
      width: 500px; }
      #doctor-page #cnt-director .article__main .flex .img img {
        border-radius: 10px; }
      #doctor-page #cnt-director .article__main .flex .img p.name {
        position: absolute;
        font-weight: bold;
        top: 270px;
        left: 20px;
        background: #FF860D;
        padding: 0 15px;
        width: calc(100% - 40px);
        border-radius: 8px;
        color: white; }
        #doctor-page #cnt-director .article__main .flex .img p.name span {
          font-size: 0.8em;
          font-weight: normal;
          margin-right: 10px; }
    #doctor-page #cnt-director .article__main .flex .txt {
      width: calc(100% - 550px); }
      #doctor-page #cnt-director .article__main .flex .txt p.large {
        margin-bottom: 20px; }
      #doctor-page #cnt-director .article__main .flex .txt dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0;
        border-top: 1px solid #DDDDDD; }
        #doctor-page #cnt-director .article__main .flex .txt dl:last-of-type {
          border-bottom: 1px solid #DDDDDD; }
        #doctor-page #cnt-director .article__main .flex .txt dl dt {
          width: 100px; }
        #doctor-page #cnt-director .article__main .flex .txt dl dd {
          width: calc(100% - 100px); }
    @media screen and (max-width: 959px) {
      #doctor-page #cnt-director .article__main .flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #doctor-page #cnt-director .article__main .flex .txt,
        #doctor-page #cnt-director .article__main .flex .img {
          width: 100%; }
        #doctor-page #cnt-director .article__main .flex .img {
          text-align: center; }
          #doctor-page #cnt-director .article__main .flex .img p.name {
            max-width: 460px;
            top: auto;
            bottom: 20px;
            margin: 0 auto;
            right: 0;
            left: 0; }
        #doctor-page #cnt-director .article__main .flex .txt {
          margin-top: 30px; }
          #doctor-page #cnt-director .article__main .flex .txt .large {
            text-align: center; } }
  #doctor-page #cnt-director .list-selfintro {
    padding: 30px;
    background: #F8F2EC;
    border-radius: 10px;
    margin-top: 50px; }
    #doctor-page #cnt-director .list-selfintro h3 {
      position: relative;
      font: normal 20px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #FF860D;
      padding-bottom: 20px;
      margin-bottom: 20px;
      text-align: center; }
      #doctor-page #cnt-director .list-selfintro h3:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: #FF860D;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto; }
#doctor-page #slider-selfintro p + p {
  margin-top: 15px; }
#doctor-page #slider-selfintro p span {
  font-weight: bold;
  font-size: 1.1em; }

/* price page
========================================================= */
#price-page .list-priceCAT {
  margin-top: 50px !important; }
@media screen and (max-width: 959px) {
  #price-page .block {
    margin-top: 18px; } }

.form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
.form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
.form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  .form .mw_wp_form dl .error + .error {
    left: 200px; }
.form .mw_wp_form dd {
  position: relative; }
.form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD; }
  .form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #FF860D;
    top: 0;
    left: 0; }
  .form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #FF860D;
    color: #FF860D;
    font-size: 14px;
    line-height: 1; }
.form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      .form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
.form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
.form .mw_wp_form dl + dl {
  margin-top: 60px; }
  @media screen and (max-width: 959px) {
    .form .mw_wp_form dl + dl {
      margin-top: 40px; } }
.form .mw_wp_form .mwform-checkbox-field-text,
.form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F8F2EC;
  font-size: 16px !important;
  cursor: pointer; }
  .form .mw_wp_form .mwform-checkbox-field-text:before, .form .mw_wp_form .mwform-checkbox-field-text:after,
  .form .mw_wp_form .mwform-radio-field-text:before,
  .form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  .form .mw_wp_form .mwform-checkbox-field-text:before,
  .form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  .form .mw_wp_form .mwform-checkbox-field-text:after,
  .form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  .form .mw_wp_form .mwform-checkbox-field-text:before,
  .form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFAE0D;
    z-index: 1; }
  .form .mw_wp_form .mwform-checkbox-field-text:after,
  .form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
.form .mw_wp_form .mwform-checkbox-field,
.form .mw_wp_form .mwform-radio-field {
  margin-top: 10px; }
.form .mw_wp_form input[type=checkbox],
.form .mw_wp_form input[type=radio] {
  display: none; }
.form .mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #FFAE0D; }
.form .mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.form .mw_wp_form input[type=file] {
  margin-top: 20px; }
.form .mw_wp_form input[type="number"], .form .mw_wp_form input[type="text"], .form .mw_wp_form input[type="email"], .form .mw_wp_form input[type="url"], .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F8F2EC;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  margin-top: 15px; }
  @media screen and (max-width: 959px) {
    .form .mw_wp_form input[type="number"], .form .mw_wp_form input[type="text"], .form .mw_wp_form input[type="email"], .form .mw_wp_form input[type="url"], .form .mw_wp_form textarea {
      margin-top: 8px; } }
.form .mw_wp_form .mwform-tel-field {
  width: 100%; }
.form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    .form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
.form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F8F2EC;
  border-radius: 5px; }
.form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F4F5F7; }
  .form .contact-policy .section {
    margin-top: 30px; }
  .form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    .form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    .form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  .form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .form .contact-policy {
      padding: 15px; } }
.form .button {
  text-align: center;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .form .button {
      margin-top: 30px; } }
.form input[type="submit"] {
  background: #FFAE0D;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
  border-radius: 5px; }
  @media screen and (max-width: 959px) {
    .form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  @media screen and (max-width: 767px) {
    .form input[type="submit"] {
      min-width: 100%; } }
  .form input[type="submit"]:hover {
    background: #212121; }
.form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    .form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media screen and (min-width: 960px) {
  .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
.form p + .mw_wp_form {
  margin-top: 50px; }
.form .address {
  padding: 15px; }
  .form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    .form .address dl + dl {
      margin-top: 20px !important; }
    @media screen and (max-width: 767px) {
      .form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      .form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          .form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    .form .address dl dd {
      width: 80%; }
      .form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        .form .address dl dd {
          width: 100%; } }

.block:not(.form) .white {
  padding: 30px 20px;
  background: white;
  text-align: center;
  border-radius: 8px;
  margin-top: 32px; }
  .block:not(.form) .white p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-top: 0 !important; }
    .block:not(.form) .white p.tel {
      font-size: 35px !important;
      line-height: 1 !important; }
      .block:not(.form) .white p.tel + p {
        margin-top: 10px !important; }
  @media screen and (max-width: 767px) {
    .block:not(.form) .white {
      padding: 20px 15px; }
      .block:not(.form) .white p {
        font-size: 12px !important; }
      .block:not(.form) .white p.tel {
        font-size: 30px !important; } }

.block.form .white {
  padding: 30px 20px;
  background: white;
  border-radius: 8px;
  margin-top: 32px; }
  @media screen and (max-width: 767px) {
    .block.form .white {
      padding: 20px 15px; } }

.postcontents {
  padding-bottom: 0 !important; }
  .postcontents__title {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: left; }
    .postcontents__title h2 {
      font-size: 25px;
      font-weight: bold;
      border-bottom: 1px solid #DDDDDD;
      padding: 13px 0 15px;
      letter-spacing: .2em;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .postcontents__title h2 {
          font-size: 20px; } }
    .postcontents__title .category {
      display: inline-block;
      width: 110px;
      height: 22px;
      border-radius: 3px;
      padding-top: 4px;
      font: bold 12px/1 YakuHanJP, heisei-maru-gothic-std, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: white;
      text-align: center;
      letter-spacing: .1em; }
      .postcontents__title .category.other {
        background-color: #666; }
      .postcontents__title .category.blog {
        background-color: #FF860D; }
      .postcontents__title .category.column {
        background-color: #FFAE0D; }
    .postcontents__title .date {
      margin: 0 10px;
      font-size: 12px; }
  .postcontents__main h3 {
    font-size: 22px !important;
    padding: 10px;
    border-radius: 3px;
    background: #FFAE0D;
    color: white;
    padding-left: 20px !important; }
    .postcontents__main h3:before {
      content: none !important; }
  .postcontents__main h4 {
    font-size: 20px;
    font-weight: bold; }
  .postcontents__main h5 {
    font-size: 16px; }
  .postcontents__main h3, .postcontents__main h4, .postcontents__main h5 {
    margin-top: 60px;
    position: relative;
    padding-left: 30px; }
    .postcontents__main h3:before, .postcontents__main h4:before, .postcontents__main h5:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 1px;
      width: 4px;
      height: 100%;
      background: #FFAE0D; }
  .postcontents__main h3:before {
    height: calc(100% - 10px); }
  .postcontents__main h5:before {
    background: #212121; }
  .postcontents__main img {
    margin: 0 auto;
    display: block; }
  .postcontents__main p + img,
  .postcontents__main img + p,
  .postcontents__main h3 + p,
  .postcontents__main h4 + p,
  .postcontents__main h5 + p {
    margin-top: 30px; }
  .postcontents__main strong {
    font-weight: bold; }
  @media screen and (max-width: 959px) {
    .postcontents__main h3 {
      font-size: 18px !important; }
    .postcontents__main h4 {
      font-size: 16px; }
    .postcontents__main h5 {
      font-size: 14px;
      font-weight: bold; }
    .postcontents__main h3, .postcontents__main h4, .postcontents__main h5 {
      margin-top: 30px;
      padding-left: 15px; }
      .postcontents__main h3:before, .postcontents__main h4:before, .postcontents__main h5:before {
        width: 2px; }
    .postcontents__main p + img,
    .postcontents__main img + p,
    .postcontents__main h3 + p,
    .postcontents__main h4 + p,
    .postcontents__main h5 + p {
      margin-top: 15px; } }

.slick-slide {
  outline: none; }

.slick-arrow {
  position: relative;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #FF860D;
  border-radius: 15px;
  border: 2px solid white;
  z-index: 1;
  /*
  &:before {
   display: block;
   content: url(/svg/arrow-w.svg);
   width: 10px;
   height: 15px;
  }*/ }
  @media screen and (min-width: 960px) {
    .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media screen and (max-width: 959px) {
    .slick-arrow {
      position: absolute;
      top: 100px; } }
  .slick-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: url(/svg/arrow-w.svg);
    width: 10px;
    height: 15px; }

.slick-prev {
  left: -10px; }
  .slick-prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 4px !important;
    left: 8px !important; }

.slick-next {
  right: -10px; }

.wp-pagenavi {
  text-align: center;
  margin-top: 40px; }

#toc_container {
  padding: 10px 20px !important; }
  #toc_container li {
    margin: 10px 0 !important; }

@media print {
  * html body {
    zoom: .7; } }

/*# sourceMappingURL=style.css.map */