@charset "UTF-8";
/*===================================
  GENERAL
===================================*/
html, body {
  min-width: 1100px;
  max-height: 100%;
  color: #585858;
  letter-spacing: -.5px;
  word-wrap: break-word;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

p, a, dl, ol, ul {
  font-size: 14px;
  word-break: break-all;
}

p {
  line-height: 2.14;
  word-break: break-all;
}

p + p {
  margin-top: 1em;
}

a {
  color: inherit;
}

.call, .call a {
  pointer-events: none;
}

.fx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.fx02 {
  flex-direction: row-reverse;
}

section {
  padding: 80px 0 100px;
}

/*===================================
  HEADING
===================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

header.secName h2, header.secName h3, header.secName span, header.cntName h2, header.cntName h3, header.cntName span {
  color: #1d1e51;
  text-align: center;
}

header.secName span, header.cntName span {
  display: block;
  margin-top: .8em;
  font-weight: bold;
}

header.secName {
  width: 100%;
  margin: 0 auto 68px;
}

header.secName h2 {
  font-size: 40px;
}

header.secName span {
  font-size: 14px;
}

header.secName::after {
  width: 100px;
  height: 2px;
  display: block;
  margin: 20px auto 0;
  content: "";
  background: #1d1e51;
}

header.cntName {
  margin-bottom: 28px;
}

header.cntName h3 {
  font-size: 25px;
}

header.cntName span {
  color: #b9b9b9;
  font-weight: normal;
  font-size: 14px;
}

/*===================================
  TOP HEADER
===================================*/
#TH {
  padding: 30px 0 27px;
  background: #1d1e51;
}

#TH .inner {
  width: 90%;
  justify-content: space-between;
}

#TH .left h1 {
  margin-top: 13px;
  color: #fff;
  font-size: 20px;
}

#TH .hdrLogo {
  display: block;
}

#TH .hdrRight > .fx {
  justify-content: flex-end;
}

#TH .hdrCtc {
  margin-right: 10px;
}

#TH .hdrCtc dt, #TH .hdrCtc dd a {
  color: #fff;
  font-weight: bold;
}

#TH .hdrCtc dt {
  font-size: 11px;
}

#TH .hdrCtc dd a {
  display: block;
  margin-top: 5px;
  font-size: 25px;
  letter-spacing: 1px;
}

#TH .ctcBtn a {
  display: block;
}

#TH .ctcBtn a + a {
  display: none;
}

/*===================================
  GLOBAL NAV
===================================*/
#GNav {
  margin-top: 35px;
}

#GNav ul {
  align-items: center;
  justify-content: space-between;
}

#GNav li + li {
  margin-left: 2em;
}

#GNav li.blog {
  display: none;
}

#GNav a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
}

#GNav a, .ftrRight a {
  position: relative;
}

#GNav a.now::after, #GNav a:hover::after, .ftrRight a.now::after, .ftrRight a:hover::after {
  width: 100%;
  background: #fff;
}

#GNav a::after, .ftrRight a::after {
  width: 0;
  height: 2px;
  display: block;
  margin: 35px auto 0;
  content: "";
  background: transparent;
  transition: .2s;
  position: absolute;
  left: 0;
}

/*===================================
  MAIN-VISUAL
===================================*/
#MV {
  width: 100%;
  height: 650px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/top/mv.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

#MV p, #MV span {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#MV p {
  margin-top: 65px;
  font-size: 22px;
  line-height: 1.7;
}

#MV p span {
  color: #ff8b03;
}

.scroll {
  width: 70px;
  display: block;
  margin: -34px auto 0;
  color: #1d1e51;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

.scroll::before {
  width: 1px;
  height: 59px;
  display: block;
  margin: 0 auto 10px;
  content: "";
  background: #1d1e51;
  position: relative;
  z-index: 10;
}

/*===================================
  FOOTER
===================================*/
footer {
  background: #1d1e51;
  position: relative;
}

footer .inner {
  padding: 80px 0;
  justify-content: space-between;
}

footer .ftrCtc dt, footer .ftrCtc dd a {
  color: #fff;
  font-weight: bold;
}

footer .ftrCtc dt {
  padding-bottom: .5em;
  font-size: 14px;
}

footer .ftrCtc dd a {
  display: block;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 1px;
  line-height: 1.2;
}

footer .ftrCtc + a {
  display: block;
  margin-left: 20px;
}

footer .ftrLogo {
  margin-top: 15px;
}

footer .ftrLeft {
  width: 365px;
}

footer .ftrRight {
  width: 590px;
}

footer .ftrRight li {
  width: 33.33%;
}

footer .ftrRight li:nth-of-type(n+4) {
  margin-top: 27px;
}

footer .ftrRight li::before {
  display: inline-block;
  margin-right: 1em;
  font-family: FontAwesome;
  color: #fff;
  font-weight: bold;
  content: "\f105";
}

footer .ftrRight a {
  display: inline-block;
  padding-bottom: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

footer .ftrRight a::after {
  margin: 8px auto 0;
}

footer .pagetop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 110px;
}

footer small {
  width: 100%;
  display: block;
  padding: 30px 0;
  color: #555;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  background: #fff;
}

/*===================================
  BUTTON
===================================*/
.btn {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 65px auto 0;
  color: #1d1e51;
  font-size: 17px;
  border: 2px solid #1d1e51;
  border-radius: 20px;
  transition: .2s;
}

.btn::after {
  width: 25px;
  height: 6px;
  display: block;
  margin-bottom: 3px;
  margin-left: 10px;
  content: "";
  background: url(../img/common/ico_arrow.png) no-repeat;
  background-size: cover;
  transition: .2s;
}

.btn:hover {
  padding-left: 40px;
  color: #fff;
  background: #1d1e51;
}

.btn:hover::after {
  opacity: 0;
}

/*===================================
  ASIDE
===================================*/
aside .cntBox {
  width: 50%;
  height: 455px;
}

aside .cntBox header img {
  margin: 0 auto 20px;
}

aside .cntBox header h3 {
  font-size: 30px;
  line-height: 1.2;
}

aside .cntBox a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(../img/common/aside_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

aside .cntBox + .cntBox a {
  background: url(../img/common/aside_02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.sub #TH {
  height: 120px;
  padding: 20px 0;
}

.sub #TH .inner {
  height: 100%;
}

.sub #TH .left h1 {
  margin-top: 13px;
  color: #fff;
  font-size: 20px;
}

.sub #TH .hdrRight > .fx {
  margin-top: 0;
}

.sub #TH .left h1 {
  font-size: 12px;
}

.sub #TH .hdrLogo {
  width: 250px;
}

.sub #TH .hdrLogo img {
  width: 100%;
}

.sub #GNav {
  margin-top: 5px;
}

.sub #GNav a.now::after, .sub #GNav a::after {
  margin: 26px auto 0;
}

.sub #SV {
  width: 100%;
}

.sub #SV .inner {
  width: 570px;
  height: 350px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub #SV h2, .sub #SV span, .sub #SV .content {
  color: #fff;
}

.sub #SV h2 {
  font-size: 35px;
}

.sub #SV span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

.sub #SV .content {
  width: 100%;
  margin-top: 25px;
  padding-top: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.1;
  text-align: center;
  border-top: 1px solid #fff;
}

.sub#ihinseiri #SV {
  background: url(../img/ihinseiri/sv.jpg) no-repeat;
}

.sub#welfare #SV {
  background: url(../img/welfare/sv.jpg) no-repeat;
}

.sub#seizenseiri #SV {
  background: url(../img/seizenseiri/sv.jpg) no-repeat;
}

.sub#other #SV {
  background: url(../img/other/sv.jpg) no-repeat;
}

.sub#contact #SV, .sub#thanks #SV {
  background: url(../img/contact/sv.jpg) no-repeat;
}

.sub#voice #SV {
  background: url(../img/voice/sv.jpg) no-repeat;
}

.sub#price #SV {
  background: url(../img/price/sv.jpg) no-repeat;
}

.sub#faq #SV {
  background: url(../img/faq/sv.jpg) no-repeat;
}

.sub#company #SV {
  background: url(../img/company/sv.jpg) no-repeat;
}

.sub#thanks #SV, .sub#faq #SV, .sub#company #SV, .sub#contact #SV, .sub#price #SV, .sub#ihinseiri #SV, .sub#seizenseiri #SV, .sub#other #SV, .sub#voice #SV, .sub#welfare #SV {
  background-position: center;
  background-size: cover;
}

.sub .cntBox .cntName h3 {
  text-align: left;
}

.sub .secName {
  margin: 0 auto 50px;
}

.sub .secName h2, .sub .secName span {
  font-weight: bold;
  text-align: center;
}

.sub .cntName {
  margin-bottom: 45px;
}

.sub .cntName h3 {
  color: #1d1e51;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.25;
}

.sub .cntName::after {
  width: 100px;
  height: 2px;
  display: block;
  margin-top: 30px;
  content: "";
  background: #1d1e51;
}

.sub aside#ctc {
  padding: 55px 0;
  background: #ff8b03;
}

.sub aside#ctc .inner {
  position: relative;
}

.sub aside#ctc .inner::after {
  width: 308px;
  height: 341px;
  display: block;
  margin: auto;
  content: "";
  background: url(../img/common/aside02_img.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -185px;
  bottom: -55px;
}

.sub aside#ctc .title {
  margin-bottom: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

.sub aside#ctc .title br {
  display: none;
}

.sub aside#ctc .title::before, .sub aside#ctc .title::after {
  color: #fff;
  display: inline-block;
}

.sub aside#ctc .title::before {
  margin-right: 20px;
  content: "＼";
}

.sub aside#ctc .title::after {
  margin-left: 20px;
  content: "／";
}

.sub aside#ctc .cntBox {
  width: 985px;
  height: auto;
}

.sub aside#ctc li {
  width: 480px;
}

.sub aside#ctc li + li {
  margin-left: 25px;
}

.sub aside#ctc li a {
  width: 100%;
  height: 90px;
  justify-content: center;
  align-items: center;
  color: #1d1e51;
  font-weight: bold;
  font-size: 26px;
  border-radius: 44px;
  background: #fff;
}

.sub aside#ctc li a img {
  margin-right: 19px;
}

.sub aside#ctc li:nth-of-type(1) a {
  font-size: 40px;
}

@media screen and (max-width: 1570px) {
  #TH .inner {
    width: 95%;
  }
  #TH .left {
    width: 25%;
  }
  #TH .left img {
    width: 100%;
    height: auto;
  }
  #TH .left h1 {
    font-size: 14px;
  }
  #GNav {
    margin-top: 15px;
  }
  #GNav li.contact {
    display: none;
  }
  #GNav li a {
    font-size: 16px;
  }
}

/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  /*===================================
  GENERAL
===================================*/
  html, body {
    min-width: 320px;
  }
  .inner {
    width: 90%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .call, .call a {
    pointer-events: auto;
  }
  p, dl, ol, ul, a {
    font-size: 13px;
  }
  p {
    line-height: 1.8;
  }
  /*===================================
  HEADING
===================================*/
  header.cntName span, header.secName span {
    font-size: 12px;
  }
  header.secName {
    margin-bottom: 25px;
  }
  header.secName h2 {
    font-size: 22px;
  }
  header.cntName {
    margin-bottom: 15px;
  }
  header.cntName h3 {
    font-size: 18px;
  }
  /*===================================
  TOP HEADER
===================================*/
  #TH {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    background: #1d1e51;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    overflow: visible;
  }
  #TH .inner {
    height: 100%;
  }
  #TH .left {
    width: 153px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #TH .left h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 10px;
  }
  #TH .hdrCtc {
    display: none;
  }
  #TH .ctcBtn {
    width: 100px;
    margin-right: 50px;
    flex-direction: row-reverse;
  }
  #TH .ctcBtn a {
    width: 39px;
  }
  #TH .ctcBtn a + a {
    display: block;
    margin-right: 10px;
  }
  #TH #HAM {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 2.5%;
    bottom: 0;
    z-index: 2000;
  }
  #TH #HAM span {
    width: 25px;
    height: 2px;
    display: block;
    margin: auto;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: .4s;
  }
  #TH #HAM span:nth-of-type(1) {
    top: 9px;
  }
  #TH #HAM span:nth-of-type(2) {
    top: 19px;
    z-index: -1;
  }
  #TH #HAM span:nth-of-type(3) {
    bottom: 9px;
  }
  #TH.active #HAM span {
    background: #1d1e51;
  }
  #TH.active #HAM span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #TH.active #HAM span:nth-of-type(2) {
    opacity: 0;
  }
  #TH.active #HAM span:nth-of-type(3) {
    bottom: 10px;
    transform: translateY(-9px) rotate(45deg);
  }
  /*===================================
  GLOBAL NAV
===================================*/
  #GNav {
    width: 100%;
    height: 100vh;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
  }
  #GNav ul {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  #GNav li + li {
    margin-top: 1.5em;
    margin-left: 0;
  }
  #GNav li.contact {
    display: block;
  }
  #GNav a {
    display: block;
    color: #585858;
    font-size: 15px;
  }
  #GNav a::after {
    display: none;
  }
  #GNav a.now {
    color: #1d1e51;
  }
  /*===================================
  MAIN-VISUAL
===================================*/
  #MV, #SV {
    margin-top: 60px;
  }
  #MV {
    height: 45vh;
  }
  #MV p, #MV img {
    width: 90%;
  }
  #MV p {
    margin-top: 30px;
    font-size: 13px;
  }
  #MV p span {
    display: block;
    margin-top: .3em;
    font-size: 15px;
  }
  section {
    padding: 40px 0;
  }
  /*===================================
  FOOTER
===================================*/
  footer .inner {
    max-width: 240px;
    padding: 30px 0 0;
  }
  footer .ftrCtc {
    width: 100%;
    order: 2;
  }
  footer .ftrCtc dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
  }
  footer .ftrCtc dd a {
    font-size: 30px;
    letter-spacing: 0;
  }
  footer .ftrCtc + a {
    display: none;
  }
  footer .ftrLogo {
    max-width: 320px;
    margin: 0 auto 25px;
    order: 1;
  }
  footer .ftrLeft {
    width: 100%;
    justify-content: center;
  }
  footer .ftrRight {
    display: none;
  }
  footer .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 63px;
  }
  footer .pagetop img {
    width: 40px;
    margin: auto;
  }
  footer small {
    margin-top: 20px;
    padding: 15px 0;
    font-size: 10px;
  }
  /*===================================
  BUTTON
===================================*/
  .btn {
    margin: 30px auto 0;
    font-size: 15px;
  }
  /*===================================
  aside
===================================*/
  aside {
    display: block;
  }
  aside .cntBox {
    width: 100%;
    height: 130px;
  }
  aside .cntBox header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
  }
  aside .cntBox header img {
    width: 34px;
    margin: 0 auto;
    margin-right: 10px;
  }
  aside .cntBox header h3 {
    font-size: 17px;
  }
  .sub #bc p, .sub #bc a {
    font-size: 13px;
  }
  .sub #TH {
    height: 60px;
    padding: 10px 0;
  }
  .sub #TH .left {
    width: 153px;
  }
  .sub #TH .left h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .sub #TH .hdrLogo {
    width: 100%;
  }
  .sub #TH .hdrRight > .fx {
    margin-top: 0;
  }
  .sub #GNav {
    margin-top: 0;
  }
  .sub #SV .inner {
    width: 100%;
    height: auto;
    padding: 30px 20px 50px;
  }
  .sub #SV h2 {
    font-size: 18px;
  }
  .sub #SV span {
    margin-top: .8em;
    font-size: 12px;
  }
  .sub #SV .content {
    padding-top: 30px;
    font-size: 12px;
  }
  .sub #SV .content br {
    display: none;
  }
  .sub .secName {
    margin: 0 auto 40px;
  }
  .sub .secName h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .sub .secName span {
    font-size: 11px;
  }
  .sub .cntName {
    margin-bottom: 20px;
  }
  .sub .cntName::after {
    margin-top: 18px;
  }
  .sub .cntName h3 {
    font-size: 18px;
  }
  .sub aside#ctc {
    padding: 30px 0;
  }
  .sub aside#ctc .inner::after {
    display: none;
    width: 308px;
    height: 341px;
    margin: auto;
    content: "";
    background: url(../img/common/aside02_img.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: -185px;
    bottom: -55px;
  }
  .sub aside#ctc .title {
    height: 60px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
  }
  .sub aside#ctc .title br {
    display: block;
  }
  .sub aside#ctc .title::before, .sub aside#ctc .title::after {
    font-size: 40px;
    position: absolute;
    bottom: 0;
  }
  .sub aside#ctc .title::before {
    left: 0;
  }
  .sub aside#ctc .title::after {
    right: 0;
  }
  .sub aside#ctc .cntBox {
    width: 100%;
  }
  .sub aside#ctc li {
    width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .sub aside#ctc li + li {
    margin-top: 10px;
    margin-left: auto;
  }
  .sub aside#ctc li a {
    height: 50px;
    font-size: 18px;
    border-radius: 22px;
  }
  .sub aside#ctc li a img {
    width: 20px;
    margin-right: 10px;
  }
  .sub aside#ctc li:nth-of-type(1) a {
    font-size: 25px;
  }
}
