@charset "utf-8";



@media all and (min-width: 961px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} /* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} /* SP: max-width: 559px */



input, button, textarea, select {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
  clear: both;
}
a.text_link {
  color: #00214C;
}
a.text_link:hover {
  color: #34A2EA;
  text-decoration: underline;
}
.fwBold {
  font-weight: 700;
}
.ffMin {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.txt_link {
  color: #003879;
  transition: .3s;
  word-break: break-all;
  overflow-wrap: break-word;
  display: inline-block; /* 必要なら追加 */
  text-decoration: underline;
}
.txt_link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.clr-brn {
  color: #894337;
}


.btn_hover:hover {
    animation: shake 0.5s 1;
    opacity:inherit !important;
}
@keyframes shake {
    0% { transform: translateY(0); }
    25% { transform: translateY(-3px); }
    75% { transform: translateY(3px); }
    100% { transform: translateY(0); }
}


/* ----------------- 共通 ----------------- */
#main_contents {
  overflow-x: hidden;
}
.widthFix {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.sec_headTxt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.widthFix {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.sec_headTxt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
}







/* header */
header {
  background-color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 2000;
}
.header_logo {
  padding: 15px 0 15px 20px;
  width: 400px;
}
.header__logo a {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 0 20px;
}
.header__logo a img {
  height: 50px;
  width: auto;
}
.cmn_area {
  display: flex;
  justify-content: flex-end;
  gap:30px;
  padding-right: 15px;
  align-items: center;
}
.cmn_tel {
  color:#001D47;
  text-align: center;
}
.cmn_tel_num {
  color:#001D47;
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 5px;
  position: relative;
    padding: 0 0 0 30px;
}
.cmn_tel_num:before {
  position: absolute;
  background: url(../img/icon_tel.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cmn_tel_txt {
  font-size: 14px;
}
.cmn_sns {
  display: flex;
  gap:15px;
}
@media screen and (max-width:960px){
header {
}
.header_logo {
  padding: 8px 0 8px 10px;
  width: 50%;
}
.cmn_btn {
  display: none;
}
.cmn_tel {
  display: none;
}
}









/* ----------------- KV ----------------- */

/* //    |- PC  */
.kv {
  background: url(../img/kv_bg.png?ver260902) no-repeat bottom center;
  position: relative;
  background-size: cover;
}
.kv_wrap {
  width: 100%;
  max-width: 1300px;
  margin:0 auto;
  position: relative;
  z-index: 10;
  padding: 90px 0 230px;
}
.kv_img1 {
  max-width: 90%;
  margin: 0 auto;
}
.kv_img2 {
  max-width: 12vw;
  min-width: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.kv {
  background: url(../img/kv_bg.png?ver260902) no-repeat bottom right;
  position: relative;
  background-size: cover;
}
.kv_wrap {
  width: 100%;
  max-width: 100%;
  margin:0 auto;
  position: relative;
  z-index: 10;
  padding: 80px 0  120px;
}
.kv_img1 {
  max-width: 100%;
  margin: 0 auto;
}
.kv_img2 {
  max-width: 30%;
  min-width: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
}
}



/* ----------------- about ----------------- */
.about {
  padding: 20px 0 80px;
  position: relative;
  z-index: 3;
}
.about_wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.about_txt__warp {
  display: flex;
  gap:70px;
  justify-content: center;
  flex-direction: row-reverse;
}
.about_txt {
  writing-mode: vertical-rl;
  text-orientation: upright;     /* ← これを追加（数字を縦に） */
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;        /* 少し広げると縦書きが綺麗 */
}
.about_txt span {
  color: #003879;
  font-size: 26px;
}
.about_img1 {
  max-width: 280px;
  position: absolute;
  right: -120px;
  bottom: -160px;
}
.about_img2 {
  max-width: 180px;
  position: absolute;
  left: 40px;
  bottom: -190px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.about {
  padding: 20px 20px 110px;
}
.about_wrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.about_txt__warp {
  display: flex;
  gap:25px;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  grid-gap: 20px 15px;
}
.about_txt {
  width: max-content;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.about_txt span {
  color: #003879;
  font-size: 20px;
}
.about_img1 {
  max-width: 34%;
  position: absolute;
  right:0;
  bottom: -200px;
}
.about_img2 {
  max-width: 25%;
  position: absolute;
  left: 0;
  bottom: -190px;
}
}







/* ----------------- recommendation ----------------- */
.recommendation {
  padding: 0 0 ;
  z-index: 1;
  position: relative;
}
.recommendation:before {
  content: "";
  position: absolute;
  top: 5%;
  width: 100%;
  height: 88%;
  background: #CAB469;
  transform: skewY(8deg);
  z-index: 1;
  transform-origin: center center;
  will-change: transform;
  z-index: -1;
}
.recommendation_wrap {
  display: flex;
  gap:20px;
}
.recommendationBlock {
  background: #fff;
  padding: 30px;
}
.recommendationBlock_ttl {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  padding: 15px 20px;
  font-size: 20px;
  position: relative;

  --cut: 10px;
  background: #003879;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.recommendationBlock_ttl span {
  font-size: 24px;
}
.recommendationBlock_list {
  margin: 0 0 20px;
}
.recommendationBlock_list__item {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 25px;
}
.recommendationBlock_list__item:before {
  position: absolute;
  background: url(../img/icon_rhombus.svg) no-repeat;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.recommendationBlock_list__item:not(:last-child) {
  margin: 0 0 15px;
}
.recommendationBlock_list__item span {
  color: #003879;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.recommendation {
  padding:80px 0 ;
}
.recommendation_wrap {
  display: flex;
  flex-direction: column;
  gap:20px;
}
.recommendationBlock {
  background: #fff;
  padding: 20px;
}
.recommendationBlock_ttl {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  padding: 15px 20px;
  font-size: 15px;
  position: relative;

  --cut: 10px;
  background: #003879;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.recommendationBlock_ttl span {
  font-size: 18px;
}
.recommendationBlock_list {
  margin: 0 0 20px;
}
.recommendationBlock_list__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding: 0 0 0 25px;
}
.recommendationBlock_list__item:before {
  position: absolute;
  background: url(../img/icon_rhombus.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.recommendationBlock_list__item:not(:last-child) {
  margin: 0 0 12px;
}
.recommendationBlock_list__item span {
  color: #003879;
}

}








/* ----------------- course ----------------- */
.course {
  margin: -290px 0 0 ;
  padding: 390px 0 180px ;
  background: #fff url(../img/cmn_bg2.png) repeat center center fixed ;
}
.courseItem {
  background: #fff;
  padding: 80px 100px;
  margin: 0 0 60px;
}
.courseItem_ttl__wrap__outside {
  position: relative;
  max-width: 770px;
  margin: 0 auto;
}
.courseItem_ttl__wrap__outside:before {
  position: absolute;
  background: url(../img/deco_img1.png) no-repeat;
  content: "";
  width: 182px;
  height: 74px;
  display: inline-block;
  background-size: contain;
  z-index:1;
  top: -20px;
  left: -80px;  
}
.courseItem_ttl__wrap__outside:after {
  position: absolute;
  background: url(../img/deco_img2.png) no-repeat;
  content: "";
  width: 182px;
  height: 74px;
  display: inline-block;
  background-size: contain;
  z-index:1;
  bottom: -20px;
  right: -80px;  
}
.courseItem_ttl__wrap {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  padding:  10px;
  font-size: 20px;
  position: relative;

  --cut: 20px;
  background: #003879;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.courseItem_ttl__inner {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  padding: 50px 20px;
  font-size: 20px;
  position: relative;

  --cut: 20px;
  background: #809BBC;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.courseItem_ttl__inner:before {
  content: "";
  position: absolute;
  inset:1px;
  background-color: #003879;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
  z-index: -1;
}
.courseItem_ttl__main {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
}
.courseItem_ttl__sub span{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 40px ;
  border:2px solid #fff;
}
.courseItem_copy {
  font-size: 24px;
  font-weight: 700;
  color:#9A863B;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 50px;
}

.courseItem_tagList {
  display: flex;
  gap:10px;
  margin: 0 0 20px;
}
.courseItem_tagList__item {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 12px 12px 12px 32px;
}
.courseItem_tagList__item:before {
  position: absolute;
  background: url(../img/icon_rhombus.svg) no-repeat;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.courseItem_tagList__item1 {
  background: #60275C;
}
.courseItem_tagList__item2 {
  background: #001D47;
}
.courseItem__dl__wrap {
  position: relative;
}
.courseItem__dl__img {
  max-width: 270px;
  position: absolute;
  top: -80px;
  right: -50px;
}
.courseItem__dl {
  margin: 0 0 50px;
}
.courseItem__dl-row:first-child {
  border-top: 1px solid #C7C7C7;
}
.courseItem__dl-row {
  display: flex;
  align-items: stretch;
  padding: 10px 0;
  border-bottom: 1px solid #C7C7C7;
  gap:20px;
}
.courseItem__dt {
  min-width: 160px;
  flex-shrink: 0;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: center;
  background: #FAF7F0;
  display: flex; 
  align-items: center;
  justify-content: center;
}
.courseItem__dd {
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.8;
}
.courseItem__dd .fs_s {
  font-size: 14px;
}

.courseItem__dd__map {
  font-weight: 500;
  color: #003879;
  text-decoration: underline !important;
  position: relative;
  padding: 0 0 0 20px;
}
.courseItem__dd__map:before {
  position: absolute;
  background: url(../img/icon_map.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}

.courseItem__dd__column {
  flex-direction: column;
  align-items: flex-start;
}
.courseItem__dd__column__persson {
  position: relative;
  padding: 0 0 0 20px;
}
.courseItem__dd__column__persson:before {
  position: absolute;
  background: url(../img/icon_rhombus_blu.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.courseItem__dd__imgtxt {
  display: flex;
  gap:20px;
  margin: 15px 0 0;
}
.courseItem__dd__img {
  max-width: 300px;
  flex-shrink: 0;
}
.courseItem__dd__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.cv_btn {
  margin: 20px 0 0 ;
  display: flex;
  gap:20px;
  justify-content: center;
  padding: 40px;
  --cut: 10px;
  background: #E7EEF5;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.cv_btn__item {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 25px 10px 25px 30px;
  background: #003879;
  border-radius: 100px;
  position: relative;
  width: 320px;
}
.cv_btn__item:after {
  position: absolute;
  background: url(../img/icon_arrow_right.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cv_btn__item span {
  position: relative;
  padding: 0 0 0 20px;
}
.cv_btn__item span:before {
  position: absolute;
  background: #9A863B;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.course {
  margin: -260px 0 0 ;
  padding: 230px 0 0 ;
}
.courseItem {
  background: #fff;
  padding: 30px 20px;
  margin: 0 0 40px;
}
.courseItem_ttl__wrap__outside {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.courseItem_ttl__wrap__outside:before {
  position: absolute;
  background: url(../img/deco_img1.png) no-repeat;
  content: "";
  width: 30%;
  height: 74px;
  display: inline-block;
  background-size: contain;
  z-index:1;
  top: -20px;
  left: 0;  
}
.courseItem_ttl__wrap__outside:after {
  position: absolute;
  background: url(../img/deco_img2.png) no-repeat;
  content: "";
  width: 30%;
  height: 74px;
  display: inline-block;
  background-size: contain;
  z-index:1;
  bottom: -50px;
  right: 0;  
}
.courseItem_ttl__wrap {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  padding:  10px;
  font-size: 18px;
  position: relative;

  --cut: 20px;
  background: #003879;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.courseItem_ttl__inner {
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  padding: 50px 20px;
  font-size: 20px;
  position: relative;

  --cut: 20px;
  background: #809BBC;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.courseItem_ttl__inner:before {
  content: "";
  position: absolute;
  inset:1px;
  background-color: #003879;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
  z-index: -1;
}
.courseItem_ttl__main {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 30px;
}
.courseItem_ttl__sub span{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 5px;
  display: block;
}
.courseItem_copy {
  font-size: 18px;
  font-weight: 700;
  color:#9A863B;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 30px;
}
.courseItem_tagList {
  display: flex;
  gap:10px;
  margin: 0 0 20px;
  flex-wrap: wrap;
  font-size: 14px;
}
.courseItem_tagList__item {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 12px 12px 12px 32px;
}
.courseItem_tagList__item:before {
  position: absolute;
  background: url(../img/icon_rhombus.svg) no-repeat;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.courseItem_tagList__item1 {
  background: #60275C;
}
.courseItem_tagList__item2 {
  background: #001D47;
}
.courseItem__dl__img {
  display: none;
}
.courseItem__dl {
  margin: 0 0 50px;
}
.courseItem__dl-row:first-child {
  border-top: 1px solid #C7C7C7;
}
.courseItem__dl-row {
  display: flex;
  align-items: stretch;
  padding: 10px 0;
  border-bottom: 1px solid #C7C7C7;
  gap:20px;
}
.courseItem__dt {
  min-width: 25%;
  flex-shrink: 0;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: center;
  background: #FAF7F0;
  display: flex; 
  align-items: center;
  justify-content: center;
}
.courseItem__dd {
  font-weight: 500;
  display: block;
  align-items: center;
  padding: 10px 0;
  line-height: 1.5;
}
.courseItem__dd__column {
  flex-direction: column;
  align-items: flex-start;
}
.courseItem__dd__imgtxt {
  display: flex;
  flex-direction: column;
  gap:20px;
  margin: 15px 0 0;
}
.courseItem__dd__img {
  max-width: 100%;
  flex-shrink: 0;
}
.courseItem__dd__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.cv_btn {
  margin: 20px 0 0 ;
  display: flex;
  flex-direction: column;
  gap:20px;
  justify-content: center;
  padding: 30px 20px;
  --cut: 10px;
  background: #E7EEF5;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.cv_btn__item {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 20px 10px 20px 20px;
  background: #003879;
  border-radius: 100px;
  position: relative;
  width: 100%;
}
.cv_btn__item:after {
  position: absolute;
  background: url(../img/icon_arrow_right.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cv_btn__item span {
  position: relative;
  padding: 0 0 0 20px;
}

.cv_btn__item span:before {
  position: absolute;
  background: #9A863B;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
}



/* ----------------- message ----------------- */
.message {
  padding: 20px 0 80px;
  position: relative;
  z-index: 3;
}
.message:before {
  content: "";
  position: absolute;
  top: -15%;
  width: 100%;
  height: 120%;
  background: #003879;
  transform: skewY(8deg);
  z-index: 1;
  transform-origin: center center;
  will-change: transform;
  z-index: -1;
}
.message_wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.message_wrap:before {
  position: absolute;
  top: 0;
  left: 20px;
  content: "";
  width:1px;
  height: 100%;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_wrap:after {
  position: absolute;
  top: 0;
  right: 20px;
  content: "";
  width:1px;
  height: 100%;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_txt__warp {
  background: #FAF7F0;
  padding: 60px 20px;
  position: relative;
}
.message_txt__warp:before {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  width:100%;
  height: 1px;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_txt__warp:after {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: "";
  width:100%;
  height: 1px;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_txt__warp2 {
  display: flex;
  gap:70px;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
}

.message_deco {
  display: flex;
  align-items: center;
}
.message_txt {
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.message_txt span {
  color: #003879;
  font-size: 26px;
}
.message_img1 {
  max-width: 265px;
  position: absolute;
  right: -60px;
  top: -110px;
  z-index: 2;
}
.message_img2 {
  max-width: 220px;
  position: absolute;
  left: -50px;
  bottom: -70px;
  z-index: 2;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.message {
  padding: 80px 0 0;
}
.message:before {
  content: "";
  position: absolute;
  top: 5%;
  width: 100%;
  height: 110%;
  background: #003879;
  transform: skewY(8deg);
  z-index: 1;
  transform-origin: center center;
  will-change: transform;
  z-index: -1;
}
.message_wrap {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.message_wrap:before {
  position: absolute;
  top: 0;
  left: 30px;
  content: "";
  width:1px;
  height: 100%;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_wrap:after {
  position: absolute;
  top: 0;
  right: 30px;
  content: "";
  width:1px;
  height: 100%;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_txt__warp {
  background: #FAF7F0;
  padding: 80px 20px 70px;
  position: relative;
}
.message_txt__warp:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width:100%;
  height: 1px;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_txt__warp:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width:100%;
  height: 1px;
  background: #9A863B;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.message_txt__warp2 {
  display: flex;
  gap:20px;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
  flex-wrap: wrap;
}
.message_txt__warp2:before {
  position: absolute;
  background: url(../img/deco_img4.png) no-repeat;
  content: "";
  width: 20px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  top: -40px;
  left:50%;
  transform: translateX(-50%);
}
.message_txt__warp2:after {
  position: absolute;
  background: url(../img/deco_img4.png) no-repeat;
  content: "";
  width: 20px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  bottom: -40px;
  left:50%;
  transform: translateX(-50%);
}
.message_deco {
  display: none;
  align-items: center;
}
.message_txt {
  width: max-content;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.message_txt span {
  color: #003879;
  font-size: 20px;
}
.message_img1 {
  max-width: 30%;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 2;
}
.message_img2 {
  max-width: 25%;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 2;
}
}






/* ----------------- flow ----------------- */
.flow {
  margin: -390px 0 0;
  padding: 550px 0 180px;
  background: #fff url(../img/flow_bg.jpg) repeat center center fixed;
}
.flow_wrap {
  background: #fff;
  padding: 80px 85px;
}
.flow_head {
  color: #9A863B;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}
.flow_head :after {
  position: absolute;
  background: url(../img/deco_img3.png) repeat;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 100%;
  height: 12px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.flow_head span {
  padding: 5px 40px;
  background: #fff;
}
.flow_item__wrap {
  margin: 0 0 50px;
  padding: 50px;
  --cut: 10px;
  background: #FAF7F0;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.flow_item {
  display: flex;
  flex-direction: row-reverse;
  gap:20px;
  justify-content: flex-end;
}
.flow_item__img {
  width: 185px;
}
.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #003879;
  border-bottom: 0;
  margin: 0 auto 20px;
}
.flow_item__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #003879;
  margin: 0 0 12px;
}
.flow_item__txt {
  font-weight: 500;
}
.flow_item__desc {
  padding: 0 0 0 50px;
  position: relative;
}
.flow_item__desc:before {
  position: absolute;
  background: url(../img/num01.svg) no-repeat;
  top: 8%;
  left: 0;
  content: "";
  width: 35px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.flow_item:nth-child(3) .flow_item__desc:before{
  background: url(../img/num02.svg) no-repeat;
}
.flow_item:nth-child(5) .flow_item__desc:before{
  background: url(../img/num03.svg) no-repeat;
}
.flowRemarks {
  display: flex;
  gap:50px;
}
.flowRemarks_ttl {
  white-space: nowrap;
  text-align: center;
  color:#003879;
  font-size: 18px;
  font-weight: 700;
}
.flowRemarks_desc__list1__item {
  position: relative;
  padding: 0 0  0 25px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.flowRemarks_desc__list1__item:before {
  position: absolute;
  background: url(../img/icon_rhombus.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.flowRemarks_desc__list2 {
  margin: 0 0 0 10px;
}
.flowRemarks_desc__list2__item {
  position: relative;
  font-size: 14px;
  color:#8B8B8B;
  padding: 0 0  0 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.flowRemarks_desc__list2__item:before {
  position: absolute;
  background: #8B8B8B;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.flow {
  margin: -290px 0 0;
  padding: 410px 20px 60px;
  background: #fff url(../img/flow_bg.jpg) repeat center center fixed;
}
.flow_wrap {
  background: #fff;
  padding: 30px 20px;
}
.flow_head {
  color: #9A863B;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.flow_head :after {
  position: absolute;
  background: url(../img/deco_img3.png) repeat;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 100%;
  height: 6px;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.flow_head span {
  padding: 5px 25px;
  background: #fff;
}
.flow_item__wrap {
  margin: 0 0 30px;
  padding: 20px;
  --cut: 10px;
  background: #FAF7F0;
  clip-path: polygon(
    var(--cut) 0%,
    calc(100% - var(--cut)) 0%,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut)),
    0% var(--cut)
  );
}
.flow_item {
  display: flex;
  flex-direction: column;
  gap:15px;
}
.flow_item__img {
  width: 60%;
  margin: 0 auto 10px;
}
.flow_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #003879;
  border-bottom: 0;
  margin: 0 auto 20px;
}
.flow_item__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #003879;
  margin: 0 0 12px;
}
.flow_item__txt {
  font-weight: 500;
}
.flow_item__desc {
  padding: 0 0 0 50px;
  position: relative;
}
.flow_item__desc:before {
  position: absolute;
  background: url(../img/num01.svg) no-repeat;
  top: 8%;
  left: 0;
  content: "";
  width: 35px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.flow_item:nth-child(3) .flow_item__desc:before{
  background: url(../img/num02.svg) no-repeat;
}
.flow_item:nth-child(5) .flow_item__desc:before{
  background: url(../img/num03.svg) no-repeat;
}
.flowRemarks {
  display: flex;
  flex-direction: column;
  gap:30px;
}
.flowRemarks_ttl {
  white-space: nowrap;
  text-align: center;
  color:#003879;
  font-size: 18px;
  font-weight: 700;
}
.flowRemarks_desc__list1__item {
  position: relative;
  padding: 0 0  0 25px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.flowRemarks_desc__list1__item:before {
  position: absolute;
  background: url(../img/icon_rhombus.svg) no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.flowRemarks_desc__list2 {
  margin: 0 0 0 10px;
}
.flowRemarks_desc__list2__item {
  position: relative;
  font-size: 13px;
  color:#8B8B8B;
  padding: 0 0  0 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.flowRemarks_desc__list2__item:before {
  position: absolute;
  background: #8B8B8B;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
}



/* ----------------- info ----------------- */
.info {
  background-image: 
    linear-gradient(to right, 
      rgba(34, 87, 171, 1) 0%,
      rgba(34, 87, 171, 0.8) 50%,
      rgba(34, 87, 171, 0) 60%,
      transparent 60%
    ),
    url(../img/info_bg.png);

  background-repeat: no-repeat;
  background-position: left center, center right;
  background-size: cover;
  padding: 100px 0;
}
.info_wrap {
  background: #fff;
  max-width: max-content;
  margin: 0 auto 0 0 ;
  padding: 50px 70px;
}
.info_wrap .contents_h2 {
  margin: 0 0 30px;
}
.info_logo {
  max-width: 405px;
}
.info_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 30px 0 5px;
}
.info_txt {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
}
.info .cv_btn__item{
  display: block !important;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.info {
  background-image: 
    linear-gradient(to top, 
      rgba(34, 87, 171, 1) 0%,     /* 下側（濃い） */
      rgba(34, 87, 171, 0.8) 40%,
      rgba(34, 87, 171, 0.2) 60%,
      transparent 75%               /* 上側に向かって透明に */
    ),
    url(../img/info_bg.png);

  background-repeat: no-repeat;
  background-position: center, 50%;
  background-size: cover;
  padding: 90px 0;
}
.info_wrap {
  background: #fff;
max-width: 80%;
  margin: 0 auto 0 ;
  padding: 30px 20px;
}
.info_wrap .contents_h2 {
  margin: 0 0 20px;
}
.info_logo {
  max-width: 90%;
  margin: auto;
}
.info_ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 5px;
}
.info_txt {
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
}
.info .cv_btn__item{
  display: block !important;
  margin: 0 auto;
}
}


/* ----------------- links ----------------- */
.links {
  background: #fff;
  padding: 50px;
}
.links_wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 50px;
}


.links_item:nth-child(1) { grid-area: 1 / 2 / 2 / 4; }
.links_item:nth-child(2) { grid-area: 1 / 4 / 2 / 6; }
.links_item:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }
.links_item:nth-child(4) { grid-area: 2 / 3 / 3 / 5; }
.links_item:nth-child(5) { grid-area: 2 / 5 / 3 / 7; }
.links_item__txt {
  text-align: center;
  font-size: 14px;
  margin: 15px 0 0 ;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.links {
  background: #fff;
  padding: 30px 20px;
}
.links_wrap {
  max-width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap:30px;
}
.links_item__txt {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 0 ;
}
}




/* ----------------- form ----------------- */
.form {
  padding: 90px 0;
  background: #fff url(../img/form_bg.jpg) repeat center center fixed;
}
.form_wrap {
  background: #fff;
  padding: 80px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  border-top: 10px solid #CAB469;
  position: relative;
}
.form_wrap:before {
  position: absolute;
  background: url(../img/deco_img5.png) no-repeat;
  content: "";
  width: 260px;
  height: 105px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  top: 30px;
  left: -80px;
}
.form_wrap:after {
  position: absolute;
  background: url(../img/deco_img6.png) no-repeat;
  content: "";
  width: 251px;
  height: 101px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  top: 140px;
  right: -60px;
}
.form_txt {
  color: #003879;
  font-size: 18px;
  text-align: center;
  margin: 0 0 30px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.form {
  padding: 60px 20px;
  background: #fff url(../img/form_bg.jpg) repeat center center fixed;
}
.form_wrap {
  background: #fff;
  padding: 40px 20px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  border-top: 8px solid #CAB469;
}
.form_wrap:before {
  position: absolute;
  background: url(../img/deco_img5.png) no-repeat;
  content: "";
  width: 109px;
  height: 44px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  top: 10px;
  left: -20px;
}
.form_wrap:after {
  position: absolute;
  background: url(../img/deco_img6.png) no-repeat;
  content: "";
  width: 101px;
  height: 41px;
  display: inline-block;
  background-size: contain;
  z-index: 1;
  top: 60px;
  right: -20px;
}
.form_txt {
  color: #003879;
  font-size: 18px;
  text-align: center;
  margin: 0 0 30px;
}
.form_txt {
  color: #003879;
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px;
}
}












/* ----------------- 固定CVボタン ----------------- */

.followBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #E2F6FE;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.followBtn .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
@media (max-width: 960px) {
  .followBtn .container {
    flex-flow: column;
    height: 70px;
  }
}
.followBtn .followBtn-btns {
  display: flex;
  flex-flow: row;
}
.followBtn .followBtn-btns a {
  display: block;
  background: none;
  width: 236px;
}
@media (max-width: 960px) {
  .followBtn .followBtn-btns a {
    width: calc((100% - 15px) / 2);
    max-width: 180px;
  }
  .followBtn .followBtn-btns a img {
    width: 100%;
  }
}
.followBtn .followBtn-btns a img {
  display: block;
}
.followBtn .followBtn-btns a:not(:last-of-type) {
  margin-right: 15px;
}
.followBtn .followBtn-txt1 {
  margin-right: 42px;
  font-size: 20px;
  color: #1C1C1C;
  font-weight: bold;
}
@media (max-width: 960px) {
  .followBtn .followBtn-txt1 {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.followBtn .followBtn-txt1 .blue {
  color: #126FED;
}



/* 共通hoverアニメーション */
.hoveranime {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.1s ease;
  position: relative; /* :after の絶対位置指定のための基準 */
}
.hoveranime:hover {
  animation: shake 0.5s 1;
}
/* 本体の揺れアニメーション */
@keyframes shake {
  0% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  75% { transform: translateY(3px); }
  100% { transform: translateY(0); }
}
/* 矢印のアニメーション */
@keyframes arrowMove {
  0% { transform: translateY(-50%); }
  50% { transform: translateY(-50%) translateY(5px); }
  100% { transform: translateY(-50%); }
}







/* SPビュー　固定CTA */
.cta {
  display: none;
}
@media screen and (max-width:960px) {
.cta {
  position: fixed;
  justify-content: center;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding:10px;
  background: rgba(255,255,255, .8);
  z-index: 1000;
  width: 100%;
}
.cta a.btn {
  background: #C9A333;
  padding: 15px 10px 15px 8px;
  display: block;
  text-align: center;
  border: 2px solid #C9A333;
  color: #fff;
  border-radius: 100px;
}
.cta a.btn2 {
  background: #fff;
  border: 2px solid #C9A333;
  color: #C9A333;
}
.cta a.btn span {
  position: relative;
  font-size: 2.8vw;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  padding-left:20px;
}
.cta a.btn1 span:before {
  position: absolute;
  background: url(../img/icon_form.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cta a.btn2 span:before {
  position: absolute;
  background: url(../img/icon_exam.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.cta2 {
  position: relative;
}
.cta2_bubble {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.cta2_bubble span {
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1;
  background: #894337;
  color: #fff;
  padding: 5px 8px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.cta2_bubble span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #894337;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}
}


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

.cta a.btn {
padding: 10px 25px 10px 15px;
}
}





/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}