@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 978px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}
.page .anchor {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.page {
  width: 100%;
  padding: 0 0 80px;
  background-color: #fff;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
.page .kv {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .kv {
    max-width: 100%;
  }
}
.page .nav {
  max-width: 978px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .nav {
    max-width: 100%;
  }
}
.page .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .nav ul li {
    width: 33.33%;
  }
}
.page .nav ul li a {
  width: 326px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .nav ul li a {
    max-width: 256px;
    width: 100%;
    height: 13.3vw;
    line-height: 10.7vw;
    font-size: 3.9vw;
  }
}
.page .nav ul li a::after {
  width: 16px;
  height: 8px;
  content: "";
  position: absolute;
  background: url("/ec/img/usr/pages/uniform/arrow_bottom01.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .page .nav ul li a::after {
    margin-left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .page .nav ul li a::after {
    width: 3.6vw;
    height: 1.8vw;
    left: 50%;
    bottom: 1.3vw;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.page .nav ul li:nth-child(1) a {
  background-color: #D6F3F0;
  color: #009488;
}
.page .nav ul li:nth-child(1) a::after {
  background: url(/ec/img/usr/pages/uniform/arrow_bottom01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page .nav ul li:nth-child(2) a {
  background-color: #CCE0F2;
  color: #0064BF;
}
.page .nav ul li:nth-child(2) a::after {
  background: url(/ec/img/usr/pages/uniform/arrow_bottom02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page .nav ul li:nth-child(3) a {
  background-color: #FFF4D2;
  color: #FFB300;
}
.page .nav ul li:nth-child(3) a::after {
  background: url(/ec/img/usr/pages/uniform/arrow_bottom03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page .tit {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .page .tit {
    padding: 13vw 0 6.5vw;
  }
}
.page .tit p {
  display: inline;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  color: #005B5A;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #FFF300));
  background: linear-gradient(transparent 55%, #FFF300 0%);
}
@media screen and (max-width: 768px) {
  .page .tit p {
    font-size: 6.8vw;
    line-height: 1.5;
  }
}
.page .sb_tit {
  font-size: 15px;
  margin: 0 0 65px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .sb_tit {
    font-size: 3.6vw;
    margin: 0 auto 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page .btn_set {
    width: 100%;
  }
}
.page .btn_set .shop_deails {
  margin-bottom: 40px;
}
.page .btn_set .shop_deails .shop_deails_txt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails .shop_deails_txt {
    font-size: 3.9vw;
    margin-bottom: 5.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails {
    margin-bottom: 6.5vw;
  }
}
.page .btn_set .shop_deails a {
  font-size: 18px;
  line-height: 60px;
  border-radius: 50px;
  font-weight: bold;
  width: 469px;
  height: 60px;
  background-color: #333;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails a {
    font-size: 3.6vw;
    width: 100%;
  }
}
.page .btn_set .shop_deails a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pages/uniform/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .shop_deails a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 1.3vw;
  }
}
.page .btn_set .contact_btn a {
  font-size: 18px;
  line-height: 60px;
  border-radius: 50px;
  font-weight: bold;
  width: 469px;
  height: 60px;
  background-color: #333;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .btn_set .contact_btn a {
    font-size: 3.6vw;
    width: 100%;
  }
}
.page .btn_set .contact_btn a::after {
  width: 8px;
  height: 16px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pages/uniform/arrow_right.png) no-repeat center center;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .contact_btn a::after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 1.3vw;
  }
}
.page .btn_set .phone {
  display: inline-block;
  margin: 50px auto 85px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .phone {
    margin: 7.8vw 0 13vw;
    line-height: 15.95px;
  }
}
.page .btn_set .phone .phone_tit {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .phone .phone_tit {
    font-size: 3.9vw;
  }
}
.page .btn_set .phone .phone_no {
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: bold;
  font-size: 48px;
  color: #009488;
  margin: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .btn_set .phone .phone_no {
    font-size: 8.3vw;
    line-height: 60.175px;
  }
}
.page .btn_set .phone .phone_no .phone_no_icon {
  display: inline-block;

  width: 36px;

}
.page .btn_set .phone .phone_no .phone_no_icon img{

  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .page .btn_set .phone .phone_no .phone_no_icon {
    width: 6.3vw;
    vertical-align: super;

  }
  .page .btn_set .phone .phone_no .phone_no_icon img{

    vertical-align: bottom;
  }
}
.page .btn_set .phone .phone_no_g {
  color: #0064BF;
}
.page .btn_set .phone .phone_kome {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .phone .phone_kome {
    font-size: 3.1vw;
  }
}
.page .reason {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .reason {
    width: 90%;
  }
}
.page .reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .reason ul {
    display: block;
  }
}
.page .reason ul li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .page .reason ul li {
    width: 100%;
  }
}
.page .reason ul li .set_img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .reason ul li .set_img {
    margin: 0 auto 6.5vw;
  }
}
.page .reason ul li .set_tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #005B5A;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .reason ul li .set_tit {
    margin: 0 auto 5.2vw;
    font-size: 5.2vw;
  }
}
.page .reason ul li .set_txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin: 30px 0 65px;
}
@media screen and (max-width: 768px) {
  .page .reason ul li .set_txt {
    font-size: 3.6vw;
    margin: 0 auto 10.4vw;
  }
}
.page .reason .contact_btn a {
  background-color: #00B3A2;
}
.page .case_bk {
  background-color: #D6F3F0;
}
.page .case {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .case {
    width: 90%;
  }
}
.page .case .case_group {
  max-width: 723px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page .case .case_group li {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .case .case_group li {
    width: 47%;
    margin-bottom: 7.2vw;
  }
}
.page .case .case_group .set_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page .case .case_group .set_img {
    margin-bottom: 5.9vw;
  }
}
.page .case .case_group .set_txt {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page .case .case_group .set_txt {
    font-size: 3.6vw;
  }
}
.page .case .case_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .case .case_main {
    display: block;
    margin-bottom: 10.4vw;
  }
}
.page .case .case_main .set_img {
  max-width: 469px;
}
@media screen and (max-width: 768px) {
  .page .case .case_main .set_img {
    margin: 0 0 5.2vw;
  }
}
.page .case .case_main li {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .case .case_main li {
    width: 100%;
  }
}
.page .case .case_main li .case_main_txt-set {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .page .case .case_main li .case_main_txt-set {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page .case .case_main li .case_main_txt-set .set_sb_tit {
  font-weight: bold;
  color: #00B3A2;
  font-size: 13px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .case .case_main li .case_main_txt-set .set_sb_tit {
    font-size: 3.1vw;
    margin-bottom: 3.1vw;
  }
}
.page .case .case_main li .case_main_txt-set .set_tit {
  font-weight: bold;
  font-size: 24px;
  color: #005B5A;
}
@media screen and (max-width: 768px) {
  .page .case .case_main li .case_main_txt-set .set_tit {
    font-size: 5.2vw;
  }
}
.page .case .case_main li .case_main_txt-set .set_tit span {
  display: block;
  font-size: 15px;
  margin: 17px 0 25px;
}
@media screen and (max-width: 768px) {
  .page .case .case_main li .case_main_txt-set .set_tit span {
    font-weight: bold;
    font-size: 3.6vw;
    margin: 2.6vw 0 5.2vw;
  }
}
.page .case .case_main li .case_main_txt-set .set_txt {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .case .case_main li .case_main_txt-set .set_txt {
    font-size: 3.6vw;
  }
}
.page .case .contact_btn a {
  background-color: #00B3A2;
}
.page .catalog {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .catalog {
    width: 90%;
  }
}
.page .catalog .set_kome {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin: 40px auto 70px;
}
@media screen and (max-width: 768px) {
  .page .catalog .set_kome {
    font-size: 3.6vw;
    margin: 10.4vw auto;
  }
}
.page .catalog .shop_deails a,
.page .catalog .contact_btn a {
  background-color: #00B3A2;
}
.page .flow_bk {
  background-color: #D6F3F0;
}
.page .flow {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .flow {
    width: 90%;
  }
}
.page .flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .flow ul {
    display: block;
  }
}
.page .flow ul li {
  max-width: 214px;
  width: 23%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .flow ul li {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .page .flow ul li .set_img {
    width: 30%;
  }
}
.page .flow ul li .set_text {
  margin: 25px auto 65px;
}
@media screen and (max-width: 768px) {
  .page .flow ul li .set_text {
    width: 60%;
    text-align: left;
    margin: 0 auto 4.9vw;
  }
}
.page .flow ul li .set_text .set_tit {
  font-weight: bold;
  font-size: 24px;
  color: #005B5A;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page .flow ul li .set_text .set_tit {
    font-size: 3.9vw;
    margin: 0 auto 6.3vw;
  }
}
.page .flow ul li .set_text .set_txt {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .flow ul li .set_text .set_txt {
    font-size: 3.6vw;
    margin: 0 auto 16.9vw;
  }
}
.page .flow ul li:before {
  width: 15px;
  height: 20px;
  content: "";
  position: absolute;
  background: url(/ec/img/usr/pages/uniform/arrow_flow_right.png) no-repeat center center;
}
@media screen and (min-width: 769px) {
  .page .flow ul li:before {
    top: 19%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: -2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .flow ul li:before {
    width: 5.2vw;
    height: 3.9vw;
    background: url(/ec/img/usr/pages/uniform/arrow_flow_bottom.png) no-repeat center center;
    background-size: contain;
    bottom: 7vw;
    left: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.page .flow ul li:last-child:before {
  content: "";
  position: absolute;
  background: none;
}
.page .flow .contact_btn a {
  background-color: #00B3A2;
}
.page .handling_tit01,
.page .handling_tit02 {
  height: 320px;
  background: url(/ec/img/usr/pages/uniform/handling01.png) no-repeat center center;
  background-size: cover;
  line-height: 320px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page .handling_tit01,
  .page .handling_tit02 {
    height: 41.7vw;
    line-height: 41.7vw;
    background: url(/ec/img/usr/pages/uniform/handling01-sp.png) no-repeat center center;
    background-size: cover;
    margin-top: 12.4vw;
  }
}
.page .handling_tit01 p,
.page .handling_tit02 p {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .handling_tit01 p,
  .page .handling_tit02 p {
    font-size: 6.8vw;
  }
}
.page .handling01,
.page .handling02 {
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .handling01,
  .page .handling02 {
    width: 90%;
  }
}
.page .handling01 ul,
.page .handling02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .handling01 ul,
  .page .handling02 ul {
    display: block;
  }
}
.page .handling01 ul li,
.page .handling02 ul li {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .page .handling01 ul li,
  .page .handling02 ul li {
    width: 100%;
  }
}
.page .handling01 ul li .set_img,
.page .handling02 ul li .set_img {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .handling01 ul li .set_img,
  .page .handling02 ul li .set_img {
    margin: 0 auto 6.5vw;
  }
}
.page .handling01 ul li .set_tit,
.page .handling02 ul li .set_tit {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #0064BF;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .handling01 ul li .set_tit,
  .page .handling02 ul li .set_tit {
    margin: 0 auto 5.2vw;
    font-size: 5.2vw;
  }
}
.page .handling01 ul li .set_txt,
.page .handling02 ul li .set_txt {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  margin: 30px 0 65px;
}
@media screen and (max-width: 768px) {
  .page .handling01 ul li .set_txt,
  .page .handling02 ul li .set_txt {
    font-size: 3.6vw;
    margin: 0 auto 10.4vw;
  }
}
.page .handling01 .shop_deails a,
.page .handling01 .contact_btn a,
.page .handling02 .shop_deails a,
.page .handling02 .contact_btn a {
  background-color: #0064BF;
}
.page .handling01 .tit p {
  color: #0064BF;
}
.page .handling_tit02 {
  background: url(/ec/img/usr/pages/uniform/handling02.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page .handling_tit02 {
    background: url(/ec/img/usr/pages/uniform/handling02-sp.png) no-repeat;
    background-size: cover;
  }
}
.page .handling02 .tit p {
  color: #333333;
}
.page .handling02 ul li .set_img {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .handling02 ul li .set_img {
    margin: 0 auto 6.5vw;
  }
}
.page .handling02 ul li .set_txt {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page .handling02 ul li .set_txt {
    margin: 0 auto 5.2vw 0;
  }
}
.page .handling02 ul li .check {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 25px 40px;
  text-align: left;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .page .handling02 ul li .check {
    font-size: 3.6vw;
    margin: 0 auto 5.2vw 0;
  }
}
.page .handling02 ul li .check .check_icon {
  display: inline-block;
  width: 24px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .page .handling02 ul li .check .check_icon {
    vertical-align: middle;
    width: 3.1vw;
  }
}
.page .handling02 ul li .check p {
  font-size: 18px;
  margin-bottom: 0px;
  text-align: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .handling02 ul li .check p {
    font-size: 3.6vw;
    margin-bottom: 2.6vw;
    margin-right: 0;
  }
}
.page .handling02 ul li .check:nth-child(3) {
  margin: 25px 0 25px 40px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .page .handling02 ul li .check:nth-child(3) {
    margin: 0 auto 5.2vw 0;
  }
}
.page .handling02 .shop_deails a,
.page .handling02 .contact_btn a {
  background-color: #FFB300;
}

.page .btn_set .js-popup-target {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
}
.page .btn_set .js-popup-target:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.page .btn_set .js-popup-target.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .btn_set .js-popup-target__inner {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 90%;
  max-width: 640px;
  padding: 36px 40px 40px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .js-popup-target__inner {
    padding: 4.7vw 5.2vw 5.2vw;
  }
}
.page .btn_set .js-popup-target__inner p, .page .btn_set .js-popup-target__inner a {
  color: #333;
}
.page .btn_set .js-popup-target__title {
  text-align: center;
}
.page .btn_set .js-popup-target__title p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .btn_set .js-popup-target__title p {
    font-size: 3.9vw;
  }
}
.page .btn_set .js-popup-target__title .mgt_20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .btn_set .js-popup-target__title .mgt_20 {
    margin-top: 6.5vw;
  }
}
.page .btn_set .js-popup-target__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .page .btn_set .js-popup-target__list {
    margin: 2.6vw 0 0;
  }
}
.page .btn_set .js-popup-target__item {
  display: inline-block;
  width: 49%;
  height: 100%;
  border-bottom: 1px solid #EEE;
}
.page .btn_set .js-popup-target__item:nth-child(-n+2) {
  border-top: 1px solid #EEE;
}
.page .btn_set .js-popup-target__item a {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 21px 21px 21px 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .btn_set .js-popup-target__item a {
    padding: 3.1vw 1.3vw;
    font-size: 2.6vw;
  }
}
.page .btn_set .js-popup-target__item a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("/ec/img/usr/pages/uniform/js-popup-icon-arrow_carrot-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .page .btn_set .js-popup-target__item a:after {
    width: 1.3vw;
    height: 2.1vw;
    right: 2.1vw;
  }
}

.page .catalog {
  width: 96%;
  max-width: 979px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .catalog {
    width: 100%;
  }
}
.page .catalog-text {
  text-align: center;
}
.page .catalog-text p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .catalog-text p {
    font-size: 3.6vw;
    line-height: 1.78;
  }
}
.page .catalog-text p span.is-bold {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page .catalog-text p span.is-bold {
    font-size: 3.9vw;
  }
}
.page .catalog-btn {
  display: block;
  background: #005B5A;
  padding: 18px 20px 20px;
  border-radius: 100px;
  line-height: 14px;
}
@media screen and (max-width: 768px) {
  .page .catalog-btn {
    padding: 4.2vw 1.3vw;
  }
}
.page .catalog-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .catalog-btn span {
    font-size: 3.1vw;
  }
}
.page .catalog-btn span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/ec/img/usr/pages/uniform/catalog/arrow_carrot-right.png");
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .page .catalog-btn span:after {
    width: 1.8vw;
    height: 3.6vw;
    margin-left: 2.1vw;
  }
}
.page .catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .catalog-list {
    padding: 0 2.6vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30.5%;
  margin-right: 4.08%;
  margin-top: 66px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .page .catalog-item:nth-child(3n) {
    margin-right: 0;
  }
  .page .catalog-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .catalog-item {
    width: 42.2vw;
    margin: 0 2.6vw;
    margin-top: 0;
  }
}
.page .catalog-item__img {
  margin: 0 auto 21px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page .catalog-item__img {
    margin: 0 auto 2.6vw;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 136.57%;
  }
}
.page .catalog-item__img a {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page .catalog-item__img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page .catalog-item__img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .catalog-item__text {
  margin: 0 auto 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .catalog-item__text {
    margin: 0 auto 2.6vw;
  }
}
.page .catalog-item__text p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .catalog-item__text p {
    font-size: 3.9vw;
  }
}
@media screen and (min-width: 769px) {
  .page .catalog .two-column {
    margin-right: 6% !important;
    margin-left: 6% !important;
  }
}
.page .catalog-office {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .catalog-work {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page .catalog-head {
  margin: 80px auto 57px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .catalog-head {
    width: 89.6vw;
    margin: 12.5vw auto 9.1vw;
  }
}
.page .catalog-head .catalog-title {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #005B5A;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF300));
  background: linear-gradient(transparent 60%, #FFF300 60%);
  margin: 0 auto 54px;
}
@media screen and (max-width: 768px) {
  .page .catalog-head .catalog-title {
    font-size: 6.8vw;
    margin: 0 auto 8.3vw;
  }
}
.page .catalog-main {
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .catalog-main {
    margin: 0 auto 10.4vw;
  }
}
.page .catalog-main__item {
  margin: 88px auto 0;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__item {
    margin: 10.4vw auto 0;
  }
}
.page .catalog-main__item:first-child {
  margin-top: 0;
}
.page .catalog-main__item.is-work .catalog-btn {
  background-color: #006990;
  line-height: 14px;
}
.page .catalog-main__item.is-service_medical .catalog-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__item.is-service_medical .catalog-item {
    height: auto !important;
  }
}
.page .catalog-main__item.is-service_medical .catalog-item__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 136.57%;
}
.page .catalog-main__item.is-service_medical .catalog-item__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .catalog-main__item.is-service_medical .catalog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .catalog-main__item.is-service_medical .catalog-btn.is-service {
  background-color: #009032;
  line-height: 14px;
}
.page .catalog-main__item.is-service_medical .catalog-btn.is-medical {
  line-height: 14px;
  background-color: #00A2D9;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__item.is-service_medical .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
.page .catalog-main__title {
  position: relative;
  text-align: center;
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__title {
    width: 89.6vw;
    margin: 0 auto 7.8vw;
  }
}
.page .catalog-main__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}
.page .catalog-main__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__title span {
    padding: 0 6.5vw;
  }
}
.page .catalog-main__title span img {
  width: auto;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__title span img {
    height: 4.3vw;
  }
}
.page .catalog-main__foot {
  margin: 88px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__foot {
    width: 89.6vw;
    margin: 10.4vw auto 0;
  }
}
.page .catalog-main__foot p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .page .catalog-main__foot p {
    font-size: 3.6vw;
    line-height: 1.78;
  }
}
@media screen and (max-width: 768px) {
  .page .catalog .btn_set {
    width: 89.6vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .catalog .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page .catalog .slick-arrow {
    position: absolute;
    z-index: 10;
    left: 5.2vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 11.7vw;
    height: 11.7vw;
    background-image: url("/ec/img/usr/pages/uniform/catalog/slick-arrow.png");
    background-size: 7.8vw 7.8vw;
    background-repeat: no-repeat;
    background-position: center left;
  }
  .page .catalog .slick-arrow.slick-next {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    right: 5.2vw;
    left: auto;
  }
  .page .catalog .slick-arrow.slick-disabled {
    display: none !important;
  }
}
.page .catalog .is-hidden {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(51%, rgb(255, 255, 255)), color-stop(51%, rgb(214, 243, 240)), to(rgb(214, 243, 240)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 51%, rgb(214, 243, 240) 51%, rgb(214, 243, 240) 100%);
}
.page .catalog .is-hidden a {
  pointer-events: none;
}
.page .catalog .is-hidden a::after {
  content: "掲載準備中";
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page .catalog .is-hidden a::after {
    font-size: 3.1vw;
  }
}
.page .catalog .is-hidden a.catalog-btn {
  display: block;
  background: #4472C4;
  border-radius: 0;
  padding: 18px 20px 20px;
}
@media screen and (max-width: 768px) {
  .page .catalog .is-hidden a.catalog-btn {
    padding: 4.2vw 1.3vw;
  }
}
.page .catalog .is-hidden a.catalog-btn span {
  display: none;
}
.page .catalog .is-hidden .catalog-item__img {
  position: relative;
  width: 100%;
  height: 75%;
}
@media screen and (max-width: 768px) {
  .page .catalog .is-hidden .catalog-item__img {
    height: 100%;
    padding-bottom: 136%;
  }
}
.page .catalog .is-hidden .catalog-item__img::before {
  position: absolute;
  content: "";
  background-image: url(/ec/img/usr/pages/uniform/not_ready.png);
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page .catalog .is-hidden .catalog-item__img a {
  display: none;
}