@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato: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: #FCFCFC;
  color: #333;
  font-weight: 500;
}
@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;
  }
}

body.fixed {
  position: fixed;
}

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: #222222;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

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

li {
  line-height: 160%;
}

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

strong {
  font-weight: bolder;
}

img {
  border: none;
}

a:link {
  color: #393939;
}

a:visited {
  color: #393939;
}

a:hover {
  color: #393939;
}

a:active {
  color: #393939;
}

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

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

.small {
  font-size: 0.9em;
}

.float {
  animation: float 2s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
.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;
}

#rwdMenuWrap .logo {
  width: 80%;
  margin: 40px auto 0 auto;
  font-size: 0.95rem;
  font-weight: bolder;
  color: #736358;
  text-align: center;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #rwdMenuWrap .logo {
    width: 50%;
  }
}

#rwdMenuWrap .logo img {
  max-width: 100%;
  height: auto;
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 1rem 1rem 2rem 1rem;
}

@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;
  }
}

header#tophead h1 img {
  max-width: 100%;
  height: auto;
}

#lang-switch {
  background-color: #1F4B65;
  color: #c2c0c0;
  text-align: left;
  font-size: 0.8rem;
  padding: 0.2rem 0;
  -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) {
  #lang-switch {
    text-align: right;
  }
}
@media (min-width: 1001px) {
  #lang-switch {
    text-align: right;
  }
}

#lang-switch .active {
  color: #fff;
}

#lang-switch a:link {
  color: #c2c0c0;
  text-decoration: underline;
}

#lang-switch a:visited {
  color: #c2c0c0;
  text-decoration: underline;
}

#lang-switch a:active {
  color: #c2c0c0;
  text-decoration: underline;
}

#lang-switch .icon-ja {
  padding: 0 1.2rem 0 0;
  display: inline-block;
  background: url(../images/lang-ja.png) right center no-repeat;
  background-size: 0.9rem auto;
}

#lang-switch a:link .icon-ja {
  text-decoration: underline;
}

#spobi {
  background-color: #fff;
  text-align: center;
  padding: 0.2rem 0rem;
  z-index: 97;
  top: -62px;
  color: #000;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #spobi {
    background-color: #fff;
    text-align: left;
    border-top: 10px solid #b20000;
  }
}
@media (min-width: 1001px) {
  #spobi {
    background-color: #fff;
    text-align: left;
    display: block;
    border-top: 10px solid #b20000;
  }
}

#spobi a {
  transition: 0.5s all;
}

#spobi a:link {
  color: #000;
}

#spobi a:visited {
  color: #000;
}

#spobi a:active {
  color: #000;
}

#spobi a:hover {
  color: #830000;
}

#spobi-wrap {
  position: relative;
}
@media (min-width: 1001px) {
  #spobi-wrap {
    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;
    box-sizing: border-box;
  }
}

#spobi .btn {
  position: absolute;
  top: 10px;
  right: 70px;
}
@media (min-width: 1001px) {
  #spobi .btn {
    display: none;
  }
}

#spobi .btn a {
  padding: 0.4rem 1rem;
  font-size: 0.85em;
  margin: 0;
}

#spobi .logo {
  width: 36%;
  margin: 0 auto;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #spobi .logo {
    width: 145px;
    margin: 0;
  }
}
@media (min-width: 1001px) {
  #spobi .logo {
    position: absolute;
    z-index: 99;
    margin: 0;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    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);
    width: 220px;
    top: -1.5rem;
  }
}

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

#rwdMenuWrap .infobox {
  background: #fff;
  width: 90%;
  margin: 3rem auto;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
}

#rwdMenuWrap .infobox .small {
  font-size: 0.8rem;
}

#rwdMenuWrap .infobox .tel {
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  padding: 1rem 0 1rem 0;
}

#rwdMenuWrap .infobox .num {
  font-size: 1.5em;
  font-weight: bolder;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #rwdMenuWrap .infobox .num {
    font-size: 1.3em;
  }
}
@media (min-width: 1001px) {
  #rwdMenuWrap .infobox .num {
    font-size: 1.3em;
  }
}

#pagetitle {
  background: url(../images/mv.jpg) 0 40% no-repeat;
  background-size: cover;
  text-align: center;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 1.65rem;
  line-height: 1.3;
  position: relative;
  margin: 0 0 0rem 0;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #pagetitle {
    padding: 0px 0 85px 0;
  }
}
@media (min-width: 1001px) {
  #pagetitle {
    height: 250px;
    font-size: 2rem;
    box-sizing: border-box;
    padding: 0 0 0 0;
    line-height: 1.3;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  #pagetitle {
    font-size: 2.6rem;
  }
}

#pagetitle .inner {
  position: relative;
  height: 150px;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #pagetitle .inner {
    height: 250px;
  }
}
@media (min-width: 1001px) {
  #pagetitle .inner {
    height: 250px;
  }
}

#pagetitle h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bolder;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #ffffff;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4);
}

#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 {
  background-color: #222222;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem 0;
}

footer .inner {
  align-items: center;
  padding: 0 0 1.5rem 0;
}

footer .txt {
  width: 100%;
}
@media (min-width: 766px) and (max-width: 1000px) {
  footer .txt {
    width: 35%;
  }
}
@media (min-width: 1001px) {
  footer .txt {
    width: 35%;
  }
}

footer .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;
  width: 100%;
}
@media (min-width: 766px) and (max-width: 1000px) {
  footer .links {
    width: 60%;
  }
}
@media (min-width: 1001px) {
  footer .links {
    width: 60%;
  }
}

footer .links li {
  width: 48%;
}

footer .links li a {
  width: 100%;
}

footer small {
  border-top: 1px solid #cccccc6e;
  padding: 1rem 0;
  text-align: center;
  display: block;
}

@media (min-width: 1001px) {
  .pcl-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;
  }
}
#footer-sns {
  padding: 3rem 0;
}

#footer-sns 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: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  padding: 1rem 0;
}

#footer-sns ul li {
  margin: 1rem 0.5rem;
}

#footer-sns .logo {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  #footer-sns .logo {
    width: 300px;
  }
}
.btn {
  text-align: center;
}

.btn a {
  background-color: #9f0101;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #9f0101;
  margin: 1rem 0 0 0;
  padding: 1rem 1.4rem 1rem 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 70%;
  border-radius: 2rem;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  -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) {
  .btn a {
    font-size: 1.05rem;
    padding: 1rem 1rem 1rem 1rem;
    box-sizing: border-box;
  }
}
@media (min-width: 1001px) {
  .btn a {
    font-size: 1.05rem;
    min-width: auto;
    width: auto;
    padding: 0.8rem 2.5rem;
    box-sizing: border-box;
  }
}

.btn a:hover {
  background-color: #ffffff;
  color: #9f0101;
}

.btn.ar {
  position: relative;
}

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

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

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

.btn.ar.gr:hover:after {
  color: #9f0101;
}

.btn2 {
  text-align: center;
}

.btn2 a, .btn2 input {
  background-color: #9f0101;
  font-size: 1rem;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1rem 1.4rem 1rem 1.4rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -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) {
  .btn2 a, .btn2 input {
    padding: 1rem 2.4rem 1rem 2.4rem;
    border: 1px solid #9f0101;
  }
}

.btn2 a:hover, .btn2 input:hover {
  background-color: #fff;
  color: #9f0101;
  border: 1px solid #9f0101;
}

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

.btn2.ar {
  position: relative;
}

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

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

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

.btn2.ar.gr:hover:after {
  color: #9f0101;
}

.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
------------------------------ */
#spnavi {
  display: none;
}
@media (min-width: 1001px) {
  #spnavi {
    display: block;
  }
}

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

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

@media (min-width: 1001px) {
  #spnavi 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;
    padding: 0.7rem 0;
  }
}

@media (min-width: 1001px) {
  #spnavi ul li {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: bolder;
    transition: all 0.5s;
  }
}

@media (min-width: 1001px) {
  #spnavi ul li:last-of-type {
    padding: 0 0 0 1rem;
  }
}

@media only screen and (max-width: 1080px) {
  #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: #fff;
    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: #9f0101;
  }

  #switchBtnArea #switchBtn span {
    left: 8px;
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.2s linear;
  }

  #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 10px;
    transform: rotate(0);
  }

  #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 21px;
    transform: scale(1);
  }

  #switchBtnArea #switchBtn span:nth-of-type(3) {
    top: 32px;
    transform: rotate(0);
  }

  #switchBtnArea #switchBtn.btnClose {
    background: transparent;
  }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    background-color: #222222;
    top: 15px;
    transform: rotate(-45deg);
  }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    background-color: #222222;
    transform: scale(0);
  }

  #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    background-color: #222222;
    top: 15px;
    transform: rotate(45deg);
  }

  #switchBtnArea #switchBtn.btnClose::after {
    bottom: -12px;
    color: #fff;
  }

  #rwdMenuWrap {
    width: 100%;
    background: #ffffffe6;
    overflow: auto;
    z-index: 98;
    padding: 8px 0 10px 0;
    position: fixed;
    display: none;
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
  }

  #rwdMenuWrap ul li a:link {
    color: #000;
  }

  #rwdMenuWrap ul li a:visited {
    color: #000;
  }

  #rwdMenuWrap ul {
    width: 90%;
    margin: 0 auto;
  }

  #rwdMenuWrap ul li {
    font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    text-align: left;
    width: 45%;
    line-height: 1.5;
    padding: 0.5rem 0px;
    font-weight: bolder;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 1.1rem;
  }
}
@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;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul li span {
    display: block;
    font-size: 0.85rem;
    font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    color: #9f0101;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul li a {
    color: #fff;
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul li.comming {
    opacity: 0.3;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul li a.line {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul li a.line small {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul .ch1 {
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul.child li {
    padding: 0px 0;
    border: none;
  }
}
@media only screen and (max-width: 1080px) {
  #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;
  }
}
@media only screen and (max-width: 1080px) {
  #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;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap ul#social-links li {
    width: 18%;
    border: none;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap nav .btn1 {
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap nav .btn a {
    width: 200px;
    display: block;
    margin: 0 auto;
    border: 1px solid #888;
    padding: 5px;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap #telnum {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap #mobile-tel {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    letter-spacing: 1px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap #mobile-tel h5 {
    font-weight: bolder;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap #mobile-tel a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap #mobile-tel .tel-link a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1080px) {
  #contents {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  #rwdMenuWrap .fix {
    position: static;
  }
}
@media only screen and (max-width: 1080px) {
  #mobile-tel {
    display: block;
  }
}
/* ------------------------------
   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;
}

.ttl {
  font-size: 2rem;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bolder;
  padding: 0 0 2rem 0;
  text-align: center;
}

.ttl small {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.95rem;
}

/*============================
mv
============================*/
#mv {
  background: #fff url(../images/mv.jpg) center center no-repeat;
  background-size: cover;
  height: 35vh;
  position: relative;
}
@media (min-width: 1001px) {
  #mv {
    width: 100%;
    height: 490px;
  }
}

.mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.mv-txt h2 {
  font-size: 2em;
  margin: 0 0 1.5rem 0;
  line-height: 1.3;
  font-weight: bolder;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1001px) {
  .mv-txt h2 {
    font-size: 2.4em;
  }
}

/*============================
top-service
============================*/
#top-service {
  background-color: #F0F0F0;
  padding: 3rem 0;
}

#top-service .pc-flex {
  display: block;
}

#top-service .photo {
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #top-service .photo {
    padding: 0;
    width: 60%;
  }
}
@media (min-width: 1001px) {
  #top-service .photo {
    padding: 0;
    width: 60%;
  }
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-service .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
  }
}
@media (min-width: 1001px) {
  #top-service .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
  }
}

#top-service h3 {
  font-size: 1.4rem;
  font-weight: bolder;
  line-height: 1.6;
  padding: 0rem 0 2rem 0;
  color: #000;
}

@media (min-width: 766px) and (max-width: 1000px) {
  #top-service .btn a {
    width: 30%;
  }
}
@media (min-width: 1001px) {
  #top-service .btn a {
    width: 30%;
  }
}

#top-service #core li {
  padding: 0 0 1rem 0;
}

#top-service #core li strong {
  display: block;
  font-size: 1.1rem;
}

#top-service .jptxt {
  font-size: 0.85em;
  background-color: #e9e8e8;
  padding: 1.5rem;
  margin: 1rem 0 0 0;
}

#top-service .jptxt h3 {
  font-size: 1em;
  color: #adadad;
}

#top-service .jptxt #core li strong {
  display: block;
  font-size: 1rem;
}

/*============================
top-consultant
============================*/
#top-consultant {
  background: url(../images/top-consultant_sp.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.8;
  text-align: left;
  padding: 4rem 0;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #top-consultant {
    padding: 5rem 0;
    text-align: center;
    background: url(../images/top-consultant.jpg) center center no-repeat;
  }
}
@media (min-width: 1001px) {
  #top-consultant {
    text-align: center;
    padding: 5rem 0;
    background: url(../images/top-consultant.jpg) center center no-repeat;
  }
}

#top-consultant .txt {
  padding: 0 0 2rem 0;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #top-consultant .txt {
    width: 30%;
    margin: 0 auto;
  }
}
@media (min-width: 1001px) {
  #top-consultant .txt {
    width: 49%;
    margin: 0 auto;
  }
}

/*============================
aboutus
============================*/
#aboutus {
  padding: 3rem 0;
  background-color: #fff;
  text-align: center;
}

#aboutus .read {
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .read {
    text-align: center;
  }
}
@media (min-width: 1001px) {
  #aboutus .read {
    text-align: center;
  }
}

#aboutus h2 {
  text-align: center;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #ce290036;
  font-weight: bolder;
  padding: 1rem 0 1rem 0;
  font-size: 1.8rem;
  color: #8c0c0c;
  margin: 0 auto 1rem auto;
  border-bottom: 4px solid #8c0c0c;
  display: inline-block;
}

#aboutus h3 {
  text-align: center;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  font-weight: bolder;
  padding: 0 0 2.2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

#aboutus .prof {
  border: 4px solid #eee;
  padding: 1rem 1rem 0 1rem;
  margin: 2rem 0 0 0;
  text-align: left;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof {
    padding: 4rem 0 3rem 0;
    border: none;
    margin: 0;
    border: none;
  }
}
@media (min-width: 1001px) {
  #aboutus .prof {
    padding: 4rem 0 3rem 0;
    border: none;
  }
}

#aboutus .prof .logo {
  width: 69%;
  margin: 0 auto;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof .logo {
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    padding: 1rem 5rem;
  }
}
@media (min-width: 1001px) {
  #aboutus .prof .logo {
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    padding: 1rem 0rem;
  }
}

@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof .txt {
    width: 65%;
    box-sizing: border-box;
    padding: 1rem;
  }
}
@media (min-width: 1001px) {
  #aboutus .prof .txt {
    width: 65%;
    box-sizing: border-box;
    padding: 1rem;
  }
}

#aboutus .prof .txt dl {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof .txt 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) {
  #aboutus .prof .txt 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;
  }
}

#aboutus .prof .txt dl:last-of-type {
  border: none;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof .txt dl:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 1001px) {
  #aboutus .prof .txt dl:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}

#aboutus .prof .txt dt {
  font-weight: bolder;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof .txt dt {
    width: 30%;
  }
}
@media (min-width: 1001px) {
  #aboutus .prof .txt dt {
    width: 30%;
  }
}

@media (min-width: 766px) and (max-width: 1000px) {
  #aboutus .prof .txt dd {
    width: 65%;
  }
}
@media (min-width: 1001px) {
  #aboutus .prof .txt dd {
    width: 65%;
  }
}

#aboutus .mta {
  text-align: left;
  padding: 2rem 1rem;
}
@media (min-width: 1001px) {
  #aboutus .mta {
    padding: 0;
  }
}

#aboutus .jptxt {
  font-size: 0.85em;
  background-color: #e9e8e8;
  padding: 1.5rem;
  margin: 2rem 0 0 0;
  text-align: left;
}

#aboutus .jptxt .read {
  text-align: left;
}

#aboutus .jptxt h3 {
  font-size: 1em;
  color: #adadad;
  padding-bottom: 1.5rem;
}

#aboutus .jptxt #core li strong {
  display: block;
  font-size: 1rem;
}

#aboutus .jptxt2 {
  font-size: 0.85em;
  color: #666;
  padding: 1rem 0;
}

/*============================
consultant
============================*/
#consultant {
  padding: 4rem 0;
}

#consultant h3 {
  text-align: center;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  font-weight: bolder;
  padding: 0 0 2rem 0;
  font-size: 1.6rem;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #consultant h3 {
    padding: 0 0 4rem 0;
  }
}
@media (min-width: 1001px) {
  #consultant h3 {
    padding: 0 0 4rem 0;
  }
}

#consultant .consultant-prof {
  border-bottom: 2px solid #537B88;
  padding: 2.5rem 0 2rem 0;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #consultant .consultant-prof {
    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) {
  #consultant .consultant-prof {
    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;
  }
}

#consultant dl.consultant-prof:last-of-type {
  border: none;
}

#consultant .photo {
  width: 80%;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #consultant .photo {
    width: 35%;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 1001px) {
  #consultant .photo {
    width: 35%;
    margin: 0;
    text-align: left;
  }
}

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

#consultant .txt p {
  padding: 0 0 1.8rem 0;
}

#consultant h4 {
  font-size: 1.4rem;
  font-weight: bolder;
  color: #000;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  padding: 1rem 0 0.5rem 0;
}

#consultant .katagaki {
  color: #222222;
  font-weight: bolder;
  font-size: 1.2rem;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/*============================
service
============================*/
@media (min-width: 1001px) {
  #service .inner {
    width: 850px;
    margin: 0 auto;
  }
}

#service {
  padding: 2rem 0;
  background-color: #F0F0F0;
}

#service .read {
  padding: 0 0 2rem 0;
}

#service-box {
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.8rem;
  margin: 0 0 3rem 0;
}

#service-box h3 {
  text-align: center;
  padding: 1rem 0 0.5rem 0;
}

#service-box h3 span {
  background-color: #9f0101;
  color: #fff;
  font-weight: bolder;
  font-size: 1.6rem;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: 0 auto;
}

#service-box .list01 {
  padding: 1rem;
  font-size: 1.1rem;
  color: #000;
  font-weight: bolder;
  border-bottom: 2px solid #9f0101;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #service-box .list01 {
    padding: 3rem;
  }
}
@media (min-width: 1001px) {
  #service-box .list01 {
    padding: 3rem;
  }
}

#service-box .list01 li {
  padding: 0.5rem 0;
}

#service-box h4 {
  padding: 2rem 0;
  color: #000;
  font-weight: bolder;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#service-box .list02 {
  color: #000;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #service-box .list02 {
    width: 48%;
  }
}
@media (min-width: 1001px) {
  #service-box .list02 {
    width: 48%;
  }
}

#service-box .list02 li {
  padding: 0.7rem 0rem 0.7rem 1.5rem;
  background: #fff url(../images/service-icon.jpg) 0 1.2rem no-repeat;
  background-size: 1rem;
}

#service-box .jptxt {
  font-size: 0.8em;
  font-weight: normal;
  color: #807f7f;
  display: inline-block;
  padding: 0 0 0 1rem;
}

#sfs {
  padding: 1.5rem;
  background-color: #9b9b9b29;
}

#sfs h3 {
  font-size: 1.3rem;
  font-weight: bolder;
  text-align: center;
  color: #9f0101;
  margin: 0 0 1rem 0;
}

#sfs p {
  padding: 0.5rem 0;
}

/*============================
faq
============================*/
#faq {
  padding: 4rem 0;
}

@media (min-width: 1001px) {
  #faq .inner {
    width: 850px;
    margin: 0 auto;
  }
}

#faq dl {
  border: 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);
  margin: 0 0 2rem 0;
}

#faq dl dt {
  border-top: 5px solid #222222;
  font-weight: bolder;
  font-size: 1.2rem;
  color: #000;
  padding: 1.2rem;
}

#faq dl dd {
  padding: 0.5rem 1.2rem 1.2rem 1.2rem;
}

/*============================
contact
============================*/
#contact {
  padding: 4rem 0;
  background-color: #fff;
}

#contact .read {
  text-align: center;
}

#contact .tel {
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  font-weight: bolder;
  text-align: center;
  padding: 1rem 0 2rem 0;
  font-size: 1.1rem;
}

#contact .form dl {
  padding: 1rem 0;
  border-top: 1px solid #ddd;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #contact .form 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 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: 766px) and (max-width: 1000px) {
  #contact .form dl dt {
    width: 30%;
    padding: 0.5rem 0;
  }
}
@media (min-width: 1001px) {
  #contact .form dl dt {
    width: 30%;
    padding: 0.5rem 0;
  }
}

@media (min-width: 766px) and (max-width: 1000px) {
  #contact .form dl dd {
    width: 65%;
  }
}
@media (min-width: 1001px) {
  #contact .form dl dd {
    width: 65%;
  }
}

#contact .form input[type=text], #contact .form input[type=email] {
  width: 100%;
  border: 1px solid #eee;
  background-color: #c8d4d836;
  padding: 0.5rem;
  box-sizing: border-box;
}

#contact .form textarea {
  width: 100%;
  border: 1px solid #eee;
  background-color: #c8d4d836;
  padding: 0.5rem;
  box-sizing: border-box;
}

#contact .btn {
  text-align: center;
}
@media (min-width: 766px) and (max-width: 1000px) {
  #contact .btn {
    text-align: left;
  }
}
@media (min-width: 1001px) {
  #contact .btn {
    text-align: left;
  }
}

#contact .btn button {
  background-color: #9f0101;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #9f0101;
  margin: 1rem 0 0 0;
  padding: 1rem 1.4rem 1rem 1.4rem;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 60%;
  border-radius: 2rem;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-align: center;
  -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) {
  #contact .btn button {
    font-size: 1.05rem;
    padding: 1rem 1rem 1rem 1rem;
    box-sizing: border-box;
  }
}
@media (min-width: 1001px) {
  #contact .btn button {
    font-size: 1.05rem;
    min-width: 200px;
    width: auto;
    padding: 0.8rem 2.5rem;
    box-sizing: border-box;
  }
}

#contact .btn button:hover {
  background-color: #dde4e6;
  color: #9f0101;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*# sourceMappingURL=style.css.map */
