@charset "utf-8";

.forPc {
  display: block !important;
}
.forSp {
  display: none !important;
}
.forHeader {
  display: none !important;
}
@media (max-width: 768px) {
  .forPc {
    display: none !important;
  }
  .forSp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 954px) {
  .forHeader {
    display: block !important;
  }
}

body{
  font-family: "Noto Sans JP";
  margin: 0;
  padding: 0;
  background: #F0F0F0;
}
main{
  background: #FFF;
  width: 750px;
  margin: 0 auto;
  padding: 0 30px 30px;
}
@media (max-width: 768px) {
  main{
    margin-top: 60px;
    width: 100%;
    padding: 0;
  }
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,a{
  margin: 0;
}
*{
  box-sizing: border-box;
}
ul,ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
img{
  max-width: 100%;
  vertical-align: top;
}
a:visited{
  color: #002D64;
}
a[href^="tel:"]{
  flex: 1 0 0;
  color: #002D64;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
picture{
  display: inline-block;
  width: 100%;
  text-align: center;
}

/*margin*/
.m0{
  margin: 0!important;
}
.mt0{
  margin-top: 0!important;
}
.mt10{
  margin-top: 10px!important;
}
.mt20{
  margin-top: 20px!important;
}
.mr0{
  margin-right: 0!important;
}
.mb0{
  margin-bottom: 0!important;
}
.mb20{
  margin-bottom: 20px!important;
}
.mb40{
  margin-bottom: 40px!important;
}
.ml0{
  margin-left: 0!important;
}

/*テキスト*/
.text{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.text.head{
  font-weight: 700;
}
.text + .text,.list + .text,.list_num + .text{
  margin-top: 20px;
}
.text.head + .text{
  margin-top: 5px;
}
.main_lead .text + .text,.main_lead .list + .text,.main_lead .list_num + .text{
  margin-top: 0;
}
.image + .text{
  margin-top: 40px;
}
@media (max-width: 768px) {
  .text{
    padding: 0 30px;
  }
  .image + .text{
    margin-top: 20px;
  }
}

/*マーカー*/
span.marker{
  background: linear-gradient(#FCE5EF 0%, #FCE5EF 100%);
}

/*区切り線*/
.separator_line{
  padding: 40px 0;
  height: 1px;
}
.separator_line img{
  width: 100%;
  height: 1px;
}
@media (max-width: 768px) {
  .separator_line{
    padding: 40px 30px;
  }
  .separator_line img{
    width: 100%;
    object-fit: cover;
  }
}

/*画像*/
.image{
  text-align: center;
}
.reason .image{
  margin: 20px 0 0;
}
.text+.image{
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .image{
    width: 100%;
    max-width: 315px;
  }
}
.image img{
  width: 315px;
  border-radius: 10px;
}
.reason .image img{
  width: 100%;
}
.image.large img{
  width: 100%;
}

/*リスト*/
.list,.list_num {
  width: 100%;
}
.list_num {
  counter-reset: item;
}
.text + .list,.text + .list_num {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .counselor .list,.counselor .list_num ,.main_lead .list, .list.pad{
    padding: 0 30px;
  }
}
.list li,.list_num li{
  flex: 1 0 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  position: relative;
}
.list li,.list_num li{
  padding-left: 16px;
}
.list li::before{
  position: absolute;
  content: '・';
  left: 0;
  width: 12px;
}
.list_num li::before{
  position: absolute;
  counter-increment: item;
  content: counter(item)'.';
  left: 0;
}

/*注釈*/
.note,.note_num,.note_num02 {
  width: 100%;
}
@media (max-width: 768px) {
  .note.pad,.note_num.pad,.note_num02.pad {
    padding: 0 30px;
  }
}
.note_num,.note_num02 {
  counter-reset: item;
}
.cv_btn + .note,.cv_btn + .note_num,.cv_btn + .note_num02,.text + .note,.text + .note_num,.text + .note_num02 {
  margin-top: 20px;
}
.simulation_content_out+ .note_num02 {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .simulation_content_out+ .note_num02 {
    padding: 0 30px;
  }
}
.main_lead .text + .note,.main_lead .text + .note_num,.main_lead .text + .note_num02 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .main_lead .note,.main_lead .note_num,.main_lead .note_num02 {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .counselor_cv .note{
    padding: 0 30px;
  }
}
.note li,.note_num li,.note_num02 li{
  flex: 1 0 0;
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.note li,.note_num li,.note_num02 li{
  padding-left: 16px;
}
.note li::before{
  position: absolute;
  content: '※';
  left: 0;
  width: 12px;
}
.note_num li::before{
  position: absolute;
  counter-increment: item;
  content: '※'counter(item);
  left: 0;
}
.note_num02 li::before{
  position: absolute;
  counter-increment: item;
  content: '*'counter(item);
  left: 0;
}

/*見出し*/
h1{
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  h1{
    font-size: 20px;
    padding: 30px;
  }
}
h2{
  align-self: stretch;
  color: #002D64;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.reason h2,.hdeco.num h3{
  text-align: left;
  color: #333;
  font-size: 24px;
}
@media (max-width: 768px) {
  h2{
    font-size: 20px;
  }
  .reason h2,.hdeco.num h3{
    font-size: 20px;
  }
}
.h2deco,.hdeco{
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
  margin-bottom: 40px;
}
.h2deco.center{
  margin-bottom: 15px;
}
.reason .h2deco,.hdeco.num{
  gap: 0;
  margin-bottom: 0;
  width: 100%;
}
.hdeco.num{
  margin-bottom: 20px;
}
*+.hdeco.num{
  margin-top: 40px;
}
.textlink.inner+.hdeco.num{
  margin-top: 0;
}
*+.hdeco.num.first{
  margin-top: 0;
}
@media (max-width: 768px) {
  .reason .h2deco,.hdeco.num{
    padding: 0 30px;
  }
}
.h2deco p{
  align-self: stretch;
  color: #E1005A;
  text-align: center;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.reason .h2deco p{
  font-size: 36px;
  text-align: left;
}
.hdeco.num p{
  align-self: stretch;
  color: #E1005A;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  font-size: 36px;
  text-align: left;
}
.cv_area_inner h2,.counselor_cv h2{
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.cv_area_inner h2{
  text-align: center;
}
.counselor_cv h2{
  text-align: left;
}
@media (max-width: 768px) {
  .cv_area_inner h2,.counselor_cv h2{
    font-size: 16px;
  }
  .counselor_cv h2{
    padding: 0 30px;
  }
}
h3{
  margin: 20px 0;
  text-align: left;
  align-self: stretch;
  flex: 1 0 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.hdeco.num h3{
  margin: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  h3{
    font-size: 16px;
    padding-left: 30px;
  }
}
.counselor h3{
  margin-top: 0;
}
.text+h3,.cv_btn+h3,.anchor+h3,.counselor_list+h3,.linkcardmin+h3{
  margin-top: 40px;
}
h3.large{
  font-size: 24px;
}
.site_top h3{
  margin-top: 40px;
}
@media (max-width: 768px) {
  h3.large{
    font-size: 20px;
  }
  .site_top h3{
    width: 100%;
    max-width: 315px;
    margin: 40px auto 20px;
    padding-left: 0;
  }
}
h4,h5{
  margin: 20px 0;
  text-align: left;
  align-self: stretch;
  flex: 1 0 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  h4,h5{
    padding-left: 30px;
  }
}
h4.large{
  font-size: 24px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  h4{
    padding-left: 30px;
  }
  h4.large{
    font-size: 16px;
  }
}

/* topページstyle */
.site_top{
  padding: 0 0 30px;
}
.site_top .kv{
  padding: 0;
}
.site_top h1{
  padding: 0;
}

/*cvボタン*/
[class*="cv_btn_box"]{
  display: flex;
  gap: 20px;
  padding: 20px 20px 0;
  width: 92%;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  [class*="cv_btn_box"]{
    padding: 20px 0 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.cv_btn_box_row{
  justify-content: center;
  align-items: flex-end;
}
.cv_btn_box_column{
  flex-direction: column;
  align-items: center;
}
.cv_btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cv_btn {
    width: 100%;
    padding: 0 30px;
  }
  .cv_btn_box_row .cv_btn {
    padding: 0;
  }
}
.text+.cv_btn,.counselor_cv .cv_btn,.reason .cv_btn,.cv_btn+.cv_btn,.list+.cv_btn{
  margin-top: 20px;
}
.main_lead .text+.cv_btn,.header_inner_cv_btn .cv_btn+.cv_btn,[class*="cv_btn_box"] .cv_btn+.cv_btn,.cv_area_inner .cv_btn + .cv_btn,.hamburger_inner .cv_btn + .cv_btn{
  margin-top: 0;
}
.cv_btn.cv_btn_1{
  display: flex;
  width: 100%;
}
.cv_btn.cv_btn_2{
  display: flex;
  gap: 30px;
}
.cv_btn.bnr{
  padding: 0;
}
.cv_btn.bnr a{
  max-width: none;
  padding: 0;
  height: auto;
  width: 100%;
}
.cv_btn.bnr a:hover{
  opacity: .75;
}
@media (max-width: 768px) {
  .cv_btn.cv_btn_2{
    gap: 15px;
  }
}
.header_inner_cv_btn{
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .header_inner_cv_btn{
    display: none;
  }
}
.cv_btn a{
  display: flex;
  width: 355px;
  height: 59px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  flex: 1 0 0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.cv_btn a[href^="tel:"]{
  height: auto;
}
@media (max-width: 768px) {
  .cv_btn a{
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 315px;
    padding: 0 42px;
    font-size: 16px;
  }
}
.cv_btn_box_row .cv_btn a{
  width: 315px;
  height: 56px;
  font-size: 16px;
}
.cv_btn.cv_btn_1 a,.cv_btn.cv_btn_2 a{
  padding: 0 30px 0 14px;
  font-size: 14px;
  height: 45px;
}
.cv_btn.cv_btn_1 a{
  width: 100%;
}
.cv_btn.cv_btn_2 a{
  width: 210px;
}
.header_inner_cv_btn .cv_btn a{
  font-size: 16px;
  width: 200px;
  height: 48px;
  padding: 0 30px 0 18px;
}
.reason .cv_btn a,.cv_btn.small a{
  font-size: 14px;
  width: 355px;
  height: 45px;
  padding: 0 36px 0 15px;
}
.cv_btn a.btn_blue{
  background: #FFF;
  color: #002D64;
  border: 2px solid #002D64;
  transition: .2s all;
}
.cv_btn a.btn_pink{
  background: #E1005A;
  color: #FFF;
  border: 2px solid #E1005A;
  transition: .2s all;
}
@media (min-width: 769px) {
  .cv_btn a.btn_blue:hover{
    background: #002D64;
    color: #FFF;
    cursor: pointer;
  }
  .cv_btn a.btn_pink:hover{
    background: #FFF;
    color: #E1005A;
    cursor: pointer;
  }
}
.cv_btn a::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.cv_btn a.btn_blue::after{
  background-image: url(/common_2025/img/icon_arrow_blue.svg);
}
.cv_btn a.btn_pink::after{
  background-image: url(/common_2025/img/icon_arrow_white.svg);
}
@media (min-width: 769px) {
  .cv_btn a.btn_blue:hover::after{
    background-image: url(/common_2025/img/icon_arrow_white.svg);
  }
  .cv_btn a.btn_pink:hover::after{
    background-image: url(/common_2025/img/icon_arrow_pink.svg);
  }
}
.cv_btn span{
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
  padding: 8px 0;
  position: relative;
}
.cv_btn span.btn_bubble_pink{
  color: #E1005A;
}
.cv_btn span.btn_bubble_blue{
  color: #002D64;
}
.cv_btn span::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  box-sizing: border-box;
  top: 50%;
  transform: rotate(60deg) translateY(-50%);
  left: -24px;
}
.cv_btn span.btn_bubble_pink::before{
  background-color: #E1005A;
}
.cv_btn span.btn_bubble_blue::before{
  background-color: #002D64;
}
.cv_btn span::after{
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  box-sizing: border-box;
  top: 50%;
  transform: rotate(-60deg) translateY(-50%);
  right: -24px;
}
.cv_btn span.btn_bubble_pink::after{
  background-color: #E1005A;
}
.cv_btn span.btn_bubble_blue::after{
  background-color: #002D64;
}

/*ヘッダー*/
.header_inner{
  display: flex;
  padding: 18px 30px;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  background: #002D64;
  justify-content: space-between;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header_inner .logo{
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 769px) and (max-width: 954px) {
  .header_inner .logo{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.header_inner .logo span{
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .header_inner .logo span{
    display: none;
  }
}

/*グロナビ*/
.gnavi{
  margin-top: 84px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .gnavi{
    display: none;
  }
}
.gnavi .gnavi_content{
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #FEF7FA;
}
.gnavi .gnavi_content li{
  color: #E1005A;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.56px;
  padding: 20px;
}
@media screen and (min-width: 769px) and (max-width: 954px) {
  .gnavi .gnavi_content li{
    text-align: center;
  }
}
.gnavi .gnavi_content li.gnavi_aco{
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}
.gnavi .gnavi_content li.gnavi_aco.open{
  background-color: #fff;
}
.gnavi .gnavi_content li.gnavi_aco::before,.gnavi .gnavi_content li.gnavi_aco::after{
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #E1005A;
  right: 16px;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.gnavi .gnavi_content li.gnavi_aco::before{
  transform: translate(-50%, -50%) rotate(90deg);
}
.gnavi .gnavi_content li.gnavi_aco.open::before{
  transform: translate(-50%, -50%) rotate(0);
}
.gnavi .gnavi_content li a{
  color: #E1005A;
  text-decoration: none;
}
.gnavi_content_aco{
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) and (max-width: 954px) {
  .gnavi_content_aco{
    top: 82px;
  }
}
.gnavi_content_aco_inner{
  display: none;
  padding: 20px 0;
  width: 750px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.gnavi .gnavi_content_aco_inner.active{
  display: flex;
}
.gnavi_content_aco_inner li {
  font-size: 14px;
}
.gnavi_content_aco_inner li a{
  color: #002D64;
  text-decoration: none;
}
@media (min-width: 769px) {
  .gnavi_content_aco_inner li a:hover{
    text-decoration: underline;
    cursor: pointer;
  }
}

/*KV*/
.main_img{
  position: relative;
}
@media (max-width: 768px) {
  .main_img{
    text-align: center;
    max-width: 375px;
    margin: 0 auto;
  }
  .main_img img.main_img_icon{
    width: 50px;
  }
}
.main_img_icon{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100px;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .main_img_icon{
    left: 10px;
  }
}

/*KV直下テキスト*/
.main_lead{
  display: flex;
  padding: 40px 120px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cate_top .main_lead{
  padding: 0 120px;
}
@media (max-width: 768px) {
  .main_lead{
    padding: 40px 0;
  }
  .cate_top .main_lead{
    padding: 0;
  }
}
.main_lead_head{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
@media (max-width: 768px) {
  .main_lead_head{
    font-size: 16px;
    padding: 0 30px;
  }
}

/*h2ブロック*/
.h2block{
  padding: 60px 120px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .h2block{
    padding: 60px 0 40px;
  }
}
.site_top .h2block{
  width: 92%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .site_top .h2block{
    padding: 60px 0 40px;
    width: 100%;
  }
}
.h2block.bgpink{
  background: #FEF7FA;
}
.h2block.bgblue{
  background: #F7F9FA;
}
.h2block.bgwhite{
  background: #FFF;
}
.h2block::before{
  position: absolute;
  content: '';
  background-color: #FFF;
  background-image: url(/common_2025/img/line.svg);
  background-size: cover;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}
.h2block.counselor{
  padding: 40px 120px;
}
.h2block.simulation_area{
  padding: 20px 120px 40px;
}
.h2block.reason{
  padding: 0 120px 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .h2block.counselor{
    padding: 40px 0;
  }
  .h2block.reason{
    padding: 0 0 40px;
  }
  .h2block.simulation_area{
    padding: 20px 0 40px;
  }
}
.h2block.counselor_cv{
  padding: 50px 120px 30px;
}
@media (max-width: 768px) {
  .h2block.counselor_cv{
    padding: 50px 0 30px;
  }
}
.h2block.counselor::before,.h2block.reason::before,.h2block.simulation_area::before{
  display: none;
}

/*テキストリンク*/
.textlink{
  display: flex;
  align-items: center;
  gap: 20px;
}
.textlink.inner{
  margin: 20px 0 40px;
}
.textlink.inner.right{
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  .textlink.inner.right{
    padding: 0 30px;
  }
}
.main_lead + .textlink{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 10px;
  padding: 0 120px;
}
.textlink li{
  color: #002D64;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  padding-right: 20px;
}
.textlink.noicon li{
  padding-right: 0;
}
@media (max-width: 768px) {
  .textlink li{
    padding-right: 18px;
  }
}
.textlink li::after{
  position: absolute;
  content: '';
  background-image: url(/common_2025/img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.textlink.noicon li::after{
  display: none;
}
.textlink.inner.right.blank li::after{
  background-image: url(/common_2025/img/icon_arrow_blue_blank.svg);
}
.textlink li a{
  color: #002D64;
}
.textlink li a:visited{
  color: #002D64;
}
.textlink li a:hover{
  opacity: .8;
}

/*ページ内遷移*/
.anchor{
  display: flex;
  align-items: center;
  gap: 10px 20px;
  max-width: 450px;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}
.anchor li{
  color: #002D64;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  padding-right: 20px;
}
.anchor li::after{
  position: absolute;
  content: '';
  background-image: url(/common_2025/img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.anchor li a{
  color: #002D64;
}
.anchor li a:visited{
  color: #002D64;
}

/*概要表組*/
dl.table{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin: 20px 0;
}
@media (max-width: 768px) {
  dl.table{
    padding: 0 30px;
  }
}
.table_item{
  display: flex;
  padding-bottom: 9px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  border-bottom: 1px dashed #CCC;
}
.table_item:last-of-type{
  border-bottom: none;
}
dt{
  flex: 1 0 0;
  color: #E1005A;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
dd{
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
dd.address_icon a{
  text-decoration: underline;
  position: relative;
}
dd.address_icon a:after{
  position: absolute;
  content: '';
  background-image: url(../../common_2025/img/address_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  bottom: 2px;
  right: -20px;
}

/*ページ下部CVエリア*/
.cv_area{
  padding: 50px 120px 30px;
}
@media (max-width: 768px) {
  .cv_area,.site_top .cv_area{
    padding: 50px 30px 30px;
  }
}
.cv_area_inner{
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 2px dashed #002D64;
  background: #FFF;
}
@media (max-width: 768px) {
  .cv_area_inner .cv_btn{
    padding: 0;
  }
  .cv_area_inner .cv_btn.cv_contact {
    width: auto;
  }
  .cv_area_inner .cv_btn a{
    display: flex;
    max-width: 275px;
    margin: 0 auto;
  }
}
.cv_contact_inner{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.cv_contact_inner img{
  width: 25px;
  height: 20px;
}
.cv_contact_inner span{
  color: #002D64;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 0;
}
.cv_contact_inner span::before,.cv_contact_inner span::after{
  content: '';
}
@media (max-width: 768px) {
  .cv_area_inner a[href^="tel:"]{
    font-size: 32px;
    line-height: 100%;
    padding: 0;
  }
}

/*パンくず*/
.topicpath{
  padding-top: 40px;
}
@media (max-width: 768px) {
  .topicpath{
    padding: 30px 15px 10px;
  }
}
.topicpath_inner{
  display: flex;
  gap: 10px 5px;
  flex-wrap: wrap;
}
.topicpath_inner li{
  color: #002D64;
  font-size: 14px;
  padding-left: 16px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.topicpath_inner li::before{
  position: absolute;
  content: '＞';
  left: 0;
  font-size: 10px;
}
.topicpath_inner li:first-of-type{
  padding-left: 0;
}
.topicpath_inner li:first-of-type::before{
  content: '';
}
.topicpath_inner li:last-of-type{
  text-decoration-line: none;
}
.topicpath_inner li a{
  color: #002D64;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.topicpath_inner li:last-of-type a{
  text-decoration-line: none;
}

/*フッター*/
@media (max-width: 768px) {
  footer{
    width: 100%;
    margin: 0 auto 68px;
  }
}
.footer_gnavi{
  background: #F0F0F0;
  display: flex;
  margin: 0 auto;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  max-width: 750px;
}
@media (max-width: 768px) {
  .footer_gnavi{
    padding: 0;
  }
}
.footer_gnavi li{
  display: flex;
  padding: 20px 30px;
  align-items: flex-start;
  align-self: stretch;
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-top: 1px #CCCCCC dotted;
}
.footer_gnavi li.gnavi_link{
  padding: 0;
}
.footer_gnavi .gnavi_link a{
  padding: 20px 30px;
}
.footer_gnavi .gnavi_aco{
  cursor: pointer;
  flex-direction: column;
  padding: 0;
}
.footer_gnavi .gnavi_aco .gnavi_aco_inner{
  padding: 20px 30px;
  width: 100%;
}
.footer_gnavi .gnavi_aco .gnavi_aco_inner span{
  position: relative;
}
.footer_gnavi .gnavi_aco .gnavi_aco_inner span::before,.footer_gnavi .gnavi_aco .gnavi_aco_inner span::after{
  position: absolute;
  content: "";
  background-image: url(/common_2025/img/icon_aco_line_blue.svg);
  transition: all 0.4s;
  right: -20px;
  top: 50%;
  width: 16px;
  height: 16px;
}
.footer_gnavi .gnavi_aco .gnavi_aco_inner span::before{
  transform: translateY(-50%) rotate(90deg);
}
.footer_gnavi .gnavi_aco.open .gnavi_aco_inner span::before{
  transform: translateY(-50%) rotate(0);
}
.footer_gnavi .gnavi_aco .gnavi_aco_inner span::after{
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .footer_gnavi li:first-of-type{
    border-top: none;
  }
}
.footer_gnavi li:last-of-type{
  border-bottom: 1px #CCCCCC dotted;
}
@media (max-width: 768px) {
  .footer_gnavi li:last-of-type{
    border-bottom: none;
  }
}
.footer_gnavi li a{
  flex: 1 0 0;
  color: #002D64;
  text-decoration-line: none;
}
.footer_gnavi .gnavi_content_aco_inner{
  display: none;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 0 30px 20px;
}
.footer_gnavi .gnavi_aco.open .gnavi_content_aco_inner {
  display: flex;
}
@media (max-width: 768px) {
  .footer_gnavi .gnavi_content_aco_inner{
    width: 100%;
  }
}
.footer_gnavi .gnavi_content_aco_inner li{
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.footer_gnavi .gnavi_content_aco_inner li a{
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer_sns{
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background: #FFF;
}
@media (max-width: 768px) {
  .footer_sns{
    gap: 20px;
  }
}
.footer_com{
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  background: #002D64;
}
.footer_com_logo{
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.footer_com_logo p{
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer_com_link{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  align-self: stretch;
  flex-wrap: wrap;
}
.footer_com_link li{
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer_com_link li a{
  color: #FFF;
  text-decoration: none;
}
@media (min-width: 769px) {
  .footer_com_link li a:hover{
    text-decoration: underline;
    cursor: pointer;
  }
}
.footer_bottom{
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #E1005A;
}
@media (max-width: 768px) {
  .footer_bottom{
    padding: 15px 15px 10px;
  }
}
.footer_bottom p{
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer_bottom p:first-of-type{
    text-align: left;
  }
}

/*カウンセラー紹介*/
.carousel_slide{
  width: 92%;
  margin: 0 auto 88px;
}
@media (max-width: 768px) {
  .carousel_slide{
    width: 100%;
  }
}
.text+.carousel_slide{
  margin-top: 20px;
}
.carousel_slide+h4.large{
  margin-top: 0;
}
.carousel_slide_inner,.carousel_slide_inner_noloop{
  width: 100%;
  margin: 0 auto;
}
.carousel_slide_inner_item{
  max-width: 255px;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .carousel_slide_inner_item{
    max-width: 68vw;
    margin: 0 2.133vw;
  }
}
@media (min-width: 769px) {
  .carousel_slide_inner_item a:hover{
    opacity: .75;
    cursor: pointer;
  }
}
.carousel_slide_inner_item img{
  border-radius: 10px;
  width: 100%;
}
.site_top .carousel_slide_inner_item img{
  border-radius: 0;
}
.carousel_table_item{
  margin-top: 10px;
}
.carousel_slide_inner_item_icon{
  position: relative;
  text-align: center;
  display: block;
}
.carousel_slide_inner_item_icon_img{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
}
.carousel_slide_inner_item_icon_img img{
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100px;
  background-color: #FFF;
  z-index: 1;
}
.carousel_slide_inner_item_icon_name{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background-color: #FFF;
  border-radius: 0 20px 20px 0;
  padding: 0 10px 0 20px;
  margin-left: -10px;
  font-size: 14px;
}
.slick-prev, .slick-next {
  border-radius: 100px;
  border: 1px solid #002D64;
  background: #FFF;
  top: auto;
  bottom: -48px;
  transform: none;
  width: 30px;
  height: 30px;
  text-align: center;
  z-index: 2;
}
.slick-prev:before, .slick-next:before {
  content: '';
  background-image: url(/common_2025/img/icon_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 50%;
  opacity: 1;
}
.slick-prev {
  left: 67px;
}
@media (min-width: 769px) {
  .slick-prev{
    left: 188px;
  }
}
.slick-prev:before{
  transform: rotate(180deg);
}
.slick-next {
  right: 67px;
}
@media (min-width: 769px) {
  .slick-next{
    right: 188px;
  }
}
.slick-arrow.slick-disabled{
  display: none!important;
}
.slick-dots {
  bottom: -37px;
  border: none;
  display: flex;
  justify-content: center;
  height: 10px;
  gap: 15px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  background-color: #002D64;
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  opacity: 0.6;
  border: 1px solid #002D64;
  text-align: center;
  border-radius: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel_slide_inner_list{
  display: flex;
  gap: 5px;
  margin: 10px 0;
}
.carousel_slide_inner_list_item{
  padding: 2px 4px;
  border-radius: 4px;
  background: #FFFFFF;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.03em;  
}
.carousel_slide_inner_list_item.glay{
  color: #666666;
  border: 1px solid #666666;
}
.carousel_slide_inner_list_item.blue{
  color: #002D64;
  border: 1px solid #002D64;
}
.carousel_slide_inner_list_item.pink{
  color: #E1005A;
  border: 1px solid #E1005A;
}
.carousel_slide_inner_text span{
  font-family: "Noto Sans JP";
  line-height: 150%;
  letter-spacing: 0;
  display: block;
}
.carousel_slide_inner_text span:first-of-type{
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.carousel_slide_inner_text span:last-of-type{
  font-weight: 400;
  font-size: 14px;
  color: #121212;
  margin-top: 5px;
}

/*TOPに戻るボタン*/
.toppage_btn{
  position: fixed;
  bottom: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .toppage_btn{
    bottom: 83px;
    right: 15px;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
  }
  .toppage_btn.active{
    opacity: 1;
    visibility: visible;
  }
}
.toppage_btn a{
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 100px;
  border: 2px solid #002D64;
  background: #FFF;
  transform: rotate(-90deg);
}
@media (min-width: 769px) {
  .toppage_btn a:hover{
    background: #002D64;
    transition: .2s;
    cursor: pointer;
  }
  .toppage_btn a:hover img {
    filter: invert(100%) sepia(83%) saturate(2%) hue-rotate(310deg) brightness(109%) contrast(100%);
  }
}

/*ハンバーガー*/
.hamburger_icon{
  display: flex;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  border-radius: 100px;
  background: #E1005A;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 769px) {
  .hamburger_icon{
    display: none;
  }
}
.hamburger_icon.open{
  border-radius: 100px 100px 0 0;
}
.hamburger_icon_img{
  background-image: url(/common_2025/img/menu.svg);
  background-position: 50%,50%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.hamburger_icon.open .hamburger_icon_img{
  background-image: url(/common_2025/img/menu_close.svg);
}
.hamburger{
  width: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  background-color: #FFF;
  z-index: 10;
  height: 100%;
}
.hamburger_inner{
  height: 100%;
  overflow: scroll;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hamburger_inner a[href^="tel:"] {
  font-size: 32px;
  padding: 0;
  margin: 0;
  max-width: none;
  flex: 0 1 auto;
  width: auto;
}
.hamburger.open{
  display: block;
}
.hamburger_gnavi{
  background: #F0F0F0;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  max-width: 750px;
}
.hamburger_gnavi li{
  display: flex;
  padding: 20px 30px;
  align-items: flex-start;
  align-self: stretch;
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-top: 1px #CCCCCC dotted;
  background-color: #FFF;
}
.hamburger_gnavi li.gnavi_link{
  padding: 0;
}
.hamburger_gnavi .gnavi_link a{
  padding: 20px 30px;
}
.hamburger_gnavi .gnavi_aco{
  cursor: pointer;
  flex-direction: column;
  padding: 0;
}
.hamburger_gnavi .gnavi_aco .gnavi_aco_inner{
  padding: 20px 30px;
  width: 100%;
}
.hamburger_gnavi .gnavi_aco .gnavi_aco_inner span{
  position: relative;
}
.hamburger_gnavi .gnavi_aco .gnavi_aco_inner span::before,.hamburger_gnavi .gnavi_aco .gnavi_aco_inner span::after{
  position: absolute;
  content: "";
  background-image: url(/common_2025/img/icon_aco_line_blue.svg);
  transition: all 0.4s;
  right: -20px;
  top: 50%;
  width: 16px;
  height: 16px;
}
.hamburger_gnavi .gnavi_aco  .gnavi_aco_inner span::before{
  transform: translateY(-50%) rotate(90deg);
}
.hamburger_gnavi .gnavi_aco.open .gnavi_aco_inner span::before{
  transform: translateY(-50%) rotate(0);
}
.hamburger_gnavi .gnavi_aco  .gnavi_aco_inner span::after{
  transform: translateY(-50%);
}
.hamburger_gnavi li:last-of-type{
  border-bottom: 1px #CCCCCC dotted;
}
.hamburger_gnavi li a{
  flex: 1 0 0;
  color: #002D64;
  text-decoration-line: none;
}
.hamburger_gnavi .gnavi_content_aco_inner{
  display: none;
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: stretch;
  padding: 0 30px 20px;
}
.hamburger_gnavi .gnavi_aco.open .gnavi_content_aco_inner{
  display: flex;
}
@media (max-width: 768px) {
  .hamburger_gnavi .gnavi_content_aco_inner{
    width: 100%;
  }
}
.hamburger_gnavi .gnavi_content_aco_inner li{
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.hamburger_gnavi .gnavi_content_aco_inner li a{
  color: #002D64;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.hamburger .header_inner_cv_btn{
  display: block;
}
.menu_close{
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-top: 1px #CCCCCC dotted;
}
.menu_close span{
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

/*カウンセラー一覧*/
.counselor_list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .counselor_list{
    padding: 0 30px;
    gap: 15px;
    max-width: 375px;
  }
}
.counselor_list_item{
  max-width: 210px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  a.counselor_list_item:hover{
    opacity: .8;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .counselor_list_item{
    max-width: 150px;
  }
}
.counselor_list_item_img{
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .counselor_list_item_img{
    width: 100%;
    padding-top: 75%;
    margin: 0 auto;
  }
}
.counselor_list_item_img_icon{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 100px;
  background-color: #FFF;
}
.counselor_list_item_img_bg{
  border-radius: 10px;
}
@media (max-width: 768px) {
  .counselor_list_item_img_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.counselor_list_item_label{
  display: flex;
  align-items: center;
  gap: 5px;
  align-self: stretch;
}
.counselor_list_item_label_name{
  flex: 1 0 0;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.counselor_list_item_label_area{
  display: flex;
  padding: 4px 5px 4px 5px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #666;
  background: #FFF;
  color: #666;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.016px;
}

/*リンクカード*/
.linkcard{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  margin-top: 30px;
  padding: 0 120px 40px;
}
@media (max-width: 768px) {
  .linkcard{
    padding: 0 30px 40px;
  }
}
.h2block .linkcard{
  padding: 0 0 40px;
}
.site_top .linkcard{
  gap: 20px;
}
.site_top .linkcard{
  padding-bottom: 0;
}
.linkcard_item{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid #002D64;
  background: #FFF;
  padding: 15px 15px 20px;
}
@media (max-width: 768px) {
  .linkcard_item{
    max-width: 315px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .linkcard_item:hover{
    opacity: .8;
    cursor: pointer;
  }
}
.linkcard_item_img{
  position: relative;
}
.linkcard_item_img span{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 24px 10px 10px;
  background: rgba(0, 45, 100, 0.80);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.linkcard_item_img span::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_white.svg);
}
.linkcard_item_text{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.linkcardmin{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  padding: 0 120px 40px;
}
.text+.linkcardmin{
  margin-top: 20px;
}
.h2block .linkcardmin{
  padding: 0;
}
@media (max-width: 768px) {
  .h2block .linkcardmin{
    max-width: 375px;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 30px;
  }
}
.linkcardmin_item{
  display: flex;
  padding: 10px 40px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px dashed #CCC;
  position: relative;
}
@media (min-width: 769px) {
  .linkcardmin_item:hover{
    opacity: .8;
    cursor: pointer;
  }
}
.linkcardmin_item::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_gray.svg);
}
.linkcardmin_item.blank::after{
  background-image: url(/common_2025/img/icon_arrow_gray_blank.svg);
}
.linkcardmin_item_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  flex: 1 0 0;
  align-self: stretch;
}
.linkcardmin_item_text span{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 150%;
}
.linkcardmin_item_text span:first-of-type{
  font-size: 16px;
  font-weight: 700;
}
.linkcardmin_item_text span:last-of-type{
  font-size: 14px;
  font-weight: 400;
}
.linkcardmin_item_text span.head{
  font-size: 16px;
  font-weight: 700;
}

.linkcardmin-news{
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .linkcardmin-news{
    max-width: 315px;
    margin: 0 auto 40px;
  }
}
.linkcardmin_item-news{
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px dashed #CCCCCC;
  position: relative;
}
@media (max-width: 768px) {
  .linkcardmin_item-news{
    padding: 10px 30px 10px 10px;
  }
}
.linkcardmin_item-news::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_gray.svg);
}
.linkcardmin_item-news span{
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.linkcardmin_item-news .date{
  font-size: 12px;
  color: #666666;
}
.linkcardmin_item-news .text{
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #121212;
  padding: 0;
}

.linkcardmin-eventseminar{
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .linkcardmin-eventseminar{
    max-width: 315px;
    margin: 0 auto 40px;
  }
}
.linkcardmin_item-eventseminar{
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px dashed #CCCCCC;
  position: relative;
}
@media (max-width: 768px) {
  .linkcardmin_item-eventseminar{
    padding: 10px 30px 10px 10px;
  }
}
.linkcardmin_item-eventseminar::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_gray.svg);
}
.linkcardmin_item-eventseminar span{
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}
.linkcardmin_item-eventseminar .date{
  font-size: 12px;
  color: #666666;
}
.linkcardmin_item-eventseminar .text{
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #121212;
  padding: 0;
}
.linkcardmin_item-eventseminar .area{
  display: inline-flex;
  gap: 5px;
  margin-left: 10px;
}
.linkcardmin_item-eventseminar .area .areaitem{
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 1px 3px 2px 4px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.0016em;
}
.linkcardmin_item-eventseminar .area .areaitem.online{
  border: 1px solid #002D64;
  color: #002D64;
}

/*留学大辞典*/
.linkknowledge{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin-top: 30px;
  padding: 0 120px 40px;
}
.h2block .linkknowledge{
  padding: 0;
}
@media (max-width: 768px) {
  .h2block .linkknowledge{
    max-width: 375px;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 30px;
  }
}
.linkknowledge_item{
  display: flex;
  padding: 10px 40px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px dashed #CCC;
  position: relative;
}
@media (min-width: 769px) {
  .linkknowledge_item:hover{
    opacity: .8;
    cursor: pointer;
  }
}
.linkknowledge_item::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_gray.svg);
}
.linkknowledge_item_img{
  width: 50px;
}
.linkknowledge_item_text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 1 0 0;
  align-self: stretch;
}
.linkknowledge_item_text span{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 150%;
}
.linkknowledge_item_text span:first-of-type{
  font-size: 16px;
  font-weight: 700;
}
.linkknowledge_item_text  span:last-of-type{
  font-size: 14px;
  font-weight: 400;
}

/*留学スタイル診断*/
.linkdiagnosis{
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  background: #FFF;
  padding: 0 120px 40px;
}
.h2block .linkdiagnosis{
  padding: 0;
}
@media (max-width: 768px) {
  .linkdiagnosis{
    padding: 0 30px 40px;
  }
  .h2block .linkdiagnosis{
    padding: 0 30px;
  }
}
.linkdiagnosis_item{
  display: flex;
  padding: 10px 40px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  background: #FFF;
  position: relative;
}
@media (max-width: 768px) {
  .linkdiagnosis_item{
    max-width: 315px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .linkdiagnosis_item:hover{
    opacity: .8;
    cursor: pointer;
  }
}
.linkdiagnosis_item::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_gray.svg);
}
.linkdiagnosis_item_img{
  width: 95px;
  border-radius: 5px;
}
.linkdiagnosis_item_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
  align-self: stretch;
}
.linkdiagnosis_item_text span{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 150%;
}
.linkdiagnosis_item_text span:first-of-type{
  font-size: 16px;
  font-weight: 700;
}
.linkdiagnosis_item_text  span:last-of-type{
  font-size: 14px;
  font-weight: 400;
}

/* 留学ジャーナルを選ぶ10の理由 */
.reason_feature_list{
  align-self: stretch;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .reason_feature_list{
    font-size: 16px;
    margin: 20px 30px 0;
  }
}

/* 短期留学 */
.country_list{
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .country_list{
    padding: 0 30px;
    gap: 15px;
    max-width: 375px;
  }
}
.site_top .country_list{
  gap: 30px;
}
@media (max-width: 768px) {
  .site_top .country_list{
    gap: 15px;
  }
}
.country_list_item{
  width: 100%;
  max-width: 210px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 769px) {
  a.country_list_item:hover{
    opacity: .8;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .country_list_item{
    max-width: 150px;
  }
}
.country_list_item_img{
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .country_list_item_img{
    width: 100%;
    padding-top: 75%;
    margin: 0 auto;
  }
}
.country_list_item_img_bg{
  border-radius: 10px;
}
@media (max-width: 768px) {
  .country_list_item_img_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.country_list_item_text{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #121212;
}
.country_list_item_text span{
  font-size: 12px;
}

/* 短期留学費用シミュレーション */
.simulation{
  width: 450px;
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
  background: #F0F0F0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .simulation{
    width: 84%;
    padding: 30px 20px;
  }
}
.simulation_head{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
.simulation_item_label{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  margin: 20px 0 10px;
}
.simulation_item_content {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.simulation_item_content::after {
  position: absolute;
  content: '';
  pointer-events: none;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(/common_2025/img/icon_arrow_gray_under.svg);
}
.simulation_item_content select {
  appearance: none;
  min-width: 100%;
  height: 3.2em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  background-color: #fff;
  color: #666666;
  font-size: 1em;
  cursor: pointer;
}
.simulation_result{
  margin-top: 30px;
}
.simulation_course{
  margin-top: 40px;
  margin-bottom: 20px;
}
.simulation_result a,.simulation_course a{
  margin: 0 auto;
  width: 355px;
}
@media (max-width: 768px) {
  .simulation_result a,.simulation_course a{
    width: 100%;
  }
}

/* アコーディオン */
.aco{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px dotted #CCCCCC;
  margin-top: 20px;
}
.qa .aco{
  border-bottom: none;
  border: 1px solid #002D64;
  border-radius: 20px;
}
.qa .aco:nth-of-type(2){
  margin-top: 0;
}
@media (max-width: 768px) {
  .aco{
    margin: 20px 30px 0;
  }
}
.aco+.aco{
  margin-top: 0;
}
.qa .aco+.aco{
  margin-top: 20px;
}
.aco_label{
  padding: 20px 20px 20px 0;
  flex: 1 0 0;
  color: #002D64;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  align-self: stretch;
  position: relative;
}
.qa .aco_label{
  padding: 20px 50px;
}
@media (min-width: 769px) {
  .aco_label:hover{
    cursor: pointer;
  }
}
.aco_label::before,.aco_label::after{
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #002D64;
  right: 0;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: translate(0, -50%);
}
.qa .aco_label::before,.qa .aco_label::after{
  right: 32px;
  border-radius: 1px;
}
.aco_label::after{
  transform: translate(0, -50%) rotate(90deg);
}
.aco_label.open::after{
  transform: translate(0, -50%);
}
.qa .aco_label span{
  position: relative;
}
.qa .aco_label span::before{
  position: absolute;
  content: 'Q.';
  left: -22px;
}
.aco_content{
  display: none;
  padding: 0 0 20px;
}
.qa .aco_content{
  padding: 20px 30px 20px 50px;
  position: relative;
}
.qa .aco_content::before{
  position: absolute;
  content: '';
  width: calc(100% - 60px);
  height: 1px;
  border: 1px dashed #CCCCCC;
  top: 0;
  left: 50%;
  transform: translateX(-50%); 
}
.aco_content_text{
  align-self: stretch;
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.022px;
  position: relative;
}
.qa .aco_content_text::before{
  position: absolute;
  content: 'A.';
  font-size: 16px;
  font-weight: bold;
  color: #E1005A;
  left: -22px;
}
*+.aco_content_text{
  margin-top: 20px;
}
.aco_content_img{
  margin: 0 auto;
  margin-top: 20px;
}
.aco_content_table{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aco_content_table_item{
  flex: 1 0 0;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
}
.aco_content_table_item span{
  color: #121212;
  font-weight: 400;
}
.aco_content_table_item span.aco_content_table_item_head{
  color: #E1005A;
  font-weight: 700;
}

/*追従CV*/
  .float_cv_btn{
    display: none;
  }
@media (max-width: 768px) {
  .float_cv_btn.active{
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    background: #FCE5EF;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  .float_cv_btn .cv_btn{
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex: 1 0 0;
  }
  .float_cv_btn .cv_btn+.cv_btn{
    margin-top: 0;
  }
  .float_cv_btn .cv_btn a{
    padding: 0 20px 0 0;
    height: 48px;
    max-width: none;
  }
  .float_cv_btn .cv_btn a:after{
    right: 16px;
  }
}

/*費用シミュレーション*/
.simulation_content_in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 15px 82px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .simulation_content_in{
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
.simulation_content_in_item{
  width: 95px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.simulation_content_in_item span{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}
.simulation_content_in_item span sup{
  font-size: 10px;
}
.simulation_content_out{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
@media (max-width: 768px) {
  .simulation_content_out{
    padding: 0 30px;
    width: 100%;
    gap: 15px 10px;
  }
}
.simulation_content_out_item{
  width: 48%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.simulation_content_out_item img{
  flex-shrink: 0;
}
.simulation_content_out_item span{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: left;
}

.simulation_cost_img{
  position: relative;
}
.simulation_cost{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFFE5;
  border: 2px dashed #002D64;
  max-width: 450px;
  width: 100%;
  padding: 30px 0;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .simulation_cost{
    max-width: 315px;
  }
}
.simulation_cost_country_term{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.simulation_cost_price{
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 40px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
}
.simulation_cost_price span{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 0;
}

.linkcardtext{
  width: 100%;
}
@media (max-width: 768px) {
  .linkcardtext{
    margin: 0 auto;
    max-width: 315px;
  }
}
.linkcardtext_item{
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #CCCCCC;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.linkcardtext_item a{
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #121212;
}
@media (min-width: 769px) {
  .linkcardtext_item a:hover{
    opacity: .8;
  }
}
.linkcardtext_item::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_gray.svg);
  pointer-events: none;
}
.linkcardtext_item .note{
  font-size: 12px;
}

.voice_list{
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .voice_list{
    gap: 30px 15px;
    width: 84%;
    margin: 40px auto 20px;
    justify-content: center;
    max-width: 375px;
  }
}
.voice_list_item{
  width: 210px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .voice_list_item{
    width: 150px;
  }
}
@media (min-width: 769px) {
  .voice_list_item:hover{
    opacity: .8;
  }
}
.voice_list_item img{
  border-radius: 10px;
}
.voice_list_item_label{
  display: flex;
  gap: 5px;
}
.voice_list_item_label span{
  border-radius: 4px;
  padding: 1px 3px 2px 4px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.0016em;
}
@media (max-width: 768px) {
  .voice_list_item_label p{
    letter-spacing: 0;
  }
}
.voice_list_item_label .country{
  border: 1px solid #666666;
  color: #666666;
}
.voice_list_item_label .age{
  border: 1px solid #002D64;
  color: #002D64;
}
.voice_list_item_label + span{
  display: inline-block;
  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #333333;
}
@media (max-width: 768px) {
  .voice_list_item_label + span{
    width: 150px;
  }
}

.ryugaku_knowledge{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ryugaku_knowledge{
    margin: 40px auto 0;
    max-width: 315px;
  }
}
.ryugaku_knowledge_item{
  width: 100%;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #002D64;
  padding: 15px 44px 15px 15px;
}
@media (max-width: 768px) {
  .ryugaku_knowledge_item{
    padding: 15px 45px 15px 15px;
  }
}
@media (min-width: 769px) {
  .ryugaku_knowledge_item:hover{
    opacity: .8;
  }
}
.ryugaku_knowledge_item::before{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  top: 0;
  right: -2px;
  background-color: #002D64;
  border-radius: 0 10px 10px 0;
}
.ryugaku_knowledge_item::after{
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-image: url(/common_2025/img/icon_arrow_white.svg);
}
.ryugaku_knowledge_item img{
  border-radius: 5px;
  flex-shrink: 0;
}
.ryugaku_knowledge_item_text{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ryugaku_knowledge_item_text span{
  font-family: "Noto Sans JP";
  line-height: 150%;
  letter-spacing: 0;
  font-size: 14px;
  color: #333;
}
.ryugaku_knowledge_item_text span:first-of-type{
  font-weight: 700;
}
.ryugaku_knowledge_item_text span:last-of-type{
  font-weight: 400;
}

.schoolReport{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.schoolReportItem{
  position: relative;
}
@media (min-width: 769px) {
  .schoolReportItem:hover{
    opacity: .8;
  }
}
.schoolReportItemLabel{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  width: 100%;
  gap: 5px;
  pointer-events: none;
  padding: 4px 0;
  background-color: #002D64;
}
.schoolReportItemLabel span{
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.schoolReportItemLabel span.small{
  font-size: 13px;
}