@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=japanese");
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #244479;
  border: none;
  text-decoration: none;
}

a:hover {
  color: #3463b1;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  vertical-align: middle;
  text-align: left;
}

ol,
ul {
  list-style: none;
}

img,
video,
iframe {
  max-width: 100%;
}

img {
  border: none;
  vertical-align: top;
}

b,
strong {
  font-weight: 500;
}

blockquote,
q {
  quotes: none;
}

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

hr {
  display: block;
  height: 0;
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
.main-heading,
.news-heading {
  position: relative;
  margin: 3em 0 2em;
  padding-left: 0.7em;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px), print {
  .main-heading,
  .news-heading {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1100px), print {
  .main-heading,
  .news-heading {
    font-size: 1.7em;
  }
}

.main-heading:before,
.news-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #e57165;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 共通見出し（h3相当）*/
.main-subheading {
  color: #222;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0.5em 0.3em;
  margin: 3em 0 1.5em;
  border-bottom: 1px solid #db3624;
}

@media screen and (min-width: 768px), print {
  .main-subheading {
    font-size: 1.1em;
  }
}

/* 共通見出し（h4相当）*/
.main-subsubheading {
  color: #db3624;
  font-weight: 700;
  margin: 2.5em 0 1.5em;
}

@media screen and (min-width: 768px), print {
  .main-subsubheading {
    font-size: 1.1em;
  }
}

/* 共通リスト */
.main ul > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  list-style-type: none;
}

.main ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ccc;
}

.main ol > li {
  margin-left: 1.5em;
  line-height: 1.5;
  list-style-type: decimal;
}

/* 共通リスト（リストマーカー非表示用）*/
ul.list-style-none > li {
  padding-left: 0;
  list-style-type: none;
}

ul.list-style-none > li:before {
  display: none;
}

ol.list-style-none > li {
  margin-left: 0;
  list-style-type: none;
}

/* 共通リスト（注釈用）*/
ul.list-style-note > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}

ul.list-style-note > li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

/* 共通リンクボタン */
.more {
  margin-top: 1.5em;
  text-align: center;
}

.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
  font-size: 0.93em;
  line-height: 1.4;
  text-align: left;
  padding-left: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-button:before,
.link-button:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-button:before {
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e57165;
}

.link-button:after {
  left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  -o-border-image: initial;
  border-image: initial;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #244479;
  text-decoration: none;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

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

/* コンテンツ隙間・間隔用 */
.gutter {
  margin-bottom: 5em;
}

.gutter > .inner {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 1.8;
}

@media screen and (max-width: 767.98px) {
  .gutter > .inner {
    padding-right: 0;
    padding-left: 0;
    line-height: 1.6;
  }
}

.gutter > .inner .inner {
  overflow: hidden;
}

.gutter .inner:not(:last-child) {
  margin-bottom: 42px;
  margin-bottom: 3rem;
}

.gutter.dmy {
  max-width: none;
}

.gutter.dmy > .inner {
  max-width: none;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.gutter.dmy.wide {
  margin-right: -22%;
  margin-left: -22%;
}

@media screen and (min-width: 1100px), print {
  .gutter.dmy.wide {
    margin-right: -230px;
    margin-left: -230px;
  }
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -80px;
  margin-bottom: 80px;
  background: rgba(255, 255, 255, 0) url(../img/base/blank.gif);
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point:before {
    margin-top: -60px;
    margin-bottom: 60px;
  }
}

/* サブセクション */
.subsection:not(:last-child) {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #eee;
}

/* CSS カウンターの利用 | https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Counters */
.css-counter {
  counter-reset: section;
}

.css-counter .counter:before {
  counter-increment: section;
  content: counter(section) ". ";
}

/* 下線マーカー */
.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(85%, rgba(0, 0, 0, 0)),
    color-stop(0%, black)
  );
  background: linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
}

/* クリック範囲を拡大（テキスト）*/
.widelink {
  display: inline-block;
  position: relative;
  margin: -10px;
  padding: 10px;
}

/* クリック範囲を拡大（カード）*/
.card {
  position: relative;
}

.card a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

/* スクロール固定 */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* 共通お問い合わせ */
.global-contact {
  font-size: 0.9em;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .global-contact {
    font-size: 1em;
  }
}

.global-contact.primary {
  padding-bottom: 1em;
  margin-bottom: 0.6em;
  border-bottom: 1px dotted #aaa;
}

@media screen and (min-width: 1100px), print {
  .global-contact-items {
    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;
    margin: 0 -0.5em 0 0;
  }
}

@media screen and (min-width: 1100px), print {
  .global-contact-item {
    padding: 0 0.5em 0 0;
  }
}

.global-contact-item.tel {
  padding: 0 3.5em 0 0;
}

.global-contact-item.feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.4em 0 0;
}

.global-contact-item.feature ul li {
  padding: 0 0.4em 0 0;
}

.global-contact-item.feature ul li span {
  display: block;
  min-width: 130px;
  color: #f27e00;
  font-size: 1.05em;
  font-weight: 700;
  padding: 0.3em 0.5em;
  border: 1px solid #f27e00;
}

.global-contact-item.time p {
  font-size: 0.87em;
  line-height: 1.6;
  text-align: left;
}

.global-contact-item.time p.reception {
  font-size: 1.6rem;
  font-weight: 700;
}

.global-contact .tel-link {
  display: block;
  position: relative;
  height: 100%;
  line-height: 1.1;
  text-align: left;
}

.global-contact a.tel-link {
  color: #244479;
}

.global-contact a.tel-link:hover {
  color: #3463b1;
  text-decoration: none;
}

.global-contact .tel-num {
  display: block;
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 0.2em;
}

.global-contact .tel-num span {
  color: #f27e00;
}

.global-contact .tel-text {
  display: block;
  /* font-size: 1.1em; */
}

/* .global-contact .tel-text span {
  font-size: 1.4rem;
} */

.global-contact .mail-link {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 210px;
  height: 100%;
  color: #3463b1;
  line-height: 1.1;
  border: 2px solid #3463b1;
  border-radius: 0.2em;
  text-align: center;
  padding: 1.2em 1em;
  background-color: #fafcfe;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.global-contact .mail-link:hover {
  background-color: #edf4fc;
  text-decoration: none;
}

.global-contact .mail-link:hover:before {
  color: rgba(189, 216, 242, 0.8);
}

.global-contact .mail-link:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e902";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  color: rgba(225, 237, 249, 0.8);
  text-align: center;
  line-height: 60px;
  font-size: 84px;
  font-size: 6rem;
  overflow: hidden;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}

.global-contact .mail-text {
  position: relative;
  font-weight: 700;
}

.global-contact .line-link {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 210px;
  height: 100%;
  color: #77be37;
  line-height: 1.1;
  border: 2px solid #77be37;
  border-radius: 0.2em;
  text-align: center;
  padding: 1.2em 1em;
  background-color: #f8fcf3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.global-contact .line-link:hover {
  background-color: #eff9e3;
  text-decoration: none;
}

.global-contact .line-link:hover:before {
  color: rgba(194, 228, 152, 0.8);
}

.global-contact .line-link:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e904";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  color: rgba(223, 241, 201, 0.8);
  text-align: center;
  line-height: 60px;
  font-size: 84px;
  font-size: 6rem;
  overflow: hidden;
  -webkit-transform: rotate(-20deg) translateY(-50%);
  transform: rotate(-20deg) translateY(-50%);
}

.global-contact .line-text {
  position: relative;
  font-weight: 700;
}

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

  Webフォント

-------------------------------- */
/*
 * https://icomoon.io/
 */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2muphg");
  src: url("../fonts/icomoon.eot?2muphg#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?2muphg") format("truetype"),
    url("../fonts/icomoon.woff?2muphg") format("woff"),
    url("../fonts/icomoon.svg?2muphg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
  content: "\e900";
}

.icon-home:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-arrow:before {
  content: "\e903";
}

.icon-line:before {
  content: "\e904";
}

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSansJP-Thin.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Light.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Black.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * "Noto Serif JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSerifJP-ExtraLight.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Light.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Regular.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Medium.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-SemiBold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Bold.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * NotoSerifJP-Black.otf: Copyright 2017 Adobe Systems Incorporated (http://www.adobe.com/).
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * "Sawarabi Mincho" is lisenced under the SIL Open Font License, 1.1
 * SawarabiMincho-Regular.ttf: Copyright 2016 The Sawarabi Mincho Project Authors.
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * "Kosugi Maru" is lisenced under the Apache License, Version 2.0
 * KosugiMaru-Regular.ttf: Copyright(C)2010 MOTOYA CO.,LTD.
 * https://www.google.com/fonts/attribution
 * http://www.apache.org/licenses/LICENSE-2.0.html
 */
/*
 * adobe-fonts/source-han-sans is licensed under the SIL Open Font License 1.1
 * https://github.com/adobe-fonts/source-han-sans
 * http://scripts.sil.org/OFL
 */
@font-face {
  font-family: "SourceHanSansEL";
  src: url("../fonts/SourceHanSans-ExtraLight.woff2") format("woff2"),
    url("../fonts/SourceHanSans-ExtraLight.woff") format("woff"),
    url("../fonts/SourceHanSans-ExtraLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

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

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.slideout-open {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: hidden;
  overflow-x: hidden;
}

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

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1099.98px) {
  .wrapper .header-logo,
  .wrapper .nav-button {
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .wrapper .tel-button,
  .wrapper .contact-button,
  .wrapper .pagetop {
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .wrapper.hide .header-logo,
  .wrapper.hide .nav-button {
    top: -60px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .wrapper.hide .tel-button,
  .wrapper.hide .contact-button {
    bottom: -60px;
  }
  .wrapper.hide .pagetop {
    bottom: 10px;
  }
}

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

  header

-------------------------------- */
.header {
  padding-top: 60px;
}

@media screen and (min-width: 1100px), print {
  .header {
    padding-top: 280px;
  }
}

.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}

@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 1em;
    z-index: 1001;
  }
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1100px), print {
  .header-content {
    display: block;
    position: relative;
    max-width: 1100px;
    margin: auto;
  }
}

.header-lead {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .header-lead {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: #222;
    font-size: 0.8em;
    line-height: 30px;
    background-color: #edf4fc;
  }
}

.header-lead p {
  max-width: 1100px;
  margin: auto;
}

.header-logo {
  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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  z-index: 900;
}

@media screen and (min-width: 1100px), print {
  .header-logo {
    display: block;
    position: relative;
    max-width: 1100px;
    height: auto;
    margin: auto;
    background: none;
    z-index: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-link {
  display: block;
  width: 99.54545px;
}

@media screen and (min-width: 1100px), print {
  .header-link {
    position: absolute;
    top: 57px;
    left: 0;
    width: 219px;
  }
}

.header-text {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .header-text {
    display: block;
    position: absolute;
    top: 37.5px;
    left: 260px;
    font-size: 0.8em;
  }
}

.header-text p {
  font-weight: 700;
}

.header-info {
  font-size: 0.87em;
  margin-top: 1em;
}

.header-contact {
  display: none;
}

@media screen and (min-width: 1100px), print {
  .header-contact {
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-contact-container {
    display: block;
    position: fixed;
    top: 60px;
    right: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
  }
  .contact-open .header-contact-container {
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-contact-inner {
    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;
    padding: 1em;
    background-color: #244479;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-contact .global-contact .tel-link,
  .header-contact .global-contact .mail-link,
  .header-contact .global-contact .fax-item {
    color: #fff;
  }
  .header-contact .global-contact .tel-link:before,
  .header-contact .global-contact .mail-link:before,
  .header-contact .global-contact .fax-item:before {
    color: #244479;
    background-color: #fff;
  }
  .header-contact .global-contact a.tel-link {
    color: #fff;
  }
  .header-contact .global-contact a.tel-link:hover {
    color: #fff;
  }
  .header-contact .global-contact .add-text,
  .header-contact .global-contact .text-item,
  .header-contact .global-contact .num-item,
  .header-contact .global-contact .mail-text {
    color: #fff;
  }
}

/* スクロール時固定用 */
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    left: -270px;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1001;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .nav-open .nav {
    left: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 198px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
}

@media screen and (min-width: 1100px), print {
  .nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav .inner {
    position: relative;
    width: 270px;
    height: 100%;
    margin: 0;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1100px), print {
  .nav .inner {
    position: static;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    margin-top: 60px;
    padding: 0 10px;
    background-color: #fff;
    opacity: 0;
  }
  .nav-open .main-nav,
  .slideout-open .main-nav {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
  }
  .main-nav .nav-item:first-child {
    border-top: 1px solid #eee;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }
  .main-nav .nav-item:last-child .nav-link:hover:after {
    height: 100%;
    border-right: none;
  }
  .main-nav .nav-item:last-child .nav-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    height: 85%;
    margin: auto;
    border-right: 1px dashed #244479;
  }
}

.main-nav .nav-link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: block;
    position: relative;
    padding: 1em 1em 1em 0.5em;
    color: #000;
    border-bottom: 1px solid #eee;
  }
  .main-nav .nav-link:hover {
    color: #3463b1;
    text-decoration: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 70px;
    color: #000;
    text-align: center;
  }
  .main-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3463b1;
    z-index: 1;
  }
  .main-nav .nav-link:hover:before {
    height: 100%;
    border-right: none;
  }
  .main-nav .nav-link:hover span {
    color: #fff;
  }
  .main-nav .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 85%;
    margin: auto;
    border-right: 1px dashed #244479;
  }
  .main-nav .nav-link span {
    display: block;
    color: #244479;
    font-size: 1em;
    font-weight: 700;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav {
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    top: 50%;
    left: -25%;
    width: 150%;
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.sub-nav-active .sub-nav {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    top: 100%;
  }
}

.sub-nav ul {
  margin-top: -1px;
}

@media screen and (min-width: 1100px), print {
  .sub-nav ul {
    margin-top: 10px;
  }
  .sub-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
}

.sub-nav li:not(:last-child) {
  margin-bottom: 1px;
}

@media screen and (min-width: 1100px), print {
  .sub-nav li:not(:last-child) {
    margin-bottom: 0;
  }
}

.sub-nav a {
  display: block;
  position: relative;
  padding: 1em;
  font-size: 0.9em;
  color: #fff;
  background-color: #244479;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .sub-nav a {
    padding: 1.5em 1em;
  }
}

.sub-nav a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3463b1;
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0) url(../img/base/blank.gif);
  cursor: pointer;
  outline: none;
  z-index: 1;
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    width: 100%;
    height: 100%;
    background: none;
    z-index: 10;
  }
}

.sub-nav-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button:after {
    top: auto;
    right: 0;
    bottom: 8px;
    left: 0;
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover:after {
    border-color: #244479;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover:after {
    border-color: #fff;
  }
}

.sub-nav-active .sub-nav-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button:after {
    bottom: -0.5em;
    border-color: #244479;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button:after {
    bottom: 3px;
    border-color: #fff;
  }
}

/* ドロップダウンナビ（ hover + active ）*/
@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link,
  .sub-nav-button.nav-link:hover,
  .sub-nav-active .nav-link.sub-nav-button:hover {
    color: #fff;
    background-color: #3463b1;
    z-index: 1;
  }
  .sub-nav-button:hover + .nav-link:before,
  .sub-nav-active .nav-link:before,
  .sub-nav-active .sub-nav-button:hover + .nav-link:before,
  .sub-nav-button.nav-link:hover:before,
  .sub-nav-active .nav-link.sub-nav-button:hover:before {
    height: 100%;
    background-color: #3463b1;
  }
}

/* ドロップダウンナビ（ hover ）*/
/* ドロップダウンナビ（ active ）*/
/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 910;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-button-icon {
  display: block;
  position: absolute;
  top: -14px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 2px;
  margin: auto;
  background-color: #000;
}

.nav-button-icon:before,
.nav-button-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #000;
}

.nav-button-icon:before {
  margin-top: -8px;
}

.nav-button-icon:after {
  margin-top: 8px;
}

.nav-button:after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 0.65em;
  font-weight: 700;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: none;
}

@media screen and (max-width: 1099.98px) {
  .nav-close-button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    z-index: 10;
  }
  .nav-close-button .nav-button-icon {
    display: block;
    position: absolute;
    top: -14px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: none;
  }
  .nav-close-button .nav-button-icon:before,
  .nav-close-button .nav-button-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #000;
  }
  .nav-close-button .nav-button-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-close-button .nav-button-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-close-button:after {
    content: "CLOSE";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 0.65em;
    font-weight: 700;
    text-align: center;
  }
}

/* ナビゲーション背景 */
.nav-screen {
  display: inline;
}

@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}

.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 950;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.nav-open .nav-screen-overlay,
.contact-open .nav-screen-overlay,
.slideout-open .nav-screen-overlay {
  opacity: 0.4;
  cursor: pointer;
  pointer-events: auto;
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  #top .nav.fixed {
    position: fixed;
    top: 0;
  }
  .nav.fixed:before {
    display: none;
  }
}

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

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 2.5em 1em 3em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}

#top .main {
  padding: 0 1em 3em;
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 2.5em 2em 5em;
  }
  #top .main {
    padding: 0 2em 5em;
  }
}

.main > .inner {
  max-width: none;
}

/* サイドバー付レイアウト用 */
@media screen and (min-width: 1100px), print {
  .main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.main-container .main-column {
  margin-bottom: 5em;
}

@media screen and (min-width: 1100px), print {
  .main-container .main-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    padding-right: 2em;
  }
}

.main-container .main-column:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1100px), print {
  .main-container .side-column {
    width: 280px;
  }
}

.main-container .side-column .inner {
  padding: 0;
  line-height: 1.5;
}

@media screen and (min-width: 1100px), print {
  .main-container .side-column-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

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

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
  padding: 0 1em;
  background-color: #edf4fc;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1100px), print {
  .footer {
    padding: 0 2em;
  }
}

.footer .inner {
  max-width: none;
}

.footer-main {
  margin: 0 -1em;
  padding: 0 1em;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1100px), print {
  .footer-main {
    margin: 0 -2em;
    padding: 0 2em;
  }
}

.footer-side {
  max-width: 1100px;
  margin: auto;
  padding: 2em 0;
}

@media screen and (min-width: 1100px), print {
  .footer-side {
    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;
  }
}

.footer-map {
  position: relative;
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .footer-map {
    margin: 0 -2em;
  }
}

.footer-map:before {
  content: "";
  display: block;
  padding-top: 300px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .footer-map:before {
    padding-top: 350px;
  }
}

.footer-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-lead {
  max-width: 1100px;
  margin: auto;
  padding: 1em 0;
  color: #fff;
}

.footer-lead p {
  font-size: 0.9em;
}

.footer-info {
  text-align: center;
  margin-bottom: 2em;
}

@media screen and (min-width: 1100px), print {
  .footer-info {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer-logo {
  margin-bottom: 1em;
}

.footer-link {
  color: #244479;
  font-size: 1.2em;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-link:hover {
  color: #3463b1;
  text-decoration: none;
}

.footer-adr {
  font-size: 0.87em;
  line-height: 1.8;
}

.footer-nav {
  max-width: 520px;
  margin: 0 auto;
}

@media screen and (min-width: 1100px), print {
  .footer-nav {
    margin: 0;
  }
}

.footer-nav .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -1em 0;
}

.footer-nav .nav-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1em 0;
  text-align: center;
}

@media screen and (min-width: 480px), print {
  .footer-nav .nav-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: left;
  }
}

@media screen and (min-width: 640px), print {
  .footer-nav .nav-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.footer-nav .nav-link {
  position: relative;
  color: #000;
  font-size: 0.93em;
  padding-left: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-nav .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
}

.footer-nav .nav-link:hover {
  color: #244479;
  text-decoration: none;
}

.footer .pagetop {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  border: 1px solid #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1099.98px), print {
  .footer .pagetop {
    display: none;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #244479;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3463b1;
}

.footer .pagetop a:hover:before {
  border-color: #fff;
}

.footer .pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .spmail {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 70px;
  margin: 0;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  border: 1px solid #fff;
}

@media screen and (max-width: 1099.98px), print {
  .footer .spmail {
    display: block;
  }
}

.footer .spmail a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #244479;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .spmail a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3463b1;
}

.footer .spmail a:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e902";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin: 0 -1em;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .footer .copy {
    margin: 0 -2em;
    padding: 0 2em;
  }
}

.footer .copy small {
  display: block;
  width: 100%;
  font-size: 0.8em;
}

@media screen and (min-width: 480px), print {
  .footer .copy small {
    text-align: center;
  }
}

@media screen and (min-width: 768px), print {
  .footer .copy small {
    font-size: 0.9em;
  }
}

.footer .copy span {
  display: none;
}

@media screen and (min-width: 768px), print {
  .footer .copy span {
    display: inline;
  }
}

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

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 0;
}

.mainvisual .inner {
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: #fff;
}

.mainvisual-img img {
  width: 100%;
  height: auto;
}

.mainvisual-catch {
  background-color: #edf4fc;
  padding: 1.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    padding: 0 1em;
    width: 100%;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mainvisual-catch-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch-container {
    text-align: left;
  }
}

.mainvisual-catch-main {
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .mainvisual-catch-main {
    margin-bottom: 1.5em;
  }
}

.mainvisual-catch-main p {
  line-height: 1.1;
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch-main p {
    -ms-text-shadow: -5px 5px 9px rgba(255, 255, 255, 0.6),
      5px -5px 9px rgba(255, 255, 255, 0.6),
      -5px -5px 9px rgba(255, 255, 255, 0.6),
      5px 5px 9px rgba(255, 255, 255, 0.6),
      -5px 5px 9px rgba(255, 255, 255, 0.6),
      5px -5px 9px rgba(255, 255, 255, 0.6),
      -5px -5px 9px rgba(255, 255, 255, 0.6),
      5px 5px 9px rgba(255, 255, 255, 0.6);
    -webkit-text-shadow: -5px 5px 9px rgba(255, 255, 255, 0.6),
      5px -5px 9px rgba(255, 255, 255, 0.6),
      -5px -5px 9px rgba(255, 255, 255, 0.6),
      5px 5px 9px rgba(255, 255, 255, 0.6),
      -5px 5px 9px rgba(255, 255, 255, 0.6),
      5px -5px 9px rgba(255, 255, 255, 0.6),
      -5px -5px 9px rgba(255, 255, 255, 0.6),
      5px 5px 9px rgba(255, 255, 255, 0.6);
    text-shadow: -5px 5px 9px rgba(255, 255, 255, 0.6),
      5px -5px 9px rgba(255, 255, 255, 0.6),
      -5px -5px 9px rgba(255, 255, 255, 0.6),
      5px 5px 9px rgba(255, 255, 255, 0.6),
      -5px 5px 9px rgba(255, 255, 255, 0.6),
      5px -5px 9px rgba(255, 255, 255, 0.6),
      -5px -5px 9px rgba(255, 255, 255, 0.6),
      5px 5px 9px rgba(255, 255, 255, 0.6);
  }
}

.mainvisual-catch-main p.catch1 {
  position: relative;
  display: inline-block;
  color: #e57165;
  font-weight: 700;
  padding: 0 30px;
  margin-bottom: 1.1em;
}

@media screen and (min-width: 768px), print {
  .mainvisual-catch-main p.catch1 {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 1280px), print {
  .mainvisual-catch-main p.catch1 {
    font-size: 1.5em;
  }
}

.mainvisual-catch-main p.catch1:before,
.mainvisual-catch-main p.catch1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1280px), print {
  .mainvisual-catch-main p.catch1:before,
  .mainvisual-catch-main p.catch1:after {
    width: 26px;
    height: 36px;
  }
}

.mainvisual-catch-main p.catch1:before {
  left: 0;
  background-image: url(../img/base/accent1.png);
}

.mainvisual-catch-main p.catch1:after {
  right: 0;
  background-image: url(../img/base/accent2.png);
}

.mainvisual-catch-main p.catch2 {
  display: block;
  color: #244479;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 0.4em;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch-main p.catch2 {
    font-size: 2.8em;
  }
}

@media screen and (min-width: 768px), print {
  .mainvisual-catch-main p.catch2 {
    font-size: 3.4em;
  }
}

@media screen and (min-width: 1280px), print {
  .mainvisual-catch-main p.catch2 {
    font-size: 4.2em;
  }
}

.mainvisual-catch-main p.catch2 span {
  color: #77be37;
  font-weight: 700;
}

.mainvisual-catch-main p.catch3 {
  font-weight: 700;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch-main p.catch3 {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 768px), print {
  .mainvisual-catch-main p.catch3 {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1280px), print {
  .mainvisual-catch-main p.catch3 {
    font-size: 1.8em;
  }
}

.mainvisual-catch-side {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0.2em 0.2em 0 0;
  background-color: #fff;
}

@media screen and (min-width: 1100px), print {
  .mainvisual-catch-side {
    display: none;
  }
}

.mainvisual-catch-feature-head {
  padding: 0.5em 1em 0.7em;
  border-radius: 0.2em 0.2em 0 0;
  background-color: #3463b1;
}

.mainvisual-catch-feature-head p {
  color: #fff;
  font-weight: 700;
  font-size: 0.93em;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch-feature-head p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 768px), print {
  .mainvisual-catch-feature-head p {
    font-size: 1.3em;
  }
}

.mainvisual-catch-feature-body {
  padding: 0.7em 1em;
}

.mainvisual-catch-feature-body p {
  font-size: 0.93em;
  line-height: 1.6;
}

@media screen and (min-width: 768px), print {
  .mainvisual-catch-feature-body p {
    font-size: 1em;
  }
}

.mainvisual-catch-feature-body p span {
  color: #f27e00;
  font-weight: 700;
}

.mainvisual-catch .br {
  display: block;
}

@media screen and (min-width: 480px), print {
  .mainvisual-catch .br {
    display: none;
  }
}

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

  スライダー

-------------------------------- */
.slider {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}

.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}

.slider-main {
  display: block;
  position: relative;
}

.slider-main:before {
  content: "";
  display: block;
  padding-top: 35.14%;
}

@media screen and (min-width: 1600px), print {
  .slider-main:before {
    padding-top: 674px;
  }
}

.slider-side {
  padding: 1.5em 1em;
  background-color: #244479;
}

@media screen and (min-width: 768px), print {
  .slider-side {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 60px;
    background: none;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1100px), print {
  .slider-side {
    padding: 0 140px;
  }
}

.slider-catch {
  max-width: 1100px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.slider-catch .catch {
  font-weight: 700;
}

.slider-catch .catch1 {
  display: block;
  font-size: 0.9em;
}

@media screen and (min-width: 1100px), print {
  .slider-catch .catch1 {
    font-size: 1.4em;
  }
}

.slider-catch .catch2 {
  display: block;
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 1100px), print {
  .slider-catch .catch2 {
    font-size: 2.4em;
  }
}

.slider-catch .br {
  display: block;
}

@media screen and (min-width: 640px), print {
  .slider-catch .br {
    display: none;
  }
}

.slider .slick-slider,
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}

.slider .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 1px;
  margin: auto;
  z-index: 101;
}

.slider-prev,
.slider-next {
  display: block;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .slider-prev,
  .slider-next {
    top: -25px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px), print {
  .slider-prev,
  .slider-next {
    top: -55px;
    width: 110px;
    height: 110px;
  }
}

.slider-prev:before,
.slider-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.slider-prev {
  left: 0;
}

.slider-prev:before {
  left: 30%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider-next {
  right: 0;
}

.slider-next:before {
  right: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slider-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.slider-dots ul {
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.slider-dots li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

.slider-dots li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 100%;
  background-color: #ddd;
}

.slider-dots li.slick-active:before {
  background-color: #999;
}

.slider-dots button {
  display: none;
}

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

  上部固定ボタン（お問い合わせ）

-------------------------------- */
.tel-button,
.contact-button {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #fff;
  text-align: center;
  border: none;
  background: #244479;
  cursor: pointer;
  outline: none;
  z-index: 900;
}

@media screen and (min-width: 1100px), print {
  .tel-button,
  .contact-button {
    display: none;
  }
}

.tel-button:hover,
.contact-button:hover {
  color: #fff;
  background-color: #3463b1;
}

.tel-button a,
.contact-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  border-top: 1px solid #fff;
}

.tel-button a:hover,
.contact-button a:hover {
  color: #fff;
  text-decoration: none;
}

.tel-button .icon,
.contact-button .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel-button .icon:before,
.contact-button .icon:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 35px;
  font-size: 2.5rem;
}

.tel-button .icon:after,
.contact-button .icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* お問い合わせ（TEL・FAX）*/
.tel-button {
  right: 0;
}

.tel-button .icon:after {
  content: "TEL";
}

/* お問い合わせ（メール）*/
.contact-button {
  left: 0;
}

.contact-button a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 2px;
  height: 50%;
  margin: auto;
  background-color: #fff;
}

.contact-button .icon:after {
  content: "CONTACT";
}

.contact-button .icon.icon-line:after {
  content: "LINE";
}

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

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  background: url(../img/base/under_bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page-title-inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .page-title-inner {
    height: 250px;
  }
}

.page-title-name {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 0.7em;
  font-weight: bold;
  color: #244479;
  text-align: center;
  -ms-text-shadow: -5px 5px 9px rgba(255, 255, 255, 0.6),
    5px -5px 9px rgba(255, 255, 255, 0.6),
    -5px -5px 9px rgba(255, 255, 255, 0.6), 5px 5px 9px rgba(255, 255, 255, 0.6),
    -5px 5px 9px rgba(255, 255, 255, 0.6), 5px -5px 9px rgba(255, 255, 255, 0.6),
    -5px -5px 9px rgba(255, 255, 255, 0.6), 5px 5px 9px rgba(255, 255, 255, 0.6);
  -webkit-text-shadow: -5px 5px 9px rgba(255, 255, 255, 0.6),
    5px -5px 9px rgba(255, 255, 255, 0.6),
    -5px -5px 9px rgba(255, 255, 255, 0.6), 5px 5px 9px rgba(255, 255, 255, 0.6),
    -5px 5px 9px rgba(255, 255, 255, 0.6), 5px -5px 9px rgba(255, 255, 255, 0.6),
    -5px -5px 9px rgba(255, 255, 255, 0.6), 5px 5px 9px rgba(255, 255, 255, 0.6);
  text-shadow: -5px 5px 9px rgba(255, 255, 255, 0.6),
    5px -5px 9px rgba(255, 255, 255, 0.6),
    -5px -5px 9px rgba(255, 255, 255, 0.6), 5px 5px 9px rgba(255, 255, 255, 0.6),
    -5px 5px 9px rgba(255, 255, 255, 0.6), 5px -5px 9px rgba(255, 255, 255, 0.6),
    -5px -5px 9px rgba(255, 255, 255, 0.6), 5px 5px 9px rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1100px), print {
  .page-title-name {
    font-size: 1em;
  }
}

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

  パンくずリスト

-------------------------------- */
.topic-path {
  position: relative;
  margin: -5em 0 3em;
  overflow: hidden;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .topic-path {
    margin: -5em 0 5em;
  }
}

.topic-path ul {
  max-width: 1100px;
  margin: auto;
  padding: 1em 0.5em;
}

@media screen and (min-width: 1100px), print {
  .topic-path ul {
    padding: 1.5em 0.5em;
  }
}

.topic-path ul:after {
  content: "";
  display: table;
  clear: both;
}

.topic-path li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-indent: 0;
  font-size: 0.85em;
  font-family: "Noto Sans JP", sans-serif;
}

.topic-path li:before,
.topic-path li:after {
  display: none;
}

.topic-path li.current {
  color: #000;
}

.topic-path a {
  display: block;
  position: relative;
  margin-right: 0.7em;
  padding-right: 1em;
}

.topic-path a:hover {
  text-decoration: underline;
}

.topic-path a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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

  プリント

-------------------------------- */
@media print {
  html,
  body {
    width: 1100px;
    background: none;
  }
}

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}

@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.section-header {
  max-width: 1100px;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 1.5em;
  margin: 0 auto 3em;
  text-align: center;
}

.section-heading {
  font-size: 1.4em;
  color: #244479;
  line-height: 1.2;
}

@media screen and (min-width: 640px), print {
  .section-heading {
    font-size: 1.7em;
  }
}

.section-heading span {
  display: block;
  font-size: 0.7em;
}

@media screen and (min-width: 480px), print {
  .section-heading span {
    display: inline-block;
  }
}

.section > .inner {
  line-height: 1.8;
}

@media screen and (max-width: 767.98px) {
  .section > .inner {
    line-height: 1.6;
  }
}

/* 相談無料・難しい手続きなど一切不要！まずはお電話！ */
.intro-section .section-inner {
  padding: 3em 1em 2em;
}

@media screen and (min-width: 1100px), print {
  .intro-section .section-inner {
    padding: 5em 2em 2em;
  }
}

.intro-main {
  border: 3px solid #3463b1;
  background-color: #3463b1;
  margin-bottom: 3em;
}

.intro-head {
  text-align: center;
  padding: 1.5em 1em;
  background: url(../img/top/top-bg1.png) no-repeat center right #fff;
}

@media screen and (min-width: 1100px), print {
  .intro-head {
    padding: 2.3em 1em;
  }
}

.intro-heading {
  color: #244479;
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .intro-heading {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1100px), print {
  .intro-heading {
    font-size: 1.6em;
  }
}

.intro-heading span {
  color: #f27e00;
  font-weight: 700;
}

.intro-body {
  padding: 1.5em 0.5em;
  counter-reset: number 0;
}

@media screen and (min-width: 1100px), print {
  .intro-body {
    padding: 2em;
  }
}

.intro-item {
  overflow: hidden;
  border-radius: 0.3em;
  background-color: #fff;
}

.intro-item:not(:last-child) {
  margin-bottom: 0.7em;
}

.intro-item dl {
  min-height: 80px;
}

@media screen and (min-width: 768px), print {
  .intro-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.intro-item dt,
.intro-item dd {
  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;
}

.intro-item dt {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: #244479;
  font-weight: 700;
  text-align: center;
  padding: 0.7em 1em 0.7em 35px;
  background-color: #edf4fc;
}

@media screen and (min-width: 768px), print {
  .intro-item dt {
    max-width: 25%;
    padding: 0 1em 0 35px;
  }
}

@media screen and (min-width: 1100px), print {
  .intro-item dt {
    font-size: 1.1em;
  }
}

.intro-item dt:before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  border-radius: 0.3em 0 0 0;
  border: 1px solid #edf4fc;
  background-color: #3463b1;
}

.intro-item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.93em;
  padding: 0.7em 1em 1em;
}

@media screen and (min-width: 768px), print {
  .intro-item dd {
    font-size: 1em;
    padding: 0 1em;
  }
}

.intro-contact {
  padding: 0 0.5em 2em;
}

@media screen and (min-width: 1100px), print {
  .intro-contact {
    padding: 0 2em 2em;
  }
}

.intro-contact-body {
  min-width: 0;
  padding: 1.2em 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.intro-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1099.98px) {
  .intro-contact-wrap {
    -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;
  }
}

.intro-contact-tel {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 1100px), print {
  .intro-contact-tel {
    padding-right: 1em;
    margin-bottom: 0;
  }
}

.intro-contact-tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}

@media screen and (max-width: 1099.98px) {
  .intro-contact-tel-wrap {
    -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;
  }
}

.intro-contact-tel-list {
  max-width: 248px;
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px), print {
  .intro-contact-tel-list {
    margin-bottom: 0;
  }
}

.intro-contact-tel-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -0.4em -0.4em 0;
}

.intro-contact-tel-list ul li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.4em 0.4em 0;
}

.intro-contact-tel-list ul li span {
  display: block;
  color: #f27e00;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  padding: 0.1em 0.5em;
  border: 1px solid #f27e00;
}

.intro-contact-tel-number {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px), print {
  .intro-contact-tel-number {
    padding-left: 1em;
  }
}

.intro-contact-tel-number .tel-num {
  display: block;
  font-size: 1.8em;
  line-height: 1.1;
  margin-bottom: 0.1em;
}

@media screen and (min-width: 768px), print {
  .intro-contact-tel-number .tel-num {
    font-size: 2em;
  }
}

.intro-contact-tel-number .tel-num span {
  color: #f27e00;
}

.intro-contact-tel-number .tel-text {
  display: block;
}

@media screen and (min-width: 768px), print {
  .intro-contact-tel-number .tel-text {
    font-size: 1.1em;
  }
}

.intro-contact-tel-number .tel-text span {
  font-size: 1.4rem;
}

.intro-contact-tel-text {
  display: block;
  font-size: 0.87em;
  text-align: center;
}

.intro-contact-tel-text span {
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .intro-contact-tel-text span {
    display: inline-block;
    font-size: 1.1em;
    padding-right: 1em;
  }
}

.intro-contact-mail-text {
  color: #244479;
  font-size: 0.93em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7em;
}

@media screen and (min-width: 768px), print {
  .intro-contact-mail-text {
    font-size: 1em;
  }
}

.intro-contact-mail-text span {
  color: #e57165;
  font-weight: 700;
}

.intro-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1em -1em 0;
}

.intro-contact-btn p {
  padding: 0 1em 1em 0;
}

.intro-contact-btn .mail-link {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  height: 100%;
  color: #3463b1;
  line-height: 1.1;
  border: 2px solid #3463b1;
  border-radius: 0.2em;
  text-align: center;
  padding: 1.3em 0.5em;
  background-color: #fafcfe;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px), print {
  .intro-contact-btn .mail-link {
    padding: 1.8em 0.5em;
  }
}

@media screen and (min-width: 1280px), print {
  .intro-contact-btn .mail-link {
    min-width: 210px;
  }
}

.intro-contact-btn .mail-link:hover {
  background-color: #edf4fc;
  text-decoration: none;
}

.intro-contact-btn .mail-link:hover:before {
  color: rgba(189, 216, 242, 0.8);
}

.intro-contact-btn .mail-link:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e902";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 80px;
  height: 80px;
  color: rgba(225, 237, 249, 0.8);
  text-align: center;
  line-height: 80px;
  font-size: 112px;
  font-size: 8rem;
  overflow: hidden;
  -webkit-transform: rotate(-15deg) translateY(-50%);
  transform: rotate(-15deg) translateY(-50%);
}

.intro-contact-btn .mail-text {
  position: relative;
  font-weight: 700;
}

.intro-contact-btn .line-link {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  height: 100%;
  color: #77be37;
  line-height: 1.1;
  border: 2px solid #77be37;
  border-radius: 0.2em;
  text-align: center;
  padding: 1.3em 0.5em;
  background-color: #f8fcf3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px), print {
  .intro-contact-btn .line-link {
    padding: 1.8em 0.5em;
  }
}

@media screen and (min-width: 1280px), print {
  .intro-contact-btn .line-link {
    min-width: 210px;
  }
}

.intro-contact-btn .line-link:hover {
  background-color: #eff9e3;
  text-decoration: none;
}

.intro-contact-btn .line-link:hover:before {
  color: rgba(194, 228, 152, 0.8);
}

.intro-contact-btn .line-link:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e904";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 80px;
  height: 80px;
  color: rgba(223, 241, 201, 0.8);
  text-align: center;
  line-height: 80px;
  font-size: 112px;
  font-size: 8rem;
  overflow: hidden;
  -webkit-transform: rotate(-20deg) translateY(-50%);
  transform: rotate(-20deg) translateY(-50%);
}

.intro-contact-btn .line-text {
  position: relative;
  font-weight: 700;
}

.intro-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2em -1em 0;
}

.intro-side li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 2em 1em 0;
}

@media screen and (min-width: 640px), print {
  .intro-side li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.intro-side li img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 639.98px) {
  .intro-side li img {
    max-width: 85%;
  }
}

/* 主な取扱業務 */
.business-section .section-inner {
  padding: 3em 1em 2em;
}

@media screen and (min-width: 1100px), print {
  .business-section .section-inner {
    padding: 5em 2em 2em;
  }
}

.business-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -0.7em -0.7em 0;
}

@media screen and (min-width: 480px), print {
  .business-items {
    margin: 0 -0.7em -1em 0;
  }
}

.business-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 0.7em 0.7em 0;
}

@media screen and (min-width: 480px), print {
  .business-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 0.7em 1em 0;
  }
}

@media screen and (min-width: 768px), print {
  .business-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (min-width: 1100px), print {
  .business-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.business-inner {
  display: block;
  height: 100%;
  color: #000;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  border: 1px solid #77be37;
  background-color: #f8fcf3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 480px), print {
  .business-inner {
    padding: 1em;
  }
}

.business-inner:hover {
  background-color: #eff9e3;
  text-decoration: none;
}

.business-heading {
  position: relative;
  font-size: 100%;
  padding-left: 25px;
}

@media screen and (min-width: 1100px), print {
  .business-heading {
    font-size: 1.18em;
  }
}

.business-heading:before,
.business-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.business-heading:before {
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7a0;
}

.business-heading:after {
  left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

/* 当事務所の相続サポート範囲 */
.support-section .section-inner {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .support-section .section-inner {
    padding: 5em 2em;
  }
}

.support-intro {
  padding: 1.5em 1em;
  margin-bottom: 2.5em;
  text-align: center;
  background-color: #fffef2;
}

@media screen and (min-width: 1100px), print {
  .support-intro {
    font-size: 1.1em;
    padding: 2.1em 1em;
  }
}

.support-intro span {
  color: #f27e00;
  font-weight: 700;
}

.support-item:nth-child(5) .support-inner,
.support-item:nth-child(6) .support-inner {
  background-color: #fffef2;
}

.support-item:nth-child(5) .support-inner:before,
.support-item:nth-child(6) .support-inner:before {
  border-top: 1px solid #244479;
  border-left: 1px solid #244479;
}

.support-item:nth-child(5) .support-inner:after,
.support-item:nth-child(6) .support-inner:after {
  border-bottom: 2px solid #244479;
  border-right: 2px solid #244479;
}

.support-item:nth-child(5) .support-heading,
.support-item:nth-child(6) .support-heading {
  background-color: #fff9bd;
}

.support-inner {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fdf5f4;
}

.support-inner:before,
.support-inner:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}

.support-inner:before {
  top: 5px;
  left: 5px;
  border-top: 1px solid #e57165;
  border-left: 1px solid #e57165;
}

.support-inner:after {
  top: auto;
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #e57165;
  border-right: 2px solid #e57165;
}

.support-heading {
  display: block;
  padding: 0.4em 1em;
  color: #244479;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.7em;
  background-color: #f3c6c0;
}

@media screen and (min-width: 1100px), print {
  .support-heading {
    font-size: 1.2em;
  }
}

.support-heading span {
  display: block;
  color: #000;
  font-size: 1.4rem;
}

.support-foot {
  position: absolute;
  right: 0.7em;
  bottom: 0.7em;
}

.support-image {
  text-align: center;
}

.support-content {
  position: relative;
  padding: 1em 0.7em 5em;
  font-size: 0.93em;
}

.support-secondary .support-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}

@media screen and (min-width: 1100px), print {
  .support-secondary .support-items {
    margin: 0 -2em -3em 0;
  }
}

.support-secondary .support-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 640px), print {
  .support-secondary .support-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1100px), print {
  .support-secondary .support-item {
    padding: 0 2em 3em 0;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

/* お問い合わせ */
.contact-section .section-inner {
  padding: 3em 1em;
  background-color: #3463b1;
}

@media screen and (min-width: 1100px), print {
  .contact-section .section-inner {
    padding: 3em 2em;
  }
}

.contact-section .intro-contact-body {
  padding: 2em 1em;
}

@media screen and (min-width: 1100px), print {
  .contact-section .intro-contact-btn .line-link,
  .contact-section .intro-contact-btn .mail-link {
    min-width: 230px;
  }
}

/* 相続手続きの流れ */
.flow-section .section-inner {
  padding: 3em 1em 2em;
}

@media screen and (min-width: 1100px), print {
  .flow-section .section-inner {
    padding: 5em 2em 2em;
  }
}

.flow-section .inner {
  max-width: 1200px;
}

.flow-items {
  margin: 0 -2em -2em 0;
}

@media screen and (min-width: 1230px), print {
  .flow-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flow-item {
  padding: 0 2em 2em 0;
}

@media screen and (min-width: 1230px), print {
  .flow-item.item1 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.flow-item-inner {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 1.5em 1em;
  border-radius: 0.5em;
  border: 1px solid #3463b1;
}

@media screen and (min-width: 1230px), print {
  .flow-item-inner {
    padding: 2em 3.5em;
  }
}

.item1 .flow-item-inner:before,
.item1 .flow-item-inner:after,
.item2 .flow-item-inner:before,
.item2 .flow-item-inner:after,
.item3 .flow-item-inner:before,
.item3 .flow-item-inner:after,
.item4 .flow-item-inner:before,
.item4 .flow-item-inner:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.5em;
  z-index: 1;
}

@media screen and (min-width: 1230px), print {
  .item1 .flow-item-inner:before,
  .item1 .flow-item-inner:after,
  .item2 .flow-item-inner:before,
  .item2 .flow-item-inner:after,
  .item3 .flow-item-inner:before,
  .item3 .flow-item-inner:after,
  .item4 .flow-item-inner:before,
  .item4 .flow-item-inner:after {
    left: auto;
    right: -2.5em;
    top: 50%;
    bottom: auto;
  }
}

.item1 .flow-item-inner:before,
.item2 .flow-item-inner:before,
.item3 .flow-item-inner:before,
.item4 .flow-item-inner:before {
  width: 3px;
  height: 40px;
  background-color: #f27e00;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1230px), print {
  .item1 .flow-item-inner:before,
  .item2 .flow-item-inner:before,
  .item3 .flow-item-inner:before,
  .item4 .flow-item-inner:before {
    width: 40px;
    height: 3px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.item1 .flow-item-inner:after,
.item2 .flow-item-inner:after,
.item3 .flow-item-inner:after,
.item4 .flow-item-inner:after {
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #f27e00;
  border-right: 3px solid #f27e00;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (min-width: 1230px), print {
  .item1 .flow-item-inner:after,
  .item2 .flow-item-inner:after,
  .item3 .flow-item-inner:after,
  .item4 .flow-item-inner:after {
    border-top: 3px solid #f27e00;
    border-bottom: none;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

.item1 .flow-item-inner {
  padding: 1em;
}

@media screen and (min-width: 1230px), print {
  .item1 .flow-item-inner {
    padding: 1.5em 1em;
  }
}

.item2 .flow-item-inner {
  background-color: #edf4fc;
}

.item3 .flow-item-inner {
  border: 1px solid #77be37;
  background-color: #f8fcf3;
}

.item4 .flow-item-inner {
  border: 1px solid #ffb973;
  background-color: #fff3e8;
}

.item5 .flow-item-inner {
  border: 1px solid #e77b70;
  background-color: #fdf5f4;
}

.flow-item-text {
  color: #244479;
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (min-width: 1230px), print {
  .flow-item-text {
    font-size: 1.2em;
  }
}

.flow-item-month {
  color: #244479;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 1230px), print {
  .flow-item-month {
    font-size: 1.2em;
  }
}

.flow-item-list {
  margin: 0 -1.5em -1em 0;
}

@media screen and (min-width: 1230px), print {
  .flow-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flow-item-list li {
  padding: 0 1.5em 1em 0;
}

.flow-item-list p {
  position: relative;
  height: 100%;
  max-height: 330px;
  font-weight: 700;
  padding: 0.5em 1em;
  background-color: #fff;
}

@media screen and (min-width: 1230px), print {
  .flow-item-list p {
    font-size: 1.1em;
    padding: 1em 0.5em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.flow-item-list p:before,
.flow-item-list p:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
}

@media screen and (min-width: 1230px), print {
  .flow-item-list p:before,
  .flow-item-list p:after {
    width: 15px;
    height: 15px;
  }
}

.flow-item-list p:before {
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.flow-item-list p:after {
  top: auto;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.flow-item-list p span {
  color: #f27e00;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 1230px), print {
  .flow-item-list p span {
    font-size: 2.2rem;
  }
}

.flow-note {
  text-align: center;
  margin-top: 1em;
}

@media screen and (min-width: 1230px), print {
  .flow-note {
    text-align: right;
  }
}

/* バナー */
.banner-section .section-inner {
  padding: 3em 1em 2em;
}

@media screen and (min-width: 1100px), print {
  .banner-section .section-inner {
    padding: 5em 2em 2em;
  }
}

.banner-main p {
  margin-bottom: 2.5em;
}

.banner-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -1em 0;
}

.banner-main li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1em 0;
}

@media screen and (min-width: 480px), print {
  .banner-main li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 768px), print {
  .banner-main li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.banner-main li img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 639.98px) {
  .banner-main li img {
    max-width: 85%;
  }
}

/* よく検索されるキーワード */
.keyword-section .section-inner {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .keyword-section .section-inner {
    padding: 5em 2em;
  }
}

.keyword-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -2em 0;
}

.keyword-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 1em 2em 0;
}

@media screen and (min-width: 768px), print {
  .keyword-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px), print {
  .keyword-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.keyword-item-inner {
  display: block;
  position: relative;
  height: 100%;
  padding-top: 80px;
}

.keyword-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 2.5em 0 1em;
  border-top: 2px solid #3463b1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.keyword-body {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.keyword-heading {
  display: block;
  position: relative;
  width: 100%;
  line-height: 1.3;
  font-size: 100%;
}

@media screen and (min-width: 1100px), print {
  .keyword-heading {
    font-size: 1.15em;
  }
}

.keyword-list {
  position: relative;
  padding-bottom: 2em;
}

.keyword-list-container {
  position: relative;
  height: 100%;
  padding: 1em;
  border: 1em solid #fff;
}

.keyword-list-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafcfe;
}

.keyword .accordion-button {
  cursor: pointer;
}

.keyword .accordion-button:before,
.keyword .accordion-button:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keyword .accordion-button:before {
  right: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3463b1;
}

.keyword .accordion-button:after {
  top: 53%;
  right: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  -webkit-transform: translateY(-53%);
  transform: translateY(-53%);
}

.keyword .accordion-button.active:after {
  top: 50%;
  border-top: none;
  border-bottom: 3px solid #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keyword .accordion-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}

.keyword .accordion-panel.active {
  min-height: 100%;
}

/* お知らせ */
.news-section .section-inner {
  padding: 3em 1em 2em;
}

@media screen and (min-width: 1100px), print {
  .news-section .section-inner {
    padding: 5em 2em 2em;
  }
}

.news-section .section-header {
  margin: 0px auto 1.5em;
  text-align: left;
}

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.news-wrap .news,
.news-wrap .blog {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1100px), print {
  .news-wrap .news,
  .news-wrap .blog {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.news-wrap .news {
  margin-bottom: 3em;
}

@media screen and (min-width: 1100px), print {
  .news-wrap .news {
    padding-right: 3em;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #ccc;
  }
}

.news-wrap .news-container {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .news-wrap .blog {
    padding-left: 3em;
  }
}

@media screen and (min-width: 1100px), print {
  .news-more {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.news-more a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  min-width: 165px;
  max-width: 165px;
  margin: 2em auto 0;
  padding: 0.5em 2em 0.5em 0.5em;
  border-radius: 0.2em;
  background-color: #e57165;
  border: 2px solid #e57165;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1100px), print {
  .news-more a {
    margin: 0;
  }
}

.news-more a:hover {
  color: #e57165;
  background-color: #fff;
  text-decoration: none;
}

.news-more a:hover:before {
  border: 1px solid #e57165;
}

.news-more a:hover:after {
  border-color: transparent transparent transparent #e57165;
}

.news-more a:before,
.news-more a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-more a:before {
  right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.news-more a:after {
  right: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  -o-border-image: initial;
  border-image: initial;
}

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

  idxx　お知らせ

-------------------------------- */
.news-area {
  position: relative;
}

.news-area .inner {
  line-height: 1.5;
}

.news-area .inner:not(:last-child) {
  margin-bottom: 0;
}

.news-area .news-list,
.news-area .news-thumb-list,
.news-area .news-img-list {
  padding-bottom: 2em;
}

.news-detail .inner {
  line-height: 1.5;
}

.news-detail .inner:not(:last-child) {
  margin-bottom: 0;
}

.news-detail .news-date {
  font-size: 0.9em;
}

.news-link {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.news-title {
  word-break: break-all;
  word-wrap: break-word;
}

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  margin-top: 1em;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}

.news-back {
  clear: both;
  max-width: 1100px;
  margin: 2em auto 0;
  padding: 2em 0 0 0;
  text-align: center;
  border-top: 1px dotted #eee;
}

/* お知らせ一覧（テキストのみ）*/
.news-list .news-link {
  position: relative;
  padding: 1.2em 0;
  color: #000;
}

.news-list .news-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.news-list .news-date {
  color: #244479;
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 0.7em;
}

@media screen and (min-width: 640px), print {
  .news-list .news-date {
    font-size: 1em;
  }
}

/* お知らせ一覧（サムネイル縦並び）*/
.news-thumb-list .news-link {
  display: block;
  position: relative;
  padding-left: 95px;
}

.news-thumb-list .news-link:hover {
  text-decoration: none;
}

.news-thumb-list .news-link:hover .news-date {
  color: #3463b1;
}

.news-thumb-list .news-link:hover .news-title {
  text-decoration: underline;
}

.news-thumb-list .news-date {
  font-size: 0.9em;
  color: #000;
}

.news-thumb-list .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-thumb-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 60px;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 80% auto;
  overflow: hidden;
}

.news-thumb-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* お知らせ一覧（大きいサムネイル）*/
.news-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -0.5em -1em 0;
}

@media screen and (min-width: 640px), print {
  .news-img-list {
    margin: 0 -1em -1.5em 0;
  }
}

.news-img-list .news-topics {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.5em 1em 0;
}

@media screen and (min-width: 640px), print {
  .news-img-list .news-topics {
    padding: 0 1em 1.5em 0;
  }
}

@media screen and (min-width: 768px), print {
  .news-img-list .news-topics {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.news-img-list .news-link {
  position: relative;
  height: 100%;
  padding: 75% 0 0;
  color: #000;
  text-align: center;
  line-height: 1.5;
  font-size: 0.9em;
  border: none;
}

@media screen and (min-width: 1100px), print {
  .news-img-list .news-link {
    font-size: 1em;
  }
}

.news-img-list .news-link:hover {
  color: #3463b1;
  text-decoration: none;
}

.news-img-list .news-link:hover .news-date {
  color: #3463b1;
}

.news-img-list .news-date {
  margin: 0.5em 0 0.2em;
  font-size: 0.9em;
  color: #000;
}

.news-img-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 80% auto;
  overflow: hidden;
}

.news-img-list .news-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-img-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* お知らせ一覧（横スクロールスライダー）*/
.news-slider-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.news-slider-list.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.news-slider-list .news-topics {
  width: 240px;
  padding: 0 10px;
}

@media screen and (min-width: 1100px), print {
  .news-slider-list .news-topics {
    width: 260px;
    padding: 0 15px;
  }
}

.news-slider-list .news-link {
  position: relative;
  height: 100%;
  padding: 75% 0 0;
  color: #000;
  text-align: center;
  line-height: 1.5;
  font-size: 0.9em;
  border: none;
}

@media screen and (min-width: 1100px), print {
  .news-slider-list .news-link {
    font-size: 1em;
  }
}

.news-slider-list .news-link:hover {
  color: #3463b1;
  text-decoration: none;
}

.news-slider-list .news-link:hover .news-date {
  color: #3463b1;
}

.news-slider-list .news-date {
  margin: 0.5em 0 0.2em;
  font-size: 0.9em;
  color: #000;
}

.news-slider-list .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-slider-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 80% auto;
  overflow: hidden;
}

.news-slider-list .news-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-slider-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* お知らせスライダー用前後ボタン */
.news-arrow {
  display: block;
  clear: both;
  margin-top: 1em;
  text-align: center;
}

@media screen and (min-width: 640px), print {
  .news-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    margin: -1.5em auto 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1100px), print {
  .news-arrow {
    margin-top: -2em;
  }
}

.news-arrow-prev,
.news-arrow-next {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 15px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: pointer;
}

@media screen and (min-width: 640px), print {
  .news-arrow-prev,
  .news-arrow-next {
    display: block;
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    margin: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .news-arrow-prev,
  .news-arrow-next {
    top: -24px;
    width: 48px;
    height: 48px;
  }
}

.news-arrow-prev:before,
.news-arrow-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 40%;
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 640px), print {
  .news-arrow-prev:before,
  .news-arrow-next:before {
    border-width: 2px;
  }
}

@media screen and (min-width: 640px), print {
  .news-arrow-prev {
    left: 10px;
  }
}

.news-arrow-prev:before {
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 640px), print {
  .news-arrow-next {
    right: 10px;
  }
}

.news-arrow-next:before {
  right: 20%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* WordPress お知らせ詳細用 */
.news-pagers {
  position: relative;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #eee;
  overflow: hidden;
}

.news-pager {
  width: 70px;
  height: 40px;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 480px), print {
  .news-pager {
    width: 80px;
  }
}

.news-pager a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  background-color: #244479;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-pager a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3463b1;
}

.news-pager a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.news-pager-prev {
  position: absolute;
  top: 2em;
  right: 0;
  left: -190px;
}

@media screen and (min-width: 480px), print {
  .news-pager-prev {
    left: -240px;
  }
}

.news-pager-prev a {
  padding-left: 10px;
}

.news-pager-prev a:before {
  display: none;
}

.news-pager-prev a:after {
  left: -40px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-pager-next {
  position: absolute;
  top: 2em;
  right: -190px;
  left: 0;
}

@media screen and (min-width: 480px), print {
  .news-pager-next {
    right: -240px;
  }
}

.news-pager-next a {
  padding-right: 10px;
}

.news-pager-next a:before {
  display: none;
}

.news-pager-next a:after {
  right: -40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-pager-back {
  width: 90px;
  font-size: 13px;
}

@media screen and (min-width: 480px), print {
  .news-pager-back {
    width: 120px;
  }
}

.news-pager-back a:before,
.news-pager-back a:after {
  display: none;
}

/* お知らせ（サイドバー有レイアウト） */
.news-column-wrapper {
  margin-bottom: 3em;
  line-height: 1.8;
}

@media screen and (min-width: 1100px), print {
  .news-column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news-column-main {
  margin-bottom: 3em;
}

@media screen and (min-width: 1100px), print {
  .news-column-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    padding-right: 2em;
  }
}

.news-column-side {
  width: 250px;
}

.news-column-side section:not(:last-child) {
  margin-bottom: 2em;
}

.news-column-side h3 {
  color: #db3624;
  font-weight: 700;
  margin: 3.5em 0 1.5em;
}

@media screen and (min-width: 768px), print {
  .news-column-side h3 {
    font-size: 1.1em;
  }
}

.news-column-side ul li,
.news-column-side ul li {
  position: relative;
  color: #333;
  line-height: 1.8;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px), print {
  .news-column-side ul li,
  .news-column-side ul li {
    font-size: 1.7rem;
  }
}

.news-column-side ul li:not(:last-child),
.news-column-side ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

.news-column-side ul li:before,
.news-column-side ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #f3c6c0;
  background: transparent;
}

.news-column-side .calendar_wrap a {
  color: #244479;
}

.news-column-side .searchform {
  position: relative;
}

.news-column-side .screen-reader-text {
  display: none;
}

.news-column-side input#s {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.5em calc(60px + 1em) 0.5em 1em;
  color: #999;
  line-height: 1.8;
  border: 1px solid #eee;
  background: #f8f8f8;
  outline: none;
}

.news-column-side input#searchsubmit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  margin: auto;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.9em;
  color: #fff;
  line-height: 1.85;
  border: none;
  background: #244479;
  cursor: pointer;
  overflow: hidden;
}

.news-column-side input#searchsubmit:hover {
  background: #3463b1;
}

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

  下層ページ用

-------------------------------- */
/* パンくずリスト */
.pankz {
  max-width: 1100px;
  margin: 0 auto 2.5em;
}

/* 固定ページ */
.page-text p {
  line-height: 1.8;
}

.page-text .img,
.detail-text .img {
  max-width: 600px;
  margin: 3em auto 1.5em;
}

.page-text .list,
.detail-text .list {
  margin: 2em 0 1.5em;
}

.page-text .list li,
.detail-text .list li {
  position: relative;
  color: #333;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px), print {
  .page-text .list li,
  .detail-text .list li {
    font-size: 1.7rem;
  }
}

.page-text .list li:not(:last-child),
.detail-text .list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-text .list li:before,
.detail-text .list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #f3c6c0;
  background: transparent;
}

.page-text .list li span,
.detail-text .list li span {
  color: red;
  font-weight: 700;
}

.page-text .list2 {
  margin: 2em 0 1.5em;
}

.page-text .list2 li {
  color: #333;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 768px), print {
  .page-text .list2 li {
    font-size: 1.7rem;
  }
}

.page-text .list2 li:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-text .box1 {
  line-height: 1.8;
  padding: 1.5em 1em;
  margin: 2em 0 1.5em;
  border: solid 1px #ccc;
  background-color: #fffad2;
}

.page-text .box2 {
  padding: 1.5em 1em;
  margin: 2em 0 1.5em;
  border: 1px solid #e77b70;
  background-color: #fdf5f4;
}

.page-text .box2 h3 {
  margin: 0 0 1.5em;
}

.page-text .box1 p {
  color: #333;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .page-text .box1 p {
    font-size: 1.1em;
  }
}

.page-text .underline {
  text-decoration: underline;
}

.page-text .pink {
  color: #e57165;
  font-size: 1.1em;
  font-weight: 700;
  margin: 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .page-text .pink {
    font-size: 1.3em;
  }
}

.page-text .red {
  font-size: 1.1em;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .page-text .red {
    font-size: 1.3em;
  }
}

.page-text .text .red {
  font-size: 100%;
}

.page-text .blue {
  color: #244479;
  font-weight: 700;
}

.page-text .text {
  margin: 1.5em 0;
}

.page-text .text .bold {
  color: #333;
}

@media screen and (min-width: 768px), print {
  .page-text .bold,
  .detail-text .bold {
    font-size: 1.1em;
  }
}

.page-text .price {
  color: #333;
  font-weight: 700;
}

.page-text .price:not(:last-child) {
  margin-bottom: 1.5em;
}

.page-text .cost {
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .page-text .cost {
    font-size: 1.1em;
  }
}

.page-text .cost strong {
  color: red;
  font-size: 1.1em;
}

@media screen and (min-width: 768px), print {
  .page-text .att {
    font-size: 1.1em;
  }
}

.page-text .att span {
  color: #c1272d;
}

@media screen and (min-width: 768px), print {
  .page-text .page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-text .page-side {
  text-align: center;
  margin: 0 0 2em 0;
}

@media screen and (min-width: 768px), print {
  .page-text .page-side {
    margin: 0 2em 0 0;
  }
}

.page-text .page-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-text .link,
.detail-text .link {
  margin: 1.5em 0;
  text-decoration: underline;
}

.page-text .table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 1.5em 0;
}

.page-text .table th,
.page-text .table td {
  font-size: 0.93em;
  text-align: center;
  padding: 0.7em 0.5em;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px), print {
  .page-text .table th,
  .page-text .table td {
    font-size: 1em;
  }
}

.page-text .table td span.small {
  font-size: .8em;
}

.page-text .table th {
  background-color: #edf4fc;
}

.page-text .table th.w60 {
  width: 60%;
}

.page-text .table th.w75 {
  width: 75%;
}

.page-text .table .head th {
  color: #fff;
  font-weight: 700;
  background-color: #3463b1;
}

@media screen and (min-width: 768px), print {
  .page-text .table .head th {
    font-size: 1.1em;
  }
}

.page-text .table2 {
  border: solid 1px #ccc;
}

.page-text .table2 td {
  width: 50%;
  vertical-align: middle;
}

.page-text .table2 td:last-child {
  padding: 0 1em;
}

.page-text .table3 th,
.page-text .table3 td {
  padding: 1em 0;
}

.page-text .note {
  font-size: 0.93em;
  margin: 1em 0 1em 1em;
}

.page-text .contact {
  margin: 3em 0;
}

.page-text .intro-contact-body {
  box-shadow: none;
  border: 1px solid #ccc;
}

.page-text .page-flex {
  margin: 2.5em 0;
}

.page-text .page-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -1em 0;
}

.page-text .page-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 1em 1em 0;
}

@media screen and (min-width: 768px), print {
  .page-text .page-item {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

.page-text .page-item img {
  display: block;
  margin: 0 auto;
}

.page-text .more a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin: 2em auto 0;
  padding: 0.6em 2em 0.6em 0.5em;
  border-radius: 0.2em;
  background-color: #e57165;
  border: 2px solid #e57165;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-text .more a:before,
.page-text .more a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-text .more a:before {
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.page-text .more a:after {
  right: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  -o-border-image: initial;
  border-image: initial;
}

.page-text .more a:hover {
  color: #e57165;
  background-color: #fff;
  text-decoration: none;
}

.page-text .more a:hover:before {
  border: 1px solid #e57165;
}

.page-text .more a:hover:after {
  border-color: transparent transparent transparent #e57165;
}

.wsp-container h2 {
  position: relative;
  margin: 3em 0 2em;
  padding-left: 0.7em;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px), print {
  .wsp-container h2 {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1100px), print {
  .wsp-container h2 {
    font-size: 1.7em;
  }
}

.wsp-container h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #e57165;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wsp-container .wsp-pages-list .page_item,
.wsp-container .wsp-newss-list li,
.wsp-container .wsp-blogs-list li,
.wsp-container .wsp-examples-list li {
  position: relative;
  color: #333;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px), print {
  .wsp-container .wsp-pages-list .page_item,
  .wsp-container .wsp-newss-list li,
  .wsp-container .wsp-blogs-list li,
  .wsp-container .wsp-examples-list li {
    font-size: 1.7rem;
  }
}

.wsp-container .wsp-pages-list .page_item:not(:last-child),
.wsp-container .wsp-newss-list li:not(:last-child),
.wsp-container .wsp-blogs-list li:not(:last-child),
.wsp-container .wsp-examples-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.wsp-container .wsp-pages-list .page_item:before,
.wsp-container .wsp-newss-list li:before,
.wsp-container .wsp-blogs-list li:before,
.wsp-container .wsp-examples-list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #f3c6c0;
  background: transparent;
}

.wsp-container .wsp-pages-list .children .page_item {
  position: relative;
  color: #333;
  font-size: 0.93em;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px), print {
  .wsp-container .wsp-pages-list .children .page_item {
    font-size: 1.6rem;
  }
}

.wsp-container .wsp-pages-list .children {
  margin: 1.2em 0;
}

.wsp-container .wsp-pages-list .children .page_item:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-style: none;
  border-radius: 50%;
  background-color: #333;
}

.wsp-container .wsp-pages-list .children .children .page_item:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  border-style: none;
  border-radius: 50%;
  background-color: #555;
}

.wsp-container .wsp-pages-list .children .children {
  margin: 1.2em 0;
}

.wsp-example_categorys-title,
.wsp-example_categorys-list {
  display: none;
}

.page-text #ez-toc-container {
  padding: 20px;
  margin-bottom: 0;
  margin: 2em 0;
}

.page-text #ez-toc-container nav {
  margin-top: 1em;
}

.page-text #ez-toc-container ul li:not(:last-child) {
  margin-bottom: 1em;
}

.page-text #ez-toc-container ul li:before {
  display: none !important;
}

.page-text #ez-toc-container ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.page-text #ez-toc-container ul li a:visited {
  color: #000;
}

.page-text #ez-toc-container .ez-toc-list-level-3 {
  margin-top: 1em;
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}

.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 0.5em;
}

.category-text p:not(:last-child) {
  margin-bottom: 1em;
}

.category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1.5em -1.5em 0;
}

.category-list ul li {
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .category-list ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #000;
}

.category-link:hover {
  color: #000;
  text-decoration: none;
}

.category-link:hover .category-title {
  color: #3463b1;
}

.category-title {
  color: #244479;
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.category-body {
  font-size: 0.9em;
}

.category-img {
  float: left;
  width: 90px;
}

.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.detail-text blockquote {
  padding: 1.5em;
  border-radius: .5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
}

.detail-text blockquote p {
    font-style: italic;
    font-size: 1.7rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    margin-bottom: 1em;
}

.detail-text blockquote p:last-child {
    font-style: normal;
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
}

.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.detail-paging-subsection a {
  font-weight: bold;
  text-decoration: underline;
}

.detail-paging-subsection .prev {
  float: left;
}

.detail-paging-subsection .next {
  float: right;
}

.detail-paging-subsection .back {
  text-align: center;
}

.detail .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1.5em -1.5em 0;
}

.detail .post-list li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .detail .post-list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.detail .post-list li:before {
  display: none;
}

.detail .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}

.detail .post-list li p {
  font-size: 0.9em;
}

.detail .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: 0.6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}

.pagination a:hover,
.pagination span.current {
  background-color: #244479;
  color: #fff;
}

.pagination a:hover {
  text-decoration: none;
}

/* お問い合わせ */
.contact-description {
  border: 2px solid #c1272d;
  border-radius: 5px;
  padding: 10px;
}

.contact-form table tr {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}

.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}

.contact-form table th {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: 0.8em 1em;
  }
}

.contact-form table th .title {
  font-weight: bold;
}

.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0.9em;
  color: #fff;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-form table th .require {
  background-color: #244479;
}

.contact-form table th .option {
  background-color: #999;
}

.contact-form table td {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 1em;
  }
}

.contact-form table td input[type="text"],
.contact-form table td input[type="email"],
.contact-form table td input[type="tel"] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}

.contact-form table td input::-webkit-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input:-ms-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input::-ms-input-placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td input::placeholder {
  font-size: 0.9em;
  color: #ccc;
}

.contact-form table td .full {
  width: 100%;
}

.contact-form table td .per60 {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}

.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
}

.contact-submit {
  margin-top: 1em;
  text-align: center;
}

.contact-submit .btn {
  display: block;
  border: 1px solid #244479;
  background-color: #fff;
  color: #244479;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.contact-submit .btn:hover {
  color: #fff;
  background-color: #244479;
}

/* プライバシーポリシー */
.privacy {
  line-height: 1.6;
}

.privacy strong {
  font-weight: bold;
}

/* 画像回り込み */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  margin: 0 auto 1em;
}

@media screen and (min-width: 480px), print {
  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 0 auto 1em;
}

@media screen and (min-width: 480px), print {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

  修正・追加用

-------------------------------- */
/*250508*/
.detail-text blockquote {
  padding: 1.5em;
  border-radius: .5em;
  border: 2px solid #ddd;
  background-color: #fafafa;
  text-align: center;
}

.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #555;
}

.detail-text blockquote p {
  margin-bottom: 1em;
}

.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}

.detail-text table {
  border-collapse: collapse;
}

.detail-text table th,
.detail-text table td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}

.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}

.detail-text ol > li {
  margin-left: 1.5em !important;
}

.detail-text ul li:not(:last-child),
.detail-text ol li:not(:last-child) {
  margin: 0 0 1em 0;
}

.detail-text ul li ul li,
.detail-text ol li ul li,
.detail-text ul li ol li,
.detail-text ol li ol li {
  margin: .5em 0;
}

.detail-text ul li:not(:last-child) ul li,
.detail-text ol li:not(:last-child) ul li,
.detail-text ul li:not(:last-child) ol li,
.detail-text ol li:not(:last-child) ol li {
  margin: .3em 0;
}

.detail-text ul li ul li:first-child,
.detail-text ol li ul li:first-child,
.detail-text ul li ol li:first-child,
.detail-text ol li ol li:first-child {
  margin: .7em 0 .3em;
}

.detail-text ul li ul li:first-child,
.detail-text ol li ul li:first-child,
.detail-text ul li ol li:first-child,
.detail-text ol li ol li:first-child {
  margin: .7em 0 .3em;
}

/*250609*/
.detail-text .number-list {
  counter-reset: list-counter;
}

.detail-text .number-list > li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin-left: 0 !important;
  list-style: none;
}

.detail-text .number-list > li:before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: flex;
  justify-content: center;
  position: absolute;
  top: .4em;
  left: 0;
  border: 1px solid #555;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  color: #333;
  font-size: 1.1rem;
  background-color: transparent;
}

.detail-text .arrow-list > li {
  position: relative;
  list-style: none;
}

.detail-text .arrow-list > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .8rem;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #f27e00;
  border-right: 0;
  border-radius: 0;
  background: transparent;
}

.detail-text .katakana-list {
  counter-reset: kana;
}

.detail-text .katakana-list > li {
  position: relative;
  padding-left: 2.2em;
}

.detail-text .katakana-list > li:before {
  counter-increment: kana;
  content: "(" counter(kana,katakana) ") ";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

/*251016*/
.detail-text .asterisk-list > li {
  position: relative;
  padding-left: 1.3em;
}

.detail-text .asterisk-list > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}