@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview_fv  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#interview_fv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 71.2rem;
  overflow: hidden;
  background: url("../../../common/img/gradation_bk.webp") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  #interview_fv {
    padding: 14.2rem 10rem 0 13rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv {
    height: auto;
    padding-top: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #interview_fv .wrapper .keyvisual {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
#interview_fv .wrapper .keyvisual .fv_pht {
  position: relative;
  width: 61.5rem;
  height: 48.8rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #interview_fv .wrapper .keyvisual .fv_pht {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .fv_pht {
    width: 100%;
    height: 28rem;
  }
}
#interview_fv .wrapper .keyvisual .fv_pht img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .fv_pht img {
    border-radius: 1.5rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box .marquee_box {
  position: relative;
}
#interview_fv .wrapper .keyvisual .text_box .marquee_box h1 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .marquee_box h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box .marquee_box .marquee {
  z-index: 1;
  overflow: inherit;
  top: -5.7rem;
  left: -10rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .marquee_box .marquee {
    top: -5.4rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .marquee_box .marquee .marquee__item {
    font-size: 7rem;
    line-height: 12rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box h2 {
  font-size: 4.4rem;
  line-height: 5.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 2.5rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box .name {
  display: block;
  font-size: 3.4rem;
  margin: 3rem 0 1.3rem 0;
  padding: 0.6rem 0.8rem 0.8rem 0.8rem;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--black);
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .name {
    font-size: 2.2rem;
    margin: 2rem 0 1rem 0;
  }
}
#interview_fv .wrapper .keyvisual .text_box .text .jp {
  display: block;
  font-size: 1.6rem;
  color: var(--black);
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--white);
  padding: 0.5rem 0.7rem 0.7rem 0.7rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .text .jp {
    font-size: 1.3rem;
  }
}
#interview_fv .breadcrumb ul li:not(:first-child)::after {
  color: var(--white);
}
#interview_fv .breadcrumb ul li:not(:first-child) a {
  color: var(--white);
}
#interview_fv .breadcrumb ul .breadcrumb__home a {
  color: var(--white);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* chapter  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#chapter {
  position: relative;
}
@media screen and (min-width: 769px) {
  #chapter {
    display: flex;
  }
  #chapter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 26.5rem;
    width: 1px;
    height: 100%;
    background-color: var(--gray);
  }
}
#chapter .left {
  position: sticky;
  align-self: flex-start;
  top: 0;
  width: 31.1rem;
  padding: 0 2rem 0 4.7rem;
}
@media screen and (max-width: 768px) {
  #chapter .left {
    display: none;
  }
}
#chapter .left ul {
  padding-top: 10rem;
}
#chapter .left ul li.active {
  color: #0068B7;
}
#chapter .left ul li.active .en {
  color: #0068B7;
}
#chapter .left ul li.active .en::after {
  opacity: 1;
}
#chapter .left ul li .en {
  position: relative;
  display: block;
  font-size: 1rem;
  color: var(--gray);
  margin-bottom: 0.7rem;
  transition: var(--hover_ani_time);
}
#chapter .left ul li .en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1rem;
  height: 1px;
  background-color: var(--blue);
  opacity: 0;
  transition: var(--hover_ani_time);
}
#chapter .left ul li .jp {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 2.8rem;
}
#chapter .right {
  width: 100%;
}
#chapter .right .common_inner {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .item:not(:last-child) {
    padding: 10rem 10rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .item:not(:last-child) {
    padding-top: 6rem;
    width: 90%;
    margin: 0 auto;
  }
}
#chapter .right .common_inner .item .text_box .title .en {
  font-size: 1.5rem;
  color: var(--blue);
}
#chapter .right .common_inner .item .text_box .title h3 {
  font-size: 3.1rem;
  line-height: 4.3rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .item .text_box .title h3 {
    margin-top: 1rem;
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
#chapter .right .common_inner .item .text_box p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .flex_item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .flex_item .text_box {
    width: 43.8rem;
  }
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .flex_item .text_box p {
    margin-bottom: 2rem;
  }
}
#chapter .right .common_inner .flex_item .item_ph {
  width: 45rem;
  height: 28rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .flex_item .item_ph {
    width: 100%;
    height: 21rem;
  }
}
#chapter .right .common_inner .flex_item .item_ph img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .flex_item .item_ph img {
    border-radius: 1.5rem;
  }
}
#chapter .right .common_inner .end_item {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .end_item {
    margin-top: 6rem;
    padding: 6rem 0;
    background: url("../../../common/img/gradation_bk.webp") no-repeat center/cover;
  }
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .end_item .text_box {
    padding: 10rem;
    background: url("../../../common/img/gradation_bk.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .end_item .text_box {
    width: 90%;
    margin: 0 auto;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* other  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#other {
  padding: 10rem 0;
  background: url("../../common/img/other_bk.webp") no-repeat center/cover;
  margin-bottom: -10rem;
}
@media screen and (max-width: 768px) {
  #other {
    padding: 6rem 0;
    margin-bottom: -6rem;
  }
}
#other .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
#other .item li {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 57rem;
  height: 38rem;
  border-radius: 2rem;
  overflow: hidden;
}
#other .item li:hover::after {
  transform: scale(0.85);
}
@media screen and (max-width: 768px) {
  #other .item li {
    height: 20rem;
    border-radius: 1.5rem;
  }
}
#other .item li::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  bottom: 3rem;
  right: 3rem;
  background: url("../../../common/img/btn_bule.svg") no-repeat center/cover;
  transition: transform 0.6s ease;
}
#other .item li::after:hover::after {
  transform: scale(0.85);
}
@media screen and (max-width: 768px) {
  #other .item li::after {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
#other .item li:not(:last-child) {
  margin-bottom: 2rem;
}
#other .item li:hover .bk_img {
  transform: scale(1.1);
}
#other .item li a {
  width: 100%;
  height: 100%;
}
#other .item li a .bk_img {
  width: 100%;
  height: 100%;
  transition: var(--hover_ani_time);
}
#other .item li a .box {
  position: absolute;
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #other .item li a .box {
    bottom: 1.5rem;
  }
}
#other .item li a .box h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  color: var(--white);
  background-color: var(--black);
  padding: 0.8rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  #other .item li a .box h3 {
    font-size: 2.2rem;
    padding: 0.4rem;
  }
}
#other .item li a .box .text_box p {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  background-color: var(--white);
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  #other .item li a .box .text_box p {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* common_fv01 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#common_fv01 {
  position: relative;
}
@media screen and (min-width: 769px) {
  #common_fv01 {
    height: 41rem;
    padding-top: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  #common_fv01 {
    height: 60vw;
    margin-top: 8.2rem;
  }
}
#common_fv01 .keyvisual {
  position: relative;
  z-index: 1;
  width: 130rem;
  height: 41rem;
  margin-left: auto;
  overflow: hidden;
  clip-path: inset(0);
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual {
    width: 100%;
    height: 100%;
  }
}
#common_fv01 .keyvisual .page_title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 12rem;
  transform: translateY(-50%);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual .page_title {
    left: 2rem;
  }
}
#common_fv01 .keyvisual .page_title .en {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual .page_title .en {
    font-size: 3.8rem;
  }
}
#common_fv01 .keyvisual .page_title .sub {
  position: relative;
  font-size: 2rem;
  padding-left: 5.5rem;
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual .page_title .sub {
    padding-left: 2rem;
  }
}
#common_fv01 .keyvisual .page_title .sub::after {
  content: "/";
  position: absolute;
  font-size: 1.9rem;
  top: 15%;
  left: 2.2rem;
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual .page_title .sub::after {
    font-size: 1.4rem;
    left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual .page_title .sub {
    font-size: 1.4rem;
  }
}
#common_fv01 .keyvisual .page_title h1 {
  font-size: 5rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  #common_fv01 .keyvisual .page_title h1 {
    font-size: 2.2rem;
    margin-top: 0.5rem;
  }
}
#common_fv01 .keyvisual .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #common_fv01 .keyvisual .img img {
    border-radius: 2rem 0 0 2rem;
  }
}
#common_fv01 .anchor_link {
  position: absolute;
  z-index: 4;
  bottom: -10vw;
  left: 0;
  border-radius: 0 2rem 2rem 0;
  background-color: var(--black);
}
@media screen and (max-width: 768px) {
  #common_fv01 .anchor_link {
    display: none;
  }
}
#common_fv01 .anchor_link .wrapper {
  position: relative;
}
#common_fv01 .anchor_link .wrapper .en {
  position: absolute;
  display: block;
  top: 43%;
  left: -0.5rem;
  transform: rotate(90deg);
  font-size: 1rem;
  color: var(--white);
}
#common_fv01 .anchor_link .wrapper ul {
  margin: 5rem 0 5rem 5rem;
  width: 27.3rem;
}
#common_fv01 .anchor_link .wrapper ul li:not(:first-child) {
  margin-top: 1.5rem;
}
#common_fv01 .anchor_link .wrapper ul li a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding-right: 1.6rem;
}
#common_fv01 .anchor_link .wrapper ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.83rem;
  height: 0.721rem;
  background: url(../../common/img/anchor_link_btn_white.svg) no-repeat center/cover;
}
#common_fv01 .breadcrumb ul li:not(:first-child)::after {
  content: "/";
  position: absolute;
  bottom: 0;
  left: -1.6rem;
  color: var(--black);
}
#common_fv01 .breadcrumb ul li:not(:first-child) a {
  color: var(--black);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* person_looking_for */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#person_looking_for {
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  #person_looking_for {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #person_looking_for .common_inner .common_tilte {
    margin-bottom: 2rem;
  }
}
#person_looking_for .common_inner .common_tilte .en,
#person_looking_for .common_inner .common_tilte h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #person_looking_for .common_inner .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #person_looking_for .common_inner .wrapper {
    padding-top: 2rem;
  }
}
#person_looking_for .common_inner .wrapper .item {
  width: 28.5rem;
  height: 46.3rem;
  padding: 2.9rem 3.7rem 3.5rem 3.7rem;
  background-color: var(--bk_light_blue);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #person_looking_for .common_inner .wrapper .item {
    width: 100%;
    height: auto;
  }
  #person_looking_for .common_inner .wrapper .item:not(:nth-last-of-type(1)) {
    margin-bottom: 6rem;
  }
}
#person_looking_for .common_inner .wrapper .item .en {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 3.8rem;
  color: var(--light_blue_text);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #person_looking_for .common_inner .wrapper .item .en {
    font-size: 4.4rem;
  }
}
#person_looking_for .common_inner .wrapper .item h3 {
  font-size: 1.8rem;
  line-height: 2.7rem;
  padding: 1.1rem 0 1.7rem 0;
  text-align: center;
  color: var(--blue);
}
@media screen and (min-width: 769px) {
  #person_looking_for .common_inner .wrapper .item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.9rem;
  }
}
@media screen and (max-width: 768px) {
  #person_looking_for .common_inner .wrapper .item h3 {
    font-size: 2.1rem;
    line-height: 3.2rem;
    padding: 2rem 0 2rem 0;
  }
}
#person_looking_for .common_inner .wrapper .item p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* requirements */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#requirements {
  margin-top: var(--section_con_padding);
  padding: var(--section_con_padding) 0;
  background-color: var(--bk_light_blue);
  border-radius: 5rem;
}
@media screen and (max-width: 768px) {
  #requirements {
    border-radius: 4rem;
  }
}
#requirements .common_inner .common_tilte .en,
#requirements .common_inner .common_tilte h2 {
  text-align: center;
}
#requirements .common_inner .tabs {
  /* 視覚的に非表示（visually-hidden） */
}
#requirements .common_inner .tabs input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
#requirements .common_inner .tabs .tab-labels {
  display: flex;
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-labels {
    flex-wrap: wrap;
  }
}
#requirements .common_inner .tabs .tab-contents {
  margin-top: 4rem;
}
#requirements .common_inner .tabs .tab-contents .content-tab ul li {
  display: flex;
  padding: 2.4rem 5rem 2.5rem 5rem;
  align-items: center;
  border-radius: 1.2rem;
  width: 100%;
}
#requirements .common_inner .tabs .tab-contents .content-tab ul li:nth-child(odd) {
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-contents .content-tab ul li {
    padding: 1.7rem;
    height: auto;
  }
}
#requirements .common_inner .tabs .tab-contents .content-tab ul li .jp {
  display: block;
  font-size: 1.8rem;
  color: var(--blue);
  width: 25.6rem;
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-contents .content-tab ul li .jp {
    font-size: 1.5rem;
    width: 30%;
    line-height: 2.6rem;
  }
}
#requirements .common_inner .tabs .tab-contents .content-tab ul li .p_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-contents .content-tab ul li .p_box {
    width: 100%;
  }
}
#requirements .common_inner .tabs .tab-contents .content-tab ul li p {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-contents .content-tab ul li p {
    font-size: 1.3rem;
    line-height: 2.5rem;
    line-height: 2.2rem;
    width: 100%;
    padding-left: 1.3rem;
  }
}
#requirements .common_inner .tabs .tab-contents .content-tab ul li p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-contents .content-tab ul li p:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
#requirements .common_inner .tabs .tab-contents .common_btn {
  margin: 6rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  #requirements .common_inner .tabs .tab-contents .common_btn {
    margin: 3rem auto 0 auto;
  }
}
#requirements .common_inner .tabs .content-tab1 {
  display: block;
}
#requirements .common_inner .tabs .tab-contents > div {
  display: none;
}
#requirements .common_inner .tabs {
  /* チェックされたタブのラベルのスタイル */
}
#requirements .common_inner .tabs #tab1:checked ~ .tabs-inner label[for=tab1] {
  color: var(--blue);
  cursor: pointer;
  border-bottom-color: var(--blue);
}
#requirements .common_inner .tabs #tab1:checked ~ .tabs-inner label[for=tab1] .tab-jp::after {
  background: url("../../common/img/blue_bottom_arrow.svg") no-repeat center/cover;
}
#requirements .common_inner .tabs #tab1:checked ~ .tabs-inner .content-tab1 {
  display: block;
}
#requirements .common_inner .tabs #tab2:checked ~ .tabs-inner label[for=tab2] {
  color: var(--blue);
  cursor: pointer;
  border-bottom-color: var(--blue);
}
#requirements .common_inner .tabs #tab2:checked ~ .tabs-inner label[for=tab2] .tab-jp::after {
  background: url("../../common/img/blue_bottom_arrow.svg") no-repeat center/cover;
}
#requirements .common_inner .tabs #tab2:checked ~ .tabs-inner .content-tab2 {
  display: block;
}
#requirements .common_inner .tabs #tab3:checked ~ .tabs-inner label[for=tab3] {
  color: var(--blue);
  cursor: pointer;
  border-bottom-color: var(--blue);
}
#requirements .common_inner .tabs #tab3:checked ~ .tabs-inner label[for=tab3] .tab-jp::after {
  background: url("../../common/img/blue_bottom_arrow.svg") no-repeat center/cover;
}
#requirements .common_inner .tabs #tab3:checked ~ .tabs-inner .content-tab3 {
  display: block;
}
#requirements .common_inner .tabs #tab4:checked ~ .tabs-inner label[for=tab4] {
  color: var(--blue);
  cursor: pointer;
  border-bottom-color: var(--blue);
}
#requirements .common_inner .tabs #tab4:checked ~ .tabs-inner label[for=tab4] .tab-jp::after {
  background: url("../../common/img/blue_bottom_arrow.svg") no-repeat center/cover;
}
#requirements .common_inner .tabs #tab4:checked ~ .tabs-inner .content-tab4 {
  display: block;
}
#requirements .common_inner .tabs {
  /* フォーカス状態（キーボード操作時） */
}
#requirements .common_inner .tabs #tab1:focus-visible ~ .tabs-inner label[for=tab1],
#requirements .common_inner .tabs #tab2:focus-visible ~ .tabs-inner label[for=tab2],
#requirements .common_inner .tabs #tab3:focus-visible ~ .tabs-inner label[for=tab3],
#requirements .common_inner .tabs #tab3:focus-visible ~ .tabs-inner label[for=tab4] {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* selection */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#selection {
  padding-top: var(--section_con_padding);
}
#selection .common_inner .common_tilte .en,
#selection .common_inner .common_tilte h2 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #selection .common_inner .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#selection .common_inner .wrapper .item {
  position: relative;
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item:not(:nth-last-of-type(1)) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item {
    width: 100%;
    height: auto;
  }
}
#selection .common_inner .wrapper .item .item_inner {
  width: 27.5rem;
  height: 23.9rem;
  padding: 4.3rem 0;
  background-color: var(--bk_light_blue);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item .item_inner {
    width: 100%;
    height: 27.8rem;
  }
}
#selection .common_inner .wrapper .item:nth-child(-n+3)::after {
  content: "";
  position: absolute;
  bottom: 57%;
  right: -0.2rem;
  width: 2.9rem;
  height: 2.9rem;
  transform: translate(100%);
  border-radius: 100%;
  background: url("../../common/img/blue_arrow.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item:nth-child(-n+3)::after {
    bottom: -4.9rem;
    right: 47%;
    transform: rotate(90deg) translateX(-50%);
  }
}
#selection .common_inner .wrapper .item .en {
  display: block;
  font-size: 1.5rem;
  color: var(--blue);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item .en {
    font-size: 2rem;
  }
}
#selection .common_inner .wrapper .item h3 {
  font-size: 2.8rem;
  padding: 1.4rem 0 2rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #selection .common_inner .wrapper .item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item h3 {
    font-size: 3rem;
    line-height: 3.2rem;
    padding: 2rem 0 2rem 0;
  }
}
#selection .common_inner .wrapper .item p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
#selection .common_inner .wrapper .item p .sub {
  display: block;
  font-size: 1.2rem;
}
#selection .common_inner .wrapper .item ul {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item ul {
    margin-left: 6rem;
  }
}
#selection .common_inner .wrapper .item ul li {
  display: flex;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item ul li {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
#selection .common_inner .wrapper .item ul li:nth-child(-n+2) {
  position: relative;
  padding-left: 1.2rem;
}
#selection .common_inner .wrapper .item ul li:nth-child(-n+2)::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--blue);
}
#selection .common_inner .wrapper .item ul li:nth-child(3) {
  font-size: 1.4rem;
}
#selection .common_inner .wrapper .item ul .list_sub {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item ul .list_sub {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
#selection .common_inner .wrapper .item .sub_item {
  display: block;
  font-size: 1.2rem;
  line-height: 1.9rem;
  padding-top: 1rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #selection .common_inner .wrapper .item .sub_item {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#selection .common_inner .wrapper .end .item_inner {
  background-color: var(--blue);
}
#selection .common_inner .wrapper .end .en {
  color: var(--white);
}
#selection .common_inner .wrapper .end h3 {
  color: var(--white);
}
#selection .common_inner .wrapper .end p {
  color: var(--white);
}/*# sourceMappingURL=compile.css.map */