@charset "UTF-8";

/*テキスト*/
/************************************************************
default （ここから「全体」まではcommon.cssからの引き継ぎ）
**************************************************************/
* {
  box-sizing: border-box;
}

*::after, *::before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

strong, b {
  font-weight: normal;
}

em, i {
  font-style: normal;
}

button {
  border: none;
  cursor: pointer;
  font-size: 0;
}

button:focus {
  outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html {
  font-size: 62.5%;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#bodyIn {
  overflow: hidden;
}

/************************************************************ 共通 **************************************************************/
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.pc {
  display: none;
}

.cont_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  list-style: none;
}

.cont_sub_txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.txt_marker {
  background-color: #ffccdd;
}

.txt_em {
  color: #e3407e;
  font-size: 1.07em;
}

.txt_center {
  text-align: center;
}

.txt_en {
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
}

.txt_en02 {
  font-family: "Dancing Script", cursive;
}

.num {
  font-family: Didot LT STD, "Prata", serif;
}

.ttl {
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.img_wrap_frame {
  position: relative;
  padding-bottom: 15px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.img_wrap_frame.right_img {
  right: -6%;
  margin-left: auto;
}

.img_wrap_frame.right_img::after {
  left: 10%;
}

.img_wrap_frame.left_img {
  left: -6%;
  margin-right: auto;
}

.img_wrap_frame.left_img::after {
  right: 10%;
}

.img_wrap_frame::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90%;
  border: 1px solid #000;
  z-index: -1;
  content: "";
}

.img_wrap_frame img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  border-radius: 50%;
  background-color: #ccc;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background-color: #e3407e;
}

.page_lead {
  padding: 25px 5%;
  text-align: center;
}

.cont_lead {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
}

.cont_sec {
  padding-left: 5%;
  padding-right: 5%;
}

.sec_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.cont_inner {
  width: 93.75%;
  max-width: 1024px;
  margin: 0 auto;
}
.margin20{
  margin-bottom:20px;
}
.margin30{
  margin-bottom:30px;
}
.margin40{
  margin-bottom:40px;
}
.margin50{
  margin-bottom:50px;
}
.margin60{
  margin-bottom:60px;
}
.margin30t {
  margin-top:30px !important;
}

@media screen and (min-width: 750px) {
  .sec_inner {
    width: 85%;
  }
  .cont_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    list-style: none;
  }
  .cont_sub_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 770px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .img_wrap_frame {
    padding-bottom: 25px;
    overflow: visible;
  }
  .img_wrap_frame.right_img {
    right: -6%;
  }
  .img_wrap_frame.right_img::after {
    left: 5%;
  }
  .img_wrap_frame.left_img::after {
    right: 5%;
  }
  .page_lead {
    padding: 40px 5%;
    line-height: 1.8;
  }
  .cont_lead {
    font-size: 20px;
    font-size: 2rem;
  }
/*  .cont_sec {
    padding-left: 3%;
    padding-right: 3%;
  }*/
  .ttl {
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
}

/* media */
.btn {
  width: 85%;
  margin: 0 auto;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  list-style: none;
}

.cv_btn {
  max-width: 600px;
  border-radius: 75px;
}

.link_btn {
  border-radius: 5px;
}

.btn_2col {
  display: table;
  float: left;
  width: 48%;
  max-width: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.btn_2col:nth-of-type(even) {
  float: right;
  margin-left: 4%;
}

.btn_2col .btn_2col_body {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.btn_body {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn_body::after {
  display: block;
  position: absolute;
  width: 15px;
  height: 5px;
  background-image: url(/images/arrow_btn_wh_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}

.btn_prev .btn_body::after {
  left: 5%;
  right: auto;
  background-image: url(/images/arrow_btn_wh_left.png);
}

.btn_wh {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.btn_wh::after {
  display: block;
  position: absolute;
  right: 5%;
  width: 15px;
  height: 5px;
  background-image: url(/images/arrow_btn_bk.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}

.btn_prev .btn_wh::after {
  left: 5%;
  right: auto;
  background-image: url(/images/arrow_btn_bk_left.png);
}

.cv_btn_body {
  position: relative;
  padding: 20px 0 19px;
  border-radius: 75px;
  background-color: #e3407e;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  z-index: 1;
  font-weight: bold;
  font-size: 14px;
  padding-right: 5%;
}

.cv_btn_body::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 75px;
  background-image: linear-gradient(to bottom, #de4983 0%, #d8296c 100%);
  z-index: -1;
  content: "";
}

.cv_btn_body::after {
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_btn_body {
  padding: 15px 0 13px;
  border-radius: 5px;
  background-color: #ff9980;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.link_btn_body::after {
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circle_btn {
  position: absolute;
}

.circle_btn .circle_btn_body {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 70%;
  background-color: rgba(255, 153, 128, 0.8);
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 35% auto;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* ピンクボタン */

.pink_btn {
  width: 85%;
  max-width: 600px;
  border-radius: 75px;
  margin: 0 auto 70px auto;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pink_btn_b {
  width: 85%;
  max-width: 600px;
  border-radius: 75px;
  margin: 30px auto 70px auto;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pink_btn h3,
.pink_btn_b h3 {
  padding: 1.7em 1em 1.8rem 1em;
  background-image: linear-gradient(to bottom, #de4983 0%, #d8296c 100%);
  border-radius: 75px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 4px 0 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}
.pink_btn h3.sub,
.pink_btn_b h3.sub {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #de4983;
  letter-spacing: 1px;
  padding: 0;
  margin: 10px 0 0 0;
}
.pink_btn h3.sub::before,
.pink_btn_b h3.sub::before {
  margin-right: 15px;
  transform: rotate(-35deg);
}
.pink_btn h3.sub::after,
.pink_btn_b h3.sub::after {
  margin-left: 15px;
  transform: rotate(35deg);
}
.pink_btn h3.sub::before, .pink_btn h3.sub::after,
.pink_btn_b h3.sub::before, .pink_btn_b h3.sub::after {
  content: '';
  width: 2px;
  height: 32px;
  background-color: #de4983;
}
a:hover .pink_btn h3,
a:hover .pink_btn_b h3 {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 770px) {
  .pink_btn_b {
    margin: 100px auto 70px auto;
  }
  .pink_btn h3,
  .pink_btn_b h3 {
    padding: 1.3em 1em;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pink_btn h3.sub,
  .pink_btn_b h3.sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  }

/* */

.btn_wrap {
  padding: 40px 0;
}

.bnr_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bnr_item {
  text-align: center;
  line-height: 0;
}

.bnr_item a {
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.bnr_item + .bnr_item {
  margin-top: 20px;
}

@media screen and (min-width: 770px) {
  .btn_2col + .btn_2col {
    margin-left: 30px;
  }
  .link_btn {
    max-width: 400px;
  }
  .btn_body {
    font-size: 20px;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    cursor: pointer;
  }
  .btn_body::after {
    width: 30px;
    height: 10px;
    background-size: 100% auto;
  }
  .btn_wh {
    -webkit-transition: .5s;
    transition: .5s;
  }
  .btn_wh::after {
    width: 18px;
    height: 5px;
  }
  .btn .btn_wh:hover, .btn_2col .btn_wh:hover {
    background-color: #ffccdd;
  }
  .cv_btn_body {
    padding: 15px 0;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .cv_btn_body::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .cv_btn_body:hover {
    background-color: #e3407e;
  }
  .cv_btn_body:hover::before {
    opacity: 0;
  }
  .link_btn_body {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
  }
  .link_btn_body:hover {
    background-color: rgba(255, 153, 128, 0.8);
  }
  .btn_wrap {
    padding: 60px 0;
  }
  .bnr_item + .bnr_item {
    margin-top: 20px;
  }
  .bnr_item a {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .bnr_item a:hover {
    opacity: 0.8;
  }
  .cmn_bnr_box {
    max-width: 1200px;
    margin: 0 auto;
  }
  .cmn_bnr_box .bnr_item {
    display: inline-block;
    width: 32%;
    max-width: 384px;
    margin-left: 2%;
  }
  .cmn_bnr_box .bnr_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .cmn_bnr_box .bnr_item a {
    display: block;
  }
}

/* 新しいfooterバナーエリア */

.bottom-bnr {
  position: relative;
  display: flex;
  gap: 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
.bottom-bnr a div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  max-width: 360px;
  min-width: 360px;
  height: 96px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #E8E8E8;
  align-items: center;
  font-size: 14px;
  color: #D93070;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  transform-style: preserve-3d;
}
.bottom-bnr a div:hover {
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.10);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.10);
}
.bottom-bnr a div figure {
  line-height: 0;
}
.bottom-bnr a div figure img {
  width: 140px;
  height: 96px;
  object-fit: cover;
}
.bottom-bnr a div p {
  flex: 1;
  padding: 10px 15px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.bottom-bnr a div p span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width:769px) {
  .bottom-bnr {
    display: block;
    width: 100%;
  }
  .bottom-bnr a {
    display: block;
  }
  .bottom-bnr a div {
    max-width: unset;
    min-width: unset;
    margin-bottom: 15px;
    height: 96px;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .bottom-bnr a:last-child div {
    margin-bottom: 0;
  }
  .bottom-bnr a div p {
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .bottom-bnr a div figure {
    flex-shrink: 0;
    height: 100%;
  }
  .bottom-bnr a div figure img {
    width: 140px;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* */

.bnr_campaign {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 400px;
}

@media screen and (min-width: 770px) {
.bnr_campaign {
    width: 30%;
    margin-top: 20px;
  }
}

/* media */
.sec_ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}

.sec_ttl .ttl_sub {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
}

.sec_ttl::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20%;
  max-width: 100px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.while_border_ttl_wrap {
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.while_border_ttl_wrap .ttl_sub {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}

.while_border_ttl {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}

.while_border_ttl::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 88%;
  max-width: 600px;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.en_sec_ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
  text-align: center;
  line-height: 1;
}

.en_sec_ttl .ttl_sub {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.en_sec_ttl::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20%;
  height: 1px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.txt_sec_ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.txt_sec_ttl .ttl_sub {
  display: block;
  font-size: 1.7rem;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
}

.left_sec_ttl {
  margin-bottom: 25px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
  text-align: left;
}

.left_sec_ttl .ttl_sub {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.ttl_left_border {
  position: relative;
  padding: 7px 5%;
}

.ttl_left_border::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  content: "";
}

.ttl_label {
  padding: 12px 0;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
.additional_text{
  margin: 25px;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.4;
  text-align: center;
}


.label_gr {
  background-color: #4c4c4c;
}

.label_pk {
  background-color: #ff9980;
}

.ttl_border {
  position: relative;
  margin-bottom: 15px;
  padding: 18px 0;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}

.ttl_border::before, .ttl_border::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border: 1px solid #000;
  content: "";
}

.ttl_border::before {
  top: 0;
}

.ttl_border::after {
  bottom: 0;
}

.ttl_frame {
  position: relative;
  margin-bottom: 38px;
  padding: 35px 0;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.36;
}

.ttl_frame .ttl_sub {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Dancing Script", cursive;
  line-height: 1.45;
}

.ttl_frame::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 40px;
  background-color: #000;
  -webkit-transform: translate(-50%, 50%) rotate(30deg);
  transform: translate(-50%, 50%) rotate(30deg);
  content: "";
}

.ttl_frame .ttl_head {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -2px;
  width: 140px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ttl_frame .ttl_head .num {
  display: inline-block;
  font-size: 55px;
  font-size: 5.5rem;
  font-style: italic;
  vertical-align: middle;
}

.ttl_frame .ttl_head::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
  content: "";
}

.ribon_ttl {
  position: relative;
  z-index: 1;
}

.ribon_ttl .ribon_inner {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.ribon_ttl.ribon_gr .ribon_inner {
  background-color: #4c4c4c;
}

.ribon_ttl.ribon_gr::before {
  border-right-color: #333;
}

.ribon_ttl.ribon_pk .ribon_inner {
  background-color: #ff9980;
}

.ribon_ttl.ribon_pk::before {
  border-right-color: #de4377;
}

.ribon_ttl::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  border-style: solid;
  border-color: transparent;
  border-width: 0 5px 10px 0;
  content: "";
  z-index: -1;
}

@media screen and (min-width: 770px) {
  .sec_ttl {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sec_ttl .ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .while_border_ttl_wrap {
    margin-bottom: 40px;
  }
  .while_border_ttl_wrap .ttl_sub {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .while_border_ttl {
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .en_sec_ttl .ttl_sub {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .en_sec_ttl .ttl {
    font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  }
  .txt_sec_ttl {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .txt_sec_ttl .ttl_sub {
    font-size: 0.8em;
    font-family: "Italiana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .left_sec_ttl {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Italiana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .ttl_left_border {
    padding: 10px 30px;
  }
  .ttl_label {
    padding: 12px 0;
    margin-top: 60px;
    font-size: 2rem;
  }
  .ttl_border {
    margin-bottom: 50px;
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .ttl_border::before, .ttl_border::after {
    height: 4px;
  }
  .ttl_frame::after {
    height: 50px;
  }
  .ribon_ttl .ribon_inner {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .ribon_ttl::before {
    left: 0;
    bottom: -7px;
    border-width: 0 5px 10px 0;
  }
}

/*media*/
/************************************************************ パンくず **************************************************************/
.breadcrumb {
  background-color: #f0f0f0;
}

.breadcrumb_inner {
  width: 93.75%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  overflow-x: scroll;
  white-space: nowrap;
}

.breadcrumb_inner::-webkit-scrollbar {
  display: none;
}

.breadcrumb_item {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 5px;
  margin-left: 0;
}

.breadcrumb_item.parent::after {
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  content: ">";
}

.breadcrumb_item a {
  text-decoration: underline;
}

@media screen and (min-width: 770px) {
  .breadcrumb_inner {
    overflow-x: visible;
    margin: 60px auto 0; /* headerの追従でPCサイズだけ対応 */
  }
  .breadcrumb_item a:hover {
    text-decoration: none;
  }
}

.entry_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 56px;
  border-bottom: 1px solid #bfbebf;
  z-index: 800;
}

@media screen and (min-width: 770px) {
    .entry_header {
        position: fixed;
        height: auto;
        background-color: rgba(255, 243, 240, 0.8);
    }

    .entry_header .header_inner {
        padding: 5px 0px;
        min-height: 60px;
        position: relative;
    }

    .entry_header .header_inner .logo {
        width: 20%;
        margin: auto;
        float: left;
    }
}

.entry_header .logo {
  padding-top: 15px;
  float: none !important;
  display: block;
  text-align: center;
}

.entry_header .header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0 !important;
}

.entry_header .logo img {
  max-width: 190px;
  width: 70%;
}

/* media */
/************************************************************ ↓コンテンツ **************************************************************/
#wrapper {
  display: block;
  padding-top: 55px;
  overflow: hidden;
}

#top {
  overflow: hidden;
}

.wrapper_adviser {
  padding-bottom: 55px;
}

.page_ttl_wrap {
  padding: 25px 5%;
  background-image: url(/images/webp/page_ttl_bg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.page_ttl {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.1em;
}

.page_ttl .page_ttl_sub {
  display: block;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
}

.contents > *:nth-child(even) {
  background-color: #fff3f0;
}

/*企業インタビュー入れたら消す*/
.contents .top_knowhow_sec{
  background-color: #fff;
}
/*企業インタビュー入れたら消す*/

.edge_bar_box {
  position: relative;
  padding: 10px 5%;
  border: 1px solid #000;
  background-color: #fff;
  list-style: none;
}

.edge_bar_box::before, .edge_bar_box::after {
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  content: "";
}

.edge_bar_box::before {
  left: 8px;
  top: -15px;
}

.edge_bar_box::after {
  right: 8px;
  bottom: -15px;
}

.private_company_item {
  width: 130px;
  margin: 0 5px;
}
.noufound_list {
  width: 40%;
  margin-left: 5%;
}
.noufound_list:nth-child(even) {
  margin-left: 5%;
}
.noufound_list:nth-child(4n+1) {
  margin-left: 0;
}
.noufound_list {
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
}
@media screen and (min-width: 770px) {
  #wrapper {
    padding-top: 0;
  }
  .wrapper_adviser {
    padding-bottom: 55px;
  }

  .page_ttl_wrap {
    padding: 40px 0;
  }
  .page_ttl {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .page_ttl .page_ttl_sub {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .private_company_item {
    width: 130px;
    margin: 0 5px;
  }
}

/* media */
.contents .page_nav {
  width: 100%;
  background-color: rgba(254, 245, 242, 1);
  -webkit-transition: .5s;
  transition: .5s;
}

.contents .page_nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  -webkit-transition: .5s;
  transition: .5s;
}

.contents .page_nav.fixed.headerOn {
  -webkit-transform: translateY(56px);
  transform: translateY(56px);
}

.contents .page_nav .page_nav_inner {
  padding: 5px 0;
}

.contents .page_nav .page_nav_item {
  display: inline-block;
  /* width: 16.666666%; */
  /* width: calc(100% / 6); */
  white-space: nowrap;
  padding: 0 1%;
  border-left: 1px solid rgba(255, 207, 191, 1);
  vertical-align: top;
}

.contents .page_nav .page_nav_item:nth-child(1) {
  border-left: none;
}

.contents .page_nav .page_nav_body {
  display: block;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
}

.contents .page_nav .page_nav_body::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-bottom-color: #333;
  border-right-color: #333;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  content: "";
}

.contents .page_nav .page_nav_body.current {
  background-color: rgba(255, 207, 191, 1);
}

.contents .page_nav .page_nav_body.current::after {
}

@media screen and (max-width:769px) {
  .contents .page_nav .page_nav_item {
    width: calc(100% / 3);
  }
   .contents .page_nav .page_nav_body::after {
    display: none;
   }
   .service_page_nav .page_nav_body {
    height: 32px !important;
  }
}

@media screen and (min-width: 770px) {
  .contents .page_nav .page_nav_inner {
    padding: 5px 0;
  }
  .contents .page_nav .page_nav_body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .contents .page_nav .page_nav_body::after {
    bottom: 22%;
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
  }
  .contents .page_nav .page_nav_body:hover::after {
    bottom: 15%;
  }
}

/* media */
.article_list_box {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.article_list_box + .article_list_box {
  margin-top: 20px;
}

.article_list_box .article_list_box_body {
  padding-bottom: 30px;
}

.article_list_box .article_list_box_body::before {
  display: block;
  position: absolute;
  right: 12%;
  bottom: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  letter-spacing: 0.1em;
  content: "詳細を見る";
}

.article_list_box .article_list_box_body::after {
  bottom: 20px;
}

.article_list_box .article_list_box_inner {
  padding: 15px 5%;
}

.article_list_img img {
  width: 100%;
}

.seminar_list_img {
  position: relative;
}

.seminar_list_img .seminar_list_ttl {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
}

.seminar_list_img .seminar_list_ttl::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 102%;
  height: 105%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}

.seminar_list_img .seminar_list_ttl.pickup::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  padding-top: 7px;
  border-radius: 50%;
  background-color: #e3407e;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Dancing Script", cursive;
  text-align: center;
  line-height: 1;
  -webkit-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: 3;
  white-space: pre;
  box-sizing: border-box;
  content: "Pick\AUp!";
}

.seminar_list_img .seminar_list_ttl_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.seminar_list_label {
  left: -7.5%;
  width: 70%;
  font-size: 17px;
  font-size: 1.7rem;
}

.seminar_excerpt {
  margin-top: 15px;
  list-style: none;
}

.seminar_excerpt_item {
  position: relative;
  padding-left: 1em;
}

.seminar_excerpt_item::before {
  display: block;
  position: absolute;
  left: -0.1em;
  content: "●";
}

.seminar_excerpt_item + .seminar_excerpt_item {
  margin-top: 5px;
}

@media screen and (min-width: 750px) {
  .seminar_list_img .seminar_list_ttl.pickup::after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .seminar_list_img .seminar_list_ttl_inner {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 770px) {
  .article_list_box {
    display: inline-block;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
    vertical-align: top;
  }
  .article_list_box:nth-child(3n+1) {
    margin-left: 0;
  }
  .article_list_box + .article_list_box {
    margin-top: 0;
  }
  .article_list_box .article_list_box_body {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .article_list_box .article_list_box_body::before {
    right: 20%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .article_list_box .article_list_box_body::after {
    right: 8%;
  }
  .article_list_box .article_list_box_inner {
    padding: 15px 5% 35px;
  }
  .article_list_box .article_list_box_inner .cont_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .seminar_excerpt {
    margin-top: 20px;
    list-style: none;
  }
  .white_box_hover {
    position: relative;
  }
  .white_box_hover::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e3407e;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
    content: "";
  }
  .white_box_hover:hover {
    color: #e3407e;
  }
  .white_box_hover:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* media */
/*CA一覧*/
.ca_list_wrap .ca_list {
  display: inline-block;
  width: 48%;
  margin-bottom: 25px;
  vertical-align: top;
}

.ca_list_wrap .ca_list:nth-child(even) {
  margin-left: 4%;
}

.ca_list_wrap .ca_list:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.ca_list_body {
  display: block;
  width: 100%;
  outline: none;
}

.ca_info_box {
  position: relative;
  top: -35px;
  width: 86%;
  margin: 0 auto -30px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.ca_info_body {
  display: block;
  background-color: #fff;
  padding: 35px 0;
  text-align: center;
}

.ca_info_body::before {
  display: block;
  position: absolute;
  right: 18%;
  bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  letter-spacing: 0.1em;
  content: "詳細を見る";
}

.ca_info_body::after {
  right: 5%;
  bottom: 12%;
}

.ca_list_img {
  text-align: center;
}

.ca_list_img img {
  display: inline-block;
}

.ca_list_name {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.ca_list_name_en {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
}

.ca_other_adviser {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ca_other_adviser .en_sec_ttl {
  padding-bottom: 0;
}

.ca_other_adviser .en_sec_ttl::after {
  display: none;
}

/* アドバイザーのスライダー調整*/
.ca_list_slider {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 40px;
  overflow: hidden;
}

.ca_list_slider .slick-arrow {
  position: absolute;
  top: 5px;
  border: none;
  padding: 0;
  background: none;
  width: 13px;
  height: 13px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  z-index: 5;
}

.ca_list_slider .slick-arrow.slick-prev {
  left: 10%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ca_list_slider .slick-arrow.slick-next {
  right: 10%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ca_list_slider .slick-dots {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  z-index: 1;
}

.ca_list_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

@media screen and (min-width: 770px) {
  .ca_list_wrap .ca_list {
    width: 20.83%;
    margin-left: 5.56%;
  }
  .ca_list_wrap .ca_list:nth-child(even) {
    margin-left: 5.56%;
  }
  .ca_list_wrap .ca_list:nth-child(4n+1) {
    margin-left: 0;
  }
  .ca_list_wrap .ca_list:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .ca_list_img {
    cursor: pointer;
  }
  .ca_info_box {
    top: -45px;
    width: 85%;
    margin-bottom: -30px;
  }
  .ca_info_box::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e3407e;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
  }
  .ca_info_box:hover {
    color: #e3407e;
  }
  .ca_info_box:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .ca_info_body {
    padding: 20px 0 40px;
  }
  .ca_info_body::before {
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .ca_list_name {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .ca_list_name_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ca_other_adviser {
    padding-top: 60px;
    background-color: #fff3f0;
  }
  /* アドバイザーのスライダー調整*/
  .ca_list_slider {
    margin-bottom: 40px;
    padding-top: 60px;
  }
  .ca_list_slider .slick-arrow.slick-prev {
    left: 30%;
  }
  .ca_list_slider .slick-arrow.slick-next {
    right: 30%;
  }
  .ca_list_slider .slick-dots li {
    margin: 0 20px;
  }
}

/* media */
.qa_list_wrap .btn {
  margin-top: 30px;
}

.edge_bar_box.qa_list_box {
  padding: 0 5%;
}

.qa_list_item {
  border-bottom: 1px solid #000;
}

.qa_list_item:last-child {
  border-bottom: none;
}

.qa_list_item .qa_list_body {
  padding: 30px 6% 30px 15%;
}

.qa_list_item .qa_list_body::before {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Italiana", "ヒラギノ明朝 Pro W3", serif;
  line-height: 1;
  content: "Q.";
}

.qa_list_item .qa_list_body::after {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 770px) {
  .qa_list_wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .qa_list_wrap .btn {
    margin-top: 60px;
  }
  .qa_list_item .qa_list_body {
    padding: 25px 8%;
  }
  .qa_list_item .qa_list_body::before {
    left: 4%;
    top: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
  .qa_list_item .qa_list_body::after {
    width: 30px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .qa_list_item .qa_list_body:hover {
    color: #e3407e;
  }
}

.content_footer_area {
  padding: 40px 5%;
  background-image: url(/images/content_footer_area_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

.content_footer_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 5%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.content_footer_inner .content_footer_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
}

.content_footer_inner .content_footer_img {
  margin-bottom: 5px;
}

.content_footer_inner .content_footer_img img {
  max-width: 480px;
  width: 100%;
}

.content_footer_inner .content_footer_txt {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 0 2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.content_footer_inner .content_footer_txt::before, .content_footer_inner .content_footer_txt::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  content: "";
}

.content_footer_inner .content_footer_txt::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.content_footer_inner .content_footer_txt::after {
  right: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.content_footer_inner .cv_btn {
  width: 100%;
}

input.input_txt {
  width: 100%;
  max-width: 600px;
  height: 40px;
  margin-bottom: 15px;
  padding: 1em;
  border: 1px solid #4c4c4c;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.job_not_found{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
}

.weight_font{
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (min-width: 770px) {
  input.input_txt {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  input.input_txt {
  transform: scale(0.9);
  }
}


/*<!--notfound --> */
  .notfound_text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  }

  .notfound_box {
    width: 85%;
    margin: auto;
  }

.notfound_boxtext {
  font-size: 16px;
  font-size: 1.6rem;
 font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.notfound_body {
  display: inline-block;
  width: 100%;
  border:0.1rem solid rgb(243,157,136);
  box-shadow:0.3rem 0.4rem 0.5rem rgb(204,204,204);
}

.notfound_list_name {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

  .noufound_list {
    width: 47%;
    margin-left: 2%;
  }
  .noufound_list:nth-child(even) {
    margin-left: 1%;
  }
  .noufound_list:nth-child(4n+1) {
    margin-left: 2%;
  }
  .noufound_list {
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
}
.notfound_btn{
   width: 50%;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 770px) {
  .noufound_list {
    width: 23%;
    margin-left: 2%;
  }
  .noufound_list:nth-child(even) {
    margin-left: 2%;
  }
  .noufound_list:nth-child(4n+1) {
    margin-left: 1;
  }
  .noufound_list {
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
}
}
.noufound_btn {
  width: 50%;
  margin: 10px auto 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 769px) {
  .noufound_btn {
    width: 85%;
  }
}
/*
</!-- notfound --> */

/*-----------------------*/
/*----after_solid_box---*/
@media screen and (min-width: 770px) {

.img_box{
  position: relative;
  padding-bottom: 280px;
  z-index: 1;
  width: 100%;
}

.img_frame{
  position: absolute;
  left:0;
  width: 45%;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: auto;
  line-height: 0;
  max-width: 540px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.inlineblock_cont_wrap{
  width: 50%;
  padding: 0 0 35px 5%;
  margin-right: auto;
  position: relative;
  float: right;
  display: inline-block;
  margin-top:3em;
}

}
/*---index twenties---*/
.twentiesbox{
  width: 100%;
}
.twentieswrap{
  display: inline-flex;
  width: 100%;
  justify-content:space-between;
  padding: 0 2rem 2rem;
}
.twenties_list{
    width: 30%;
    height:25%;
    padding: 13px 0 15px 0;
    border-radius: 5px;
    background-color: #ffad99;
    text-align: center;
    vertical-align: top;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);

}
.twenties_subtxt{
  font-size: 1.5rem;
  font-family:Didot LT STD, "Prata", serif;
  font-style:italic;
  padding: 0 0 0 1.5rem;
  text-align: left;
}
.twentiestxt{
  font-size: 4rem;
  font-family:Didot LT STD, "Prata", serif;
  font-style:italic;
  position: relative;

}
.twentiestxt:after{
    display: block;
    position: absolute;
    right: 5%;
    width: 15px;
    height: 5px;
    background-image: url(/images/arrow_btn_wh.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
}

@media screen and (min-width: 770px){
.twenties_pc{
  width: 85%;
  margin:0 auto;
}
}
/*---/index twenties---*/
/*---/cvb fixed---*/
@media screen and (min-width: 770px){
.toroku_wrap{
  padding: 30px 25%;
}
}
@media screen and (max-width: 769px){
.t_wrap{
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color:#f0f0f0;
}
.toroku{
  width: 85%;
  margin:10px auto;
}

}
/*---/cvb fixed---*/

/*news*/
.news_txt{
  font-weight: bold;
  font-size: 1.6rem;
}
.anker_link{
 text-decoration: underline;
}
@media screen and (max-width: 769px){
.news_list{
  list-style: disc;
  padding: 0 10%;
  color:#f06090;
}
}
@media screen and (min-width: 770px){
.news_list{
  list-style: disc;
  padding: 0 30%;
  color:#f06090;
}
}
/*news*/
/*sns_btn*/
.interview_share_wrap {
  text-align: center;
}

.interview_share_wrap .share_btn:first-child::after {
  display: none;
}

.interview_share_wrap .share_btn {
  margin: 0 2.5%;
}

/*--- 同じジャンルの転職ノウハウ・人気記事ランキング ---*/

@media screen and (min-width: 770px){
.recommend_title {
  padding-top: 55px;
  padding-bottom: 30px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.bg_pink {
  background-color: #fff3f0 !important;
}

.bg_white {
  background-color: #fff !important;
}

.recommend_position{
  width: 100%;
  margin: 0 auto;
  padding: 55px 0;
}

.recommend_card{
  position: relative;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.ranking_recommend_img img{
  width: 100%;
}

.icon_ranking1::after{
  background-image: url(/images/icon_ranking1.png);
}
.icon_ranking2::after{
  background-image: url(/images/icon_ranking2.png);
}
.icon_ranking3::after{
  background-image: url(/images/icon_ranking3.png);
}
.icon_ranking4::after{
  background-image: url(/images/icon_ranking4.png);
}
.icon_ranking5::after{
  background-image: url(/images/icon_ranking5.png);
}
.icon_ranking1::after,
.icon_ranking2::after,
.icon_ranking3::after,
.icon_ranking4::after,
.icon_ranking5::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.recommend_card p{
  display: flex;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
}
@media screen and (max-width: 769px) {
  .recommend_title {
    background-color: #fff3f0;
    padding-top: 55px;
    padding-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
  }

  .bg_pink {
    background-color: #fff3f0 !important;
  }

  .bg_white {
    background-color: #fff !important;
  }

  .recommend_position {
    padding-right: 5%;
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .recommend_card{
    position: relative;
    border: 1px solid #e7e7e7;
    background: #fff;
  }

  .icon_ranking1::after{
    background-image: url(/images/icon_ranking1.png);
  }
  .icon_ranking2::after{
    background-image: url(/images/icon_ranking2.png);
  }
  .icon_ranking3::after{
    background-image: url(/images/icon_ranking3.png);
  }
  .icon_ranking4::after{
    background-image: url(/images/icon_ranking4.png);
  }
  .icon_ranking5::after{
    background-image: url(/images/icon_ranking5.png);
  }
  .icon_ranking1::after,
  .icon_ranking2::after,
  .icon_ranking3::after,
  .icon_ranking4::after,
  .icon_ranking5::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
  }
  .recommend_card p{
    display: flex;
    padding: 10px;
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.6;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
}

.job_comfirmed_date {
  font-size: 12px;
  position: relative;
  bottom: 10px;
  color: #444;
}

/*--- 新着求人ピックアップ ---*/

.job-recommend__title{
  background-color: #fff;
  border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
}
.job-recommend__title-text{
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}
.job-recommend__wrapper{
  width: 100%;
}
.job-recommend-card{
  width: 100%;
  border: 1px solid #eee;
  border-top: 2px solid #ff9980;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: rgb(237, 241, 247) 0px 3px 6px 0px;
  height: 190px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.job-recommend__wrapper + .job-recommend__wrapper{
  margin-top: 30px;
}
.job-recommend__link{
  display: block;
  margin:5%;
  position: relative;
}
.job-recommend__job-name{
  display: block;
  vertical-align: middle;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height:1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-recommend__campany-name{
  display: block;
  vertical-align: middle;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ffe7e0;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job-recommend__price{
  display: block;
  color: #444;
  font-size: 14px;
  line-height: 1.8em;
}
.job-recommend__price::before{
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right:12px;
  margin-bottom: -3px;
  background-image: url(/images/job_price.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.job-recommend__pref{
  display: block;
  color: #444;
  font-size: 1.4em;
  font-size: 14px;
  line-height:1.8em;
}
.job-recommend__pref::before{
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right:12px;
  margin-bottom: -3px;
  background-image: url(/images/job_pref.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 770px){
  #recommend_position{
    display: flex;
    width: 100%;
    padding: 3% 15%;
    justify-content: space-around;
    flex-wrap:wrap;
    background: #fff;
  }
  .job-recommend__wrapper{
    display: flex;
    width: 30%;
  }
  .job-recommend__wrapper:nth-child(3n),
  .job-recommend__wrapper:nth-child(3n-1){
    margin-left: 2%;
  }
  .job-recommend__wrapper + .job-recommend__wrapper{
    margin-top: 0px;
  }
  .job-recommend__wrapper{
    margin-bottom: 30px;
  }
  .job-recommend__wrapper:nth-last-child(-n+3){
    margin-bottom: 0;
  }
/*  .job-recommend__title-text{
    margin-bottom: 60px;
  } */
}
@media screen and (max-width: 669px){
  #recommend_position{
    display: flex;
    width: 100%;
    padding-bottom: 55px;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-around;
    flex-wrap:wrap;
    background: #fff;
  }
}
/*---/job_recommend---*/

/*---cardBox--*/
.noticeBox {
  margin: 10px auto 0 auto;
  background-color: #fff;
  color: #333;
  padding: 7%;
}

.h3Notice {
  padding: 1rem 2rem 1rem 8px;
  border-top: 3px solid #ffd6e4;
  border-bottom: 3px solid #ffd6e4;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.cardBox div {
  width: 90%;
  border: 1px solid #000;
  margin: 10px auto 0 auto;
  background-color: #fff;
  color: #333;
  padding: 4%;
}

p.box_text {
  font-size: 1.4rem;
  margin-bottom: 0!important;
  margin-top: 7px;
  line-height: 1.5;
}

h3.txt_block{
  font-weight: bold;
  font-size: 1.4rem;
}

.text_box div{
  padding-top:20px;
  padding-bottom:20px
}

p.box_text {
  font-size: 1.4rem;
  margin-bottom: 0!important;
  margin-top: 5px;
  line-height: 1.5
}

h3.txt_block {
  font-weight: bold;
}

br.new_line {
  display: none;
}
/*---/cardBox--*/

.toggleBtn{
  position: relative;
}

div.toggleBtn:before,
div.toggleBtnUp:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -8px 0 0;
  right: 8px;
  top: 50%;
  background-image: url(/images/top/blt_rightcolumn_2.png);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  background-size: 14px auto;
  transition: all .2s ease-in-out;
}

div.toggleBtn.on:before,
div.toggleBtnUp.on:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  right: 15px;
  top: 50%;
  background-image: url(/images/top/blt_rightcolumn_2.png);
  background-position: left top;
  background-repeat: no-repeat;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
  background-size: 15px auto;
  transition: all .2s ease-in-out;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

/*---cardBox--*/
@media screen and (min-width: 770px){

.noticeBox {
  width: 45%;
  margin: 10px auto 0 auto;
  background-color: #fff;
  color: #333;
  padding: 4%;
  margin-bottom: -20px;
}

.h3Notice {
  padding: 1rem 2rem 1rem 8px;
  border-top: 3px solid #ffd6e4;
  border-bottom: 3px solid #ffd6e4;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.cardBox div{
  width: 45%;
  border: 1px solid #000;
  margin: 10px auto 0 auto;
  background-color: #fff;
  color: #333;
  padding: 4%;
}

p.box_text {
font-size: 1.4rem;
margin-bottom: 0!important;
margin-top: 7px;
line-height: 1.5;
}
h3.txt_block{
font-weight: bold;
font-size: 1.4rem;
}
.text_box div{
padding-top:20px;
margin-bottom: 5px;
}

p.box_text {
font-size: 1.4rem;
margin-bottom: 0!important;
margin-top: 7px;
line-height: 1.5;
}

h3.txt_block:before{
  font-size:0;
}

br.new_line{
  display: initial;
}

}
/*---/cardBox--*/

/*---recomend--*/
@media screen and (min-width: 770px){
.h2style.recomend_bg {
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 30px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}

.h2style.recomend_bg {
    margin-bottom: 60px;
}

.knowhow-recommend__wrapper {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

.knowhow-recommend__title {
    vertical-align: top;
    padding: 4% 10px 10px 10px;
    display: inline-block;

}

.knowhow-recommend__link {
  font-size: 1.6rem;
  font-weight: 700;
  color:#333333;
  line-height: 1.6;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }


.knowhow-recommend__text {
    font-size: 1.4rem;
    color: #2a2a2a;
    line-height: 1.6;
    padding: 7px 0;
    font-weight: normal;

}

#recommend_knowhow_position{
background-color: #fff;
max-width: 1020px;
width: 100%;
margin: 0 auto;
padding-bottom: 55px;
display: flex;
justify-content: space-around;
}

}

@media screen and (max-width:769px){

.recomend_title{
    background-color: #fff;
    padding-top: 55px;
    padding-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: Didot LT STD, "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", serif;
}


#recommend_knowhow_position{
    width: 93.75%;
    max-width: 1024px;
    margin: 0 auto;
}

.knowhow-recommend__wrapper{
    display: block;
    margin: auto;
    padding: 3px 5px;
    background: #fff;
}

.knowhow-recommend__title{
    width: 70%;
    padding: 5px;
}

.knowhow-recommend__link{
    font-size: 1.5rem;
    width: 40%;
    color: #333333;
    line-height: 1.6;
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.knowhow-recommend__text{
  display:none
}

.knowhow-recommend-card{
  display: flex;
}


}
/*---/recomend--*/

/* 新しいSP-cvrボタン */

@media screen and (max-width: 769px) {
  .button2-c-wrap {
    margin: 10px auto;
    text-align: center;
    width: 80%;
  }
  .button2,
  a.button2,
  button.button2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 75px;
  }
  a.button2-c {
    font-size: 1.3rem;
    width: 100%;
    position: relative;
    padding: 20px 1.5rem 20px 1.5rem;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(221, 69, 124, 1) 22%, rgba(231, 153, 72, 1));
  }
  a.button2-c span.fukidasi {
    font-size: 1rem;
    position: absolute;
    top: -1.65rem;
    left: calc(50% - 60px);
    display: block;
    width: 120px;
    padding: 0.45rem 0;
    color: #000;
    border: 2px solid #ccc;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  a.button2-c span.fukidasi:before,
  a.button2-c span.fukidasi:after {
    position: absolute;
    left: calc(50% - 5px);
    content: "";
  }
  a.button2-c span.fukidasi:before {
    bottom: -6px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
  }

  a.button2-c span.fukidasi:after {
    bottom: -4px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  a.button2-c span.red {
    color: #EF2323;
  }

  a.button2-c:after {
    content: "→";
    position: absolute;
    right: 20px;
  }
}

/*--------------------------------------------
全体
--------------------------------------------*/
.contents > section:nth-child(even) {
  background-color: #fff;
}
.contents > section:nth-child(odd) {
  background-color: #fff3f0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.width-100 {
  width: 100% !important;
}
.width-1038 {
  max-width: 1038px !important;
}
.width-1020 {
  width: 100% !important;
  max-width: 1120px !important;
}
.mb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mtb-3 {
  margin-top: -3rem !important;
}
@media screen and (min-width: 875px) {
  .service_chara_sec .cont_inner {
    padding-bottom: 54px !important;
  }
}
@media screen and (max-width:769px) {
  .service_page_nav .page_nav_item:nth-child(1) .page_nav_body,
  .service_page_nav .page_nav_item:nth-child(2) .page_nav_body {
    padding-top: 6px !important;
  }
}

/*--------------------------------------------
見出し
--------------------------------------------*/
.cont_inner h2.midasi {
  color: #DE4983;
  font-weight: 700;
}
.cont_inner h2.midasi {
  font-size: 2.4rem;
  position: relative;
  padding: 5rem 0 2rem 0;
  text-align: center;
  line-height: 1.3;
}
.cont_inner h2.midasi span {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
}
.cont_inner h2.midasi:before {
  position: absolute;
  top: 30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #DE4983;
}
@media screen and (min-width: 750px) {
  .cont_inner h2.midasi {
    font-size: 3.4rem;
    line-height: 1.3;
    padding-top: 5rem;
  }
  .cont_inner h2.midasi span {
    font-size: 3.0rem;
  }
}

/*--------------------------------------------
ノウハウコラム
--------------------------------------------*/
.service_merit {
  padding-top: 3rem !important;
}
.service_list_slick {
  width: 100%;
  max-width: 1119px;
}
.meeting_wrapper + .link_btn {
  margin-top: 30px;
}
.meeting_wrapper {
  margin: 2rem 0 5rem 0;
}
.meeting_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  margin: -10px 5px 10px 5px;
  width: 100%;
}
.meeting_box a {
  transition: 0.5s;
}
.meeting_card {
  background: #fff;
  border-radius: 9px;
  margin: 10px;
  border: 1px solid #E8E8E8;
  width: 358px;
  min-height: 249px;
  overflow: hidden;
}
.meeting_card p.text {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
  padding: 10px 15px 0 15px;
}
.meeting_img_wrapper {
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.meeting_img_wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  display: block;
}
.meeting_card:hover .meeting_img_wrapper img {
  transform: scale(1.1);
}
.meeting_card_inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.meeting_card_inner h3 {
  font-size: 18px;
  color: #D64476;
  font-weight: 700;
  margin: 0 15px;
  padding: 15px 0 0 0;
  line-height: 1.4;
}
.meeting_card_inner ul {
  display: block;
  padding: 10px 15px 15px 30px;
  list-style-type: disc;
  flex-grow: 1;
}
.meeting_card_inner ul li {
  font-size: 13px;
  line-height: 1.6;
}
.meeting_card_footer {
  margin: auto 0 0;
}
.meeting_card_footer p {
  font-size: 14px;
  text-align: right;
  color: #D64476;
  font-weight: 700;
  position: relative;
  margin: 0 15px 15px 0;
  padding-right: 10px;
}
.meeting_card_footer p::after {
  content: '';
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-43%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #D64476;
  border-right: 2px solid #D64476;
  transition: transform 0.3s ease, right 0.3s ease;
}
@media screen and (max-width: 769px) {
  .meeting_list_slick .slick-track {
    padding-left: 20px;
  }
  .meeting_card {
    min-height: 285px;
  }
}
.meeting_list_slick .slick-prev:before,
.meeting_list_slick .slick-next:before {
  font-size: 22px;
}
.custom-arrows-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 308px;
  margin: 20px auto 0 auto;
}
.custom-arrow-c {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  border: 2px solid #D64476;
  color: #D64476;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
}
.custom-arrow-c::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
  transition: inherit;
}
.custom-arrow-c.next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.slick-dots {
  order: 1;
  flex: 1;
  text-align: center;
  bottom: 12px;
}
.custom-arrow-c.prev { order: 0; }
.custom-arrow-c.next { order: 2; }
@media only screen and (min-width: 1025px) {
  .custom-arrow-c {
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
  }
  .custom-arrow-c:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}