@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
.page_top {
  position: relative;
}
.page_top .inner {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
}

.about_first .inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 540px) {
  .about_first .inner {
    padding-top: 6rem;
    padding-bottom: 5rem;
    flex-direction: column-reverse;
    justify-content: center;
  }
}

.about_first .inner .left {
  width: 45%;
}
.about_first .inner .right {
  width: 50%;
  padding-left: 2rem;
}
@media screen and (max-width: 540px) {
  .about_first .inner .left {
    width: 100%;
  }
  .about_first .inner .right {
    width: 100%;
    padding-left: initial;
  }
}
.page_object {
  position: absolute;
  z-index: 0;
}

.page_object.object_top {
  top: 0;
  left: 0;
  width: 32vw;
  min-width: 300px;
}
@media screen and (max-width: 540px) {
  .page_object.object_top {
    width: 18rem;
    min-width: initial;
  }
}
.page_object.object_bottom {
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 32vw;
  min-width: 330px;
}
@media screen and (max-width: 540px) {
  .page_object.object_bottom {
    bottom: 0;
    right: 0;
    width: 15rem;
    min-width: initial;
  }
}
.page_object.bottom_wave {
  bottom: 0;
  left: 0;
  width: 100%;
}

.page_about .page_read {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.page_about .page_sentence {
  line-height: 2;
}

@media screen and (max-width: 1100px) {
  .page_about .page_sentence {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 960px) {
  .page_about .page_read {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .page_about .page_sentence {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 540px) {
  .page_about .page_read {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .page_about .page_sentence {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.about_message {
  position: relative;
  z-index: 0;
  background: #fafafa;
  background: -moz-linear-gradient(#f6da92 0%, #fafafa 100%);
  background: -webkit-linear-gradient(#f6da92 0%, #fafafa 100%);
  background: -o-linear-gradient(#f6da92 0%, #fafafa 100%);
  background: linear-gradient(#f6da92 0%, #fafafa 100%);
  padding-bottom: 10rem;
}

.about_message .sec_head {
  margin-bottom: 5rem;
  flex-direction: column;
  display: inline-block;
  margin-top: -6vw;
}

.about_message .sec_head .sec_head_eng {
  font-size: 4.5rem;
}
.about_message .sec_head .sec_head_sub {
  margin-top: -1.5rem;
  color: #fff;
  margin-left: initial;
}
.about_message .sec_head .head_back {
  position: absolute;
  z-index: -1;
  width: 18rem;
  top: 80%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.about_message .inner {
  display: flex;
  justify-content: center;
}

.about_message .inner .left {
  width: 40%;
}
.about_message .inner .right {
  width: 60%;
  padding-left: 3rem;
}
@media screen and (max-width: 540px) {
  .about_message .inner {
    display: block;
  }

  .about_message .inner .left {
    width: 80%;
    margin: auto;
  }
  .about_message .inner .right {
    width: 100%;
    padding-left: initial;
  }
}

.about_message .inner .right .read {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
  .about_message .inner .right .read {
    font-size: 1.3rem;
    letter-spacing: 0rem;
    margin-bottom: 1.5rem;
  }
}
.about_message .inner .right .sentence {
  line-height: 1.9;
  font-size: 1rem;
}

.vision {
  padding: 5rem 0 8.5rem;
  position: relative;
  background-color: #f1f1f1;
  background-image: url(../img/back_orage_g.png);
  background-size: cover;
}
@media screen and (max-width: 540px) {
  .vision {
    padding-bottom: 4rem;
  }
}
.vision .head {
  font-size: 4.5rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 30px rgb(247, 149, 38);
  letter-spacing: 0.15rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 540px) {
  .vision .head {
    font-size: 3.5rem;
    line-height: 120%;
  }
}
.vision .sub {
  margin-top: -1rem;
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 3.5rem;
  text-shadow: initial;
  letter-spacing: 0.15rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 540px) {
  .vision .sub {
    margin-bottom: 1rem;
  }
}
.vision .paragraph {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  position: relative;
  z-index: 5;
}
.vision .paragraph.reverse {
  flex-direction: row-reverse;
}
.vision .right,
.vision .left {
  width: 47%;
}
@media screen and (max-width: 540px) {
  .vision .paragraph {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .vision .paragraph.reverse {
    flex-direction: column;
  }
  .vision .right,
  .vision .left {
    width: 100%;
  }
}
.vision .head_s {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.vision .head_s .icon {
  width: 4.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 540px) {
  .vision .head_s .icon {
    width: 3.5rem;
    margin-right: 0.5rem;
  }
  .vision .head_s {
    font-size: 1.4rem;
  }
}
.vision .sentence {
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .vision .sentence {
    margin-bottom: 1.5rem;
    font-weight: 400;
  }
}
/*---------------------------------------------

ニュース

---------------------------------------------*/
.pagecontents {
  padding-top: 26vw;
  padding-bottom: 14rem;
  margin-bottom: -5.5vw;
}

.page_news.pagecontents {
  padding-top: 22rem;
}

.page_service.pagecontents {
  padding-top: 25rem;
}
@media screen and (max-width: 540px) {
  .pagecontents {
    padding-top: 18rem;
    padding-bottom: 6rem;
    min-height: 60vh;
  }

  .pagecontents_ps {
    padding-top: 15.5rem;
    padding-bottom: 6rem;
  }
}
.pageTitle {
  position: absolute;
  top: 9.5vw;
  left: 5vw;
  text-shadow: 0px 4px 20px rgba(40, 38, 35, 0.2);
}

.pageTitle .eng {
  font-size: 7.5vw;
  color: #fff;
  line-height: 1;
}
.pageTitle .jpn {
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 540px) {
  .pageTitle {
    position: absolute;
    top: 5.5rem;
    left: 7vw;
  }
  .pageTitle .eng {
    font-size: 4rem;
    color: #fff;
    line-height: 1;
  }
  .pageTitle .jpn {
    color: #fff;
    font-size: 1.1rem;
  }
}
.news_list_category {
  position: absolute;
  display: flex;
  top: -11.5vw;
  right: 0;
}

.page_service .news_list_category {
  position: absolute;
  display: flex;
  top: -16.2vw;
  right: 0;
}
@media screen and (max-width: 540px) {
  .page_service .news_list_category {
    position: absolute;
    display: flex;
    top: -6rem;
    right: 0;
  }
}

.news_list_category_item a {
  border-bottom: 2px solid #c5c5c5;
  color: #c5c5c5;
  padding: 0 1.5rem;
  padding-bottom: 1rem;
}
.news_list_category_item.active a {
  border-bottom: 2px solid #ea850f;
  color: #ea850f;
}

.news_list_category_item a:hover {
  border-bottom: 2px solid #ea850f;
  color: #ea850f;
}

@media screen and (max-width: 540px) {
  .news_list_category_item a {
    border-bottom: 2px solid #c5c5c5;
    color: #c5c5c5;
    padding: 0.5rem;
    padding-bottom: 1rem;
    letter-spacing: 0;
  }
  .page_news.pagecontents,
  .page_service.pagecontents {
    padding-top: 21rem;
  }

  .news_list_category {
    top: -6rem;
    font-size: 0.9rem;
  }
  .news_list_category_item {
    color: #c5c5c5;
    padding: 0rem;
    padding-bottom: 1rem;
  }
}

.not_text {
  height: 50vh;
  display: block;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 540px) {
  .wp-pagenavi {
    display: flex;
    justify-content: center;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  cursor: pointer;
  border: initial;
}
.wp-pagenavi .current {
  background-color: #057f87;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: initial;
}
.wp-pagenavi span:hover {
  background-color: #057f87;
  border: initial;
  opacity: 1;
}
.wp-pagenavi a:hover {
  background-color: #057f87;
  border: initial;
  opacity: 1;
}

.nextpostslink {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nextpostslink:hover {
  background-color: #057f87;
}

.service_list_wrap {
  position: relative;
}
/*---------------------------------------------

特集記事

---------------------------------------------*/
.page_article {
  position: relative;
}

.page_article .article_list .item {
  width: 31%;
  margin-bottom: 3vw;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.04);
}

.page_article .article_list .item:nth-child(3n-1) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

@media screen and (max-width: 540px) {
  .page_article .article_list .item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .page_article .article_list .item:last-child {
    margin-bottom: 0;
  }
  .page_article .article_list .item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
}

.page_article .article_list {
  display: flex;
  flex-wrap: wrap;

  align-items: initial;
}

@media screen and (max-width: 540px) {
  .page_article .article_list {
    display: block;
  }
}

.page_article .article_list .item .thamnal {
  height: 15vw;
}

@media screen and (max-width: 540px) {
  .page_article .article_list .item .thamnal {
    height: 25vh;
  }
}

.page_article .article_list .item .thamnal img {
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.page_article .article_list .item .info {
  padding: 0.75rem 1rem 1rem;
  background-color: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  height: 8rem;
}

.page_article .article_list .item .info {
  padding: 0.75rem 1rem 1rem;
  background-color: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  height: 8rem;
}

@media screen and (max-width: 540px) {
  .page_article .article_list .item .info {
    padding: 1.5rem 2rem 2rem;
    background-color: #fff;
    border-radius: 0 0 0.5rem 0.5rem;
    height: auto;
  }
}

.page_disc {
  position: relative;
  z-index: 10;
  max-width: 800px;
  line-height: 2;
}

.page_disc_fanfiction {
  line-height: 2;
  font-size: 1.1rem;
  margin: 3rem auto 6rem;
  max-width: 720px;
}

.page_disc_fanfiction_img {
  margin: auto;
  max-width: 720px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 540px) {
  .page_disc_fanfiction {
    text-align: left;
    font-size: 1rem;
    margin: 1rem 0;
  }
  .page_disc_fanfiction .pcWidth-s {
    width: 100%;
  }
}
.cory_index {
  background-color: #f1f1f1;
  padding: 2rem 2.5rem;
  max-width: 720px;
  margin: auto;
  margin-top: 6rem;
}
.cory_index .head {
  font-weight: 500;
  margin-bottom: 1rem;
}

.cory_index .head span {
  font-size: 1.7rem;
  margin-right: 0.75rem;
}
.index_flex {
  display: flex;
  flex-wrap: wrap;
}
.index_flex ul {
  width: 50%;
  padding-right: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 540px) {
  .index_flex {
    display: block;
    flex-wrap: wrap;
  }
  .index_flex ul {
    width: 100%;
    padding-right: 1rem;
    letter-spacing: 0;
  }
}
.cory_index li a {
  display: flex;
  margin-bottom: 0.8rem;
}

.cory_index li span {
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ca698b;
  color: #fff;
  margin-right: 1rem;
}

.first_contnts {
  max-width: 800px;
  margin: 6rem auto;
}

.first_contnts_read {
  font-size: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.first_contnts_read .text {
  margin: 0 1.5rem;
}

.first_contnts_read span {
  width: 100%;
  flex: 1;
  height: 1px;
  background-color: #ca698b;
}
.first_contnts_sentence {
  font-size: 1.1rem;
  line-height: 2;
}

.coryright_contents {
  display: flex;
  align-items: stretch;
  margin-top: 6rem;
}

.coryright_contents .item {
  margin-bottom: 6rem;
}

.coryright_contents .item:last-child {
  margin-bottom: 0rem;
}

.coryright_contents .left .head {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.coryright_contents .left span {
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ca698b;
  color: #fff;
  margin-right: 1rem;
}

.coryright_contents .left {
  width: 60%;
  padding-right: 4rem;
  flex: 1;
}
.coryright_contents .left .sentence {
  line-height: 2;
}

.coryright_contents .right {
  width: 40%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.image-list {
  display: flex;
  flex-direction: column;
}
.image-list img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5vw;
}
@media screen and (max-width: 540px) {
  .coryright_contents .right {
    display: none;
  }
  .coryright_contents .left {
    width: 100%;
    padding-right: 0rem;
  }
}

/*---------------------------------------------

問い合わせ

---------------------------------------------*/

.contact_list {
  margin-top: 5rem;
}
@media screen and (max-width: 540px) {
  .contact_list {
    margin-top: 2rem;
  }
}
.contact_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.contact_list ul li .head_s {
  width: 25%;
}

.contact_list ul li .form {
  width: 75%;
}

@media screen and (max-width: 540px) {
  .contact_list ul li {
    display: block;
    margin-bottom: 2rem;
  }

  .contact_list ul li .head_s {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .contact_list ul li .form {
    width: 100%;
  }
}

.contact_list ul label {
  position: relative;
  cursor: pointer;
  padding-left: 1rem;
  margin-right: 1rem;
  white-space: nowrap;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

@media screen and (max-width: 540px) {
  .contact_list label {
    margin-bottom: 0.5rem;
    display: inline-block;
  }
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.c-form-text {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 0 0 2px #cfcfcf inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.contact_list ul .textarea_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.contact_list ul .textarea_row:last-child {
  margin-bottom: 5rem;
}

.contact_list ul .textarea_row .head_s {
  padding-top: 1rem;
}

@media screen and (max-width: 540px) {
  .contact_list ul .textarea_row {
    display: block;
    align-items: flex-start;
  }

  .contact_list ul .textarea_row .head_s {
    padding-top: 1rem;
  }
}

textarea {
  width: 100%;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
  border: none;
  box-shadow: 0 0 0 2px #cfcfcf inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.policytext {
  text-align: center;
  margin-bottom: 1rem;
}

.policytext a {
  color: #00c17c;
  text-decoration: underline;
}

.kiyaku_check {
  text-align: center;
  margin-bottom: 2.5rem;
}

.submitbutton {
  padding: 2rem 9rem;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 1.1rem;
  transition: 0.3s;
  background: #23b9a7;
  border: 1px solid #23b9a7;
}
@media screen and (max-width: 540px) {
  .submitbutton {
    padding: 3rem 7rem;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 1.1rem;
    transition: 0.3s;
    background: #23b9a7;
    border: 1px solid #23b9a7;
  }
}
.submitbutton::before,
.submitbutton::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.submitbutton::before {
  background: #62503f;
  z-index: -1;
  transition: transform ease 0.3s, opacity 0.3s;
}

.submitbutton::after {
  border: 1px solid #23b9a7;
  box-sizing: border-box;
}

.submitbutton:hover {
  color: #23b9a7;
  background-color: #fff;
  cursor: pointer;
}

.submitbutton:hover::before {
  transform: scale(0);
  opacity: 0;
}

.validation {
  color: red;
}

.contact_buttonArea {
  text-align: center;
  margin: auto;
  justify-content: center;
}
.radio {
  width: 75%;
}

.mw_wp_form_confirm .page_disc {
  display: none;
}

.mw_wp_form_complete .page_disc {
  display: none;
}

.page_disc_confirm {
  display: none;
}

.mw_wp_form_confirm .page_disc_confirm {
  display: block;
}

/*---------------------------------------------

記事詳細

---------------------------------------------*/
.article_head {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.page_single {
  margin-top: 12rem;
  padding-bottom: 12rem;
}

@media screen and (max-width: 540px) {
  .page_single {
    margin-top: 8rem;
    padding-bottom: 6rem;
  }
}
.blog_info {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.blog_info .day {
  margin-right: 0.75rem;
}
.tag li {
  font-size: 0.85rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.75rem;
  border-radius: 1rem;
}

.tag .cat_news {
  background-color: #ffb800;
}
.tag .cat_press {
  background-color: #57941a;
  color: #fff;
}
.tag .cat_service {
  background-color: #3834f7;
  color: #fff;
}

.tag .cat_column {
  background-color: #ff7e62;
  color: #fff;
}
.tag ul {
  display: flex;
}
.tag li {
  background-color: #ffb800;
}

.blog_contenst {
  position: relative;
  z-index: 5;
}

.blog_share {
  position: fixed;
  top: 50%;
  left: 10vw;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 920px) {
  .blog_share {
    display: none;
  }
}
.blog_share .item {
  width: 1.5rem;
}
.blog_share .sharetext {
  margin-bottom: 1.5rem;
  margin-left: -0.6rem;
  transform: rotate(90deg);
}
.blog_share .item img {
  margin-bottom: 1.5rem;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.blog_share2 {
  text-align: center;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_share2 .item {
  width: 1.5rem;
  margin: 1rem;
}
.blog_share2 .sharetext {
  font-size: 1.1rem;
}
.blog_share2 .item img {
  margin: 0.5rem;
}

.blog_contenst img {
  margin-bottom: 2.5rem;
}

.blog_contenst p {
  margin-bottom: 2.5rem;
  line-height: 1.9;
}

.blog_contenst p a {
  margin-bottom: 2.5rem;
  line-height: 1.9;
  color: #ea850f;
  text-decoration: underline;
}

.blog_contenst h3 {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 0.5rem;
  border-left: 3px solid #4ba278;
  font-weight: 500;
}
.blog_contenst h2 {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
  color: #4ba278;
}

.blog_contenst .btn_blue_area {
  margin-top: 1rem;
}

.blog_contenst .btn_blue::after {
  content: "";
  background-image: url(../img/arrow_btn2.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100%;
  left: 1rem;
  top: 0;
  width: 2rem;
}

/*---------------------------------------------

会社概要

---------------------------------------------*/
.company_head {
  font-size: 1.8rem;
  border-left: 4px solid #ffca00;
  line-height: 1.5;
  padding-left: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.overview {
  margin-bottom: 5rem;
  border-top: 1px solid #c5c1c1;
}

.overview li {
  border-bottom: 1px solid #c5c1c1;
  display: flex;
}

@media screen and (max-width: 540px) {
  .overview {
    margin-bottom: 5rem;
  }

  .overview li {
    padding: 1.5rem 0;
  }
}

.overview li .left {
  width: 20%;
  margin-right: 5%;
  padding: 2rem 1rem 2rem;
  font-weight: 500;
}

.overview li .right {
  width: 80%;
  padding: 2rem 2rem;
}

@media screen and (max-width: 540px) {
  .overview li .left {
    width: 30%;
    margin-right: 0%;
    padding: initial;
  }

  .overview li .right {
    width: 70%;
    padding: initial;
    font-weight: 400;
  }
}

.access .map {
  width: 100%;
}

.access .map iframe {
  width: 100%;
}

/*---------------------------------------------

採用情報

---------------------------------------------*/
.recruit_otherlink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 540px) {
  .recruit_otherlink {
    margin-bottom: 4.5rem;
    margin-top: 3rem;
  }
}
.contact_buttonArea {
  width: 47.5%;
  display: flex;
}

.recruit_otherlink .button {
  height: 10rem;
  width: 100%;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: 0.3s;
  background: #23b9a7;
  border: 1px solid #23b9a7;
}

/* .otherlink::after {
  content: "";
  display: inline-block;
  background-image: url(../img/other_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
} */

@media screen and (max-width: 540px) {
  .recruit_otherlink .button {
    height: 7rem;
    padding: 3rem 0rem;
    width: 100%;
    z-index: 1;
    display: flex;
    font-size: 1rem;
  }
}
.recruit_otherlink .button ::before,
.recruit_otherlink .button ::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit_otherlink .button ::before {
  background: #62503f;
  z-index: -1;
  transition: transform ease 0.3s, opacity 0.3s;
}

.recruit_otherlink .button ::after {
  border: 1px solid #23b9a7;
  box-sizing: border-box;
}

.recruit_otherlink .button:hover {
  color: #23b9a7;
  background-color: #fff;
  cursor: pointer;
}

.recruit_otherlink .button svg {
  fill: #fff;
  transition: 0.3s ease;
  margin-left: 0.5rem;
  width: 1rem;
}

.recruit_otherlink .button:hover svg {
  fill: #23b9a7;
  transition: 0.3s ease;
}

.recruit_otherlink .button:hover::before {
  transform: scale(0);
  opacity: 0;
}
.job_type .overview {
  margin-bottom: 3.5rem;
}

.job_type {
  margin-bottom: 7rem;
}

.job_type:last-child {
  margin-bottom: 0rem;
}
.page_copyright h3 {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.2rem;
  padding-left: 0.5rem;
  border-left: 3px solid #4ba278;
  font-weight: bold;
}
.page_copyright p {
  margin-bottom: 3.5rem;
}
.page_copyright p a {
  color: #4ba278;
  text-decoration: underline;
}

.pagecontents p a {
  color: #4ba278;
  text-decoration: underline;
}

.wp-block-button__link {
  background-color: #00c17c !important;
}
