@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
@import url("//fonts.googleapis.com/css2?family=Koulen&display=swap");
@import url("//fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* スマホスタイル */
.visible-sp-block, .visible-sp-inline, br.sp {
  display: none !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 10px;
  font-size: 6.25%;
}

body {
  min-width: 1200px;
  color: #000;
  background: url(../images/top/bg_01.png) center top;
  font-size: 16rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

* {
  margin: 0px;
  padding: 0px;
}

/* 標準アニメーション準備 */
.ani {
  transition: 1s all;
}
.ani.ani_fade {
  opacity: 0;
}
.ani.ani_fade.move {
  opacity: 1;
}
.ani.ani_fadeup {
  opacity: 0;
  position: relative;
  top: 100px;
}
.ani.ani_fadeup.move {
  opacity: 1;
  top: 0;
}
.ani.ani_rightleft {
  opacity: 0;
  position: relative;
  right: -100px;
}
.ani.ani_rightleft.move {
  opacity: 1;
  right: 0;
}
.ani.ani_leftright {
  opacity: 0;
  position: relative;
  left: -100px;
}
.ani.ani_leftright.move {
  opacity: 1;
  left: 0;
}

em, strong {
  font-weight: inherit;
  font-style: inherit;
}

form {
  display: inline;
}

ul.none, ol.none {
  list-style-type: none;
}
ul.fa_list li:before, ol.fa_list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
ul li, ol li {
  margin: 0px;
  padding: 0px;
}
ul.icon li, ol.icon li {
  text-indent: -20px;
  margin-left: 20px;
}
ul.icon li:before, ol.icon li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #666;
}

img {
  max-width: 100%;
}

.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.container_w {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.cms p {
  margin: 0px;
}

.flexiblebox {
  position: relative;
}
.flexiblebox:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 */
}
.flexiblebox .flexiblebox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.flexbox_list {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

/* ボールド */
.f_bold {
  font-weight: bold;
  font-family: 'Open Sans', Verdana, Roboto, 'Droid Sans', "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* 明朝体 */
.f_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* サンセリフ体 */
.f_sserif {
  font-family: "Open Sans", sans-serif;
}

/* セリフ体 */
.f_serif {
  font-family: "Times New Roman", serif;
}

/* 数字 */
.f_number {
  font-family: "Times New Roman", serif;
}

.f_mini {
  font-family: "PT Serif", serif;
}

.f_bmw {
  font-family: "Maven Pro", sans-serif;
}

/* fontawesome の配置 */
.icon-left {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 45px;
}
.icon-left:before {
  content: "\f060";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  left: 15px;
}

.icon-before:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.icon-after:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.icon-right {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 45px;
}
.icon-right:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  right: 15px;
}

.col-last {
  margin-right: 0;
}

table.visual {
  border: 1px solid #aaa;
  width: 100%;
  text-align: left;
}
table.visual td, table.visual th {
  padding: 15px 15px;
}
table.visual thead tr {
  border-bottom: 2px solid #000;
  background-color: #f5f5f5;
}
table.visual thead tr th {
  text-align: center;
}
table.visual tfoot {
  border-top: 2px solid #CCC;
  background-color: #f5f5f5;
}
table.visual tbody tr {
  border-bottom: 1px solid #aaa;
}
table.visual tbody tr th {
  background-color: #f5f5f5;
}

ul#breadcrumbs {
  list-style: none;
  line-height: 2em;
  margin: 0 5% 10px 5%;
}
ul#breadcrumbs li {
  float: left;
  margin: 0 1em 0 0;
}
ul#breadcrumbs li a {
  text-decoration: none;
}
ul#breadcrumbs li:before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 1em;
}
ul#breadcrumbs li.home img {
  height: 1.5em;
  vertical-align: middle;
  margin-top: -4px;
}
ul#breadcrumbs li.home:before {
  content: "";
  margin: 0;
}

.pagination span, .pagination a {
  display: inline-block;
  width: 25px;
  border: 1px solid #0F4B9E;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  line-height: 25px;
}
.pagination span.current, .pagination a.current {
  background-color: #ffd800;
  color: #000;
}

input {
  padding: 4px 0;
}
input.long {
  width: 840px;
}
input.middle {
  width: 420px;
}
input.short {
  width: 100px;
}
input.mini {
  width: 50px;
}
input[type=button], input[type=submit] {
  cursor: pointer;
  transition: all .4s;
}

select {
  padding: 4px 0;
}

textarea.larget {
  width: 100%;
  height: 250px;
}
textarea.middle {
  width: 100%;
  height: 250px;
}
textarea.small {
  width: 100%;
  height: 250px;
}

.page_title {
  background: #eee;
  margin: 0 0 30px 0px;
  font-size: 20rem;
  line-height: 3.5em;
}

.section_title {
  margin-bottom: 40px;
  text-align: left;
}

.section_label {
  border-left: 3px solid #aaa;
  line-height: 2em;
  text-align: left;
  padding-left: 1em;
  font-size: 16rem;
  font-weight: bold;
}

#main {
  margin: 0px auto;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}

.button {
  background-color: #FF8000;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
}
.button:hover {
  color: #fff;
  background-color: #FEA54F;
  text-decoration: none;
}
.button.button_imp {
  background-color: #FFE400;
  color: #333;
}
.button.button_imp:hover {
  background-color: #FFEC4D;
}
.button.button_gst {
  border: 1px solid #FF8000;
  background-color: transparent;
  color: #FF8000;
}
.button.button_gst:hover {
  border: 1px solid #FEA54F;
}
.button.button_wide {
  width: 100%;
  font-size: 20rem;
  line-height: 2.5em;
}
.button.button_shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 0;
}
.button.button_banner {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.button.button_big {
  font-size: 20rem;
  padding: 20px 40px;
}
.button.button_ico {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 18rem;
}
.button.button_ico .icon {
  height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.button.button_ico .icon_r {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}

#footer {
  text-align: center;
}

#social_media {
  margin-bottom: 10px;
}
#social_media .sns_btn {
  float: left;
  width: 60px;
  height: 56px;
  margin-right: 5px;
  padding: 6px 0;
  text-align: center;
  color: #fff;
}
#social_media .sns_btn .sns_btn__icon {
  background-color: #000;
  margin-bottom: 2px;
}
#social_media .sns_btn .sns_btn__icon img {
  height: 20px;
}
#social_media .sns_btn .sns_btn__icon.full {
  height: 100%;
}
#social_media .sns_btn .sns_btn__icon.full img {
  margin: 11px 0;
}
#social_media .sns_btn.fb {
  background-color: #3B5998;
}
#social_media .sns_btn.fb .sns_btn__icon {
  background-color: #3B5998;
}
#social_media .sns_btn.tweet {
  background-color: #2CA7E0;
}
#social_media .sns_btn.tweet .sns_btn__icon {
  background-color: #2CA7E0;
}
#social_media .sns_btn.hatena {
  background-color: #5279E7;
}
#social_media .sns_btn.hatena .sns_btn__icon {
  background-color: #5279E7;
}
#social_media .sns_btn.g_plus {
  background-color: #DB4437;
}
#social_media .sns_btn.g_plus .sns_btn__icon {
  background-color: #DB4437;
}
#social_media .sns_btn.feedly {
  background-color: #0F8C0A;
}
#social_media .sns_btn.feedly .sns_btn__icon {
  background-color: #0F8C0A;
}
#social_media .sns_btn.line {
  background-color: #00B900;
}
#social_media .sns_btn.line .sns_btn__icon {
  background-color: #00B900;
}
#social_media a {
  display: block;
}
#social_media .count {
  display: inline-block;
  padding: 0;
}
#social_media .count_l {
  position: absolute;
  top: 7px;
  left: -5px;
}

/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@media screen and (max-width: 767px) {
  html {
    font-size: 6.25%;
  }

  body {
    min-width: 0;
    background-size: 15px;
  }

  .visible-sp-block {
    display: block !important;
  }

  .visible-sp-inline {
    display: inline !important;
  }

  br.sp {
    display: inline !important;
  }

  .container-fluid, .container {
    width: 100%;
    padding: 0 15px;
  }

  #anc_top {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }

  input {
    line-height: 2em;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
  }
  input.long {
    width: 100%;
  }
  input.middle {
    width: 100%;
  }
  input.short {
    width: 30%;
  }

  textarea.larget {
    width: 100%;
  }
  textarea.middle {
    width: 100%;
  }
  textarea.small {
    width: 100%;
  }

  span.anchor a {
    top: -80px;
  }

  #footer {
    padding-bottom: 85px;
  }
  #footer .footer__logo {
    padding: 0;
    line-height: 15px;
  }
  #footer .footer__row {
    min-width: 0;
    padding: 10px 0 0 0;
    justify-content: space-between;
  }
  #footer .footer__row_2 .row2__text {
    width: 26%;
    padding-left: 15px;
  }
  #footer .footer__row_2 .row2__logo {
    width: 65%;
  }
  #footer .row__logo {
    display: none;
  }
  #footer .row__logo img {
    vertical-align: middle;
  }
  #footer .row__logo_1 {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
  }
  #footer .row__logo_1 img {
    max-width: 100%;
    height: 15px;
    width: auto;
    vertical-align: middle;
  }
  #footer .row__link {
    width: 100%;
    padding: 0 15px;
  }
  #footer .row__link .link__button {
    padding: 5px 15px 5px 5px;
    font-size: 10px;
    border-right-width: 1px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(222, 125, 32, 0.4);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(222, 125, 32, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(222, 125, 32, 0.4);
    letter-spacing: 0;
  }
  #footer .row__link .link__button:after {
    margin-top: -5px;
    width: 10px;
    height: 10px;
  }
  #footer .pagetop {
    right: 15px;
    bottom: 0;
    margin-bottom: 10px;
  }
  #footer .pagetop a {
    width: 30px;
    height: 25px;
  }

  /* オーバーライドされないようにこの位置 */
  .hidden-sp {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #footer {
    min-width: 0;
    padding: 10px 15px 90px;
  }
  #footer .row__link .link__button {
    font-size: 11px;
  }
  #footer .pagetop {
    right: 5px;
  }
  #footer .pagetop a {
    width: 35px;
    height: 35px;
  }
}
/* スマホ */
