@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* ブレイクポイント参考

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

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

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

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

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

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

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

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

	リセット : html5reset-1.6.1.css

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:not([class]):hover {
  color: #880c0c;
}

a:not([class]):active {
  color: #880c0c;
}

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

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

[disabled] {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt30 {
  margin-top: 30px !important;
}

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

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

.mt70 {
  margin-top: 70px !important;
}

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

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

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

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

/* =====================================================

 _header

===================================================== */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 85px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

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

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

.header h1 {
  max-width: 300px;
  width: 300px;
  margin-left: 35px;
}

@media screen and (max-width: 1024px) {
  .header h1 {
    margin-left: 10px;
  }
}

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

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

.header-nav nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 10px;
}

.header-nav nav ul li {
  position: relative;
}

.header-nav nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background-color: #f1f1f0;
}

.header-nav nav ul li a {
  display: block;
  min-width: 80px;
  padding: 0 15px;
  color: #231815;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

.header-nav nav ul li a:hover, .header-nav nav ul li a.active {
  color: #c4302b;
}

.header-nav__button {
  display: block;
  margin-right: 30px;
  padding: 10px 30px;
  border: 1px solid #231815;
  border-radius: 8px;
  color: #231815;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}

.header-nav__button:hover {
  background-color: #c4302b;
  border-color: #c4302b;
  color: #fff;
}

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

_footer

----------------------------------------------------------*/
.footer {
  background: #eee;
}

#top .footer {
  background: #fff;
}

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

.footer-nav {
  padding: 110px 50px 15px 700px;
  background-position: bottom -2px left 50px;
  background-repeat: no-repeat;
  background-size: 671px auto;
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 1500px) {
  .footer-nav {
    padding: 70px 30px 15px 480px;
    background-size: 461px auto;
  }
}

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

#top .footer-nav {
  padding-top: 70px;
}

.footer-nav nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-right: 10px;
}

.footer-nav nav ul li {
  position: relative;
}

.footer-nav nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background-color: #f1f1f0;
}

.footer-nav nav ul li a {
  display: block;
  padding: 0 30px;
  color: #231815;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .footer-nav nav ul li a {
    padding: 0 15px;
    font-size: 1.3rem;
  }
}

.footer-nav nav ul li a:hover {
  color: #c4302b;
}

.footer-body {
  padding: 20px 30px 25px;
}

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

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

.footer-body__inner {
  width: calc(99.9% - 120px);
  margin: 0 auto;
}

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

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

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

.footer-body__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .footer-body__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.footer-body__details__logo {
  width: 162px;
  max-width: 162px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-body__details__logo {
    margin: 0 auto 20px;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .footer-body__details__text {
    text-align: center;
  }
}

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

.footer-body__details__text a {
  color: inherit;
}

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

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

.footer-body__policy a:hover {
  text-decoration: underline;
}

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

@media screen and (max-width: 1024px) {
  .footer-body__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-body__sns li:nth-child(1) {
  max-width: 35px;
}

.footer-body__sns li:nth-child(2) {
  max-width: 36px;
}

.footer-body__sns li:nth-child(3) {
  max-width: 32px;
}

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

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

.footer-copyright {
  padding: 0 10px 10px;
  color: #231815;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

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

/* =====================================================

 _sp-menu

===================================================== */
.sp-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp-menu {
    display: block;
  }
}

.sp-menu nav ul li {
  border-bottom: 1px dotted #e1ffa4;
}

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

#nav-open {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 32px;
  height: 24px;
  margin: auto 0;
  z-index: 100;
  cursor: pointer;
}

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

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

#nav-open > span > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  border-radius: 10;
  background-color: #231815;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#nav-open > span > span::before, #nav-open > span > span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  border-radius: 10;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

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

#nav-content {
  overflow: hidden;
  position: fixed;
  top: 70px;
  right: 0;
  width: 60%;
  height: 100%;
  padding: 0 0 60px;
  background-color: #c4302b;
  z-index: 99;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 599px) {
  #nav-content {
    top: 60px;
    width: 80%;
  }
}

#nav-close-overlay {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 10;
}

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

#nav-input {
  display: none;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#nav-input:checked ~ #nav-open > span > span {
  background-color: transparent;
}

#nav-input:checked ~ #nav-open > span > span::before, #nav-input:checked ~ #nav-open > span > span::after {
  top: 0;
}

#nav-input:checked ~ #nav-open > span > span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-input:checked ~ #nav-open > span > span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-input:checked ~ #nav-close-overlay {
  display: block;
  opacity: .5;
}

/* =====================================================

 _tab

===================================================== */
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-label {
  position: relative;
  width: calc(99.9% / 2);
  height: 90px;
  padding: 25px 5px 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #231815;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .05em;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    height: 77px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 599px) {
  .tab-label {
    height: 36px;
    padding: 10px 0 0;
    background-size: contain;
    font-size: 1.5rem;
  }
}

.tab-label.tab01 {
  background-image: url(../img/top/tab01.svg);
}

.tab-label.tab02 {
  background-image: url(../img/top/tab02.svg);
}

.tab-content {
  display: none;
  width: 100%;
  margin-top: 5px;
  padding: 30px 50px 50px;
  border: 3px solid #fff;
  border-top: none;
}

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

@media screen and (max-width: 599px) {
  .tab-content {
    margin-top: 3px;
    padding: 16px;
    border-width: 2px;
  }
}

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

.tab-switch:checked + .tab-label.tab01 {
  background-image: url(../img/top/tab01_current.svg);
}

.tab-switch:checked + .tab-label.tab02 {
  background-image: url(../img/top/tab02_current.svg);
}

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

.tab-switch {
  display: none;
}

/* =====================================================

 _pagetitle

===================================================== */
.pagetitle {
  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;
  margin-top: 85px;
  height: 230px;
  padding: 30px;
  background-image: url(../img/top/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 150px;
    margin-top: 70px;
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .pagetitle {
    height: 110px;
    margin-top: 60px;
    padding: 20px;
  }
}

.pagetitle__ttl {
  padding-top: 10px;
  text-align: center;
}

.pagetitle__ttl .ttl {
  font-size: 3.6rem;
  letter-spacing: 3px;
  color: #fff;
}

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

@media screen and (max-width: 599px) {
  .pagetitle__ttl .ttl {
    font-size: 2.2rem;
  }
}

.pagetitle__ttl .eng {
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}

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

@media screen and (max-width: 599px) {
  .pagetitle__ttl .eng {
    font-size: 1.2rem;
  }
}

.title-sec01 {
  position: relative;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  background-color: #403f3e;
  padding: 15px 10px 15px 35px;
  margin-bottom: 30px;
}

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

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

.title-sec01::before {
  background: #c4302b;
  content: '';
  height: 70%;
  width: 2px;
  left: 15px;
  position: absolute;
  top: 0;
}

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

/* =====================================================

 _layout

===================================================== */
.contents {
  padding: 60px 10px 120px 10px;
  max-width: 1000px;
  margin: 0 auto;
}

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

@media screen and (max-width: 599px) {
  .contents {
    padding: 25px 15px 60px 15px;
  }
}

/* pagenation
--------------------------*/
.pagenation {
  margin-top: 70px;
}

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

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

.pagenation:after {
  content: "";
  display: block;
  clear: both;
}

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

.pagenation--box {
  background: #eeee;
  padding: 25px;
  margin-bottom: 50px;
}

.pagenation__item__prev, .pagenation__item__next {
  display: block;
  position: relative;
  color: #4a4545 !important;
  line-height: 1.4;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
}

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

@media screen and (max-width: 599px) {
  .pagenation__item__prev, .pagenation__item__next {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .pagenation__item__prev, .pagenation__item__next {
    font-size: 1.1rem;
  }
}

.pagenation__item__prev::before, .pagenation__item__next::before {
  content: "";
  position: absolute;
  vertical-align: middle;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-right: 4px solid #a15959;
  border-bottom: 4px solid #a15959;
}

.pagenation__item__prev:hover, .pagenation__item__next:hover {
  color: #c4302b !important;
}

.pagenation__item__prev {
  margin-right: 15px;
  padding-left: 20px;
}

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

.pagenation__item__prev::before {
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pagenation__item__next {
  margin-left: 15px;
  padding-right: 20px;
}

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

.pagenation__item__next::before {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagenation__item__num, .pagenation__item__while {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 2.5px;
  background-color: #4a4545;
  color: #fff !important;
  font-size: 1.8rem;
}

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

@media screen and (max-width: 599px) {
  .pagenation__item__num, .pagenation__item__while {
    width: 42px;
    height: 42px;
    margin: 0 3.5px;
  }
}

@media screen and (max-width: 320px) {
  .pagenation__item__num, .pagenation__item__while {
    width: 30px;
    font-size: 1.1rem;
  }
}

.black .pagenation__item__num, .black .pagenation__item__while {
  background-color: #333;
}

.pagenation__item__num:hover, .pagenation__item__num.current {
  background-color: #c4302b;
  color: #fff !important;
}

.pagenation__back a {
  position: relative;
  display: block;
  color: #c4302b;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: #c4302b solid 1px;
  padding: 11px 15px 11px;
  width: 190px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .pagenation__back a {
    font-size: 1.2rem;
  }
}

.pagenation__back a::before, .pagenation__back a::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #c4302b;
}

.pagenation__back a::before {
  top: calc(50% - 1px);
  width: 20px;
  right: 152px;
}

@media screen and (max-width: 599px) {
  .pagenation__back a::before {
    right: 142px;
  }
}

.pagenation__back a::after {
  top: calc(50% - 3px);
  width: 7px;
  right: 166px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 599px) {
  .pagenation__back a::after {
    right: 156px;
  }
}

.pagenation__back a:hover {
  color: #FFFFFF !important;
  background-color: #c4302b;
}

.pagenation__back a:hover:hover::before, .pagenation__back a:hover:hover::after {
  background-color: #FFFFFF;
}

.pagenation__list02 {
  float: left;
  left: 50%;
  position: relative;
}

.pagenation__list02 li {
  float: left;
  position: relative;
  left: -50%;
  width: 177px;
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li {
    width: 127px;
  }
}

.pagenation__list02 li a {
  display: block;
  color: #c4302b;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  border: #c4302b solid 1px;
  padding: 11px 15px 11px;
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li a {
    font-size: 1.2rem;
  }
}

.pagenation__list02 li a:hover {
  color: #FFFFFF;
  background-color: #c4302b;
}

.pagenation__list02 li#prev a, .pagenation__list02 li#next a, .pagenation__list02 li#back a {
  position: relative;
}

.pagenation__list02 li#prev a::before, .pagenation__list02 li#prev a::after, .pagenation__list02 li#next a::before, .pagenation__list02 li#next a::after, .pagenation__list02 li#back a::before, .pagenation__list02 li#back a::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #c4302b;
}

.pagenation__list02 li#prev a::before, .pagenation__list02 li#next a::before, .pagenation__list02 li#back a::before {
  top: calc(56% - 1px);
  width: 20px;
}

.pagenation__list02 li#prev a::after, .pagenation__list02 li#next a::after, .pagenation__list02 li#back a::after {
  top: calc(56% - 3px);
  width: 7px;
}

.pagenation__list02 li#prev a:hover::before, .pagenation__list02 li#prev a:hover::after, .pagenation__list02 li#next a:hover::before, .pagenation__list02 li#next a:hover::after, .pagenation__list02 li#back a:hover::before, .pagenation__list02 li#back a:hover::after {
  background-color: #FFFFFF;
}

.pagenation__list02 li#prev {
  margin-right: 20px;
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#prev {
    margin-right: 10px;
  }
}

.pagenation__list02 li#prev a {
  padding-left: 35px;
}

.pagenation__list02 li#prev a::before {
  right: 107px;
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#prev a::before {
    right: 87px;
  }
}

.pagenation__list02 li#prev a::after {
  right: 121px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#prev a::after {
    right: 101px;
  }
}

.pagenation__list02 li#next a {
  padding-right: 35px;
}

.pagenation__list02 li#next a::before {
  left: 107px;
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#next a::before {
    left: 87px;
  }
}

.pagenation__list02 li#next a::after {
  left: 121px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#next a::after {
    left: 101px;
  }
}

.pagenation__list02 li#back {
  width: 190px !important;
}

.pagenation__list02 li#back a {
  padding-left: 35px;
}

.pagenation__list02 li#back a::before {
  right: 152px;
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#back a::before {
    right: 142px;
  }
}

.pagenation__list02 li#back a::after {
  right: 166px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 599px) {
  .pagenation__list02 li#back a::after {
    right: 156px;
  }
}

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

wysiwyg

----------------------------------------------------------*/
#wysiwyg {
  /*タイトル処理*/
  /*デフォルトの処理*/
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 25px;
  /*各テンプレートを囲むbox【必須】*/
  /*キャッチコピーの処理*/
  /*テキスト処理*/
  /*リスト処理*/
  /*ol*/
  /*本文テキスト・写真回り込み処理*/
  /*写真の処理*/
  /*テーブル*/
  /*youtube 右回り込み*/
  /*youtube*/
  /*ボタン*/
  /*以下テンプレート外*/
}

#wysiwyg .title-line {
  position: relative;
  padding: 0 0 15px 20px;
  border-bottom: 2px solid #dddada;
  color: #343434;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-line {
    padding: 0 0 10px 15px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-line {
    padding: 0 0 8px 13px;
    font-size: 1.6rem;
  }
}

#wysiwyg .title-line::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 30px;
  background-color: #c4302b;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-line::before {
    top: 3px;
    width: 4px;
    height: 23px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-line::before {
    height: 21px;
  }
}

#wysiwyg .title-line span.stext {
  font-size: 1.7rem;
  margin-left: 10px;
  color: #c4302b;
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-line span.stext {
    font-size: 1.4rem;
    margin-left: 6px;
  }
}

#wysiwyg .title-line.sub {
  padding-right: 200px;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-line.sub {
    padding-right: 170px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-line.sub {
    padding-right: 150px;
  }
}

#wysiwyg .title-line.sub span {
  position: absolute;
  top: 10px;
  right: 0;
  color: #010101;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-line.sub span {
    top: 8px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-line.sub span {
    top: 5px;
    font-size: 1.3rem;
  }
}

#wysiwyg .ttl-line02 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 12px 26px;
  border-bottom: 1px dotted #b0afaf;
  color: #343434;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .ttl-line02 {
    padding: 0 0 10px 20px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .ttl-line02 {
    font-size: 1.6rem;
  }
}

#wysiwyg .ttl-line02::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 17px;
  height: 4px;
  background-color: #c4302b;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .ttl-line02::before {
    width: 14px;
    height: 3px;
  }
}

#wysiwyg .title-obi {
  position: relative;
  padding: 12px 10px 12px 35px;
  background-color: #c4302b;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-obi {
    padding: 10px 10px 10px 15px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    font-size: 1.5rem;
  }
}

#wysiwyg .title-obi::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0px;
  width: 18px;
  height: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-obi::before {
    height: 4px;
    width: 15px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-obi::before {
    top: 21px;
    height: 3px;
  }
}

#wysiwyg .title-icon {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    font-size: 14px;
  }
}

#wysiwyg .title-icon::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 16px;
  height: 3px;
  background-color: #c4302b;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .title-icon::before {
    top: 8px;
    height: 4px;
    width: 15px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::before {
    top: 6px;
    height: 3px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}

#wysiwyg a {
  color: #c4302b;
  text-decoration: underline;
}

#wysiwyg a:hover {
  color: #c4302b;
  text-decoration: none;
}

#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#wysiwyg .box {
  margin-bottom: 20px;
  overflow: hidden;
}

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

#wysiwyg .bg-green {
  background: #eef3e8;
  padding: 25px 30px;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .bg-green {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .bg-green {
    padding: 14px;
  }
}

#wysiwyg .copy01 {
  color: #83b322;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  font-size: 2.0rem;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .copy01 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    font-size: 1.7rem !important;
  }
}

#wysiwyg .copy02 {
  color: #83b322;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-size: 2.6rem;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .copy02 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    font-size: 1.8rem !important;
  }
}

#wysiwyg .text {
  font-size: 16px;
  line-height: 2.0em;
  text-align: justify;
}

@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 14px;
    line-height: 1.8em;
  }
}

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

#wysiwyg .list-wrapper {
  padding: 30px;
  background-color: #f7f7f7;
  list-style: none;
}

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

#wysiwyg .list-wrapper li {
  margin-top: 10px;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}

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

#wysiwyg .list-wrapper li::before {
  content: '';
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #c4302b;
  position: absolute;
}

@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper li {
    margin-top: 7px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper li::before {
    content: '';
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
  }
}

#wysiwyg .ol-list-wrapper {
  padding-left: 0;
}

#wysiwyg .ol-list-wrapper > li {
  position: relative;
  line-height: 1.5;
  text-indent: -1em;
  list-style: decimal !important;
  list-style-position: inside !important;
  padding-left: 1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 599px) {
  #wysiwyg .ol-list-wrapper > li {
    font-size: 13px;
  }
}

#wysiwyg .ol-list-wrapper > li:last-child {
  margin-bottom: 0;
}

#wysiwyg .img-right {
  margin: 7px 0 5px 30px;
  width: auto;
  min-width: 33%;
  max-width: 40%;
  float: right;
  display: inline-block;
}

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

#wysiwyg .img-right__two, #wysiwyg .img-right__three {
  margin-top: 7px;
  margin-bottom: 10px;
  padding-left: 0;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .img-right__two, #wysiwyg .img-right__three {
    float: right;
    margin-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .img-right__two, #wysiwyg .img-right__three {
    margin-top: 0;
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }
}

#wysiwyg .img-right__two > li, #wysiwyg .img-right__three > li {
  margin-right: 2%;
  list-style: none !important;
  float: left;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .img-right__two {
    width: calc(60% - 10px);
  }
}

#wysiwyg .img-right__two li {
  width: 49%;
}

#wysiwyg .img-right__two li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .img-right__three {
    width: calc(75% - 10px);
  }
}

#wysiwyg .img-right__three li {
  width: 32%;
}

#wysiwyg .img-right__three li:nth-child(3n) {
  margin-right: 0;
}

#wysiwyg .img-left {
  margin: 7px 30px 0px 0;
  width: auto;
  min-width: 33%;
  max-width: 40%;
  float: left;
  display: inline-block;
}

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

#wysiwyg .img-left__two, #wysiwyg .img-left__three {
  margin-top: 7px;
  margin-bottom: 10px;
  padding-left: 0;
  overflow: hidden;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .img-left__two, #wysiwyg .img-left__three {
    float: left;
    margin-right: 20px;
  }
}

@media screen and (max-width: 599px) {
  #wysiwyg .img-left__two, #wysiwyg .img-left__three {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }
}

#wysiwyg .img-left__two > li, #wysiwyg .img-left__three > li {
  margin-right: 2%;
  list-style: none !important;
  float: left;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .img-left__two {
    width: calc(60% - 10px);
  }
}

#wysiwyg .img-left__two li {
  width: 49%;
}

#wysiwyg .img-left__two li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 1025px) {
  #wysiwyg .img-left__three {
    width: calc(75% - 10px);
  }
}

#wysiwyg .img-left__three li {
  width: 32%;
}

#wysiwyg .img-left__three li:nth-child(3n) {
  margin-right: 0;
}

#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
}

#wysiwyg .photo-3 li {
  margin-left: 10px;
  width: calc( ( 99.9% - 20px ) / 3);
  float: left;
}

#wysiwyg .photo-3 li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 li {
    margin-left: 5px;
    width: calc( ( 99.9% - 10px ) / 3);
  }
}

#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
}

#wysiwyg .photo-2 li {
  width: calc( 50% - 5px);
  float: right;
  text-align: center;
}

#wysiwyg .photo-2 li:first-child {
  float: left;
}

@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 li {
    width: calc( ( 100% - 5px ) / 2);
  }
}

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

#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}

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

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

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

@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
  }
}

#wysiwyg .table th {
  padding: 15px 10px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: middle;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 9px 8px 7px;
  }
}

.black #wysiwyg .table th {
  background-color: #333;
}

#wysiwyg .table td {
  padding: 15px;
  line-height: 1.3em;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 9px 8px 7px;
  }
}

#wysiwyg .movie-right, #wysiwyg .movie-left {
  max-width: 360px !important;
  width: 39.1%;
}

@media screen and (max-width: 599px) {
  #wysiwyg .movie-right, #wysiwyg .movie-left {
    float: none;
    max-width: 100% !important;
    width: auto;
    margin: 0 0 10px 0;
  }
}

#wysiwyg .movie-right {
  margin: 7px 0 10px 30px;
  float: right;
}

#wysiwyg .movie-left {
  margin: 7px 30px 10px 0;
  float: left;
}

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

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

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

#wysiwyg .btn-wrapper {
  text-align: center;
}

#wysiwyg .btn-wrapper a {
  padding: 20px 40px 20px 25px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #c4302b;
  position: relative;
  display: inline-block;
}

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

#wysiwyg .btn-wrapper a::before {
  content: '';
  top: calc( 50% - 4px);
  right: 15px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}

#wysiwyg .btn-wrapper a:hover {
  color: #fff;
  background-color: #231815;
}

@media screen and (max-width: 1024px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #c4302b;
  }
}

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

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

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

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

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

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

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

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

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

#wysiwyg ul {
  padding-left: 25px;
  list-style-type: disc;
}

#wysiwyg ol {
  margin: 1em 0;
  padding-left: 25px;
  list-style-type: decimal;
}

#wysiwyg li {
  list-style: inherit;
}

#wysiwyg blockquote {
  padding-left: 1em;
}

#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}

#wysiwyg hr {
  display: block;
}

#wysiwyg em {
  font-style: italic !important;
}

#wysiwyg strong {
  font-weight: bold !important;
}

#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

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

common

----------------------------------------------------------*/
/* =====================================================

アンカー

===================================================== */
.ank-list {
  border-top: #999 solid 1px;
  margin-bottom: 40px;
  *zoom: 1;
}

.ank-list:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 599px) {
  .ank-list {
    margin-bottom: 30px;
  }
}

.ank-list > li {
  float: left;
}

.ank-list > li a {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  border-left: #999 solid 1px;
  border-bottom: #999 solid 1px;
  padding: 12px 3px 12px 3px;
  font-weight: 400;
}

@media screen and (max-width: 599px) {
  .ank-list > li a {
    font-size: 1.2rem;
    letter-spacing: -.5px;
  }
}

.ank-list > li a:hover {
  background-color: rgba(154, 199, 62, 0.2);
}

.ank-list > li a.now {
  background-color: #a01c1c;
  color: #fff;
}

.ank-list > li a::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #c4302b transparent;
}

@media screen and (min-width: 1025px) {
  .ank-list--col4 > li {
    width: calc(99.9% / 4);
  }
  .ank-list--col4 > li:nth-child(4n + 1) {
    clear: both;
  }
  .ank-list--col4 > li:nth-child(4n) a {
    border-right: #999 solid 1px;
  }
}

@media screen and (max-width: 1024px) {
  .ank-list--col4 > li {
    width: calc(99.9% / 2);
  }
  .ank-list--col4 > li:nth-child(2n + 1) {
    clear: both;
  }
  .ank-list--col4 > li:nth-child(2n) a {
    border-right: #999 solid 1px;
  }
}

.new {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px;
}

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

.breadcrumbs li {
  color: #0d0d0d;
  font-size: 1.4rem;
}

.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 25px;
}

.breadcrumbs li:not(:last-child)::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 6px;
  color: #8b8b8b;
}

.breadcrumbs li a {
  color: #3e5399 !important;
}

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

/* =====================================================

 _top

===================================================== */
.top-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 530px;
  padding: 30px;
  margin-top: 85px;
  background-image: url(../img/top/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .top-main {
    height: 360px;
    margin-top: 70px;
    padding: 30px;
  }
}

@media screen and (max-width: 599px) {
  .top-main {
    margin-top: 60px;
    padding: 20px;
  }
}

.top-main__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.top-main__logo {
  max-width: 300px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .top-main__logo {
    max-width: 200px;
  }
}

.top-main__catch {
  margin-bottom: 25px;
  color: #fff;
  font-size: 4.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1024px) {
  .top-main__catch {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 599px) {
  .top-main__catch {
    font-size: 2.4rem;
  }
}

.top-main__button {
  display: block;
  max-width: 385px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/common/arrow.svg);
  background-position: center right 70px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  border-radius: 5px;
  color: #231815;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

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

.top-main__button:hover {
  background-color: #fff;
}

.top-cv {
  position: fixed;
  right: 0;
  bottom: 250px;
  width: 209px;
  z-index: 99;
}

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

.top-cv a {
  display: block;
}

.top-cv a:hover {
  opacity: .8;
}

.top-lead {
  position: relative;
  padding: 65px 30px 45px 30px;
}

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

@media screen and (max-width: 599px) {
  .top-lead {
    padding: 40px 20px;
  }
}

.top-lead::before, .top-lead::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .top-lead::before, .top-lead::after {
    display: none;
  }
}

.top-lead::before {
  bottom: -85px;
  left: 0;
  width: 357px;
  height: 198px;
}

.top-lead::after {
  right: 0;
  bottom: -120px;
  width: 280px;
  height: 201px;
}

.top-lead__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-lead__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media screen and (max-width: 599px) {
  .top-lead__point {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.top-lead__point li {
  width: calc( ( 100% - 40px ) / 3);
  text-align: center;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  background: #000;
  color: #fff;
  padding: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .top-lead__point li {
    width: calc( ( 100% - 10px ) / 3);
    font-size: 1.5rem;
    padding: 10px 5px;
    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;
    line-height: 1.2;
  }
}

.top-lead__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 599px) {
  .top-lead__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-lead__image-area {
  width: 42%;
  margin-right: 5%;
}

@media screen and (max-width: 599px) {
  .top-lead__image-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.top-lead__text-area {
  width: 54%;
  padding-top: 2px;
}

@media screen and (max-width: 599px) {
  .top-lead__text-area {
    width: 100%;
  }
}

.top-lead__text-area h3 {
  position: relative;
  margin-bottom: 22px;
  padding: 5px 15px 7px 15px;
  background-color: #c4302b;
  color: #fff;
  font-size: 2.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .top-lead__text-area h3 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 599px) {
  .top-lead__text-area h3 {
    padding: 5px 20px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.top-lead__text-area ul {
  list-style: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .top-lead__text-area ul {
    margin-bottom: 10px;
  }
}

.top-lead__text-area ul li {
  position: relative;
  padding-left: 28px;
  color: #a01c1c;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .top-lead__text-area ul li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .top-lead__text-area ul li {
    padding-left: 22px;
    font-size: 1.5rem;
  }
}

.top-lead__text-area ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 599px) {
  .top-lead__text-area ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.top-lead__text-area ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #837d7b;
}

@media screen and (max-width: 1024px) {
  .top-lead__text-area ul li::before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 599px) {
  .top-lead__text-area ul li::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
}

.top-lead__text-area ul li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 18px;
  height: 18px;
  background-image: url(../img/top/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .top-lead__text-area ul li::after {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 599px) {
  .top-lead__text-area ul li::after {
    top: 2px;
  }
}

.top-lead__text-area p {
  color: #231815;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .top-lead__text-area p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.top-user__body {
  position: relative;
  margin-top: -50px;
  padding: 120px 0 220px;
  background: url(../img/top/user_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .top-user__body {
    margin-top: -30px;
    padding: 90px 0 150px;
  }
}

@media screen and (max-width: 599px) {
  .top-user__body {
    margin-top: -15px;
    padding: 60px 0 140px;
  }
}

.top-user__body::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 90px;
  border: 50vw solid transparent;
  border-top: 90px solid #fff;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .top-user__body::before {
    height: 70px;
    border-top-width: 70px;
  }
}

@media screen and (max-width: 599px) {
  .top-user__body::before {
    height: 50px;
    border-top-width: 50px;
  }
}

.top-user__body::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 90px;
  border: 50vw solid #fff;
  border-top: 90px solid transparent;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .top-user__body::after {
    height: 70px;
    border-top-width: 70px;
  }
}

@media screen and (max-width: 599px) {
  .top-user__body::after {
    height: 50px;
    border-top-width: 50px;
  }
}

.top-user__body__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 30px 0 30px;
}

@media screen and (max-width: 1024px) {
  .top-user__body__inner {
    padding: 0 20px 15px 20px;
  }
}

.top-user {
  position: relative;
  padding: 30px 0px 70px 0px;
}

@media screen and (max-width: 1024px) {
  .top-user {
    padding: 20px 0px 60px　0px;
  }
}

.top-user::before, .top-user::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-user::before, .top-user::after {
    display: none;
  }
}

.top-user::before {
  top: -60px;
  left: 0;
  width: 424px;
  height: 543px;
}

.top-user::after {
  right: 0;
  bottom: -90px;
  width: 230px;
  height: 140px;
}

.top-user__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.top-user .top-base-title {
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .top-user .top-base-title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .top-user .top-base-title {
    margin-bottom: 30px;
  }
}

.top-user__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .top-user__list {
    padding: 0 20px;
  }
}

.top-user__item {
  position: relative;
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .top-user__item {
    margin: 0 10px;
  }
}

.top-user__item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border: 11px solid transparent;
  border-top: 11px solid #231815;
  border-right: 11px solid #fff;
  border-bottom: 11px solid #fff;
  border-left: 11px solid #231815;
}

.top-user__item__ttl {
  margin-bottom: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid #231815;
  color: #231815;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

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

.top-user__item__link {
  display: block;
  padding: 30px 20px 30px;
  background-color: #d2d2d3;
  border: 1px solid #231815;
}

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

.top-user__item__link:hover {
  background-color: #a0a0a0;
}

.top-user__item__image {
  margin-bottom: 13px;
}

.top-user__item__list {
  margin-bottom: 15px;
}

.top-user__item__list dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #231815;
  color: #231815;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-user__item__list dt {
    font-size: 1.6rem;
  }
}

.top-user__item__list dd {
  color: #231815;
  font-size: 1.4rem;
  line-height: 1.8;
}

.top-user__item__button {
  display: block;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #b4b1b0;
  border-radius: 5px;
  color: #231815;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: .75;
}

.top-user .slider .prev,
.top-user .slider .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 67px;
  margin: auto 0;
  background-image: url(../img/top/arrow_slider.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top-user .slider .prev,
  .top-user .slider .next {
    width: 23px;
    height: 47px;
  }
}

.top-user .slider .prev {
  left: 0;
}

.top-user .slider .next {
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.top-flow {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .top-flow {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

.top-flow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 312px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

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

.top-flow__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 285px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .top-flow__list01 {
    height: 175px;
  }
}

@media screen and (max-width: 599px) {
  .top-flow__list01 {
    height: 85px;
  }
}

.top-flow__list01 li {
  width: calc(99.9% / 4);
  height: 100%;
}

.top-flow__list01 li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.top-flow__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .top-flow__inner {
    padding: 0 20px;
  }
}

.top-flow__sub-title {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #d3d3d4;
  color: #231815;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  letter-spacing: .1em;
}

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

@media screen and (max-width: 599px) {
  .top-flow__sub-title {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.top-flow__sub-title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 19px;
  height: 16px;
  margin: 0 auto;
  border: 9px solid transparent;
  border-top: 16px solid #d3d3d4;
  border-bottom: none;
}

.top-flow__list02 {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 20px;
  margin-left: -5%;
}

@media screen and (max-width: 1024px) {
  .top-flow__list02 {
    margin-left: -15px;
  }
}

@media screen and (max-width: 599px) {
  .top-flow__list02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}

.top-flow__list02__item {
  width: calc((99.9% - (5% * 3)) / 3);
  margin-top: 20px;
  margin-left: 5%;
  background-color: #d2d2d3;
}

@media screen and (max-width: 1024px) {
  .top-flow__list02__item {
    width: calc((99.9% - (15px * 3)) / 3);
    margin-left: 15px;
  }
}

@media screen and (max-width: 599px) {
  .top-flow__list02__item {
    width: 85%;
    margin: 20px auto 0;
  }
}

.top-flow__list02__item__image {
  position: relative;
}

.top-flow__list02__item__image::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background-color: #3e3a39;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 45px;
  letter-spacing: .05em;
  z-index: 1;
}

.top-flow__list02__item__body {
  padding: 35px 20px 25px;
}

.top-flow__list02__item__body p {
  color: #231815;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 1.0rem;}

.top-flow__text {
  max-width: 370px;
  margin-bottom: 10px;
  margin-left: auto;
  color: #231815;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .top-flow__text {
    max-width: none;
    text-align: center;
  }
}

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

.top-flow__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .top-flow__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-flow__button span {
  display: block;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  background-color: #c4302b;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.5;
}

.top-flow__button::after {
  content: "";
  display: block;
  width: 37px;
  height: auto;
  margin-left: 2px;
  background-color: #c4302b;
  background-image: url(../img/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
}

.top-flow__button:hover {
  opacity: .8;
}

.top-price {
  position: relative;
  padding: 30px 30px 70px;
}

@media screen and (max-width: 1024px) {
  .top-price {
    padding: 20px 20px 60px;
  }
}

.top-price::before, .top-price::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-price::before, .top-price::after {
    display: none;
  }
}

.top-price::before {
  top: -60px;
  left: 0;
  width: 424px;
  height: 543px;
}

.top-price::after {
  right: 0;
  bottom: -90px;
  width: 230px;
  height: 140px;
}

.top-price__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 35px 0 40px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 599px) {
  .top-price__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.top-price__list dt {
  width: 52%;
  border-left: 8px solid #231815;
  padding: 10px 40px 10px 25px;
}

@media screen and (max-width: 599px) {
  .top-price__list dt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-price__list dt h3 {
  max-width: 250px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 599px) {
  .top-price__list dt h3 {
    padding-bottom: 20px;
  }
}

.top-price__list dt p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-price__list dd {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .top-price__list dd {
    width: 100%;
  }
}

.top-price__list dd p {
  margin-bottom: 40px;
  font-size: 6.2rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: .02;
  padding-left: 35px;
}

@media screen and (max-width: 1024px) {
  .top-price__list dd p {
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 599px) {
  .top-price__list dd p {
    padding-left: 0px;
    font-size: 4.4rem;
  }
}

.top-price__list dd p span {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1;
}

.top-price__list dd p span.fs15 {
  font-size: 1.5rem;
}

.top-price__list dd p span.fs12 {
  font-size: 1.2rem;
}

.top-price__list dd p span.fs25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 599px) {
  .top-price__list dd p span.fs25 {
    font-size: 2.2rem;
  }
}

.top-price__list dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-price__list dd a span {
  display: block;
  width: calc(100% - 39px);
  padding: 10px;
  background-color: #c4302b;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .top-price__list dd a span {
    font-size: 1.6rem;
  }
}

.top-price__list dd a::after {
  content: "";
  display: block;
  width: 37px;
  height: auto;
  margin-left: 2px;
  background-color: #c4302b;
  background-image: url(../img/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
}

.top-price__list dd a:hover {
  opacity: .8;
}

.top-info {
  position: relative;
  padding: 30px 0px 70px 0px;
}

@media screen and (max-width: 1024px) {
  .top-info {
    padding: 20px 0px 60px　0px;
  }
}

.top-info::before, .top-info::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .top-info::before, .top-info::after {
    display: none;
  }
}

.top-info__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-info__list {
  margin-top: 80px;
}

.top-info__list > div {
  border: 1px solid #040000;
  border-left-width: 5px;
}

.top-info__list > div:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .top-info__list > div:not(:last-child) {
    margin-bottom: 10px;
  }
}

.top-info__list > div li {
  position: relative;
  padding: 17px 15px 15px 15px;
  font-size: 1.7rem;
  font-weight: 700;
  list-style: none;
}

@media screen and (max-width: 599px) {
  .top-info__list > div li {
    padding: 10px 30px 10px 30px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.top-info__list > div dd {
  display: none;
  position: relative;
  width: calc(100% - 24px);
  margin: 0 auto;
  padding: 20px 20px 15px 50px;
  border-top: 1px solid #040000;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .top-info__list > div dd {
    padding: 15px 20px 15px 40px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.top-info__list > div dd::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #040000;
  border: 1px solid #040000;
  border-radius: 50%;
  color: #fff;
  font-size: 2.9rem;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 599px) {
  .top-info__list > div dd::before {
    top: 15px;
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}

.top-info__list > div dd a:hover {
  text-decoration: underline;
}


.top-price__title {
  margin-bottom: 10px;
  color: #231815;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.5;
}

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

@media screen and (max-width: 599px) {
  .top-price__title {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: .03em;
  }
}

.top-price__title span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .top-price__title span {
    padding-left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .top-price__title span {
    padding-left: 30px;
  }
}

.top-price__title span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 31px;
  height: 31px;
  border: 1px solid #837d7b;
}

@media screen and (max-width: 1024px) {
  .top-price__title span::before {
    top: 7px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 599px) {
  .top-price__title span::before {
    top: 6px;
    width: 18px;
    height: 18px;
  }
}

.top-price__title span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 31px;
  height: 31px;
  background-image: url(../img/top/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .top-price__title span::after {
    top: 5px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 599px) {
  .top-price__title span::after {
    top: 4px;
    width: 18px;
    height: 18px;
  }
}

.top-modeling__box {
  padding: 20px 0 40px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

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

.top-modeling__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .top-modeling__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.top-modeling__text-area {
  width: 78%;
  padding-right: 30px;
  padding-left: 35px;
}

@media screen and (max-width: 1024px) {
  .top-modeling__text-area {
    padding-left: 20px;
  }
}

@media screen and (max-width: 599px) {
  .top-modeling__text-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

.top-modeling__text-area__catch {
  margin-bottom: 5px;
  color: #231815;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .top-modeling__text-area__catch {
    font-size: 1.6rem;
  }
}

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

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

.top-modeling__image-area {
  width: 22%;
}

@media screen and (max-width: 599px) {
  .top-modeling__image-area {
    width: 100%;
  }
}

.top-modeling__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 599px) {
  .top-modeling__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-modeling__list dt {
  width: 48%;
  border-left: 8px solid #231815;
  padding: 10px 40px 10px 25px;
}

@media screen and (max-width: 599px) {
  .top-modeling__list dt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top-modeling__list dt h3 {
  max-width: 295px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 599px) {
  .top-modeling__list dt h3 {
    padding-bottom: 20px;
  }
}

.top-modeling__list dt p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-modeling__list dd {
  width: 52%;
}

@media screen and (max-width: 599px) {
  .top-modeling__list dd {
    width: 100%;
  }
}

.top-modeling__list dd p.price01 {
  margin-bottom: 20px;
  font-size: 6.2rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: .75;
}

@media screen and (max-width: 1024px) {
  .top-modeling__list dd p.price01 {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 599px) {
  .top-modeling__list dd p.price01 {
    font-size: 4.2rem;
  }
}

.top-modeling__list dd p.price01 span {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1;
}

.top-modeling__list dd p.price01 span.fs15 {
  font-size: 1.5rem;
}

.top-modeling__list dd p.price01 span.fs10 {
  font-size: 1.2rem;
}

.top-modeling__list dd p.price01 span.fs20 {
  font-size: 2rem;
}

@media screen and (max-width: 599px) {
  .top-modeling__list dd p.price01 span.fs20 {
    font-size: 1.8rem;
  }
}

.top-modeling__list dd p.price01 span.fs25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 599px) {
  .top-modeling__list dd p.price01 span.fs25 {
    font-size: 2.2rem;
  }
}

.top-modeling__list dd p.price02 {
  margin-bottom: 10px;
  color: #231815;
  font-size: 1.3rem;
  line-height: 1.5;
}

.top-modeling__list dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-modeling__list dd a span {
  display: block;
  width: calc(100% - 39px);
  padding: 10px;
  background-color: #c4302b;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .top-modeling__list dd a span {
    font-size: 1.6rem;
  }
}

.top-modeling__list dd a::after {
  content: "";
  display: block;
  width: 37px;
  height: auto;
  margin-left: 2px;
  background-color: #c4302b;
  background-image: url(../img/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px auto;
}

.top-modeling__list dd a:hover {
  opacity: .8;
}

.top-base-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .top-base-title {
    margin-bottom: 20px;
  }
}

.top-base-title h2 {
  display: inline-block;
  position: relative;
  padding: 15px 50px;
  font-size: 4.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .15em;
}

@media screen and (max-width: 1024px) {
  .top-base-title h2 {
    padding: 10px 40px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 599px) {
  .top-base-title h2 {
    font-size: 2.2rem;
    padding: 10px 30px;
  }
}

.top-base-title h2::before, .top-base-title h2::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background-image: url(../img/common/kado.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 599px) {
  .top-base-title h2::before, .top-base-title h2::after {
    width: 24px;
    height: 24px;
  }
}

.top-base-title h2::before {
  top: 0;
  left: 0;
}

.top-base-title h2::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-base-title span {
  display: block;
  margin-top: 10px;
  color: #bcbdbd;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: .9;
  letter-spacing: .2em;
}

@media screen and (max-width: 599px) {
  .top-base-title span {
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
}

.top-base-title--white h2 {
  color: #fff;
}

.top-base-title--white h2::before, .top-base-title--white h2::after {
  background-image: url(../img/common/kado_w.svg);
}

.fix-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.fix-btn li {
  width: 50%;
  text-align: center;
}

.fix-btn li a {
  display: block;
  height: 52px;
  padding: 16px 5px 5px 10px;
  color: #fff;
  line-height: 1.4;
}

.fix-btn li a.tel {
  background-color: #024385;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  background-image: url(../img/top/icon_tel.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 15px 15px;
}

.fix-btn li a.mail {
  background-color: #559827;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.5rem;
  background-image: url(../img/top/icon_mail.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 15px 17px;
}

/* =====================================================

 _information

===================================================== */
.info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .info-category {
    margin-bottom: 30px;
  }
}

.info-category li {
  width: 180px;
  position: relative;
  padding: 3px 40px 10px 40px;
  border-right: 1px solid #999;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .info-category li {
    width: auto;
    padding: 2px 25px 6px 25px;
  }
}

.info-category li::before {
  background: #c4302b;
  content: '';
  height: 2px;
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

.info-category li:first-child {
  border-left: 1px solid #999;
}

.info-category li:nth-child(2)::before {
  background: #1e5485;
}

.info-category li:nth-child(2) a:hover, .info-category li:nth-child(2) a.active {
  color: #1e5485;
}

.info-category li:nth-child(3)::before {
  background: #488968;
}

.info-category li:nth-child(3) a:hover, .info-category li:nth-child(3) a.active {
  color: #488968;
}

.info-category li a {
  line-height: 1.2;
  color: #231815;
  font-weight: 600;
}

.info-category li a.active {
  color: #c4302b;
}

.new-icon {
  font-size: 1.5rem;
  color: #e00239;
  margin-left: 10px;
}

.info__list {
  border-top: 2px solid #231815;
}

.info__list__item {
  border-bottom: 1px solid #231815;
}

.info__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 25px;
}

@media screen and (max-width: 1024px) {
  .info__list__item__link {
    padding: 15px 0 20px;
  }
}

.info__list__item__link:hover {
  background-color: #f0f1ee;
}

.info__list__item__category {
  width: 110px;
  margin-right: 10px;
  padding: 3px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

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

.info__list__item__category.info {
  background-color: #1e5485;
}

.info__list__item__category.media {
  background-color: #488968;
}

.info__list__item__date {
  color: #231815;
}

.info__list__item__text {
  width: 100%;
  margin-top: 10px;
  color: #231815;
}

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

.info__list__item.no-link {
  pointer-events: none;
}

.info-detail__ttl {
  position: relative;
  padding-left: 25px;
  padding: 30px 0px;
  border-top: 2px solid #151515;
  border-bottom: 2px solid #ccc;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .info-detail__ttl {
    padding: 20px 0px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 599px) {
  .info-detail__ttl {
    padding: 20px 0px;
    margin-bottom: 25px;
  }
}

.info-detail__ttl::before {
  background: #c4302b;
  content: "";
  height: 2px;
  width: 100px;
  left: 0;
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 599px) {
  .info-detail__ttl::before {
    width: 50px;
  }
}

.info-detail__ttl .info__list__item__category {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .info-detail__ttl .info__list__item__category {
    margin-right: 0;
  }
}

.info-detail__ttl__date {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  color: #666;
}

@media screen and (max-width: 599px) {
  .info-detail__ttl__date {
    font-size: 1.3rem;
    margin-left: 5px;
  }
}

.info-detail__ttl__text {
  margin-top: 8px;
  font-size: 2.6rem;
}

@media screen and (max-width: 1024px) {
  .info-detail__ttl__text {
    font-size: 2.4rem;
  }
}

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

/* =====================================================

 _case

===================================================== */
.works-wrapper {
  margin-bottom: 60px;
}

.works-wrapper__text {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .works-wrapper__text {
    margin-bottom: 30px;
  }
}

.works-wrapper__catch {
  color: #a01c1c;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .works-wrapper__catch {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 599px) {
  .works-wrapper__catch {
    font-size: 2.0rem;
  }
}

/* =====================================================

カラム

===================================================== */
.col-list {
  *zoom: 1;
}

.col-list:after {
  content: "";
  display: table;
  clear: both;
}

.col-list > li {
  float: left;
}

.col-list--col2 > li {
  width: calc((99.9% - 5.5%) / 2);
  margin-top: 4.4%;
  margin-right: 5.5%;
}

.col-list--col2 > li:nth-child(2n) {
  margin-right: 0;
}

.col-list--col2 > li:nth-child(1), .col-list--col2 > li:nth-child(2) {
  margin-top: 0;
}

.col-list--col2 > li:nth-child(2n + 1) {
  clear: both;
}

@media screen and (max-width: 599px) {
  .col-list--col2 > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .col-list--col2 > li:last-child {
    margin-bottom: 0;
  }
}

.col-list--col3 > li {
  width: calc((99.9% - 7%) / 3);
  margin-bottom: 35px;
  margin-right: 3.5%;
}

.col-list--col3 > li:nth-child(3n) {
  margin-right: 0;
}

.col-list--col3 > li:nth-child(1), .col-list--col3 > li:nth-child(2), .col-list--col3 > li:nth-child(3) {
  margin-top: 0;
}

.col-list--col3 > li:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 599px) {
  .col-list--col3 > li {
    width: 100%;
  }
  .col-list--col3 > li:last-child {
    margin-bottom: 0;
  }
}

/* works-box */
.works-box {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  padding-bottom: 55px;
}

.works-box:hover {
  opacity: 0.8;
}

.works-box:hover .works-box__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1024px) {
  .works-box:hover .works-box__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.works-box__img {
  text-align: center;
  overflow: hidden;
}

.works-box__img img {
  width: 100%;
  max-width: 600px;
}

.works-box__inner {
  padding: 7px 0 12px 0;
  border-bottom: 1px dotted #999;
}

.works-box__inner__wrap {
  position: relative;
  padding: 1px 0px 1px 15px;
  margin-top: 12px;
}

.works-box__inner__wrap::before, .works-box__inner__wrap::after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  top: 0px;
}

.works-box__inner__wrap::before {
  background: #c4302b;
  height: 100%;
}

.works-box__inner__wrap::after {
  background: #000;
  height: 50%;
}

.works-box__inner__ttl {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 0px;
}

.works-box__inner__add {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 6px;
}

.works-box__inner .icon {
  margin-right: 0;
}

.works-box__txt {
  margin-top: 15px;
}

.works-box__software {
  color: #c4302b;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 7px;
}

.works-box__more {
  position: absolute;
  background: #403f3e;
  text-align: center;
  line-height: 1.2;
  padding: 11px;
  font-size: 1.4rem;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 3px;
}

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

.works-box .icon {
  display: inline-block;
  min-width: 64px;
  color: #FFFFFF;
  font-size: 1.1rem;
  text-align: center;
  padding: 2px 15px 2px;
  margin-right: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.works-box .icon-info04 {
  background-color: #3c68b0;
}

.works-box .icon-info05 {
  background-color: #2d95c6;
}

.works-box .icon-info06 {
  background-color: #37aa8d;
}

.works-box .icon-info07 {
  background-color: #86513C;
}

.works-box .icon-info08 {
  background-color: #F1A111;
}

.works-slider-wrapper {
  /*slick-theme.css*/
}

.works-slider-wrapper .slick-slide {
  margin-right: 10px;
}

.works-slider-wrapper .slick-slide a {
  position: relative;
  display: block;
  border: #CCCCCC solid 1px;
  padding: 15px 20px;
}

.works-slider-wrapper .slick-slide a::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  border-color: transparent #c4302b #c4302b transparent;
  border-width: 3px 3px 3px 3px;
  border-style: solid;
}

.works-slider-wrapper .slick-slide img {
  height: 30px;
  /*高さ固定*/
  width: auto;
}

/* =====================================================

詳細

===================================================== */
.works-head-ttl {
  position: relative;
  text-align: center;
  padding: 22px 23px 22px;
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .works-head-ttl {
    margin-bottom: 35px;
    padding: 12px 23px 12px;
  }
}

@media screen and (max-width: 599px) {
  .works-head-ttl {
    margin-bottom: 12px;
  }
}

.works-head-ttl::before, .works-head-ttl::after {
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  content: "";
  border-color: #444;
  border-width: 2px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .works-head-ttl::before, .works-head-ttl::after {
    width: 13px;
    border-width: 1px;
  }
}

.works-head-ttl::before {
  left: 0;
  border-right: none;
}

.works-head-ttl::after {
  right: 0;
  border-left: none;
}

.works-head-ttl img {
  max-width: 100%;
  width: auto;
}

.works-head-box {
  margin-bottom: 40px;
  *zoom: 1;
}

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

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

.works-head-box__img {
  float: left;
  width: 48%;
}

@media screen and (max-width: 599px) {
  .works-head-box__img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}

.works-head-box__img img {
  width: 100%;
}

.works-head-box__ttl {
  position: relative;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 16px;
  padding-left: 25px;
  border-bottom: 1px dotted #666;
}

@media screen and (max-width: 599px) {
  .works-head-box__ttl {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.works-head-box__ttl::before, .works-head-box__ttl::after {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  top: 0px;
}

@media screen and (max-width: 599px) {
  .works-head-box__ttl::before, .works-head-box__ttl::after {
    width: 2px;
  }
}

.works-head-box__ttl::before {
  background: #c4302b;
  height: 90%;
}

.works-head-box__ttl::after {
  background: #000;
  height: 50%;
}

.works-head-box__ttl h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .works-head-box__ttl h3 {
    font-size: 1.8rem;
  }
}

.works-head-box__ttl__txt {
  color: #a01c1c;
  font-size: 1.5rem;
}

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

.works-head-box__txt {
  float: right;
  width: calc(99.9% - 4.2% - 48%);
  word-wrap: break-word;
}

@media screen and (max-width: 599px) {
  .works-head-box__txt {
    width: 100%;
    float: none;
  }
}

.works-head-box__txt__add {
  color: #c4302b;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .works-head-box__txt__add {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}

.works-head-box__txt__text {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  .works-head-box__txt__text {
    margin-top: 15px;
  }
}

.works-head-box__txt__btn {
  width: 220px;
  margin-top: 30px;
}

@media screen and (max-width: 599px) {
  .works-head-box__txt__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.works-head-box__txt__btn a {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  background-color: #c4302b;
  padding: 10px 10px 10px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.works-head-box__txt__btn a::after {
  display: block;
  content: '';
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.works-head-box__txt__btn a:hover {
  opacity: 0.8;
}

.works-head-box__txt__btn a:hover::after {
  right: 15px;
}

.works-head-box__movie {
  position: relative;
  padding-top: 56.5%;
  overflow: hidden;
}

.works-head-box__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-soft {
  margin-top: 30px;
}

.works-soft__txt {
  display: inline-block;
  padding: 3px 0 3px;
  margin-right: 2.0em;
}

.works-soft__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: #CCCCCC solid 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.works-soft__tbl th, .works-soft__tbl td {
  font-weight: normal;
  border-bottom: #CCCCCC solid 1px;
  padding: 15px 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .works-soft__tbl th, .works-soft__tbl td {
    padding: 10px 20px 10px;
  }
}

.works-soft__tbl th {
  width: 180px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #c4302b;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .works-soft__tbl th {
    display: block;
    width: 100%;
    padding: 10px 15px 10px;
  }
}

.works-soft__tbl td a {
  color: #c4302b;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.works-soft__tbl td a:hover {
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .works-soft__tbl td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/*# sourceMappingURL=style.css.map */
