@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Share:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}

/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}

/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}

/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none !important;
  }
}

/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.7;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  /*任意でフォントサイズを指定*/
}

@media screen and (min-width: 1025px) {
  body {
    font-weight: 500;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@page {
  size: A4;
  margin: 5mm;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
a:not([class]) {
  color: #2e704c;
}

a:not([class]):hover {
  color: #4f3838;
}

a:not([class]):active {
  color: #4f3838;
}

/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/** Selection */
::-moz-selection,
::-moz-selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*マージン*/
.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.mlr-03 {
  margin-right: -0.3em;
  margin-left: -0.3em;
}

.mlr-01 {
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.mb00 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 1024px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 599px) {
  .mt80 {
    margin-top: 30px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
    .header {
        position: relative !important; //ヘッダー固定fixedを解除
    }
    .header .header-inner {
        width: 100% !important; //サイト幅を解除
    }
    .page-title {
        margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
        width: 100% !important; //サイト幅を解除
    }
    .breadcrumbs-list {
        width: 100% !important; //サイト幅を解除
    }
    .global-nav {
        width: 100%; //サイト幅を解除
    }
    ------- ↑その他参考　---------*/
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

header {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 106px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}

@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 360px;
  height: 200px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  z-index: 10;
}

@media screen and (max-width: 1500px) {
  .header-logo {
    width: 270px;
    height: 170px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .header-logo {
    width: 240px;
    height: 150px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .header-logo {
    max-width: 210px;
    height: 100%;
    margin-left: 15px;
    padding-top: 5px !important;
    background-color: transparent;
  }
}

@media screen and (max-width: 599px) {
  .header-logo {
    max-width: 166px;
    margin-left: 10px;
  }
}

.h_fixed .header-logo {
  height: 100%;
  padding-top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.header-logo a {
  display: block;
  padding: 0 35px 0 15px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .header-logo a {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1024px) {
  .header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }
}

.header-logo a img {
  display: block;
  max-width: 280px;
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 1024px) {
  .header-logo a img {
    max-width: none;
  }
}

.h_fixed .header-logo a img {
  max-width: 260px;
}

.header-logo a span {
  display: block;
  margin-top: 20px;
  color: #4f3838;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  opacity: .7;
  letter-spacing: .3em;
  white-space: nowrap;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 1500px) {
  .header-logo a span {
    margin-top: 15px;
    font-size: 1.1rem;
    letter-spacing: .23em;
  }
}

@media screen and (max-width: 1200px) {
  .header-logo a span {
    margin-top: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-logo a span {
    display: none;
  }
}

.h_fixed .header-logo a span {
  display: none;
  opacity: 0;
}

.header-logo a:hover img,
.header-logo a:hover span {
  opacity: .8;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .header-nav__list {
    display: none;
  }
}

.header-nav__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 50px;
}

.header-nav__list li:not(:last-child)::before, .header-nav__list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
}

.header-nav__list li:not(:last-child)::before {
  height: 50px;
  background-color: #a9a9a9;
}

.header-nav__list li:not(:last-child)::after {
  height: 22px;
  background-color: #2a754c;
}

.header-nav__list li a {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  color: #433533;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
}

@media screen and (max-width: 1600px) {
  .header-nav__list li a {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1400px) {
  .header-nav__list li a {
    padding: 0 15px;
    font-size: 1.4rem;
  }
}

.header-nav__list li a.home {
  width: 25px;
  height: 22px;
  margin-right: 40px;
  padding: 0;
  background-image: url(../img/common/icon_home.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1500px) {
  .header-nav__list li a.home {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav__list li a.home {
    width: 21px;
    height: 19px;
    margin-right: 15px;
  }
}

.header-nav__list li a span {
  display: block;
  margin-top: 8px;
  color: #2e704c;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
}

@media screen and (max-width: 1200px) {
  .header-nav__list li a span {
    font-size: 1.1rem;
  }
}

.header-nav__list li a:hover, .header-nav__list li a.current {
  color: #2e704c;
}

.header-nav__language {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .header-nav__language {
    display: none;
  }
}

.header-nav__language > li {
  width: 60px;
  height: calc((99.9% - 1px) / 2);
}

@media screen and (max-width: 1500px) {
  .header-nav__language > li {
    width: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav__language > li {
    width: 45px;
  }
}

.header-nav__language > li:first-child {
  border-bottom: 1px solid #fff;
}

.header-nav__language > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #e6e4da;
  color: #4f3838;
  font-size: 1.5rem;
  font-family: "Overpass", sans-serif;
  text-align: center;
  letter-spacing: .06em;
}

@media screen and (max-width: 1200px) {
  .header-nav__language > li a {
    font-size: 1.4rem;
  }
}

.header-nav__language > li a:hover {
  background-color: #4f3838;
  color: #fff;
}

.header-nav__fontsize, .header-nav__access {
  display: block;
  width: 96px;
  height: 100%;
  padding-top: 68px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .header-nav__fontsize, .header-nav__access {
    width: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav__fontsize, .header-nav__access {
    width: 70px;
    padding-top: 65px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-nav__fontsize, .header-nav__access {
    display: none;
  }
}

.header-nav__fontsize:hover, .header-nav__access:hover {
  opacity: .8;
}

.header-nav__fontsize {
  background-color: #2e704c;
  background-image: url(../img/common/icon_aa.svg);
  background-repeat: no-repeat;
  background-position: top 32px center;
  background-size: 35px auto;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1200px) {
  .header-nav__fontsize {
    background-size: 30px auto;
  }
}

.header-nav input {
  display: none;
}

.header-nav input:checked ~ .hidden-content {
  opacity: 1;
}

.header-nav input:checked ~ .hidden-content--fontsize {
  width: 130px;
}

.header-nav .hidden-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  width: 0;
  height: 100%;
  background-color: #cde8da;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
}

.header-nav .hidden-content--fontsize ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav .hidden-content--fontsize ul li {
  width: 50px;
}

.header-nav .hidden-content--fontsize ul li.font-size {
  display: block;
  padding: 8px;
  background-color: #fff;
  color: #2e704c;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  cursor: pointer;
}

.header-nav .hidden-content--fontsize ul li.font-size:hover, .header-nav .hidden-content--fontsize ul li.font-size.select {
  background-color: #2e704c;
  color: #fff;
}

.header-nav__access {
  background-color: #4f3838;
  background-image: url(../img/common/icon_location.svg);
  background-repeat: no-repeat;
  background-position: top 25px center;
  background-size: 23px auto;
}

@media screen and (max-width: 1200px) {
  .header-nav__access {
    background-position: top 28px center;
    background-size: 19px auto;
  }
}

.header-sp-menu {
  position: relative;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .header-sp-menu {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 599px) {
  .header-sp-menu {
    width: 60px;
    height: 60px;
  }
}

.header-sp-menu__logo {
  max-width: 220px;
  margin-left: 15px;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__logo {
    max-width: 160px;
    margin-left: 10px;
  }
}

.header-sp-menu__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  margin-top: 15px;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__btn-list {
    margin-top: 10px;
    padding: 25px 15px;
  }
}

.header-sp-menu__btn-list li {
  width: calc((100% - 10px) / 2);
}

.header-sp-menu__btn-list li:first-child {
  margin-right: 10px;
}

.header-sp-menu__btn-list li a {
  display: block;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center left 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__btn-list li a {
    padding: 18px 20px;
    background-position: center left 10px;
  }
}

.header-sp-menu__btn-list li a.access {
  background-image: url(../img/common/icon_location.svg);
  background-size: 20px auto;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__btn-list li a.access {
    background-size: 18px auto;
  }
}

.header-sp-menu__btn-list li a.recruit {
  background-image: url(../img/common/icon_recruit.svg);
  background-size: 28px auto;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__btn-list li a.recruit {
    background-size: 24px auto;
  }
}

.header-sp-menu__list {
  margin-bottom: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.header-sp-menu__list > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-sp-menu__list > li > a {
  display: block;
  padding: 20px;
  color: #fff !important;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__list > li > a {
    padding: 15px;
    font-size: 1.6rem;
  }
}

.header-sp-menu__list > li > a::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-sp-menu__sub-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 67px;
  background-color: #352424;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__sub-btn {
    height: 57px;
  }
}

.header-sp-menu__sub-btn::before, .header-sp-menu__sub-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-sp-menu__sub-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header-sp-menu__sub-btn.active::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.header-sp-menu__secondary {
  display: none;
  background-color: #352424;
}

.header-sp-menu__secondary > li {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}

.header-sp-menu__secondary > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}

.header-sp-menu__details {
  padding: 25px 40px 40px;
  background-color: #352424;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__details {
    padding: 25px 15px 35px;
  }
}

.header-sp-menu__details__title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-sp-menu__details__body > dl {
  margin-bottom: 15px;
  line-height: 1.5;
}

.header-sp-menu__details__body > dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__details__body > dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-sp-menu__details__body > dl > div:not(:last-child) {
  margin-bottom: 12px;
}

.header-sp-menu__details__body > dl > div dt {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 1.6rem;
}

.header-sp-menu__details__body > dl > div dt::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #695050;
}

.header-sp-menu__details__body > dl > div dd {
  padding-left: 18px;
  color: #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__details__body > dl > div dd {
    width: 100%;
  }
}

.header-sp-menu__details__body > dl > div dd.tel {
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__details__body > dl > div dd.tel {
    text-align: center;
  }
}

.header-sp-menu__details__body > dl > div dd.tel a {
  color: #fff;
}

.header-sp-menu__details__body > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-sp-menu__details__body > ul li {
  width: calc((99.9% - 10px) / 2);
}

.header-sp-menu__details__body > ul li:first-child {
  margin-right: 10px;
}

.header-sp-menu__details__body > ul li a {
  display: block;
  padding: 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .header-sp-menu__details__body > ul li a {
    padding: 10px;
  }
}

.header-sp-menu__details__body > ul li a:hover {
  background-color: #fff;
  color: rgba(19, 47, 105, 0.95);
}

.header-sp-menu__language {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 210px !important;
  margin: 35px auto 50px !important;
  border-radius: 100px;
}

.header-sp-menu__language__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #402d2d;
}

.header-sp-menu__language__item:last-child {
  border-right: none;
}

.header-sp-menu__language__item a {
  display: block;
  padding: 12px 8px 12px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

.header-sp-menu__language__item a.jp {
  background-color: #352424;
  opacity: .8;
  pointer-events: none;
}

.header-sp-menu__language__item a.en {
  background-color: #665151;
}

.header-sp-menu__language__item a.ch {
  background-color: #665151;
}

#nav-open {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4f3838;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 1024px) {
  #nav-open {
    height: 70px;
  }
}

@media screen and (max-width: 599px) {
  #nav-open {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  #nav-open:hover {
    background-color: #4f3838;
  }
}

@media screen and (max-width: 1024px) {
  #nav-open {
    width: 70px;
  }
}

@media screen and (max-width: 599px) {
  #nav-open {
    width: 60px;
  }
}

#nav-open > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 20px;
  margin: auto;
}

#nav-open > span > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#nav-open > span > span::before, #nav-open > span > span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
}

#nav-open > span > span::before {
  top: -10px;
}

#nav-open > span > span::after {
  bottom: -10px;
}

#nav-open.active {
  background-color: #352424;
  position: fixed;
  top: 0;
  height: 70px;
}

@media screen and (max-width: 599px) {
  #nav-open.active {
    height: 60px;
  }
}

#nav-open.active > span > span {
  background-color: transparent;
}

#nav-open.active > span > span::before, #nav-open.active > span > span::after {
  top: 0;
}

#nav-open.active > span > span::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#nav-open.active > span > span::after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

#nav-content {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  background-color: #4f3838;
  z-index: 98;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

#nav-input {
  display: none;
}

#nav-input:checked ~ #nav-content {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  position: relative;
  padding: 60px 30px 25px 40px;
  background-color: #4f4140;
}

@media screen and (max-width: 1500px) {
  .footer {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 20px 25px;
  }
}

@media screen and (max-width: 599px) {
  .footer {
    padding: 30px 20px 20px;
  }
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  .footer-container {
    margin-bottom: 25px;
  }
}

.footer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .footer-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) and (max-width: 599px) {
  .footer-details {
    margin-bottom: 20px;
  }
}

.footer-details__logo {
  position: relative;
  max-width: 293px;
  margin-bottom: 10px;
  padding-right: 30px;
  margin-right: 25px;
}

@media screen and (max-width: 1200px) {
  .footer-details__logo {
    max-width: 230px;
    margin-right: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-details__logo {
    border-right: none;
    padding: 0;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 599px) {
  .footer-details__logo {
    max-width: 180px;
  }
}

.footer-details__logo::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #b5b5b5;
}

@media screen and (max-width: 1024px) {
  .footer-details__logo::after {
    display: none;
  }
}

.footer-details__text {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2;
}

@media screen and (max-width: 1500px) {
  .footer-details__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .footer-details__text {
    font-size: 1.3rem;
  }
}

.footer-details__text a {
  color: inherit;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1600px) {
  .footer-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

@media screen and (max-width: 1600px) {
  .footer-sitemap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-sitemap {
    display: none;
  }
}

.footer-sitemap li:not(:last-child) {
  margin-right: 15px;
}

.footer-sitemap li a {
  position: relative;
  padding-left: 16px;
  color: #fff !important;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 1500px) {
  .footer-sitemap li a {
    font-size: 1.4rem;
  }
}

.footer-sitemap li a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1500px) {
  .footer-sitemap li a::before {
    top: 8px;
  }
}

.footer-sitemap li a:hover {
  opacity: 0.7;
}

.footer-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-banners li {
  max-width: 230px;
}

@media screen and (max-width: 1500px) {
  .footer-banners li {
    max-width: 200px;
  }
}

.footer-banners li:not(:last-child) {
  margin-right: 8px;
}

.footer-banners li a {
  display: block;
}

.footer-banners li a:hover {
  opacity: .8;
}

.footer-copyright {
  background-color: #4f4140;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  font-family: "Overpass", sans-serif;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .footer-copyright {
    text-align: center;
    font-size: 1.1rem;
  }
}

.side {
  width: 250px;
}

@media screen and (max-width: 1024px) {
  .side {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .side {
    width: calc(100% + 40px);
  }
}

.side-title a {
  display: block;
  padding: 15px 10px;
  background-color: #4f3838;
  color: #fff !important;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  letter-spacing: .03em;
}

@media screen and (max-width: 1024px) {
  .side-title a {
    padding: 12px;
  }
}

@media screen and (max-width: 599px) {
  .side-title a {
    padding: 10px;
    font-size: 1.5rem;
  }
}

.side-st {
  margin-top: 30px;
  display: block;
  padding: 10px;
  background-color: #4f3838;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .side-st {
    padding: 12px;
  }
}

@media screen and (max-width: 599px) {
  .side-st {
    margin-top: 0px;
    padding: 10px;
    font-size: 1.5rem;
  }
}

.side-nav {
  list-style: none;
}

.side-nav__item {
  border-bottom: 1px dotted #a2a1a1;
  -webkit-transition: .3s;
  transition: .3s;
}

.side-nav__item > a {
  display: block;
  position: relative;
  padding: 18px 5px 18px 19px;
  color: #3b3b3c !important;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

@media screen and (max-width: 1024px) {
  .side-nav__item > a {
    padding: 14px 26px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .side-nav__item > a {
    font-size: 1.4rem;
  }
}

.side-nav__item > a::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2e704c;
  border-right: 1px solid #2e704c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .side-nav__item > a::before {
    top: 25px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #2e704c;
    border-right: 1px solid #2e704c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 599px) {
  .side-nav__item > a::before {
    top: 23px;
  }
}

.side-nav__item > a:hover, .side-nav__item > a.active {
  background-color: #f5f8f7;
}

.side-nav__item.active {
  background-color: #f5f8f7;
}

.side-nav__item.active > a {
  background-color: #f5f8f7;
  color: #4f3838 !important;
}

.side-nav__item.open > a::before {
  left: 9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2e704c;
  border-right: 1px solid #2e704c;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
  .side-nav__item.open > a::before {
    width: 7px;
    height: 7px;
    border-top: 1px solid #2e704c;
    border-right: 1px solid #2e704c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.side-nav__secondary {
  list-style: none;
  width: calc(100% - 20px);
  margin-left: auto;
  padding-left: 12px;
  background-color: #fff;
}

.side-nav__secondary li:not(:last-child) {
  border-bottom: 1px dotted #a2a1a1;
}

.side-nav__secondary li a {
  display: block;
  position: relative;
  padding: 10px 5px 10px 15px;
  color: #242424;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .side-nav__secondary li a {
    font-size: 1.4rem;
  }
}

.side-nav__secondary li a::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 7px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 7px solid #2e704c;
  border-right: none;
}

.side-nav__secondary li a.current, .side-nav__secondary li a:hover {
  color: #2e704c;
}

.contents {
  padding: 60px 30px 100px;
}

@media screen and (max-width: 1024px) {
  .contents {
    padding: 30px 20px 50px;
  }
}

@media screen and (max-width: 599px) {
  .contents {
    padding: 30px 20px 0px 20px;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wrap.one-column {
  display: block;
}

.content {
  width: calc(100% - 50px - 250px);
  padding-top: 15px;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }
}

/* font-size change
--------------------------*/
html.medium {
  font-size: 62.5%;
}

html.large {
  font-size: 70%;
}

#admin-show-preview {
  padding: 20px;
  top: 20px;
  right: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  background: #204099;
  position: fixed;
  z-index: 3000;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
  background-color: #eceae0;
}

@media screen and (max-width: 1024px) {
  .search {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 599px) {
  .search {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 599px) {
  .search form {
    width: 100%;
  }
}

.search form input[type="search"] {
  -webkit-appearance: none;
  width: 380px;
  height: 44px;
  padding: 5px 10px 5px 50px;
  background-color: #fff;
  background-image: url(../img/common/icon_mushimegane.svg) !important;
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 23px auto;
  border: none;
  border-radius: 0;
}

@media screen and (max-width: 599px) {
  .search form input[type="search"] {
    width: 83%;
    height: 38px;
    padding: 5px 10px 5px 40px;
    background-position: center left 12px;
    background-size: 19px auto;
  }
}

.search form input[type="search"]::-webkit-input-placeholder {
  color: #a39f9f;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.search form input[type="search"]:-ms-input-placeholder {
  color: #a39f9f;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.search form input[type="search"]::-ms-input-placeholder {
  color: #a39f9f;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.search form input[type="search"]::placeholder {
  color: #a39f9f;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.search form input[type="search"]:focus {
  background-color: #f5fffa;
  border: none;
  outline: none;
}

.search form input[type="search"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f5fffa inset;
}

.search form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 44px;
  margin-left: -3px;
  background-color: #2e704c;
  background-image: none;
  border-radius: 0;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .search form input[type="submit"] {
    width: 16%;
    height: 38px;
    font-size: 1.3rem;
  }
}

.pagetitle-block {
  margin-bottom: 40px;
  *zoom: 1;
}

.pagetitle-block:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1024px) {
  .pagetitle-block {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle-block {
    margin-bottom: 20px;
  }
}

.title-block {
  margin-bottom: 25px;
  *zoom: 1;
}

.title-block:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 599px) {
  .title-block {
    margin-bottom: 15px;
  }
}

.block-cms {
  margin-bottom: 40px;
  *zoom: 1;
}

.block-cms:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1024px) {
  .block-cms {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .block-cms {
    margin-bottom: 20px;
  }
}

.block-cms a {
  color: #000;
}

.block-cms a:hover {
  color: #2e704c;
}

.index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .index-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.index-list__item {
  width: calc((100% - (10px * 2)) / 3);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #2e704c;
}

@media screen and (min-width: 1025px) {
  .index-list__item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .index-list__item {
    width: calc((100% - 10px) / 2);
  }
}

@media screen and (max-width: 599px) {
  .index-list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.index-list__item a {
  display: block;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 26px 15px 26px 48px;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #2e704c;
}

@media screen and (max-width: 1024px) {
  .index-list__item a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .index-list__item a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 1.5rem;
  }
}

.index-list__item a::before {
  background: #2e704c;
  content: '';
  height: 20px;
  width: 20px;
  left: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}

@media screen and (max-width: 599px) {
  .index-list__item a::before {
    left: 12px;
  }
}

.index-list__item a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .index-list__item a::after {
    left: 17px;
  }
}

@media screen and (min-width: 1025px) {
  .index-list__item a:hover {
    background-color: #2e704c;
    color: #ffffff;
  }
  .index-list__item a:hover::before {
    background: #fff;
  }
  .index-list__item a:hover::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #2e704c;
    border-right: 2px solid #2e704c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.text {
  line-height: 1.9;
}

@media screen and (max-width: 599px) {
  .text {
    line-height: 1.8;
  }
}

.text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
}

.text--kome {
  padding-left: 1em;
  color: #343434;
  text-indent: -1em;
}

.text--bold {
  font-weight: bold;
}

.text--green {
  color: #2e704c;
}

.text--red {
  color: #df0b0b;
}

.copy-gothic {
  font-size: 2.7rem;
  color: #4f3838;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  .copy-gothic {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .copy-gothic {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.copy-mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.8rem;
  color: #2e704c;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .copy-mincho {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .copy-mincho {
    font-size: 1.9rem;
    font-weight: 500;
  }
}

.text-standard {
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 1024px) {
  .text-standard {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .text-standard {
    font-size: 1.4rem;
  }
}

.caption {
  margin-top: 10px;
  line-height: 1.3em;
  text-align: left;
  display: block;
}

@media screen and (max-width: 599px) {
  .caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.text-3column {
  padding: 0;
  list-style: none;
}

.text-3column > li {
  margin-left: 30px;
  width: calc( ( 99.9% - 60px ) / 3);
  float: left;
  line-height: 1.8;
}

.text-3column > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .text-3column > li {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .text-3column > li:first-child {
    margin-top: 0;
  }
}

.text-2column {
  padding: 0;
  list-style: none;
}

.text-2column > li {
  width: calc( 50% - 15px);
  float: right;
  line-height: 1.8;
}

.text-2column > li:first-child {
  float: left;
}

@media screen and (max-width: 599px) {
  .text-2column > li {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
  .text-2column > li:first-child {
    margin-top: 0;
    float: none;
  }
}

.btn-wrapper {
  position: relative;
}

/*ボタン*/
.btn-wrapper {
  text-align: center;
}

.btn-wrapper a {
  line-height: 1.2em;
}

@media screen and (max-width: 599px) {
  .btn-wrapper a {
    font-size: 14px;
    text-align: left;
  }
}

.icon-link {
  position: relative;
  display: inline-block;
  border: 1px solid #2e704c;
  padding: 18px 40px 18px 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  color: #2e704c !important;
  text-decoration: none !important;
  margin-bottom: 5px;
  line-height: 1.2em;
}

@media screen and (max-width: 599px) {
  .icon-link {
    font-size: 1.5rem;
    padding: 14px 20px 14px 35px;
  }
}

.icon-link::before, .icon-link::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  margin: auto;
}

.icon-link::before {
  background-color: #2e704c;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  left: 15px;
  top: 29%;
}

@media screen and (max-width: 599px) {
  .icon-link::before {
    width: 18px;
    height: 18px;
    left: 10px;
    top: 14px;
  }
}

.icon-link::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 22px;
  top: 43%;
}

@media screen and (max-width: 599px) {
  .icon-link::after {
    top: 20px;
    left: 14px;
  }
}

.icon-link:hover {
  background-color: #2e704c;
  color: #fff !important;
  text-decoration: none !important;
}

.icon-link:hover::before {
  background-color: #fff;
}

.icon-link:hover::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2e704c;
  border-right: 2px solid #2e704c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-link__text {
  position: relative;
  padding-left: 28px;
  display: inline-block;
  color: #2e704c !important;
  text-decoration: underline;
  line-height: 1.7;
}

.icon-link__text::before, .icon-link__text::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  margin: auto;
}

.icon-link__text::before {
  background-color: #2e704c;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  left: 0;
}

.icon-link__text::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 5px;
  top: 10px;
}

.icon-link__text:hover {
  text-decoration: none;
}

.btn-box-back {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  position: relative;
  padding: 12px 10px 12px 25px;
  border: 1px solid #2e704c;
  color: #2e704c;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .btn-box-back {
    font-size: 1.5rem;
  }
}

.btn-box-back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  width: 11px;
  height: 11px;
  border-top: 3px solid #2e704c;
  border-right: 3px solid #2e704c;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .btn-box-back::after {
    left: 15px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #2e704c;
    border-right: 2px solid #2e704c;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

.btn-box-back:hover {
  background-color: #2e704c;
  color: #fff;
}

.btn-box-back:hover::after {
  border-color: #fff;
}

@media screen and (max-width: 599px) {
  .js-scrollable {
    min-height: 110px;
  }
  .js-scrollable table {
    width: 950px;
  }
}

.table {
  width: 100%;
  border: 1px solid #d7dddd;
  border-collapse: collapse;
}

.table thead th {
  padding: 10px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  background-color: #2e704c;
  border: 1px solid #d7dddd;
}

@media screen and (max-width: 599px) {
  .table thead th {
    padding: 8px 7px 6px;
    font-size: 1.3rem;
  }
}

.table th {
  padding: 20px 23px;
  line-height: 1.5em;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #ecf6f2;
  border: 1px solid #d7dddd;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .table th {
    padding: 12px 7px 10px;
    font-size: 1.3rem;
  }
}

.table td {
  padding: 20px 23px;
  line-height: 1.5em;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #d7dddd;
}

@media screen and (max-width: 599px) {
  .table td {
    padding: 12px 7px 10px;
    font-size: 1.3rem;
  }
}

.list-box {
  padding: 27px 30px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 599px) {
  .list-box {
    padding: 18px 20px;
  }
}

.list-wrapper {
  padding: 0 !important;
  list-style: none;
}

.list-wrapper li {
  list-style: none !important;
  margin-top: 10px;
  padding-left: 24px;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}

.list-wrapper li:first-child {
  margin-top: 0;
}

.list-wrapper li::before {
  content: '';
  top: 5px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #2e704c;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .list-wrapper li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .list-wrapper li {
    margin-top: 7px;
    padding-left: 18px;
  }
  .list-wrapper li::before {
    content: '';
    top: 7px;
    left: 0px;
    width: 10px;
    height: 10px;
  }
}

ol.list-wrapper {
  padding: 0 !important;
  list-style: none;
}

ol.list-wrapper li {
  list-style: none;
  margin-top: 10px;
  margin-left: 1.2em;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  list-style: none;
  text-align: justify;
  position: relative;
}

ol.list-wrapper li:first-child {
  margin-top: 0;
}

ol.list-wrapper li::before {
  display: none;
}

@media screen and (max-width: 599px) {
  ol.list-wrapper li {
    margin-top: 7px;
  }
}

ol.list-wrapper--box-none {
  padding: 0;
  background-color: transparent;
}

.list-file {
  padding-left: 0 !important;
}

.list-file li {
  position: relative;
  margin-top: 20px;
  padding: 5px 0 0 47px;
  font-size: 1.6rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  min-height: 40px;
}

@media screen and (max-width: 1024px) {
  .list-file li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .list-file li {
    padding: 3px 0 0 38px;
    margin-top: 15px;
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.3em;
  }
}

.list-file li::before {
  background-image: url(../img/common/icon_pdf.png);
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  content: '';
  height: 46px;
  width: 35px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 599px) {
  .list-file li::before {
    height: 38px;
    background-size: 28px auto;
    top: 0px;
    bottom: auto;
    background-position: 0 0;
  }
}

.list-file li:first-child {
  margin-top: 0;
}

.list-file li.li-pdf::before {
  background-image: url(../img/common/icon_pdf.png);
}

.list-file li.li-xls::before {
  background-image: url(../img/common/icon_xls.png);
}

.list-file li.li-doc::before {
  background-image: url(../img/common/icon_word.png);
}

.list-file li.li-zip::before {
  background-image: url(../img/common/icon_zip.png);
}

.list-file li a {
  color: #2e704c;
  text-decoration: underline;
}

.list-file li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.list-file li p {
  margin-top: 3px;
  font-size: 1.5rem;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  .list-file li p {
    font-size: 1.3rem;
  }
}

.def-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdbdb;
}

@media screen and (max-width: 1024px) {
  .def-list-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.def-list-wrapper dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  padding: 40px 10px;
  background-color: #f0f7f3;
  border-right: 1px solid #dcdbdb;
  color: #2e704c;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .def-list-wrapper dt {
    width: 100%;
    padding: 12px;
  }
}

.def-list-wrapper dd {
  padding: 22px 30px;
}

@media screen and (max-width: 1024px) {
  .def-list-wrapper dd {
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .def-list-wrapper dd {
    padding: 15px 20px;
  }
}

.def-list-wrapper dd .em {
  color: #2e704c !important;
  font-weight: 700;
}

.def-list-wrapper dd .em * {
  color: #2e704c !important;
}

.color .list-box {
  background-color: #222;
}

.color .list-wrapper li::before {
  background-color: #2e704c;
}

.color .list-file li a {
  color: #fff;
  text-decoration: underline;
}

.color .list-file li a:hover {
  color: #2e704c;
}

.attention-list {
  margin-bottom: 30px;
}

.attention-list li {
  margin-bottom: 5px;
  color: #df0b0b;
  line-height: 1.4;
}

.img-right {
  margin: 7px 0 20px 35px;
  width: auto;
  max-width: 34%;
  float: right;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

.img-right.short {
  max-width: 28%;
}

@media screen and (max-width: 599px) {
  .img-right.short {
    margin: 0 auto;
    max-width: 100%;
    width: 68%;
    display: block;
  }
}

.img-left {
  margin: 7px 35px 20px 0;
  width: auto;
  max-width: 34%;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}

.text-right {
  width: calc(66% - 35px);
  float: right;
}

@media screen and (max-width: 599px) {
  .text-right {
    width: auto;
    float: none;
  }
}

.text-left {
  width: calc(66% - 35px);
  float: left;
}

@media screen and (max-width: 599px) {
  .text-left {
    width: auto;
    float: none;
  }
}

.text-left.long {
  width: calc(72% - 35px);
}

@media screen and (max-width: 599px) {
  .text-left.long {
    width: auto;
    margin-bottom: 15px;
  }
}

.photo-3 {
  padding: 0 !important;
  list-style: none;
}

.photo-3 li {
  list-style: none !important;
  width: calc((99.9% - 20px) / 3);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}

.photo-3 li:not(:nth-child(3n)) {
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .photo-3 li {
    width: 100%;
    margin-bottom: 10px;
  }
  .photo-3 li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.photo-2 {
  padding: 0 !important;
  list-style: none;
}

.photo-2 li {
  list-style: none !important;
  width: calc((100% - 10px) / 2);
  text-align: center;
  float: left;
  margin-bottom: 15px;
}

.photo-2 li:not(:nth-child(2n)) {
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .photo-2 li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 10px;
  }
  .photo-2 li:not(:nth-child(2n)) {
    margin-right: 5px;
  }
}

.photo-1 {
  width: 100%;
  text-align: center;
}

.photo-1 .caption {
  text-align: center;
}

.box-bg01 {
  padding: 27px 30px;
  background-color: #f5f8f7;
}

@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 18px 20px;
  }
}

.box-bg02 {
  padding: 27px 30px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 18px 20px;
  }
}

.box-bg03 {
  padding: 27px 30px;
  background-color: #feeeee;
}

@media screen and (max-width: 599px) {
  .box-bg03 {
    padding: 18px 20px;
  }
}

.box-bg03 .list-wrapper li::before {
  background-color: #c12919;
}

.color .box-bg01 {
  background-color: #222;
}

.color .box-bg02 {
  background-color: #333;
}

.color .box-bg03 {
  background-color: #333;
}

/*各テンプレートを囲むbox【必須】*/
.box {
  margin-bottom: 25px;
  *zoom: 1;
}

.box:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 599px) {
  .box {
    margin-bottom: 15px;
  }
}

/*youtube*/
.youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}

.youtube-wrapper::before {
  content: '';
  padding-bottom: 56.25%;
  display: block;
}

.youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.block__wysiwyg {
  /*デフォルトの処理*/
  line-height: 1.9;
  /*以下テンプレート外*/
}

@media screen and (max-width: 599px) {
  .block__wysiwyg {
    line-height: 1.8;
  }
}

.block__wysiwyg a {
  color: #2e704c;
  text-decoration: underline;
}

.block__wysiwyg a:hover {
  color: #cccccc;
  text-decoration: none;
}

.block__wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}

.block__wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.block__wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.block__wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}

.block__wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}

.block__wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}

.block__wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #000000;
}

.block__wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #000000;
}

.block__wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

.block__wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}

.block__wysiwyg ul {
  padding-left: 1em;
}

.block__wysiwyg ul li {
  list-style: disc;
}

.block__wysiwyg ol {
  margin: 0;
  padding-left: 1em;
}

.block__wysiwyg ol li {
  list-style-type: decimal;
}

.block__wysiwyg blockquote {
  padding-left: 1em;
}

.block__wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}

.block__wysiwyg hr {
  display: block;
}

.block__wysiwyg em {
  font-style: italic !important;
}

.block__wysiwyg strong {
  font-weight: bold !important;
}

.block__wysiwyg em strong,
.block__wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.title-sec01 {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 3px solid #e5e4df;
  color: #433533;
  font-size: 3.0rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .title-sec01 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 599px) {
  .title-sec01 {
    font-size: 1.8rem;
    padding-bottom: 14px;
  }
}

.title-sec01::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 93px;
  height: 2px;
  background-color: #2e704c;
}

@media screen and (max-width: 599px) {
  .title-sec01::before {
    width: 40px;
  }
}

.title-sec02 {
  padding: 7px 0 16px 18px;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px dotted #b2b2b2;
  position: relative;
}

@media screen and (max-width: 599px) {
  .title-sec02 {
    padding: 4px 0 14px 10px;
    font-size: 17px;
  }
}

.title-sec02::before, .title-sec02::after {
  content: "";
  position: absolute;
  width: 5px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .title-sec02::before, .title-sec02::after {
    width: 4px;
  }
}

.title-sec02::after {
  height: calc( 60% - 6px);
  background-color: #2e704c;
  top: 0;
}

@media screen and (max-width: 599px) {
  .title-sec02::after {
    height: calc( 100% - 7px);
  }
}

.title-sec02::before {
  height: calc( 100% - 6px);
  top: 0;
  background-color: #4f3838;
}

.title-sec03 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8e7e7;
  color: #433533;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .title-sec03 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 599px) {
  .title-sec03 {
    font-size: 1.7rem;
  }
}

.title-sec03::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #2e704c;
}

@media screen and (max-width: 599px) {
  .title-sec03::before {
    width: 40px;
  }
}

.title-sec04 {
  position: relative;
  padding-left: 27px;
  color: #27333d;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

@media screen and (max-width: 1024px) {
  .title-sec04 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .title-sec04 {
    padding-left: 20px;
    font-size: 1.7rem;
  }
}

.title-sec04::before {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 0;
  border-width: 5px;
  border-style: solid;
  border-top-color: #2e704c;
  border-right-color: #4f3838;
  border-bottom-color: #4f3838;
  border-left-color: #2e704c;
}

@media screen and (max-width: 599px) {
  .title-sec04::before {
    bottom: 15px;
    width: 8px;
    height: 8px;
    border-width: 4px;
  }
}

.title-sec05 {
  position: relative;
  padding: 16px 10px 17px 30px;
  background-color: #f5f8f7;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  color: #312e3a;
  font-size: 1.7rem;
}

@media screen and (max-width: 599px) {
  .title-sec05 {
    font-size: 1.5rem;
    padding: 12px 10px 12px 20px;
  }
}

.title-sec05::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
  height: calc(100% - 15px);
  background-color: #2e704c;
}

@media screen and (max-width: 599px) {
  .title-sec05::before {
    width: 2px;
    left: 10px;
    height: calc(100% - 12px);
  }
}

.title-sec06 {
  position: relative;
  padding: 15px 10px 15px 30px;
  background-color: #2e704c;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  font-size: 1.7rem;
}

@media screen and (max-width: 599px) {
  .title-sec06 {
    padding: 12px 10px 12px 18px;
    font-size: 1.5rem;
  }
}

.title-sec06::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #6d9b82 transparent transparent transparent;
}

@media screen and (max-width: 599px) {
  .title-sec06::before {
    border-width: 22px 22px 0 0;
  }
}

.pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .pagenav {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .pagenav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px 0 30px;
  }
}

.pagenav li {
  width: calc(99.9% / 4);
  border-right: 1px solid #afaeae;
}

@media screen and (max-width: 599px) {
  .pagenav li {
    width: calc(99.9% / 2);
    margin: 4px 0 0;
  }
}

.pagenav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 17px 10px;
  color: #433533;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .pagenav li a {
    padding: 15px 10px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .pagenav li a {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
}

.pagenav li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 2px;
  margin: 0 auto;
  background-color: #4f3838;
}

@media screen and (max-width: 599px) {
  .pagenav li a::before {
    height: 1px;
  }
}

.pagenav li a::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  border-right: 6px solid #2e704c;
  border-bottom: 6px solid #2e704c;
}

@media screen and (max-width: 599px) {
  .pagenav li a::after {
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}

.pagenav li a:hover {
  color: #2e704c;
}

.pagenav li a.current {
  background-color: #4f3838;
  color: #fff;
}

.pagenav li a.current::after {
  border-right-color: #4f3838;
  border-bottom-color: #4f3838;
}

/*--------------------------------------------------------
form
----------------------------------------------------------*/
/*--リセット ここから--*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

button,
input[type="submit"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-image: url(../img/common/select-arw.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px 8px;
}

@media screen and (max-width: 599px) {
  select {
    background-size: 8px 6px;
  }
}

/*--リセット ここまで--*/
.form-tbl {
  /*-- textarea ---*/
  /*-- radio ---*/
  /*-- checkbox ---*/
}

.form-tbl input[type="text"],
.form-tbl input[type="tel"],
.form-tbl input[type="email"],
.form-tbl textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #f4f4f4;
  border-radius: 0;
  color: #555;
  font-size: 1.6rem;
  vertical-align: bottom;
  border: 1px solid #ddd;
}

.form-tbl input[type="text"].w85,
.form-tbl input[type="tel"].w85,
.form-tbl input[type="email"].w85,
.form-tbl textarea.w85 {
  max-width: 85px;
}

.form-tbl input[type="text"].w160,
.form-tbl input[type="tel"].w160,
.form-tbl input[type="email"].w160,
.form-tbl textarea.w160 {
  max-width: 160px;
}

.form-tbl input[type="text"].w360,
.form-tbl input[type="tel"].w360,
.form-tbl input[type="email"].w360,
.form-tbl textarea.w360 {
  max-width: 360px;
}

.form-tbl input[type="text"],
.form-tbl input[type="tel"],
.form-tbl input[type="email"] {
  width: 100%;
  height: 44px;
}

@media screen and (max-width: 599px) {
  .form-tbl input[type="text"],
  .form-tbl input[type="tel"],
  .form-tbl input[type="email"] {
    height: 40px;
  }
}

.form-tbl input[type="text"]:focus,
.form-tbl input[type="tel"]:focus,
.form-tbl input[type="email"]:focus,
.form-tbl textarea:focus {
  background-color: #f5f8f7;
  border: 1px solid #2e704c;
}

.form-tbl select {
  width: auto;
  padding: 7px 40px 7px 8px;
  border: none;
  background-color: #f4f4f4;
  border-radius: 0;
  color: #555;
  font-size: 1.5rem;
  vertical-align: bottom;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .form-tbl select {
    padding: 5px 28px 5px 8px;
  }
}

.form-tbl textarea {
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 599px) {
  .form-tbl textarea {
    height: 70px;
  }
}

.form-tbl input[type="radio"] {
  display: none;
}

.form-tbl label.radio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 10;
  font-size: 1.5rem;
  line-height: 1.3;
}

.form-tbl input[type="radio"] + label.radio {
  width: 100%;
  color: #010101;
}

.form-tbl input[type="radio"] + label.radio span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}

.form-tbl input[type="radio"] + label.radio span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background: #e5e5e5;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .form-tbl input[type="radio"] + label.radio span::before {
    width: 20px;
    height: 20px;
  }
}

.form-tbl input[type="radio"]:checked + label.radio span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #2e704c;
  border-radius: 50%;
}

@media screen and (max-width: 599px) {
  .form-tbl input[type="radio"]:checked + label.radio span::after {
    top: 0;
    width: 10px;
    height: 10px;
  }
}

.form-tbl input[type="checkbox"] {
  display: none;
}

.form-tbl label.checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 10;
  font-size: 1.5rem;
  line-height: 1.3;
}

.form-tbl input[type="checkbox"] + label.checkbox {
  color: #010101;
}

@media screen and (max-width: 599px) {
  .form-tbl input[type="checkbox"] + label.checkbox {
    width: 100%;
  }
}

.form-tbl input[type="checkbox"] + label.checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.form-tbl input[type="checkbox"] + label.checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  top: -1px;
  border: 2px solid #ddd;
  background-color: #f4f4f4;
}

@media screen and (max-width: 599px) {
  .form-tbl input[type="checkbox"] + label.checkbox span::before {
    width: 20px;
    height: 20px;
  }
}

.form-tbl input[type="checkbox"]:checked + label.checkbox span::after {
  content: "";
  position: absolute;
  left: 7px;
  width: 8px;
  height: 14px;
  top: 1px;
  border-right: 3px solid #2e704c;
  border-bottom: 3px solid #2e704c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .form-tbl input[type="checkbox"]:checked + label.checkbox span::after {
    left: 6px;
    width: 8px;
    height: 12px;
  }
}

/* form table */
.form-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #e0e0e0;
}

@media screen and (max-width: 1024px) {
  .form-tbl {
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .form-tbl {
    padding-top: 15px;
  }
}

.form-tbl__list {
  width: auto;
}

@media screen and (max-width: 599px) {
  .form-tbl__list {
    width: 100%;
  }
}

.form-tbl__list li {
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .form-tbl__list li {
    width: 100%;
    padding: 0px 0px 8px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

.form-tbl__list li:last-child {
  padding: 0px;
}

@media screen and (max-width: 599px) {
  .form-tbl tr {
    display: block;
  }
  .form-tbl tr:not(:last-child) {
    margin-bottom: 25px;
  }
}

.form-tbl th {
  position: relative;
  width: 215px;
  margin-bottom: 10px;
  padding: 34px 45px 20px 15px;
  background-color: #ecf6f2;
  border-bottom: 1px solid #e0e0e0;
  color: #2e704c;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .form-tbl th {
    width: 200px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .form-tbl th {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px 10px 18px;
    border: none;
  }
  .form-tbl th::before {
    background: #2e704c;
    content: '';
    height: 22px;
    width: 3px;
    left: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.form-tbl td {
  padding: 25px 0 25px 35px;
  border-bottom: 1px solid #e0e0e0;
  color: #010101;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .form-tbl td {
    padding: 25px 0px 25px 20px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .form-tbl td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    overflow: hidden;
  }
}

.form-tbl td ::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 1.5rem;
}

.form-tbl td ::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-size: 1.5rem;
}

.form-tbl td :-ms-input-placeholder {
  color: #8c8c8c !important;
  font-size: 1.5rem;
}

.form-tbl td .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-tbl td .list-wrap li {
  width: 100%;
  margin-bottom: 5px;
}

.form-tbl td .list-wrap--gender li {
  max-width: 90px;
}

@media screen and (max-width: 599px) {
  .form-tbl td .list-wrap--gender li {
    max-width: 70px;
  }
}

.form-tbl td .list-wrap--auto li {
  width: auto;
  margin-right: 15px;
}

@media screen and (max-width: 599px) {
  .form-tbl td .list-wrap--auto li {
    width: 100%;
  }
}

.form-tbl td .list-wrap--tel {
  margin-bottom: 15px;
}

.form-tbl td .list-wrap--tel li {
  max-width: 100px;
}

@media screen and (max-width: 599px) {
  .form-tbl td .list-wrap--tel li {
    max-width: 90px;
  }
}

.form-tbl td .calender-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-tbl td .calender-wrap dt {
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.form-tbl td .calender-wrap dd {
  width: calc(100% - 95px);
  margin-bottom: 15px;
}

.form-tbl td .note-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-tbl td .note-wrap .text-base {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  margin-left: 12px;
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .form-tbl td .note-wrap .text-base {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

.form-tbl td .recruit-text {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 5px 0px;
}

@media screen and (max-width: 599px) {
  .form-tbl td .recruit-text {
    font-size: 1.5rem;
    margin: 0;
  }
}

.form-require {
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 15px;
  padding: 5px 7px 4px;
  background-color: #dc3c3c;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .form-require {
    padding: 3px 7px 2px;
  }
}

@media screen and (max-width: 599px) {
  .form-require {
    top: 13px;
    right: 10px;
    font-size: 1.1rem;
  }
}

/*-- agreement --*/
.form-agreement {
  color: #010101;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .form-agreement {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .form-agreement {
    font-size: 1.4rem;
  }
}

.form-agreement__text {
  margin-bottom: 22px;
  color: #666;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .form-agreement__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  .form-agreement__text {
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.form-agreement__text a {
  color: #2e704c;
  text-decoration: underline;
}

.form-agreement__text a:hover {
  text-decoration: none;
}

.form-agreement__error-text {
  font-size: 1.6rem;
  color: #f85876;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .form-agreement__error-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .form-agreement__error-text {
    font-size: 1.4rem;
  }
}

.form-agreement input[type="checkbox"] {
  display: none;
}

.form-agreement input[type="checkbox"] + label {
  display: block;
  padding: 18px 10px 16px;
  background-color: #f5f8f7;
  border: 1px solid #f5f8f7;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 599px) {
  .form-agreement input[type="checkbox"] + label {
    font-size: 1.5rem;
  }
}

.form-agreement input[type="checkbox"] + label span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  color: #000;
  font-size: 1.6rem;
}

.form-agreement input[type="checkbox"] + label span::before, .form-agreement input[type="checkbox"] + label span::after {
  content: '';
  position: absolute;
}

.form-agreement input[type="checkbox"] + label span::before {
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #2e704c;
}

.form-agreement input[type="checkbox"] + label:hover {
  background-color: #ebf4f0;
}

.form-agreement input[type="checkbox"]:checked + label span::after {
  top: 7px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #2e704c;
}

/*-- error ---*/
.form-errors-message {
  margin: 30px 0px;
  padding: 15px 0px;
  font-size: 1.7rem;
  color: #ff1053;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ff1053;
}

@media screen and (max-width: 1024px) {
  .form-errors-message {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .form-errors-message {
    font-size: 1.4rem;
    border-left: none;
    border-right: none;
    margin: 20px 0px;
    padding: 10px 0px;
  }
}

.form-error-box {
  padding-bottom: 5px;
}

.form-error-box input[type="text"],
.form-error-box input[type="email"],
.form-error-box input[type="tel"],
.form-error-box textarea {
  background-color: #FFF8F8;
  border: 1px solid #ff1053;
}

.form-error-box__text {
  margin-bottom: 8px;
  color: #ff1053;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .form-error-box__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .form-error-box__text {
    font-size: 1.4rem;
  }
}

.form-button {
  position: relative;
}

.form-button button[type="submit"] {
  display: block;
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  background-color: #4f3838;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .form-button button[type="submit"] {
    padding: 10px;
  }
}

.form-button button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto 0;
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .form-button button[type="submit"]::after {
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.form-button button[type="submit"] span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .form-button button[type="submit"] span {
    font-size: 1.5rem;
  }
}

.form-button button[type="submit"]:hover {
  background-color: #2e704c;
}

.form-button__back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 200px;
  width: 100%;
  padding: 15px;
  background-color: #eee;
  border: 2px solid transparent;
  color: #585757 !important;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .form-button__back {
    position: relative;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .form-button__back {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.form-button__back:hover {
  border-color: #2e704c;
}

/*complete
-----------------------------------------------------*/
.form-complete__box {
  margin-bottom: 50px;
  padding: 50px 40px;
  text-align: center;
  background-color: #ecf6f2;
}

@media screen and (max-width: 599px) {
  .form-complete__box {
    margin-bottom: 30px;
    padding: 25px 20px;
  }
}

.form-complete__title {
  margin-bottom: 25px;
  color: #2e704c;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  padding-bottom: 25px;
  border-bottom: 1px dotted #2e704c;
}

@media screen and (max-width: 599px) {
  .form-complete__title {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.form-complete__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .form-complete__text {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.ui-datepicker-trigger {
  vertical-align: baseline;
  width: 24px;
  margin-left: 8px;
}

.pagination {
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination__item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 5px;
  background-color: #f5f8f7;
  color: #2e704c;
  font-size: 1.8rem;
}

@media screen and (max-width: 599px) {
  .pagination__item__num {
    width: 45px;
    height: 45px;
    font-size: 1.7rem;
  }
}

.pagination__item__num:hover, .pagination__item__num.current {
  background-color: #2e704c;
  color: #fff;
}

.pagination__item__prev, .pagination__item__next {
  display: block;
  position: relative;
  color: #2e704c !important;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .pagination__item__prev, .pagination__item__next {
    font-size: 1.4rem;
  }
}

.pagination__item__prev::before, .pagination__item__next::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 3px solid #2e704c;
  border-right: 3px solid #2e704c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination__item__prev:hover, .pagination__item__next:hover {
  opacity: .7;
}

.pagination__item__prev {
  margin-right: 18px;
  padding-left: 17px;
}

@media screen and (max-width: 599px) {
  .pagination__item__prev {
    margin-right: 8px;
    padding-left: 12px;
  }
}

.pagination__item__prev::before {
  left: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.pagination__item__next {
  margin-left: 18px;
  padding-right: 17px;
}

@media screen and (max-width: 599px) {
  .pagination__item__next {
    margin-left: 8px;
    padding-right: 12px;
  }
}

.pagination__item__next::before {
  right: 0;
}

/*--------------------------------------------------------
_tab
----------------------------------------------------------*/
/*top新着・新着一覧共通*/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 20px;
  border-top: 1px solid #cac9c8;
  border-right: 1px solid #cac9c8;
  border-bottom: 1px solid #cac9c8;
  color: #1c1c1c;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    width: calc(99.9% / 3);
    padding: 12px 8px;
    border-top: none;
    font-size: 1.3rem;
  }
  .tab-label:nth-of-type(odd) {
    margin-left: 0;
  }
  .tab-label:nth-of-type(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .tab-label {
    padding: 13px 0px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.tab-label:first-of-type {
  border-left: 1px solid #cac9c8;
}

@media screen and (max-width: 1024px) {
  .tab-label:nth-of-type(3) {
    border-right: 1px solid #cac9c8;
  }
}

@media screen and (max-width: 1024px) {
  .tab-label:nth-of-type(4) {
    border-left: 1px solid #cac9c8;
  }
}

@media screen and (max-width: 1024px) {
  .tab-label:nth-of-type(-n + 3) {
    border-top: 1px solid #dedede;
  }
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 15px;
}

.tab-switch:checked + .tab-label {
  color: #fff;
  background-color: #2e704c;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.tab-switch {
  display: none;
}

.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 10px);
  margin-right: -10px;
}

@media screen and (max-width: 599px) {
  .anchor-list {
    display: block;
  }
}

.anchor-list__item {
  border: 2px solid #2e704c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .anchor-list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .anchor-list__item:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.anchor-list__item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 21px;
  bottom: 3px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 1024px) {
  .anchor-list__item::after {
    left: 15px;
  }
}

@media screen and (max-width: 599px) {
  .anchor-list__item::after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 1px;
  }
}

.anchor-list__item::before {
  background: #2e704c;
  content: '';
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .anchor-list__item::before {
    height: 22px;
    width: 22px;
    left: 8px;
  }
}

@media screen and (max-width: 599px) {
  .anchor-list__item::before {
    height: 18px;
    width: 18px;
  }
}

.anchor-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.7rem;
  color: #2e704c;
  padding: 12px 15px 12px 45px;
  width: 100%;
  line-height: 1.4;
  min-height: 70px;
}

@media screen and (max-width: 1024px) {
  .anchor-list__item a {
    font-size: 1.5rem;
    padding-left: 35px;
    min-height: 56px;
  }
}

@media screen and (max-width: 599px) {
  .anchor-list__item a {
    font-size: 1.4rem;
    min-height: auto;
  }
}

.anchor-list__item:hover {
  color: #fff;
  background-color: #2e704c;
}

.anchor-list__item:hover a {
  color: #fff;
}

.anchor-list__item:hover::after {
  border-color: #fff;
}

.block__wysiwyg .anchor-list {
  padding-left: 0em;
}

.pagetitle {
  position: relative;
  height: 480px;
  padding-bottom: 30px;
  margin-top: -106px;
}

@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 220px;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle {
    height: 140px;
    margin-bottom: 30px;
  }
}

.pagetitle__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 96%;
  height: 100%;
  overflow: hidden;
}

.pagetitle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagetitle::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 96%;
  height: 250px;
  background: #e6e4da;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .pagetitle::before {
    bottom: -30px;
    height: 200px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle::before {
    bottom: -20px;
    width: 96%;
    height: 120px;
  }
}

.pagetitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.pagetitle__title span {
  display: inline-block;
  position: absolute;
  margin-top: 140px;
  padding: 16px 40px 18px 40px;
  min-width: 320px;
  background-color: rgba(46, 112, 76, 0.9);
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .03em;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .pagetitle__title span {
    margin-top: 0;
    min-width: 280px;
    padding: 13px 30px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle__title span {
    padding: 12px 25px;
    min-width: auto;
    font-size: 1.8rem;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 96%;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs > li {
  position: relative;
  padding-right: 25px;
  color: #433533;
  font-size: 1.4rem;
}

.breadcrumbs > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 12px;
  width: 1px;
  height: 15px;
  background-color: #8b8b8b;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.breadcrumbs > li a {
  color: #2e704c !important;
}

.breadcrumbs > li a:hover {
  text-decoration: underline;
}

.about-greeting__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 40px;
  background: #f0ece8;
  background: -webkit-gradient(linear, left top, right top, from(#f0ece8), color-stop(31%, #f2f0ee), color-stop(68%, #f5f4f3));
  background: linear-gradient(90deg, #f0ece8 0%, #f2f0ee 31%, #f5f4f3 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0ece8",endColorstr="#f5f4f3",GradientType=1);
}

@media screen and (max-width: 1024px) {
  .about-greeting__head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
  }
}

.about-greeting__head__ph {
  width: 34.65%;
}

@media screen and (max-width: 599px) {
  .about-greeting__head__ph {
    width: 100%;
    margin: 0 auto;
  }
  .about-greeting__head__ph img {
    margin-top: -10px;
  }
}

.about-greeting__head__box {
  padding: 30px 25px 30px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .about-greeting__head__box {
    padding-right: 15px;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__box {
    margin-top: -90px;
    padding: 0px 0px 15px 0;
  }
}

.about-greeting__head__en {
  position: relative;
  margin-left: 10px;
  color: #4f3838;
  font-size: 4.8rem;
  font-family: "Caveat", cursive;
  line-height: .75;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .about-greeting__head__en {
    font-size: 4rem;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__en {
    font-size: 3.5rem;
  }
}

.about-greeting__head__message {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding: 35px 20px 35px 45px;
  background-color: #4c8465;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: .5px;
}

@media screen and (max-width: 1200px) {
  .about-greeting__head__message {
    padding: 20px 30px;
    font-size: 2.1rem;
    letter-spacing: .01em;
  }
}

@media screen and (max-width: 1024px) {
  .about-greeting__head__message {
    margin-bottom: 20px;
    padding: 15px 20px 15px 30px;
    font-size: 2.1rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__message {
    overflow: visible;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 1.6rem;
  }
}

.about-greeting__head__message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 158px;
  height: 100%;
  background-image: url(../img/about/triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
  .about-greeting__head__message::before {
    width: 95px;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__message::before {
    width: 108px;
  }
}

.about-greeting__head__sub {
  margin-bottom: 3px;
  margin-left: 50px;
  color: #0a0a0a;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  letter-spacing: .01em;
}

@media screen and (max-width: 1024px) {
  .about-greeting__head__sub {
    margin-left: 30px;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__sub {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 1.4rem;
  }
}

.about-greeting__head__name {
  margin-left: 50px;
  color: #0a0a0a;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  letter-spacing: .01em;
}

@media screen and (max-width: 1024px) {
  .about-greeting__head__name {
    margin-left: 30px;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__name {
    margin-left: 20px;
    font-size: 1.4rem;
  }
}

.about-greeting__head__name span {
  display: inline-block;
  margin-left: 15px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .about-greeting__head__name span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__head__name span {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.about-greeting__text {
  color: #050505;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2.2;
  letter-spacing: .01em;
}

@media screen and (max-width: 1024px) {
  .about-greeting__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media screen and (max-width: 599px) {
  .about-greeting__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.department__ttl {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  padding: 48px 20px 50px;
  background: #ddede4;
  background: -webkit-gradient(linear, left top, right top, from(#ddede4), color-stop(50%, #f6f9f7), to(#dcede3));
  background: linear-gradient(90deg, #ddede4 0%, #f6f9f7 50%, #dcede3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ddede4",endColorstr="#dcede3",GradientType=1);
  color: #433533;
  font-size: 3.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .department__ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .department__ttl {
    padding: 20px 10px 30px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.department__ttl::before, .department__ttl::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 151px;
  background-image: url(../img/common/title_triangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.department__ttl::before {
  top: 0;
  left: 0;
}

.department__ttl::after {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.department__intro {
  margin-bottom: 35px;
}

.department__intro__catch {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #2e704c;
}

@media screen and (max-width: 599px) {
  .department__intro__catch {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.department__intro__inner {
  overflow: hidden;
}

.department__intro__img {
  float: right;
  max-width: 300px;
  margin-left: 35px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .department__intro__img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
}

.department__intro__text {
  line-height: 1.9;
  text-align: justify;
  overflow: hidden;
}

.department__def-list {
  width: 100%;
  border-top: 1px solid #c9c7c7;
}

.department__def-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c9c7c7;
  padding: 13px 3px;
}

@media screen and (max-width: 599px) {
  .department__def-list > div {
    padding: 10px 3px;
  }
}

.department__def-list > div dt {
  width: 160px;
  background-color: #f0efe9;
  border-left: 2px solid #2e704c;
  padding: 20px 10px;
  color: #2e704c;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .department__def-list > div dt {
    width: 80px;
    padding: 10px;
    font-size: 1.4rem;
  }
}

.department__def-list > div dd {
  width: calc(100% - 160px);
  padding: 5px 25px;
  color: #010101;
  vertical-align: top;
}

@media screen and (max-width: 599px) {
  .department__def-list > div dd {
    width: calc(100% - 80px);
    padding: 5px 15px;
    font-size: 1.4rem;
  }
}

.department__def-list > div dd a {
  color: inherit !important;
}

.department__table {
  width: 100%;
}

.department__table thead th {
  padding: 5px;
  background-color: #2e704c;
  border: 1px solid #cecece;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: .02em;
}

.department__table thead th.w180 {
  width: 180px;
}

.department__table tbody th,
.department__table tbody td {
  border: 1px solid #cecece;
}

.department__table tbody th {
  padding: 15px;
  background-color: #ebf4f0;
  color: #0b3f23;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
}

.department__table tbody td {
  padding: 25px 15px 20px;
  color: #010101;
  text-align: center;
  line-height: 1.3;
}

.department__table--fixed {
  table-layout: fixed;
}

.department-doctor__block:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 80px;
  border-bottom: 3px solid #eaeaea;
}

@media screen and (max-width: 1024px) {
  .department-doctor__block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 599px) {
  .department-doctor__block:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 2px solid #eaeaea;
  }
}

.department-doctor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .department-doctor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}

.department-doctor__left {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media screen and (max-width: 599px) {
  .department-doctor__left {
    width: 100%;
  }
}

.department-doctor__right {
  width: 25%;
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  .department-doctor__right {
    margin-left: 3%;
  }
}

@media screen and (max-width: 599px) {
  .department-doctor__right {
    width: 60%;
    margin: 0 auto 20px;
  }
}

.department-doctor__name-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 3px;
  padding-left: 20px;
  border-left: 3px solid #2e704c;
}

@media screen and (max-width: 1024px) {
  .department-doctor__name-wrap {
    padding-left: 15px;
  }
}

@media screen and (max-width: 599px) {
  .department-doctor__name-wrap {
    margin-bottom: 15px;
    border-left-width: 2px;
  }
}

.department-doctor__department {
  margin-bottom: 4px;
  color: #2e704c;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: .06em;
}

@media screen and (max-width: 599px) {
  .department-doctor__department {
    margin-bottom: 2px;
  }
}

.department-doctor__name {
  color: #433533;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: .06em;
}

@media screen and (max-width: 1024px) {
  .department-doctor__name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .department-doctor__name {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.department-doctor__link {
  position: absolute;
  right: 0;
  top: 35px;
  color: #2e704c;
  border: 1px solid #2e704c;
  line-height: 1.4;
  padding: 4px 22px 4px 12px;
  border-radius: 50px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .department-doctor__link {
    font-size: 1.3rem;
    padding: 4px 22px 4px 10px;
  }
}

@media screen and (max-width: 599px) {
  .department-doctor__link {
    top: 0px;
    padding: 3px 22px 3px 10px;
    font-size: 1.2rem;
  }
}

.department-doctor__link::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2e704c;
  border-bottom: 2px solid #2e704c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.department-doctor__link:hover {
  background: #2e704c;
  color: #fff;
}

.department-doctor__link:hover:after {
  border-color: #fff;
}

.department-doctor__table {
  width: 100%;
  border-top: 1px dotted #a1a1a1;
}

.department-doctor__table th,
.department-doctor__table td {
  border-bottom: 1px dotted #a1a1a1;
}

.department-doctor__table th {
  position: relative;
  width: 155px;
  padding: 20px 20px 20px 30px;
  background-color: #f0efe9;
  color: #2e704c;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .department-doctor__table th {
    width: 120px;
    padding: 10px 10px 10px 25px;
    font-size: 1.4rem;
  }
}

.department-doctor__table th::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 15px;
  width: 8px;
  height: 8px;
  background-color: #2e704c;
}

@media screen and (max-width: 1024px) {
  .department-doctor__table th::before {
    top: 29px;
  }
}

@media screen and (max-width: 599px) {
  .department-doctor__table th::before {
    top: 18px;
    left: 12px;
    width: 6px;
    height: 6px;
  }
}

.department-doctor__table td {
  padding: 20px 25px;
}

@media screen and (max-width: 599px) {
  .department-doctor__table td {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.department-doctor__def-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .department-doctor__def-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.department-doctor__def-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  padding: 15px 10px;
  border: 1px solid #2e704c;
  color: #2e704c;
}

@media screen and (max-width: 599px) {
  .department-doctor__def-list dt {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 10px 8px;
  }
}

.department-doctor__def-list dd {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 134px);
  padding-left: 22px;
  color: #010101;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
}

@media screen and (max-width: 599px) {
  .department-doctor__def-list dd {
    width: 100%;
    padding-left: 0;
  }
}

.recruit-index__guideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .recruit-index__guideline {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline {
    margin: 0px -20px 30px;
  }
}

.recruit-index__guideline__ttl {
  position: relative;
  width: 22%;
  background: #2e704c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__ttl {
    width: 100%;
    display: block;
    padding: 10px 5px 10px 25px;
  }
}

.recruit-index__guideline__ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #4f3838 transparent transparent transparent;
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__ttl::before {
    border-width: 25px 25px 0 0;
  }
}

.recruit-index__guideline__ttl .ttl {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 40px;
  letter-spacing: 1px;
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__ttl .ttl {
    padding-bottom: 0;
    font-size: 1.8rem;
  }
}

.recruit-index__guideline__ttl .more {
  position: relative;
  width: 66%;
  text-align: center;
  padding: 12px 20px 12px 10px;
  line-height: 1.2;
  display: block;
  border: 1px solid #fff;
  position: absolute;
  bottom: 32px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .recruit-index__guideline__ttl .more {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__ttl .more {
    right: 6px;
    width: 110px;
    top: 10px;
    bottom: auto;
    padding: 8px 15px 8px 3px;
  }
}

.recruit-index__guideline__ttl .more::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__ttl .more::after {
    right: 10px;
  }
}

.recruit-index__guideline__ttl .more:hover {
  background: #fff;
  color: #2e704c;
}

.recruit-index__guideline__ttl .more:hover::after {
  border-color: #2e704c;
}

.recruit-index__guideline__list {
  width: 78%;
  padding: 26px 30px;
  background: #e7f3ee;
}

@media screen and (max-width: 1024px) {
  .recruit-index__guideline__list {
    padding: 15px;
  }
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__list {
    padding: 17px 15px 14px 15px;
    width: 100%;
  }
}

.recruit-index__guideline__list li {
  background: #fff;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__list li {
    margin-bottom: 3px;
    padding-left: 0px;
  }
}

.recruit-index__guideline__list li::before {
  background: #2e704c;
  content: '';
  height: 12px;
  width: 12px;
  left: 15px;
  position: absolute;
  top: 22px;
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__list li::before {
    height: 2px;
    width: 10px;
    left: 0px;
    top: 24px;
  }
}

.recruit-index__guideline__list li a {
  position: relative;
  display: block;
  padding: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  color: #020202;
}

@media screen and (max-width: 1024px) {
  .recruit-index__guideline__list li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__list li a {
    padding: 16px;
  }
}

.recruit-index__guideline__list li a::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-right: 2.5px solid #2e704c;
  border-bottom: 2.5px solid #2e704c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .recruit-index__guideline__list li a::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
}

.recruit-index__guideline__list li a:hover {
  padding-left: 25px;
}

.recruit-archive__block:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .recruit-archive__block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.recruit-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 0 -30px;
}

@media screen and (max-width: 1024px) {
  .recruit-archive__list {
    margin: -20px 0 0 -20px;
  }
}

@media screen and (max-width: 599px) {
  .recruit-archive__list {
    margin: -10px 0 0 0;
  }
}

.recruit-archive__list__item {
  width: calc((99.9% - (30px * 2)) / 2);
  margin: 20px 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .recruit-archive__list__item {
    width: calc((99.9% - (20px * 2)) / 2);
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .recruit-archive__list__item {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.recruit-archive__list__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 32px 20px;
  border: 1px solid #2e704c;
  color: #020202;
  font-size: 1.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .recruit-archive__list__item > a {
    padding: 25px 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .recruit-archive__list__item > a {
    padding: 20px 30px 20px 10px;
    font-size: 1.5rem;
  }
}

.recruit-archive__list__item > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: #2e704c;
}

.recruit-archive__list__item > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recruit-archive__list__item > a:hover {
  background-color: #f5f8f7;
  color: #2e704c;
}

.recruit-detail__title {
  margin-bottom: 25px;
  padding: 7px 0 16px 18px;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  border-bottom: 1px dotted #b2b2b2;
  position: relative;
}

@media screen and (max-width: 599px) {
  .recruit-detail__title {
    margin-bottom: 15px;
    padding: 4px 0 14px 10px;
    font-size: 17px;
  }
}

.recruit-detail__title::before {
  content: "";
  position: absolute;
  width: 5px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .recruit-detail__title::before {
    width: 4px;
  }
}

.recruit-detail__title::before {
  height: calc( 100% - 6px);
  top: 0;
  background-color: #2e704c;
}

.recruit-detail__table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px dotted #a1a1a1;
}

@media screen and (max-width: 1024px) {
  .recruit-detail__table {
    margin-bottom: 30px;
  }
}

.recruit-detail__table th,
.recruit-detail__table td {
  border-bottom: 1px dotted #a1a1a1;
}

.recruit-detail__table th {
  position: relative;
  width: 180px;
  background-color: #f5f8f7;
  padding: 20px 10px 20px 30px;
  color: #28543c;
  text-align: left;
  letter-spacing: .025em;
}

@media screen and (max-width: 599px) {
  .recruit-detail__table th {
    width: 110px;
    padding: 15px 15px 15px 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.recruit-detail__table th::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #2e704c;
}

@media screen and (max-width: 599px) {
  .recruit-detail__table th::before {
    top: 25px;
    width: 11px;
  }
}

.recruit-detail__table td {
  padding: 20px 30px;
  color: #010101;
}

@media screen and (max-width: 599px) {
  .recruit-detail__table td {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.recruit-detail__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  border: 1px solid #2e704c;
}

@media screen and (max-width: 1024px) {
  .recruit-detail__contact {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .recruit-detail__contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.recruit-detail__contact dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  background-color: #2e704c;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: .06em;
}

@media screen and (max-width: 1024px) {
  .recruit-detail__contact dt {
    width: 220px;
  }
}

@media screen and (max-width: 599px) {
  .recruit-detail__contact dt {
    width: 100%;
    padding: 12px;
    font-size: 1.6rem;
  }
}

.recruit-detail__contact dd {
  width: calc(100% - 300px);
  padding: 30px 40px;
  color: #010101;
}

@media screen and (max-width: 1024px) {
  .recruit-detail__contact dd {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 599px) {
  .recruit-detail__contact dd {
    width: 100%;
    padding: 20px;
    font-size: 1.4rem;
  }
}

.recruit-detail__contact dd a {
  color: inherit;
}

.recruit-detail__button {
  display: block;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  padding: 18px 30px;
  background-color: #4f3838;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .recruit-detail__button {
    padding: 15px 30px;
    font-size: 1.8rem;
  }
}

.recruit-detail__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .recruit-detail__button::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.recruit-detail__button:hover {
  background-color: #2e704c;
}

.sitemap-box {
  border-top: 2px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .sitemap-box {
    margin-bottom: 25px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  .sitemap-box {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sitemap-box__ttl {
  width: 25%;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  position: relative;
  padding: 0px 25px 0px 34px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .sitemap-box__ttl {
    width: 30%;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 599px) {
  .sitemap-box__ttl {
    font-size: 1.7rem;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 24px;
  }
}

.sitemap-box__ttl::before {
  background: #2e704c;
  content: '';
  height: 22px;
  width: 22px;
  left: 0;
  top: 4px;
  position: absolute;
}

@media screen and (max-width: 599px) {
  .sitemap-box__ttl::before {
    height: 18px;
    width: 18px;
  }
}

.sitemap-box__ttl::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 599px) {
  .sitemap-box__ttl::after {
    top: 9px;
    left: 7px;
  }
}

.sitemap-box__list {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .sitemap-box__list {
    width: 70%;
  }
}

@media screen and (max-width: 599px) {
  .sitemap-box__list {
    width: 100%;
  }
}

.sitemap-box__list li {
  width: calc(100% / 3);
  margin-bottom: 10px;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .sitemap-box__list li {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 599px) {
  .sitemap-box__list li {
    padding-right: 5px;
  }
}

.sitemap-box__list li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .sitemap-box__list li a {
    padding-left: 15px;
  }
}

.sitemap-box__list li a::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid #2e704c;
  border-bottom: 3px solid #2e704c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .sitemap-box__list li a::after {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}

.news-ttl {
  position: relative;
  padding: 0px 0px 36px 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #dfe4e7;
}

@media screen and (max-width: 599px) {
  .news-ttl {
    padding: 0px 0px 20px 18px;
  }
}

.news-ttl::before, .news-ttl::after {
  content: "";
  position: absolute;
  width: 4px;
  left: 0;
}

@media screen and (max-width: 599px) {
  .news-ttl::before, .news-ttl::after {
    width: 3px;
  }
}

.news-ttl::after {
  height: calc( 60% - 10px);
  background-color: #2e704c;
  top: 0;
}

@media screen and (max-width: 599px) {
  .news-ttl::after {
    height: calc( 100% - 7px);
  }
}

.news-ttl::before {
  height: calc( 100% - 10px);
  top: 0;
  background-color: #4f3838;
}

.news-ttl__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

@media screen and (max-width: 599px) {
  .news-ttl__date {
    margin-bottom: 6px;
  }
}

.news-ttl__date__icon {
  width: 120px;
  margin-right: 12px;
  padding: 3px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .news-ttl__date__icon {
    width: 110px;
    padding: 2px;
    font-size: 1.2rem;
  }
}

.news-ttl__date__icon.news {
  background-color: #7153a9;
}

.news-ttl__date__icon.info {
  background-color: #2a9cb9;
}

.news-ttl__date__icon.medical {
  background-color: #3da760;
}

.news-ttl__date__icon.recruit {
  background-color: #4859ab;
}

.news-ttl__date__icon.event {
  background-color: #96ba51;
}

.news-ttl__date__day {
  font-size: 1.6rem;
  color: #777777;
}

@media screen and (max-width: 599px) {
  .news-ttl__date__day {
    font-size: 1.4rem;
  }
}

.news-ttl__date__day span.new {
  display: inline-block;
  margin-left: 10px;
  color: #fb180d;
  font-family: "Overpass", sans-serif;
  line-height: .75;
}

.news-ttl__text {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .news-ttl__text {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 599px) {
  .news-ttl__text {
    font-size: 1.7rem;
  }
}

.news-list {
  border-top: 1px dotted #bbb;
}

.news-list__item {
  border-bottom: 1px dotted #bbb;
}

.news-list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .news-list__item__link {
    padding: 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .news-list__item__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.news-list__item__link:hover {
  background-color: #f5f8f7;
}

.news-list__item__date {
  width: 100px;
  color: #777;
}

@media screen and (max-width: 1024px) {
  .news-list__item__date {
    width: 90px;
  }
}

.news-list__item__category {
  width: 120px;
  margin-top: -3px;
  padding: 5px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .news-list__item__category {
    padding: 3px;
  }
}

@media screen and (max-width: 599px) {
  .news-list__item__category {
    width: 110px;
    margin-top: -1px;
    padding: 2px;
    font-size: 1.2rem;
  }
}

.news-list__item__category.news {
  background-color: #7153a9;
}

.news-list__item__category.info {
  background-color: #2a9cb9;
}

.news-list__item__category.medical {
  background-color: #3da760;
}

.news-list__item__category.recruit {
  background-color: #4859ab;
}

.news-list__item__category.event {
  background-color: #96ba51;
}

.news-list__item__text {
  width: calc(100% - 100px - 120px);
  padding-left: 20px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .news-list__item__text {
    width: calc(100% - 90px - 120px);
  }
}

@media screen and (max-width: 599px) {
  .news-list__item__text {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
    line-height: 1.4;
  }
}

.news-list__item__text span.new {
  display: inline-block;
  margin-left: 10px;
  color: #fb180d;
  font-family: "Overpass", sans-serif;
  line-height: .75;
}

.top-important {
  background-color: #fde6e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .top-important {
    padding: 15px 15px 15px 5px;
  }
}

@media screen and (max-width: 599px) {
  .top-important {
    display: block;
    padding: 15px 15px 10px 15px;
  }
}

.top-important__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  color: #df0f05;
  border-right: 1px solid  #df0f05;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .top-important__ttl {
    width: 23%;
    font-size: 1.6rem;
    padding-right: 10px;
  }
}

@media screen and (max-width: 599px) {
  .top-important__ttl {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

.top-important__ttl span {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .top-important__ttl span {
    padding-left: 35px;
  }
}

@media screen and (max-width: 599px) {
  .top-important__ttl span {
    padding-left: 27px;
  }
}

.top-important__ttl span::before {
  background-image: url(../img/common/icon_important.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 36px;
  width: 36px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .top-important__ttl span::before {
    height: 28px;
    width: 28px;
  }
}

@media screen and (max-width: 599px) {
  .top-important__ttl span::before {
    height: 22px;
    width: 22px;
  }
}

.top-important__list {
  width: 81%;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .top-important__list {
    width: 77%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-important__list {
    width: 100%;
    padding-left: 0px;
  }
}

.top-important__list li {
  margin: 7px 0px;
}

.top-important__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #df0f05;
  line-height: 1.4;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .top-important__list li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .top-important__list li a {
    display: block;
  }
}

.top-important__list li a span {
  font-family: "Overpass", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .top-important__list li a span {
    display: block;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}

.top-important__list li a:hover {
  color: #df0f05;
  text-decoration: underline;
}

.top-main {
  position: relative;
  width: 96%;
  height: 920px;
  margin-left: auto;
  margin-top: -106px;
}

@media screen and (max-width: 1024px) {
  .top-main {
    height: 480px;
    margin-top: -70px;
  }
}

@media screen and (max-width: 599px) {
  .top-main {
    height: 320px;
    margin-top: -60px;
  }
}

.top-main__list {
  height: 100%;
}

.top-main__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.top-main .slick-list {
  height: 100%;
}

.top-main .slick-list .slick-track {
  height: 100%;
}

.top-floating {
  position: absolute;
  bottom: -160px;
  right: 70px;
  width: 320px;
  height: 320px;
  padding: 15px;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .top-floating {
    right: 20px;
    bottom: -100px;
    width: 270px;
    height: 270px;
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .top-floating {
    display: none;
  }
}

.top-floating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e704c;
  background: -webkit-gradient(linear, left top, right top, from(#2e704c), to(#39a065));
  background: linear-gradient(90deg, #2e704c 0%, #39a065 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e704c",endColorstr="#39a065",GradientType=1);
  border-radius: 50%;
  opacity: .6;
  z-index: -1;
}

.top-floating__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 50%;
}

.top-floating__title {
  margin-bottom: 12px;
  color: #2e704c;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

@media screen and (max-width: 1600px) {
  .top-floating__title {
    margin-bottom: 3px;
    font-size: 2.1rem;
  }
}

.top-floating__text {
  color: #433533;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .top-floating__text {
    font-size: 1.4rem;
  }
}

.top-floating__text span {
  font-size: 1.6rem;
}

@media screen and (max-width: 1600px) {
  .top-floating__text span {
    font-size: 1.5rem;
  }
}

.top-floating__time {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid #2e704c;
  color: #2e704c;
  font-size: 3rem;
  font-family: "Share", cursive;
  font-style: italic;
  line-height: .75;
  letter-spacing: .04em;
}

@media screen and (max-width: 1600px) {
  .top-floating__time {
    margin-bottom: 8px;
    padding-bottom: 14px;
    font-size: 2.5rem;
  }
}

.top-floating__time li {
  text-align: center;
}

.top-floating__time li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .top-floating__time li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.top-floating__time li span {
  display: inline-block;
  width: 11px;
  height: 1px;
  margin: -3px 8px 0;
  background-color: #2e704c;
  vertical-align: middle;
}

.top-topics {
  position: relative;
  margin-bottom: 90px;
  padding: 58px 4% 68px;
}

@media screen and (max-width: 1024px) {
  .top-topics {
    margin-bottom: 50px;
    padding: 40px 30px 60px;
  }
}

@media screen and (max-width: 599px) {
  .top-topics {
    margin-bottom: 20px;
    padding: 30px 30px 100px;
  }
}

.top-topics::before {
  content: '';
  top: -255px;
  left: 0;
  width: 96%;
  height: calc(100% + 255px);
  background-color: #e6e4da;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-topics::before {
    top: -195px;
    height: calc(100% + 195px);
  }
}

@media screen and (max-width: 599px) {
  .top-topics::before {
    top: -105px;
    width: 100%;
    height: calc(100% + 105px);
  }
}

.top-topics__list {
  max-width: 1450px;
  margin-left: -34px;
  padding-right: 150px;
}

@media screen and (max-width: 1024px) {
  .top-topics__list {
    padding-right: 120px;
  }
}

@media screen and (max-width: 599px) {
  .top-topics__list {
    padding-right: 0;
    margin-left: -24px;
  }
}

.top-topics__list__item {
  max-width: 630px;
  margin-left: 34px;
}

@media screen and (max-width: 599px) {
  .top-topics__list__item {
    margin-left: 24px;
  }
}

.top-topics__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .top-topics__link {
    padding: 25px;
  }
}

@media screen and (max-width: 599px) {
  .top-topics__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 40px;
  }
}

.top-topics__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  background-color: #4f3838;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
}

@media screen and (max-width: 1024px) {
  .top-topics__link::before {
    width: 40px;
    height: 40px;
    background-size: 19px auto;
  }
}

.top-topics__link:hover {
  opacity: .8;
}

.top-topics__image-area {
  width: 40%;
  margin-right: 6%;
}

@media screen and (max-width: 1024px) {
  .top-topics__image-area {
    width: 35%;
  }
}

@media screen and (max-width: 599px) {
  .top-topics__image-area {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-topics__image-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.top-topics__text-area {
  width: 54%;
}

@media screen and (max-width: 1024px) {
  .top-topics__text-area {
    width: 55%;
  }
}

@media screen and (max-width: 599px) {
  .top-topics__text-area {
    width: 100%;
  }
}

.top-topics__text-area__title {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 0 15px 18px;
  border-bottom: 1px solid #d2d2d2;
  color: #1c3b2a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .top-topics__text-area__title {
    margin-bottom: 10px;
    padding: 3px 0 15px 15px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 599px) {
  .top-topics__text-area__title {
    padding-left: 10px;
  }
}

.top-topics__text-area__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 85%;
  background-color: #2e704c;
}

@media screen and (max-width: 1024px) {
  .top-topics__text-area__title::before {
    height: 80%;
  }
}

.top-topics__text-area__text {
  color: #000 !important;
}

@media screen and (max-width: 599px) {
  .top-topics__text-area__text {
    font-size: 1.5rem;
  }
}

.top-topics .slick-next,
.top-topics .slick-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 0 !important;
  width: 52px;
  height: 52px;
  border: 1px solid #2e704c;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .top-topics .slick-next,
  .top-topics .slick-prev {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 599px) {
  .top-topics .slick-next,
  .top-topics .slick-prev {
    bottom: -65px !important;
    width: 45px;
    height: 45px;
  }
}

.top-topics .slick-next::before,
.top-topics .slick-prev::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 8px;
  background-image: url(../img/common/arrow_green.svg);
  background-size: 100%;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-topics .slick-next:hover,
.top-topics .slick-prev:hover {
  background-color: #2e704c;
}

.top-topics .slick-next:hover::before,
.top-topics .slick-prev:hover::before {
  background-image: url(../img/common/arrow_white.svg);
}

.top-topics .slick-next {
  right: 0;
}

@media screen and (max-width: 599px) {
  .top-topics .slick-next {
    right: -74px;
    left: 0;
    margin: 0 auto;
  }
}

.top-topics .slick-prev {
  left: auto;
  right: 51px;
}

@media screen and (max-width: 599px) {
  .top-topics .slick-prev {
    left: -14px;
    right: 0;
    margin: 0 auto;
  }
}

.top-topics .slick-prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1560px;
  margin: 0 auto 80px;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .top-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-container {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.top-container .left {
  width: 72%;
  margin-right: 3%;
}

@media screen and (max-width: 1024px) {
  .top-container .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.top-container .right {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .top-container .right {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .top-container .right {
    width: 100%;
  }
}

.top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1px 0 0 -1px;
}

.top-nav__list__item {
  width: calc((99.9% - 3px) / 3);
  margin: 1px 0 0 1px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .top-nav__list__item {
    width: calc((99.9% - 3px) / 2);
  }
}

.top-nav__list__item:nth-child(odd) .top-nav__list__item__body {
  background-color: rgba(255, 255, 255, 0.75);
  color: #2e704c !important;
}

.top-nav__list__item:nth-child(odd) .top-nav__list__item__body::after {
  background-image: url(../img/top/circle_arrow_green.png);
}

.top-nav__list__item:nth-child(odd) .top-nav__list__item__body span {
  color: #28a008;
}

.top-nav__list__item:nth-child(even) .top-nav__list__item__body {
  color: #fff;
}

.top-nav__list__item:nth-child(even) .top-nav__list__item__body::after {
  background-image: url(../img/top/circle_arrow_white.png);
}

.top-nav__list__item.item01 {
  background-image: url(../img/top/nav_bg01.jpg);
}

.top-nav__list__item.item01 .top-nav__list__item__body {
  background-image: url(../img/top/icon_nav01.png);
}

.top-nav__list__item.item02 {
  background-color: #2a754c;
}

.top-nav__list__item.item02 .top-nav__list__item__body {
  background-image: url(../img/top/icon_nav02.png);
}

.top-nav__list__item.item03 {
  background-image: url(../img/top/nav_bg03.jpg);
}

.top-nav__list__item.item03 .top-nav__list__item__body {
  background-image: url(../img/top/icon_nav03.png);
}

.top-nav__list__item.item04 {
  background-color: #2e8467;
}

.top-nav__list__item.item04 .top-nav__list__item__body {
  background-image: url(../img/top/icon_nav04.png);
}

.top-nav__list__item.item05 {
  background-image: url(../img/top/nav_bg05.jpg);
}

.top-nav__list__item.item05 .top-nav__list__item__body {
  background-image: url(../img/top/icon_nav05.png);
}

.top-nav__list__item.item06 {
  background-color: #2d8653;
}

.top-nav__list__item.item06 .top-nav__list__item__body {
  background-image: url(../img/top/icon_nav06.png);
}

.top-nav__list__item__link {
  display: block;
  position: relative;
  height: 100%;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .top-nav__list__item__link {
    padding: 15px;
  }
}

@media screen and (max-width: 599px) {
  .top-nav__list__item__link {
    padding: 10px;
  }
}

.top-nav__list__item__link::before, .top-nav__list__item__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: #2e5d4b;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
}

.top-nav__list__item__link::before {
  right: 0;
  bottom: 0;
}

.top-nav__list__item__link::after {
  top: 0;
  left: 0;
}

.top-nav__list__item__link .line::before, .top-nav__list__item__link .line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  background-color: #2e5d4b;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
}

.top-nav__list__item__link .line::before {
  top: 0;
  right: 0;
}

.top-nav__list__item__link .line::after {
  bottom: 0;
  left: 0;
}

.top-nav__list__item__link:hover::before, .top-nav__list__item__link:hover::after {
  width: 100%;
}

.top-nav__list__item__link:hover .line::before, .top-nav__list__item__link:hover .line::after {
  height: 100%;
}

.top-nav__list__item__body {
  position: relative;
  height: 100%;
  padding: 135px 20px 88px;
  background-repeat: no-repeat;
  background-position: top 40px center;
  background-size: 76px auto;
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .05em;
}

@media screen and (max-width: 1400px) {
  .top-nav__list__item__body {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .top-nav__list__item__body {
    padding: 135px 10px 88px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-nav__list__item__body {
    padding: 105px 10px 70px;
    font-size: 2.1rem;
    background-position: top 30px center;
    background-size: 60px auto;
  }
}

@media screen and (max-width: 599px) {
  .top-nav__list__item__body {
    padding: 67px 5px 45px;
    font-size: 1.8rem;
    background-size: 48px auto;
    background-position: top 13px center;
    letter-spacing: -.5px;
  }
}

.top-nav__list__item__body::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 1024px) {
  .top-nav__list__item__body::after {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 599px) {
  .top-nav__list__item__body::after {
    width: 26px;
    height: 26px;
    bottom: 8px;
  }
}

.top-nav__list__item__body span {
  display: block;
  margin-top: 13px;
  font-size: 1.4rem;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: .75;
  opacity: .8;
}

@media screen and (max-width: 599px) {
  .top-nav__list__item__body span {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}

.top-contact {
  position: relative;
  padding: 40px;
  background-color: #f3f2ed;
}

@media screen and (max-width: 1400px) {
  .top-contact {
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact {
    padding: 20px;
  }
}

.top-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 52px;
  border: 26px solid transparent;
  border-top: 28px solid #4c836b;
  border-left: 25px solid #4c836b;
}

.top-contact__head {
  margin-bottom: 30px;
  padding: 40px 20px 60px;
  border-bottom: 1px solid #2e704c;
  color: #1d1b1b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 1400px) {
  .top-contact__head {
    padding: 35px 20px 45px;
  }
}

@media screen and (max-width: 1200px) {
  .top-contact__head {
    padding: 20px 20px 25px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__head {
    margin-bottom: 20px;
    padding: 15px 15px 25px;
  }
}

.top-contact__head span {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .top-contact__head span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__head span {
    font-size: 2.8rem;
  }
}

.top-contact__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 8px;
  background-color: #2e704c;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-contact__title {
    font-size: 1.5rem;
  }
}

.top-contact__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  border: 20px solid transparent;
  border-top: 24px solid #4c836b;
  border-left: 16px solid #4c836b;
}

@media screen and (max-width: 599px) {
  .top-contact__title::before {
    width: 40px;
    height: 42px;
    border: 21px solid transparent;
    border-top: 23px solid #4c836b;
    border-left: 20px solid #4c836b;
  }
}

.top-contact__text {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.top-contact__box {
  margin-bottom: 15px;
  padding: 35px 12px 20px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-contact__box {
    padding: 30px 10px 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__box {
    padding: 20px 10px 10px;
  }
}

.top-contact__box__tel {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 3.5rem;
  font-family: "Overpass", sans-serif;
  color: #2e704c !important;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: .75;
}

@media screen and (max-width: 1400px) {
  .top-contact__box__tel {
    padding-left: 26px;
    font-size: 2.8rem;
  }
}

.top-contact__box__tel::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 31px;
  height: 35px;
  background-image: url(../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1400px) {
  .top-contact__box__tel::before {
    top: -8px;
    width: 25px;
    height: 29px;
  }
}

@media screen and (max-width: 1024px) {
  .top-contact__box__tel::before {
    top: -9px;
    width: 25px;
    height: 29px;
  }
}

@media screen and (max-width: 599px) {
  .top-contact__box__tel::before {
    top: -5px;
    width: 23px;
    height: 26px;
  }
}

.top-contact__box__text {
  font-size: 1.4rem;
}

.top-contact__def-list > dt {
  margin-bottom: 5px;
  color: #2e704c;
  font-size: 1.5rem;
  font-weight: 700;
}

.top-contact__def-list > dd a {
  font-weight: 700;
}

.top-banner {
  margin-bottom: 90px;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .top-banner {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 599px) {
  .top-banner {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

.top-banner__inner {
  max-width: 1500px;
  margin: 0 auto;
}

.top-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -30px;
}

@media screen and (max-width: 1024px) {
  .top-banner__list {
    margin: 0 0 0 -10px;
  }
}

@media screen and (max-width: 599px) {
  .top-banner__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px 0 0 0;
  }
}

.top-banner__list__item {
  width: calc((99.9% - (30px * 3)) / 3);
  height: 195px;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .top-banner__list__item {
    width: calc((99.9% - (10px * 3)) / 3);
    height: 110px;
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 599px) {
  .top-banner__list__item {
    height: 98px;
    width: 100%;
    margin: 10px 0 0 0;
  }
}

.top-banner__list__item.item01 .top-banner__list__item__link {
  background-image: url(../img/top/banner_img01.jpg);
}

.top-banner__list__item.item02 .top-banner__list__item__link {
  background-image: url(../img/top/banner_img02.jpg);
}

.top-banner__list__item.item03 .top-banner__list__item__link {
  background-image: url(../img/top/banner_img03.jpg);
}

.top-banner__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  border: 1px solid #2e704c;
  color: #433533;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.2;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .top-banner__list__item__link {
    padding: 15px;
    font-size: 1.7rem;
    background-position: top right -20px;
  }
}

@media screen and (max-width: 599px) {
  .top-banner__list__item__link {
    background-position: top right;
  }
}

.top-banner__list__item__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69px;
  height: 69px;
  background-image: url(../img/top/banner_triangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .top-banner__list__item__link::after {
    width: 49px;
    height: 49px;
  }
}

.top-banner__list__item__link span {
  display: block;
  margin-top: 10px;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .top-banner__list__item__link span {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}

.top-banner__list__item__link:hover {
  opacity: .8;
}

.top-medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top-medical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 50px;
  }
}

.top-medical::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: calc(100% - 40px);
  background-color: #e6e4da;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-medical::before {
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 599px) {
  .top-medical::before {
    width: 100%;
    height: calc(100% - 55px);
  }
}

.top-medical__title {
  width: 450px;
  height: 420px;
  margin-right: 60px;
  background-color: #4f4140;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 1400px) {
  .top-medical__title {
    width: 320px;
    height: 300px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .top-medical__title {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 8px;
  }
}

.top-medical__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .top-medical__title h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-medical__title h2 {
    padding: 35px 0;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 599px) {
  .top-medical__title h2 {
    padding: 25px 0;
    font-size: 2rem;
  }
}

.top-medical__title h2 span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Merriweather", serif;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: .75;
  opacity: .6;
}

@media screen and (max-width: 1024px) {
  .top-medical__title h2 span {
    font-size: 1.1rem;
  }
}

.top-medical__list {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  width: calc(99.9% - 450px - 60px);
  margin: 0 0 0 -50px;
  padding: 140px 0 100px;
}

@media screen and (max-width: 1400px) {
  .top-medical__list {
    width: calc(99.9% - 320px - 40px);
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 1024px) {
  .top-medical__list {
    max-width: none;
    width: 100%;
    margin: 0 0 0 -20px;
    padding: 0;
  }
}

@media screen and (max-width: 599px) {
  .top-medical__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0 0 0;
  }
}

.top-medical__list__item {
  width: calc((99.9% - (50px * 3)) / 3);
  margin: 0 0 0 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-medical__list__item {
    width: calc((99.9% - (20px * 3)) / 3);
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-medical__list__item {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.top-medical__list__item__link {
  display: block;
}

.top-medical__list__item__link:hover .top-medical__list__item__image {
  opacity: .8;
}

.top-medical__list__item__link:hover .top-medical__list__item__text {
  color: #2e704c;
}

.top-medical__list__item__link:hover .top-medical__list__item__text::before {
  background-color: #2e704c;
}

.top-medical__list__item__image {
  position: relative;
  max-width: 340px;
  margin: 0 auto 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 599px) {
  .top-medical__list__item__image {
    max-width: none;
    width: 75%;
  }
}

.top-medical__list__item__image::after {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #2e704c;
  font-size: 7rem;
  font-family: "Pinyon Script", cursive;
  line-height: .75;
  letter-spacing: -.05em;
}

@media screen and (max-width: 1400px) {
  .top-medical__list__item__image::after {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 599px) {
  .top-medical__list__item__image::after {
    bottom: -10px;
  }
}

.top-medical__list__item__text {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  color: #4f3838;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1400px) {
  .top-medical__list__item__text {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1024px) {
  .top-medical__list__item__text {
    padding-right: 30px;
    font-size: 1.7rem;
  }
}

.top-medical__list__item__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto 0;
  background-color: #4f3838;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .top-medical__list__item__text::before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 599px) {
  .top-medical__list__item__text::before {
    width: 23px;
    height: 23px;
  }
}

.top-medical__list__item__text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .top-medical__list__item__text::after {
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 599px) {
  .top-medical__list__item__text::after {
    right: 9px;
  }
}

.top-news {
  position: relative;
  padding: 120px 30px 150px;
}

@media screen and (max-width: 1024px) {
  .top-news {
    padding: 60px 30px 70px;
  }
}

@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 20px 50px;
  }
}

.top-news__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.top-news__title {
  position: relative;
  padding-bottom: 20px;
  color: #2e704c;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .top-news__title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .top-news__title {
    font-size: 2.4rem;
  }
}

.top-news__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #2e704c;
}

@media screen and (max-width: 1024px) {
  .top-news__title::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 599px) {
  .top-news__title::after {
    width: 6px;
    height: 6px;
  }
}

.top-news__more {
  display: block;
  position: relative;
  max-width: 180px;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 14px 25px 11px 35px;
  background-image: url(../img/top/icon_humberger.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 14px auto;
  border: 1px solid #2e704c;
  border-radius: 40px;
  margin-left: auto;
  color: #2e704c;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .top-news__more {
    display: none;
  }
}

.top-news__more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #2e704c;
  border-right: 2px solid #2e704c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.top-news__more:hover {
  background-color: #2e704c;
  background-image: url(../img/top/icon_humberger_o.svg);
  color: #fff;
}

.top-news__more:hover::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-news__list__item {
  border-bottom: 1px dotted #dbdbdb;
}

.top-news__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 20px 30px 20px 0px;
}

@media screen and (max-width: 1024px) {
  .top-news__list__item__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px 20px 0px;
  }
}

@media screen and (max-width: 599px) {
  .top-news__list__item__link {
    padding: 15px 15px 15px 0;
  }
}

.top-news__list__item__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2e704c;
  border-right: 2px solid #2e704c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .top-news__list__item__link::after {
    right: 5px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #2e704c;
    border-right: 2px solid #2e704c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.top-news__list__item__link:hover {
  background-color: #f2fcf2;
}

.top-news__list__item__date {
  width: 110px;
  color: #303131;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .top-news__list__item__date {
    width: 100px;
  }
}

@media screen and (max-width: 599px) {
  .top-news__list__item__date {
    width: 90px;
    font-size: 1.4rem;
  }
}

.top-news__list__item__category {
  width: 110px;
  margin-top: -2px;
  padding: 3px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-news__list__item__category {
    padding: 2px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 599px) {
  .top-news__list__item__category {
    width: 100px;
    margin-top: -1px;
    padding: 1px;
    font-size: 1.1rem;
  }
}

.top-news__list__item__category.news {
  background-color: #7153a9;
}

.top-news__list__item__category.info {
  background-color: #2a9cb9;
}

.top-news__list__item__category.medical {
  background-color: #3da760;
}

.top-news__list__item__category.recruit {
  background-color: #4859ab;
}

.top-news__list__item__category.event {
  background-color: #96ba51;
}

.top-news__list__item__text {
  width: calc(100% - 110px - 110px);
  padding-left: 30px;
  color: #010101;
}

@media screen and (max-width: 1024px) {
  .top-news__list__item__text {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .top-news__list__item__text {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.top-news__list__item__text span.new {
  display: inline-block;
  margin-left: 10px;
  color: #fb180d;
  font-family: "Overpass", sans-serif;
  line-height: .75;
}

.top-news__empty {
  margin-top: 40px;
  text-align: center;
}

.top-news__button {
  display: block;
  position: relative;
  max-width: 280px;
  margin: 30px auto 0;
  padding: 18px 25px;
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 14px auto;
  border: 1px solid #2e704c;
  border-radius: 40px;
  margin-left: auto;
  color: #2e704c;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 599px) {
  .top-news__button {
    padding: 15px 20px;
  }
}

.top-news__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #2e704c;
  border-right: 2px solid #2e704c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.top-news__button:hover {
  background-color: #2e704c;
  background-image: url(../img/top/icon_humberger_o.svg);
  color: #fff;
}

.top-news__button:hover::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-gallery {
  padding: 130px 30px 120px;
  background-color: #2e704c;
  background-image: url(../img/top/gallery_text.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1024px auto;
}

@media screen and (max-width: 1024px) {
  .top-gallery {
    padding: 60px 30px 50px;
    background-size: 534px auto;
  }
}

@media screen and (max-width: 599px) {
  .top-gallery {
    padding: 40px 20px 50px;
    background-size: 334px auto;
  }
}

.top-gallery__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.top-gallery__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .top-gallery__title {
    padding-bottom: 10px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .top-gallery__title {
    font-size: 2.4rem;
  }
}

.top-gallery__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .top-gallery__title::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 599px) {
  .top-gallery__title::after {
    width: 6px;
    height: 6px;
  }
}

.top-gallery__container {
  position: relative;
}

.top-gallery #slider {
  position: relative;
}

@media screen and (max-width: 599px) {
  .top-gallery #slider {
    margin-bottom: 10px;
  }
}

.top-gallery #slider .swiper-slide {
  cursor: pointer;
}

.top-gallery #slider::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 790px;
  height: 60px;
  background-color: #2e704c;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top-gallery #slider::after {
    width: 510px;
    height: 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-gallery #slider::after {
    display: none;
  }
}

.top-gallery #thumbs {
  max-width: 770px;
  margin: -40px 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .top-gallery #thumbs {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .top-gallery #thumbs {
    margin: 0 auto;
  }
}

.top-gallery #thumbs .swiper-slide {
  cursor: pointer;
}

.top-gallery #thumbs .swiper-slide.swiper-slide-active {
  opacity: .65;
}

.top-recruit {
  padding: 120px 30px 160px;
  background-image: url(../img/top/recruit_text.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 905px auto;
}

@media screen and (max-width: 1024px) {
  .top-recruit {
    padding: 60px 30px 80px;
    background-size: 480px auto;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit {
    padding: 40px 20px 50px;
    background-size: 290px auto;
  }
}

.top-recruit__inner {
  max-width: 1260px;
  margin: 0 auto;
}

.top-recruit__title {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 20px;
  color: #2e704c;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: .05em;
}

@media screen and (max-width: 1024px) {
  .top-recruit__title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.top-recruit__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #2e704c;
}

@media screen and (max-width: 1024px) {
  .top-recruit__title::after {
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit__title::after {
    width: 6px;
    height: 6px;
  }
}

.top-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -32px;
}

@media screen and (max-width: 1024px) {
  .top-recruit__list {
    margin: 0 0 0 -20px;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px 0 0 0;
  }
}

.top-recruit__list__item {
  width: calc((99.9% - (32px * 3)) / 3);
  margin: 0 0 0 32px;
}

@media screen and (max-width: 1024px) {
  .top-recruit__list__item {
    width: calc((99.9% - (20px * 3)) / 3);
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit__list__item {
    width: 100%;
    margin: 25px 0 0 0;
  }
}

.top-recruit__list__item__link {
  display: block;
}

.top-recruit__list__item__link:hover {
  opacity: .8;
}

.top-recruit__list__item__text {
  position: relative;
  border-bottom: 2px solid #e3e3e3;
  padding: 30px 0;
  color: #2a2929;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

@media screen and (max-width: 1024px) {
  .top-recruit__list__item__text {
    padding: 20px 0;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  .top-recruit__list__item__text {
    padding: 18px 0;
    font-size: 1.7rem;
  }
}

.top-recruit__list__item__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 14px;
  border-top: 3px solid #dfdddd;
  border-right: 3px solid #dfdddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .top-recruit__list__item__text::before {
    width: 12px;
    height: 12px;
    border-top: 3px solid #dfdddd;
    border-right: 3px solid #dfdddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.top-recruit__list__item__text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #2e704c;
}
/*# sourceMappingURL=style.css.map */