@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* iPhone */
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  body {
    min-width: 1220px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.5rem;
  }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
  max-height: 999999px;
  /* android chrome フォントサイズバグ回避 */
  opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
  .contents_wrap {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .contents_wrap {
    padding-top: 60px;
  }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
  header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  }

  header .header_inner {
    position: relative;
    height: 100%;
    min-width: 1220px;
  }

  header .ttl_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
  }

  header .ttl_wrap a {
    display: block;
    width: 250px;
  }

  header .ttl_wrap span {
    margin-left: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    background-color: #E8380D;
  }

  header .tel_wrap {
    position: absolute;
    right: 370px;
    top: 50%;
    transform: translateY(-50%);
  }

  header .tel_wrap .num {
    display: block;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  header .tel_wrap .num span {
    color: #FF7894;
    font-size: 2.4rem;
  }

  header .tel_wrap .time {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
  }

  header .tel_wrap .time span {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  header .btn_toggle_menu {
    display: none;
  }

  header .toggle_wrap {
    display: none !important;
    opacity: 0 !important;
  }

  header .nav_1_wrap {
    position: absolute;
    right: 0;
    top: 0;
  }

  header .nav_1_wrap>ul {
    display: flex;
  }

  header .nav_1_wrap a {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 160px;
    height: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
  }

  header .nav_1_wrap .contact a {
    font-size: 1.4rem;
    background-color: #22A7C5;
    background-color: #18C19C;
  }

  header .nav_1_wrap .entry a {
    font-size: 1.6rem;
    background-color: #FFBB00;
  }

  header .nav_1_wrap i {
    display: block;
    margin: 0 auto 15px;
    width: 40px;
  }

  header .nav_1_wrap span {
    width: 100%;
  }
}

@media (max-width: 767px) {
  header {
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  }

  header .header_inner {
    position: relative;
    height: 100%;
  }

  header .ttl_wrap {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  header .ttl_wrap a {
    display: block;
    width: 150px;
  }

  header .ttl_wrap span {
    margin-left: 15px;
    padding: 5px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    background-color: #E8380D;
  }

  header .btn_toggle_menu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
  }

  header .btn_toggle_menu div {
    position: relative;
    width: 28px;
    height: 20px;
  }

  header .btn_toggle_menu div>span span,
  header .btn_toggle_menu div>span:before,
  header .btn_toggle_menu div>span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 80%;
    height: 2px;
    background-color: #9b50a4;
    transform-origin: center center;
    transition: 0.3s ease-in-out;
  }

  header .btn_toggle_menu div>span span {
    transform: translateY(-1px);
  }

  header .btn_toggle_menu div>span:before {
    transform: translateY(-9px);
  }

  header .btn_toggle_menu div>span:after {
    transform: translateY(7px);
  }

  header .btn_toggle_menu.is_show div>span span,
  header .btn_toggle_menu.is_show div>span:before,
  header .btn_toggle_menu.is_show div>span:after {
    width: 100% !important;
  }

  header .btn_toggle_menu.is_show div>span span {
    opacity: 0;
  }

  header .btn_toggle_menu.is_show div>span:before {
    transform: translateY(-50%) rotate(-45deg);
  }

  header .btn_toggle_menu.is_show div>span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  header .toggle_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }

  header .toggle_wrap .toggle_inner {
    padding: 40px 15px;
  }

  header .toggle_wrap .nav_2_wrap {
    margin-bottom: 20px;
    padding: 0 40px;
  }

  header .toggle_wrap .nav_2_wrap>ul>li+li {
    border-top: 1px solid #e3e3e3;
  }

  header .toggle_wrap .nav_2_wrap a {
    display: block;
    padding: 20px 0;
    font-size: 1.9rem;
    font-weight: 600;
  }

  header .nav_3_wrap>ul {
    display: flex;
    justify-content: space-between;
  }

  header .nav_3_wrap>ul>li {
    width: calc(50% - 5px);
  }

  header .nav_3_wrap a {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 70px;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 5px;
  }

  header .nav_3_wrap .entry a {
    background-color: #FFBB00;
    box-shadow: 3px 3px 0px 0px #FFD500;
  }

  header .nav_3_wrap .contact a {
    background-color: #22A7C5;
    background-color: #18C19C;
    box-shadow: 3px 3px 0px 0px #91D8EB;
    box-shadow: 3px 3px 0px 0px #8ce0ce;
  }

  header .nav_3_wrap .en {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 700;
  }

  header .nav_3_wrap .ja {
    margin-top: 5px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

footer .footer_inner {
  position: relative;
  margin: 0 auto;
  width: 1100px;
}

footer .clms_wrap_1 {
  display: flex;
  justify-content: space-between;
}

footer .clms_wrap_1>.clm_wrap {
  width: 50%;
}

footer .ttl_wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

footer .ttl_wrap a {
  display: block;
  width: 270px;
}

footer .ttl_wrap span {
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  background-color: #E8380D;
}

footer .overview {
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 2;
}

footer .tel_wrap .num {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

footer .tel_wrap .num span {
  color: #FF7894;
  font-size: 2.4rem;
}

footer .tel_wrap .time {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

footer .tel_wrap .time span {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

footer .nav_1_wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

footer .nav_1_wrap>ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

footer .nav_1_wrap>ul>li {
  margin-bottom: 15px;
  width: 50%;
}

footer .nav_1_wrap a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

footer .nav_1_wrap a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FF7894;
}

footer .nav_2_wrap>ul {
  display: flex;
  justify-content: space-between;
}

footer .nav_2_wrap>ul>li {
  width: calc(50% - 10px);
}

footer .nav_2_wrap a {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

footer .nav_2_wrap .entry a {
  background-color: #FFBB00;
  box-shadow: 3px 3px 0px 0px #FFD500;
}

footer .nav_2_wrap .contact a {
  background-color: #22A7C5;
  background-color: #18C19C;
  box-shadow: 3px 3px 0px 0px #91D8EB;
  box-shadow: 3px 3px 0px 0px #8ce0ce;
}

footer .nav_2_wrap .en {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}

footer .nav_2_wrap .ja {
  margin-top: 5px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  footer {
    padding-top: 75px;
    padding-bottom: 90px;
  }

  footer .footer_inner {
    width: calc(100% - 30px);
  }

  footer .clms_wrap_1 {
    display: block;
  }

  footer .clms_wrap_1>.clm_wrap {
    width: 100%;
  }

  footer .ttl_wrap {
    display: block;
    margin-bottom: 35px;
  }

  footer .ttl_wrap a {
    margin: 0 auto;
    width: 250px;
  }

  footer .ttl_wrap span {
    display: table;
    margin: 10px auto 0;
    font-size: 1rem;
  }

  footer .overview {
    margin-bottom: 35px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }

  footer .tel_wrap {
    text-align: center;
  }

  footer .tel_wrap .num {
    font-size: 2.5rem;
  }

  footer .tel_wrap .num span {
    font-size: 2rem;
  }

  footer .tel_wrap .time {
    font-size: 1rem;
  }

  footer .tel_wrap .time span {
    font-size: 1.3rem;
  }

  footer .nav_3_wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  footer .nav_3_wrap>ul {
    display: flex;
    justify-content: space-between;
  }

  footer .nav_3_wrap>ul>li {
    width: 50%;
  }

  footer .nav_3_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 70px;
    line-height: 1;
    color: #fff;
  }

  footer .nav_3_wrap .entry a {
    background-color: #FFBB00;
  }

  footer .nav_3_wrap .contact a {
    background-color: #22A7C5;
    background-color: #18C19C;
  }

  footer .nav_3_wrap i {
    flex: none;
    margin-right: 15px;
    width: 30px;
  }

  footer .nav_3_wrap .ttl {
    flex: initial;
    width: auto;
  }

  footer .nav_3_wrap .en {
    display: block;
    font-size: 2rem;
    font-weight: 700;
  }

  footer .nav_3_wrap .ja {
    display: block;
    margin-top: 5px;
    font-size: 1.1rem;
    font-weight: 600;
  }

  footer .copyright {
    margin-top: 30px;
    color: #b2b2b2;
    font-size: 1rem;
    text-align: center;
  }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .mv_wrap {
  position: relative;
  padding-left: 160px;
}

.sec_mv_wrap .mv_wrap .bg_1 {
  padding-top: 40%;
  background-image: url(../img/mv_img_1.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom-left-radius: 80px;
}

.sec_mv_wrap .mv_wrap .img_1 {
  position: absolute;
  left: calc(50% + 80px);
  bottom: 15%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 44%;
  width: 55%;
}

.sec_mv_wrap .mv_wrap .copyright {
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: #b2b2b2;
  font-size: 1.3rem;
  line-height: 1;
}

.sec_mv_wrap .nav_1_wrap {
  margin-top: 60px;
}

.sec_mv_wrap .nav_1_wrap>ul {
  display: flex;
  justify-content: center;
}

.sec_mv_wrap .nav_1_wrap>ul>li {
  position: relative;
}

.sec_mv_wrap .nav_1_wrap>ul>li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 25px;
  background-color: #e3e3e3;
}

.sec_mv_wrap .nav_1_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 100%;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .sec_mv_wrap .mv_wrap {
    padding-left: 0;
  }

  .sec_mv_wrap .mv_wrap .bg_1 {
    margin-bottom: 20px;
    padding-top: 76%;
    background-image: url(../img/mv_img_1_sp.jpg);
    border-bottom-left-radius: 0;
  }

  .sec_mv_wrap .mv_wrap .img_1 {
    position: static;
    transform: none;
    margin: 0 15px;
    width: auto;
  }
}

/* ---------------------------------------------------- */
/* sec_mission_wrap */
/* ---------------------------------------------------- */
.sec_mission_wrap {
  padding-top: 110px;
  padding-bottom: 110px;
}

.sec_mission_wrap .img_1 {
  position: absolute;
  left: 0;
  bottom: -110px;
  width: 220px;
  z-index: 2;
}

.sec_mission_wrap .list_1>ul {
  display: flex;
  justify-content: center;
}

.sec_mission_wrap .list_1>ul>li {
  position: relative;
  margin: 0 20px;
  padding: 25px 0 80px;
  width: 425px;
}

.sec_mission_wrap .list_1>ul>li.mission {
  color: #FFF;
  background-color: #FF95AB;
}

.sec_mission_wrap .list_1>ul>li.vision {
  color: #FFF;
  background-color: #C5E435;
}

.sec_mission_wrap .list_1>ul>li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #fff;
}

.sec_mission_wrap .list_1>ul>li>div::before,
.sec_mission_wrap .list_1>ul>li>div::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.sec_mission_wrap .list_1>ul>li>div::before {
  left: 5px;
  top: 5px;
  border-width: 50px 50px 0 0;
  border-color: #fff transparent transparent transparent;
}

.sec_mission_wrap .list_1>ul>li>div::after {
  right: 5px;
  bottom: 5px;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
}

.sec_mission_wrap .list_1 i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #fff;
}

.sec_mission_wrap .list_1 i img {
  width: 60%;
}

.sec_mission_wrap .list_1 .ttl {
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

.sec_mission_wrap .list_1 .desc {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .sec_mission_wrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .sec_mission_wrap .img_1 {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto -15px;
    width: 135px;
  }

  .sec_mission_wrap .list_1>ul {
    display: block;
  }

  .sec_mission_wrap .list_1>ul>li {
    margin: 0;
    padding: 30px 20px 30px;
    width: auto;
  }

  .sec_mission_wrap .list_1>ul>li+li {
    margin-top: 15px;
  }

  .sec_mission_wrap .list_1>ul>li>div {
    display: flex;
    align-items: center;
  }

  .sec_mission_wrap .list_1>ul>li>div::before {
    border-width: 15px 15px 0 0;
  }

  .sec_mission_wrap .list_1>ul>li>div::after {
    border-width: 0 0 15px 15px;
  }

  .sec_mission_wrap .list_1 i {
    flex: none;
    margin: 0 20px 0 10px;
    width: 75px;
    height: 75px;
  }

  .sec_mission_wrap .list_1 .ttl {
    margin-bottom: 5px;
    font-size: 3.5rem;
    text-align: left;
  }

  .sec_mission_wrap .list_1 .desc {
    font-size: 1.3rem;
    text-align: justify;
  }
}

/* ---------------------------------------------------- */
/* sec_merit_wrap */
/* ---------------------------------------------------- */
.sec_merit_wrap {
  margin-top: 150px;
  padding-bottom: 100px;
  background-color: #E8EBFF;
}

.sec_merit_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
  display: block;
  width: 750px;
  height: 750px;
  background-color: #E8EBFF;
  border-radius: 50%;
}

.sec_merit_wrap .sec_ttl_1 {
  position: relative;
  padding-bottom: 110px;
}

.sec_merit_wrap .sec_ttl_1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 1219px;
  height: 323px;
  background-image: url(../img/merit_img_10.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.sec_merit_wrap .sec_ttl_1 i {
  width: 160px;
}

.sec_merit_wrap .sec_ttl_1 .ja {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_merit_wrap .sec_ttl_1 .ja::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  display: block;
  width: 100%;
  height: 8px;
  background-image: url(../img/merit_deco_2.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.sec_merit_wrap .sec_ttl_1 .ja>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_merit_wrap .sec_ttl_1 .circle {
  margin-right: 5px;
  width: 94px;
}

.sec_merit_wrap .list_1 {
  position: relative;
}

.sec_merit_wrap .list_1>ul {
  position: relative;
  padding: 100px 0;
}

.sec_merit_wrap .list_1>ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 1600px;
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
}

.sec_merit_wrap .list_1>ul>li {
  position: relative;
}

.sec_merit_wrap .list_1>ul>li+li {
  margin-top: 60px;
}

.sec_merit_wrap .list_1 .deco {
  position: absolute;
  bottom: 0;
  color: #f5f5f5;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sec_merit_wrap .list_1>ul>li:nth-child(odd) .deco {
  left: -120px;
}

.sec_merit_wrap .list_1>ul>li:nth-child(even) .deco {
  right: -75px;
}

.sec_merit_wrap .list_1 .deco span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transform-origin: left top;
  transform: rotate(-90deg);
}

.sec_merit_wrap .list_1 .clms_wrap {
  position: relative;
  display: flex;
}

.sec_merit_wrap .list_1 .clms_wrap>.clm_wrap {
  width: 50%;
}

.sec_merit_wrap .list_1>ul>li:nth-child(even) .clms_wrap>.clm_wrap:nth-of-type(1) {
  order: 2;
}

.sec_merit_wrap .list_1>ul>li:nth-child(even) .clms_wrap>.clm_wrap:nth-of-type(2) {
  order: 1;
}

.sec_merit_wrap .list_1 .ttl_wrap {
  position: relative;
  padding: 50px 0;
}

.sec_merit_wrap .list_1 .ttl_wrap {
  position: relative;
  padding: 30px 0 50px;
}

.sec_merit_wrap .list_1 .ttl_wrap .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #E8EBFF;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
}

.sec_merit_wrap .list_1>ul>li:nth-child(odd) .ttl_wrap .num {
  left: 0;
}

.sec_merit_wrap .list_1>ul>li:nth-child(even) .ttl_wrap .num {
  right: 0;
}

.sec_merit_wrap .list_1 .ttl_wrap .ttl {
  position: relative;
  color: #6D7CE9;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.sec_merit_wrap .list_1 .copy {
  margin-bottom: 50px;
  color: #6D7CE9;
  font-size: 1.8rem;
  font-weight: 600;
}

.sec_merit_wrap .list_1 .desc {
  line-height: 2;
}

.sec_merit_wrap .list_1>ul>li:nth-child(1) .img {
  width: 569px;
  transform: translateX(100px);
}

.sec_merit_wrap .list_1>ul>li:nth-child(2) .img {
  width: 568px;
  transform: translateX(-100px);
}

.sec_merit_wrap .list_1>ul>li:nth-child(3) .img {
  width: 638px;
  transform: translateX(162px);
}

.sec_merit_wrap .list_1>ul>li:nth-child(3) .point {
  position: relative;
  margin: -40px auto 0;
  width: 979px;
}

.sec_merit_wrap .list_1>ul>li:nth-child(4) .img {
  width: 536px;
  transform: translateX(-100px);
}

.sec_merit_wrap .list_1>ul>li:nth-child(4) .point {
  margin: 50px auto 0;
  width: 540px;
}

.sec_merit_wrap .list_1>ul>li:nth-child(5) .img {
  width: 569px;
  transform: translateX(100px);
}

@media (max-width: 767px) {
  .sec_merit_wrap {
    margin-top: 75px;
    padding-bottom: 50px;
  }

  .sec_merit_wrap::before {
    top: -75px;
    width: 475px;
    height: 475px;
  }

  .sec_merit_wrap .sec_ttl_1 {
    padding-bottom: 50px;
  }

  .sec_merit_wrap .sec_ttl_1::before {
    width: 550px;
    height: 300px;
    background-image: url(../img/merit_img_10_sp.png);
  }

  .sec_merit_wrap .sec_ttl_1 i {
    width: 80px;
  }

  .sec_merit_wrap .sec_ttl_1 .ja {
    flex-wrap: wrap;
  }

  .sec_merit_wrap .sec_ttl_1 .ja::after {
    bottom: -15px;
    height: 5px;
    background-image: url(../img/merit_deco_2_sp.svg);
  }

  .sec_merit_wrap .sec_ttl_1 .ja>span {
    width: 100%;
  }

  .sec_merit_wrap .sec_ttl_1 .circle {
    margin-right: 5px;
    width: 60px;
  }

  .sec_merit_wrap .list_1>ul {
    position: relative;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 20px;
  }

  .sec_merit_wrap .list_1>ul::before {
    display: none;
  }

  .sec_merit_wrap .list_1>ul>li+li {
    margin-top: 60px;
  }

  .sec_merit_wrap .list_1 .deco {
    position: absolute;
    bottom: 0;
    color: #f5f5f5;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .sec_merit_wrap .list_1>ul>li:nth-child(odd) .deco {
    left: -120px;
  }

  .sec_merit_wrap .list_1>ul>li:nth-child(even) .deco {
    right: -75px;
  }

  .sec_merit_wrap .list_1 .deco span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transform-origin: left top;
    transform: rotate(-90deg);
  }

  .sec_merit_wrap .list_1 .clms_wrap {
    display: block;
  }

  .sec_merit_wrap .list_1 .clms_wrap>.clm_wrap {
    width: auto;
  }

  .sec_merit_wrap .list_1 .ttl_wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    min-height: 100px;
  }

  .sec_merit_wrap .list_1 .ttl_wrap .num {
    left: 0 !important;
    right: auto !important;
    font-size: 7.5rem;
  }

  .sec_merit_wrap .list_1 .ttl_wrap .ttl {
    margin-top: -10px;
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .sec_merit_wrap .list_1 .copy {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }

  .sec_merit_wrap .list_1 .desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .sec_merit_wrap .list_1 .img {
    margin-bottom: 20px;
    width: auto !important;
    transform: none !important;
  }

  .sec_merit_wrap .list_1>ul>li:nth-child(3) .point {
    margin: 20px -15px 0;
    width: auto;
  }

  .sec_merit_wrap .list_1>ul>li:nth-child(4) .point {
    margin: 20px 0 0;
    width: auto;
  }
}

/* ---------------------------------------------------- */
/* sec_recruitment_wrap */
/* ---------------------------------------------------- */
.sec_recruitment_wrap {
  padding-top: 100px;
}

.sec_recruitment_wrap .sec_ttl_1 {
  margin-bottom: 80px;
}

.sec_recruitment_wrap .sec_ttl_1 i {
  width: 180px;
}

.sec_recruitment_wrap .sec_ttl_1 .ja {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_recruitment_wrap .sec_ttl_1 .ja::before,
.sec_recruitment_wrap .sec_ttl_1 .ja::after {
  flex: none;
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  background-image: url(../img/recruitment_deco_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sec_recruitment_wrap .sec_ttl_1 .ja::after {
  transform: scale(-1, 1);
}

.sec_recruitment_wrap .list_1 {
  position: relative;
}

.sec_recruitment_wrap .list_1::before,
.sec_recruitment_wrap .list_1::after {
  content: "";
  position: absolute;
  top: -285px;
  display: block;
  width: 245px;
  height: 285px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec_recruitment_wrap .list_1::before {
  left: 0;
  background-image: url(../img/recruitment_img_1.png);
}

.sec_recruitment_wrap .list_1::after {
  right: 0;
  background-image: url(../img/recruitment_img_2.png);
}

.sec_recruitment_wrap .list_1>ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -50px;
  margin-bottom: -50px;
}

.sec_recruitment_wrap .list_1>ul>li {
  padding: 40px 20px;
  margin-right: 50px;
  margin-bottom: 50px;
  width: calc(50% - 50px);
  border: 4px solid #FFD500;
  border-radius: 20px;
}

.sec_recruitment_wrap .list_1>ul>li:last-child {
  width: 100%;
}

.sec_recruitment_wrap .list_1 .ttl_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sec_recruitment_wrap .list_1 .ttl_wrap .num {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  width: 90px;
  height: 90px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #FFBB00;
  border-radius: 50%;
}

.sec_recruitment_wrap .list_1 .ttl_wrap .ttl {
  flex: auto;
  width: auto;
  font-size: 2.4rem;
  font-weight: 700;
}

.sec_recruitment_wrap .list_1 .img {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .sec_recruitment_wrap .list_1 .clm_wrap {
    display: flex;
  }

  .sec_recruitment_wrap .list_1 .clm_wrap .img {
    flex: none;
    margin-bottom: 0;
    margin-right: 50px;
    width: 465px;
  }

  .sec_recruitment_wrap .list_1 .clm_wrap .desc {
    flex: auto;
    width: auto;
  }
}

@media (max-width: 767px) {
  .sec_recruitment_wrap {
    padding-top: 50px;
  }

  .sec_recruitment_wrap .sec_ttl_1 {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
  }

  .sec_recruitment_wrap .sec_ttl_1 i {
    width: 120px;
  }

  .sec_recruitment_wrap .sec_ttl_1 .ja {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sec_recruitment_wrap .sec_ttl_1 .ja::before,
  .sec_recruitment_wrap .sec_ttl_1 .ja::after {
    width: 40px;
    height: 30px;
  }

  .sec_recruitment_wrap .list_1::before,
  .sec_recruitment_wrap .list_1::after {
    top: -160px;
    width: 140px;
    height: 160px;
  }

  .sec_recruitment_wrap .list_1::before {
    left: -50px;
  }

  .sec_recruitment_wrap .list_1::after {
    right: -60px;
  }

  .sec_recruitment_wrap .list_1>ul {
    margin-right: 0;
    margin-bottom: -20px;
  }

  .sec_recruitment_wrap .list_1>ul>li {
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 10px;
  }

  .sec_recruitment_wrap .list_1 .ttl_wrap {
    margin-bottom: 15px;
  }

  .sec_recruitment_wrap .list_1 .ttl_wrap .num {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
  }

  .sec_recruitment_wrap .list_1 .ttl_wrap .ttl {
    font-size: 1.7rem;
  }

  .sec_recruitment_wrap .list_1 .img {
    margin-bottom: 10px;
  }
}

/* ---------------------------------------------------- */
/* sec_workplace_wrap */
/* ---------------------------------------------------- */
.sec_workplace_wrap {
  padding-top: 140px;
  z-index: 2;
  overflow: hidden;
}

.sec_workplace_wrap .sec_inner {
  z-index: 2;
}

.sec_workplace_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 300px;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/workplace_bg_1.png);
  background-size: 29px auto;
  background-position: left top;
}

.sec_workplace_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 370px;
  display: block;
  width: 100%;
  height: 350px;
  background-image: url(../img/workplace_bg_2.jpg);
  background-size: cover;
  background-position: center;
}

.sec_workplace_wrap .sec_inner {
  padding-top: 420px;
}

.sec_workplace_wrap .img_1 {
  position: absolute;
  right: calc(50% - 40px);
  top: 80px;
  width: calc(50vw + 40px);
  min-width: 650px;
  height: 430px;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
}

.sec_workplace_wrap .img_1 span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/workplace_img_1.jpg);
  background-size: cover;
  background-position: center;
}

.sec_workplace_wrap .sec_ttl_1 {
  position: absolute;
  right: 110px;
  top: 0;
}

.sec_workplace_wrap .sec_ttl_1 .ttl {
  width: 180px;
}

.sec_workplace_wrap .sec_ttl_1 .en {
  position: absolute;
  right: -140px;
  top: 60px;
  transform: rotate(90deg);
  display: block;
  color: #FF7894;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sec_workplace_wrap .list_1 {
  position: relative;
  margin-bottom: 100px;
  z-index: 3;
}

.sec_workplace_wrap .list_1>ul {
  display: flex;
  justify-content: space-between;
}

.sec_workplace_wrap .list_1>ul>li {
  padding: 30px;
  width: 330px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.sec_workplace_wrap .list_1 .num {
  margin-bottom: 10px;
  color: #e3e3e3;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.sec_workplace_wrap .list_1 .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #FFE2E9;
}

.sec_workplace_wrap .list_1 .ico img {
  width: 60%;
}

.sec_workplace_wrap .list_1 .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  margin-bottom: 10px;
  color: #FF7894;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.sec_workplace_wrap .list_1 .desc {
  font-size: 1.5rem;
}

.sec_workplace_wrap .slide_wrap_1 .slick-track {
  display: flex;
}

.sec_workplace_wrap .slide_wrap_1 .slick-slide {
  float: none;
  height: auto;
}

.sec_workplace_wrap .slide_wrap_1 .slick-slide>div {
  display: block !important;
  height: 100%;
}

.sec_workplace_wrap .slide_wrap_1 .slick-slide>div>div {
  display: block !important;
  height: 100%;
}

.sec_workplace_wrap .slide_wrap_1 .slide_item {
  width: 410px;
  border: 8px solid #fff;
}

@media (max-width: 767px) {
  .sec_workplace_wrap {
    padding-top: 40px;
  }

  .sec_workplace_wrap::before {
    top: 80px;
  }

  .sec_workplace_wrap::after {
    top: 200px;
    height: 175px;
  }

  .sec_workplace_wrap .sec_inner {
    padding-top: 280px;
  }

  .sec_workplace_wrap .img_1 {
    right: auto;
    left: -15px;
    top: 40px;
    width: 80%;
    min-width: auto;
    height: 200px;
    border-radius: 0 20px 20px 0;
  }

  .sec_workplace_wrap .img_1 span {
    background-image: url(../img/workplace_img_1_sp.jpg);
  }

  .sec_workplace_wrap .sec_ttl_1 {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 2;
  }

  .sec_workplace_wrap .sec_ttl_1 .ttl {
    width: 90px;
  }

  .sec_workplace_wrap .sec_ttl_1 .en {
    right: -60px;
    top: 30px;
    font-size: 1.1rem;
  }

  .sec_workplace_wrap .list_1 {
    position: relative;
    margin-bottom: 40px;
    z-index: 3;
  }

  .sec_workplace_wrap .list_1>ul {
    display: block;
  }

  .sec_workplace_wrap .list_1>ul>li {
    padding: 20px 30px;
    width: auto;
    border-radius: 10px;
  }

  .sec_workplace_wrap .list_1>ul>li+li {
    margin-top: 25px;
  }

  .sec_workplace_wrap .list_1 .num {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }

  .sec_workplace_wrap .list_1 .ico {
    flex: none;
    margin: 0;
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }

  .sec_workplace_wrap .list_1 .ttl {
    height: auto;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .sec_workplace_wrap .list_1 .desc {
    flex: auto;
    width: auto;
    font-size: 1.5rem;
  }

  .sec_workplace_wrap .list_1 .clm_wrap {
    display: flex;
    align-items: center;
  }

  .sec_workplace_wrap .slide_wrap_1 .slide_item {
    width: auto;
    border-width: 4px;
  }
}

/* ---------------------------------------------------- */
/* sec_cv1_wrap */
/* ---------------------------------------------------- */
.sec_cv1_wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 2;
}

.sec_cv1_wrap .btn_wrap_1 {
  display: flex;
  justify-content: center;
}

.sec_cv1_wrap .btn_details {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 480px;
  height: 100px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #FFBB00;
  box-shadow: 3px 3px 0px 0px #FFD500;
}

.sec_cv1_wrap .btn_details::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 54px;
  height: 10px;
  background-image: url(../img/ico_arrow_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .sec_cv1_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec_cv1_wrap .btn_details {
    width: 90%;
    height: 60px;
    font-size: 1.6rem;
  }

  .sec_cv1_wrap .btn_details::after {
    right: 20px;
    width: 35px;
  }
}

/* ---------------------------------------------------- */
/* sec_message_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../img/message_bg_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.sec_message_wrap::before,
.sec_message_wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 679px;
  height: 679px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_message_wrap::before {
  left: 0;
  top: -260px;
  background-image: url(../img/message_bg_2.png);
}

.sec_message_wrap::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/message_bg_3.png);
}

.sec_message_wrap .img_1 {
  position: absolute;
  right: 75px;
  bottom: -60px;
  width: 413px;
  z-index: 3;
}

.sec_message_wrap .img_1 .name {
  position: absolute;
  right: -230px;
  top: 100px;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg);
}

.sec_message_wrap .box_1 {
  position: relative;
  padding: 60px 70px 30px;
  width: 660px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  z-index: 2;
}

.sec_message_wrap .sec_ttl_1 {
  margin-bottom: 35px;
}

.sec_message_wrap .copy_1 {
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}

.sec_message_wrap .copy_1::before {
  content: "";
  display: block;
  margin-bottom: 50px;
  height: 8px;
  background-image: url(../img/message_deco_1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec_message_wrap .desc_1 {
  padding-right: 20px;
  margin-bottom: 40px;
}

.sec_message_wrap .name_1 {
  font-weight: 600;
  line-height: 2;
}

@media (max-width: 767px) {
  .sec_message_wrap {
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-position: center top 100px;
  }

  .sec_message_wrap::before,
  .sec_message_wrap::after {
    width: 205px;
    height: 205px;
  }

  .sec_message_wrap::before {
    left: 0;
    top: 0;
  }

  .sec_message_wrap::after {
    right: 0;
    bottom: -60px;
  }

  .sec_message_wrap .img_1 {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
  }

  .sec_message_wrap .img_1 img {
    margin-left: auto;
    margin-right: -30px;
    width: 225px;
  }

  .sec_message_wrap .img_1 .name {
    right: auto;
    left: 0;
    top: auto;
    bottom: 60px;
    font-size: 3.2rem;
    transform: none;
  }

  .sec_message_wrap .box_1 {
    margin-top: -20px;
    padding: 40px 20px 30px;
    width: auto;
    z-index: 4;
  }

  .sec_message_wrap .sec_ttl_1 {
    margin-bottom: 20px;
  }

  .sec_message_wrap .copy_1 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .sec_message_wrap .copy_1::before {
    margin-bottom: 20px;
  }

  .sec_message_wrap .desc_1 {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .sec_message_wrap .name_1 {
    font-size: 1.5rem;
  }
}

/* ---------------------------------------------------- */
/* sec_interview_wrap */
/* ---------------------------------------------------- */
.sec_interview_wrap {
  padding-top: 110px;
  padding-bottom: 90px;
  background-image: url(../img/interview_bg_1.png);
  background-size: 1600px auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.sec_interview_wrap .sec_ttl_1 {
  margin-bottom: 20px;
}

.sec_interview_wrap .slide_wrap_1 .slick-track {
  display: flex;
}

/*** ↓医師追加したら消す↓ ***/
/* @media (min-width: 768px) {
  section#interview .slick-track {
    transform: inherit !important;
    justify-content: center;
    width: 100% !important;
  }
} */

.sec_interview_wrap .slide_wrap_1 .slick-slide {
  float: none;
  height: auto;
}

.sec_interview_wrap .slide_wrap_1 .slick-slide>div {
  display: block !important;
  height: 100%;
}

.sec_interview_wrap .slide_wrap_1 .slick-slide>div>div {
  display: block !important;
  height: 100%;
}

.sec_interview_wrap .slide_wrap_1 .slide_item {
  margin: 50px 20px 10px;
  width: 490px;
  height: calc(100% - 60px);
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.sec_interview_wrap .slide_wrap_1 .slide_item .thumb {
  transform: translateY(-50px);
}

.sec_interview_wrap .slide_wrap_1 .slide_item .thumb .name {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #B0CE24;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .thumb .name span {
  margin-right: 5px;
  font-weight: 600;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .txt_wrap {
  padding: 0 45px 45px;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .desc {
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 2;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .point>li {
  position: relative;
  padding-left: 2em;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .point>li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #B0CE24;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .point>li+li {
  margin-top: 20px;
}

.sec_interview_wrap .slide_wrap_1 .slick-next,
.sec_interview_wrap .slide_wrap_1 .slick-prev {
  position: absolute;
  display: block;
  width: 54px;
  height: 54px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  outline: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #333333;
  transition: 0.3s ease-in-out;
}

.sec_interview_wrap .slide_wrap_1 .slick-next {
  left: calc(50% + 495px);
  bottom: 0;
}

.sec_interview_wrap .slide_wrap_1 .slick-prev {
  left: calc(50% + 400px);
  bottom: 0;
  transform: scale(-1, -1);
}

.sec_interview_wrap .slide_wrap_1 .slick-next:hover,
.sec_interview_wrap .slide_wrap_1 .slick-prev:hover {
  opacity: 0.6;
}

.sec_interview_wrap .slide_wrap_1 .slick-prev:before,
.sec_interview_wrap .slide_wrap_1 .slick-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-80%, -50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 1100px;
  padding: 0;
  margin: 50px auto 0;
  list-style: none;
  text-align: center;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots li {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  transition: 0.3s ease-in-out;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots button:hover {
  opacity: 0.6;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots button:hover,
.sec_interview_wrap .slide_wrap_1 .slick-dots button:focus {
  outline: none;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots button:hover:before,
.sec_interview_wrap .slide_wrap_1 .slick-dots button:focus:before {
  opacity: 1;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.sec_interview_wrap .slide_wrap_1 .slick-dots .slick-active button:before {
  background-color: #B0CE24 !important;
}

@media (max-width: 767px) {
  .sec_interview_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 300% auto;
  }

  .sec_interview_wrap .sec_ttl_1 {
    margin-bottom: 30px;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item {
    margin: 35px 10px 10px;
    width: auto;
    height: calc(100% - 60px);
    border-radius: 20px;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .thumb {
    transform: translateY(-35px);
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .thumb .name {
    bottom: -15px;
    width: 150px;
    height: 30px;
    font-size: 1.2rem;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .thumb .name span {
    margin-right: 5px;
    font-weight: 600;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .txt_wrap {
    padding: 0 25px 25px;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .desc {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .point>li {
    font-size: 1.2rem;
  }

  .sec_interview_wrap .slide_wrap_1 .slide_item .point>li+li {
    margin-top: 15px;
  }

  .sec_interview_wrap .slide_wrap_1 .slick-next,
  .sec_interview_wrap .slide_wrap_1 .slick-prev {
    width: 40px;
    height: 40px;
  }

  .sec_interview_wrap .slide_wrap_1 .slick-next {
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
  }

  .sec_interview_wrap .slide_wrap_1 .slick-prev {
    left: 0;
    top: 50%;
    bottom: auto;
    transform: scale(-1, -1);
  }

  .sec_interview_wrap .slide_wrap_1 .slick-dots {
    justify-content: center;
    width: auto;
    margin: 20px auto 0;
  }

  .sec_interview_wrap .slide_wrap_1 .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
  padding-top: 110px;
  padding-bottom: 180px;
  background-image: url(../img/overview_bg_1.svg);
  background-size: 1920px auto;
  background-position: center bottom 90px;
  background-repeat: no-repeat;
}

.sec_overview_wrap .sec_inner::before {
  content: "ACCESS";
  position: absolute;
  left: -400px;
  bottom: 70px;
  transform: rotate(-90deg);
  font-family: "Hind", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  color: #91D8EB;
  color: #8ce0ce;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.3;
}

.sec_overview_wrap .img_1 {
  position: absolute;
  left: 50%;
  top: -110px;
  width: 50vw;
  height: 580px;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
}

.sec_overview_wrap .img_1 span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/overview_img_1.jpg);
  background-size: cover;
  background-position: center;
}

.sec_overview_wrap .overview_wrap {
  margin-bottom: 60px;
}

.sec_overview_wrap .logo_1 {
  margin-bottom: 20px;
  width: 330px;
}

.sec_overview_wrap .list_1 {
  margin-bottom: 20px;
}

.sec_overview_wrap .list_1 table {
  width: 610px;
}

.sec_overview_wrap .list_1 th {
  padding-bottom: 10px;
  width: 90px;
  vertical-align: top;
}

.sec_overview_wrap .list_1 th span {
  display: block;
  padding: 3px;
  width: 60px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #22A7C5;
  background-color: #18C19C;
  border-radius: 2px;
}

.sec_overview_wrap .list_1 td {
  padding-bottom: 10px;
  vertical-align: top;
}

.sec_overview_wrap .list_2 {
  margin-bottom: 10px;
}

.sec_overview_wrap .list_2 table {
  width: 500px;
}

.sec_overview_wrap .list_2 table {
  width: 500px;
}

.sec_overview_wrap .list_2 th {
  padding: 10px 0;
  width: 10%;
  color: #fff;
  text-align: center;
  background-color: #22A7C5;
  background-color: #18C19C;
}

.sec_overview_wrap .list_2 th:first-of-type {
  width: 30%;
  border-radius: 4px 0 0 4px;
}

.sec_overview_wrap .list_2 th:last-of-type {
  border-radius: 0 4px 4px 0;
}

.sec_overview_wrap .list_2 td {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.sec_overview_wrap .note_1 {
  font-size: 1.2rem;
}

.sec_overview_wrap .map_1 iframe {
  display: block;
}

@media (max-width: 767px) {
  .sec_overview_wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    background-image: none;
    overflow: hidden;
  }

  .sec_overview_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 160px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F4FBFF;
    background-color: #e2f8f3;
  }

  .sec_overview_wrap .sec_inner::before {
    display: none;
  }

  .sec_overview_wrap .img_1 {
    position: static;
    margin: 0 -15px 40px 20px;
    width: 100%;
    height: auto;
    border-radius: 20px 0 0 20px;
  }

  .sec_overview_wrap .img_1 span {
    padding-top: 64%;
    height: 0;
  }

  .sec_overview_wrap .overview_wrap {
    position: relative;
    margin-bottom: 30px;
  }

  .sec_overview_wrap .overview_wrap>* {
    position: relative;
  }

  .sec_overview_wrap .overview_wrap::before {
    content: "ACCESS";
    position: absolute;
    right: -110px;
    top: 70px;
    transform: rotate(-90deg);
    font-family: "Hind", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      "MS Pゴシック", "MS PGothic", sans-serif;
    color: #91D8EB;
    color: #8ce0ce;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    opacity: 0.3;
  }

  .sec_overview_wrap .logo_1 {
    margin: 0 auto 40px;
    width: 220px;
  }

  .sec_overview_wrap .list_1 {
    margin-bottom: 20px;
  }

  .sec_overview_wrap .list_1 table,
  .sec_overview_wrap .list_1 tbody,
  .sec_overview_wrap .list_1 tr,
  .sec_overview_wrap .list_1 th,
  .sec_overview_wrap .list_1 td {
    display: block;
  }

  .sec_overview_wrap .list_1 table {
    width: 100%;
  }

  .sec_overview_wrap .list_1 th {
    width: auto;
  }

  .sec_overview_wrap .list_1 td {
    padding-bottom: 20px;
  }

  .sec_overview_wrap .list_2 {
    margin-bottom: 10px;
  }

  .sec_overview_wrap .list_2 table {
    width: 100%;
    font-size: 1.2rem;
  }

  .sec_overview_wrap .note_1 {
    font-size: 1.1rem;
  }

  .sec_overview_wrap .map_1 {
    margin: 0 -15px;
  }
}

/* ---------------------------------------------------- */
/* sec_details_wrap */
/* ---------------------------------------------------- */
.sec_details_wrap {
  padding-top: 40px;
  padding-bottom: 70px;
}

.sec_details_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 440px);
  display: block;
  width: 100vw;
  height: calc(100% - 70px);
  background-color: #fafafa;
}

.sec_details_wrap .sec_ttl_1 {
  margin-bottom: 60px;
}

.sec_details_wrap .sec_ttl_1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 80px;
  background-image: url(../img/details_deco_1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.sec_details_wrap .list_1 table {
  margin-left: 340px;
  width: calc(100% - 340px);
}

.sec_details_wrap .list_1 tr+tr {
  border-top: 1px solid #e3e3e3;
}

.sec_details_wrap .list_1 th {
  padding: 20px;
  width: 150px;
  font-size: 1.8rem;
  font-weight: 600;
}

.sec_details_wrap .list_1 td {
  padding: 20px;
}

.sec_details_wrap .img_1 {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 354px;
}

@media (max-width: 767px) {
  .sec_details_wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .sec_details_wrap::before {
    bottom: 0;
    left: 40px;
    width: 100vw;
    height: calc(100% - 40px);
  }

  .sec_details_wrap .sec_ttl_1 {
    margin-bottom: 20px;
  }

  .sec_details_wrap .sec_ttl_1::before {
    width: 150px;
    height: 50px;
  }

  .sec_details_wrap .list_1 table,
  .sec_details_wrap .list_1 tbody,
  .sec_details_wrap .list_1 tr,
  .sec_details_wrap .list_1 th,
  .sec_details_wrap .list_1 td {
    display: block;
  }

  .sec_details_wrap .list_1 table {
    margin-left: 60px;
    width: calc(100% - 60px);
  }

  .sec_details_wrap .list_1 th {
    padding: 20px 10px 0;
    width: auto;
    font-size: 1.6rem;
  }

  .sec_details_wrap .list_1 td {
    padding: 10px 10px 20px;
  }
}

/* ---------------------------------------------------- */
/* sec_qa_wrap */
/* ---------------------------------------------------- */
.sec_qa_wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/qa_bg_1.png);
  background-size: cover;
  background-position: center;
}

.sec_qa_wrap .sec_ttl_1 {
  margin-bottom: 60px;
}

.sec_qa_wrap .list_1 {
  padding: 40px 60px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.sec_qa_wrap .list_1>dl>dt {
  position: relative;
  padding-left: 90px;
  padding-top: 35px;
  color: #FF7894;
  font-size: 2rem;
  font-weight: 600;
}

.sec_qa_wrap .list_1>dl>dd+dt {
  border-top: 1px solid #e3e3e3;
}

.sec_qa_wrap .list_1>dl>dd {
  position: relative;
  padding-left: 90px;
  padding-top: 50px;
  margin-bottom: 45px;
}

.sec_qa_wrap .list_1>dl>dt::before,
.sec_qa_wrap .list_1>dl>dd::before {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
}

.sec_qa_wrap .list_1>dl>dt::before {
  content: "Q";
  top: 20px;
  background-color: #FF7894;
}

.sec_qa_wrap .list_1>dl>dd::before {
  content: "A";
  top: 37px;
  background-color: #FFE2E9;
}

.sec_qa_wrap .list_1 .desc {
  line-height: 2;
}

@media (max-width: 767px) {
  .sec_qa_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/qa_bg_1_sp.png);
  }

  .sec_qa_wrap .sec_ttl_1 {
    margin-bottom: 30px;
  }

  .sec_qa_wrap .list_1 {
    padding: 20px 20px 10px;
  }

  .sec_qa_wrap .list_1>dl>dt {
    padding-left: 45px;
    padding-top: 20px;
    font-size: 1.5rem;
  }

  .sec_qa_wrap .list_1>dl>dd {
    padding-left: 45px;
    padding-top: 15px;
    margin-bottom: 25px;
    font-size: 1.4rem;
  }

  .sec_qa_wrap .list_1>dl>dt::before,
  .sec_qa_wrap .list_1>dl>dd::before {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  .sec_qa_wrap .list_1>dl>dt::before {
    top: 18px;
  }

  .sec_qa_wrap .list_1>dl>dd::before {
    top: 12px;
  }

  .sec_qa_wrap .list_1 .desc {
    line-height: 1.6;
  }
}

/* ---------------------------------------------------- */
/* sec_application_wrap */
/* ---------------------------------------------------- */
.sec_application_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/application_bg_1.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.sec_application_wrap::before,
.sec_application_wrap::after {
  position: absolute;
  font-family: "Hind", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
}

.sec_application_wrap::before {
  content: "APPLICATION";
  left: 0;
  top: -10px;
}

.sec_application_wrap::after {
  content: "METHOD";
  right: 0;
  bottom: -25px;
}

.sec_application_wrap .sec_ttl_1 {
  margin-bottom: 70px;
  color: #fff;
}

.sec_application_wrap .nav_1_wrap>ul {
  display: flex;
  justify-content: space-between;
}

.sec_application_wrap .nav_1_wrap>ul>li {
  margin: 0 35px;
  width: calc(50% - 70px);
}

.sec_application_wrap .nav_1_wrap a {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}

.sec_application_wrap .nav_1_wrap a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 54px;
  height: 10px;
  background-image: url(../img/ico_arrow_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec_application_wrap .nav_1_wrap .entry a {
  background-color: #FFBB00;
  box-shadow: 3px 3px 0px 0px #FFD500;
}

.sec_application_wrap .nav_1_wrap .contact a {
  background-color: #22A7C5;
  background-color: #18C19C;
  box-shadow: 3px 3px 0px 0px #91D8EB;
  box-shadow: 3px 3px 0px 0px #8ce0ce;
}

.sec_application_wrap .nav_1_wrap .en {
  width: 100%;
  font-size: 3.8rem;
  font-weight: 700;
}

.sec_application_wrap .nav_1_wrap .ja {
  margin-top: 5px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sec_application_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/application_bg_1_sp.jpg);
  }

  .sec_application_wrap::before,
  .sec_application_wrap::after {
    font-size: 5rem;
  }

  .sec_application_wrap::before {
    top: -5px;
  }

  .sec_application_wrap::after {
    bottom: -15px;
  }

  .sec_application_wrap .sec_ttl_1 {
    margin-bottom: 35px;
  }

  .sec_application_wrap .nav_1_wrap>ul {
    display: block;
  }

  .sec_application_wrap .nav_1_wrap>ul>li {
    margin: 0 20px;
    width: auto;
  }

  .sec_application_wrap .nav_1_wrap>ul>li+li {
    margin-top: 20px;
  }

  .sec_application_wrap .nav_1_wrap a {
    height: 60px;
  }

  .sec_application_wrap .nav_1_wrap a::after {
    right: 20px;
    width: 35px;
  }

  .sec_application_wrap .nav_1_wrap .en {
    font-size: 2.4rem;
  }

  .sec_application_wrap .nav_1_wrap .ja {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------------- */
/* sec_form_wrap */
/* ---------------------------------------------------- */
.sec_form_wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec_form_wrap .sec_ttl_1 {
  margin-bottom: 50px;
}

.sec_form_wrap .sec_ttl_1 i {
  width: 60px;
}

.sec_form_wrap .wpcf7 {
  margin: 0 auto;
  width: 800px;
}

.sec_form_wrap .wpcf7 table {
  margin-bottom: 40px;
  width: 100%;
}

.sec_form_wrap .wpcf7 table th {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 250px;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: top;
}

.sec_form_wrap .wpcf7 table .req th::after {
  content: "必須";
  position: absolute;
  right: 20px;
  top: 13px;
  display: block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  background-color: #FF7894;
  border-radius: 20px;
}

.sec_form_wrap .wpcf7 table td {
  position: relative;
  padding-bottom: 30px;
  vertical-align: top;
}

.sec_form_wrap .wpcf7 input[type="text"],
.sec_form_wrap .wpcf7 input[type="email"],
.sec_form_wrap .wpcf7 input[type="tel"],
.sec_form_wrap .wpcf7 input[type="number"],
.sec_form_wrap .wpcf7 textarea {
  padding: 12px 15px;
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  background-color: #f5f5f5;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.sec_form_wrap .wpcf7 .w2 {
  width: 100px !important;
}

.sec_form_wrap .wpcf7 *::placeholder {
  color: #a8a8a8;
}

.sec_form_wrap .wpcf7-list-item {
  display: inline-block;
  padding-top: 10px;
}

.sec_form_wrap .wpcf7-list-item+.wpcf7-list-item {
  margin-left: 50px;
}

.sec_form_wrap .wpcf7-list-item-label {
  margin-left: 10px;
}

.sec_form_wrap .unit {
  margin-left: 10px;
}

.sec_form_wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: red;
  font-size: 1.1rem;
}

.sec_form_wrap .screen-reader-response {
  margin-bottom: 20px;
  color: red;
  font-weight: 700;
  text-align: center;
}

.sec_form_wrap .screen-reader-response ul {
  display: none;
}

.sec_form_wrap .wpcf7-response-output {
  display: none;
}

.sec_form_wrap .btn_submit {
  position: relative;
  margin: 0 auto;
  width: 320px;
}

.sec_form_wrap .btn_submit::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 8px;
  background-image: url(../img/ico_arrow_1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-in-out;
}

.sec_form_wrap .btn_submit input {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  background-color: #FFBB00;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 3px 3px 0px 0px #FFD500;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .sec_form_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sec_form_wrap .sec_ttl_1 {
    margin-bottom: 30px;
  }

  .sec_form_wrap .sec_ttl_1 i {
    width: 40px;
  }

  .sec_form_wrap .wpcf7 {
    width: auto;
  }

  .sec_form_wrap .wpcf7 table {
    margin-bottom: 20px;
  }

  .sec_form_wrap .wpcf7 table,
  .sec_form_wrap .wpcf7 tbody,
  .sec_form_wrap .wpcf7 tr,
  .sec_form_wrap .wpcf7 th,
  .sec_form_wrap .wpcf7 td {
    display: block;
  }

  .sec_form_wrap .wpcf7 table th {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    width: auto;
    font-size: 1.5rem;
  }

  .sec_form_wrap .wpcf7 table .req th::after {
    position: static;
    display: block;
    margin-left: 10px;
  }

  .sec_form_wrap .wpcf7-list-item {
    padding-top: 0;
  }

  .sec_form_wrap .wpcf7-list-item+.wpcf7-list-item {
    margin-left: 20px;
  }

  .sec_form_wrap .wpcf7-list-item-label {
    margin-left: 5px;
  }

  .sec_form_wrap .unit {
    margin-left: 5px;
  }

  .sec_form_wrap .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: 10px;
    color: red;
    font-size: 1rem;
  }

  .sec_form_wrap .screen-reader-response {
    font-size: 1.4rem;
    text-align: center;
  }

  .sec_form_wrap .screen-reader-response ul {
    display: none;
  }

  .sec_form_wrap .wpcf7-response-output {
    display: none;
  }

  .sec_form_wrap .btn_submit {
    width: 280px;
  }

  .sec_form_wrap .btn_submit input {
    font-size: 1.6rem;
    line-height: 60px;
  }
}

/* ---------------------------------------------------- */
/* sec_entry_wrap */
/* ---------------------------------------------------- */
/* .sec_entry_wrap {
}

@media (max-width: 767px) {
} */

/* ---------------------------------------------------- */
/* sec_contact_wrap */
/* ---------------------------------------------------- */
.sec_contact_wrap {
  background-color: #F4FBFF;
  background-color: #e2f8f3;
}

.sec_contact_wrap .sec_ttl_1 .en {
  color: #22A7C5;
  color: #18C19C;
}

/*.sec_contact_wrap .wpcf7 table .req th::after {
  display: none;
}*/

.sec_contact_wrap .wpcf7 input[type="text"],
.sec_contact_wrap .wpcf7 input[type="email"],
.sec_contact_wrap .wpcf7 input[type="tel"],
.sec_contact_wrap .wpcf7 input[type="number"],
.sec_contact_wrap .wpcf7 textarea {
  background-color: #fff;
}

.sec_contact_wrap .btn_submit input {
  background-color: #22A7C5;
  background-color: #18C19C;
  box-shadow: 3px 3px 0px 0px #91D8EB;
  box-shadow: 3px 3px 0px 0px #8ce0ce;
}

/* ---------------------------------------------------- */
/* デザイン修正_211014
/* ---------------------------------------------------- */
.sec_mv_wrap .mv_wrap .bg_1 {
  padding-top: 50%;
  background-position: left top;
}

.sec_mv_wrap .mv_wrap .mv_tit {
  position: absolute;
  left: calc(50% + 80px);
  top: 13%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

.sec_mv_wrap .mv_wrap .mv_tit .txbg-pur {
  background: #FF7894;
  margin-right: 20px;
}

.sec_mv_wrap .mv_wrap .mv_tit .txbg-or {
  background: #ff8412;
}

.sec_mv_wrap .mv_wrap .mv_tit .txbg-pur,
.sec_mv_wrap .mv_wrap .mv_tit .txbg-or {
  display: inline-block;
  color: white;
  font-size: 3rem;
  letter-spacing: 8px;
  padding: 0 1.2em;
  border-radius: 50px;
  line-height: 1.6;
  font-weight: bold;
}

.sec_mv_wrap .mv_wrap .mv_tit .tit {
  display: block;
  margin: 12px auto;
  font-weight: 600;
  color: white;
  letter-spacing: 12px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  font-size: 9rem;
}

.sec_mv_wrap .mv_wrap .mv_tit .tit .lineb-whi {
  font-size: 0.3em;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 0;
  letter-spacing: 5px;
  border-bottom: 4px solid;
  margin: 0 0.5em;
}

.sec_details_wrap .list_1 td {
  padding: 10px 10px 20px;
}

.sec_details_wrap .list_1 th {
  padding: 20px 10px 0;
  width: auto;
  font-size: 1.6rem;
}

.sec_details_wrap .list_1 table,
.sec_details_wrap .list_1 tbody,
.sec_details_wrap .list_1 tr,
.sec_details_wrap .list_1 th,
.sec_details_wrap .list_1 td {
  display: block;
}

.sec_overview_wrap .img_1 {
  border-radius: 40px;
}

.sec_overview_wrap .shouni_wrap .logo_1 img {
  width: 330px;
}

.sec_overview_wrap .img_1 {
  left: 55%;
}

.sec_overview_wrap .img_1.shouni {
  width: 50vw;
  height: 580px;
  right: 55%;
  left: initial;
  top: 550px;
  border-radius: 20px;
}

.sec_overview_wrap .shouni_wrap {
  text-align: right;
}

.sec_overview_wrap .shouni_wrap .logo_1,
.sec_overview_wrap .shouni_wrap .shouni_txt,
.sec_overview_wrap .shouni_wrap .list_1 table,
.sec_overview_wrap .shouni_wrap .list_2 table,
.sec_overview_wrap .shouni_wrap .note_1 {
  width: 500px;
}

.sec_overview_wrap .shouni_wrap .logo_1,
.sec_overview_wrap .shouni_wrap .list_2 table,
.sec_overview_wrap .shouni_wrap .note_1 {
  margin-left: auto;
}

.sec_overview_wrap .shouni_wrap .list_2 table th {
  background-color: #fec300;
}

.sec_overview_wrap .shouni_wrap .list_2 table .cs_fc_5 {
  color: #fec300 !important;
}

/* .sec_overview_wrap .list_2 th */

.sec_overview_wrap .shouni_wrap .logo_1 img {
  width: 330px;
}

.sec_overview_wrap .shouni_wrap .list_1 {
  margin-left: auto;
  display: inline-block;
  text-align: left;
}

.sec_overview_wrap .shouni_wrap .shouni_txt {
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding-left: 60px;
  margin-bottom: 12px;
}

.sec_overview_wrap .shouni_wrap .shouni_txt p {
  display: inline-block;
  color: #6dba37;
  font-size: 2rem;
  font-weight: bold;
}

.sec_overview_wrap .shouni_wrap .shouni_txt::before,
.sec_overview_wrap .shouni_wrap .shouni_txt::after {
  flex: none;
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background-image: url(../img/recruitment_deco_2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sec_overview_wrap .shouni_wrap .shouni_txt::after {
  transform: scale(-1, 1);
}

.sec_overview_wrap .sec_inner::before {
  bottom: -1250px;
  transform: rotate(90deg);
  right: -1650px;
}

.sec_overview_wrap {
  padding-bottom: 100px;
}

.sec_overview_wrap .overview_wrap {
  margin-bottom: 200px;
}

.sec_details_wrap .list_1>p {
  margin-left: 340px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: white;
  display: inline-block;
  padding: 0 1em;
  border-radius: 20px;
}

.sec_details_wrap .list_1:first-of-type>p {
  background: #FF7894;
}

.sec_details_wrap .list_1:nth-of-type(2)>p {
  background: #ff8412;
}

.rec_top_txt {
  position: relative;
  text-align: center;
  background: #fffaeb;
  padding: 10px;
  margin-bottom: 80px;
  display: inline-block;
}

.rec_top_txt p {
  font-size: 2rem;
  background: #fffaeb;
  display: inline-block;
  padding: 20px 40px 20px 140px;
  color: #f98312;
  border: 4px solid white;
  letter-spacing: 2px;
  font-weight: bold;
}

.rec_top_txt img {
  position: absolute;
  width: 100px;
  left: 30px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}

.txal-center {
  text-align: center;
  margin-top: -10px;
}

.sec_overview_wrap .img_1.shouni span {
  background-image: url(../img/overview_img_2.jpg);
}

@media (max-width: 767px) {
  .sec_mv_wrap .mv_wrap .bg_1 {
    margin-bottom: 20px;
    padding-top: 76%;
    background-position: center top;
  }

  .sec_mv_wrap .mv_wrap .mv_tit {
    left: 50%;
    top: 6%;
  }

  .sec_mv_wrap .mv_wrap .mv_tit .tit {
    font-size: 4rem;
    line-height: 0.8;
  }

  .sec_mv_wrap .mv_wrap .mv_tit .tit .lineb-whi {
    font-size: 0.4em;
    margin: 0 0.2em;
  }

  .sec_mv_wrap .mv_wrap .mv_tit .txbg-pur,
  .sec_mv_wrap .mv_wrap .mv_tit .txbg-or {
    font-size: 2rem;
    line-height: 1.8;
  }

  .sec_mv_wrap .mv_wrap .mv_tit .txbg-pur {
    margin-right: 10px;
  }

  .sec_overview_wrap .img_1 {
    border-radius: 20px 0 0 20px;
  }

  .sec_overview_wrap .img_1.shouni {
    position: static;
    margin: 60px 20px 40px -15px;
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
  }

  .sec_overview_wrap .shouni_wrap .list_1 {
    display: block;
  }

  .sec_overview_wrap .shouni_wrap .logo_1 {
    width: 220px;
    margin: 0 auto 40px;
  }

  .sec_overview_wrap .shouni_wrap .logo_1 img,
  .sec_overview_wrap .shouni_wrap .shouni_txt,
  .sec_overview_wrap .shouni_wrap .list_1 table,
  .sec_overview_wrap .shouni_wrap .list_2 table,
  .sec_overview_wrap .shouni_wrap .note_1 {
    width: 100%;
  }

  .sec_overview_wrap .overview_wrap {
    margin-bottom: 0;
  }

  .sec_overview_wrap .shouni_wrap {
    text-align: center;
  }

  .sec_overview_wrap .shouni_wrap .shouni_txt {
    text-align: center;
    padding-left: 0;
    justify-content: center;
    width: 100%;
  }

  .sec_overview_wrap .overview_wrap.shouni_wrap::before {
    content: none;
  }

  .sec_details_wrap .list_1>p {
    margin-left: 60px;
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .rec_top_txt {
    margin-bottom: 40px;
  }

  .rec_top_txt p {
    font-size: 1.3rem;
    padding: 20px 20px 20px 140px;
    text-align: left;
  }

  .txal-center {
    margin-top: 30px;
  }
}

.sec_interview_wrap .slide_wrap_1 .slide_item .thumb .name {
  flex-wrap: wrap;
}

.sec_interview_wrap .slide_wrap_1 .slide_item .thumb .name span.name_clinic {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
}

/* .sec_interview_wrap .slide_wrap_1 .slide_item.image_none .thumb{
	    height: 337px;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    justify-content: center;
}
.sec_interview_wrap .slide_wrap_1 .slide_item.image_none .thumb img{
    height: 240px;
    width: 100%;
    margin-bottom: 20px;
} */
@media (max-width: 767px) {
  .sec_interview_wrap .slide_wrap_1 .slide_item.image_none .thumb .name {
    width: 180px;
  }

  /* 	.sec_interview_wrap .slide_wrap_1 .slide_item.image_none .thumb {
    height: 190px;
	}
	.sec_interview_wrap .slide_wrap_1 .slide_item.image_none .thumb img {
    height: 150px;
		margin-bottom:0;
	} */
}