@charset "UTF-8";
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
* ========================================================================== */
/**
* 1. Remove repeating backgrounds in all browsers (opinionated).
* 2. Add border box sizing in all browsers (opinionated).
*/





*,
:before,
:after {
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  /* 2 */
}

/**
* 1. Add text decoration inheritance in all browsers (opinionated).
* 2. Add vertical alignment inheritance in all browsers (opinionated).top__nav flex
*/
:before,
:after {
  /* 1 */
  vertical-align: inherit;
  text-decoration: inherit;
  /* 2 */
}

/**
* 1. Use the default cursor in all browsers (opinionated).
* 2. Use the default user interface font in all browsers (opinionated).
* 3. Correct the line height in all browsers.
* 4. Use a 4-space tab width in all browsers (opinionated).
* 5. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
* 6. Breaks words to prevent overflow in all browsers (opinionated).
*/
html {
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  /* 2 */
  line-height: 1.15;
  cursor: default;
  /* 5 */
  word-break: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
* ========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
* ========================================================================== */
/**
* 1. Add the correct sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  /* 1 */
  overflow: visible;
  height: 0;
  /* 2 */
}

/**
* Add the correct display in IE.
*/
main {
  display: block;
}

/**
* Remove the list style on navigation lists in all browsers (opinionated).
*/
nav ol,
nav ul {
  list-style: none;
}

/**
* 1. Use the default monospace user interface font
*    in all browsers (opinionated).
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
* ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Add the correct text decoration in Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Use the default monospace user interface font
*    in all browsers (opinionated).
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
* Remove the text shadow on text selections in Firefox 61- (opinionated).
* 1. Restore the coloring undone by defining the text shadow
*    in all browsers (opinionated).
*/
::-moz-selection {
  /* 1 */
  color: #000;
  background-color: #b3d4fc;
  /* 1 */
  text-shadow: none;
}

::selection {
  /* 1 */
  color: #000;
  background-color: #b3d4fc;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
* ========================================================================== */
/*
* Change the alignment on media elements in all browers (opinionated).
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Change the fill color to match the text color in all browsers (opinionated).
*/
svg {
  fill: currentColor;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
* ========================================================================== */
/**
* Collapse border spacing in all browsers (opinionated).
*/
table {
  border-collapse: collapse;
}

/* Forms
* ========================================================================== */
/**
* Inherit styling in all browsers (opinionated).
*/
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
* Remove the margin in Safari.
*/
button,
input,
select {
  margin: 0;
}

/**
* 1. Show the overflow in IE.
* 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
*/
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: .35em .75em .625em;
}

/**
* Show the overflow in Edge and IE.
*/
input {
  overflow: visible;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
* 1. Add the correct display in Edge and IE.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the inheritance of text transform in Firefox.
*/
select {
  text-transform: none;
}

/**
* 1. Remove the margin in Firefox and Safari.
* 2. Remove the default vertical scrollbar in IE.
* 3. Change the resize direction on textareas in all browsers (opinionated).
*/
textarea {
  /* 1 */
  overflow: auto;
  margin: 0;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
* Remove the padding in IE 10-.
*/
[type='checkbox'],
[type='radio'] {
  padding: 0;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  opacity: .54;
  color: inherit;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=54)';
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding of focus outlines in Firefox.
*/
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus outline styles unset by the previous rule in Firefox.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
* ========================================================================== */
/*
* Add the correct display in Edge and IE.
*/
details {
  display: block;
}

/*
* Add the correct styles in Edge, IE, and Safari.
*/
dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  color: black;
  border: solid;
  background-color: white;
}

dialog:not([open]) {
  display: none;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
* ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* User interaction
* ========================================================================== */
/*
* 1. Remove the tapping delay on clickable elements
in all browsers (opinionated).
* 2. Remove the tapping delay in IE 10.
*/
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* Accessibility
* ========================================================================== */
/**
* Change the cursor on busy elements in all browsers (opinionated).
*/
[aria-busy='true'] {
  cursor: progress;
}

/*
* Change the cursor on control elements in all browsers (opinionated).
*/
[aria-controls] {
  cursor: pointer;
}

/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements in all browsers (opinionated).
*/
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
* Change the display on visually hidden accessible elements
* in all browsers (opinionated).
*/
[aria-hidden='false'][hidden]:not(:focus) {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

/*! base.css */
/* body.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
} */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
  font-family: '游ゴシック', YuGothic, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', Hiragino Kaku Gothic ProN, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
  /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
  line-height: 160%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  color: #000;
  overflow-wrap: break-word;
}

/*フォント系*/
[data-element-id] h1 {
  position: initial;
  text-indent: initial;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs44 {
  font-size: 44px;
}

.fs46 {
  font-size: 46px;
}

.bold {
  font-weight: bold;
}

/*クリアフィックス*/
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.clearfix:before {
  display: block;
  clear: both;
  content: '';
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.map {
  position: relative;
  overflow: hidden;
}

.map:after {
  display: block;
  padding-top: 35%;
  content: '';
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: initial;
  height: 100%;
  margin: auto;
}

iframe {
  max-width: 100%;
}

img {

  max-width: 100% !important;
  height: auto !important;

  vertical-align: top;
  border: none;
}

.trimmingInner {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img:not([src*='.']) {
  display: none;
}

.scale {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scale:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
  display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
  position: relative;
}

.filter:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-radial-gradient(center, ellipse, white 0%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, white 0%, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
  width: 80% !important;
  max-width: 400px !important;
  height: auto !important;
}

.lightbox .lb-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  max-width: initial !important;
  height: auto !important;
  border: none !important;
}

.pic {
  width: 100%;
  text-align: center;
}

.pic img {
  width: 100%;
}

.bgimg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bgimg img {
  position: relative;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-element-id] .fead-mv {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.fead-mv {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.mv {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  opacity: .6;
  color: inherit;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

a[href*='tel'] {
  pointer-events: none;
}

a[data-href='#'] {
  position: relative !important;
  display: block;
  opacity: 1;
  border: solid red 5px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

a[data-href*='.'] {
  position: relative !important;
  display: block;
  opacity: 1;
  border: solid red 5px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

a[data-href='#']:hover:before {
  font-size: 12px;
  font-weight: bold;
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  padding: 5px;
  content: 'リンクが設定されていない可能性があります。';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: red;
  background: #555;
}

a[data-href*='.']:hover:before {
  font-size: 12px;
  font-weight: bold;
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  padding: 5px;
  content: '外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: red;
  background: #555;
}

.tel a[data-href]:hover:before {
  font-size: 12px;
  font-weight: bold;
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  padding: 5px;
  content: '電話番号のリンクは自動的に設定されるので、リンク設定不要です。';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: red;
  background: #555;
}

[data-element-id][data-uk-slideshow]:hover:before {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  position: absolute;
  z-index: 1000;
  display: block;
  clear: both;
  width: 100%;
  padding: 5px;
  content: '※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。';
  text-align: left;
  letter-spacing: 1px;
  color: red;
  background: #4c4c4c;
}

[data-collection-list-content]:hover:before {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
  position: absolute;
  z-index: 1000;
  display: block;
  clear: both;
  width: 100%;
  padding: 5px;
  content: '※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。';
  text-align: left;
  letter-spacing: 1px;
  color: red;
  background: #4c4c4c;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

p {
  text-align: left;
}

/*フレックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columnreverse {
  flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
}

.rowreverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

/*align-item*/
.itemstart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.itemcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemend {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*align-content*/
.contentstart {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contentcenter {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.contentend {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

/*align-self*/
.selfstart {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.selfcenter {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.selfend {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexs > div[data-collection-list-content],
.flexb > div[data-collection-list-content] {
  width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content] {
  width: 100%;
}

.flex > div[data-collection-filtered-content],
.flexc > div[data-collection-filtered-content],
.flexs > div[data-collection-filtered-content],
.flexb > div[data-collection-filtered-content] {
  width: 100%;
}

.flex > div[data-collection-archive-content],
.flexc > div[data-collection-archive-content],
.flexs > div[data-collection-archive-content],
.flexb > div[data-collection-archive-content] {
  width: 100%;
}

.flex > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs > div[data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}

.flexs > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*カラム*/
.cc221 {
  width: 47%;
  margin-bottom: 4%;
}

.cc332 {
  width: 30%;
  margin-bottom: 4%;
}

.cc432 {
  width: 22%;
  margin-bottom: 4%;
}

.cc533 {
  width: 17%;
  margin-bottom: 4%;
}

.gr211 {
  width: 47%;
  margin-bottom: 4%;
}

.gr321 {
  width: 30%;
  margin-bottom: 4%;
}

.gr422 {
  width: 22%;
  margin-bottom: 4%;
}

.gr532 {
  width: 17%;
  margin-bottom: 4%;
}

.w100 {
  width: 100%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w48 {
  width: 48%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.inner {
  width: 92%;
  margin: auto;
  padding: 50px 0;
}

.subtit {
  position: relative;
  overflow: hidden;
}

.subtit h2 {
  width: 100%;
  text-align: center;
}

.subtit img {
  width: 100%;
}

.more {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.more a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position {
  position: relative;
  overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 45%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
}

@media all and (-ms-high-contrast: none) {

  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  p {
    font-family: 'Noto Sans Japanese', 'Noto Sans', sans-serif;
  }
}

@media screen and (max-width: 1024px) {
  .bgimg {
    position: relative;
  }

  .bgimg img {
    min-width: initial !important;
  }

  .fs20 {
    font-size: 18px;
  }

  .fs22 {
    font-size: 20px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs26 {
    font-size: 22px;
  }

  .fs28 {
    font-size: 22px;
  }

  .fs30 {
    font-size: 24px;
  }

  .fs32 {
    font-size: 24px;
  }

  .fs34 {
    font-size: 26px;
  }

  .fs36 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 28px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs42 {
    font-size: 30px;
  }

  .fs44 {
    font-size: 30px;
  }

  .fs46 {
    font-size: 32px;
  }

  a[href*='tel'] {
    pointer-events: initial !important;
  }

  .flex {
    margin: auto;
  }

  .flexc {
    margin: auto;
  }

  .flexs {
    margin: auto;
  }

  .flexb {
    margin: auto;
  }

  /* カラム */
  .cc221 {
    width: 47%;
  }

  .cc332 {
    width: 30%;
  }

  .cc432 {
    width: 30%;
  }

  .cc533 {
    width: 30%;
  }

  .gr211 {
    width: 97%;
  }

  .gr321 {
    width: 47%;
  }

  .gr422 {
    width: 47%;
  }

  .gr532 {
    width: 30%;
  }

  .inner {
    width: 93%;
    padding: 40px 0;
  }

  .overlay:after {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: .3;
    background: #000;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  }
}

@media screen and (max-width: 599px) {
  .fs18 {
    font-size: 16px;
  }

  .fs20 {
    font-size: 18px;
  }

  .fs22 {
    font-size: 18px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs26 {
    font-size: 20px;
  }

  .fs28 {
    font-size: 22px;
  }

  .fs30 {
    font-size: 22px;
  }

  .fs32 {
    font-size: 24px;
  }

  .fs34 {
    font-size: 24px;
  }

  .fs36 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 26px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs42 {
    font-size: 28px;
  }

  .fs44 {
    font-size: 30px;
  }

  .fs46 {
    font-size: 32px;
  }

  .flex {
    margin: auto;
  }

  .flexc {
    margin: auto;
  }

  .flexs {
    margin: auto;
  }

  .flexb {
    margin: auto;
  }

  /* カラム */
  .cc221 {
    width: 97%;
  }

  .cc332 {
    width: 47%;
  }

  .cc432 {
    width: 47%;
  }

  .cc533 {
    width: 30%;
  }

  .gr211 {
    width: 97%;
  }

  .gr321 {
    width: 97%;
  }

  .gr422 {
    width: 47%;
  }

  .gr532 {
    width: 47%;
  }

  .w70 {
    width: 100%;
  }

  .w65 {
    width: 100%;
  }

  .w60 {
    width: 100%;
  }

  .w55 {
    width: 100%;
  }

  .w50 {
    width: 100%;
  }

  .w48 {
    width: 100%;
  }

  .w45 {
    width: 100%;
  }

  .w40 {
    width: 100%;
  }

  .w35 {
    width: 100%;
  }

  .w30 {
    width: 100%;
  }

  .w25 {
    width: 100%;
  }

  .inner {
    width: 94%;
    padding: 30px 0;
  }
}

/*! header.scss */
@-webkit-keyframes is-open {
  from {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  to {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

@keyframes is-open {
  from {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  to {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

header .top {
  padding: 58px 0 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .top__left {
  text-align: center;
}






header .top__left h1 {
  font-weight: bold;
  font-size: 30px;
  color: #432810;
  position: relative;
  padding-left: 80px;
  display: inline-block;
}

header .top__left h1 a {
   font-weight: bold;
  font-size: 30px;
  color: #432810;
   display: inline-block;
}

header .top__left .logo {
  width: 70px;
  height: 70px !important;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



header .top__left--caption {
  font-size: 13px;
  max-width: 370px;
  margin: 30px auto 0;
  padding: 2px 15px;
  color: #ffffff;
  border-radius: 12px;
  background-color: #3C7AA1;
}

header .top__left--caption img {
  margin-right: 15px;
}

header .top__left--caption span {
  color: #ffffff;
}

header .top__center {
  margin-left: 26px;
}

header .top__center--table {
  text-align: center;
}

header .top__center--table table {
  font-size: 16px;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-align: center;
}

header .top__center--table th,
header .top__center--table td {
  padding: 3px 8px;
  border: solid 1px #ccc;
}

header .top__center--table th {
  color: #ffffff;
  background: #3C7AA1;
}

header .top__center--table td {
  color: #8bbf2e;
}

header .top__center--table td:first-child {
  color: #432810;
  font-weight: bold;
}

header .top__center--table span {
  font-size: 16px;
  display: block;
  float: left;
  color: #432810;
}

header .top__center--table p {
  font-size: 16px;
  overflow: auto;
  color: #432810;
}

header .top__center:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

header .top__right {
  margin-left: 22px;
}

header .top__right--contact {
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
  color: #432810;
}

header .top__right--freedial {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 25px;
  color: #8bbf2e;
}

header .top__right--tel {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝', serif;
  font-size: 36px;
  font-weight: 700;
  margin-top: -5px;
  color: #432810;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .top__right--tel i {
  margin-bottom: 5px;
}

header .top__right .kochirabtn {
  text-align: center;
  background: #65ab31;
  padding: 3px 0;
  border-radius: 5px;
  position: relative;
}

header .top__right .kochirabtn:after {
  content: '>';
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 100%;
  padding-right: 5px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

header .top__right .kochirabtn a {
  color: #fff;
  display: block;
}

header .nav {
  z-index: 10;
  display: block;
    width: 100%;
    position: relative;
}

/* header .nav.is-sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
} */

header .nav__hbg {
  z-index: 10;
  display: block;
  background: #432810;
}

header .nav__hbg p {
  text-align: center;
  color: #fff;
  display: none;
}

header .nav__hbg p:before {
  content: 'MENU（タップすると開きます）';
}

header .nav__hbg.is-open p:before {
  content: '閉じる';
}

header .nav__megamenu {
  overflow: hidden;
  background-color: #3C7AA1;
}

header .nav__megamenu.is-sticky {
  position: fixed;
}

header .nav__megamenu ul li.dotted {
  height: 16px;
  margin-top: 26px;
  border: 1px dotted #432810;
}

header .nav__megamenu ul li a {
  font-size: 13px;
  line-height: 20px;
  display: block;
  height: 72px;
  padding: 24px 16px 8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

header .nav__megamenu ul li a:hover {
  background-color: #fff;
  color: #777;
}

header .nav__megamenu ul li a.is-active:after {
  font-size: 12px;
  content: '\A▲';
  white-space: pre;
}

header .nav__megamenu--header {
  max-width: 960px;
  margin: 0 auto;
}

header .nav__megamenu--header h2 {
  font-size: 36px;
  color: #fff;
}

header .nav__dropdown {
  height: 100%;
  color: #fff;
}

header .nav__dropdown a {
  display: block;
}

header .nav__dropdown--btn {
  font: inherit;
  font-size: 16px;
  position: relative;
  display: block;
  margin: 0;
  padding: 14px 16px;
  color: white;
  border: none;
  outline: none;
  background-color: inherit;
}

header .nav__dropdown:hover .nav__dropdown--btn {
  background-color: #000;
}

header .nav__dropdown--item {
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  background: #000;
}
header .nav__dropdown--item[data-element-id] {
  display: block;
}

header .nav__dropdown--item--header {
  max-width: 960px;
  margin: 0 auto;
}

header .nav__dropdown--item--header h2 {
  font-size: 36px;
  color: #fff;
}

header .nav__dropdown--item--list {
  padding: 16px 0 0;
  background: #000;
}

header .nav__dropdown--item--list ul li {
  margin: 10px 0;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

header .nav__dropdown--item--list ul li a {
  line-height: auto;
  height: auto;
  padding: 0 16px;
  color: #fff;
}

header .nav__dropdown--item--list ul li + li {
  border-right: 1px solid #fff;
  border-left: none;
}

header .nav__dropdown:hover .nav__dropdown--item {
  display: block;
}
/*プルダウン*/
header .nav__megamenu .pull ul{
  position: absolute;
    min-width: 250px;
    background: #3C7AA1;
    display: none;
    z-index: 100;
}
header .nav__megamenu .pull ul[data-element-id]{
  position: static !important;
}
header .nav__megamenu .pull:hover ul li{
  display: block;
}
header .nav__megamenu .pull:hover ul{
  display: block;
  margin-left: -1%;
}
/*プルダウン編集画面*/
[data-element-id] header .nav.is-sticky{
  position: inherit;
}
[data-element-id] header .nav__megamenu .pull ul{
  display: block;
}
[data-element-id] header .nav__megamenu .pull:hover ul{
  margin-left: 0;
}
#gnav{display:none;}

[data-element-id] #gnav {
  display: block;
  width: 100%;
  background: #8bbf2e;
}
[data-element-id] #gnav li a {
    height: auto;
    display: block;
    padding: 8px 0 8px 10px;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
}

@media only screen and (max-width: 1024px){
    	#gnav{
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
	-ms-transform: translateX(200px);
	transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	
    }
	#gnav li.sp{
		display: block;
	}
	#gnav li.menunav{
		display:block !important;
		border:none;
	}
	#gnav.fixed{
		top: 0;
    right: 0;
		left:auto;
		width:200px;
		border:none;
		z-index:101;
		padding-top:0;
		padding-bottom:0;
	}
	#gnav ul li{
		float:none;
		width:auto;
		text-align:left;
	}
	#gnav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#65ab31;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #65ab31;
		-moz-box-shadow:0px 0px 0px 2px #65ab31;
		-webkit-box-shadow:0px 0px 0px 2px #65ab31;
	}

	#gnav li{
		float:none;
		width:auto;
		border-bottom:1px dotted #fff;
		padding:0;
		margin-top:0;
		display:block !important;
	}
	#gnav ul li a{
		height:auto;
		display:block;
		padding:8px 0 8px 10px;
		font-size:16px;
		line-height:160%;
		color:#fff;
	}
	#gnav li:first-child a{
		padding-top:10px;
		height:auto;
		padding-bottom:10px;
		text-align:center;
		padding-right:10px;
	}

	#gnav li:first-child{
		border-left:none;
	}
	#gnav.action{
		-webkit-transform:translateX(0px);
    -ms-transform:translateX(0px);
    transform:translateX(0px);
	}
	#gnav p span.n{
		display: block;
		background: #fff;
		height: 2px;
		width: 26px;
		text-indent: -9999px;
		padding: 0;
		top: 50%;
		left: 6px;
		margin-top: -1px;
		position: absolute;
    }
	#gnav p span.n:before{
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: -8px;
		left: 0;
    }
	#gnav p span.n:after{
		display: block;
		content: "";
		background: #fff;
		height: 2px;
		width: 26px;
		position: absolute;
		top: 8px;
		left: 0;
    }
	#gnav.action p span.n{
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition:ease .10s;
		transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 -ms-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav ul{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #65ab31;
		padding:0;
	}
	
	#gnav li + li{
		border-left:none;
	}
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
}


@media screen and (min-width: 600px) and (max-width: 1024px) {


  header .top {
    padding: 20px;
  }

  header .top__left {
    width: 100%;
    margin-bottom: 20px;
  }
  header .nav__megamenu .order1 {
  order: 1;
}header .nav__megamenu .order2 {
  order: 2;
}
header .nav__megamenu .order3 {
  order: 3;
}
header .nav__megamenu .order4 {
  order: 4;
}
header .nav__megamenu .order5 {
  order: 5;
  margin: 0 auto 0 0;
}
header .nav__megamenu .order6 {
  order: 6;
  width: 100%;
    max-width: 100%;
}
header .nav__megamenu .order6.pull a{
  width: 50%;
    margin: -7% 0 0 auto;
}
header .nav__megamenu .order6.pull ul{
  display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background: none;
    position: inherit;
}
header .nav__megamenu .order6.pull ul a{
  width: 100%;
    margin: 0;
}
}

@media screen and (max-width: 599px) {
  header .top {
    padding: 15px;
  }

  header .top__left {
    text-align: center;
  }
  
  header .top__left h1 a{
    font-size: 24px;
  }

  header .top__left--caption {
    font-size: 14px;
    margin-bottom: 20px;
  }
  
  header .top__left--caption span{
    display: block;
    text-align: center;
  }

  header .top__center {
    margin-left: 0;
    text-align: center;
  }

  header .top__center--table table {
    margin: 0 auto 10px;
  }

  header .top__center--table th {
    font-size: 14px;
  }

  header .top__center--table td {
    font-size: 14px;
  }

  header .top__center--table span {
    font-size: 14px;
  }

  header .top__center--table p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  header .top__right {
    margin-left: 0;
  }

  header .top__left .logo {
    width: 50px;
    height: 50px !important;
  }

  header .top__left h1 {
    font-size: 23px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 1024px) {
  header .nav {
    position: fixed;
    top: 0;
    width: 100%;
  }

  header .nav__megamenu {
    z-index: 10;
    top: 0;
    left: 50;
    display: none;
    overflow: hidden;
    width: 100vw;
    width: 100%;
    height: 0;
    background-color: #fff;
  }

  header .nav__megamenu.is-open {
    z-index: 1;
    display: block;
    height: 100vh;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-animation: is-open .3s linear 0s;
    animation: is-open .3s linear 0s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }

  header .nav__megamenu ul {
    padding: 20px 0;
  }

  header .nav__megamenu ul li.dotted {
    display: none;
  }

  header .nav__megamenu ul li {
    width: 50%;
    max-width: 360px;
    color: #432810;
  }

  header .nav__megamenu ul li a {
    font-size: 14px;
    line-height: auto;
    height: auto;
    padding: 14px;
    color: #432810;
  }

  header .nav__megamenu ul li a:hover {
    background: none;
  }

  header .nav__megamenu ul li a.is-active:after {
    content: '';
    white-space: pre;
  }

  header .nav__megamenu--header {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }

  header .nav__megamenu--header h2 {
    color: #432810;
  }

  header .nav__dropdown {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  header .nav__dropdown--item {
    display: block;
    padding: 0 10px;
    color: #432810;
    background: #fff;
  }

  header .nav__dropdown--item--header {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }

  header .nav__dropdown--item--header h2 {
    color: #432810;
  }

  header .nav__dropdown--item--list {
    padding: 0;
    background: #fff;
  }

  header .nav__dropdown--item--list ul li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #432810;
    border-right: none;
    border-left: none;
  }

  header .nav__dropdown--item--list ul li a {
    font-size: 14px;
    line-height: auto;
    height: auto;
    padding: 14px;
    color: #432810;
  }

  header .nav__dropdown--item--list ul li + li {
    border-right: none;
    border-left: none;
  }
  header .nav__megamenu .pull ul{
    position: inherit;
    background: none;
    display: block;
    padding: 0;
  }
  header .nav__megamenu .pull:hover ul{
    margin: 0;
  }
}

@media only screen and (max-width: 599px){
  header .nav__megamenu ul li{
    width: 100%;
  }
  header .nav__megamenu ul li a{
    text-align: left;
  }
  header .nav{
    z-index: 200;
  }
  header .nav__megamenu ul{
    padding: 20px 0 50px 0;
  }
}

/*! main.scss */
main .underlayer__mv {
  position: relative;
  /* z-index: -1; */
  width: 100%;
}



main .underlayer__mv h1 {
   position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #432810;
}

main .underlayer__mv--img img {
  width: 100%;
}

main .underlayer__mv--img.is-transparent {
  opacity: .5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  position: relative;
  overflow: hidden;
  width: 100%;

}



main .underlayer__mv--img.is-transparent:after {
  content: '';
  display: block;
  padding-top: 25%;
}

main .underlayer__mv--img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}


@media screen and (max-width: 1024px) {
  body {
    padding-top: 25px;
  }

  main .underlayer__mv h1 {
    font-size: 30px;
  }


}

@media screen and (max-width: 599px) {
  main .underlayer__mv h1 {
    font-size: 20px;
  }
}

/*! aside.scss */
/*! footer.scss */
footer .top {
  padding: 40px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}


footer .top__main .footer-logo {
  font-size: 30px;
  font-weight: bold;
  color: #432810;
  position: relative;
  padding-left: 80px;
  display: inline-block;
}

footer .top__main .footer-logo a{
  font-size: 30px;
  font-weight: bold;
  color: #432810;
  display: inline-block;
}

footer .top__main--logo {
  width: 70px;
  height: 70px !important;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



footer .top__main--address {
  font-size: 16px;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #432810;
}

footer .top__main--table {
  margin: 0 auto 20px;
  text-align: center;
}

footer .top__main--table table {
  font-size: 16px;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-align: center;
}

footer .top__main--table th,
footer .top__main--table td {
  padding: 3px 8px;
  border: solid 1px #ccc;
}

footer .top__main--table th {
  color: #ffffff;
  background: #3C7AA1;
}

footer .top__main--table td {
  color: #8bbf2e;
}

footer .top__main--table td:first-child {
  color: #432810;
  font-weight: bold;
}

footer .top__main--table span {
  font-size: 16px;
  display: block;
  float: left;
  color: #432810;
}

footer .top__main--table .footer-logo {
  font-size: g 16px;
  overflow: auto;
  color: #432810;
}

footer .top__main--caption {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 2px 15px;
  color: #fff;
  border-radius: 12px;
  background-color: #8bbf2e;
}

footer .top__main--caption img {
  margin-right: 15px;
}

footer .top__main--caption span {
  color: #fff;
}

footer .top__main--box--contact {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  color: #432810;
}

footer .top__main--box--freedial {
  font-size: 14px;
  font-weight: bold;
  margin-left: 50px;
  color: #8bbf2e;
}

footer .top__main--box--tel {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝', serif;
  font-size: 36px;
  font-weight: 700;
  margin-top: -5px;
  color: #432810;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top__main--box--tel i {
  margin-bottom: 5px;
  margin-left: 20px;
}

footer .top__nav {
  padding-left: 20px;
}

footer .top__nav li {
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .top__nav li:before {
  width: 30px;
  height: 15px;
  content: '';
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__right--brown.png) no-repeat;
}

footer .top__nav li a {
  font-weight: 700;
  color: #432810;
}

footer .top__nav--menu {
  height: 340px;
  padding: 20px;
  border-right: 1px dotted #432810;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .top__nav--menu li {
  font-size: 14px;
  color: #432810;
}

footer .top__nav--submenu {
  height: 340px;
  padding: 20px;
  padding-right: 50px;
  border-right: 1px dotted #432810;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer .top__nav--submenu li {
  font-size: 14px;
  color: #432810;
}

/* footer .bottom {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #432810;
} */

footer .caption {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #432810;
}

footer .bottom p {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

footer .bottom p.tel {
  display: none;
}

footer .bottom p a {
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer .top {
    padding: 40px 40px 100px 40px;
  }

  footer .top__main--box {
    margin-bottom: 20px;
  }
  
  footer .top__nav--menu{
    width: 50%;
  }
  footer .top__nav--submenu{
    width: 50%;
  }
  
  footer .top__nav li:before{
    position: absolute;
    top: 7px;
    left: 0;
  }
  
  footer .top__nav li a {
    padding-left: 25px;
  }
  footer .top__nav--menu li {
    position: relative;
  }
  footer .top__nav--submenu li {
    position: relative;
  }
  
}

@media screen and (max-width: 599px) {
  footer .top {
    font-size: 14px;
    padding: 30px 20px;
    /* padding: 20px 20px 50px; */
  }
  
  footer .top__main .footer-logo a{
    font-size: 24px;
  }

  footer .top__main--address {
    display: none;
    font-size: 14px;
    margin-bottom: 20px;
  }

  footer .top__main--table {
    margin: 0 auto 20px;
    display: none;
  }

  footer .top__main--table th {
    font-size: 14px;
  }

  footer .top__main--table td {
    font-size: 14px;
  }

  footer .top__main--table span {
    font-size: 14px;
  }

  footer .top__main--table p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  footer .top__main--caption {
    font-size: 14px;
    /* margin-bottom: 20px; */
    max-width: 280px;
    margin: 0 auto 20px;
    display: none;
  }
  
  footer .top__main--caption span{
    display: block;
    text-align: center;
  }

  footer .top__main--box {
    width: 275px;
    margin: 0 auto 20px;
    display: none;
  }

  footer .top__nav {
    padding: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  footer .top__nav {
    display: none;
  }

  footer .top__nav li a {
    width: 80%;
    padding-left: 25px;
  }
  
  footer .top__nav--menu{
    height: auto;
  }

  footer .top__nav--submenu{
    height: auto;
  }
  footer .top__nav--menu li {
    font-size: 14px;
    position: relative;
  }
  
  footer .top__nav li:before{
    position: absolute;
    top: 7px;
    left: 0;
  }

  footer .top__nav--menu {
    width: 100%;
    padding: 0;
    border-right: none;
  }

  footer .top__nav--submenu li {
    font-size: 14px;
    position: relative;
  }

  footer .top__nav--submenu {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  footer .bottom {
    padding: 10px;
  }

  footer .bottom p {
    font-size: 24px;
  }

  footer .bottom p.caption {
    display: none;
  }

  footer .bottom p.tel {
    display: block;
    width: 77%;
    text-align: center;
  }
  footer .top__main--box--tel i {
    margin-left: 0;
  }
footer .caption{
  font-size: 12px;
  padding: 10px 0 80px 0;
}
}


@media screen and (max-width: 1024px) {
  footer .bottom {
    position: fixed;
    bottom: 0;
  }
}

/*! index.scss */

main .top__mv--inner {
  font-weight: 300;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 960px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  color: #432810;
}

main .top__mv--img {
  width: 100%;
}

main .top__mv--inner h1 {
  font-size: 56px;
  font-weight: 300;
  z-index: 0;
  margin-bottom: 25px;
  color: #432810;
  text-shadow: 0 0 .4em #fff, 0 0 .5em #fff, 0 0 .25em #fff;
}

main .top__mv--inner h2 {
  font-size: 36px;
  font-weight: bold;
  z-index: 0;
  color: #432810;
  text-align: center;
  text-shadow: 4px 0px 5px #fff;
}

main top__mv--img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main .top__mv img {
  width: 100%;
}

.top__mv {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.top__mv .top__mv--img {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 400px;
}

.top__mv .top__mv--img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.top__mv .top__mv--img:before {
  content: "";
  display: block;
  padding-top: 35%;
}


main .top__menu {
  padding: 30px 0;
}

main .top__menu--inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

main .top__menu--inner:after {
  display: block;
  width: 30%;
  content: '';
}

main .top__menu--inner--col {
  width: 30%;
  margin: 10px 0;
}

main .top__menu--inner--col img {
  width: 100%;
}

main .top__menu--inner--col--title {
  font-size: 22px;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0 0;
  background: #8bbf2e;
}

main .top__menu--inner--col--viewmore {
  font-size: 22px;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 15px 15px;
  background: #432810;
}

main .top__menu--inner--col--viewmore i {
  margin-bottom: 4px;
}

main .top__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  margin-top: 50px;
}

main .top__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

main .top__intro--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .top__intro--inner--col {
  width: 32%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 2%;
}

main .top__intro--inner--col--title {
  font-size: 18px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #3C7AA1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}

main .top__intro--inner--col--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .top__intro--inner--col--txtbox {
  /* overflow: hidden;
  height: 100px; */
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .top__intro .bgimg {
  width: 100%;
  height: auto;
}

main .top__intro .bgimg img {
  /*
  width: auto;
  min-width: inherit;
  height: 100% !important;
  max-width: inherit !important;
*/
  width: 100%;
}



main .top__trouble {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .top__trouble--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px;
  background: #f4fce4;
}

main .top__trouble--inner h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .top__trouble--inner ul {
  padding: 0 15%;
}

main .top__trouble--inner--col {
  width: 100%;
  padding: 10px;
  text-align: center;
  text-indent: -1.3rem;
}

main .top__trouble--inner--col p {
  font-size: 20px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  color: #432810;
}

main .top__trouble--inner--col p i {
  margin-right: 20px;
}

.fa-check-square:before {
  color: #8bbf2e;
}

main .top__feature {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .top__feature--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px;
  background: #f7f3f0;
}

main .top__feature--inner--balloon {
  font-size: 28px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto 50px;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #8bbf2e;
}

main .top__feature--inner--balloon:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: '';
  border: 15px solid transparent;
  border-top: 15px solid #8bbf2e;
}

main .top__feature--inner--balloon p {
  margin: 0;
  padding: 0;
}

main .top__feature--inner h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .top__feature--inner h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .top__feature--inner h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .top__feature--inner--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

main .top__feature--inner--icon--feature {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #432810;
}

main .top__feature--inner--icon--number {
  font-size: 42px;
  width: 64px;
  height: 64px;
  margin-bottom: 5px;
  padding-top: -5px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #8bbf2e;
}

main .top__feature--inner--icon--shadow {
  text-align: center;
}

main .top__feature--inner--col {
  width: 90%;
  padding: 10px;
}

main .top__feature--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .top__feature--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .top__feature--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .top__feature--inner--col p i {
  margin-right: 20px;
}

main .top__news {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .top__news--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

main .top__news--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .top__news--inner--col {
  width: 48%;
  padding: 30px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}

main .top__news--inner--col--button {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  background: #3C7AA1;
}

main .top__news--inner--col--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .top__news--inner--col--txt {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #432810;
  border-bottom: 1px dotted #432810;
}

main .top__news--inner--col--txt span {
  margin-right: 10px;
  text-align: left;
}

main .top__doctor {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

main .top__doctor--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.5);
}

main .top__doctor--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .top__doctor--inner ul {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

main .top__doctor--inner--box {
  position: relative;
  width: 50%;
  padding: 10px;
  text-align: center;
  color: #432810;
}

main .top__doctor--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .top__doctor--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .top__doctor--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .top__doctor--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .top__doctor--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #3C7AA1;
}

main .top__doctor--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .top__doctor--inner--box--txtbox {
  width: 80%;
  margin: 0 auto 10px;
  text-align: left;
  color: #432810;
}

main .top__doctor--inner--img {
  width: 30%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}

main .top__doctor--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .top__doctor--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .top__doctor--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .top__gmap--button {
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #8bbf2e;
}

main .top__gmap--button:hover {
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

main .top__gmap--button i {
  margin-left: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .top__mv--inner {
    top: 50%;
    width: 100%;
    padding-left: 40px;
  }

  main .top__mv--inner h1 {
    font-size: 46px;
  }

  main .top__menu--inner {
    padding: 0 40px;
  }

  main .top__menu--inner--col--title {
    font-size: 18px;
  }

  main .top__intro {
    padding: 0;
  }

  main .top__intro--inner {
    padding: 40px;
  }



  main .top__intro--inner ul li {
    width: 48%;
  }

  main .top__intro--inner--col--title {
    font-size: 14px;
  }

  main .top__intro .bgimg {
    height: auto;
    width: 100%;
  }

  main .top__intro .bgimg img {
    width: 100%;
  }

  main .top__trouble {
    padding: 0;
  }

  main .top__feature {
    padding: 0;
  }

  main .top__news--inner {
    padding: 0 40px;
  }

  main .top__doctor {
    padding: 0 0;
  }

  main .top__doctor--inner {
    padding: 40px;
  }

  main .top__doctor--inner--box {
    width: 100%;
  }

  main .top__doctor--inner--img {
    width: 50%;
  }

  main .top__doctor--inner--img img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  main .top__mv--inner {
    top: 50%;
    width: 100%;
    padding-left: 20px;
  }

  main .top__mv--inner h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  main .top__mv--inner h2 {
    font-size: 16px;
  }

  main .top__mv--inner {
    font-size: 36px;
  }

  main .top__menu {
    width: 100%;
    padding: 0 0;
  }

  main .top__menu--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__menu--inner--col {
    width: 100%;
  }

  main .top__menu--inner--col:first-child {
    margin-top: 0;
  }

  main .top__menu--inner--col:last-child {
    margin-bottom: 0;
  }

  main .top__intro {
    width: 100%;
    padding: 0;
  }

  main .top__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__intro--inner ul {
    width: 100%;
  }

  main .top__intro--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .top__intro--inner--col {
    width: 100%;
    margin-bottom: 20px;
  }

  main .top__intro--inner--col:last-child {
    margin-bottom: 0;
  }

  main .top__intro--inner--col img {
    width: 100%;
  }

  main .top__intro--inner--col--title {
    font-size: 16px;
  }

  main .top__trouble {
    width: 100%;
    padding: 0 0;
  }

  main .top__trouble--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__trouble--inner h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  main .top__trouble--inner--col {
    width: 100%;
    margin-bottom: 0;
  }

  main .top__trouble--inner ul {
    padding: 0;
  }

  main .top__trouble--inner--col img {
    width: 100%;
  }

  main .top__trouble--inner--col p {
    font-size: 16px;
    margin: 0 auto;
  }

  main .top__feature {
    width: 100%;
    padding: 0 0;
  }

  main .top__feature--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__feature--inner--balloon {
    font-size: 16px;
    padding: 0;
  }

  main .top__feature--inner--balloon {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__feature--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .top__feature--inner h2 strong {
    font-size: 24px;
  }

  main .top__feature--inner h2 small {
    font-size: 24px;
  }

  main .top__feature--inner--icon {
    width: 15%;
  }

  main .top__feature--inner--col {
    width: 85%;
    padding: 0 0 0 20px;
  }

  main .top__feature--inner--col h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  main .top__feature--inner--col h2 strong {
    font-size: 16px;
  }

  main .top__news {
    width: 100%;
    padding: 0 0;
  }

  main .top__news--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__news--inner h2 {
    margin-bottom: 20px;
  }

  main .top__news--inner--col {
    width: 100%;
    margin-bottom: 20px;
  }

  main .top__news--inner--col:last-child {
    margin-bottom: 0;
  }

  main .top__news--inner--col img {
    width: 100%;
  }

  main .top__news--inner--col--button {
    width: 100%;
  }

  main .top__doctor {
    width: 100%;
    padding: 0 0;
  }

  main .top__doctor--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .top__doctor--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .top__doctor--inner--box {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  main .top__doctor--inner--box:last-child {
    margin-bottom: 0;
  }

  main .top__doctor--inner--box img {
    width: 100%;
  }

  main .top__doctor--inner--box--title {
    font-size: 20px;
  }

  main .top__doctor--inner--box--name {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
  }
  
  main .top__doctor--inner--box--name span{
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
  }

  main .top__doctor--inner--box--button {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
  }

  main .top__doctor--inner--box--txtbox {
    width: 100%;
  }

  main .top__doctor--inner--img {
    width: 100%;
    margin-bottom: 20px;
  }

  main .top__doctor--inner--img:last-child {
    margin-bottom: 0;
  }

  main .top__doctor--inner--img img {
    width: 100%;
  }
}

/*! about.scss */
main .about__overview {
  padding: 50px 0;
}

main .about__overview--inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .about__overview--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .about__overview--inner--img {
  width: 35%;
}
main .about__overview--inner--box--txt .txt-box .txt {
    padding-bottom: 5%;
    font-size: 18px;
}
main .about__overview--inner--box--txt .txt-box dl {
    padding-bottom: 5%;
    width: 100%;
}
main .about__overview--inner--box--txt .txt-box dl dt {
  width: 30%;
  padding-right: 3%;
    box-sizing: border-box;
}
main .about__overview--inner--box--txt .txt-box .tt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 2%;
}
main .about__overview--inner--box--txt .txt-box dl dd {
  width: 70%;
}

main .about__overview--inner--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 50px 20px;
  border: 1px dotted #8bbf2e;
  background: #f4fce4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .about__overview--inner--box2 {
  width: 100%;
}



main .about__overview--inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .about__overview--inner dl dt {
  width: 30%;
}

main .about__overview--inner dl dd {
  width: 60%;
}

main .concept .concept-sumbox {
  width: 60%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}

main .concept dl.concept-item {
  width: 46%;
  margin: 2%;
}

main .concept .concept-item dt {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

main .concept .concept-item dd {
  width: 100%;
}

@media only screen and (max-width: 599px){
  main .concept dl.concept-item{
    width: 100%;
    padding-bottom: 20px;
  }
  main .concept .concept-item dt{
    font-size: 18px;
  }
  main .about__overview--inner--box--txt .txt-box .txt {
    font-size: 16px;
  }
main .about__overview--inner--box--txt .txt-box .tt {
  font-size: 18px;
}  
main .about__overview--inner--box--txt .txt-box dl dt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2%;
}

main .about__overview--inner--box--txt .txt-box dl dd {
    width: 100%;
}
}


main .about__access {
  width: 100%;
  padding: 50px 0 0;
  background: #eee;
}

main .about__access--inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
}

main .about__access h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

main .about__access p {
  margin-bottom: 20px;
  text-align: center;
}

main .about__access dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
   -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main .about__access dl dt {
  width: 160px;
  padding: 3px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #8bbf2e;
}

main .about__access dl dd {
  width: 300px;
  margin-left: 10px;
  padding: 3px;
}

main .about__faq {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

main .about__faq--inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
}

main .about__faq--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

main .about__faq--inner--circle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 480px;
  height: 480px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100%;
  background: #8bbf2e;
}

main .about__faq--inner--accordion {
  position: relative;
  z-index: 1;
  padding: 50px;
  background: #f7f3f0;
}

main .about__faq--inner--accordion dl {
  margin: 0 auto 20px;
  padding: 0 0;
}

main .about__faq--inner--accordion dl dt {
  font-size: 24px;
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #8bbf2e;
  border-bottom: 1px solid #432810;
}

main .about__faq--inner--accordion dl dt:before {
  margin-right: 10px;
  content: 'Q';
}

main .about__faq--inner--accordion dl dt:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  content: '\f105';
}

main .about__faq--inner--accordion dl dt.is-open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

main .about__faq--inner--accordion dl dd {
  font-size: 20px;
  display: none;
  width: 100%;
  padding: 10px;
  color: #432810;
}

main .about__faq--inner--accordion dl dd:before {
  font-size: 24px;
  margin-right: 10px;
  content: 'A';
}

main .about__faq--inner--accordion dl dd.is-open {
  display: block;
}

@media screen and (max-width: 599px) {
  main .about__overview {
    width: 100%;
    padding: 20px 0;
  }

  main .about__overview--inner {
    width: 100%;
    padding: 0 20px;
  }

  main .about__overview--inner h2 {
    margin-bottom: 20px;
  }

  main .about__overview--inner--img {
    width: 100%;
    margin: 0 auto 20px;
  }

  main .about__overview--inner--box {
    width: 100%;
    padding: 40px 30px 40px;
  }

  main .about__access {
    padding: 20px 0 0;
  }

  main .about__access--inner {
    width: 100%;
    padding: 0 10px 20px;
  }

  main .about__access h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .about__access dl dt {
    font-size: 14px;
    width: 160px;
  }

  main .about__access dl dd {
    font-size: 14px;
    margin-left: 5px;
    width: 90%;
  }

  main .about__faq {
    padding: 20px 15px;
  }

  main .about__faq--inner {
    width: 100%;
    margin: 0 auto;
  }

  main .about__faq--inner h2 {
    margin-bottom: 20px;
  }

  main .about__faq--inner--circle {
    width: 390px;
    height: 390px;
  }

  main .about__faq--inner--accordion {
    padding: 10px;
  }

  main .about__faq--inner--accordion dl {
    width: 100%;
  }

  main .about__faq--inner--accordion dl dt:before {
    font-size: 12px;
  }

  main .about__faq--inner--accordion dl dt {
    font-size: 12px;
  }

  main .about__faq--inner--accordion dl dd:before {
    font-size: 12px;
  }

  main .about__faq--inner--accordion dl dd {
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .about__overview--inner {
    padding: 0 40px;
  }
}

/*! equipment.scss */
main .equipment__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

main .equipment__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 40px;
}

main .equipment__intro--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 30px;
  text-align: left;
  color: #432810;
}

main .equipment__intro--inner h2:before {
  position: absolute;
  top: 50%;
  left: -30px;
  display: inline-block;
  width: 10px;
  height: 42px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #8bbf2e;
}

main .equipment__intro--inner p {
  margin-bottom: 20px;
  color: #432810;
}

main .equipment__intro--inner--col {
  width: 48%;
  text-align: center;
  background: #fff;
}

main .equipment__intro--inner--col--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .equipment__intro--inner--col--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .equipment__intro--inner--col--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .equipment__shodoku {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

main .equipment__shodoku--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 60px;
  padding: 60px 60px;
  background: rgba(255, 255, 255, 0.7);
}

main .equipment__shodoku--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .equipment__shodoku--inner h3 {
  font-size: 30px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #8bbf2e;
}

main .equipment__shodoku--inner--txtbox {
  width: 100%;
  color: #432810;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .equipment__intro {
    padding: 0;
  }

  main .equipment__intro--inner {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  main .equipment__intro {
    width: 100%;
    padding: 0;
  }

  main .equipment__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .equipment__intro--inner h2 {
    margin-bottom: 20px;
  }

  main .equipment__intro--inner--col {
    width: 100%;
    margin-bottom: 20px;
  }

  main .equipment__intro--inner--col:last-child {
    margin-bottom: 0;
  }

  main .equipment__intro--inner--col img {
    width: 100%;
  }

  main .equipment__shodoku {
    width: 100%;
    padding: 0 0;
  }

  main .equipment__shodoku--inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .equipment__shodoku--inner h3 {
    font-size: 24px;
  }
}

/*! treatment.scss */
main .treatment__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .treatment__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

main .treatment__intro--inner i {
  margin-bottom: 20px;
}

main .treatment__intro--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  color: #432810;
}

main .treatment__intro--inner--box {
  position: relative;
  width: 100%;
  padding: 0 40px 40px;
  text-align: center;
  color: #432810;
}

main .treatment__intro--inner--box:nth-child(even) {
  background: #f4fce4;
}

main .treatment__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .treatment__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .treatment__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .treatment__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .treatment__intro--inner--box--txtbox .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
}

main .treatment__intro--inner--box--txtbox ul {
  /* padding: 0 30px; */
  width: 40%;
}

main .treatment__intro--inner--box--txtbox ul.left{
  padding-left: 80px;
}

main .treatment__intro--inner--box--txtbox ul.right{
  padding-left: 30px;
}

main .treatment__intro--inner--box--txtbox li {
  list-style: outside;
  
}

main .treatment__intro--inner--box--txtbox li a{
  font-size: 18px;
  font-weight: bold;
  color: #432810;
  font-family: 'logotypegothic';
}

main .treatment__intro--inner--img {
  width: 100%;
  text-align: center;
}

main .treatment__intro--inner--img img {
  width: 100%;
}

main .treatment__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .treatment__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .treatment__detail {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

main .treatment__detail:nth-child(even) {
  background: #f4fce4;
}

main .treatment__detail--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

main .treatment__detail--inner i {
  margin-bottom: 20px;
}

main .treatment__detail--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  color: #432810;
}

main .treatment__detail--inner h2 strong {
  border-bottom: 5px solid #ff0;
}

main .treatment__detail--inner ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .treatment__detail--inner--box {
  position: relative;
  width: 55%;
  padding: 20px;
  text-align: center;
  color: #432810;
}

main .treatment__detail--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .treatment__detail--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__detail--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .treatment__detail--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__detail--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .treatment__detail--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__detail--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .treatment__detail--inner--img {
  width: 40%;
  text-align: center;
}

main .treatment__detail--inner--img img {
  width: 100%;
}

main .treatment__detail--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .treatment__detail--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .treatment__detail--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .treatment__detail:nth-of-type(even) .treatment__detail--inner ul {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  main .treatment__intro {
    width: 100%;
    padding: 0 0;
  }

  main .treatment__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .treatment__intro--inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  main .treatment__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  main .treatment__intro--inner--box img {
    width: 100%;
  }

  main .treatment__intro--inner--box--title {
    font-size: 20px;
  }

  main .treatment__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .treatment__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .treatment__intro--inner--box--txtbox {
    width: 100%;
  }

  main .treatment__intro--inner--img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  main .treatment__intro--inner--img img {
    width: 100%;
  }

  main .treatment__detail {
    width: 100%;
    padding: 0 0;
  }

  main .treatment__detail--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .treatment__detail--inner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  main .treatment__detail--inner--box {
    width: 100%;
    padding: 20px 0 0;
  }

  main .treatment__detail--inner--box img {
    width: 100%;
  }

  main .treatment__detail--inner--box--title {
    font-size: 20px;
  }

  main .treatment__detail--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .treatment__detail--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .treatment__detail--inner--box--txtbox {
    width: 100%;
  }

  main .treatment__detail--inner--img {
    width: 100%;
  }

  main .treatment__detail--inner--img img {
    width: 100%;
  }
  main .treatment__intro--inner--box--txtbox li{
    font-size: 16px;
  }
  
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .treatment__intro--inner {
    padding: 0 40px;
  }

  main .treatment__intro--inner--box--txtbox {
    text-align: left;
  }

  main .treatment__intro--inner--box--txtbox ul {
    width: 80%;
    margin: 0 auto;
  }

  main .treatment__detail--inner {
    padding: 0 40px;
  }

  main .treatment__detail--inner--box {
    width: 100%;
  }

  main .treatment__detail--inner--img {
    width: 100%;
  }
  main .treatment__intro--inner--box--txtbox ul.left{
  padding-left: 0px;
}
 main .treatment__intro--inner--box--txtbox ul.right{
  padding-left: 0px;
}
main .treatment__intro--inner--box--txtbox ul{
  padding: 0 30px;
}

  
}

@media only screen and (max-width: 599px) {
  main .treatment__intro--inner--box--txtbox {
    text-align: left;
  }

  main .treatment__intro--inner--box--txtbox ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  main .treatment__intro--inner--box--txtbox ul {
    font-size: 16px;
  }
  
   main .treatment__intro--inner--box--txtbox ul.left{
  padding-left: 0px;
}
 main .treatment__intro--inner--box--txtbox ul.right{
  padding-left: 0px;
}
main .treatment__intro--inner--box--txtbox ul{
  padding: 0 30px;
}
}




/*! price.scss */

main .price__flow {
  padding: 60px 0;
}

main .price__flow .flowboxs {
  position: relative;
  padding: 4% 0;
}

main .price__flow .flowboxs:after {
  display: block;
  content: "";
  background: url(/import/tenant_1/133.167.87.105/html/img/price/arrow.png);
  position: absolute;
  left: 10px;
  z-index: 1;
  height: 14px;
  width: 24px;
  content: '';
  background-size: contain;
  vertical-align: middle;
  margin: auto;
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
}

main .price__flow .flowboxs:last-child:after {
  display: none;
}


main .flowboxs .pic {
  width: 30%;
}

main .price__flow .num {
  font-weight: normal;
  padding-right: 15px;
}

main .price__flow .flowbox.flow {
  padding: 4%;
  position: relative;
  margin-bottom: 60px;
  width: 65%;
}



main .price__flow .flowbox .gr {
  border-bottom: 1px solid #65ab31;
  color: #65ab31;
  padding-bottom: 6px;
  margin-bottom: 16px;
  padding-left: 5em;
    text-indent: -5em;
}




main .price__contents {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

main .price__contents:nth-of-type(even) {
  background: #f4fce4;
}

main .price__contents:nth-of-type(even) .price__contents--inner--col {
  background: #fff;
}

main .price__contents--inner {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}

main .price__contents--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  color: #432810;
}

main .price__contents--inner--col {
  width: 100%;
  padding: 50px;
  text-align: center;
  border: 1px dotted #8bbf2e;
  background: #f7f3f0;
}

main .price__contents--inner--col--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 30px auto 0;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .price__contents--inner--col--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .price__contents--inner--col--txt {
  margin-bottom: 20px;
  padding: 0 0 20px;
  color: #432810;
  border-bottom: 1px solid #ccc;
}

main .price__contents--inner--col--txt:last-child {
  margin-bottom: 0;
}

main .price__contents--inner--col--txt span {
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: right;
}

main .price__contents--inner--col--txt dl {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .price__contents--inner--col--txt dl dt {
  font-weight: 700;
  width: 60%;
  padding-right: 1em;
  color: #432810;
}

main .price__contents--inner--col--txt dl dd {
  font-weight: 700;
  width: 30%;
  text-align: right;
  color: #432810;
}



@media screen and (max-width: 599px) {
  main .flowboxs .pic {
    width: 100%;
  }

  main .price__flow .flowbox.flow {
    width: 100%;
  }



  main .price__contents {
    width: 100%;
    padding: 0 0;
  }

  main .price__contents--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .price__contents--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .price__contents--inner--col {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  main .price__contents--inner--col:last-child {
    margin-bottom: 0;
  }

  main .price__contents--inner--col img {
    width: 100%;
  }

  main .price__contents--inner--col--button {
    width: 100%;
  }

  main .price__contents--inner--col--txt dl dt {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }

  main .price__contents--inner--col--txt dl dd {
    width: 100%;
  }
  main .price__flow .flowbox .gr{
    text-indent: -3.7em;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .price__flow .flowboxs {
    margin-bottom: 4%;
  }

  main .flowboxs .pic {
    width: 50%;
    margin: 0 auto;
  }

  main .price__flow .flowbox.flow {
    width: 100%;
    margin-bottom: 0%;
  }

  main .price__contents--inner {
    padding: 0 40px;
    width: 100%;
    max-width: 750px;
  }
  main .price__flow .flowbox .gr{
    text-indent: -3.7em;
  }
}

/*! blog.scss */
main .blog__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main .blog__list {
  width: 70%;
}

main .blog__list--item {
  margin-bottom: 40px;
}

main .blog__list--item--title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .blog__list--item--title:after {
  display: block;
  width: 110px;
  height: 5px;
  margin: 10px auto 0;
  content: '';
  background: #8bbf2e;
}

main .blog__list--item--info {
  padding: 20px 0;
}

main .blog__list--item--info--date {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .blog__list--item--info--date:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f073';
  color: #432810;
}

main .blog__list--item--info--category {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .blog__list--item--info--category:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f02b';
  color: #432810;
}

main .blog__list--item--date {
  color: #432810;
}

main .blog__list--item--category {
  color: #432810;
}

main .blog__list--item--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

main .blog__list--item--img {
  width: 27%;
}

main .blog__list--item--img img {
  width: 100%;
}

main .blog__list--item--txtbox {
  position: relative;
  width: 70%;
}

main .blog__list--item--txt {
  width: 100%;
  color: #432810;
}

main .blog__list--item--btn {
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background: #8bbf2e;
}

main .blog__list--item--btn a {
  color: #fff;
}

main .blog__list--item--btn a:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  content: '';
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__right--white.png) no-repeat;
}

main .blog__list--item--page ul {
  text-align: center;
}

main .blog__list--item--page ul li {
  display: inline-block;
}

main .blog__list--item--page ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  color: #432810;
  border-radius: 100%;
  background: #f7f3f0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .blog__list--item--page ul li a.is-active {
  color: #fff;
  background: #8bbf2e;
}

main .blog__list--item--page ul li a:hover {
  color: #fff;
  background: #8bbf2e;
}

main .blog__list--item--page ul li a.prev {
  color: #8bbf2e;
  background: none;
}

main .blog__list--item--page ul li a.prev:before {
  font-family: FontAwesome;
  content: '\f100';
}

main .blog__list--item--page ul li a.next {
  color: #8bbf2e;
  background: none;
}

main .blog__list--item--page ul li a.next:before {
  font-family: FontAwesome;
  content: '\f101';
}

main .blog__sidebar {
  width: 27%;
}

main .blog__sidebar--category,
main .blog__sidebar--archive {
  width: 100%;
  padding: 15px;
  border-top: 5px solid #8bbf2e;
  background: #f4fce4;
}

main .blog__sidebar--category h2,
main .blog__sidebar--archive h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .blog__sidebar--category ul li,
main .blog__sidebar--archive ul li {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #432810;
  border-bottom: 1px solid #ccc;
}

main .blog__sidebar--category ul li:after,
main .blog__sidebar--archive ul li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f061';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .blog__sidebar--archive {
  margin-top: 20px;
}

main .blog__sidebar--archive ul li {
  width: 48%;
}

@media screen and (max-width: 599px) {
  main .blog__content {
    padding: 0;
  }

  main .blog__list {
    width: 100%;
  }

  main .blog__list--item {
    margin-bottom: 0;
    padding: 20px;
  }

  main .blog__list--item--img {
    width: 100%;
  }

  main .blog__list--item--txtbox {
    width: 100%;
  }

  main .blog__list--item--txt {
    margin-top: 20px;
  }

  main .blog__list--item--btn {
    position: relative;
    margin-top: 20px;
  }

  main .blog__sidebar {
    width: 100%;
    padding: 20px;
  }

  main .blog__sidebar--category,
  main .blog__sidebar--archive {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .blog__list {
    width: 100%;
  }

  main .blog__list--item {
    margin-bottom: 0;
    padding: 40px;
  }

  main .blog__sidebar {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px;
  }

  main .blog__sidebar--category,
  main .blog__sidebar--archive {
    width: 48%;
  }

  main .blog__sidebar--archive {
    margin-top: 0;
  }
}

/*! news_detail.scss */
main .blog_detail__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main .blog_detail__list {
  width: 70%;
}

main .blog_detail__list--item {
  margin-bottom: 40px;
}

main .blog_detail__list--item--title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .blog_detail__list--item--title:after {
  display: block;
  width: 110px;
  height: 5px;
  margin: 10px auto 0;
  content: '';
  background: #8bbf2e;
}

main .blog_detail__list--item--info {
  padding: 20px 0;
}

main .blog_detail__list--item--info--date {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .blog_detail__list--item--info--date:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f073';
  color: #432810;
}

main .blog_detail__list--item--info--category {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .blog_detail__list--item--info--category:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f02b';
  color: #432810;
}

main .blog_detail__list--item--date {
  color: #432810;
}

main .blog_detail__list--item--category {
  color: #432810;
}

main .blog_detail__list--item--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .blog_detail__list--item--img {
  width: 27%;
}

main .blog_detail__list--item--img img {
  width: 100%;
}

main .blog_detail__list--item--txtbox {
  position: relative;
  width: 100%;
}

main .blog_detail__list--item--txt {
  width: 100%;
  color: #432810;
}

main .blog_detail__list--item--txt img {
  width: 100%;
}

main .blog_detail__list--item--btn {
  font-size: 20px;
  position: relative;
  margin: 40px auto 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background: #8bbf2e;
}

main .blog_detail__list--item--btn a {
  color: #fff;
}

main .blog_detail__list--item--btn a:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  content: '';
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__left--white.png) no-repeat;
}

main .blog_detail__list--item--page ul {
  text-align: center;
}

main .blog_detail__list--item--page ul li {
  display: inline-block;
}

main .blog_detail__list--item--page ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  color: #432810;
  border-radius: 100%;
  background: #f7f3f0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .blog_detail__list--item--page ul li a.is-active {
  color: #fff;
  background: #8bbf2e;
}

main .blog_detail__list--item--page ul li a:hover {
  color: #fff;
  background: #8bbf2e;
}

main .blog_detail__list--item--page ul li a.prev {
  color: #8bbf2e;
  background: none;
}

main .blog_detail__list--item--page ul li a.prev:before {
  font-family: FontAwesome;
  content: '\f100';
}

main .blog_detail__list--item--page ul li a.next {
  color: #8bbf2e;
  background: none;
}

main .blog_detail__list--item--page ul li a.next:before {
  font-family: FontAwesome;
  content: '\f101';
}

main .blog_detail__list--recommend {
  margin-bottom: 40px;
}

main .blog_detail__list--recommend--title {
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  color: #432810;
}

main .blog_detail__list--recommend--title:after {
  display: block;
  width: 110px;
  height: 5px;
  margin: 10px auto 0;
  content: '';
  background: #8bbf2e;
}

main .blog_detail__list--recommend--col {
  width: 32%;
}

main .blog_detail__list--recommend--col--img {
  width: 100%;
}

main .blog_detail__list--recommend--col--title {
  font-size: 18px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

main .blog_detail__sidebar {
  width: 27%;
}

main .blog_detail__sidebar--category,
main .blog_detail__sidebar--archive {
  width: 100%;
  padding: 15px;
  border-top: 5px solid #8bbf2e;
  background: #f7f3f0;
}

main .blog_detail__sidebar--category h2,
main .blog_detail__sidebar--archive h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .blog_detail__sidebar--category ul li,
main .blog_detail__sidebar--archive ul li {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #432810;
  border-bottom: 1px solid #ccc;
}

main .blog_detail__sidebar--category ul li:after,
main .blog_detail__sidebar--archive ul li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f061';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .blog_detail__sidebar--archive {
  margin-top: 20px;
}

main .blog_detail__sidebar--archive ul li {
  width: 48%;
}

@media screen and (max-width: 599px) {
  main .blog_detail__content {
    padding: 0;
  }

  main .blog_detail__list {
    width: 100%;
  }

  main .blog_detail__list--item {
    margin-bottom: 0;
    padding: 20px;
  }

  main .blog_detail__list--item--img {
    width: 100%;
  }

  main .blog_detail__list--item--txtbox {
    width: 100%;
  }

  main .blog_detail__list--item--txt {
    margin-top: 20px;
  }

  main .blog_detail__list--item--btn {
    position: relative;
    margin-top: 20px;
  }

  main .blog_detail__list--recommend {
    margin-bottom: 0;
    padding: 20px;
  }

  main .blog_detail__list--recommend--title {
    margin: 0 auto 20px;
  }

  main .blog_detail__list--recommend--col {
    width: 100%;
    margin-bottom: 20px;
  }

  main .blog_detail__list--recommend--col:last-child {
    margin-bottom: 0;
  }

  main .blog_detail__sidebar {
    width: 100%;
    padding: 20px;
  }

  main .blog_detail__sidebar--category,
  main .blog_detail__sidebar--archive {
    width: 100%;
  }
  main .blog__list--item--img .pic,
  main .blog_detail__list--recommend--col--img .pic{
    width: 70%;
    margin: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .blog_detail__list {
    width: 100%;
  }

  main .blog_detail__list--item {
    margin-bottom: 40px;
    padding: 0 40px;
  }

  main .blog_detail__list--recommend {
    margin-bottom: 0;
    padding: 0 40px;
  }

  main .blog_detail__sidebar {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px;
  }

  main .blog_detail__sidebar--category,
  main .blog_detail__sidebar--archive {
    width: 48%;
  }

  main .blog_detail__sidebar--archive {
    margin-top: 0;
  }
}

/*! news.scss */
main .news__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main .news__list {
  width: 70%;
}

main .news__list--item {
  margin-bottom: 40px;
}

main .news__list--item--title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .news__list--item--title:after {
  display: block;
  width: 110px;
  height: 5px;
  margin: 10px auto 0;
  content: '';
  background: #8bbf2e;
}

main .news__list--item--info {
  padding: 20px 0;
}

main .news__list--item--info--date {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .news__list--item--info--date:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f073';
  color: #432810;
}

main .news__list--item--info--category {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .news__list--item--info--category:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f02b';
  color: #432810;
}

main .news__list--item--date {
  color: #432810;
}

main .news__list--item--category {
  color: #432810;
}

main .news__list--item--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .news__list--item--img {
  width: 27%;
}

main .news__list--item--img img {
  width: 100%;
}

main .news__list--item--txtbox {
  position: relative;
  width: 70%;
}

main .news__list--item--txt {
  width: 100%;
  color: #432810;
}

main .news__list--item--btn {
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background: #8bbf2e;
}

main .news__list--item--btn a {
  color: #fff;
}

main .news__list--item--btn a:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  content: '';
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__right--white.png) no-repeat;
}

main .news__list--item--page ul {
  text-align: center;
}

main .news__list--item--page ul li {
  display: inline-block;
}

main .news__list--item--page ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  color: #432810;
  border-radius: 100%;
  background: #f7f3f0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .news__list--item--page ul li a.is-active {
  color: #fff;
  background: #8bbf2e;
}

main .news__list--item--page ul li a:hover {
  color: #fff;
  background: #8bbf2e;
}

main .news__list--item--page ul li a.prev {
  color: #8bbf2e;
  background: none;
}

main .news__list--item--page ul li a.prev:before {
  font-family: FontAwesome;
  content: '\f100';
}

main .news__list--item--page ul li a.next {
  color: #8bbf2e;
  background: none;
}

main .news__list--item--page ul li a.next:before {
  font-family: FontAwesome;
  content: '\f101';
}

main .news__sidebar {
  width: 27%;
}

main .news__sidebar--category,
main .news__sidebar--archive {
  width: 100%;
  padding: 15px;
  border-top: 5px solid #8bbf2e;
  background: #f4fce4;
}

main .news__sidebar--category h2,
main .news__sidebar--archive h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .news__sidebar--category ul li,
main .news__sidebar--archive ul li {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #432810;
  border-bottom: 1px solid #ccc;
}

main .news__sidebar--category ul li:after,
main .news__sidebar--archive ul li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f061';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .news__sidebar--archive {
  margin-top: 20px;
}

main .news__sidebar--archive ul li {
  width: 48%;
}

@media screen and (max-width: 599px) {
  main .news__content {
    padding: 0;
  }

  main .news__list {
    width: 100%;
  }

  main .news__list--item {
    margin-bottom: 0;
    padding: 20px;
  }

  main .news__list--item--img {
    width: 100%;
  }

  main .news__list--item--txtbox {
    width: 100%;
  }

  main .news__list--item--txt {
    margin-top: 20px;
  }

  main .news__list--item--btn {
    position: relative;
    margin-top: 20px;
  }

  main .news__sidebar {
    width: 100%;
    padding: 20px;
  }

  main .news__sidebar--category,
  main .news__sidebar--archive {
    width: 100%;
  }
  
  main .news__list--item--img .pic{
    width: 70%;
    margin: auto;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .news__list {
    width: 100%;
  }

  main .news__list--item {
    margin-bottom: 0;
    padding: 40px;
  }

  main .news__sidebar {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px;
  }

  main .news__sidebar--category,
  main .news__sidebar--archive {
    width: 48%;
  }

  main .news__sidebar--archive {
    margin-top: 0;
  }
}

/*! news_detail.scss */
main .news_detail__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main .news_detail__list {
  width: 70%;
}

main .news_detail__list--item {
  margin-bottom: 40px;
}

main .news_detail__list--item--title {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .news_detail__list--item--title:after {
  display: block;
  width: 110px;
  height: 5px;
  margin: 10px auto 0;
  content: '';
  background: #8bbf2e;
}

main .news_detail__list--item--info {
  padding: 20px 0;
}

main .news_detail__list--item--info--date {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .news_detail__list--item--info--date:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f073';
  color: #432810;
}

main .news_detail__list--item--info--category {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #432810;
}

main .news_detail__list--item--info--category:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f02b';
  color: #432810;
}

main .news_detail__list--item--date {
  color: #432810;
}

main .news_detail__list--item--category {
  color: #432810;
}

main .news_detail__list--item--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main .news_detail__list--item--img {
  width: 27%;
}

main .news_detail__list--item--img img {
  width: 100%;
}

main .news_detail__list--item--txtbox {
  position: relative;
  width: 100%;
}

main .news_detail__list--item--txt {
  width: 100%;
  color: #432810;
}

main .news_detail__list--item--btn {
  font-size: 20px;
  position: relative;
  margin: 40px auto 0;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background: #8bbf2e;
}

main .news_detail__list--item--btn a {
  color: #fff;
}

main .news_detail__list--item--btn a:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  content: '';
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__left--white.png) no-repeat;
}

main .news_detail__list--item--page ul {
  text-align: center;
}

main .news_detail__list--item--page ul li {
  display: inline-block;
}

main .news_detail__list--item--page ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  color: #432810;
  border-radius: 100%;
  background: #f7f3f0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .news_detail__list--item--page ul li a.is-active {
  color: #fff;
  background: #8bbf2e;
}

main .news_detail__list--item--page ul li a:hover {
  color: #fff;
  background: #8bbf2e;
}

main .news_detail__list--item--page ul li a.prev {
  color: #8bbf2e;
  background: none;
}

main .news_detail__list--item--page ul li a.prev:before {
  font-family: FontAwesome;
  content: '\f100';
}

main .news_detail__list--item--page ul li a.next {
  color: #8bbf2e;
  background: none;
}

main .news_detail__list--item--page ul li a.next:before {
  font-family: FontAwesome;
  content: '\f101';
}

main .news_detail__sidebar {
  width: 27%;
}

main .news_detail__sidebar--category,
main .news_detail__sidebar--archive {
  width: 100%;
  padding: 15px;
  border-top: 5px solid #8bbf2e;
  background: #f7f3f0;
}

main .news_detail__sidebar--category h2,
main .news_detail__sidebar--archive h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .news_detail__sidebar--category ul li,
main .news_detail__sidebar--archive ul li {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #432810;
  border-bottom: 1px solid #ccc;
}

main .news_detail__sidebar--category ul li:after,
main .news_detail__sidebar--archive ul li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  content: '\f061';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .news_detail__sidebar--archive {
  margin-top: 20px;
}

main .news_detail__sidebar--archive ul li {
  width: 48%;
}

@media screen and (max-width: 599px) {
  main .news_detail__content {
    padding: 0;
  }

  main .news_detail__list {
    width: 100%;
  }

  main .news_detail__list--item {
    margin-bottom: 0;
    padding: 20px;
  }

  main .news_detail__list--item--img {
    width: 100%;
  }

  main .news_detail__list--item--txtbox {
    width: 100%;
  }

  main .news_detail__list--item--txt {
    margin-top: 20px;
  }

  main .news_detail__list--item--btn {
    position: relative;
    margin-top: 20px;
  }

  main .news_detail__sidebar {
    width: 100%;
    padding: 20px;
  }

  main .news_detail__sidebar--category,
  main .news_detail__sidebar--archive {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .news_detail__list {
    width: 100%;
  }

  main .news_detail__list--item {
    margin-bottom: 0;
    padding: 40px;
  }

  main .news_detail__sidebar {
    width: 100%;
    margin-top: 40px;
    padding: 0 40px;
  }

  main .news_detail__sidebar--category,
  main .news_detail__sidebar--archive {
    width: 48%;
  }

  main .news_detail__sidebar--archive {
    margin-top: 0;
  }
}

/*! staff.scss */
main .staff__overview {
  padding: 50px 0;
  background: #f4fce4;
}

main .staff__overview--inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .staff__overview--inner--img {
  width: 45%;
}

main .staff__overview--inner--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding: 0 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .staff__overview--inner--box p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .staff__overview--inner--box h2 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #432810;
}

main .staff__overview--inner--box h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  color: #8bbf2e;
}

main .staff__overview--inner--box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}

main .staff__overview--inner--box dl dt {
  width: 100%;
  color: #432810;
}

main .staff__overview--inner--box dl dt:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  content: '';
  vertical-align: text-bottom;
  background: -webkit-linear-gradient(top, #8bbf2e 0%, #8bbf2e 50%, #76a516 50%, #76a516 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#8bbf2e), color-stop(50%, #8bbf2e), color-stop(50%, #76a516), to(#76a516));
  background: linear-gradient(180deg, #8bbf2e 0%, #8bbf2e 50%, #76a516 50%, #76a516 100%);
}

main .staff__overview--inner--box dl dd {
  width: 100%;
  color: #432810;
  padding-left: 20px;
}

main .staff__overview--inner--reverse {
  flex-direction: row-reverse;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

main .staff__overview--inner--reverse--img {
  width: 45%;
}

main .staff__overview--inner--reverse--img img {
  width: 100%;
}

main .staff__overview--inner--reverse--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 55%;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

main .staff__overview--inner--reverse--box h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  color: #432810;
}

main .staff__overview--inner--reverse--box--txt {
  width: 100%;
  color: #432810;
}

main .staff__history {
  position: relative;
  overflow: hidden;
  background: #f4fce4;
}

main .staff__history--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
}

main .staff__history--inner h2 {
  font-size: 34px;
  font-weight: 300;
  margin: 0 auto 20px;
  color: #8bbf2e;
}

main .staff__history--inner dl {
  margin-bottom: 20px;
}

main .staff__history--inner dl dt {
  margin-right: 20px;
  color: #432810;
}

main .staff__history--inner dl dd {
  color: #432810;
}

main .staff__profile {
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

main .staff__profile h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  z-index: 1;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .staff__profile--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .staff__profile--inner--col {
  width: 50%;
}

main .staff__profile--inner--col:nth-child(odd) .staff__profile--inner--col--card {
  margin: 0 0 0 auto;
}

main .staff__profile--inner--col:nth-child(even) .staff__profile--inner--col--card {
  margin: 0 auto 0 0;
}

main .staff__profile--inner--col:nth-child(4n+1) {
  background: #fff;
}

main .staff__profile--inner--col:nth-child(4n+2) {
  background: #f4fce4;
}

main .staff__profile--inner--col:nth-child(4n+3) {
  background: #f4fce4;
}

main .staff__profile--inner--col:nth-child(4n+4) {
  background: #fff;
}

main .staff__profile--inner--col--card {
  width: 100%;
  max-width: 480px;
  padding: 20px;
}

main .staff__profile--inner--col--card--img {
  width: 50%;
}

main .staff__profile--inner--col--card--img img {
  width: 100%;
}

main .staff__profile--inner--col--card--name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .staff__profile--inner--col--card--name p {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #432810;
}

main .staff__profile--inner--col--card--name h2 {
  font-size: 28px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #432810;
}

main .staff__profile--inner--col--card--name h3 {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #8bbf2e;
}

main .staff__profile--inner--col--card--detail {
  width: 100%;
  padding-top: 20px;
}

main .staff__profile--inner--col--card--detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}

main .staff__profile--inner--col--card--detail dl dt {
  width: 100%;
  color: #432810;
}

main .staff__profile--inner--col--card--detail dl dt:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 20px;
  content: '';
  vertical-align: text-bottom;
  background: -webkit-linear-gradient(top, #8bbf2e 0%, #8bbf2e 50%, #76a516 50%, #76a516 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#8bbf2e), color-stop(50%, #8bbf2e), color-stop(50%, #76a516), to(#76a516));
  background: linear-gradient(180deg, #8bbf2e 0%, #8bbf2e 50%, #76a516 50%, #76a516 100%);
}

main .staff__profile--inner--col--card--detail dl dd {
  width: 100%;
  color: #432810;
}

main .staff__profile--inner--col--card--txtbox {
  width: 100%;
  padding-top: 10px;
  color: #432810;
}

.bgimg.is-transparent {
  opacity: .3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

@media screen and (max-width: 599px) {
  main .staff__overview {
    width: 100%;
    padding: 20px 0;
  }

  main .staff__overview--inner {
    width: 100%;
    padding: 0 20px;
  }

  main .staff__overview--inner--img {
    width: 100%;
    margin: 0 auto 20px;
  }

  main .staff__overview--inner--box {
    width: 100%;
    padding: 0;
  }

  main .staff__overview--inner--reverse {
    margin-top: 20px;
  }

  main .staff__overview--inner--reverse--img {
    width: 100%;
    margin: 0 20px;
  }

  main .staff__overview--inner--reverse--box {
    width: 100%;
    padding: 20px;
  }

  main .staff__overview--inner--reverse--box h2 {
    font-size: 24px;
    text-align: center;
  }

  main .staff__history {
    width: 100%;
    padding: 0 0;
  }

  main .staff__history--inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .staff__history--inner h2 {
    font-size: 24px;
    text-align: center;
  }

  main .staff__history--inner dl dt {
    margin-bottom: 10px;
  }

  main .staff__history--inner dl dd {
    width: 100%;
  }

  main .staff__profile {
    padding: 20px 0 0;
  }

  main .staff__profile h2 {
    font-size: 24px;
    margin-bottom: 0;
  }

  main .staff__profile--inner {
    width: 100%;
    margin: 0 auto;
  }

  main .staff__profile--inner--col {
    width: 100%;
  }

  main .staff__profile--inner--col:nth-child(4n+1) {
    background: #fff;
  }

  main .staff__profile--inner--col:nth-child(4n+2) {
    background: #f7f3f0;
  }

  main .staff__profile--inner--col:nth-child(4n+3) {
    background: #fff;
  }

  main .staff__profile--inner--col:nth-child(4n+4) {
    background: #f7f3f0;
  }

  main .staff__profile--inner--col--card--img {
    width: 100%;
  }

  main .staff__profile--inner--col--card--name {
    width: 100%;
    margin-top: 20px;
  }
  main .staff__overview--inner--box h2 {
    font-size: 30px;
  }
  main .staff__profile--inner--col--card--detail dl dt{
    width: 100%;
  }
  main .staff__profile--inner--col--card--detail dl dd{
    width: 100%;
    padding-left: 20px;
  }
  
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .staff__overview--inner {
    padding: 0 40px;
  }

  main .staff__overview--inner--img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  main .staff__overview--inner--box {
    width: 100%;
    padding: 40px 0 0;
  }

  main .staff__overview--inner--reverse {
    padding: 0 40px;
  }

  main .staff__overview--inner--reverse--box {
    padding: 0 40px 0 0;
  }

  main .staff__history {
    padding: 0 0;
  }

  main .staff__history--inner {
    padding: 40px;
  }

  main .staff__history--inner h2 {
    text-align: center;
  }
  main .staff__profile--inner--col--card--detail dl dt{
    width: 100%;
  }
  main .staff__profile--inner--col--card--detail dl dd{
    width: 100%;
    padding-left: 20px;
  }
}

/*! ippan.scss */
main .ippan__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .ippan__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ippan__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .ippan__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .ippan__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .ippan__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .ippan__intro--inner:last-child {
  margin: 0 auto;
}

main .ippan__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .ippan__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .ippan__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .ippan__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .ippan__intro--inner--col p i {
  margin-right: 20px;
}

main .ippan__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .ippan__intro--inner--img img {
  width: 100%;
}

main .ippan__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .ippan__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .ippan__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .ippan__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .ippan__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .ippan__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .ippan__case {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .ippan__case--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
  border: 1px dotted #8bbf2e;
  background: #f4fce4;
}

main .ippan__case--inner:last-child {
  margin: 0 auto;
}

main .ippan__case--inner h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ippan__case--inner h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .ippan__case--inner h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .ippan__case--inner--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

main .ippan__case--inner--icon--feature {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #432810;
}

main .ippan__case--inner--icon--number {
  font-size: 42px;
  width: 64px;
  height: 64px;
  margin-bottom: 5px;
  padding-top: -5px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #8bbf2e;
}

main .ippan__case--inner--icon--shadow {
  text-align: center;
}

main .ippan__case--inner--col {
  width: 90%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .ippan__case--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .ippan__case--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .ippan__case--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .ippan__case--inner--col p i {
  margin-right: 20px;
}

main .ippan__case--inner--img {
  width: 45%;
  text-align: center;
}

main .ippan__case--inner--img img {
  width: 100%;
}

main .ippan__case--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__case--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__case--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .ippan__case--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
}

main .ippan__case--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .ippan__case--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__case--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .ippan__case--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__case--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__case--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__case--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .ippan__case--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

main .ippan__cr {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .ippan__cr--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

main .ippan__cr--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ippan__cr--inner p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .ippan__cr--inner h3 {
  font-size: 32px;
  font-weight: 300;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  color: #432810;
}

main .ippan__cr--inner ul {
  margin-bottom: 40px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

main .ippan__cr--inner--col {
  width: 32%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__cr--inner--col--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__cr--inner--col--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__cr--inner--col--txtbox {
  font-size: 20px;
  overflow: hidden;
  /* white-space: pre-line; */
  text-overflow: ellipsis;
  color: #fff;
}

main .ippan__crown {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .ippan__crown h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ippan__crown h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .ippan__crown h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .ippan__crown p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .ippan__crown--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .ippan__crown--inner:last-child {
  margin: 0 auto;
}

main .ippan__crown--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .ippan__crown--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .ippan__crown--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .ippan__crown--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .ippan__crown--inner--col p i {
  margin-right: 20px;
}

main .ippan__crown--inner--img {
  width: 45%;
  text-align: center;
}

main .ippan__crown--inner--img img {
  width: 100%;
}

main .ippan__crown--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__crown--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__crown--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .ippan__crown--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .ippan__crown--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .ippan__crown--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__crown--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .ippan__crown--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__crown--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ippan__crown--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ippan__crown--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .ippan__crown--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main .ippan__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ippan__intro h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .ippan__intro h2 strong {
    font-size: 24px;
  }

  main .ippan__intro h2 small {
    font-size: 24px;
  }

  main .ippan__intro p {
    padding: 0 20px;
  }

  main .ippan__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ippan__intro--inner--col {
    padding: 0;
  }

  main .ippan__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  main .ippan__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .ippan__intro--inner--img {
    width: 100%;
  }

  main .ippan__intro--inner--img img {
    width: 100%;
  }

  main .ippan__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .ippan__intro--inner--box img {
    width: 100%;
  }

  main .ippan__intro--inner--box--title {
    font-size: 20px;
  }

  main .ippan__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .ippan__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .ippan__intro--inner--box--txtbox {
    width: 100%;
  }

  main .ippan__case {
    width: 100%;
    padding: 0 0;
  }

  main .ippan__case--inner {
    margin: 0 auto;
    border: none;
  }

  main .ippan__case--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ippan__case--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .ippan__case--inner h2 strong {
    font-size: 24px;
  }

  main .ippan__case--inner h2 small {
    font-size: 24px;
  }

  main .ippan__case--inner--icon {
    width: 15%;
  }

  main .ippan__case--inner--col {
    width: 85%;
    padding: 0 0 0 20px;
  }

  main .ippan__case--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .ippan__case--inner--col h2 strong {
    font-size: 16px;
  }

  main .ippan__case--inner--img {
    width: 100%;
  }

  main .ippan__case--inner--img img {
    width: 100%;
  }

  main .ippan__case--inner--box {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ippan__case--inner--box img {
    width: 100%;
  }

  main .ippan__case--inner--box--title {
    font-size: 20px;
  }

  main .ippan__case--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .ippan__case--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .ippan__case--inner--box--txtbox {
    width: 100%;
  }

  main .ippan__cr {
    width: 100%;
    padding: 0 0;
  }

  main .ippan__cr--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ippan__cr--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .ippan__cr--inner p {
    margin: 0 auto;
    padding: 0;
  }

  main .ippan__cr--inner h3 {
    font-size: 24px;
    padding: 20px 0;
  }

  main .ippan__cr--inner ul {
    margin-bottom: 20px;
  }

  main .ippan__cr--inner--col {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  main .ippan__cr--inner--col:last-child {
    margin-bottom: 0;
  }

  main .ippan__cr--inner--col img {
    width: 100%;
  }

  main .ippan__crown {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ippan__crown h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .ippan__crown h2 strong {
    font-size: 24px;
  }

  main .ippan__crown h2 small {
    font-size: 24px;
  }

  main .ippan__crown p {
    padding: 0 20px;
  }

  main .ippan__crown--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ippan__crown--inner--col {
    padding: 0;
  }

  main .ippan__crown--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  main .ippan__crown--inner--col h2 strong {
    font-size: 16px;
  }

  main .ippan__crown--inner--img {
    width: 100%;
  }

  main .ippan__crown--inner--img img {
    width: 100%;
  }

  main .ippan__crown--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .ippan__crown--inner--box img {
    width: 100%;
  }

  main .ippan__crown--inner--box--title {
    font-size: 20px;
  }

  main .ippan__crown--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .ippan__crown--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .ippan__crown--inner--box--txtbox {
    width: 100%;
  }
  main .ippan__case--inner--icon--feature{
    font-size: 17px;
  }
  main .ippan__case--inner--icon--number{
    font-size: 30px;
    width: 44px;
    height: 44px;
  }
  main .ippan__case--inner--col h2{
    margin-bottom: 0;
  }
  
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .ippan__intro h2 {
    padding: 0 40px;
  }

  main .ippan__intro p {
    padding: 0 40px;
  }

  main .ippan__intro--inner {
    padding: 40px;
  }

  main .ippan__cr--inner--col--txtbox {
    font-size: 18px;
  }

  main .ippan__cr--inner--col {
    width: 60%;
    max-width: 300px;
    margin-bottom: 15px;
  }

  main .ippan__intro--inner--col h2 {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  main .ippan__intro--inner--img {
    width: 100%;
  }

  main .ippan__intro--inner--box {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }

  main .ippan__case {
    padding: 0;
  }

  main .ippan__case--inner {
    margin: 0 auto;
    padding: 40px;
    border: none;
  }

  main .ippan__case--inner--img {
    width: 100%;
  }

  main .ippan__case--inner--box {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ippan__cr {
    padding: 0;
  }

  main .ippan__cr--inner {
    padding: 40px;
  }

  main .ippan__crown h2 {
    padding: 0 40px;
  }

  main .ippan__crown p {
    padding: 0 40px;
  }

  main .ippan__crown--inner {
    padding: 40px;
  }

  main .ippan__crown--inner--col h2 {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  main .ippan__crown--inner--img {
    width: 100%;
  }

  main .ippan__crown--inner--box {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }
  main .ippan__case--inner--icon--feature{
    font-size: 20px;
  }
  main .ippan__case--inner--icon--number{
    font-size: 34px;
    width: 50px;
    height: 50px;
  }
  main .ippan__case--inner--col h2{
    font-size: 28px;
    margin-bottom: 0;
  }
  
}

@media only screen and (max-width: 599px) {
  main .ippan__cr--inner--col--txtbox {
    font-size: 16px;
  }
}

/*! yobo.scss */
main .yobo__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .yobo__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .yobo__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .yobo__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .yobo__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .yobo__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px;
}

main .yobo__intro--inner:last-child {
  margin: 0 auto;
}

main .yobo__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .yobo__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .yobo__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .yobo__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .yobo__intro--inner--col p i {
  margin-right: 20px;
}

main .yobo__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .yobo__intro--inner--img img {
  width: 100%;
}

main .yobo__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .yobo__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .yobo__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .yobo__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .yobo__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .yobo__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .yobo__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .yobo__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .yobo__case {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .yobo__case--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
  border: 1px dotted #8bbf2e;
  background: #f7f3f0;
}

main .yobo__case--inner:last-child {
  margin: 0 auto;
}

main .yobo__case--inner h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .yobo__case--inner h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .yobo__case--inner h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .yobo__case--inner--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

main .yobo__case--inner--icon--feature {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #432810;
}

main .yobo__case--inner--icon--number {
  font-size: 42px;
  width: 64px;
  height: 64px;
  margin-bottom: 5px;
  padding-top: -5px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #8bbf2e;
}

main .yobo__case--inner--icon--shadow {
  text-align: center;
}

main .yobo__case--inner--col {
  width: 90%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .yobo__case--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .yobo__case--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .yobo__case--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .yobo__case--inner--col p i {
  margin-right: 20px;
}

main .yobo__case--inner--img {
  width: 335px;
  text-align: center;
}

main .yobo__case--inner--img img {
  width: 100%;
}

main .yobo__case--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .yobo__case--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__case--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .yobo__case--inner--box {
  position: relative;
  width: 60%;
  padding: 20px;
  text-align: center;
  color: #432810;
}

main .yobo__case--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .yobo__case--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__case--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .yobo__case--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__case--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .yobo__case--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .yobo__case--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .yobo__case--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main .yobo__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .yobo__intro h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .yobo__intro h2 strong {
    font-size: 24px;
  }

  main .yobo__intro h2 small {
    font-size: 24px;
  }

  main .yobo__intro p {
    padding: 0 20px;
  }

  main .yobo__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .yobo__intro--inner--col {
    padding: 0;
  }

  main .yobo__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .yobo__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .yobo__intro--inner--img {
    width: 100%;
  }

  main .yobo__intro--inner--img img {
    width: 100%;
  }

  main .yobo__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .yobo__intro--inner--box img {
    width: 100%;
  }

  main .yobo__intro--inner--box--title {
    font-size: 20px;
  }

  main .yobo__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .yobo__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .yobo__intro--inner--box--txtbox {
    width: 100%;
  }

  main .yobo__case {
    width: 100%;
    padding: 0 0;
  }

  main .yobo__case--inner {
    margin: 0 auto;
    border: none;
  }

  main .yobo__case--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .yobo__case--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .yobo__case--inner h2 strong {
    font-size: 24px;
  }

  main .yobo__case--inner h2 small {
    font-size: 24px;
  }

  main .yobo__case--inner--icon {
    width: 15%;
  }

  main .yobo__case--inner--col {
    width: 85%;
    padding: 0 0 0 20px;
  }

  main .yobo__case--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .yobo__case--inner--col h2 strong {
    font-size: 16px;
  }

  main .yobo__case--inner--img {
    width: 100%;
  }

  main .yobo__case--inner--img img {
    width: 100%;
  }

  main .yobo__case--inner--box {
    width: 100%;
    padding: 20px 0 0;
  }

  main .yobo__case--inner--box img {
    width: 100%;
  }

  main .yobo__case--inner--box--title {
    font-size: 20px;
  }

  main .yobo__case--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .yobo__case--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .yobo__case--inner--box--txtbox {
    width: 100%;
  }
}

/*タブ切り替え*/


.js-tab_content {
  display: none;
}

.js-tab_content.st {
  display: block;
}





.hutoko-tab .tabbtn-box {
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 0;
}

.hutoko-tab .js-tab.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hutoko-tab .js-tab li {
  width: 45%;
  max-width: 270px;
  border: 4px solid #8bbf2e;
  text-align: center;
  color: #432810;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
  opacity: 0.6;
  cursor: pointer;
}


.hutoko-tab .js-tab li.on {
  opacity: 1.0;
}




@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .yobo__intro h2 {
    padding: 0 40px;
  }

  main .yobo__intro p {
    padding: 0 40px;
  }

  main .yobo__intro--inner {
    padding: 40px;
  }

  .hutoko-tab .tabbtn-box {
    width: 60%;
  }

  .hutoko-tab .js-tab li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .hutoko-tab .tabbtn-box {
    width: 90%;
  }

  .hutoko-tab .js-tab li {
    font-size: 18px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}

/*! shisyubyo.scss */
main .shisyubyo__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .shisyubyo__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .shisyubyo__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .shisyubyo__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .shisyubyo__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .shisyubyo__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px;
  background: #f4fce4;
}

main .shisyubyo__intro--inner:last-child {
  margin: 0 auto;
}

main .shisyubyo__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .shisyubyo__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .shisyubyo__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .shisyubyo__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .shisyubyo__intro--inner--col p i {
  margin-right: 20px;
}

main .shisyubyo__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .shisyubyo__intro--inner--img img {
  width: 100%;
}

main .shisyubyo__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shisyubyo__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .shisyubyo__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .shisyubyo__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .shisyubyo__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .shisyubyo__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shisyubyo__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .shisyubyo__intro--inner--box--txtbox p {
  text-align: left;
}

main .shisyubyo__intro--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .shisyubyo__intro--inner--box--txtbox p.is-checked {
  position: relative;
  padding-left: 20px;
}

main .shisyubyo__intro--inner--box--txtbox p.is-checked:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
}

main .shisyubyo__intro--inner--box--txtbox p.is-checked-square {
  position: relative;
  padding-left: 20px;
}

main .shisyubyo__intro--inner--box--txtbox p.is-checked-square:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f14a';
}

main .shisyubyo__intro--inner--box--txtbox p.is-checked-square.green:before {
  color: #8bbf2e;
}

main .shisyubyo__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

main .shisyubyo__intro--inner--reverse2 {
  
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

main .shisyubyo__care {
  position: relative;
  overflow: hidden;
}

main .shisyubyo__care h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .shisyubyo__care h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .shisyubyo__care h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .shisyubyo__care p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .shisyubyo__care--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .shisyubyo__care--inner:last-child {
  margin: 0 auto;
}

main .shisyubyo__care--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .shisyubyo__care--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .shisyubyo__care--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .shisyubyo__care--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .shisyubyo__care--inner--col p i {
  margin-right: 20px;
}

main .shisyubyo__care--inner--img {
  width: 45%;
  text-align: center;
}

main .shisyubyo__care--inner--img img {
  width: 100%;
}

main .shisyubyo__care--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shisyubyo__care--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__care--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .shisyubyo__care--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .shisyubyo__care--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .shisyubyo__care--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__care--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .shisyubyo__care--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__care--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shisyubyo__care--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shisyubyo__care--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .shisyubyo__care--inner--reverse {
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main .shisyubyo__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .shisyubyo__intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .shisyubyo__intro h2 strong {
    font-size: 24px;
  }

  main .shisyubyo__intro h2 small {
    font-size: 24px;
  }

  main .shisyubyo__intro p {
    padding: 0 20px;
  }

  main .shisyubyo__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .shisyubyo__intro--inner--col {
    padding: 0;
  }

  main .shisyubyo__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .shisyubyo__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .shisyubyo__intro--inner--img {
    width: 100%;
  }

  main .shisyubyo__intro--inner--img img {
    width: 100%;
  }

  main .shisyubyo__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .shisyubyo__intro--inner--box img {
    width: 100%;
  }

  main .shisyubyo__intro--inner--box--title {
    font-size: 20px;
  }

  main .shisyubyo__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .shisyubyo__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .shisyubyo__intro--inner--box--txtbox {
    width: 100%;
  }

  main .shisyubyo__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .shisyubyo__care {
    width: 100%;
    padding: 20px 0 20px;
  }

  main .shisyubyo__care h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  main .shisyubyo__care h2 strong {
    font-size: 24px;
  }

  main .shisyubyo__care h2 small {
    font-size: 24px;
  }

  main .shisyubyo__care p {
    margin: 20px auto 0;
    padding: 0 20px;
  }

  main .shisyubyo__care--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .shisyubyo__care--inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .shisyubyo__care--inner--col {
    padding: 0;
  }

  main .shisyubyo__care--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .shisyubyo__care--inner--col h2 strong {
    font-size: 16px;
  }

  main .shisyubyo__care--inner--img {
    width: 100%;
  }

  main .shisyubyo__care--inner--img img {
    width: 100%;
  }

  main .shisyubyo__care--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .shisyubyo__care--inner--box img {
    width: 100%;
  }

  main .shisyubyo__care--inner--box--title {
    font-size: 20px;
  }

  main .shisyubyo__care--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .shisyubyo__care--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .shisyubyo__care--inner--box--txtbox {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .shisyubyo__intro h2 {
    padding: 0 40px;
  }

  main .shisyubyo__intro p {
    padding: 0 40px;
  }

  main .shisyubyo__intro--inner {
    padding: 40px;
  }

  main .shisyubyo__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .shisyubyo__care h2 {
    padding: 0 40px;
  }

  main .shisyubyo__care p {
    padding: 0 40px;
  }

  main .shisyubyo__care--inner {
    padding: 40px;
  }
}

/*! shinbi.scss */
main .shinbi__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .shinbi__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .shinbi__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .shinbi__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .shinbi__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .shinbi__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .shinbi__intro--inner:last-child {
  margin: 0 auto;
}

main .shinbi__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .shinbi__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .shinbi__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .shinbi__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .shinbi__intro--inner--col p i {
  margin-right: 20px;
}

main .shinbi__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .shinbi__intro--inner--img img {
  width: 100%;
}

main .shinbi__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shinbi__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .shinbi__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .shinbi__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .shinbi__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .shinbi__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shinbi__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .shinbi__intro--inner--box--txtbox p {
  text-align: left;
}

main .shinbi__intro--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .shinbi__intro--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .shinbi__intro--inner--reverse {
  flex-direction: row-reverse;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .shinbi__intro--inner--card {
  width: 32%;
  padding: 20px;
  border: 1px dotted #8bbf2e;
  background: #f7f3f0;
}

main .shinbi__intro--inner--card--title {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #8bbf2e;
}

main .shinbi__intro--inner--card--img {
  width: 100%;
}

main .shinbi__intro--inner--card--img img {
  width: 100%;
}

main .shinbi__intro--inner--card--txtbox {
  padding-top: 20px;
  color: #432810;
}

main .shinbi__care {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .shinbi__care h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .shinbi__care h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .shinbi__care h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .shinbi__care p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .shinbi__care--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .shinbi__care--inner:last-child {
  margin: 0 auto;
}

main .shinbi__care--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .shinbi__care--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .shinbi__care--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .shinbi__care--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .shinbi__care--inner--col p i {
  margin-right: 20px;
}

main .shinbi__care--inner--img {
  width: 45%;
  text-align: center;
}

main .shinbi__care--inner--img img {
  width: 100%;
}

main .shinbi__care--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shinbi__care--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__care--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .shinbi__care--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .shinbi__care--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .shinbi__care--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__care--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .shinbi__care--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__care--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .shinbi__care--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .shinbi__care--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .shinbi__care--inner--reverse {
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .shinbi__intro {
    padding: 50px 0 0;
  }

  main .shinbi__intro h2 {
    padding: 0 40px;
  }

  main .shinbi__intro p {
    padding: 0 40px;
  }

  main .shinbi__intro--inner {
    padding: 40px;
  }

  main .shinbi__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .shinbi__intro--inner--card {
    padding: 10px;
  }

  main .shinbi__intro--inner--card--title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  main .shinbi__intro--inner--card--txtbox {
    padding-top: 10px;
  }

  main .shinbi__care h2 {
    padding: 0 40px;
  }

  main .shinbi__care p {
    padding: 0 40px;
  }
}

@media screen and (max-width: 599px) {
  main .shinbi__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .shinbi__intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .shinbi__intro h2 strong {
    font-size: 24px;
  }

  main .shinbi__intro h2 small {
    font-size: 24px;
  }

  main .shinbi__intro p {
    padding: 0 20px;
  }

  main .shinbi__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .shinbi__intro--inner--col {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .shinbi__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .shinbi__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .shinbi__intro--inner--img {
    width: 100%;
  }

  main .shinbi__intro--inner--img img {
    width: 100%;
  }

  main .shinbi__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .shinbi__intro--inner--box img {
    width: 100%;
  }

  main .shinbi__intro--inner--box--title {
    font-size: 20px;
  }

  main .shinbi__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .shinbi__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .shinbi__intro--inner--box--txtbox {
    width: 100%;
  }

  main .shinbi__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .shinbi__intro--inner--reverse {
    margin-bottom: 20px;
  }

  main .shinbi__intro--inner--card {
    width: 100%;
    margin-bottom: 20px;
  }

  main .shinbi__intro--inner--card:last-of-type {
    margin-bottom: 0;
  }

  main .shinbi__intro--inner--card--title {
    font-size: 18px;
  }

  main .shinbi__care {
    width: 100%;
    padding: 20px 0 0;
  }

  main .shinbi__care h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  main .shinbi__care h2 strong {
    font-size: 24px;
  }

  main .shinbi__care h2 small {
    font-size: 24px;
  }

  main .shinbi__care p {
    margin: 20px auto 0;
    padding: 0 20px;
  }

  main .shinbi__care--inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .shinbi__care--inner--col {
    padding: 0;
  }

  main .shinbi__care--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .shinbi__care--inner--col h2 strong {
    font-size: 16px;
  }

  main .shinbi__care--inner--img {
    width: 100%;
  }

  main .shinbi__care--inner--img img {
    width: 100%;
  }

  main .shinbi__care--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .shinbi__care--inner--box img {
    width: 100%;
  }

  main .shinbi__care--inner--box--title {
    font-size: 20px;
  }

  main .shinbi__care--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .shinbi__care--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .shinbi__care--inner--box--txtbox {
    width: 100%;
  }
}

/*! homon.scss */
main .homon__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .homon__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .homon__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .homon__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .homon__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .homon__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .homon__intro--inner:last-child {
  margin: 0 auto;
}

main .homon__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .homon__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .homon__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .homon__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .homon__intro--inner--col p i {
  margin-right: 20px;
}

main .homon__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .homon__intro--inner--img img {
  width: 100%;
}

main .homon__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .homon__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .homon__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .homon__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .homon__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .homon__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .homon__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .homon__intro--inner--box--txtbox p {
  text-align: left;
}

main .homon__intro--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .homon__intro--inner--box--txtbox p.is-checked {
  position: relative;
  padding-left: 20px;
}

main .homon__intro--inner--box--txtbox p.is-checked:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
}

main .homon__intro--inner--box--txtbox p.is-checked.red:before {
  color: #f00;
}

main .homon__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

main .homon__intro--inner--col p.utucheck,
main .homon__intro--inner--col p.huancheck {
  padding: 20px 0;
}

main .homon__intro.check2 {
  padding: 0 0 50px 0;
}

main .check2 .homon__intro--inner {
  padding-top: 0;
}

main .homon__intro .matome {
  padding: 80px 20px 0;
}

main .homon__care {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .homon__care h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .homon__care h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .homon__care h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .homon__care p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .homon__care--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .homon__care--inner:last-child {
  margin: 0 auto;
}

main .homon__care--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .homon__care--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .homon__care--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .homon__care--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .homon__care--inner--col p i {
  margin-right: 20px;
}

main .homon__care--inner--img {
  width: 45%;
  text-align: center;
}

main .homon__care--inner--img img {
  width: 100%;
}

main .homon__care--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .homon__care--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__care--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .homon__care--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .homon__care--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .homon__care--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__care--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .homon__care--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__care--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .homon__care--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homon__care--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .homon__care--inner--reverse {
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main .homon__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .homon__intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .homon__intro h2 strong {
    font-size: 24px;
  }

  main .homon__intro h2 small {
    font-size: 24px;
  }

  main .homon__intro p {
    padding: 0 20px;
  }

  main .homon__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .homon__intro--inner--col {
    padding: 0;
  }

  main .homon__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .homon__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .homon__intro--inner--img {
    width: 100%;
  }

  main .homon__intro--inner--img img {
    width: 100%;
  }

  main .homon__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .homon__intro--inner--box img {
    width: 100%;
  }

  main .homon__intro--inner--box--title {
    font-size: 20px;
  }

  main .homon__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .homon__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .homon__intro--inner--box--txtbox {
    width: 100%;
  }

  main .homon__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .homon__care {
    width: 100%;
    padding: 20px 0 20px;
  }

  main .homon__care h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  main .homon__care h2 strong {
    font-size: 24px;
  }

  main .homon__care h2 small {
    font-size: 24px;
  }

  main .homon__care p {
    margin: 20px auto 0;
    padding: 0 20px;
  }

  main .homon__care--inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .homon__care--inner--col {
    padding: 0;
  }

  main .homon__care--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .homon__care--inner--col h2 strong {
    font-size: 16px;
  }

  main .homon__care--inner--img {
    width: 100%;
  }

  main .homon__care--inner--img img {
    width: 100%;
  }

  main .homon__care--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .homon__care--inner--box img {
    width: 100%;
  }

  main .homon__care--inner--box--title {
    font-size: 20px;
  }

  main .homon__care--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .homon__care--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .homon__care--inner--box--txtbox {
    width: 100%;
  }

  main .homon__intro .matome {
    padding: 50px 0px 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .homon__intro h2 {
    padding: 0 40px;
  }

  main .homon__intro p {
    padding: 0 40px;
  }

  main .homon__intro--inner {
    padding: 40px;
  }

  main .homon__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .homon__care h2 {
    padding: 0 40px;
  }

  main .homon__care p {
    padding: 0 40px;
  }
}

/*! ireba.scss */
main .ireba__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .ireba__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ireba__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .ireba__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .ireba__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .ireba__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .ireba__intro--inner:last-child {
  margin: 0 auto;
}

main .ireba__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .ireba__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .ireba__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .ireba__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .ireba__intro--inner--col p i {
  margin-right: 20px;
}

main .ireba__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .ireba__intro--inner--img img {
  width: 100%;
}

main .ireba__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ireba__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .ireba__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .ireba__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .ireba__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .ireba__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ireba__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .ireba__intro--inner--box--txtbox p {
  text-align: left;
}

main .ireba__intro--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .ireba__intro--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .ireba__intro--inner--reverse {
  flex-direction: row-reverse;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .ireba__intro--inner--card {
  width: 32%;
  padding: 20px;
  border: 1px dotted #8bbf2e;
  background: #f7f3f0;
}

main .ireba__intro--inner--card--title {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #8bbf2e;
}

main .ireba__intro--inner--card--img {
  width: 100%;
}

main .ireba__intro--inner--card--img img {
  width: 100%;
}

main .ireba__intro--inner--card--txtbox {
  padding-top: 20px;
  color: #432810;
}

main .ireba__care {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .ireba__care h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ireba__care h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .ireba__care h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .ireba__care p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .ireba__care--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .ireba__care--inner:last-child {
  margin: 0 auto;
}

main .ireba__care--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .ireba__care--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .ireba__care--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .ireba__care--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .ireba__care--inner--col p i {
  margin-right: 20px;
}

main .ireba__care--inner--img {
  width: 45%;
  text-align: center;
}

main .ireba__care--inner--img img {
  width: 100%;
}

main .ireba__care--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ireba__care--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__care--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .ireba__care--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .ireba__care--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .ireba__care--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__care--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .ireba__care--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__care--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ireba__care--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__care--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .ireba__care--inner--box--txtbox p {
  text-align: left;
}

main .ireba__care--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .ireba__care--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .ireba__care--inner--reverse {
  flex-direction: row-reverse;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .ireba__care--inner--card {
  width: 32%;
  padding: 20px;
  border: 1px dotted #8bbf2e;
  background: #f7f3f0;
}

main .ireba__care--inner--card--title {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #8bbf2e;
}

main .ireba__care--inner--card--img {
  width: 100%;
}

main .ireba__care--inner--card--img img {
  width: 100%;
}

main .ireba__care--inner--card--txtbox {
  padding-top: 20px;
  color: #432810;
}

main .ireba__counseling {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .ireba__counseling h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .ireba__counseling h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .ireba__counseling h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .ireba__counseling p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .ireba__counseling--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .ireba__counseling--inner:last-child {
  margin: 0 auto;
}

main .ireba__counseling--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .ireba__counseling--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .ireba__counseling--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .ireba__counseling--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .ireba__counseling--inner--col p i {
  margin-right: 20px;
}

main .ireba__counseling--inner--img {
  width: 45%;
  text-align: center;
}

main .ireba__counseling--inner--img img {
  width: 100%;
}

main .ireba__counseling--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ireba__counseling--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__counseling--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .ireba__counseling--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .ireba__counseling--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .ireba__counseling--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__counseling--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .ireba__counseling--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__counseling--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .ireba__counseling--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .ireba__counseling--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .ireba__counseling--inner--box--txtbox p {
  text-align: left;
}

main .ireba__counseling--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .ireba__counseling--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .ireba__counseling--inner--reverse {
  flex-direction: row-reverse;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .ireba__counseling--inner--card {
  width: 32%;
  padding: 20px;
  border: 1px dotted #8bbf2e;
  background: #f7f3f0;
}

main .ireba__counseling--inner--card--title {
  font-size: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #8bbf2e;
}

main .ireba__counseling--inner--card--img {
  width: 100%;
}

main .ireba__counseling--inner--card--img img {
  width: 100%;
}

main .ireba__counseling--inner--card--txtbox {
  padding-top: 20px;
  color: #432810;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .ireba__intro {
    padding: 50px 0 0;
  }

  main .ireba__intro h2 {
    padding: 0 40px;
  }

  main .ireba__intro p {
    padding: 0 40px;
  }

  main .ireba__intro--inner {
    padding: 40px;
  }

  main .ireba__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .ireba__intro--inner--card {
    padding: 10px;
  }

  main .ireba__intro--inner--card--title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  main .ireba__intro--inner--card--txtbox {
    padding-top: 10px;
  }

  main .ireba__care {
    padding: 50px 0 0;
  }

  main .ireba__care h2 {
    padding: 0 40px;
  }

  main .ireba__care p {
    padding: 0 40px;
  }

  main .ireba__care--inner {
    padding: 40px;
  }

  main .ireba__care--inner--box--txtbox p {
    padding: 0;
  }

  main .ireba__care--inner--card {
    padding: 10px;
  }

  main .ireba__care--inner--card--title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  main .ireba__care--inner--card--txtbox {
    padding-top: 10px;
  }

  main .ireba__counseling {
    padding: 50px 0 0;
  }

  main .ireba__counseling h2 {
    padding: 0 40px;
  }

  main .ireba__counseling p {
    padding: 0 40px;
  }

  main .ireba__counseling--inner {
    padding: 40px;
  }

  main .ireba__counseling--inner--box--txtbox p {
    padding: 0;
  }

  main .ireba__counseling--inner--card {
    padding: 10px;
  }

  main .ireba__counseling--inner--card--title {
    font-size: 16px;
    padding-bottom: 10px;
  }

  main .ireba__counseling--inner--card--txtbox {
    padding-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  main .ireba__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ireba__intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .ireba__intro h2 strong {
    font-size: 24px;
  }

  main .ireba__intro h2 small {
    font-size: 24px;
  }

  main .ireba__intro p {
    padding: 0 20px;
  }

  main .ireba__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ireba__intro--inner--col {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ireba__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .ireba__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .ireba__intro--inner--img {
    width: 100%;
  }

  main .ireba__intro--inner--img img {
    width: 100%;
  }

  main .ireba__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .ireba__intro--inner--box img {
    width: 100%;
  }

  main .ireba__intro--inner--box--title {
    font-size: 20px;
  }

  main .ireba__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .ireba__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .ireba__intro--inner--box--txtbox {
    width: 100%;
  }

  main .ireba__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .ireba__intro--inner--reverse {
    margin-bottom: 20px;
  }

  main .ireba__intro--inner--reverse:last-of-type {
    margin-bottom: 0;
  }

  main .ireba__intro--inner--card {
    width: 100%;
    margin-bottom: 20px;
  }

  main .ireba__intro--inner--card:last-of-type {
    margin-bottom: 0;
  }

  main .ireba__intro--inner--card--title {
    font-size: 18px;
  }

  main .ireba__care {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ireba__care h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .ireba__care h2 strong {
    font-size: 24px;
  }

  main .ireba__care h2 small {
    font-size: 24px;
  }

  main .ireba__care p {
    padding: 0 20px;
  }

  main .ireba__care--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ireba__care--inner--col {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ireba__care--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .ireba__care--inner--col h2 strong {
    font-size: 16px;
  }

  main .ireba__care--inner--img {
    width: 100%;
  }

  main .ireba__care--inner--img img {
    width: 100%;
  }

  main .ireba__care--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .ireba__care--inner--box img {
    width: 100%;
  }

  main .ireba__care--inner--box--title {
    font-size: 20px;
  }

  main .ireba__care--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .ireba__care--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .ireba__care--inner--box--txtbox {
    width: 100%;
  }

  main .ireba__care--inner--box--txtbox p {
    padding: 0;
  }

  main .ireba__care--inner--reverse {
    margin-bottom: 20px;
  }

  main .ireba__care--inner--reverse::last-of-type {
    margin-bottom: 0;
  }

  main .ireba__care--inner--card {
    width: 100%;
    margin-bottom: 20px;
  }

  main .ireba__care--inner--card:last-of-type {
    margin-bottom: 0;
  }

  main .ireba__care--inner--card--title {
    font-size: 18px;
  }

  main .ireba__counseling {
    width: 100%;
    padding: 20px 0 0;
  }

  main .ireba__counseling h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .ireba__counseling h2 strong {
    font-size: 24px;
  }

  main .ireba__counseling h2 small {
    font-size: 24px;
  }

  main .ireba__counseling p {
    padding: 0 20px;
  }

  main .ireba__counseling--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ireba__counseling--inner--col {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .ireba__counseling--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .ireba__counseling--inner--col h2 strong {
    font-size: 16px;
  }

  main .ireba__counseling--inner--img {
    width: 100%;
  }

  main .ireba__counseling--inner--img img {
    width: 100%;
  }

  main .ireba__counseling--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .ireba__counseling--inner--box img {
    width: 100%;
  }

  main .ireba__counseling--inner--box--title {
    font-size: 20px;
  }

  main .ireba__counseling--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .ireba__counseling--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .ireba__counseling--inner--box--txtbox {
    width: 100%;
  }

  main .ireba__counseling--inner--box--txtbox p {
    padding: 0;
  }

  main .ireba__counseling--inner--reverse {
    margin-bottom: 20px;
  }

  main .ireba__counseling--inner--reverse:last-of-type {
    margin-bottom: 0;
  }

  main .ireba__counseling--inner--card {
    width: 100%;
    margin-bottom: 20px;
  }

  main .ireba__counseling--inner--card:last-of-type {
    margin-bottom: 0;
  }

  main .ireba__counseling--inner--card--title {
    font-size: 18px;
  }
}

/*! nenochiryo.scss */
main .nenochiryo__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .nenochiryo__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .nenochiryo__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .nenochiryo__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .nenochiryo__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .nenochiryo__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .nenochiryo__intro--inner:last-child {
  margin: 0 auto;
}

main .nenochiryo__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .nenochiryo__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .nenochiryo__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .nenochiryo__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .nenochiryo__intro--inner--col p i {
  margin-right: 20px;
}

main .nenochiryo__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .nenochiryo__intro--inner--img img {
  width: 100%;
}

main .nenochiryo__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .nenochiryo__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .nenochiryo__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .nenochiryo__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .nenochiryo__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .nenochiryo__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .nenochiryo__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .nenochiryo__intro--inner--box--txtbox p {
  text-align: left;
}

main .nenochiryo__intro--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .nenochiryo__intro--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .nenochiryo__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .nenochiryo__care {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .nenochiryo__care h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .nenochiryo__care h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .nenochiryo__care h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .nenochiryo__care p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .nenochiryo__care--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .nenochiryo__care--inner:last-child {
  margin: 0 auto;
}

main .nenochiryo__care--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .nenochiryo__care--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .nenochiryo__care--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .nenochiryo__care--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .nenochiryo__care--inner--col p i {
  margin-right: 20px;
}

main .nenochiryo__care--inner--img {
  width: 45%;
  text-align: center;
}

main .nenochiryo__care--inner--img img {
  width: 100%;
}

main .nenochiryo__care--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .nenochiryo__care--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__care--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .nenochiryo__care--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .nenochiryo__care--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .nenochiryo__care--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__care--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .nenochiryo__care--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__care--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .nenochiryo__care--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .nenochiryo__care--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .nenochiryo__care--inner--reverse {
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  main .nenochiryo__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .nenochiryo__intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .nenochiryo__intro h2 strong {
    font-size: 24px;
  }

  main .nenochiryo__intro h2 small {
    font-size: 24px;
  }

  main .nenochiryo__intro p {
    padding: 0 20px;
  }

  main .nenochiryo__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .nenochiryo__intro--inner--col {
    padding: 0;
  }

  main .nenochiryo__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .nenochiryo__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .nenochiryo__intro--inner--img {
    width: 100%;
  }

  main .nenochiryo__intro--inner--img img {
    width: 100%;
  }

  main .nenochiryo__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .nenochiryo__intro--inner--box img {
    width: 100%;
  }

  main .nenochiryo__intro--inner--box--title {
    font-size: 20px;
  }

  main .nenochiryo__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .nenochiryo__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .nenochiryo__intro--inner--box--txtbox {
    width: 100%;
  }

  main .nenochiryo__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .nenochiryo__care {
    width: 100%;
    padding: 20px 0 0;
  }

  main .nenochiryo__care h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  main .nenochiryo__care h2 strong {
    font-size: 24px;
  }

  main .nenochiryo__care h2 small {
    font-size: 24px;
  }

  main .nenochiryo__care p {
    margin: 20px auto 0;
    padding: 0 20px;
  }

  main .nenochiryo__care--inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .nenochiryo__care--inner--col {
    padding: 0;
  }

  main .nenochiryo__care--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .nenochiryo__care--inner--col h2 strong {
    font-size: 16px;
  }

  main .nenochiryo__care--inner--img {
    width: 100%;
  }

  main .nenochiryo__care--inner--img img {
    width: 100%;
  }

  main .nenochiryo__care--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .nenochiryo__care--inner--box img {
    width: 100%;
  }

  main .nenochiryo__care--inner--box--title {
    font-size: 20px;
  }

  main .nenochiryo__care--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .nenochiryo__care--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .nenochiryo__care--inner--box--txtbox {
    width: 100%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .nenochiryo__intro h2 {
    padding: 0 40px;
  }

  main .nenochiryo__intro p {
    padding: 0 40px;
  }

  main .nenochiryo__intro--inner {
    padding: 40px;
  }

  main .nenochiryo__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .nenochiryo__care h2 {
    padding: 0 40px;
  }

  main .nenochiryo__care p {
    padding: 0 40px;
  }
}

/*! tc.scss */
main .tc__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #fff;
}

main .tc__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .tc__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .tc__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .tc__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .tc__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .tc__intro--inner:last-child {
  margin: 0 auto;
}

main .tc__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .tc__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .tc__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .tc__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .tc__intro--inner--col p i {
  margin-right: 20px;
}

main .tc__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .tc__intro--inner--img img {
  width: 100%;
}

main .tc__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .tc__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .tc__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .tc__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .tc__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .tc__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .tc__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .tc__intro--inner--box--txtbox p {
  text-align: left;
}

main .tc__intro--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .tc__intro--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .tc__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .tc__care {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f4fce4;
}

main .tc__care h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  text-align: center;
  color: #432810;
}

main .tc__care h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .tc__care h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .tc__care p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .tc__care--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
}

main .tc__care--inner:last-child {
  margin: 0 auto;
}

main .tc__care--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .tc__care--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .tc__care--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .tc__care--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .tc__care--inner--col p i {
  margin-right: 20px;
}

main .tc__care--inner--img {
  width: 30%;
  max-width: 186px;
  text-align: center;
}

main .tc__care--inner--img img {
  width: 100%;
}

main .tc__care--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .tc__care--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__care--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .tc__care--inner--box {
  position: relative;
  width: 70%;
  padding: 20px;
  text-align: center;
  color: #432810;
}

main .tc__care--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .tc__care--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__care--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .tc__care--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__care--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .tc__care--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__care--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .tc__care--inner--box--txtbox p {
  text-align: left;
}

main .tc__care--inner--box--txtbox p.caption {
  margin-top: 20px;
}

main .tc__care--inner--box--txtbox i {
  margin-right: 10px;
  color: #f00;
}

main .tc__care--inner--reverse {
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .tc__counseling {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

main .tc__counseling--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.5);
}

main .tc__counseling--inner h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .tc__counseling--inner ul {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

main .tc__counseling--inner--box {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #432810;
}

main .tc__counseling--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .tc__counseling--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__counseling--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .tc__counseling--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__counseling--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .tc__counseling--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__counseling--inner--box--txtbox {
  width: 80%;
  margin: 0 auto 10px;
  text-align: left;
  color: #432810;
}

main .tc__counseling--inner--img {
  width: 30%;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}

main .tc__counseling--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .tc__counseling--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .tc__counseling--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .underlayer__mv h1.small {
    font-size: 32px;
  }

  main .tc__intro h2 {
    padding: 0 40px;
  }

  main .tc__intro p {
    padding: 0 40px;
  }

  main .tc__intro--inner {
    padding: 40px;
  }

  main .tc__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .tc__care h2 {
    padding: 0 40px;
  }

  main .tc__care p {
    padding: 0 40px;
  }

  main .tc__care--inner--box--txtbox p {
    padding: 0;
  }

  main .tc__counseling {
    padding: 0 0;
  }

  main .tc__counseling--inner {
    padding: 40px;
  }

  main .tc__counseling--inner--box {
    width: 100%;
  }

  main .tc__counseling--inner--img {
    width: 50%;
  }

  main .tc__counseling--inner--img img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  main .underlayer__mv h1.small {
    font-size: 18px;
  }

  main .tc__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .tc__intro h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .tc__intro h2 strong {
    font-size: 24px;
  }

  main .tc__intro h2 small {
    font-size: 24px;
  }

  main .tc__intro p {
    padding: 0 20px;
  }

  main .tc__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .tc__intro--inner--col {
    padding: 0;
  }

  main .tc__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .tc__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .tc__intro--inner--img {
    width: 100%;
  }

  main .tc__intro--inner--img img {
    width: 100%;
  }

  main .tc__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .tc__intro--inner--box img {
    width: 100%;
  }

  main .tc__intro--inner--box--title {
    font-size: 20px;
  }

  main .tc__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .tc__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .tc__intro--inner--box--txtbox {
    width: 100%;
  }

  main .tc__intro--inner--box--txtbox p {
    padding: 0;
  }

  main .tc__care {
    width: 100%;
    padding: 20px 0 20px;
  }

  main .tc__care h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0 20px;
  }

  main .tc__care h2 strong {
    font-size: 24px;
  }

  main .tc__care h2 small {
    font-size: 24px;
  }

  main .tc__care p {
    margin: 20px auto 0;
    padding: 0 20px;
  }

  main .tc__care--inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .tc__care--inner--col {
    padding: 0;
  }

  main .tc__care--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .tc__care--inner--col h2 strong {
    font-size: 16px;
  }

  main .tc__care--inner--img {
    width: 100%;
  }

  main .tc__care--inner--img img {
    width: 100%;
  }

  main .tc__care--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .tc__care--inner--box img {
    width: 100%;
  }

  main .tc__care--inner--box--title {
    font-size: 20px;
  }

  main .tc__care--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .tc__care--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .tc__care--inner--box--txtbox {
    width: 100%;
  }

  main .tc__care--inner--box--txtbox p {
    padding: 0;
  }

  main .tc__care--inner--reverse {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .tc__counseling {
    width: 100%;
    padding: 0 0;
  }

  main .tc__counseling--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .tc__counseling--inner h2 {
    margin-bottom: 20px;
  }

  main .tc__counseling--inner--box {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  main .tc__counseling--inner--box:last-child {
    margin-bottom: 0;
  }

  main .tc__counseling--inner--box img {
    width: 100%;
  }

  main .tc__counseling--inner--box--title {
    font-size: 20px;
  }

  main .tc__counseling--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .tc__counseling--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .tc__counseling--inner--box--txtbox {
    width: 100%;
  }

  main .tc__counseling--inner--img {
    width: 100%;
    margin-bottom: 20px;
  }

  main .tc__counseling--inner--img:last-child {
    margin-bottom: 0;
  }

  main .tc__counseling--inner--img img {
    width: 100%;
  }
}

/*! recruit.scss */
main .recruit__intro {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
  background: #f4fce4;
}

main .recruit__intro h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .recruit__intro h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .recruit__intro h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .recruit__intro p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .recruit__intro .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

main .recruit__intro .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

main .recruit__intro--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  text-align: center;
}

main .recruit__intro--inner:last-child {
  margin: 0 auto;
}

main .recruit__intro--inner i {
  margin-bottom: 20px;
}

main .recruit__intro--inner--col {
  width: 100%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .recruit__intro--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .recruit__intro--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .recruit__intro--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .recruit__intro--inner--col p i {
  margin-right: 20px;
}

main .recruit__intro--inner--img {
  width: 45%;
  text-align: center;
}

main .recruit__intro--inner--img img {
  width: 100%;
}

main .recruit__intro--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .recruit__intro--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__intro--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .recruit__intro--inner--box {
  position: relative;
  width: 50%;
  padding: 20px;
  text-align: center;
  color: #432810;
  border-left: 5px solid #8bbf2e;
}

main .recruit__intro--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .recruit__intro--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__intro--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .recruit__intro--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__intro--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .recruit__intro--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__intro--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .recruit__intro--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .recruit__merit {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  background: #f4fce4;
}

main .recruit__merit i {
  margin-bottom: 20px;
}

main .recruit__merit h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  color: #432810;
}

main .recruit__merit h2 strong {
  border-bottom: 5px solid #3C7AA1;
}

main .recruit__merit p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .recruit__merit .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

main .recruit__merit .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

main .recruit__merit--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
  /*  border: 1px dotted #8bbf2e;*/
  background: #fff;
}

main .recruit__merit--inner:last-child {
  margin: 0 auto;
}

main .recruit__merit--inner h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #432810;
}

main .recruit__merit--inner h2 strong {
  font-size: 56px;
  color: #8bbf2e;
}

main .recruit__merit--inner h2 small {
  font-size: 36px;
  color: #8bbf2e;
}

main .recruit__merit--inner--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

main .recruit__merit--inner--icon--feature {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #432810;
}

main .recruit__merit--inner--icon--number {
  font-size: 42px;
  width: 64px;
  height: 64px;
  margin-bottom: 5px;
  padding-top: -5px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #8bbf2e;
}

main .recruit__merit--inner--icon--shadow {
  text-align: center;
}

main .recruit__merit--inner--col {
  width: 90%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

main .recruit__merit--inner--col h2 {
  font-size: 32px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #8bbf2e;
}

main .recruit__merit--inner--col h2 strong {
  font-size: 32px;
  color: #8bbf2e;
}

main .recruit__merit--inner--col p {
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  color: #432810;
}

main .recruit__merit--inner--col p i {
  margin-right: 20px;
}

main .recruit__merit--inner--img {
  width: 30%;
  text-align: center;
}

main .recruit__merit--inner--img img {
  width: 100%;
}

main .recruit__merit--inner--img--title {
  font-size: 22px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .recruit__merit--inner--img--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__merit--inner--img--txtbox {
  overflow: hidden;
  height: 100px;
  white-space: pre-line;
  text-overflow: ellipsis;
}

main .recruit__merit--inner--box {
  position: relative;
  width: 65%;
  padding: 20px;
  text-align: center;
  color: #432810;
}

main .recruit__merit--inner--box--title {
  font-size: 30px;
  position: relative;
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  color: #432810;
}

main .recruit__merit--inner--box--title i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__merit--inner--box--name {
  font-size: 20px;
  margin: 0 0 0 auto;
  padding: 20px 0 30px;
  text-align: right;
  color: #432810;
}

main .recruit__merit--inner--box--name i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__merit--inner--box--button {
  font-size: 22px;
  position: relative;
  width: 300px;
  margin: 0 0 0 auto;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #432810;
}

main .recruit__merit--inner--box--button i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .recruit__merit--inner--box--txtbox {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: #432810;
}

main .recruit__merit--inner--reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

main .recruit__offer {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
  background: #fff;
}

main .recruit__offer i {
  margin-bottom: 20px;
}

main .recruit__offer h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 36px;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  color: #432810;
}

main .recruit__offer h2 strong {
  border-bottom: 5px solid #ff0;
}

main .recruit__offer p {
  margin: 0 auto;
  text-align: center;
  color: #432810;
}

main .recruit__offer--inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px;
  border: 1px dotted #8bbf2e;
  background: #f4fce4;
}

main .recruit__offer--inner:last-child {
  margin: 0 auto;
}

main .recruit__offer--inner dl {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

main .recruit__offer--inner dl dt {
  width: 20%;
  color: #432810;
}

main .recruit__offer--inner dl dt.tit {
    width: auto;
    font-size: 20px;
}



main .recruit__offer--inner dl dd {
  width: 80%;
  color: #432810;
}



@media screen and (min-width: 600px) and (max-width: 1024px) {
  main .recruit__intro {
    padding: 0;
  }

  main .recruit__intro h2 {
    padding: 0 40px;
  }

  main .recruit__intro p {
    padding: 0 40px;
  }

  main .recruit__intro--inner {
    padding: 40px;
  }

  main .recruit__intro--inner--col h2 {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  main .recruit__intro--inner--img {
    width: 100%;
  }

  main .recruit__intro--inner--box {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }

  main .recruit__merit {
    padding: 40px 0 0;
    background: #f7f3f0;
  }

  main .recruit__merit h2 {
    padding: 0 40px;
  }

  main .recruit__merit p {
    padding: 0 40px;
  }

  main .recruit__merit--inner {
    margin: 0 auto;
    padding: 40px;
    border: none;
  }

  main .recruit__merit--inner--img {
    width: 100%;
  }

  main .recruit__merit--inner--box {
    width: 100%;
    padding: 20px 0 0;
  }

  main .recruit__offer {
    padding: 0;
    background: #f7f3f0;
  }

  main .recruit__offer p {
    padding: 0 40px;
  }

  main .recruit__offer--inner {
    margin: 0 auto;
    padding: 40px;
    border: none;
  }

  main .recruit__offer--inner dl dt.tit {
    width: auto;
  }
}

@media screen and (max-width: 599px) {
  main .recruit__intro {
    width: 100%;
    padding: 20px 0 0;
  }

  main .recruit__intro h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  main .recruit__intro h2 strong {
    font-size: 24px;
  }

  main .recruit__intro h2 small {
    font-size: 24px;
  }

  main .recruit__intro p {
    padding: 0 20px;
  }

  main .recruit__intro--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .recruit__intro--inner--col {
    padding: 0;
  }

  main .recruit__intro--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  main .recruit__intro--inner--col h2 strong {
    font-size: 16px;
  }

  main .recruit__intro--inner--img {
    width: 100%;
  }

  main .recruit__intro--inner--img img {
    width: 100%;
  }

  main .recruit__intro--inner--box {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
  }

  main .recruit__intro--inner--box img {
    width: 100%;
  }

  main .recruit__intro--inner--box--title {
    font-size: 20px;
  }

  main .recruit__intro--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .recruit__intro--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .recruit__intro--inner--box--txtbox {
    width: 100%;
  }

  main .recruit__merit {
    width: 100%;
    padding: 20px 0 0;
    background: #f7f3f0;
  }

  main .recruit__merit h2 {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  main .recruit__merit p {
    padding: 0 20px;
  }

  main .recruit__merit--inner {
    margin: 0 auto;
    border: none;
  }

  main .recruit__merit--inner {
    width: 100%;
    padding: 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .recruit__merit--inner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .recruit__merit--inner h2 strong {
    font-size: 24px;
  }

  main .recruit__merit--inner h2 small {
    font-size: 24px;
  }

  main .recruit__merit--inner--icon {
    width: 20%;
  }

  main .recruit__merit--inner--col {
    width: 80%;
    padding: 0 0 0 20px;
  }

  main .recruit__merit--inner--col h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .recruit__merit--inner--col h2 strong {
    font-size: 16px;
  }

  main .recruit__merit--inner--img {
    width: 100%;
  }

  main .recruit__merit--inner--img img {
    width: 100%;
  }

  main .recruit__merit--inner--box {
    width: 100%;
    padding: 20px 0 0;
  }

  main .recruit__merit--inner--box img {
    width: 100%;
  }

  main .recruit__merit--inner--box--title {
    font-size: 20px;
  }

  main .recruit__merit--inner--box--name {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  main .recruit__merit--inner--box--button {
    width: 100%;
    margin: 0 auto;
  }

  main .recruit__merit--inner--box--txtbox {
    width: 100%;
  }

  main .recruit__offer {
    width: 100%;
    padding: 20px 0 0;
    background: #f7f3f0;
  }

  main .recruit__offer h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  main .recruit__offer p {
    padding: 0 20px;
  }

  main .recruit__offer--inner {
    margin: 0 auto;
    border: none;
  }

  main .recruit__offer--inner {
    width: 100%;
    padding: 30px 20px 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  main .recruit__offer--inner dl {
    padding: 20px 0;
  }

  main .recruit__offer--inner dl dt {
    width: 100%;

  }

  main .recruit__offer--inner dl dd {
    width: 100%;
    padding-top: 10px;
  }

  main .recruit__offer--inner dl dt.tit {
    width: auto;
    font-size: 18px;
  }
  main .recruit__offer--inner dl dt.tit span {
   display: block;
  }
}

/*! display.scss */
.is-hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .is-hidden-pc {
    display: none !important;
  }
  
  
  
}

@media screen and (max-width: 1024px) {
  .is-hidden-tb {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .is-hidden-sp {
    display: none !important;
  }
}

/*! icon.scss */
.tooth {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: bottom;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/tooth.png) no-repeat;
}

.tooth--white {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: bottom;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/tooth--white.png) no-repeat;
}

.tooth--green {
  display: inline-block;
  width: 42px;
  height: 53px;
  vertical-align: bottom;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/tooth--green.png) no-repeat;
}

.tooth--clean {
  display: inline-block;
  width: 44px;
  height: 54px;
  vertical-align: bottom;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/tooth--clean.png) no-repeat;
}

.telephone {
  display: inline-block;
  width: 22px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/tel.png) no-repeat;
}

.arrow__right {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__right--brown.png) no-repeat;
}

.arrow__right--white {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/import/tenant_1/133.167.87.105/html/img/common/arrow__right--white.png) no-repeat;
}

/*! map.scss */
.gmap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 40%;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*! text.scss */
@font-face {
  font-family: 'logotypegothic';
  src: url(/import/tenant_1/133.167.87.105/html/font/logotypegothic.woff) format("woff"), url(/import/tenant_1/133.167.87.105/html/font/logotypegothic.ttf) format("truetype"), url(/import/tenant_1/133.167.87.105/html/font/logotypegothic.otf) format("opentype");
}

.logotypegothic {
  font-family: 'logotypegothic';
}

.nsans {
  font-family: 'Noto Sans', serif;
}

.nsansj {
  font-family: 'Noto Sans Japanese', sans-serif;
}

.nserif {
  font-family: 'Noto Serif', serif;
}

.hannari {
  font-family: 'Hannari';
}

/*contact*/

.contactform p {
  color: #432810;
  padding: 0 0 58px 0;
}


.contactform .i {
  color: #EB6C54;
  font-family: FontAwesome;
  padding-left: 5px;
}

.contactform dt {
  float: left;
  background: #f4fce4;
  color: #000;
  padding: 20px 0 1020px 20px;
  width: 130px;
  margin-bottom: -1000px;
}

.contactform dd {
  float: left;
  padding: 14px 0 10px 32px;
  width: 498px;
}

.contactform dd .x {
  display: block;
  color: #000;
  font-size: 14px;
  padding-top: 3px;
}

.contactform dl {
  overflow: hidden;
  border-bottom: 1px dotted #999999;
}

.contactform dd .size1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactform dd .age {
  width: 80px;
}

.contactform dd textarea {
  width: 100%;
  height: 315px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactform .table {
  padding-bottom: 35px;
}

.contactform .formbtn {
  text-align: center;
  letter-spacing: -6px;
  padding-bottom: 50px;
}

.contactform .formbtn li {
  text-align: center;
  display: inline-block !important;
  padding: 10px 10px;
}

.contactform .formbtn li .send {
  width: 152px;
  height: 44px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #8bbf2e;
  font-size: 16px;
}

.contactform .formbtn li .modoru {
  width: 152px;
  height: 44px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #EC6D56;
  font-size: 16px;
}

.contactform .formbtn li a{
      display: block;
    letter-spacing: 0;
    line-height: 44px;
}

.contacttel .contact-telbox {
  width: 60%;
  margin: 0 auto;
}

.contacttel .contact-telbox dl {
  width: 100%;
  padding: 10px 0;
}

.contacttel .contact-telbox dl dt,
.contacttel .contact-telbox dl dd {
  font-size: 30px;
  font-weight: bold;
  color: #8bbf2e;

}

.contacttel .contact-telbox dl a[href*='tel'] {
  color: #8bbf2e;
}

.contacttel .contact-telbox p {
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  main .about__overview--inner h2 {
    font-size: 24px;
  }

  .contacttel .contact-telbox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }


}


@media only screen and (max-width: 785px) {
  main .contactform dl dt {
    float: none;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 1.5%;
    width: 100%;
  }

  main .contactform dl dd {
    float: none;
    width: auto;
    padding-left: 0;
    width: 100%;
  }

  main .contactform dl + dl {
    padding-top: 20px;
  }
}


@media only screen and (max-width: 599px) {
  .contacttel .contact-telbox {
    padding: 10px;
  }

  .contacttel .contact-telbox dl {
    width: 100%;

  }


  .contacttel .contact-telbox dl dt,
  .contacttel .contact-telbox dl dd {
    font-size: 20px;
  }


}


/*  sidenav*/
ul.sidenav{
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 100;
}

ul.sidenav li {
    background: #3C7AA1;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 120px;
    height: 120px;
    position: relative;
    margin-bottom: 20px;
}

ul.sidenav li a{
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul.sidenav li:nth-of-type(2){
  background: #8bbf2e;
}


ul.sidenav li span {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  
}

ul.sidenav li span.contacticon:before {
  font-family: FontAwesome;
    content: '\f0e0';
    display: block;
    font-size: 35px;
    padding-bottom: 10px;
}

ul.sidenav li span.phone:before {
  font-family: FontAwesome;
    content: '\f095';
    display: block;
    font-size: 35px;
    padding-top: 10px;
}

@media only screen and (max-width: 1024px){
  ul.sidenav{
    top: 70px;
    
  }
  
  ul.sidenav li{
    width: 100px;
    height:100px;
  }
  
  ul.sidenav li a{
    width: 100px;
    height:100px;
  }
  
  
  ul.sidenav li span{
    font-size: 12px;
    
  }
    
  ul.sidenav li span.contacticon:before {
    font-size: 30px;
  }
  ul.sidenav li span.phone:before {
    font-size: 30px;
  }
  
}

@media only screen and (max-width: 599px){
 ul.sidenav{
    top: auto;
    bottom: 0;
    display: flex;
    width: 100%;
  }
  
  ul.sidenav li{
    width: 50%;
    height: 58px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  
  ul.sidenav li a{
    width: 50px;
    height:50px;
  }
  
  
  ul.sidenav li span{
    font-size: 12px;
    }
    
  ul.sidenav li span.contacticon:before {
    font-size: 30px;
    padding-bottom: 2px;
  }
  
  
  /* ul.sidenav li:nth-of-type(2) {
    display: none;
  } */
}

header .top__left h1,
.footer-logo {
  line-height: 1;
  text-align: left;
}

header h1 .s1,
.footer-logo .s1{
  font-size: 14px;
}

header h1 .s2,
.footer-logo .s2{
  font-size: 12px;
  padding-left: 1rem;
}

.img_inner {
  width: 80%;
  margin: auto;
}


/* 2025.07.28 */

.con-p{
  text-align: center;
    font-size: 20px;
}

.other-staff{
  display: block !important;
  width: 50% !important;
    margin: auto !important;
}

.other-staff div{
  font-size: 18px;
  line-height: 2;
}

.pc-none{
  display: none;
}

@media screen and (max-width: 599px) {
  .other-staff{
  width: 100% !important;
}

.pc-none{
  display: block;
}

.other-staff div{
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
}
