@charset "UTF-8";
/* ヘッダー */
body {
  background-image: url("../images/bgcolorx1.png");
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  background-repeat: repeat;
  background-size: 120px 120px;
  overflow-x: hidden;
}

* {
  font-family: "Noto Serif JP", sans-serif;
  box-sizing: content-box;
  margin: 0px;
  padding: 0px;
  line-height: 1.43;
  font-size: 18px;
  border-collapse: collapse;
}

#page{
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration-line: none;
}

.post-14 .Pagecontent a{
  text-decoration: underline;
  color: blue;
}

ul {
  padding: 0;
  margin: 0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 

.menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  max-width: 1626px;
  width: 93.75%;
  margin: 0 auto;
}
.menu__Firstblock {
  margin: 80px 0 35px 0px;
}
.menu__Firstblock-item {
  text-shadow: 5px 4px 4px rgb(197, 197, 197);
}
.menu__Firstblock-link {
  color: #DD467D;
  font-size: 48px;
  font-weight: normal;
}
.menu__Secondblock {
  margin: 0px 0 35px 0px;
}
.menu__Secondblock-list {
  display: flex;
  justify-content: center;
}
.menu__Secondblock-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
}
.menu__Secondblock-item02 {
  background: #459F93;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  height: 33px;
  padding: 0 8px;
}
.menu__Secondblock-link {
  color: #fff;
}
.menu__Secondblock-icon {
  padding: 0 13px 0 0;
}
.menu__Secondblock-time {
  font-size: 12px;
  padding: 10px 0 0 0;
}
.menu__Thirdblock {
  margin: 0px 0 90px 0px;
}
.menu__Thirdblock-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__Thirdblock-item {
  padding: 0 25px;
  position: relative;
  width: 200px;
  text-align: center;
}
.menu__Thirdblock-item:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #3B5700;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu__Thirdblock-item:hover:after {
  background-color: #fff;
}

.others {
  flex-direction: row;
  align-items: flex-start;
  background: #2C7708;
  height: 100px;
  line-height: 100px;
  border-bottom-right-radius: 71% 100%;
  border-bottom-left-radius: 30% 100%;
  margin-left: -300px;
  margin-right: -300px;
  padding-left: 300px;
  padding-right: 300px;
  padding-top: 20px;
  width: 100%;
}

.others .menu__Firstblock {
  margin: 0 auto 0 20px;
}

.others .menu__Firstblock-item {
  text-shadow: 3px 3px 3px rgb(0, 0, 0);
}

.others .menu__Firstblock-link {
  font-size: 24px;
  color: #fff;
}

.others .menu__Secondblock {
  margin: 0 20px;
}

.others .menu__Secondblock-time {
  color: #fff;
}

.others .menu__Thirdblock-item {
  width: 112px;
  padding: 0 0px;
}

.others .menu__Thirdblock-item:after {
  background: #BEF745;
}

.others .menu__Thirdblock-item:hover:after {
  background: #ffffff;
}

.others .menu__Thirdblock {
  margin: 0;
}

.others .menu__Thirdblock-link {
  font-size: 14px;
  color: #fff;
}

.topimage {
  display: block;
  background-image: url("../images/topimage.jpg");
  background-repeat: no-repeat;
  height: 600px;
  border-top-left-radius: 60% 31%;
  border-top-right-radius: 60% 31%;
  border-bottom-right-radius: 60% 31%;
  border-bottom-left-radius: 60% 31%;
  margin-left: -300px;
  margin-right: -300px;
  padding-left: 300px;
  padding-right: 300px;
  padding-bottom: 142px;
  background-position: center;
}

.PatternA {
  max-width: 1800px;
  width: 93.75%;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
}
.PatternA__left {
  width: 50%;
  padding: 0 20px 0 0;
}
.PatternA__right {
  width: 50%;
  padding: 0 0 0 20px;
}
.PatternA__image--img {
  width: 100%;
}
.PatternA__ttl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 0 60px 0;
}
.PatternA__ttl--icon {
  margin: 0 auto;
}
.PatternA__ttl--eng {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0 0 0;
  color: #726F61;
}
.PatternA__ttl--h2 {
  font-size: 32px;
  line-height: 32px;
  margin: 20px 0;
  position: relative;
}
.PatternA__ttl--h2:after {
  content: "";
  position: absolute;
  display: block;
  top: 52px;
  width: 100px;
  height: 5px;
  background: #459F93;
  left: 50%;
  transform: translateX(-50%);
}
.PatternA__button {
  text-align: center;
}
.PatternA__button--link {
  background: #459F93;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 33px;
  line-height: 33px;
  display: block;
  margin: 60px auto 0;
  border-radius: 5px;
}

.facility, .news, .access {
  margin: 100px auto 40px;
  position: relative;
  max-width: 1800px;
  width: 93.75%;
}

.access {
  margin: 200px auto 40px;
}

.users {
  margin: 100px auto 0px;
  position: relative;
  max-width: 1800px;
  position: relative;
  z-index: 1;
}
.users .PatternA {
  padding: 200px 0 340px 0;
}
.users .PatternA__right {
  background-color: #CFFEBA;
  padding: 105px;
  position: relative;
  border-top-left-radius: 43% 52%;
  border-top-right-radius: 86% 57%;
  border-bottom-right-radius: 50% 67%;
  border-bottom-left-radius: 69% 76%;
}
.users .PatternA__right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../images/circle.png");
  background-size: contain;
}
.users .PatternA__button--link, .recruit .PatternA__button--link {
  background: #fff;
  color: #2C7708;
  font-size: 20px;
  width: 233px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  box-shadow: 2px 2px 2px gray;
  margin: 20px auto 0;
}

.users_bg {
  position: relative;
  z-index: 1;
}

.users_bg:after {
  content: "";
  position: absolute;
  background-image: url(../images/usersbg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: -1;
  background-size: cover;
}

.users_bg__bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 99;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit {
  margin: 0px auto 40px;
  position: relative;
  max-width: 1800px;
  position: relative;
  background: #2F7437;
  color: #fff;
}

.recruit .PatternA__ttl--eng {
  color: #fff;
}

.recruit_top {
  width: 100%;
  height: 200px;
  display: block;
  border-top-left-radius: 57% 68%;
  border-top-right-radius: 104% 100%;
  background: #2F7437;
}

.recruit_bg__bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 99;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: -135px;
  height: 136px;
}

.facility:after, .news:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  height: 3px;
  bottom: -40px;
}

.post-type-archive-financial .news:after{
  content: none;
}

.post-type-archive .news:after{
  content: none;
}

.news__block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.news__block--item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  background: #9AE079;
}
.news__block--item:nth-child(even) {
  background: #F5FFF3;
}
.news__block--list {
  width: 100%;
}
.news__block--date {
  padding: 0 10px 0 20px;
}
.news__block--category {
  padding: 0 10px;
}
.news__block--txt {
  padding: 0 10px;
}
.news__block--box {
  background: #FF5656;
  color: #fff;
  padding: 5px 25px;
}

.txt_Lsize {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 30px 0;
}

.txt_Msize {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 30px 0;
}

iframe {
  width: 100%;
  height: 400px;
}

.contact {
  padding: 137px 0 0px 0;
  margin: 0 auto 100px;
}

.contactform {
  max-width: 1200px;
  width: 93.75%;
  display: block;
  margin: 0 auto;
  padding: 36px 0 76px;
  background: #fff;
  border-radius: 10px;
}

.contactform .wpcf7 {
  max-width: 1000px;
  width: 83%;
  margin: 0 auto;
  display: block;
}

.contact__table {
  width: 100%;
}
.contact__tr {
  width: 100%;
}
.contact__th {
  width: 100%;
  text-align: left;
  background: #459F93;
  color: #fff;
  height: 58px;
  line-height: 58px;
  padding: 0 25px;
}
.contact__td {
  width: 100%;
  text-align: left;
  background: #D5D5D5;
  height: 92px;
  line-height: 92px;
}
.contact__textarea {
  padding: 20px 10px;
}

.contact .def {
  padding: 5px 10px;
  background: #FFCDEE;
  color: #DE2929;
  border-radius: 5px;
  font-size: 16px;
  margin: 0 0 0 15px;
}

.contact input, .contact textarea {
  width: 97.8%;
  display: block;
  margin: 0 auto;
  background: #F5F5F5;
  color: #A2A2A2;
  height: 92px;
  line-height: 92px;
  border: none;
  padding: 0 25px;
  box-sizing: border-box;
}

.contact input {
  height: 58px;
  line-height: 58px;
}

.contact .wpcf7-submit {
  display: block;
  margin: 42px auto 0;
  width: 169px;
  height: 65px;
  line-height: 65px;
  background: #2C7708;
  font-size: 20px;
  color: #fff;
}

.contact input.wpcf7-not-valid, .contact textarea.wpcf7-not-valid {
  margin: 15px auto 0;
}

.wpcf7-not-valid-tip {
  padding: 11px;
}

.wpcf7-radio input {
  width: 20px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
}

.footer {
  display: block;
  background-color: #459F93;
    border-top-left-radius: 60%;
  border-top-right-radius: 60%;
  margin-left: -300px;
  margin-right: -300px;
  padding-left: 300px;
  padding-right: 300px;
  padding-bottom: 142px;
  background-position: center;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 35px;
}
.footer__main {
  max-width: 1200px;
  margin: 0 auto;
  width: 93.75%;
  display: flex;
  justify-content: center;
}
.footer__left {
  width: 50%;
  padding: 0 20px 0 0px;
}
.footer__left--name {
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 35px 0;
}
.footer__left--txt {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.footer__right {
  width: 50%;
  padding: 0 0 0 20px;
}
.footer__right--ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer__right--li {
  width: 50%;
  padding: 20px 0 0 0;
}
.footer__right--link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

.copyright {
  text-align: center;
  padding: 73px 0 10px 0;
  background-color: #459F93;
}

.titleBlock {
  width: 93.75%;
  max-width: 1200px;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleBlock__left {
  width: 30%;
}
.titleBlock__h2 {
  font-size: 40px;
  padding: 10px;
}
.titleBlock__h2 {
  font-size: 40px;
  padding: 10px;
  position: relative;
  padding: 0 0 0 50px;
}
.titleBlock__h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-radius: 10px;
  width: 15px;
  background-color: #2C7708;
}
.titleBlock__right {
  width: 60%;
}
.titleBlock__imgCircle {
  position: relative;
}
.titleBlock__imgCircle--item {
  border-top-right-radius: 90% 107%;
  border-top-left-radius: 108% 109%;
  border-bottom-right-radius: 102% 100%;
  border-bottom-left-radius: 101% 95%;
  width: 100%;
  position: relative;
  z-index: 100;
}

.titleBlock__imgCircle:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-top-right-radius: 90% 107%;
  border-top-left-radius: 108% 109%;
  border-bottom-right-radius: 102% 100%;
  border-bottom-left-radius: 101% 95%;
  background-color: #9AE079;
  z-index: 10;
}

.Pagecontent {
  max-width: 1200px;
  width: 93.75%;
  margin: 0 auto 100px;
}
.Pagecontent__Mtext {
  margin: 200px auto 100px;
  text-align: center;
}
.Pagecontent__h3 {
  margin: 100px auto 100px;
  font-size: 32px;
  width: 287px;
  text-align: center;
  height: 84px;
  line-height: 84px;
  background: #9AE079;
  border-radius: 50px;
}

.Pagecontent__h3--recruit{
  background: #2C7708;
  color: #fff;
  font-weight: normal;
}

.Pagecontent__h3--users{
  background: #459F93;
  color: #fff;
  font-weight: normal;
}

.Pagecontent__h3--singlettl {
  background: #2C7708;
  color: #fff;
  width: auto;
  border: none;
}

.company_outline .Pagecontent__goal{
  display: flex;
  align-items: center;
    height: none;
    width: 197px;
    height: unset;
    line-height: unset;
    box-shadow: 5px 5px 5px #828282;
}
.Pagecontent__h4 {
  margin: 0px auto 50px;
  text-align: left;
  font-size: 28px;
  position: relative;
  padding: 0 0 10px 0;
}
.Pagecontent__h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 5px;
  background: #2C7708;
  text-align: left;
  font-size: 28px;
  left: 0;
  bottom: 0;
}
.Pagecontent__h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 5px;
  background: #9AE079;
  text-align: left;
  font-size: 28px;
  left: 100px;
  bottom: 0;
}

.Pagecontent__h5 {
  margin: 0px auto 50px;
  text-align: left;
  font-size: 28px;
  position: relative;
  padding: 0 0 10px 0;
}

.Pagecontent__detail {
  background: #fff;
  border-radius: 10px;
  padding: 50px 0 100px 0;
  margin: 0px 0 50px 0;
}
.Pagecontent__table {
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
  overflow-x: scroll;
}
.Pagecontent__tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 950px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 25px 0;
}
.Pagecontent__td {
  padding: 10px 0;
}
.Pagecontent__tr:after {
  content: "";
  background-image: url(../images/pagecorder.png);
  display: block;
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 28px;
  left: 0;
  bottom: 0;
  height: 20px;
  background-repeat: no-repeat;
}
.Pagecontent__td:nth-child(1) {
  width: 20%;
  font-weight: bold;
  font-size: 28px;
}
.Pagecontent__td:nth-child(2) {
  width: 80%;
  font-size: 24px;
}/*# sourceMappingURL=content.css.map */

.Pagecontent__image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 100px 0 0 0;
}

.Pagecontent__image--item {
  width: 47%;
}

.Pagecontent__image--item:nth-child(1)  {
  width: 50%;
  padding: 0 20px 0 0;
}

.Pagecontent__image--item:nth-child(2)  {
  width: 50%;
  padding: 0 0px 0 20px;
}

.Pagecontent__h5 {
  font-size: 24px;
  position: relative;
  line-height: 50px;
  height: 50px;
  margin: 0 0 20px 0;
}

.Pagecontent__h5:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2C7708;
}

.Pagecontent__h5--recruitttl{
  background: #459F93;
  color: #fff;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-weight: normal;
  padding: 0 25px;
  border-radius: 50px;
}
.Pagecontent__h5--recruitttl:after{
  content: none;
}

.Pagecontent__detail--txt {
  margin: 0 0 20px 0;
  padding: 0 25px;
}

.Pagecontent__detail--recruit{
  border-radius: 50px;
  padding: 0px 0 20px 0;
}

.Pagecontent__imgitem--img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  border-radius: 20px;

}

.Pagecontent__innerlink{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.Pagecontent__innerlink--block{
  width: 25%;
  margin: 0 10px 10px 10px;
  display: block;
  line-height: 37px;
  height: 37px;
  width: 167px;
  font-size: 16px;
  text-align: center;
  background: #FA6666;
}

.Pagecontent__innerlink--part{
  background: #459F93;
}

.Pagecontent__innerlink--nightshift{
  background: #9AE079;
}

.Pagecontent__innerlink--nurse{
  background: #2C7708;
}

.Pagecontent__innerlink--item{
  color: #fff;
  width: 100%;
  display: block;
  line-height: 37px;
}

.Pagecontent__users {
  text-align: center;
  border-radius: 40px;
  padding: 40px 0;
}

.Pagecontent__background{
  background: linear-gradient(to bottom, #9be9d1 0%, #6ed38c 50%, #97cf7f 100%);
}

  .pagenatebox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  .pagenatebox a{
    padding: 5px 10px;
  }
  .pagenatebox span{
    padding: 5px 10px;
  }
  .pagenatebox .current {
    background: #459F93;
  }

.pdf-link-wrapper {
  display: flex;
  justify-content: center;  /* 横方向の中央寄せ */
  align-items: center;      /* 縦方向の中央寄せ */
  margin: 40px auto;
}

.pdf-thumbnail {
  width: 300px;             /* サムネイルサイズ */
  height: auto;
  cursor: pointer;          /* ホバー時にカーソルを手アイコンに */
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.pdf-thumbnail:hover {
  transform: scale(1.05);   /* ホバーで拡大 */
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}


.Pagecontent__contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Pagecontent__contact .Pagecontent__detail-item02 {
  width: 300px;
}

.Pagecontent__detail--L{
  font-size: 32px;
  margin: 0 0 40px 0;
}

.Pagecontent__detail--M{
  font-size: 24px;
  margin: 0 0 40px 0;
}

.Pagecontent__detail--S{
  font-size: 16px;
  margin: 0 0 40px 0;
}

.Pagecontent__detail--green{
  font-size: 24px;
  color: #2C7708;
  font-weight: bold;
}

.Pagecontent__report {
  margin: 0px auto 50px;
}

.Pagecontent__document {
  margin: 50px auto;
}

.upload_file {
  color: blue;
  text-decoration: underline;
  padding: 0 20px;
}

.company_outline .Pagecontent__detail--S{
  margin: 0 0 0px 0;
  text-align: left;
}

.Pagecontent__detail-item02.Pagecontent__detail-item02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  background: #2C7708;
  border-radius: 50px;
  height: 100px;
  line-height: 100px;
  max-width: 449px;

}

.Pagecontent__detail-item02.Pagecontent__detail-item02 img{
  width: auto;
  height: auto;
}

.Pagecontent__detail-link {
  color: #fff;
  font-size: 40px;
}


.company_outline .Pagecontent__h3 a{
  color: #fff;
  font-size: 32px;
  width: 287px;
  text-align: center;
  width: 100%;
  display: block;
}

.company_outline .Pagecontent__users{
  padding: 20px;
  display: block;
}

.content_table {
  width: 100%;
  border-bottom: none;    
  margin: 0 0 50px 0;
}

.content_table.content_table--bgwhite{
  background: #fcfffc;
  border: 1px solid #0c3831;
  border-bottom: none;
}

.content_tr {
  display: flex;
  justify-content: center;
  align-items: center;

}

.content_table.content_table--bgwhite .content_tr{
  border-bottom: 1px solid #0c3831;
}


.content_td--block01{
  width: 20%;
  padding: 10px 30px 10px 10px;
  text-align: right;

}

.content_td--block02{
  width: 80%;
  
  padding: 10px;
  position: relative;
}

.content_table--rooms .content_td--block01, .content_table--rooms .content_td--block02, .content_table--rooms .content_td--block03, .content_table--rooms .content_td--block04{
  width: 25%;
  border-left: 1px solid #0c3831;
  text-align: left;
  padding: 10px;
}

.content_table--rooms .content_td--block01{
  border: none;
}

.content_table.content_table--bgwhite .content_td--block02{
  border-left: 1px solid #0c3831;
}

.history_table .content_td--block02{
  border-left: 1px solid rgb(39, 147, 72);
  padding: 10px 10px 10px 30px;
}

.history_table .content_td--block02:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #00806a;
  position: absolute;
  left: -6px;
  top: 17px;
  border-radius: 100%;
}

.navigation {
  /* width: 24px;
  height: 24px;
  line-height: 24px; */
  margin: 50px 0;
}

.Pagecontent__single {
  margin: 50px auto 0;
}

.Pagecontent__single .meta-nav {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #2C7708;
  color: #fff;
  margin: 0 auto 10px;
}

.Pagecontent__single .nav-links {
  display: flex;
  justify-content: space-between;
}

.Pagecontent__single .nav-previous {
  display: flex;
}

.Pagecontent__single .nav-next {
  display: flex;
}


.Pagecontent__single .entry-content p{
  margin: 20px 0;
  display: block;
}

.Pagecontent__single .entry-content .company_outline p{
  margin: 20px auto;
  display: block;
}

.Pagecontent__single .entry-content img{
  width: 300px;
  height: 300px;
  margin: 10px;
  object-fit: contain;
}

.Pagecontent__single .entry-content a{
  color: blue;
  text-decoration: underline;
}

.Pagecontent__single .entry-content .company_outline a{
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  display: block;
}

.moneyplans, .moneyplans tr, .moneyplans th, .moneyplans td{
  border:1px solid #2C7708;
  border-collapse: collapse;
}

.moneyplans{
  width: 100%;
  background: #fff;
  overflow-x: auto;
}

.moneyplans td{
  padding: 5px;
  text-align: center;
}

.moneyplans tr.moneyplans_tr{

  font-weight: bold;
}


@media only screen and (max-width: 1300px) {
    .menu__Firstblock {
        margin: 35px 0 35px 0px;
    }
  .menu__Secondblock {
      margin: 0px 0 0px 0px;
  }
}

/*///////////////////////////////////////
SP menu
///////////////////////////////////////*/

@media only screen and (max-width: 1100px) {
  .others .menu__Firstblock-link {
      font-size: 20px;
  }
  .menu__Secondblock-link {
      font-size: 14px;
  }
  .titleBlock__h2 {
    font-size: 30px;
  }
  .titleBlock__h2:before{
    width: 10px;
  }

  .menu__Thirdblock {
      margin: 0px 0 44px 0px;
  }

  .PatternA__ttl--h2 {
      font-size: 24px;
  }
  .PatternA__txt{
    font-size: 14px;
  }

  .news__block--item {
    font-size: 14px;
  }
  .users .PatternA {
      padding: 100px 0 120px 0;
  }
  .txt_Lsize{
    font-size: 20px;
  }
  .txt_Msize{
    font-size: 16px;
  }
  .contact__table p{
    font-size: 16px;
  }

  .Pagecontent__tr {
    width: 90%;
  }

  .Pagecontent__contact .Pagecontent__detail-item02 .Pagecontent__detail-link{
    font-size: 20px;
  }
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
  .pc { display: none !important; }
  .sp { display: block !important; }

  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 300;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(71, 70, 73, 0.9);
    text-align: center;
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.6s;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp .menu__Secondblock-list {
    flex-direction: column;
    align-items: center;
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
    z-index: 250;

  }

  .menu__Firstblock-link {
      font-size: 32px;
  }

  .menu__Secondblock-bottom{
    padding: 0 0 1em 0;
  }

  .users .PatternA__left {
      width: 0%;
  }
  .users .PatternA__right{
    padding: 82px;
  }

  .news__block--date {
    font-size: 14px;
    min-width: 75px;
  }
  .news__block--box {
    font-size: 14px;
    width: 56px;
    display: block;
  }
  .news__block--txt {
    font-size: 14px;
  }

  .Pagecontent__h3 {
    font-size: 24px;
    width: 200px;
    height: 50px;
    line-height: 50px;
  }

  .financial-template-default  .Pagecontent__h3 {
    width: auto;
  }

  .Pagecontent__h4{
    font-size: 20px;
  }
  .Pagecontent__td:nth-child(1) {
      font-size: 22px;
  }
  .Pagecontent__td:nth-child(2) {
      font-size: 20px;
  }
  .Pagecontent__h5 {
      font-size: 17px;
  }
  .Pagecontent__image--p{
    font-size: 16px;
  }
  .Pagecontent__Mtext{
    font-size: 15px;
  }



  .footer__left--name {
    font-size: 20px;
  }

  .footer__left--txt {
    font-size: 15px;
    color: #fff!important;
  }

  .footer__main{
    flex-direction: column;
    align-items: center;
  }
  .footer__left {
      width: 93.75%;
      text-align: center;
  }
  .footer__right {
      width: 93.75%;
  }
  .footer__right--li {
      width: 25%;
      text-align: center;
      
  }
  .footer__right--ul {
      justify-content: flex-start;
  }
  .copyright{
    font-size: 12px;
  }

  .content_td--block01,  .content_td--block02,  .content_td--block03,  .content_td--block04 {
    font-size: 14px;
  }

  .entry-content img {
      width: 100%;
      height: 300px;
      margin: 0 0 5px 0px;
      object-fit: cover;
  }
}

@media only screen and (max-width: 700px) {

  .topimage{
    background-image: none;
    height: unset;
    padding: unset;
    margin: unset;
  }
  .menu__Firstblock-link {
    font-size: 24px;
  }
  .menu__Thirdblock-item {
      padding: 0 0px;
      width: 100px;
  }
  .menu__Thirdblock-link{
    font-size: 12px;
  }
  .titleBlock__h2 {
      font-size: 24px;
      padding: 0 0 0 20px;
  }

  .users_bg:after{
    background-size: unset;
  }

  .Pagecontent__image{
    flex-direction: column;
    align-items: center;
  }

  .Pagecontent__image--item{
    width: 100%;
  }
  .Pagecontent__image--item:nth-child(1) {
      width: 100%;
      padding: 0 0px 0 0;
  }
  .Pagecontent__image--item:nth-child(2) {
      width: 100%;
      padding: 0 0px 0 0;
  }
}

@media only screen and (max-width: 600px) {

  .entry-content img {
    height: unset;
}

  .PatternA {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 50px auto 0;
  }
  .PatternA__left{
    padding: 0;
    width: 100%;
  }
  .PatternA__right{
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
    .users .PatternA__button--link, .recruit .PatternA__button--link {
      font-size: 16px;
      width: 167px;
      height: 20px;
      line-height: 20px;
  }
  .users .PatternA__right {
      padding: 53px;
      width: 100%;
  }

  .users .PatternA {
      padding: 100px 0 120px 0;
  }

  .titleBlock__h2 {
      font-size: 20px;
  }
  .Pagecontent__h3 {
    font-size: 18px;
  }
  .Pagecontent__h4 {
    font-size: 18px;
}
  .Pagecontent__td:nth-child(1) {
    font-size: 16px;
    width: 170px;
  }
  .Pagecontent__td:nth-child(2) {
    font-size: 16px;
  }
}