@charset "UTF-8";
/**/
/**/
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "GenShinGothic_Bold";
  /* フォントが置かれているパスを書く */
  src: url("../font/GenShinGothic-Bold.ttf") format("truetype");
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "GenShinGothic_Medium";
  /* フォントが置かれているパスを書く */
  src: url("../font/GenShinGothic-Medium.ttf") format("truetype");
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "GenShinGothic_Regular";
  /* フォントが置かれているパスを書く */
  src: url("../font/GenShinGothic-Regular.ttf") format("truetype");
}
@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "GenShinGothic_Nomal";
  /* フォントが置かれているパスを書く */
  src: url("../font/GenShinGothic-Normal.ttf") format("truetype");
}
.g_gothic_bold {
  font-family: "GenShinGothic_Bold";
  font-weight: 500;
  font-style: normal;
}

.g_gothic_medium {
  font-family: "GenShinGothic_Medium";
  font-weight: 500;
  font-style: normal;
}

.g_gothic_regular {
  font-family: "GenShinGothic_Regular";
  font-weight: 500;
  font-style: normal;
}

.g_gothic_nomal {
  font-family: "GenShinGothic_Nomal";
  font-weight: 500;
  font-style: normal;
}

/**/
html, body {
  font-size: 15px;
  font-family: "GenShinGothic_Nomal";
  font-weight: 500;
  font-style: normal;
  min-width: 768px;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  display: -ms-flexbox;
  flex-direction: column;
  scrollbar-width: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url(../img/body_bg2.webp) repeat;
}
body ::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.5;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

header {
  height: 87px;
}

.hd__pc {
  width: 100%;
  height: 87px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.hd_flex {
  display: flex;
  max-width: 1471px;
  width: 100%;
  margin: 0.5em auto;
  /*align-items: center;*/
  align-items: flex-start;
}
.hd_flex .hd_a1 {
  max-width: 281px;
  width: 20.3%;
  display: block;
}
.hd_flex .hd_a1 img {
  display: block;
  max-width: 281px;
  width: 95%;
  padding: 1em;
}
.hd_flex .hd_a2, .hd_flex .hd_a4, .hd_flex .hd_a5 {
  display: block;
  width: 12.6%;
  margin: 0.7em auto;
}
.hd_flex .hd_a2 p, .hd_flex .hd_a4 p, .hd_flex .hd_a5 p {
  max-width: 186px;
  width: 95%;
  width: calc(95% - 1em);
  background-color: #FFFFFF;
  border: 1px solid #707070;
  color: #000000;
  padding: 0.5em;
  font-size: 18px;
  font-size: calc(15.2px + 2.8 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
  text-align: center;
  border-radius: 10px;
}
.hd_flex .hd_a2 p:hover, .hd_flex .hd_a4 p:hover, .hd_flex .hd_a5 p:hover {
  background-color: #53AC7C;
  opacity: 1;
  color: #fff;
}
.hd_flex .hd_a3 {
  width: 12.6%;
  margin: 0.7em auto;
}
.hd_flex .hd_a3 .hd_a32 {
  display: block;
  max-width: 186px;
  width: 95%;
  width: calc(95% - 1em);
  background-color: #FFFFFF;
  border: 1px solid #707070;
  color: #000000;
  padding: 0.5em;
  font-size: 18px;
  font-size: calc(15.2px + 2.8 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
  text-align: center;
  border-radius: 10px;
}
.hd_flex .hd_a3 .hd_a32:hover {
  background-color: #53AC7C;
  opacity: 1;
  color: #fff;
}
.hd_flex .hd_a3 .n_menu {
  display: none;
}
.hd_flex .hd_a3:hover .n_menu {
  display: block;
  width: 95%;
  margin: auto;
}
.hd_flex .hd_a3 .a3__hdul {
  display: flex;
  flex-direction: column;
  background-color: rgba(240, 240, 240, 0.8);
  width: 93%;
  margin: auto;
  padding: 0 0 1.5em;
  border-radius: 0 0 10px 10px;
}
.hd_flex .hd_a3 .a3__hdul li {
  border-bottom: 1px solid #707070;
  padding: 0.5em 0.1em;
  font-size: 14px;
  font-size: calc(11px + 3 * (100vw - 1035px) / 885);
  text-align: center;
}
.hd_flex .hd_a6 {
  width: 21.8%;
  display: block;
  margin: 0.5em auto 0;
}
.hd_flex .hd_a6 div {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 95%;
}
.hd_flex .hd_a6 div img {
  display: block;
  width: 40px;
  height: 40px;
  padding-right: 0.5em;
}
.hd_flex .hd_a6 div p {
  font-size: 37px;
  font-size: calc(25px + 12 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Bold";
}

.br__pc {
  display: block;
}

.br__tb {
  display: none;
}

.br__ph {
  display: none;
}

.hamburger {
  display: none;
}

.globalMenuSp {
  display: none;
}

/*main*/
.main_imgblock {
  width: 100%;
  /*background: url(../img/main_img.webp) no-repeat;*/
  background-position: top;
  min-height: 994px;
  min-height: calc(600px + 394 * (100vw - 1035px) / 885);
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_imgblock .mi_txt {
  font-size: 113px;
  font-size: calc(80px + 33 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Bold";
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 3px 2px 6px #c4c4c4;
}
.main_imgblock .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.main_imgblock .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.top__news {
  background-color: #ECFFF5;
  padding-top: 1em;
  margin-top: 7em;
  padding-bottom: 2em;
}
.top__news .tn_btn {
  margin: -1.8em auto auto;
}
.top__news .tn_box {
  max-width: 1338px;
  margin: 2em auto;
  border-radius: 30px;
  border: 1px solid #707070;
  width: 95%;
  width: calc(95% - 4em);
}
.top__news .tn_txt {
  font-family: "GenShinGothic_Medium";
  font-size: 20px;
  color: #000000;
  text-align: center;
}

.tn_btn {
  max-width: 409px;
  width: 100%;
  background-color: #53AC7C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 0.5em;
  border: 1px solid #53AC7C;
  font-size: 27px;
  font-family: "GenShinGothic_Bold";
  color: #FFFFFF;
}
.tn_btn img {
  display: block;
  max-width: 69px;
  max-height: 35px;
  margin-right: 0.2em;
}
.tn_btn:hover {
  opacity: 0.5;
}

.tn_box {
  display: flex;
  flex-direction: column;
  padding: 2em;
  background-color: #FFFFFF;
}
.tn_box .tn_li {
  display: flex;
  border-bottom: 1px solid #707070;
  font-family: "GenShinGothic_Medium";
  font-size: 20px;
  margin: 1em auto;
  width: 100%;
}
.tn_box .tn_li p:nth-child(1) {
  width: 15%;
  text-align: center;
}
.tn_box .tn_li p:nth-child(2) {
  width: 85%;
}

.t_txtbox {
  max-width: 1400px;
  width: 95%;
  margin: 5em auto;
}
.t_txtbox p:nth-child(1) {
  font-size: 34px;
  font-family: "GenShinGothic_Bold";
  color: #53AC7C;
  text-align: center;
  margin-bottom: 2em;
}
.t_txtbox p:nth-child(2) {
  font-size: 22px;
  font-size: calc(19.5px + 2.5 * (100vw - 1035px) / 885);
  text-align: center;
  margin-bottom: 2em;
}
.t_txtbox img {
  display: block;
  max-width: 281px;
  width: 100%;
  margin: auto;
}

.br_t1 {
  display: block;
}

.top_img2box {
  width: 100%;
}
.top_img2box img {
  display: block;
  width: 100%;
}

.mbtn_block {
  max-width: 1400px;
  width: 95%;
  margin: 2em auto 4em;
  display: flex;
  justify-content: space-between;
}
.mbtn_block button {
  width: 48%;
}

.tl_btn {
  max-width: 648px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 1.5em 0.5em;
  border: 1px solid #53AC7C;
  background: #53AC7C url(../img/tlbtn_img.webp) no-repeat 95% center;
  background-position: 60%;
  box-shadow: 3px 3px 8px -5px #777777;
}
.tl_btn img {
  display: block;
  max-width: 208px;
  margin-right: 0.2em;
  width: 45%;
}
.tl_btn .tlb_box {
  font-size: 27px;
  font-family: "GenShinGothic_Bold";
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  width: 55%;
}
.tl_btn .tlb_box p:nth-child(1) {
  font-size: 18px;
  font-size: calc(16px + 2 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
  color: #FFFFFF;
  margin-bottom: 0.2em;
  text-align: left;
  margin-left: 1em;
}
.tl_btn .tlb_box p:nth-child(2) {
  font-size: 32px;
  font-size: calc(22px + 9 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Bold";
  color: #FFFFFF;
  margin-bottom: 0.5em;
  text-align: left;
  margin-left: 0.5em;
}
.tl_btn .tlb_box p:nth-child(3) {
  font-size: 16px;
  font-family: "GenShinGothic_Regular";
  color: #FFFFFF;
  text-align: right;
}
.tl_btn:hover {
  opacity: 0.5;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
}
footer .f_box {
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin: auto auto 2em;
  padding-top: 2em;
}
footer .f_box .f__logo {
  width: 25%;
}
footer .f_box .f__logo img {
  display: block;
  max-width: 448px;
  width: 95%;
}
footer .f_box .f__txtbox {
  width: 55%;
}
footer .f_box .f__txtbox p {
  padding-left: 1em;
  font-size: 22px;
  font-size: calc(20px + 2 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}
footer .f_box .f__lnk {
  width: 20%;
  font-size: 22px;
  font-size: calc(19px + 3 * (100vw - 1035px) / 885);
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
footer .ft_imbox {
  display: flex;
  margin-bottom: 1em;
}
footer .ft_imbox img {
  max-width: 384px;
  width: 20%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .f__btxt {
  text-align: center;
  font-size: 22px;
  font-family: "GenShinGothic_Regular";
}

/*会社概要・理念*/
.ttl_box {
  width: 100%;
  background: url(../img/cmp_ttl.webp) no-repeat;
  background-position: top;
  min-height: 327px;
  /*min-height: calc(600px + 394* ((100vw - 1035px)/885));*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl_box .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.ttl_box .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.sml_ttlbox {
  max-width: 1400px;
  margin: 4em auto 2em;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sml_ttl {
  max-width: 550px;
  width: 100%;
  background-color: #53AC7C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 1em 0.5em;
  border: 1px solid #53AC7C;
}
.sml_ttl img {
  display: block;
  max-width: 69px;
  max-height: 35px;
  margin-right: 0.2em;
}
.sml_ttl p {
  font-size: 27px;
  font-family: "GenShinGothic_Bold";
  color: #FFFFFF;
}

.sml_ttl2 {
  font-family: "GenShinGothic_Medium";
  font-size: 20px;
  text-align: center;
  margin-top: 0.5em;
}

.p_txt {
  max-width: 1400px;
  width: 95%;
  margin: 1em auto;
  text-align: center;
  font-size: 22px;
}

.mng_psybox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -o-object-fit: cover;
     object-fit: cover;
}
.mng_psybox img {
  display: block;
  width: 30%;
  max-width: 599px;
}

.cmp_tblbox {
  max-width: 1400px;
  width: 95%;
  margin: 1em auto 8em;
}

.cmp_tbl {
  border: 1px solid #707070;
  border-bottom: none;
  width: 100%;
  border-spacing: 0;
  font-family: "GenShinGothic_Regular";
}
.cmp_tbl th {
  width: 25%;
  background-color: #ECFFF5;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  padding: 0.5em 0 0.5em 0.6em;
  text-align: left;
  font-weight: normal;
  font-size: 22px;
}
.cmp_tbl td {
  width: 75%;
  border-bottom: 1px solid #707070;
  padding: 0.5em 0 0.5em 1em;
  font-weight: normal;
  font-size: 22px;
}

/*お問合せ*/
.ttl_box2 {
  width: 100%;
  background: url(../img/cmp_ttl2.webp) no-repeat;
  background-position: top;
  min-height: 327px;
  /*min-height: calc(600px + 394* ((100vw - 1035px)/885));*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl_box2 .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.ttl_box2 .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.cnt_tblbox {
  max-width: 1400px;
  width: 95%;
  margin: 1em auto 8em;
}

.cnt_tbl {
  border: 1px solid #707070;
  border-bottom: none;
  width: 100%;
  border-spacing: 0;
  font-family: "GenShinGothic_Regular";
}
.cnt_tbl th {
  width: 25%;
  background-color: #ECFFF5;
  border-bottom: 1px solid #707070;
  padding: 0.5em 0.6em;
  text-align: left;
  font-weight: normal;
}
.cnt_tbl th .cnt_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cnt_tbl th .cnt_flex p {
  font-size: 22px;
}
.cnt_tbl th .cnt_flex span {
  font-size: 16px;
  color: #CE3535;
}
.cnt_tbl td {
  width: 75%;
  border-bottom: 1px solid #707070;
  padding: 0.5em 0 0.5em 1em;
  font-weight: normal;
  font-size: 22px;
}
.cnt_tbl td div {
  /*display: flex;
  justify-content: flex-end;*/
  padding-right: 0.5em;
  text-align: end;
}
.cnt_tbl td div input {
  width: 98%;
  max-width: 800px;
  padding: 0.5em;
  border: 1px solid #707070;
  border-radius: 0px;
}
.cnt_tbl td div input:focus {
  outline: none;
}
.cnt_tbl td div textarea {
  width: 98%;
  max-width: 800px;
  height: 200px;
  padding: 0.5em;
  resize: none;
  border: 1px solid #707070;
  border-radius: 0px;
}
.cnt_tbl td div textarea:focus {
  outline: none;
}
.cnt_tbl td div select {
  width: 100%;
  max-width: 817.31px;
  padding: 0.5em;
  border: 1px solid #707070;
  background-color: #fff;
  border-radius: 0px;
}
.cnt_tbl td div select:focus {
  outline: none;
}

.cn_sbmt {
  max-width: 255px;
  width: 95%;
  margin: auto;
  background-color: #979797;
  border: 1px solid #707070;
  text-shadow: 3px 2px 6px #c4c4c4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 8px -5px #777777;
  padding: 0.3em;
  font-size: 20px;
}
.cn_sbmt p {
  text-align: center;
  font-family: "GenShinGothic_Regular";
  font-size: 28px;
  color: #FFFFFF;
}
.cn_sbmt:hover {
  opacity: 0.5;
}

/*採用情報*/
.ttl_box3 {
  width: 100%;
  background: url(../img/cmp_ttl3.webp) no-repeat;
  background-position: top;
  min-height: 327px;
  /*min-height: calc(600px + 394* ((100vw - 1035px)/885));*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl_box3 .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.ttl_box3 .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.rcrt_tbl {
  border: 1px solid #707070;
  border-bottom: none;
  width: 100%;
  border-spacing: 0;
  font-family: "GenShinGothic_Regular";
  margin-bottom: 3em;
}
.rcrt_tbl th {
  width: 20%;
  background-color: #ECFFF5;
  border-bottom: 1px solid #707070;
  padding: 0.5em 0.6em;
  text-align: left;
  font-weight: normal;
}
.rcrt_tbl th .rcrt_flex p {
  font-size: 22px;
}
.rcrt_tbl td {
  width: 80%;
  border-bottom: 1px solid #707070;
  padding: 0.5em 0 0.5em 1em;
  font-weight: normal;
  font-size: 22px;
}
.rcrt_tbl td p {
  padding-left: 0.5em;
}

/*プライバシーポリシー*/
.ttl_box4 {
  width: 100%;
  background: url(../img/cmp_ttl4.webp) no-repeat;
  background-position: top;
  min-height: 327px;
  /*min-height: calc(600px + 394* ((100vw - 1035px)/885));*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl_box4 .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.ttl_box4 .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.prvcy_box {
  max-width: 1400px;
  margin: 4em auto 6em;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prvcy_box .p_txt2 {
  font-family: "GenShinGothic_Regular";
  font-size: 21px;
  color: #000000;
  text-align: left;
  width: 100%;
}
.prvcy_box .brd_txt {
  font-family: "GenShinGothic_Regular";
  font-size: 21px;
  color: #000000;
  text-align: left;
  padding: 0.5em;
  border: 1px solid #707070;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.__mbtm1 {
  margin-bottom: 1em;
}

/*事業内容*/
.ttl_box5 {
  width: 100%;
  background: url(../img/cmp_ttl5.webp) no-repeat;
  background-position: top;
  min-height: 327px;
  /*min-height: calc(600px + 394* ((100vw - 1035px)/885));*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl_box5 .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.ttl_box5 .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.hrc_box {
  max-width: 1400px;
  margin: 4em auto 3em;
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hrc_box .g_mddttl {
  font-size: 30px;
  font-family: "GenShinGothic_Bold";
  text-align: center;
  color: #53AC7C;
  margin-bottom: 0.5em;
}
.hrc_box .hrc_txt {
  font-size: 22px;
  text-align: left;
  font-family: "GenShinGothic_Regular";
}
.hrc_box .blmc_txt {
  font-family: "GenShinGothic_Regular";
  font-size: 30px;
  font-size: calc(25px + 5 * (100vw - 1035px) / 885);
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
  border: 1px solid #707070;
  background-color: #F2F2F2;
  margin-bottom: 1em;
}
.hrc_box .__mb2 {
  margin-bottom: 2em;
}

.sbs_block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5em;
}
.sbs_block .sbs__inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 4em;
  width: 50%;
}
.sbs_block .sbs__inner img {
  display: block;
  max-width: 647px;
  max-height: 383px;
  aspect-ratio: 647/383;
  width: 95%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sbs_block .sbs__inner .sbsin__txt {
  background-color: #AEDCC3;
  border-radius: 50px;
  padding: 0.3em 0;
  text-align: center;
  color: #53AC7C;
  font-family: "GenShinGothic_Regular";
  font-size: 30px;
  font-size: calc(28px + 2 * (100vw - 1035px) / 885);
  max-width: 497px;
  width: 95%;
  margin: 0.5em auto;
}
.sbs_block .sbs__inner .sbsin__txt2 {
  color: #000000;
  font-family: "GenShinGothic_Regular";
  font-size: 22px;
  font-size: calc(20px + 2 * (100vw - 1035px) / 885);
  text-align: left;
  width: 95%;
  max-width: 647px;
  width: 100%;
  margin: 0 auto;
}

/**/
#page_top {
  width: 77px;
  height: 77px;
  position: fixed;
  right: 25px;
  bottom: 50px;
  opacity: 1;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 77px;
  height: 77px;
  text-decoration: none;
  background: url(../img/ft__pt.webp) no-repeat;
}

/*お知らせ*/
.ttl_box6 {
  width: 100%;
  background: url(../img/cmp_ttl6.webp) no-repeat;
  background-position: top;
  min-height: 327px;
  /*min-height: calc(600px + 394* ((100vw - 1035px)/885));*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ttl_box6 .mi_tbox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
}
.ttl_box6 .mi_tbox p {
  border-top: 1px solid #53AC7C;
  border-bottom: 1px solid #53AC7C;
  padding: 0.3em 0;
  text-align: center;
  font-size: 33px;
  font-size: calc(28px + 5 * (100vw - 1035px) / 885);
  font-family: "GenShinGothic_Regular";
}

.dr_block {
  max-width: 1400px;
  width: 95%;
  width: calc(95% - 4em);
  margin: 5em auto;
  background-color: #fff;
  border: 1px solid #53AC7C;
  box-shadow: 3px 3px 6px 0px #E5E5E3;
  border-radius: 20px;
  padding: 2em;
  margin: 2em auto 6em;
}
.dr_block .inner {
  width: 95%;
  margin: auto;
}
.dr_block .news_dt {
  font-family: "GenShinGothic_Regular";
  color: #000;
  font-size: 20px;
}
.dr_block .news_ttl {
  font-family: "GenShinGothic_Regular";
  color: #000;
  font-size: 23px;
  border-bottom: 1px solid #53AC7C;
  margin-bottom: 1.5em;
}
.dr_block .news_txtbox {
  font-family: "GenShinGothic_Regular";
  color: #000;
  font-size: 20px;
  margin-bottom: 3em;
}

.news_btn {
  max-width: 350px;
  width: 95%;
  margin: auto;
  background-color: #979797;
  border: 1px solid #707070;
  text-shadow: 3px 2px 6px #c4c4c4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 8px -5px #777777;
}
.news_btn p {
  text-align: center;
  font-family: "GenShinGothic_Regular";
  font-size: 24px;
  color: #FFFFFF;
}
.news_btn:hover {
  opacity: 0.5;
}

/*お知らせ一覧*/
.dr_block2 {
  max-width: 1400px;
  width: 95%;
  width: calc(90% - 4em);
  margin: 5em auto;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 6px 0px #E5E5E3;
  border: 1px solid #53AC7C;
  border-radius: 20px;
  padding: 2em;
  margin: 2em auto;
}
.dr_block2 a {
  display: block;
  width: 100%;
}
.dr_block2 a .inner {
  width: 95%;
  margin: auto;
}
.dr_block2 .news_dt {
  font-family: "GenShinGothic_Regular";
  font-size: 20px;
}
.dr_block2 .news_ttl {
  font-family: "GenShinGothic_Regular";
  font-size: 22px;
}

/*ページネーション*/
.ns_pg {
  max-width: 1462px;
  width: 95%;
  margin: 5em auto;
}

.pager {
  margin: 3em auto;
  padding: 0.5em 0;
  /*background-color: #FCF6E2;*/
  border-top: 2px solid #53AC7C;
  border-bottom: 2px solid #53AC7C;
  width: 100%;
}

.pager .pagination {
  text-align: center;
  display: flex;
}

.pager .pagination .num {
  padding: 0;
  display: block;
  max-width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  margin: auto;
}

.page_b {
  width: 60%;
  display: flex;
  margin: auto;
}

.pre, .next {
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  width: 20%;
}

.num a {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #574237;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pre a, .next a {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #574237;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover {
  opacity: 0.5;
}

.pager .pagination li a.active {
  color: #FFFFFF;
  background: #53AC7C;
  border-radius: 50px;
}

#page_top {
  width: 77px;
  height: 77px;
  position: fixed;
  right: 25px;
  bottom: 50px;
  opacity: 1;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 77px;
  height: 77px;
  text-decoration: none;
  background: url(../img/ft__pt.webp) no-repeat;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
}
.wp-pagenavi .current {
  padding: 0;
  display: block;
  max-width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  color: #FFFFFF;
  background: #53AC7C;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.wp-pagenavi .larger, .wp-pagenavi .smaller, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border: none;
}

#hotel_room_cleaning::before, #building_maintenance::before {
  content: "";
  display: block;
  padding-top: 2em;
  margin-top: 2em;
}/*# sourceMappingURL=style_pc.css.map */