@charset "UTF-8";
/*
:root {
  --text: #333333;
  --primary: #24A0B5;
  --primary_light: #E9F5F8;
  --primary_dark: #14637D;
//  --accent: #ca0505;
  --wh: #ffffff;
  --wh2: #F5F5F5;
  --bk: #333333;
  --red: #f00;
//  --gray: #999;
}
*/
/*
$breakpoint_cnts0: 1782px;
$breakpoint_cnts1: 1540px; //1460+80
$breakpoint_cnts2: 1160px;
$breakpoint_cnts3: 1210px;
$breakpoint_cnts: 1460px;
$breakpoint_cnts_less: 1459px;
$breakpoint_w1330: 1330px;
$breakpoint_w1329: 1329px;
$breakpoint_tablet: 1280px;
$breakpoint_tablet2: 1024px;
$breakpoint_tablet2_less: 1023px;
//$breakpoint_tablet3: 840px;
$breakpoint_tablet3: 860px;
$breakpoint_tablet3_less: 839px;
$breakpoint_tablet_mini: 768px;
$breakpoint_sp: 767px;
$breakpoint_sp_mini: 541px;
$breakpoint_sp2: 540px;
*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

a:visited,
a:active {
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*
@mixin l-pc {
  @media screen and (min-width: map-get($breakpoints, 'device_laptop')) {
    @content;
  }
}
@mixin pc {
  @media screen and (max-width: 1024px) {
    @content;
  }
}
*/
/*=============================================*/
/*Common Base*/
/*=============================================*/
.page_base_block {
  margin-top: 100px;
}
.page_base_block .footer_img {
  margin-top: clamp(80px, 13vw, 200px);
}

.page_base_block .page_main_ttl_block {
  position: relative;
  z-index: 1;
}
.page_base_block .page_main_ttl_block:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 65%;
  max-width: 970px;
  height: 100%;
  max-height: 570px;
  background: url(../img/common/page_main_ttl_bg_right.svg) no-repeat top right/100%;
  z-index: -1;
}
.page_base_block .page_main_ttl_block:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 18%;
  max-width: 300px;
  height: 100%;
  max-height: 450px;
  background: url(../img/common/page_main_ttl_bg_left.svg) no-repeat bottom 30px left/100%;
  z-index: -1;
}

.page_base_block .page_main_ttl_block {
  padding-top: clamp(140px, 13vw, 200px);
  padding-bottom: clamp(80px, 13vw, 200px);
}
.page_base_block .page_main_ttl_block .main_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: ) {
  .page_base_block .page_main_ttl_block .main_ttl {
    margin-bottom: 60px;
  }
}
.page_base_block .page_main_ttl_block .main_ttl .en {
  display: block;
  margin-bottom: 0.05em;
  font-size: clamp(4.5rem, 8vw, 10rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #24A0B5;
}
.page_base_block .page_main_ttl_block .main_ttl .ja {
  display: block;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.bread_crumb li {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  line-height: 1.4;
  color: #959595;
}
.bread_crumb li:not(:last-child):after {
  content: "/";
  margin: 0 0.3em;
}
.bread_crumb li a {
  font-size: 1em;
  line-height: 1.4;
  color: inherit;
}
.bread_crumb li span {
  font-size: 1em;
  color: inherit;
}
.bread_crumb li a:hover span {
  text-decoration: underline;
}

/***************************************************/
/** component */
/***************************************************/
.bg_primary_light {
  background-color: #E9F5F8;
}

.txt_base p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.txt_base p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.txt_base.fs_18 p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}

.line_ttl {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .line_ttl {
    margin-bottom: 35px;
  }
}
.line_ttl span {
  position: relative;
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.line_ttl span:after {
  position: relative;
  display: inline-block;
  top: -0.3em;
  right: -1em;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #333333;
}
@media (max-width: 768px) {
  .line_ttl span:after {
    width: 40px;
  }
}

.line_ttl.ver_color span {
  color: #24A0B5;
}
.line_ttl.ver_color span:after {
  background-color: #24A0B5;
}

.bottom_line_ttl {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: 0.75em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.4rem, 3.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #24A0B5;
  text-align: center;
}
.bottom_line_ttl:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #24A0B5;
}
@media (max-width: 768px) {
  .bottom_line_ttl:before {
    width: 50px;
  }
}

.fs35_ttl {
  margin-bottom: 1.5em;
  font-size: clamp(2.4rem, 3.3vw, 3.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.base_btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0.9em 2.5em 0.9em 2em;
  border: 2px solid #14637D;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #14637D;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .base_btn a {
    max-width: 280px;
  }
}

.base_btn.ver_external a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icn-external.svg) no-repeat center/100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .base_btn.ver_external a:before {
    width: 18px;
    height: 18px;
  }
}

.base_btn a:hover {
  background-color: #14637D;
  color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.base_btn.ver_external a:hover {
  background-color: #14637D;
  color: #FFF;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.base_btn.ver_external a:hover:before {
  background: url(../img/common/icn-external-white.svg) no-repeat center/100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/***************************************************/
/** @page about わたし達について */
/***************************************************/
.page_about_block .about_block {
  padding: 0;
}
.page_about_block .about_block .origin_block {
  margin-bottom: 250px;
}
.page_about_block .about_block .full_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.page_about_block .about_block .intro_block .img_txt_box {
  position: relative;
  left: -70px;
  width: calc(100% + 70px);
  max-width: 1270px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2%;
  margin: 100px 0 180px;
}
@media (max-width: 1024px) {
  .page_about_block .about_block .intro_block .img_txt_box {
    margin: 100px 0 120px;
    left: -20px;
    width: calc(100% + 20px);
    max-width: 1220px;
  }
}
@media (max-width: 767px) {
  .page_about_block .about_block .intro_block .img_txt_box {
    left: 0px;
    width: calc(100% + 0px);
    max-width: 1200px;
    flex-direction: column;
    margin: 80px 0 80px;
  }
}
.page_about_block .about_block .intro_block .img_txt_box .img {
  width: 47%;
  max-width: 474px;
}
@media (max-width: 767px) {
  .page_about_block .about_block .intro_block .img_txt_box .img {
    position: relative;
    left: 0px;
    width: calc(100% + 40px);
    margin-bottom: 40px;
  }
}
.page_about_block .about_block .intro_block .img_txt_box .txt_box {
  width: 65%;
  max-width: 776px;
}
@media (max-width: 767px) {
  .page_about_block .about_block .intro_block .img_txt_box .txt_box {
    width: 100%;
    max-width: 100%;
  }
}
.page_about_block .about_block .intro_block .img_txt_box .txt_box .txt_base {
  width: 90%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .page_about_block .about_block .intro_block .img_txt_box .txt_box .txt_base {
    width: 100%;
  }
}

.page_about_block .about_block .origin_block {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .page_about_block .about_block .origin_block {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .page_about_block .about_block .origin_block {
    margin-bottom: 80px;
  }
}
.page_about_block .about_block .origin_block .img_txt_box {
  position: relative;
  left: -85px;
  width: calc(100% + 85px);
  max-width: 1285px;
  padding-left: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 5%;
}
@media (max-width: 1024px) {
  .page_about_block .about_block .origin_block .img_txt_box {
    left: -45px;
    width: calc(100% + 45px);
    max-width: 1245px;
  }
}
@media (max-width: 767px) {
  .page_about_block .about_block .origin_block .img_txt_box {
    flex-direction: column;
  }
}
.page_about_block .about_block .origin_block .img_txt_box .img {
  width: 36%;
  max-width: 445px;
}
@media (max-width: 1024px) {
  .page_about_block .about_block .origin_block .img_txt_box .img {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .page_about_block .about_block .origin_block .img_txt_box .img {
    width: 60%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.page_about_block .about_block .origin_block .img_txt_box .txt_box {
  width: 62%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .page_about_block .about_block .origin_block .img_txt_box .txt_box {
    width: 100%;
    max-width: 100%;
  }
}
.page_about_block .about_block .origin_block .img_txt_box .txt_box .line_ttl {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page_about_block .about_block .origin_block .img_txt_box .txt_box .line_ttl {
    margin-bottom: 35px;
  }
}

.page_about_block .feature_block {
  padding: 150px 0;
}
@media (max-width: 1024px) {
  .page_about_block .feature_block {
    padding: 60px 0;
  }
}
.page_about_block .feature_block .flex_box_list .ttl {
  font-size: clamp(2rem, 2.2vw, 2.5rem);
  color: #14637D;
}
.page_about_block .feature_block .flex_box_list .txt_base.fs_18 p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.page_about_block .introduce_block {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block {
    padding-top: 70px;
  }
}
.page_about_block .introduce_block .main_staff_box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .main_staff_box {
    display: block;
    margin-bottom: 80px;
  }
}
.page_about_block .introduce_block .main_staff_box .left {
  width: 35%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .main_staff_box .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.page_about_block .introduce_block .main_staff_box .left .img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .main_staff_box .left .img {
    width: 65%;
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.page_about_block .introduce_block .main_staff_box .right {
  width: 60%;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .main_staff_box .right {
    width: 100%;
  }
}
.page_about_block .introduce_block .main_staff_box .right .txt_base {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .main_staff_box .right .txt_base {
    margin-bottom: 20px;
  }
}

.page_about_block .introduce_block .main_staff_box .name {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.3rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page_about_block .introduce_block .main_staff_box .name span {
  display: block;
  margin-bottom: 0.3em;
  font-size: 0.5em;
}
.page_about_block .introduce_block .main_staff_box .profile_box {
  padding: 20px;
  background-color: #E9F5F8;
}
.page_about_block .introduce_block .main_staff_box .profile_box .ttl {
  margin-bottom: 0.5em;
  font-size: clamp(2.3rem, 2.5vw, 3rem);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #24A0B5;
}
.page_about_block .introduce_block .main_staff_box .profile_box .txt_base {
  margin-bottom: 0;
}
.page_about_block .introduce_block .main_staff_box .profile_box .txt_base p {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.5;
}

.page_about_block .introduce_block .staff_list.main_staff_box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 2%;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .staff_list.main_staff_box {
    gap: 30px 4%;
    margin-bottom: 70px;
  }
}
.page_about_block .introduce_block .staff_list.main_staff_box li {
  width: 32%;
}
@media (max-width: 768px) {
  .page_about_block .introduce_block .staff_list.main_staff_box li {
    width: 48%;
  }
}
.page_about_block .introduce_block .staff_list.main_staff_box li .img {
  margin-bottom: 15px;
}
.page_about_block .introduce_block .staff_list.main_staff_box li .name {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.page_about_block .introduce_block .staff_list.main_staff_box li .name span {
  display: block;
  font-size: 0.8em;
}
.page_about_block .introduce_block .staff_list.main_staff_box li .profile_box {
  padding: 15px;
}
.page_about_block .introduce_block .staff_list.main_staff_box li .profile_box .txt_base p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.page_about_block .specialist_block {
  width: 95%;
  max-width: 870px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #14637D;
}
@media (max-width: 768px) {
  .page_about_block .specialist_block {
    max-width: 600px;
    padding: 30px;
  }
}
.page_about_block .specialist_block .ttl {
  margin-bottom: 1em;
  font-size: clamp(2.3rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #14637D;
  text-align: center;
}
.page_about_block .specialist_block .txt_base {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_about_block .specialist_block .txt_base {
    margin-bottom: 20px;
  }
  .page_about_block .specialist_block .txt_base p {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
}
.page_about_block .specialist_block .line_ttl {
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 768px) {
  .page_about_block .specialist_block .line_ttl {
    margin-bottom: 15px;
  }
}
.page_about_block .specialist_block .line_ttl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D3D3D3;
  z-index: -2;
}
.page_about_block .specialist_block .line_ttl span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: calc(100% + 0.6em);
  height: 100%;
  background-color: #FFF;
  z-index: -1;
}
.page_about_block .specialist_block .line_ttl span:after {
  content: none;
}
.page_about_block .specialist_block .list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 6%;
}
@media (max-width: 768px) {
  .page_about_block .specialist_block .list {
    flex-direction: column;
    gap: 5px 0%;
  }
}
.page_about_block .specialist_block .list li {
  width: 42%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .page_about_block .specialist_block .list li {
    width: 100%;
  }
}
.page_about_block .specialist_block .list li:before {
  content: "・";
  margin-right: 0.4em;
}

/***************************************************/
/** @page information 事業所情報 */
/***************************************************/
.page_information_block .img_txt_box {
  margin-bottom: 250px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3%;
}
@media (max-width: 1024px) {
  .page_information_block .img_txt_box {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page_information_block .img_txt_box {
    margin-bottom: 80px;
    flex-direction: column-reverse;
  }
}
.page_information_block .img_txt_box .txt_box {
  width: 60%;
  max-width: 750px;
}
@media (max-width: 767px) {
  .page_information_block .img_txt_box .txt_box {
    width: 100%;
  }
}
.page_information_block .img_txt_box .img {
  width: 40%;
  max-width: 528px;
}
@media (max-width: 767px) {
  .page_information_block .img_txt_box .img {
    width: calc(100% + 40px);
    margin-bottom: 40px;
  }
}

.page_information_block .map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page_information_block .map {
    margin-bottom: 50px;
  }
}
.page_information_block .map iframe {
  width: 100%;
  height: 430px;
}
@media (max-width: 768px) {
  .page_information_block .map iframe {
    height: 230px;
  }
}

.page_information_block .route_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 2%;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .page_information_block .route_list {
    gap: 50px 2%;
  }
}
@media (max-width: 768px) {
  .page_information_block .route_list {
    gap: 30px 2%;
    margin-bottom: 40px;
  }
}
.page_information_block .route_list li {
  position: relative;
  width: 32%;
}
@media (max-width: 768px) {
  .page_information_block .route_list li {
    width: 49%;
  }
}

.page_information_block .route_list li .img {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
.page_information_block .route_list li .num {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #24A0B5;
  color: #FFF;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 1.5vw, 2.3rem);
  font-weight: bold;
}
@media (max-width: 1024px) {
  .page_information_block .route_list li .num {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .page_information_block .route_list li .num {
    top: 7px;
    left: 7px;
    width: 25px;
    height: 25px;
  }
}
.page_information_block .route_list li .txt {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

/****************************************************/
/** @page employment support 就労継続支援A型・B型事業所 */
/****************************************************/
.page_employment_support_block .page_main_ttl_block .main_ttl .en.mincho {
  margin-bottom: 0.3em;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.page_employment_support_block .page_main_ttl_block .main_ttl .ja.en {
  color: #333333;
}

.scroll_btn {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 0 3%;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .scroll_btn {
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 60px;
  }
}
.scroll_btn .base_btn {
  width: 100%;
}
.scroll_btn .base_btn a {
  max-width: 100%;
  padding: 0.9em 2.5em 0.9em 1.5em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
.scroll_btn .base_btn a .big {
  font-size: 1.25em;
  line-height: inherit;
  letter-spacing: inherit;
}
.scroll_btn .base_btn a:before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icn-downarrow.svg) no-repeat center/100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .scroll_btn .base_btn a:before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 18px;
    height: 18px;
  }
}

.scroll_btn .base_btn a:hover:before {
  background: url(../img/common/icn-downarrow-white.svg) no-repeat center/100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.page_employment_support_block .scroll_block.ver_a {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .page_employment_support_block .scroll_block.ver_a {
    padding: 90px 0 0;
  }
}
.page_employment_support_block .scroll_block.ver_b {
  padding: 130px 0 150px;
}
@media (max-width: 768px) {
  .page_employment_support_block .scroll_block.ver_b {
    padding: 90px 0 60px;
  }
}
.page_employment_support_block .scroll_block .bottom_line_ttl .big {
  font-size: 1.29em;
  line-height: inherit;
  letter-spacing: inherit;
}

.page_employment_support_block .support_block .txt_base {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_employment_support_block .support_block .txt_base {
    margin-bottom: 30px;
  }
}
.page_employment_support_block .support_block .txt_base p {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.flex_box_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 2%;
}
@media (max-width: 768px) {
  .flex_box_list {
    flex-direction: column;
    gap: 20px 0;
  }
}
.flex_box_list .box {
  width: 49%;
  padding: 30px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .flex_box_list .box {
    width: 100%;
    padding: 20px;
  }
}
.flex_box_list .box .ttl {
  margin-bottom: 0.8em;
  font-size: clamp(1.8rem, 2.2vw, 2.3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #24A0B5;
}
.flex_box_list .box .list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.flex_box_list .box .list li:before {
  content: "・";
  margin-right: 0.4em;
}
.flex_box_list .box .list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.page_employment_support_block .main_job_block {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .page_employment_support_block .main_job_block {
    padding-top: 70px;
  }
}
.page_employment_support_block .main_job_block .list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0 2%;
}
@media (max-width: 768px) {
  .page_employment_support_block .main_job_block .list {
    flex-direction: column;
    gap: 40px 0;
  }
}
.page_employment_support_block .main_job_block .list li {
  width: 32%;
}
@media (max-width: 768px) {
  .page_employment_support_block .main_job_block .list li {
    width: 100%;
  }
}
.page_employment_support_block .main_job_block .list li .img {
  margin-bottom: 20px;
}
.page_employment_support_block .main_job_block .list li .ttl {
  margin-bottom: 0.8em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page_employment_support_block .main_job_block .list li .txt_base {
  margin-bottom: 0;
}
.page_employment_support_block .main_job_block .list li .txt_base p {
  font-size: clamp(1.5rem, 1.8vw, 1.6rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/***************************************************/
/** @page works 働き方について */
/***************************************************/
.page_works_block .main_job_block {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .page_works_block .main_job_block {
    padding-bottom: 70px;
  }
}

.page_works_block .main_job_block .main_job_box:not(:last-of-type) {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .page_works_block .main_job_block .main_job_box:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .page_works_block .main_job_block .main_job_box:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.page_works_block .main_job_block .main_job_box .img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_works_block .main_job_block .main_job_box .img {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    margin-bottom: 30px;
  }
}
.page_works_block .main_job_block .main_job_box .job_ttl {
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #24A0B5;
}
.page_works_block .main_job_block .main_job_box .job_ttl .big {
  font-size: 1.5em;
  line-height: inherit;
  letter-spacing: inherit;
}
.page_works_block .main_job_block .main_job_box .job_list {
  padding: 40px 0;
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 768px) {
  .page_works_block .main_job_block .main_job_box .job_list {
    padding: 25px 0;
  }
}
.page_works_block .main_job_block .main_job_box .job_list.ver_border_t {
  border-top: 1px solid #d3d3d3;
}

.page_works_block .main_job_block .main_job_box .job_list .ttl {
  margin-bottom: 0.8em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.page_works_block .main_job_block .main_job_box .job_list .sub_txt {
  margin-bottom: 1.8em;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #959595;
}
.page_works_block .main_job_block .main_job_box .job_list .txt_base p {
  line-height: 1.8;
}

.page_works_block .main_job_block .main_job_box .job_list .detail .box:not(:last-of-type) {
  margin-bottom: 20px;
}
.page_works_block .main_job_block .main_job_box .job_list .detail .box dt, .page_works_block .main_job_block .main_job_box .job_list .detail .box dd {
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page_works_block .main_job_block .main_job_box .job_list .detail .box dt {
  font-weight: bold;
}

.page_works_block .pay_block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
}
@media (max-width: 768px) {
  .page_works_block .pay_block {
    padding: 50px 0;
  }
}
.page_works_block .pay_block .txt_base p {
  line-height: 1.8;
}
.page_works_block .pay_block .txt_base p:not(:last-of-type) {
  margin-bottom: 1em;
}

.page_works_block .schedule_block {
  padding: 150px 0 0;
}
@media (max-width: 768px) {
  .page_works_block .schedule_block {
    padding: 70px 0 0;
  }
}
.page_works_block .schedule_block .inner {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.page_works_block .schedule_block .list li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0 3%;
}
.page_works_block .schedule_block .list li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_works_block .schedule_block .list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.page_works_block .schedule_block .list li .time {
  display: block;
  width: 18%;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(2rem, 1.8vw, 3rem);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.15em;
  color: #24A0B5;
}
@media (max-width: 768px) {
  .page_works_block .schedule_block .list li .time {
    width: 20%;
    max-width: 82px;
    line-height: 1.3;
  }
}
.page_works_block .schedule_block .list li .txt {
  width: 79%;
  flex: 1;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .page_works_block .schedule_block .list li .txt {
    width: 77%;
  }
}
.page_works_block .schedule_block .list li.full .txt {
  padding: 0.75em 1em;
  background-color: #E9F5F8;
  text-align: center;
}

/***************************************************/
/** @page flow ご利用の流れ */
/***************************************************/
.page_flow_block .flow_list li {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 28px 25px;
  background: #E9F5F8;
}
@media (max-width: 768px) {
  .page_flow_block .flow_list li {
    display: block;
  }
}
.page_flow_block .flow_list li .left {
  width: 30%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .page_flow_block .flow_list li .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.page_flow_block .flow_list li .right {
  width: 67%;
}
@media (max-width: 768px) {
  .page_flow_block .flow_list li .right {
    width: 100%;
  }
}
.page_flow_block .flow_list li:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .page_flow_block .flow_list li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.page_flow_block .flow_list li:not(:last-child):after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: auto;
  content: "";
  width: 73px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #14637D;
}
@media (max-width: 768px) {
  .page_flow_block .flow_list li:not(:last-child):after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -37px;
    left: 0;
    margin: auto;
    width: 60px;
    height: 20px;
  }
}

.page_flow_block .flow_list li .left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.page_flow_block .flow_list li .left .num {
  display: inline-block;
  margin-right: 0.5em;
  font-size: clamp(4rem, 4.5vw, 7.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #24A0B5;
  opacity: 0.5;
}
.page_flow_block .flow_list li .left .ttl {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.page_flow_block .flow_list li .right .txt_base p {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page_flow_block .flow_list li .right .txt_base p:not(:last-of-type) {
  margin-bottom: 0.4em;
}
.page_flow_block .flow_list li .right .txt_base .caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.page_flow_block .flow_list li .right .txt_base .caution:before {
  content: "※";
}

/***************************************************/
/** @page faq よくあるご質問 */
/***************************************************/
.page_faq_block .accordion-container:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.page_faq_block .accordion-container .question {
  position: relative;
  padding: 1.3em 4.3em 1.3em 25px;
  background: #E9F5F8;
  cursor: pointer;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .question {
    padding: 1em 2.5em 1em 15px;
  }
}
.page_faq_block .accordion-container .question:before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  margin: auto;
  width: 25px;
  height: 1px;
  background-color: #24A0B5;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .question:before {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 15px;
  }
}
.page_faq_block .accordion-container .question:after {
  position: absolute;
  top: 0;
  right: 42px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  margin: auto;
  width: 1px;
  height: 25px;
  background-color: #24A0B5;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .question:after {
    position: absolute;
    top: 0;
    right: 21px;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 15px;
  }
}
.page_faq_block .accordion-container .question.active:after {
  transform: rotate(-90deg);
  transition: all 0.5s;
}

.page_faq_block .accordion-container .question .ttl {
  position: relative;
  padding-left: 2.5em;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .question .ttl {
    padding-left: 1.9em;
  }
}
.page_faq_block .accordion-container .question .ttl:before {
  position: absolute;
  top: -0.25em;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "Q";
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #24A0B5;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .question .ttl:before {
    position: absolute;
    top: -0.1em;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.page_faq_block .accordion-container .answer {
  position: relative;
  padding: 1.3em 1em 1.3em 25px;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .answer {
    padding: 1em 1em 1em 15px;
  }
}
.page_faq_block .accordion-container .answer:before {
  position: absolute;
  top: 0.5em;
  right: auto;
  bottom: 0;
  left: 25px;
  margin: auto;
  content: "A";
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(2.5rem, 3.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #24A0B5;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .answer:before {
    position: absolute;
    top: 0.6em;
    right: auto;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
}
.page_faq_block .accordion-container .answer .content {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .page_faq_block .accordion-container .answer .content {
    padding-left: 33px;
  }
}
.page_faq_block .accordion-container .answer .content .txt {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/***************************************************/
/** @page company 会社情報 */
/***************************************************/
.page_company_block .scroll_block.ver_message {
  margin-top: -30px;
  padding: 130px 0;
  background: url(../img/company/message-bg.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_message {
    margin-top: 0;
    padding: 70px 0;
  }
}
.page_company_block .scroll_block.ver_message .message_block .inner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_message .message_block .inner {
    width: 90%;
  }
}
.page_company_block .scroll_block.ver_message .message_block .inner .ttl {
  margin-bottom: 1.1em;
  font-size: clamp(2.2rem, 2vw, 3rem);
  font-weight: 600;
  line-height: 1.8;
}
.page_company_block .scroll_block.ver_message .message_block .inner .txt_base {
  margin-bottom: 30px;
}
.page_company_block .scroll_block.ver_message .message_block .inner .name {
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: right;
}
.page_company_block .scroll_block.ver_message .message_block .inner .name span {
  display: block;
  font-size: 0.5em;
}

.page_company_block .scroll_block.ver_company {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_company {
    padding-top: 70px;
  }
}
.page_company_block .scroll_block.ver_company .sticky_area {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
.page_company_block .scroll_block.ver_company .sticky_area .img {
  position: relative;
  width: 44vw;
  max-width: 800px;
  height: auto;
  margin: 0 0 0 auto;
  margin-right: calc(50% - 50vw);
}
.page_company_block .scroll_block.ver_company .sticky_area .img img {
  position: sticky;
  top: 120px;
}
.page_company_block .scroll_block.ver_company .sticky_area .txt_box {
  width: 50%;
  max-width: 660px;
  margin-bottom: 100px;
  padding-top: 100px;
  flex: 1;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_company .sticky_area .txt_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
.page_company_block .scroll_block.ver_company .sticky_area .txt_box .company_item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_company .sticky_area .txt_box .company_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.page_company_block .scroll_block.ver_company .company_item dt {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1em;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #24A0B5;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_company .company_item dt {
    padding-left: 0.9em;
  }
}
.page_company_block .scroll_block.ver_company .company_item dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #24A0B5;
}
@media (max-width: 768px) {
  .page_company_block .scroll_block.ver_company .company_item dt:before {
    width: 4px;
  }
}
.page_company_block .scroll_block.ver_company .company_item dd {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.page_company_block .scroll_block.ver_company .company_item dd .map {
  padding: 20px 0 10px;
}
.page_company_block .scroll_block.ver_company .company_item dd .map iframe {
  width: 100%;
  height: 200px;
}
.page_company_block .scroll_block.ver_company .company_item dd .external span {
  padding-right: 30px;
  font-size: 1.7rem;
}
.page_company_block .scroll_block.ver_company .company_item dd .external span:after {
  width: 16px;
  height: 16px;
  background: url(../img/common/icn-external.svg) no-repeat 0 0/100%;
}

/***************************************************/
/** @page blog ブログ */
/***************************************************/
.page_blog_block.blog_block {
  padding-top: 0;
  padding-bottom: 0;
}
.page_blog_block.blog_block .main_width {
  display: block;
}

.page_blog_block .post_main_block {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .page_blog_block .post_main_block {
    flex-direction: column-reverse;
  }
}
.page_blog_block .post_main_block .sidebar {
  width: 23%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .page_blog_block .post_main_block .sidebar {
    width: 100%;
    margin-right: 0%;
  }
}
.page_blog_block .post_main_block .main_area {
  width: 72%;
}
@media (max-width: 768px) {
  .page_blog_block .post_main_block .main_area {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page_blog_block .post_main_block .main_area .blog_post {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page_blog_block .post_main_block .main_area .blog_post {
    margin-bottom: 60px;
    gap: 40px 0;
  }
}

.page_blog_block .post_main_block .sidebar .side_ttl {
  margin-bottom: 1em;
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.page_blog_block .post_main_block .sidebar .category_list li {
  display: block;
  padding-left: 2em;
  cursor: pointer;
}
.page_blog_block .post_main_block .sidebar .category_list li:not(:last-child) {
  margin-bottom: 0.9em;
}
.page_blog_block .post_main_block .sidebar .category_list li label {
  display: inline-block;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #959595;
}
.page_blog_block .post_main_block .sidebar .category_list li.current label {
  color: #24A0B5;
}

.side_category .radioitem {
  display: block;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #959595;
  cursor: pointer;
}
.side_category .radioitem:not(:last-of-type) {
  margin-bottom: 15px;
}
.side_category .radioitem .radiobtn {
  position: relative;
  padding-left: 25px;
}
.side_category .radioitem .radiobtn:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #E9F5F8;
  z-index: 9;
}
.side_category .radioitem .radiobtn:after {
  position: absolute;
  top: calc(5px + 0.3em);
  left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #24A0B5;
  z-index: 10;
  opacity: 0;
}
.side_category .radioitem .radiobtn.current:after {
  opacity: 1;
}

.page_blog_block.blog_block .blog_post .blog_post_item a .text .info .cat {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
.page_blog_block.blog_block .blog_post .blog_post_item a .text .info .cat span {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.page-numbers {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-numbers li:not(:last-child) {
  margin-right: 15px;
}
.page-numbers li a {
  width: 40px;
  height: 40px;
  background-color: #E9F5F8;
  font-family: "Libertinus Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #24A0B5;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .page-numbers li a {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }
}
.page-numbers li .current {
  width: 40px;
  height: 40px;
  background-color: #24A0B5;
  font-family: "Libertinus Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-numbers li .current {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
  }
}

.page-numbers .prev,
.page-numbers .next {
  position: relative;
  width: 20px;
  background-color: unset;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers .prev:before,
.page-numbers .next:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "\f054";
  height: 1em;
  margin: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.page-numbers .prev:before {
  transform: rotate(180deg);
}

/***************************************************/
/** @page blog detail ブログ */
/***************************************************/
.page_blog_detail_block .page_main_ttl_block .text {
  margin-bottom: 80px;
}
.page_blog_detail_block .page_main_ttl_block .text .info {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page_blog_detail_block .page_main_ttl_block .text .info .date {
  display: inline-block;
  margin-right: 0.6em;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.page_blog_detail_block .page_main_ttl_block .text .info .cat {
  display: inline-block;
  padding: 0.2em 0.4em;
  background-color: #E9F5F8;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.page_blog_detail_block .page_main_ttl_block .text .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.2rem, 2vw, 3.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.the_content {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .the_content {
    margin-bottom: 50px;
  }
}

.the_content h2 {
  margin: 60px 0 20px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content h2 {
    margin: 40px 0 10px;
  }
}

.the_content h3 {
  margin: 50px 0 20px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #24A0B5;
}
@media (max-width: 768px) {
  .the_content h3 {
    margin: 40px 0 10px;
  }
}

.the_content h4 {
  position: relative;
  margin: 50px 0 20px;
  padding-left: 20px;
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content h4 {
    margin: 40px 0 10px;
  }
}
.the_content h4:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #24A0B5;
}
@media (max-width: 768px) {
  .the_content h4:before {
    width: 3px;
  }
}

.the_content img {
  width: 100%;
  margin: 30px 0;
}
.the_content p {
  margin: 60px 0;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content p {
    margin: 30px 0;
    font-size: 1.6rem;
  }
}

.the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
    font-size: 1.6rem;
  }
}

.the_content strong {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .the_content strong {
    font-size: 1.6rem;
  }
}
.the_content small {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content small {
    font-size: 1.4rem;
  }
}

.the_content a {
  text-decoration: underline;
  color: #24A0B5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.the_content a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.the_content ul {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .the_content ul {
    margin: 40px 0;
  }
}
.the_content ul li {
  padding-left: 1.6em;
  text-indent: -1.7em;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content ul li {
    font-size: 1.6rem;
  }
}
.the_content ul li:before {
  content: "・";
  margin-right: 0.7em;
}
.the_content ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.the_content ol {
  margin: 60px 0;
  counter-reset: item;
  list-style-type: none;
}
@media (max-width: 768px) {
  .the_content ol {
    margin: 40px 0;
  }
}
.the_content ol li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content ol li {
    font-size: 1.6rem;
  }
}
.the_content ol li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
  margin: auto;
  content: "";
  counter-increment: item;
  content: counter(item) ".";
  font-family: "Libertinus Sans", sans-serif;
}
.the_content ol li:not(:last-child) {
  margin-bottom: 0.7em;
}

.the_content blockquote {
  margin: 60px 0;
  padding: 30px;
  background-color: #E9F5F8;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .the_content blockquote {
    margin: 40px 0;
    padding: 20px;
    font-size: 1.5rem;
  }
}

.page_blog_detail_block .base_btn a {
  max-width: 262px;
  font-family: "Shippori Mincho", serif;
}

.the_content .has-original-main-color {
  color: #24A0B5;
}
.the_content .has-original-main-background-color {
  background-color: #24A0B5;
}

/***************************************************/
/** @page request お仕事依頼したい方へ */
/***************************************************/
.page_request_block .page_information_block {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .page_request_block .page_information_block {
    padding-bottom: 70px;
  }
}
.page_request_block .page_information_block .num_list li {
  padding: 30px 0;
  border-bottom: 1px solid #D3D3D3;
}
@media (max-width: 768px) {
  .page_request_block .page_information_block .num_list li {
    padding: 20px 0;
  }
}
.page_request_block .page_information_block .num_list li:first-child {
  border-top: 1px solid #D3D3D3;
}
.page_request_block .page_information_block .num_list li .top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page_request_block .page_information_block .num_list li .top {
    margin-bottom: 10px;
  }
}
.page_request_block .page_information_block .num_list li .top .num {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 0.6em;
  background-color: #24A0B5;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(2.1rem, 2vw, 3rem);
  font-weight: bold;
  line-height: 1;
  color: #FFF;
}
@media (max-width: 768px) {
  .page_request_block .page_information_block .num_list li .top .num {
    width: 33px;
    height: 33px;
  }
}
.page_request_block .page_information_block .num_list li .top .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #24A0B5;
}
.page_request_block .page_information_block .num_list li .txt_base p {
  font-size: clamp(1.5rem, 1.6vw, 1.7rem);
}
.page_request_block .page_information_block .img_txt_box {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page_request_block .page_information_block .img_txt_box {
    margin-bottom: 50px;
  }
}

.page_request_block .client_block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 150px 0;
}
@media (max-width: 768px) {
  .page_request_block .client_block {
    padding: 60px 0;
  }
}
.page_request_block .client_block .txt_base.mb {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page_request_block .client_block .txt_base.mb {
    margin-bottom: 30px;
  }
}
.page_request_block .client_block .list li {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .page_request_block .client_block .list li {
    display: block;
    padding: 20px;
  }
}
.page_request_block .client_block .list li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page_request_block .client_block .list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page_request_block .client_block .list li .left {
  width: 24%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .page_request_block .client_block .list li .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
}
.page_request_block .client_block .list li .left .ttl {
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #24A0B5;
}
.page_request_block .client_block .list li .right {
  width: 74%;
}
@media (max-width: 768px) {
  .page_request_block .client_block .list li .right {
    width: 100%;
  }
}

.page_request_block .corporate_block {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 150px 0;
  background: url(../img/request/cooperate-img.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .page_request_block .corporate_block {
    padding: 60px 0;
  }
}
.page_request_block .corporate_block .white_box {
  width: 95%;
  max-width: 870px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8509803922);
}
@media (max-width: 768px) {
  .page_request_block .corporate_block .white_box {
    padding: 25px;
  }
}
.page_request_block .corporate_block .white_box .ttl {
  margin-bottom: 1em;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #14637D;
  text-align: center;
}
@media (max-width: 768px) {
  .page_request_block .corporate_block .white_box .txt_base p {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
}

.page_request_block .flow_block {
  padding-top: 150px;
}
@media (max-width: 768px) {
  .page_request_block .flow_block {
    padding-top: 70px;
  }
}
.page_request_block .flow_block .flow_list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page_request_block .flow_block .flow_list {
    margin-bottom: 20px;
  }
}
.page_request_block .flow_block .flow_list li .left {
  width: 30%;
  margin-right: 3%;
}
@media (max-width: 1024px) {
  .page_request_block .flow_block .flow_list li .left {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .page_request_block .flow_block .flow_list li .left {
    width: 100%;
    margin-right: 0%;
  }
}
.page_request_block .flow_block .flow_list li .left .num {
  margin-right: 0.2em;
}
.page_request_block .flow_block .flow_list li .left .ttl {
  font-size: clamp(2rem, 2vw, 2.5rem);
}
@media (max-width: 1024px) {
  .page_request_block .flow_block .flow_list li .right {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .page_request_block .flow_block .flow_list li .right {
    width: 100%;
  }
}
.page_request_block .flow_block .flow_list li .right .txt_base p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

/***************************************************/
/** @page contact お問い合わせ */
/***************************************************/
.page_contact_block {
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .page_contact_block {
    padding-bottom: 80px;
  }
}
.page_contact_block .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.page_contact_block .tel_box {
  margin-bottom: 150px;
  padding: 50px;
  border: 1px solid #14637D;
}
@media (max-width: 768px) {
  .page_contact_block .tel_box {
    margin-bottom: 80px;
    padding: 20px;
  }
}
.page_contact_block .tel_box .fs35_ttl {
  margin-bottom: 10px;
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: #14637D;
}
.page_contact_block .tel_box .tel a {
  display: block;
  font-family: "Libertinus Sans", sans-serif;
  font-size: clamp(3.8rem, 5vw, 6rem);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #333333;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page_contact_block .tel_box .tel a {
    pointer-events: all;
  }
}
.page_contact_block .tel_box .tel a span {
  font-size: 0.5em;
}
.page_contact_block .tel_box .tel .sub_txt {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.1em;
}

.form_box .contact-form .form-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 0 5%;
}
@media (max-width: 768px) {
  .form_box .contact-form .form-group {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 10px 0;
  }
}
.form_box .contact-form .form-group .input_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 30%;
}
@media (max-width: 768px) {
  .form_box .contact-form .form-group .input_title {
    width: 100%;
  }
}
.form_box .contact-form .form-group .box {
  width: 65%;
}
@media (max-width: 768px) {
  .form_box .contact-form .form-group .box {
    width: 100%;
  }
}

.form_box .contact-form .form-group .input_title label {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0.05em;
}
.form_box .contact-form .form-group .input_title .required, .form_box .contact-form .form-group .input_title .not_required {
  display: inline-block;
  padding: 0.2em 0.7em;
  background-color: #FFF;
  border-radius: 5px;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 500;
}
.form_box .contact-form .form-group .input_title .required {
  border: 1px solid #E10000;
  color: #E10000;
}
.form_box .contact-form .form-group .input_title .not_required {
  border: 1px solid #959595;
  color: #959595;
}
.form_box .contact-form .form-group .box .form-control {
  width: 100%;
  padding: 1.2em 0.8em;
  background: #E9F5F8;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  font-weight: 500;
}
@media (max-width: 768px) {
  .form_box .contact-form .form-group .box .form-control {
    padding: 1em 0.8em;
  }
}
.form_box .contact-form .form-group .box .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.2em;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #E10000;
}

.form_box .contact-form .form-group .wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}
.form_box .contact-form .form-group .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.form_box .contact-form .form-group .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.form_box .contact-form .form-group input[type=radio] {
  display: none;
}
.form_box .contact-form .form-group .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.form_box .contact-form .form-group .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #E9F5F8;
  border-radius: 50%;
  box-sizing: border-box;
}
.form_box .contact-form .form-group input[type=radio]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 4px;
  margin: auto;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14637D;
}

.form_box .privacy-policy {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .form_box .privacy-policy {
    margin-top: 50px;
  }
}
.form_box .privacy-policy .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .form_box .privacy-policy .wpcf7-form-control-wrap {
    margin-bottom: 25px;
  }
}
.form_box .privacy-policy label {
  display: inline-block;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
}

.form_box .privacy-policy label input[type=checkbox] {
  position: relative;
  background: #FFF;
  accent-color: #FFF;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #D3D3D3;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form_box .privacy-policy label input[type=checkbox]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 14px;
  height: 10px;
  background: url(../img/common/ico-check.svg) no-repeat center/100%;
  opacity: 0;
}
.form_box .privacy-policy label input[type=checkbox]:checked:after {
  opacity: 1;
}

.form_box .privacy-policy .privacy_txt_area {
  width: 90%;
  max-width: 500px;
  height: 210px;
  margin: 0 auto 60px;
  padding: 20px;
  border: 1px solid #14637D;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .form_box .privacy-policy .privacy_txt_area {
    margin: 0 auto 40px;
    height: 170px;
  }
}
.form_box .privacy-policy .privacy_txt_area .txt_box:not(:last-of-type) {
  margin-bottom: 20px;
}
.form_box .privacy-policy .privacy_txt_area .ttl {
  margin-bottom: 0.2em;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form_box .privacy-policy .privacy_txt_area .txt_base p {
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form_box .privacy-policy .privacy_txt_area .txt_base.mb {
  margin-bottom: 15px;
}

.form_box .privacy-policy .privacy_txt_area .num_list {
  counter-reset: item;
  list-style-type: none;
}
.form_box .privacy-policy .privacy_txt_area .num_list li {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form_box .privacy-policy .privacy_txt_area .num_list li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
  margin: auto;
  counter-increment: item;
  content: counter(item) ".";
}
.form_box .privacy-policy .privacy_txt_area .en_list {
  counter-reset: item;
}
.form_box .privacy-policy .privacy_txt_area .en_list li {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form_box .privacy-policy .privacy_txt_area .en_list li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
  margin: auto;
  counter-increment: item;
  content: counter(item) ".";
  content: counter(item, lower-alpha) ".";
}
.form_box .privacy-policy .privacy_txt_area .en_num_list {
  counter-reset: item;
}
.form_box .privacy-policy .privacy_txt_area .en_num_list li {
  position: relative;
  padding-left: 1.2em;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.form_box .privacy-policy .privacy_txt_area .en_num_list li:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0px;
  margin: auto;
  counter-increment: item;
  content: counter(item) ".";
  content: counter(item, lower-roman) ".";
}

.form_box .mod-common_btn {
  text-align: center;
}
.form_box .mod-common_btn .wpcf7-form-control {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0.9em 2.5em 0.9em 2em;
  background-color: #14637D;
  border: 1px solid #14637D;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.form_box .mod-common_btn .wpcf7-form-control:hover {
  background-color: #FFF;
  color: #14637D;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .form_box .mod-common_btn .wpcf7-form-control {
    max-width: 280px;
  }
}

/***************************************************/
/** @page_404_block */
/***************************************************/
.page_404_block .txt_base {
  margin-bottom: 50px;
}/*# sourceMappingURL=page.css.map */