@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500&family=Noto+Sans+JP:wght@400;700&display=swap");
.only-pc {
  display: none;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-pc {
    display: inline;
  }
}

@media (min-width: 1001px) {
  .only-pc {
    display: inline;
  }
}

.only-sppc {
  display: block;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-sppc {
    display: none;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-sppc {
    display: block;
  }
}

@media (min-width: 1001px) {
  .only-sppc {
    display: block;
  }
}

.only-tabsp {
  display: block;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-tabsp {
    display: block;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-tabsp {
    display: none;
  }
}

@media (min-width: 1001px) {
  .only-tabsp {
    display: none;
  }
}

.only-tab {
  display: none;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-tab {
    display: block;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-tab {
    display: none;
  }
}

@media (min-width: 1001px) {
  .only-tab {
    display: none;
  }
}

.only-pctab {
  display: none;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-pctab {
    display: inline-block;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-pctab {
    display: inline-block;
  }
}

@media (min-width: 1001px) {
  .only-pctab {
    display: inline-block;
  }
}

.only-tabpc {
  display: none;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-tabpc {
    display: inline-block;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-tabpc {
    display: inline-block;
  }
}

@media (min-width: 1001px) {
  .only-tabpc {
    display: inline-block;
  }
}

.only-sp {
  display: inline-block;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .only-sp {
    display: none;
  }
}

@media (min-width: 1001px) {
  .only-sp {
    display: none;
  }
}

.wideimg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wideimg::before {
  content: " ";
  display: block;
  padding-top: 30%;
}

.wideimg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.sqimg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sqimg::before {
  content: " ";
  display: block;
  padding-top: 90%;
}

.sqimg > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.sqimg-tabpc {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sqimg-tabpc::before {
  content: " ";
  display: block;
  padding-top: 60%;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .sqimg-tabpc::before {
    padding-top: 90%;
  }
}

@media (min-width: 1001px) {
  .sqimg-tabpc::before {
    padding-top: 90%;
  }
}

.sqimg-tabpc > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

html {
  background: fff;
  color: 333;
  overflow-y: scroll;
}

body {
  font: 13px/1.22 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

table {
  font-size: inherit;
  font: 100%;
}

a img, img {
  border: 0;
}

figure, blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
  color: #FFF;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 160%;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0px;
  font-size: 15px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
}

@media (min-width: 766px) and (max-width: 1000px) {
  body {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  body {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 1001px) {
  body {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
}

html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 766px) and (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 1001px) {
  html {
    font-size: 17px;
  }
}

form {
  margin: 0;
  padding: 0px;
}

::selection {
  background: #3399D1;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

::-moz-selection {
  background: #3399D1;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

li {
  line-height: 160%;
}

h1 {
  margin: 0;
  padding: 0px;
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

img {
  border: none;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

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

a:active {
  color: #000;
}

a {
  line-height: 160%;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0px;
}

.small {
  font-size: 0.9em;
}

.inner {
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .inner {
    width: 90%;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  .inner {
    width: 990px;
  }
}

@media (min-width: 1001px) {
  .inner {
    width: 990px;
  }
}

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

dl.is-empty {
  height: 0;
  width: 0;
}

a.linkc:link {
  color: #3e89ca;
  font-weight: bolder;
  text-decoration: underline;
}

header {
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  -moz-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
}

header .left {
  padding: 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  header .left {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    padding: .5rem 1rem .5rem 2rem;
    align-items: center;
  }
}

@media (min-width: 1001px) {
  header .left {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    padding: .5rem 1rem .5rem 2rem;
    align-items: center;
  }
}

header .logo {
  width: 40vw;
  padding: .5rem 0 0 0;
  margin: 0 auto;
  line-height: 1;
}

@media (min-width: 766px) and (max-width: 1000px) {
  header .logo {
    width: 185px;
    padding: 0;
    margin: 0 1.5rem 0 0;
  }
}

@media (min-width: 1001px) {
  header .logo {
    width: 188px;
    padding: 0;
    margin: 0 1.5rem 0 0;
  }
}

header .logo a {
  line-height: 1;
}

header .logo img {
  max-width: 100%;
  height: auto;
}

header .copy {
  color: #666;
  text-align: center;
  font-size: 10px;
  padding: 0 0 .5rem 0;
  display: block;
}

@media (min-width: 766px) and (max-width: 1000px) {
  header .copy {
    font-size: 11px;
    text-align: left;
    display: inline-block;
    padding: 0;
  }
}

@media (min-width: 1001px) {
  header .copy {
    font-size: 12px;
    top: auto;
    display: inline-block;
    padding: 0;
  }
}

header .right nav {
  padding: 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  header .right nav {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    padding: 0;
    align-items: center;
  }
}

@media (min-width: 1001px) {
  header .right nav {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    padding: 0;
    align-items: center;
  }
}

@media (min-width: 1001px) {
  header .btn2 a {
    padding: 31px 1.5rem;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
  }
}

header .btn2 a i {
  padding: 0 0 0 .3rem;
}

@media (min-width: 1001px) {
  header nav ul {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    font-size: 1.05rem;
  }
}

@media (min-width: 1001px) {
  header nav ul li {
    text-align: center;
    padding: 0 1.5rem;
    font-weight: bolder;
  }
}

@media (min-width: 1001px) {
  header nav ul li a {
    padding: 30px 0;
    display: block;
    transition: all .3s;
  }
}

@media (min-width: 1001px) {
  header nav ul li:first-of-type {
    border: none;
    text-align: center;
  }
}

@media (min-width: 1001px) {
  header nav ul li:last-of-type {
    text-align: center;
  }
}

header nav ul li a:hover {
  color: #3399D1;
  text-decoration: none;
  opacity: 0.9;
}

#pagetitle {
  background: url(../images/pagetitle.jpg) 0 0 no-repeat;
  padding: 50px 0 35px 0;
  background-color: #E0E0E0;
  background-size: 120% auto;
  text-align: left;
  font-family: "Hind", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  margin: 0 0 3rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #pagetitle {
    padding: 150px 0 85px 0;
    background-size: 1500px auto;
  }
}

@media (min-width: 1001px) {
  #pagetitle {
    height: 200px;
    padding: 80px 0 65px 0;
    margin: 0px 0 4rem 0;
    font-size: 1.7rem;
    box-sizing: border-box;
    line-height: 1.3;
    background-size: 1500px auto;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  #pagetitle {
    font-size: 1.65rem;
    background-size: 1500px auto;
  }
}

#pagetitle div {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  align-items: center;
}

@media (min-width: 1001px) {
  #pagetitle div {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: left;
    /*--- safari（PC）用 ---*/
    justify-content: left;
  }
}

@media (min-width: 1001px) and (max-width: 1280px) {
  #pagetitle div {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: left;
    /*--- safari（PC）用 ---*/
    justify-content: left;
  }
}

#pagetitle div.long {
  width: 100%;
  box-sizing: border-box;
}

#pagetitle div span {
  padding: 0 1.5rem 0 0;
}

#pagetitle div small {
  border-left: 3px solid #51aedb3d;
  padding: 0 0 0 1.5rem;
  font-size: .6em;
  color: #0000003b;
}

#rwdMenuWrap .sns {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}

#rwdMenuWrap .sns > span {
  padding: 1rem;
  margin: 0;
}

#rwdMenuWrap .sns span a {
  width: 40px;
  height: 40px;
}

#rwdMenuWrap .sns span span, #rwdMenuWrap .sns span i {
  line-height: 40px;
  font-size: 30px !important;
}

footer {
  border-top: 4px solid #f3f3f3;
  font-size: 12px;
}

@media (min-width: 1001px) {
  footer {
    font-size: .95rem;
  }
}

footer .inner {
  padding: 3rem 0 0 0;
  text-align: center;
}

@media (min-width: 766px) and (max-width: 1000px) {
  footer .inner {
    padding: 4rem 0 0 0;
  }
}

@media (min-width: 1001px) {
  footer .inner {
    padding: 4rem 0 0 0;
  }
}

footer .logo {
  width: 40%;
  padding: 0 0 2rem 0;
  margin: 0 auto;
}

@media (min-width: 766px) and (max-width: 1000px) {
  footer .logo {
    padding: 0 0 3rem 0;
    width: 200px;
  }
}

@media (min-width: 1001px) {
  footer .logo {
    padding: 0 0 3rem 0;
    width: 200px;
  }
}

footer .logo img {
  max-width: 100%;
  height: auto;
}

footer .info {
  font-size: .9rem;
  padding: 0 0 2rem 0;
  color: #666;
}

@media (min-width: 766px) and (max-width: 1000px) {
  footer .info {
    padding: 0 0 3rem 0;
  }
}

@media (min-width: 1001px) {
  footer .info {
    padding: 0 0 3rem 0;
  }
}

footer .copy {
  width: 100%;
  display: block;
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 2rem 0;
  font-size: .8rem;
  color: #ccc;
}

.insta-icon {
  display: inline-block;
  text-align: center;
  /*中央揃え*/
  color: #2e6ca5;
  /*文字色*/
  font-size: 1rem;
  /*文字サイズ*/
  text-decoration: none;
  /*下線消す*/
}

.insta-icon:hover {
  /*ホバー時*/
  color: #668ad8;
  /*文字色*/
  transition: .5s;
  /*ゆっくり変化*/
}

.insta-icon a {
  /*アイコンの背景*/
  position: relative;
  /*相対配置*/
  display: inline-block;
  margin: .5rem 0 0 0;
  width: 40px;
  /*幅*/
  height: 40px;
  /*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  border-radius: 6px;
  /*角丸に*/
  vertical-align: middle;
}

@media (min-width: 1001px) {
  .insta-icon a {
    width: 40px;
    /*幅*/
    height: 40px;
    /*高さ*/
  }
}

.insta-icon a:before {
  /*グラデーションを重ねるため*/
  content: '';
  position: absolute;
  /*絶対配置*/
  top: 20px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 40px;
  /*グラデーションカバーの幅*/
  height: 40px;
  /*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}

@media (min-width: 1001px) {
  .insta-icon a:before {
    width: 40px;
    /*幅*/
    height: 40px;
    /*高さ*/
  }
}

.insta-icon a i {
  /*アイコン*/
  color: #FFF;
  /*白に*/
  position: relative;
  /*z-indexを使うため*/
  z-index: 2;
  /*グラデーションより前に*/
  font-size: 30px;
  /*アイコンサイズ*/
  line-height: 40px;
  /*高さと合わせる*/
}

@media (min-width: 1001px) {
  .insta-icon a i {
    font-size: 30px;
    /*アイコンサイズ*/
    line-height: 40px;
    /*高さと合わせる*/
  }
}

.insta-icon a:link i {
  color: #fff;
}

.line-icon {
  display: inline-block;
  text-align: center;
  /*中央揃え*/
  color: #2e6ca5;
  /*文字色*/
  font-size: 1rem;
  /*文字サイズ*/
  text-decoration: none;
  /*下線消す*/
}

.line-icon:hover {
  /*ホバー時*/
  color: #668ad8;
  /*文字色*/
  transition: .5s;
  /*ゆっくり変化*/
}

.line-icon a {
  /*アイコンの背景*/
  position: relative;
  /*相対配置*/
  display: inline-block;
  margin: .5rem 0 0 0;
  width: 40px;
  /*幅*/
  height: 40px;
  /*高さ*/
  background: #06c755;
  overflow: hidden;
  /*はみ出た部分を隠す*/
  border-radius: 6px;
  /*角丸に*/
  vertical-align: middle;
}

@media (min-width: 1001px) {
  .line-icon a {
    width: 40px;
    /*幅*/
    height: 40px;
    /*高さ*/
  }
}

.line-icon a span {
  /*アイコン*/
  color: #FFF;
  /*白に*/
  position: relative;
  /*z-indexを使うため*/
  z-index: 2;
  /*グラデーションより前に*/
  font-size: 30px;
  /*アイコンサイズ*/
  line-height: 40px;
  /*高さと合わせる*/
}

@media (min-width: 1001px) {
  .line-icon a span {
    font-size: 30px;
    /*アイコンサイズ*/
    line-height: 40px;
    /*高さと合わせる*/
  }
}

.line-icon a:link {
  color: #fff;
}

@media (min-width: 1001px) {
  .pc-flex {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

.btn {
  text-align: center;
}

.btn a {
  background-color: #fff;
  color: #000;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: .5rem 1.2rem;
  border: 1px solid #f3f3f3;
  text-decoration: none;
  min-width: 80%;
  box-shadow: 1px 2px 3px -1px #c2c2c2;
}

@media (min-width: 766px) and (max-width: 1000px) {
  .btn a {
    padding: 1.5rem 2.4rem 1.5rem 2.4rem;
    min-width: 330px;
    box-sizing: border-box;
  }
}

@media (min-width: 1001px) {
  .btn a {
    padding: .5rem 1.5rem;
    min-width: 330px;
    width: 100%;
    box-sizing: border-box;
  }
}

.btn a:hover {
  background-color: #fcfcfc;
  color: #000;
  transform: translateY(1px) translateX(1px);
  box-shadow: 0px 1px 2px 0px #c2c2c2;
}

.btn.ar {
  position: relative;
}

.btn.ar a {
  padding: 1rem 1.4rem 1rem 1.4rem;
  position: relative;
}

@media (min-width: 1001px) {
  .btn.ar a {
    padding: 1rem 2.4rem 1rem 2.4rem;
  }
}

.btn.ar a:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #DC000B;
  content: '\f105';
  font-size: 0.8rem;
  right: 1rem;
  top: 50%;
  display: block;
  transform: translate(0%, -50%);
}

.btn.ar a:hover:after {
  right: .8rem;
}

.btn.ar.gr:hover:after {
  color: #3399D1;
}

.btn2 {
  text-align: center;
}

.btn2 a, .btn2 input {
  background-color: #3399D1;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: .8rem 1.2rem;
  text-decoration: none;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-width: 100%;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  -moz-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
}

@media (min-width: 766px) and (max-width: 1000px) {
  .btn2 a, .btn2 input {
    padding: 1.5rem 2.4rem 1.5rem 2.4rem;
    min-width: 330px;
    box-sizing: border-box;
  }
}

@media (min-width: 1001px) {
  .btn2 a, .btn2 input {
    min-width: auto;
    padding: .5rem 1.5rem;
    box-sizing: border-box;
  }
}

.btn2 a:hover, .btn2 input:hover {
  background-color: #3399D1;
  color: #fff;
  opacity: 0.8;
}

.btn2.gr a:hover {
  background-color: #9aada6;
  color: #3399D1;
}

.btn2.ar {
  position: relative;
}

.btn2.ar:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f178';
  font-size: 0.8rem;
  right: 1rem;
  top: 48%;
  display: block;
  color: #3399D1;
  transform: translate(0%, -48%);
}

.btn2.ar:hover:after {
  color: #fff;
}

.btn2.ar.gr:hover:after {
  color: #3399D1;
}

#contact-box {
  background-color: #fff;
  border-radius: .5rem;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  -moz-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  margin: 2rem auto;
}

@media (min-width: 1001px) {
  #contact-box {
    -webkit-flex-wrap: nowrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: nowrap;
    padding: 1.5rem 1.8rem;
  }
}

#contact-box .logo {
  width: 100%;
  text-align: center;
}

@media (min-width: 1001px) {
  #contact-box .logo {
    width: 180px;
  }
}

#contact-box .logo img {
  width: 40%;
  margin: 0 auto;
}

@media (min-width: 1001px) {
  #contact-box .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

#contact-box .txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1001px) {
  #contact-box .txt {
    width: 330px;
  }
}

#contact-box h4 {
  font-weight: bolder;
  padding: .8rem 0 .8rem 0;
  font-size: 1.1em;
}

#contact-box .tel {
  font-size: 1.8rem;
}

#contact-box .tel small {
  font-size: .6em;
}

#contact-box .time {
  font-size: .8em;
  color: #666;
  padding: 0rem 0 .8rem 0;
}

#contact-box .area {
  border-radius: .5rem;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
  color: #3399D1;
  background-color: #FFEFEF;
  width: 100%;
  margin: 1.5rem 0 0 0;
}

@media (min-width: 1001px) {
  #contact-box .area {
    margin: 1.5rem 0;
    width: 340px;
    padding: 1.3rem;
  }
}

#contact-box .area strong {
  display: block;
  margin: 0 0 .5rem 0;
}

.pop dl:nth-of-type(1) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.2s 1 forwards;
  animation: popup 0.3s ease-in-out 0.2s 1 forwards;
}

.pop dl:nth-of-type(2) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.3s 1 forwards;
  animation: popup 0.3s ease-in-out 0.3s 1 forwards;
}

.pop dl:nth-of-type(3) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.4s 1 forwards;
  animation: popup 0.3s ease-in-out 0.4s 1 forwards;
}

.pop dl:nth-of-type(4) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.5s 1 forwards;
  animation: popup 0.3s ease-in-out 0.5s 1 forwards;
}

.pop dl:nth-of-type(5) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.6s 1 forwards;
  animation: popup 0.3s ease-in-out 0.6s 1 forwards;
}

.pop dl:nth-of-type(6) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.7s 1 forwards;
  animation: popup 0.3s ease-in-out 0.7s 1 forwards;
}

.pop dl:nth-of-type(7) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.8s 1 forwards;
  animation: popup 0.3s ease-in-out 0.8s 1 forwards;
}

.pop dl:nth-of-type(8) .photo {
  -webkit-animation: popup 0.3s ease-in-out 0.9s 1 forwards;
  animation: popup 0.3s ease-in-out 0.9s 1 forwards;
}

.pop dl:nth-of-type(9) .photo {
  -webkit-animation: popup 0.3s ease-in-out 1s 1 forwards;
  animation: popup 0.3s ease-in-out 1s 1 forwards;
}

.pop dl:nth-of-type(10) .photo {
  -webkit-animation: popup 0.3s ease-in-out 1.1s 1 forwards;
  animation: popup 0.3s ease-in-out 1.1s 1 forwards;
}

.pop dl:nth-of-type(11) .photo {
  -webkit-animation: popup 0.3s ease-in-out 1.2s 1 forwards;
  animation: popup 0.3s ease-in-out 1.2s 1 forwards;
}

@-webkit-keyframes popup {
  80% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  80% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

#rwdMenuWrap .logo img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
  #mobile-header ul {
    width: 100%;
  }
  #mobile-header ul li {
    width: 20%;
  }
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media (min-width: 766px) and (max-width: 1000px) {
  #spnavi #contact-box {
    display: none;
  }
}

@media (min-width: 1001px) {
  #spnavi #contact-box {
    display: none;
  }
}

@media (min-width: 766px) and (max-width: 1000px) {
  #spnavi .logo2 {
    display: none;
  }
}

@media (min-width: 1001px) {
  #spnavi .logo2 {
    display: none;
  }
}

@media only screen and (max-width: 1080px) {
  body.active {
    background-color: #fff;
    position: fixed;
    overflow: hidden;
  }
  #spnavi {
    display: none;
  }
  #menuOverlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #3b3834ab;
    z-index: 0;
    display: none;
    opacity: 0;
  }
  #menuOverlay.zindex-remove {
    z-index: 1;
  }
  #switchBtnArea {
    width: 100%;
    background: #000;
    position: fixed;
    z-index: 99;
    opacity: 0;
    top: -62px;
    font-family: "Montserrat","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  }
  #switchBtnArea #switchBtn {
    top: 6px;
    right: 10px;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    border-radius: 0px;
    background: #fff;
  }
  #switchBtnArea #switchBtn span {
    left: 10px;
    width: 25px;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #3399D1;
    border-radius: 2px;
    transition: all 0.2s linear;
  }
  #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 13px;
    transform: rotate(0);
  }
  #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 22px;
    transform: scale(1);
  }
  #switchBtnArea #switchBtn span:nth-of-type(3) {
    top: 31px;
    transform: rotate(0);
  }
  #switchBtnArea #switchBtn.btnClose {
    background: transparent;
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    background-color: #54c3f1;
    top: 15px;
    transform: rotate(-45deg);
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    background-color: #54c3f1;
    transform: scale(0);
  }
  #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    background-color: #54c3f1;
    top: 15px;
    transform: rotate(45deg);
  }
  #switchBtnArea #switchBtn.btnClose::after {
    bottom: -12px;
    color: #fff;
  }
  #rwdMenuWrap {
    width: 70%;
    background: #fff;
    overflow: auto;
    z-index: 98;
    padding: 2rem 0 10px 0;
    position: fixed;
    height: 100%;
    left: 100%;
  }
  #rwdMenuWrap ul li a:link {
    color: #000;
  }
  #rwdMenuWrap ul li a:visited {
    color: #000;
  }
  #rwdMenuWrap ul {
    width: 100%;
  }
  #rwdMenuWrap ul li {
    text-align: center;
    width: 85%;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0px 15px;
    font-weight: bolder;
    letter-spacing: 1px;
    border-bottom: 2px dotted #aac5d36b;
  }
}

@media only screen and (max-width: 1080px) and (min-width: 766px) and (max-width: 1000px) {
  #rwdMenuWrap ul li {
    font-size: 1rem;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul li.coming {
    padding: 10px 0;
  }
  #rwdMenuWrap ul li span {
    display: block;
    font-size: 0.85rem;
    font-family: "Hind", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #3399D1;
  }
  #rwdMenuWrap ul li:first-of-type {
    border-top: 2px solid #E0E0E0;
    margin: 1rem auto 0 auto !important;
  }
  #rwdMenuWrap ul li:last-of-type {
    border: none;
  }
  #rwdMenuWrap ul li a {
    color: #fff;
    padding: 10px 0px;
  }
  #rwdMenuWrap ul li.comming {
    opacity: 0.3;
  }
  #rwdMenuWrap ul li a.line {
    display: none;
  }
  #rwdMenuWrap ul li a.line small {
    display: none;
  }
  #rwdMenuWrap ul .ch1 {
    padding: 10px 0 0 0;
  }
  #rwdMenuWrap ul.child li {
    padding: 0px 0;
    border: none;
  }
  #rwdMenuWrap ul.child li a {
    padding: 5px 20px;
    text-align: left;
    display: block;
    color: #555;
    transition: all 0.4s cubic-bezier(0.06, 0.03, 0.24, 1.02) 0s;
  }
  #rwdMenuWrap ul#social-links {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
    padding: 5px;
    width: 90%;
    margin: 0 auto;
  }
  #rwdMenuWrap ul#social-links li {
    width: 18%;
    border: none;
  }
  #rwdMenuWrap nav .btn1 {
    margin: 10px 0 15px 0;
  }
  #rwdMenuWrap .btn {
    display: none;
  }
  #rwdMenuWrap #telnum {
    display: none;
  }
  #rwdMenuWrap .tel {
    font-size: 1.2rem;
  }
  #rwdMenuWrap #contact-box {
    width: 100%;
    box-shadow: none;
    margin: 0 auto;
  }
  #rwdMenuWrap #contact-box h4 {
    font-size: 1rem;
  }
  #rwdMenuWrap #contact-box .area {
    font-size: 0.8em;
  }
  #rwdMenuWrap #mobile-tel h5 {
    font-weight: bolder;
    line-height: 1.8;
  }
  #rwdMenuWrap #mobile-tel a {
    text-decoration: underline;
  }
  #rwdMenuWrap #mobile-tel .tel-link a {
    border-bottom: none;
  }
  #contents {
    width: 100%;
  }
  #rwdMenuWrap .fix {
    position: static;
  }
  #mobile-tel {
    display: block;
  }
  #rwdMenuWrap .logo2 {
    width: 50%;
    margin: 0 auto;
  }
  #rwdMenuWrap .logo2 img {
    max-width: 100%;
    height: auto;
  }
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#mobile-header > ul:before,
#mobile-header > ul:after {
  content: " ";
  display: table;
}

#mobile-header > ul:after {
  clear: both;
}

#mobile-header > ul {
  *zoom: 1;
}

#rwdMenuWrap ul li a {
  display: block;
  width: 100%;
}

#rwdMenuWrap ul li.noline {
  border: none;
  padding: 5px 15px 5px 35px;
}

#rwdMenuWrap ul li.last {
  border: none;
  padding: 5px 15px 15px 35px;
}

li.is-empty {
  padding: 0 !important;
  height: 0 !important;
}

/*============================
common
============================*/
.midashi {
  font-family: "Hind", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #1f1f1f;
  font-size: 1.2rem;
  text-align: left;
  margin: 0 auto 1rem auto;
  padding: 1rem 0;
}

@media (min-width: 1001px) {
  .midashi {
    font-size: 24px;
  }
}

.midashi div {
  padding: .8rem 0;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
}

.small {
  font-size: 0.8em;
}

.strong {
  font-weight: bolder;
}

/*============================
#mv
============================*/
#mv {
  background-color: #E0E0E0;
  text-align: center;
  line-height: 1;
}

#mv p img {
  vertical-align: middle;
}

/*============================
#top-business
============================*/
#top-business {
  background: url(../images/top-business-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 3rem 0;
  color: #fff;
  text-align: center;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-business {
    text-align: center;
  }
}

@media (min-width: 1001px) {
  #top-business {
    text-align: center;
  }
}

#top-business h2 {
  padding: 1.5rem 0 2rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bolder;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-business h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 1001px) {
  #top-business h2 {
    font-size: 1.7rem;
  }
}

#top-business p {
  padding: .5rem 0;
  text-align: left;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-business p {
    text-align: center;
  }
}

@media (min-width: 1001px) {
  #top-business p {
    text-align: center;
  }
}

#top-business p.btn {
  padding: 1.5rem 0 0 0;
  text-align: center;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-business p.btn {
    text-align: center;
    width: 290px;
  }
}

@media (min-width: 1001px) {
  #top-business p.btn {
    width: 290px;
    margin: 0 auto;
  }
}

/*============================
# top-about
============================*/
#top-about {
  background: url(../images/top-abou-bg.jpg) 0 0 no-repeat;
  padding: 4rem 0;
  background-size: auto 102%;
  background-position: 20% bottom;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-about {
    background: url(../images/top-abou-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 6rem 0;
  }
}

@media (min-width: 1001px) {
  #top-about {
    background: url(../images/top-abou-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 6rem 0;
  }
}

#top-about .waku {
  border: 4px solid #3399D1;
  padding: 3rem 1.5rem;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  border-radius: .5rem;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-about .waku {
    text-align: center;
  }
}

@media (min-width: 1001px) {
  #top-about .waku {
    text-align: center;
  }
}

#top-about .waku h3 {
  min-width: 65%;
  font-size: 1.2rem;
  display: inline-block;
  background-color: #fff;
  font-weight: bolder;
  position: absolute;
  left: 50%;
  top: -1rem;
  padding: 0 .5rem;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-about .waku h3 {
    min-width: auto;
    font-size: 1.9rem;
  }
}

@media (min-width: 1001px) {
  #top-about .waku h3 {
    min-width: auto;
    font-size: 1.9rem;
  }
}

#top-about .btn {
  padding: 3rem 0 0 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-about .btn {
    text-align: center;
    width: 400px;
  }
}

@media (min-width: 1001px) {
  #top-about .btn {
    width: 380px;
    margin: 0 auto;
  }
}

/*============================
# top-news
============================*/
#top-news {
  background-color: #FCFCFC;
  padding: 4rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .inner {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

@media (min-width: 1001px) {
  #top-news .inner {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

#top-news .title {
  text-align: center;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .title {
    width: 30%;
  }
}

@media (min-width: 1001px) {
  #top-news .title {
    width: 30%;
  }
}

#top-news .title h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 1.5;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .title h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1001px) {
  #top-news .title h3 {
    font-size: 2rem;
  }
}

#top-news .title h3 small {
  display: block;
  font-size: 1.05rem;
  color: #AFD6F5;
  font-family: "Hind", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding: .0rem 0 0 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .title h3 small {
    padding: 1rem 0 0 0;
  }
}

@media (min-width: 1001px) {
  #top-news .title h3 small {
    padding: 1rem 0 0 0;
  }
}

#top-news .title .btn3 {
  padding: 1rem 0 3rem 0;
  width: auto;
  min-width: auto;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .title .btn3 {
    padding: 3rem 0;
  }
}

@media (min-width: 1001px) {
  #top-news .title .btn3 {
    padding: 3rem 0;
  }
}

#top-news .title .btn3 a {
  border: 2px solid #8FC1DD;
  padding: .3rem 1.5rem;
  position: relative;
  width: auto;
  min-width: auto;
  transition: all .3s;
  font-size: .8rem;
}

#top-news .title .btn3 a:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #DC000B;
  content: '\f105';
  font-size: 0.8rem;
  right: .5rem;
  top: 50%;
  display: block;
  transform: translate(0%, -50%);
}

#top-news .title .btn3 a:hover {
  background-color: #eee;
  text-decoration: none;
}

#top-news .title .btn3 a:hover:after {
  right: .3rem;
}

#top-news .feeds {
  padding: 0 1.5rem;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  -moz-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .feeds {
    width: 65%;
    padding: 2rem;
  }
}

@media (min-width: 1001px) {
  #top-news .feeds {
    width: 65%;
    padding: 2.5rem;
  }
}

#top-news .feeds dl {
  border-bottom: 2px dotted #eee;
  padding: 1rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .feeds dl {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

@media (min-width: 1001px) {
  #top-news .feeds dl {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

#top-news .feeds dl dt {
  font-size: .85rem;
  color: #999;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .feeds dl dt {
    width: 20%;
  }
}

@media (min-width: 1001px) {
  #top-news .feeds dl dt {
    width: 20%;
  }
}

#top-news .feeds dl dd {
  text-decoration: underline;
  font-size: .95rem;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-news .feeds dl dd {
    width: 75%;
  }
}

@media (min-width: 1001px) {
  #top-news .feeds dl dd {
    width: 75%;
  }
}

#top-news .feeds dl dd a {
  transition: all .3s;
}

#top-news .feeds dl dd a:hover {
  opacity: 0.6;
}

#top-news .feeds dl:last-of-type {
  border: none;
}

/*============================
# top-bn
============================*/
#top-bn {
  background-color: #EBF1F5;
  padding: 2rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-bn {
    padding: 4rem 0;
  }
}

@media (min-width: 1001px) {
  #top-bn {
    padding: 4rem 0;
  }
}

#top-bn ul {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}

#top-bn ul li {
  width: 48%;
  background-color: #3399D1;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-bn ul li {
    width: 46%;
  }
}

@media (min-width: 1001px) {
  #top-bn ul li {
    width: 46%;
  }
}

#top-bn ul li a {
  transition: all .3s;
  line-height: 1;
  vertical-align: middle;
}

#top-bn ul li a img {
  line-height: 1;
  vertical-align: middle;
}

#top-bn ul li a:hover {
  opacity: 0.8;
}

/*============================
# contact
============================*/
#contact {
  padding: 3rem 0 7rem 0;
}

#contact .read {
  padding: .5rem 0 2rem 0;
}

@media (min-width: 1001px) {
  #contact .read {
    text-align: center;
  }
}

#contact .tel-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  -moz-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  border-radius: .5rem;
  margin: 2rem auto 3rem auto;
  padding: 1.3rem;
  text-align: center;
}

@media (min-width: 1001px) {
  #contact .tel-box {
    width: 600px;
    text-align: center;
    padding: 1.3rem;
    box-sizing: border-box;
    align-items: center;
  }
}

@media (min-width: 1001px) {
  #contact .tel-box .tel {
    width: 60%;
  }
}

#contact .tel-box .num {
  font-size: 1.8rem;
}

#contact .tel-box .time {
  font-size: .9em;
  color: #666;
  line-height: 1.5;
}

@media (min-width: 1001px) {
  #contact .tel-box .time {
    width: 40%;
  }
}

#contact .tel-box .small {
  font-size: .7em;
}

#contact .tel-box h4 {
  background-color: #3399D1;
  color: #fff;
  font-size: .9em;
  margin: 0 0 1rem 0;
  padding: .2rem 0;
  border-radius: 5px;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact .tel-box h4 {
    padding: 0;
    margin: 0 0 .5rem 0;
  }
}

@media (min-width: 1001px) {
  #contact .tel-box h4 {
    padding: 0;
    margin: 0 0 .5rem 0;
  }
}

#contact #form-box {
  border: 2px solid #eee;
  box-sizing: border-box;
  background-color: #fff;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact #form-box {
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
  }
}

@media (min-width: 1001px) {
  #contact #form-box {
    width: 800px;
    margin: 0 auto;
    padding: 1rem;
  }
}

#contact #form-box dl {
  padding: 1rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact #form-box dl {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

@media (min-width: 1001px) {
  #contact #form-box dl {
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
  }
}

#contact #form-box dl dt {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  font-size: .9rem;
  color: #333;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact #form-box dl dt {
    width: 20%;
    font-size: .95rem;
  }
}

@media (min-width: 1001px) {
  #contact #form-box dl dt {
    width: 20%;
    font-size: .95rem;
  }
}

#contact #form-box dl dt span {
  color: #fe8383;
  font-size: .8em;
}

#contact #form-box dl dd {
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact #form-box dl dd {
    width: 75%;
    padding: 0;
  }
}

@media (min-width: 1001px) {
  #contact #form-box dl dd {
    width: 75%;
    padding: 0;
  }
}

#contact #form-box input, #contact #form-box select, #contact #form-box textarea {
  background-color: #f3f3f3;
  border: none;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  padding: .3rem;
}

#contact .privacy {
  text-align: center;
  font-size: .9em;
  color: #666;
  padding: 1.5rem 0;
}

#contact .privacy a {
  text-decoration: underline;
}

#contact .btn2 {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact .btn2 {
    width: 100%;
  }
}

@media (min-width: 1001px) {
  #contact .btn2 {
    width: 100%;
  }
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact .btn2 input {
    width: 300px;
  }
}

@media (min-width: 1001px) {
  #contact .btn2 input {
    width: 300px;
  }
}

/*============================
# concept
============================*/
#concept {
  padding: 0 0 3.5rem 0;
}

#concept h3 {
  font-weight: bolder;
  color: #3399D1;
  padding: 0 0 0rem 0;
}

@media (min-width: 1001px) {
  #concept h3 {
    padding: 0 0 1rem 0;
  }
}

#concept p {
  padding: .5rem 0;
}

/*============================
# prof
============================*/
#prof {
  padding: 0 0 5rem 0;
}

#prof h3 {
  margin: 3rem auto 3rem auto;
}

#prof dl {
  background-color: #fff;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-top: 1px solid #ccc;
}

@media (min-width: 1001px) {
  #prof dl {
    margin: 0 auto;
  }
}

#prof dl:last-of-type {
  border-bottom: 1px solid #ccc;
}

#prof dt {
  padding: 1rem;
  box-sizing: border-box;
  background-color: #3399D1;
  color: #fff;
  font-weight: bolder;
  width: 30%;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #prof dt {
    width: 25%;
  }
}

@media (min-width: 1001px) {
  #prof dt {
    width: 25%;
  }
}

#prof dd {
  padding: 1rem;
  box-sizing: border-box;
  width: 70%;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #prof dd {
    padding: 1rem;
    width: 75%;
  }
}

@media (min-width: 1001px) {
  #prof dd {
    padding: 1rem;
    width: 75%;
  }
}

#access {
  padding: 4rem 0;
}

@media (min-width: 1001px) {
  #access {
    width: 800px;
    margin: 0 auto;
  }
}

#access h4 {
  font-weight: bolder;
  font-size: 1.1em;
  margin: 0 0 .5rem 0;
}

#gmap iframe {
  width: 100%;
  height: 300px;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #gmap iframe {
    height: 500px;
  }
}

@media (min-width: 1001px) {
  #gmap iframe {
    height: 500px;
  }
}

#access .btn {
  margin: 1rem auto 1rem auto;
}

@media (min-width: 1001px) {
  #access .btn {
    width: 250px;
  }
}

/*============================
# privacy
============================*/
#privacy {
  padding: 0 0 3rem 0;
  font-size: .9em;
}

#privacy .inner {
  background-color: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #444;
}

#privacy dl {
  padding: 1.5rem 0;
}

#privacy dl dt {
  font-weight: bolder;
  font-size: 1.05rem;
  padding: 0 0 .5rem 0;
  color: #3399D1;
}

/*============================
# blog-list
============================*/
#blog-list {
  padding: 0 0 5rem 0;
}

#blog-list .feeds dl {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  padding: 1rem;
}

#blog-list .feeds dt {
  width: 30%;
}

#blog-list .feeds dt img {
  border-radius: .5rem;
}

#blog-list .feeds dd {
  width: 65%;
}

#blog-list .feeds dd .date {
  color: #3399D1;
  padding: .2rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #blog-list .feeds dd .date {
    padding: .5rem 0;
  }
}

@media (min-width: 1001px) {
  #blog-list .feeds dd .date {
    padding: .5rem 0;
  }
}

#blog-list .feeds dd .title {
  font-size: 1rem;
  padding: 0rem 0 .5rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #blog-list .feeds dd .title {
    font-size: 1.3rem;
    padding: 0rem 0 1rem 0;
  }
}

@media (min-width: 1001px) {
  #blog-list .feeds dd .title {
    font-size: 1.3rem;
    padding: 0rem 0 1rem 0;
  }
}

#blog-list .feeds dd .bassui {
  font-size: .95em;
  color: #666;
}

/*============================
# blog-post
============================*/
.post-box {
  background-color: #fff;
  border-top: 5px solid #3399D1;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  -moz-box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
  box-shadow: 0px 0px 3px 1px rgba(30, 29, 28, 0.12);
}

@media (min-width: 1001px) {
  .post-box {
    width: 900px;
    margin: 0 auto 2rem auto;
    box-sizing: border-box;
    padding: 2.5rem;
  }
}

.post-box .date {
  font-size: .9rem;
  color: #3399D1;
}

.post-box h3 {
  font-size: 1.2rem;
  padding: 0 0 1rem 0;
  border-bottom: 2px  dotted #ccc;
  margin: 0 0 1rem 0;
}

.post-box .honbun {
  color: #333;
  padding: 1rem 0 2rem 0;
}

.post-box .honbun p {
  line-height: 1.6;
}

#blog-post .btn {
  margin: 2rem auto 2rem auto;
}

@media (min-width: 1001px) {
  #blog-post .btn {
    width: 300px;
  }
}

/*============================
#business
============================*/
#business .read {
  color: #555;
  font-size: .95rem;
  padding: 1rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #business .read {
    padding: 1rem 0;
  }
}

@media (min-width: 1001px) {
  #business .read {
    padding: 1rem 0;
  }
}

#business .img {
  padding: 1rem 0 3rem 0;
}

@media (min-width: 1001px) {
  #business .img {
    width: 800px;
    margin: 0 auto;
  }
}

/*============================
#flow
============================*/
#flow .image {
  padding: 0 0 3rem 0;
}

#flow .txt {
  padding: 1rem;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #flow .txt {
    width: 50%;
  }
}

@media (min-width: 1001px) {
  #flow .txt {
    width: 50%;
  }
}

#flow .txt h4 {
  font-weight: bolder;
  display: inline-block;
  color: #3399D1;
  padding: 0 0 .8rem 0;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #flow .txt h4 {
    width: 50%;
  }
}

@media (min-width: 1001px) {
  #flow .txt h4 {
    width: 50%;
  }
}

#flow .list {
  width: auto;
  margin: 1rem;
  box-sizing: border-box;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #flow .list {
    width: 40%;
    margin: 0;
  }
}

@media (min-width: 1001px) {
  #flow .list {
    width: 40%;
    margin: 0;
  }
}

#flow .list table {
  width: 100%;
  font-size: .9rem;
}

#flow .list table th {
  background-color: #eee;
  border-bottom: 2px solid #ccc;
  padding: .1rem 0;
  text-align: center;
  font-weight: bolder;
  color: #666;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#flow .list table td {
  border-bottom: 1px solid #ccc;
  padding: .2rem 0;
  text-align: center;
  border-right: 1px solid #ccc;
}

#flow .list table td:nth-of-type(odd) {
  border-right: 1px dotted #ccc;
  border-left: 1px solid #ccc;
}

#flow .list table th:nth-of-type(odd) {
  border-right: 1px dotted #ccc;
  border-left: 1px solid #ccc;
}

/*============================
#merit
============================*/
#merit {
  padding: 3rem 0 5rem 0;
}

#merit ul {
  background-color: #e5f6ff;
  padding: 1.5rem;
  box-shadow: 2px 2px 1px 1px #AAC5D3;
}

#merit ul li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  font-size: 1.15rem;
  font-weight: normal;
}

#merit ul li:before {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #3399D1;
  content: '\f0ac';
  font-size: 1.2em;
  left: 0rem;
  top: 2rem;
  display: block;
  transform: translate(0%, -50%);
}

.pagination__item--current, .pagination__item a, .pagination__btn--prev, .pagination__btn--next, .pagination__btn--first, .pagination__btn--last {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 1em;
  min-width: 2em;
  line-height: 1;
  transition: all .2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: calc(.5em - 1px) 0.5em;
}

.pagination__item--current:hover, .pagination__item a:hover, .pagination__btn--prev:hover, .pagination__btn--next:hover, .pagination__btn--first:hover, .pagination__btn--last:hover {
  color: #FFF;
  background: #6E6E6E;
  border-color: #6E6E6E;
}

@media (min-width: 520px) {
  .pagination__item--current, .pagination__item a, .pagination__btn--prev, .pagination__btn--next, .pagination__btn--first, .pagination__btn--last {
    margin: 0 .28em;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}

.pagination__list {
  display: none;
}

.pagination__item {
  line-height: 1;
  margin: 0;
}

.pagination__item--current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border-color: #6E6E6E;
  margin: 0 .28em;
  line-height: 1;
}

.pagination__item a {
  line-height: 1;
}

.pagination__pos {
  order: 2;
  margin: 0 1em;
  padding: .5em;
}

.pagination__btn--prev {
  order: 1;
}

.pagination__btn--next {
  order: 3;
}

.pagination__btn--first {
  display: none;
}

.pagination__btn--last {
  display: none;
}

@media (min-width: 520px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__pos {
    display: none;
  }
  .pagination__btn--prev {
    margin-right: 1.14em;
  }
  .pagination__btn--next {
    margin-left: 1.14em;
  }
}

@media (min-width: 960px) {
  .pagination__list {
    order: 3;
  }
  .pagination__btn--prev {
    order: 2;
  }
  .pagination__btn--next {
    order: 4;
  }
  .pagination__btn--first {
    order: 1;
    display: block;
  }
  .pagination__btn--last {
    order: 5;
    display: block;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
.grecaptcha-badge { visibility: hidden; }
#contact-kanryo {
  padding: 1.5rem;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}

#contact-kanryo dt {
  color: #3392e5;
  font-weight: bolder;
  font-size: 1.1rem;
  padding: 1.5rem 0 0 0;
}

#contact-kanryo dd {
  padding: 1.5rem 0;
}

#contact-kanryo dd .btn {
  width: 80%;
  margin: 2rem auto 0 auto;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact-kanryo dd .btn {
    width: 330px;
  }
}

@media (min-width: 1001px) {
  #contact-kanryo dd .btn {
    width: 330px;
  }
}
