/* ===============================================================================
Header
=============================================================================== */
#header-area {
  padding: 28px 0 10px;
  box-shadow: 0 1px 5px rgba(142, 142, 142, 0.75);
  min-width: 1000px;
  z-index:1;
  position:relative;
}

#header-area .header-area__inner {
  width: 1000px;
  margin: 0 auto;
}

#header-area .blocks-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 684px;
  margin: 0 auto 22px;
}

#header-area .blocks-01 .logo {
  width: 189px;
}

#header-area .blocks-01 .text {
  width: 476px;
  margin: 13px 0 20px 1px;
}

#header-area .blocks-02 {
  width: 698px;
  margin: 0 auto 33px;
}

#header-area .blocks-02 a {
  display: block;
}

#header-area .blocks-02 a:hover {
  opacity: 0.8;
}

#header-area .blocks-02 .text {
  margin-bottom: 8px;
}

#header-area .blocks-03 #menu-btn {
  display: none;
}

#header-area .blocks-03 #gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#header-area .blocks-03 #gnav ul li:not(:last-child) {
  margin-right: 89px;
}

#header-area .blocks-03 #gnav ul li a {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}

#header-area .blocks-03 #gnav ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#header-area .blocks-03 #gnav ul li a._type-02 {
  color: #fff;
  background: #08609d;
  padding: 11px 16px 7px;
}

#header-area .blocks-03 #gnav ul li a._type-02 span {
  display: inline-block;
  padding-right: 24px;
  background: url("../img/common/common_ico01.png") no-repeat right top;
  background-size: 20px auto;
}

@media screen and (min-width: 769px) {
  #header-area .blocks-03 #gnav .gnav__inner {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  #header-area {
    padding: 3.73vw 0 0;
    box-shadow: 0 0.1vw 0.51vw rgba(142, 142, 142, 0.75);
    min-width: 1px;
  }
  #header-area .header-area__inner {
    width: auto;
  }
  #header-area .blocks-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 91.47vw;
    margin: 0 auto 2.93vw;
  }
  #header-area .blocks-01 .logo {
    width: 25.07vw;
  }
  #header-area .blocks-01 .text {
    width: 63.73vw;
    margin: 1.33vw 0 3.2vw 0.27vw;
  }
  #header-area .blocks-01 .tel {
    width: 42.27vw;
  }
  #header-area .blocks-02 {
    width: 92.8vw;
    margin: 0 auto 1.33vw;
  }
  #header-area .blocks-02 .text {
    margin-bottom: 1.33vw;
  }
  #header-area .blocks-03 {
    background: #08609d;
  }
  #header-area .blocks-03 #menu-btn {
    display: block;
    color: #fff;
    text-align: right;
    padding: 0 1.87vw;
  }
  #header-area .blocks-03 #menu-btn p {
    display: inline-block;
    font-size: 4.8vw;
    padding: 1.6vw 10.67vw 1.6vw 0;
    min-height: 7.47vw;
    background: url("../img/common/common_ico02.png") no-repeat right center;
    background-size: 8vw auto;
  }
  #header-area .blocks-03 #gnav {
    position: relative;
  }
  #header-area .blocks-03 #gnav .gnav__inner {
    position: absolute;
    top: 0;
    right: -85.33vw;
    width: 80vw;
    background: #08609d;
    z-index: 999;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: right;
    transition-property: right;
  }
  #header-area .blocks-03 #gnav .gnav__inner.is-active {
    right: 0;
  }
  #header-area .blocks-03 #gnav ul {
    display: block;
    padding-top: 1.6vw;
  }
  #header-area .blocks-03 #gnav ul li {
    border-bottom: solid 0.27vw #fff;
  }
  #header-area .blocks-03 #gnav ul li:not(:last-child) {
    margin-right: 0;
  }
  #header-area .blocks-03 #gnav ul li a {
    color: #fff;
    font-size: 3.2vw;
    padding: 2.93vw 4vw;
    display: block;
    font-weight: normal;
  }
  #header-area .blocks-03 #gnav ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  #header-area .blocks-03 #gnav ul li a._type-02 {
    padding: 2.93vw 4vw;
  }
  #header-area .blocks-03 #gnav ul li a._type-02 span {
    display: inline-block;
    padding-right: 0;
    background: none;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
#footer-area {
  background: #08609d;
  padding: 22px 0 26px;
  min-width: 1000px;
}

#footer-area .footer-area__inner {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}

#footer-area .blocks-01 {
  text-align: center;
  color: #fff;
}

#footer-area .blocks-01 .text {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#footer-area .blocks-01 .text a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#footer-area .blocks-01 .text-02 {
  font-size: 1.313rem;
  line-height: 1.43;
}

#footer-area .blocks-01 .text-02 span {
  margin-right: 5px;
}

#footer-area .blocks-01 .text-03 {
  font-size: 0;
  margin-bottom: 10px;
}

#footer-area .blocks-01 .text-03 p {
  display: inline-block;
  font-size: 1.313rem;
  line-height: 1.43;
}

#footer-area .blocks-01 .text-03 p:not(:last-child) {
  margin-right: 21px;
}

#footer-area .blocks-01 .link {
  font-size: 1.125rem;
  text-decoration: underline;
  margin-bottom: 3px;
}

#footer-area .blocks-01 .link a:hover {
  opacity: 0.8;
}

#footer-area .blocks-01 #copyright {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  #footer-area {
    padding: 3.2vw 0;
    min-width: 1px;
  }
  #footer-area .footer-area__inner {
    width: auto;
    padding: 0 2vw;
  }
  #footer-area .blocks-01 .text {
    font-size: 3.2vw;
    margin-bottom: 1.07vw;
  }
  #footer-area .blocks-01 .text-02 {
    font-size: 2.8vw;
  }
  #footer-area .blocks-01 .text-02 span {
    margin-right: 0.93vw;
  }
  #footer-area .blocks-01 .text-03 {
    margin-bottom: 1.33vw;
  }
  #footer-area .blocks-01 .text-03 p {
    font-size: 2.8vw;
  }
  #footer-area .blocks-01 .text-03 p:not(:last-child) {
    margin-right: 2.93vw;
  }
  #footer-area .blocks-01 .text-03 a:hover {
    text-decoration: none;
  }
  #footer-area .blocks-01 .link {
    font-size: 2.4vw;
    margin-bottom: 0.4vw;
  }
  #footer-area .blocks-01 #copyright {
    font-size: 2.4vw;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
#contents-area {
  position: relative;
  min-width: 1000px;
}

#contents-area #pagetop {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #08609d url("../img/common/common_arr01.png") no-repeat center center;
  cursor: pointer;
  display: none;
}

#contents-area #pagetop:hover {
  opacity: 0.8;
}

#contents-area #pagetop.is-fixed {
  position: fixed;
}

@media screen and (max-width: 768px) {
  #contents-area {
    min-width: 1px;
  }
  #contents-area #pagetop {
    width: 8vw;
    height: 8vw;
    background: #08609d url("../img/common/common_arr01.png") no-repeat center center;
    background-size: 5.33vw auto;
  }
  #contents-area #pagetop:hover {
    opacity: 1;
  }
}

/* ===============================================================================
Top
=============================================================================== */
/* top-section
========================= */
/* top-section-01 */
.top-section-01__inner {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}

.top-section-01 .blocks-01 .kv {
  height: 450px;
}

.top-section-01 .blocks-01 .kv img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.top-section-01 .blocks-02 {
  padding: 74px 0 84px;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}

.top-section-01 .blocks-02 .heading {
  font-size: 3rem;
  margin-bottom: 36px;
}

.top-section-01 .blocks-02 .text {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 38px;
}

.top-section-01 .blocks-02 .text p:not(:last-child) {
  margin-bottom: 1.75em;
}

.top-section-01 .blocks-02 .text-02 {
  font-size: 2.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-section-01__inner {
    width: auto;
    padding: 0 2vw;
  }
  .top-section-01 .blocks-01 .kv {
    height: 34.67vw;
  }
  .top-section-01 .blocks-02 {
    padding: 8vw 0 13.33vw;
    text-align: center;
    width: auto;
  }
  .top-section-01 .blocks-02 .heading {
    font-size: 4.8vw;
    margin-bottom: 2.67vw;
  }
  .top-section-01 .blocks-02 .text {
    font-size: 3.2vw;
    margin-bottom: 4.8vw;
  }
  .top-section-01 .blocks-02 .text-02 {
    font-size: 4.8vw;
  }
}

/* ===============================================================================
Houmon Kaigo
=============================================================================== */
/* houmon-kaigo-section
========================= */
/* houmon-kaigo-section-01 */
.houmon-kaigo-section-01 {
  padding: 40px 0 115px;
}

.houmon-kaigo-section-01 .blocks-01 {
  margin-bottom: 62px;
}

.houmon-kaigo-section-01 .blocks-01 .heading {
  margin-bottom: 20px;
}

.houmon-kaigo-section-01 .blocks-02 .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.houmon-kaigo-section-01 .blocks-02 .column2__column {
  width: 460px;
}

.houmon-kaigo-section-01 .blocks-02 .heading {
  margin-bottom: 36px;
}

.houmon-kaigo-section-01 .blocks-02 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 33px;
}

.houmon-kaigo-section-01 .blocks-02 .image img {
  display: block;
  height: 150px;
  width: auto;
}

.houmon-kaigo-section-01 .blocks-02 .image img._type-02 {
  margin-left: 30px;
}

.houmon-kaigo-section-01 .blocks-02 .text {
  margin-bottom: 28px;
}

.houmon-kaigo-section-01 .blocks-02 .list dt {
  background: #f7e6b4;
  font-size: 1.313rem;
  padding: 4px 20px;
  margin-bottom: 13px;
}

.houmon-kaigo-section-01 .blocks-02 .list dt:last-child {
  margin-bottom: 0;
}

.houmon-kaigo-section-01 .blocks-02 .list dd {
  margin-bottom: 26px;
}

.houmon-kaigo-section-01 .blocks-02 .list dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .houmon-kaigo-section-01 {
    padding: 5.33vw 0 13.33vw;
  }
  .houmon-kaigo-section-01 .blocks-01 {
    margin-bottom: 7.33vw;
  }
  .houmon-kaigo-section-01 .blocks-01 .heading {
    margin-bottom: 2.67vw;
  }
  .houmon-kaigo-section-01 .blocks-02 .column2 {
    display: block;
  }
  .houmon-kaigo-section-01 .blocks-02 .column2__column {
    width: auto;
  }
  .houmon-kaigo-section-01 .blocks-02 .column2__column:not(:last-child) {
    margin-bottom: 9.6vw;
  }
  .houmon-kaigo-section-01 .blocks-02 .heading {
    margin-bottom: 3.47vw;
  }
  .houmon-kaigo-section-01 .blocks-02 .image {
    margin-bottom: 3.47vw;
  }
  .houmon-kaigo-section-01 .blocks-02 .image img {
    height: 30.67vw;
  }
  .houmon-kaigo-section-01 .blocks-02 .image img._type-02 {
    margin-left: 0;
  }
  .houmon-kaigo-section-01 .blocks-02 .text {
    margin-bottom: 6.13vw;
    height: auto !important;
  }
  .houmon-kaigo-section-01 .blocks-02 .list dt {
    font-size: 3.2vw;
    padding: 0.27vw 1.33vw;
    margin-bottom: 2.13vw;
  }
  .houmon-kaigo-section-01 .blocks-02 .list dt._type-02 {
    text-align: center;
  }
  .houmon-kaigo-section-01 .blocks-02 .list dd {
    margin-bottom: 7.73vw;
    height: auto !important;
  }
}

/* ===============================================================================
Kyotaku Kaigo
=============================================================================== */
/* kyotaku-kaigo-section
========================= */
/* kyotaku-kaigo-section-01 */
.kyotaku-kaigo-section-01 {
  padding: 40px 0 120px;
}

.kyotaku-kaigo-section-01 .blocks-01 {
  margin-bottom: 25px;
}

.kyotaku-kaigo-section-01 .blocks-02 {
  margin-bottom: 30px;
}

.kyotaku-kaigo-section-01 .blocks-02 .heading {
  margin-bottom: 34px;
}

.kyotaku-kaigo-section-01 .blocks-03 .heading {
  margin-bottom: 46px;
}

.kyotaku-kaigo-section-01 .blocks-03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kyotaku-kaigo-section-01 .blocks-03 .list li {
  width: 460px;
  margin-top: 20px;
}

.kyotaku-kaigo-section-01 .blocks-03 .list li:nth-child(odd) {
  margin-right: 40px;
}

.kyotaku-kaigo-section-01 .blocks-03 .list li:nth-child(-n+2) {
  margin-top: 0;
}

.kyotaku-kaigo-section-01 .blocks-03 .text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .kyotaku-kaigo-section-01 {
    padding: 5.33vw 0 26vw;
  }
  .kyotaku-kaigo-section-01 .blocks-01 {
    margin-bottom: 5.33vw;
  }
  .kyotaku-kaigo-section-01 .blocks-02 {
    margin-bottom: 5.33vw;
  }
  .kyotaku-kaigo-section-01 .blocks-02 .heading {
    margin-bottom: 5.33vw;
  }
  .kyotaku-kaigo-section-01 .blocks-03 .heading {
    margin-bottom: 4vw;
  }
  .kyotaku-kaigo-section-01 .blocks-03 .list {
    display: block;
  }
  .kyotaku-kaigo-section-01 .blocks-03 .list li {
    width: auto;
    margin: 0 0 4vw;
  }
  .kyotaku-kaigo-section-01 .blocks-03 .list li:nth-child(odd) {
    margin-right: 0;
  }
  .kyotaku-kaigo-section-01 .blocks-03 .list li:last-child {
    margin-bottom: 0;
  }
  .kyotaku-kaigo-section-01 .blocks-03 .text {
    margin-top: 2.67vw;
  }
}

/* ===============================================================================
Job
=============================================================================== */
/* job-section
========================= */
/* job-section-01 */
.job-section-01 {
  padding: 40px 0 115px;
}

.job-section-01 .blocks-01 .heading {
  margin-bottom: 25px;
}

.job-section-01 .blocks-01 .table {
  margin-bottom: 75px;
}

.job-section-01 .blocks-01 .text {
  margin-bottom: 20px;
}

.job-section-01 .blocks-01 .btn {
  text-align: center;
  margin-bottom: 45px;
}

.job-section-01 .blocks-01 .btn a {
  display: inline-block;
  width: 360px;
  background: #08609d;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  box-sizing: border-box;
  padding: 12px 5px;
  font-weight: bold;
}

.job-section-01 .blocks-01 .btn a:hover {
  opacity: 0.8;
}

.job-section-01 .blocks-01 .btn a span {
  display: inline-block;
  padding-right: 24px;
  background: url("../img/common/common_ico01.png") no-repeat right center;
}

.job-section-01 .blocks-01 .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-section-01 .blocks-01 .tel p:first-child {
  margin-right: 15px;
  font-size: 2.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .job-section-01 {
    padding: 5.33vw 0 12vw;
  }
  .job-section-01 .blocks-01 .heading {
    margin-bottom: 4.8vw;
  }
  .job-section-01 .blocks-01 .table {
    margin-bottom: 7.47vw;
  }
  .job-section-01 .blocks-01 .text {
    margin-bottom: 2.67vw;
  }
  .job-section-01 .blocks-01 .btn {
    margin-bottom: 6vw;
  }
  .job-section-01 .blocks-01 .btn a {
    display: block;
    width: auto;
    font-size: 4vw;
    padding: 2.93vw 0.67vw;
  }
  .job-section-01 .blocks-01 .btn a span {
    padding-right: 5.33vw;
    background: url("../img/common/common_ico01.png") no-repeat right center;
    background-size: 4vw auto;
  }
  .job-section-01 .blocks-01 .tel p:first-child {
    margin-right: 2.27vw;
    font-size: 4.8vw;
  }
  .job-section-01 .blocks-01 .tel p img {
    width: 42.27vw;
  }
}

/* ===============================================================================
Contact
=============================================================================== */
/* contact-section
========================= */
/* contact-section-01 */
.contact-section-01 {
  padding: 40px 0 120px;
}

.contact-section-01 .blocks-01 {
  margin-bottom: 25px;
}

.contact-section-01 .blocks-02 {
  margin-bottom: 30px;
}

.contact-section-01 .blocks-02 .heading {
  margin-bottom: 34px;
}

.contact-section-01 .blocks-02 .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-section-01 .blocks-02 .tel p:first-child {
  margin-right: 15px;
  font-size: 2.25rem;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .contact-section-01 {
    padding: 5.33vw 0 26vw;
  }
  .contact-section-01 .blocks-01 {
    margin-bottom: 5.33vw;
  }
  .contact-section-01 .blocks-02 {
    margin-bottom: 5.33vw;
  }
  .contact-section-01 .blocks-02 .heading {
    margin-bottom: 5.33vw;
  }
  .contact-section-01 .blocks-02 .tel p:first-child {
    margin-right: 2.27vw;
    font-size: 4.8vw;
  }
  .contact-section-01 .blocks-02 .tel p img {
    width: 42.27vw;
  }
}

/* ===============================================================================
Privacy
=============================================================================== */
/* privacy-section
========================= */
/* privacy-section-01 */
.privacy-section-01 {
  padding: 40px 0 86px;
}

.privacy-section-01 .blocks-01 {
  margin-bottom: 25px;
}

.privacy-section-01 .blocks-02 {
  margin-bottom: 32px;
}

.privacy-section-01 .blocks-02 .heading {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .privacy-section-01 {
    padding: 5.33vw 0 20vw;
  }
  .privacy-section-01 .blocks-01 {
    margin-bottom: 3.33vw;
  }
  .privacy-section-01 .blocks-02 {
    margin-bottom: 4.27vw;
  }
  .privacy-section-01 .blocks-02 .heading {
    margin-bottom: 2.67vw;
  }
}
