@charset "utf-8";

/* CSS Document */
body {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Noto Sans JP', sans-serif;
}

.en {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
}

img {
  width: 100%;
}

a {
  outline: none !important;
  letter-spacing: 1px;
}

a:hover {
  outline: none !important;
  text-decoration: none;
  opacity: 0.7;
  transition: .3s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: -.4em;
  /* 文字間を詰めて隙間をなくす */
}

ul li {
  letter-spacing: normal;
  /* 文字間を詰めて隙間をなくす */
}

div,
ul,
li,
p {
  box-sizing: border-box;
}

div,
p,
li a {
  line-height: 1.5;
}

p {
  margin: 0;
}

.warp {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.pc_none {
  display: none;
}



/* header */
header {
  width: 100%;
  padding: 0;
  z-index: 8888;
  background: none;
  position: relative;
  height: 70px;
}

header h1 {
  padding-top: 15px;
  padding-left: 34px;
}

header h1 a:hover {
  opacity: 0.8;
  transition: 0.3;
}

header h1 img {
  width: 256px;
}

#menu li {
  position: fixed;
  top: 0;
  right: 0;
  width: 174px;
  height: 70px;
  background: #FF981A;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-top: 26px;
}

#menu li a {
  color: #fff;
  line-height: 1;
  padding-left: 28px;
}

#menu li a::before {
  content: url("../img/ico01.svg");
  position: absolute;
  top: 27px;
  left: 10px;
}

footer .bg {
  background: #1847C7;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

footer .logo img {
  width: 240px;
  margin: 10px auto 35px;
}

footer a.link {
  color: #fff;
  font-size: 11px;
}

footer p.cap {
  color: #fff;
  font-size: 13px;
}

footer p.copy {
  font-size: 8px;
  text-align: center;
  line-height: 20px;
}

.mb00 {
  margin-bottom: 0 !important;
}

/* top----------------------------------- */

/*==================
fv_メイン画像
==================*/
.slider01 {
  margin: 0 auto 0;
  width: 100%;
}

.slick-img img {
  height: auto;
  width: 100%;
}

.fv {
  position: relative;
  overflow: hidden;
  max-height: 1000px;
}

.fv .warp {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.fv h2 {
  vertical-align: top;
  margin-bottom: 20px;
  padding-right: 2%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.fv .text_box {
  vertical-align: bottom;
  color: #fff;
  padding-left: max(20px, calc((100% - 1200px)/2));
  padding-right: max(20px, calc((100% - 1200px)/2));
}

.fv h2 span {
  display: inline-block;
  padding: 0 7px;
}

.fv h2 span.text01 {
  color: #1847C7;
  background: url('../img/h2-bg.png') no-repeat center/contain;
  font-size: min(4vw, 35px);
  line-height: 1.5;
  padding-right: 2em;
  padding-left: max(20px, calc((100% - 1200px)/2));
  background-size: 100%;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

.fv h2 span.text01 .add {
  padding: 0 3px;
  font-size: 12px;
  transform: translateY(-10px);
}

.fv h2 span.text02 {
  color: #FFF;
  font-size: 68px;
  line-height: 1.2em;
  margin-top: 0.2em;
  white-space: nowrap;
  padding-left: max(20px, calc((100% - 1200px)/2));
  position: relative;
}

.fv h2 span.text02 img {
  width: 2.9em;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  transform: translateX(120%);
}

.fv p.text01 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}

.fv p.text02 {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.fv h2 img {
  width: 32%;
  padding-left: max(20px, calc((100% - 1200px) / 2));
  margin-top: 2rem;
}

/*==================
見出し基本h2設定
==================*/
#top h2 {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 140px;
  line-height: 1;
  text-align: center;
  color: rgba(24, 71, 199, 0.1);
  position: relative;
  margin: 80px auto 60px;
}

#top h2 span {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #1847C7;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

/*==================
共通あしらい
==================*/
#top .bule_w {
  width: 92px;
  height: 34px;
  margin: 0 auto;
  background: #1847C7;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-family: 'Inter';
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 26px;
}

#top .cont00 {
  padding-top: 1px;
  padding-bottom: 60px;
  background-color: #EAF0FC;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  #top .cont00 .warp {
    padding: 0 1rem;
  }
}

#top .cont00 h2 {
  font-size: 32px;
  text-align: center;
  color: #1847C7;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

#top .cont00 h2 span {
  font-size: 40px;
  display: block;
  position: unset;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: unset;
  color: #1847C7;
}

#top .cont00 .inner {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
  border: 3px solid #1847C7;
}

#top .cont00 .inner .content {
  display: flex;
  justify-content: center;
}

#top .cont00 .inner .content .item {
  width: fit-content;
}

#top .cont00 .inner .content .item:nth-of-type(2) {
  margin: 0 65px;
}

#top .cont00 .inner .content .item h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}

#top .cont00 .inner .content .item .img_box {
  width: 248px;
  margin: 0 auto;
}

#top .cont00 .inner .text {
  margin-top: 25px;
  padding-left: 12px;
  font-size: 10px;
  font-weight: 700;
  color: #333;
}

/*==================
01_グロービズMBAの特徴
==================*/
#top .cont01 {
  padding-bottom: 100px;
}

#top .cont01 .warp {
  overflow: visible;
}

.cont01_boxwrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 1rem;
}

#top .cont01 .box01 {
  background: url(../img/img01.jpg) no-repeat left center;
  background-size: 82%;
  display: flex;
  justify-content: flex-end;
  min-height: 700px;
  align-items: center;
}

#top .cont01 .box02 {
  position: relative;
  background: url(../img/img02.jpg) no-repeat right center;
  background-size: 82%;
  display: flex;
  align-items: center;
  min-height: 700px;
  align-items: center;
}

#top .cont01 .box03 {
  background: url(../img/img03.jpg) no-repeat left center;
  background-size: 74%;
  display: flex;
  justify-content: flex-end;
  min-height: 700px;
  align-items: center;
}

#top .cont01 .box03 .subimg {
  width: 70%;
  margin: 2em auto 0;
}

#top .cont01 .box04 {
  position: relative;
  background: url(../img/img04.jpg) no-repeat right center;
  background-size: 82%;
  display: flex;
  align-items: center;
  min-height: 700px;
  align-items: center;
}

#top .cont01 .box05 {
  background: url(../img/img05.jpg) no-repeat left center;
  background-size: 82%;
  display: flex;
  justify-content: flex-end;
  min-height: 700px;
  align-items: center;
}

#top .cont01 .box05 h4 {
  text-align: left;
  width: 100%;
  line-height: 1rem;
}

#top .cont01 .box05 .map {
  margin-top: 1rem;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

#top .cont01 .box05 .map .img_map {
  width: 90%;
}

#top .cont01 .box05 .map div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#top .cont01 .box05 .map div a {
  display: block;
  width: 40%;
}

#top .cont01 .in_box {
  width: 42%;
  background: #FFFFFF;
  box-shadow: 0px 4px 0px #EAF0FC;
  border-top: 5px solid #1847C7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 40px 36px;
}

#top .cont01 .in_box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #1847C7;
  margin-bottom: 20px;
}

#top .cont01 .in_box h3 .add {
  font-size: 20px;
  vertical-align: top;
  padding: 0;
  transform: translateY(-5px);
  display: inline-block;
}

#top .cont01 .in_box p span {
  font-size: 12px;
  line-height: 17px;
}

#top .cont01 .in_box dl {
  margin-top: 1rem;
}

#top .cont01 .in_box dl * {
  text-align: left;
}

#top .cont01 .in_box dl dt {
  display: inline-flex;
  border: 1px solid #1847C7;
  border-left: none;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  padding: 0.4rem 1rem 0.4rem 0;
  font-size: 0.9rem;
  color: #1847C7;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

#top .cont01 .in_box dl dd {
  margin-bottom: 0.4rem;
}

#top .cont01 .in_box dl a {
  color: #1847C7;
}

#top .cont01 .in_box dl a:hover {
  text-decoration: underline;
  opacity: 1;
}

#top .cont01 .in_box dl dd a:after {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/icon_ext_blue.svg) no-repeat center center;
  vertical-align: middle;
}

#top .cont01_2 {
  width: 91.5%;
  position: relative;
}

#top .cont01_2 .inner .img_box {
  width: 75.5%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#top .cont01_2 .inner .content {
  margin-bottom: 135px;
  width: 534px;
  margin-left: auto;
  border-top: 5px solid #1847C7;
  border-bottom: 3px solid #EAF0FC;
  border-right: 3px solid #EAF0FC;
  border-left: 3px solid #EAF0FC;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
}

#top .cont01_2 .inner .content .point {
  width: 95px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 6px 0;
  text-align: center;
  font-weight: 500;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #1847C7;
}

#top .cont01_2 .inner .content h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #1847C7;
  margin-bottom: 20px;
}

#top .cont01_2 .inner .content .text {
  width: 86%;
  margin: 0 auto;
  font-size: 16px;
  color: black;
  line-height: 1.6;
}

#top .cont01_2 .inner .content .img {
  width: 56%;
  margin: 0 auto;
  margin-top: 30px;
}

/*==================
02_体験クラス＆説明会とは
==================*/
#top .cont02 {
  background: url("../img/bg01.png") no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}

#top .cont02 h2 {
  color: #FFFFFF;
  opacity: 0.1;
  margin-bottom: 40px;
}

#top .cont02 p.po {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
}

#top .cont02 p.top {
  color: #fff;
  padding: 0 150px 50px;
}

#top .cont02 .fl {
  display: flex;
  justify-content: space-between;
}


#top .cont02 .box {
  width: 32%;
  background: #fff;
  padding-bottom: 30px;
}

#top .cont02 .box__bold {
  margin-top: 1em;
}

#top .cont02 .box img.main {
  width: 87%;
  margin-bottom: 20px;
}

#top .cont02 .box .img_box {
  position: relative;
}

#top .cont02 .box img.po {
  position: absolute;
  width: 25%;
  height: auto;
  bottom: -20px;
  right: 0;
}

#top .cont02 .box img.po01 {
  position: absolute;
  width: 22%;
  height: auto;
  bottom: -20px;
  right: 6px;
}

#top .cont02 .box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  /* または36px */
  color: #1847C7;
  padding: 0 20px;
  margin-bottom: 30px;
}

#top .cont02 .box p {
  padding: 0 20px;
}

#top .cont02 .box p span {
  font-weight: bold;
}

#top .cont02 .box span.come {
  padding: 20px 20px 0;
  font-weight: normal;
  font-size: 12px;
  display: block;
}

#top .cont02 .box p.btm {
  text-align: center;
}

#top .cont02 ul li {
  padding: 8px 10px;
  background: #EAF0FC;
  border-radius: 10px;
  margin: 10px 20px 10px;
  text-align: center;
}

/*==================
03_開催日程一覧
==================*/
#top .cont09 {
  text-align: center;
}

#top .cont03 .section_inner {
  padding: 0;
  max-width: 100%;
}

#top .cont03 .section_title {
  font-size: 40px;
  color: #1847C7;
  text-align: left;
  padding-bottom: 1em;
  line-height: 1.5;
}

#top .cont03 .section_title br {
  display: none;
}

#top .cont03 .tab_select_ico-date {
  line-height: 0.6;
}

a.btn {
  color: #fff;
  line-height: 100px;
  padding-left: 80px;
  padding-right: 20px;
  height: 100px;
  background: #FF981A;
  font-size: 28px;
  font-weight: bold;
  margin: 100px auto;
  display: inline-block;
  position: relative;
}

a.btn::before {
  content: url("../img/ico02.svg");
  position: absolute;
  top: 35px;
  left: 25px;
  width: 36px;
  height: auto;
  line-height: 0;
}

/*==================
04_体験クラス＆説明会で
得られるもの
==================*/
#top .cont04 {
  padding-bottom: 100px;
}

#top .cont04 h2 span {
  top: 10px;
  line-height: 58px;
}

#top .cont04 .fl {
  display: flex;
  justify-content: space-between;
}

#top .cont04 .fl .text_box {
  width: 40%;
  padding-right: 6%;
  padding-left: 6%;
  padding-top: 40px;
}

#top .cont04 .img_box {
  width: 60%;
}

#top .cont04 .img_box img {
  width: 95%;
}

#top .cont04 .box01 .img_box img {
  filter: drop-shadow(-40px 50px 0px #EAF0FC);
}

#top .cont04 .box02 .img_box img {
  filter: drop-shadow(40px 50px 0px #EAF0FC);
}

#top .cont04 .box01 {
  margin-bottom: 100px;
}

#top .cont04 .box02 {
  margin-bottom: 150px;
}

#top .cont04 .fl h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #1847C7;
  margin-bottom: 30px;
}

#top .cont04 .box02 .text_box h3 {
  text-align: right;
}

/*==================
05_講師紹介
==================*/
#top .cont05 {
  padding-bottom: 70px;
  background: #EAF0FC;
}

#top .cont05 h2 {
  color: rgba(24, 71, 199, 0.1);
}

#top .cont05 .teachder-txt {
  padding: 0;
  margin: 0 auto 80px;
  max-width: 980px;
}

#top .cont05 .fl {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 20px;
}

#top .cont05 .teacher-desc h3 {
  color: #1847C7;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

#top .cont05 .teacher-desc h3 span {
  font-size: 14px;
  padding-left: 20px;
}

#top .cont05 .teacher-desc .place {
  background: #fff;
  color: #1847C7;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 6px;
  display: inline-block;
}

#top .cont05 .teacher-desc .about {
  font-size: 14px;
  font-weight: 700;
  color: #1847C7;
  margin-bottom: 40px;
}

.slider02 {
  margin: 0 auto 0;
  width: 920px;
}

#top .cont05 img {
  width: 440px;
}

#top .cont05 .slick-arrow {
  z-index: 1;
  width: 32px;
  height: 32px;
}


#top .cont05 .slick-prev {
  background: url("../img/ico_l.svg") no-repeat center/contain;
  left: -80px;
}

#top .cont05 .slick-next {
  background: url("../img/ico_r.svg") no-repeat center/contain;
  right: -80px;
}

#top .slick-prev:hover,
#top .slick-next:hover {
  opacity: 0.7;
  transition: .3s;
}

.slick-prev::before,
.slick-next::before {
  font-size: 0 !important;
}

/*==================
06_タイムスケジュール
==================*/
#top .cont06 {
  padding-bottom: 100px;
  background: #1847C7;
  padding-top: 1px;
}

#top .cont06 .bule_w {
  line-height: 28px;
  width: 76px;
  height: 28px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

#top .cont06 h2 {
  color: rgba(255, 255, 255, 0.1);
}

#top .cont06 h2 span {
  color: #FFF;
}

#top .cont06 .fl {
  padding: 70px 80px;
  border-radius: 20px;
  background: #fff;
}

#top .cont06 .fl .bg_line {
  background: url("../img/line.svg") no-repeat 30px 10px;
}

#top .cont06 .fl .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  align-items: flex-start;
  column-gap: 40px;
}

#top .cont06 .fl .box .text_box {
  width: 58%;
}

#top .cont06 .fl .box img {
  width: 51%;
  height: auto;
}

#top .cont06 .text_box h3 {
  color: #1847C7;
  font-size: 24px;
  margin-bottom: 5px;
}

#top .cont06 .text_box h4 {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
}

#top .cont06 .text_box h4:after {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 1rem;
  background: url(../img/icon_arrowright.svg) no-repeat center left;
  background-size: auto 100%;
}

#top .cont06 .text_box p,
#top .cont06 .text_box h4 {
  padding-left: 50px;
}

#top .cont06 .text_box p span {
  font-size: 14px;
}

#top .cont06 .text_box p.time {
  padding-left: 130px;
  line-height: 22px;
  background: url("../img/time.svg") no-repeat 104px 2px;
  margin-bottom: 30px;
}


/*=========
07_参加者の声
=========*/

#top .cont07 {
  padding-top: 1px;
}

#top .cont07 .is-slick {
  position: relative;
}


#top .cont07 .slick-track {}

#top .cont07 .slick-dots li.slick-active {}

@media screen and (min-width: 769px) {
  #top .cont07 .is-slick {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
  }

  .is-slick-inner {
    width: 40%;
    max-width: 400px;
  }
}

#top .cont07 .slick-arrow {
  background: transparent;
  border: none;
  border-top: solid 2px #212121;
  border-left: solid 2px #212121;
  height: 12px;
  padding: 0;
  width: 12px;
  transform: translateY(-50%) rotate(-45deg);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: -25px;
}

#top .cont07 .slick-next {
  border-left: none;
  border-right: solid 2px #212121;
  transform: translateY(-50%) rotate(45deg);
  left: auto;
  right: -25px;
}

@media screen and (max-width: 768px) {

  #top .cont01 .box03 .subimg {
  width: 80%;
  margin: 0 auto 0;
}

  /* sp */
  #top .cont07 .slick-list {
    margin: 0 0px;
  }

  #top .cont07 .is-slick-inner {
    margin: 0;
  }

  #top .cont07 .slick-arrow {
    left: 5px;
  }

  #top .cont07 .slick-next {
    left: auto;
    right: 5px;
  }

  #top .cont07 .slick-list img {
    width: 100%;
    height: auto;
  }

  #top .cont07 .is-slick {}

  #top .cont07 .is-slick-inner {
    padding: 0 0px;
  }

  #top .cont07 .slick-next {
    width: 22px;
    height: 22px;
    right: -10px;
    top: 38%;
  }

  #top .cont07 .slick-prev {
    width: 22px;
    height: 22px;
    left: -10px;
    top: 38%;
    z-index: 1;
  }


  #top .cont07 .slick-next {
    background: url("../img/ico_r.svg") no-repeat;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    transform: translateY(-0%) rotate(0deg);
    background-size: 22px auto;
  }

  #top .cont07 .slick-prev {
    background: url("../img/ico_l.svg") no-repeat;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    transform: translateY(-0%) rotate(0deg);
    background-size: 22px auto;
  }


}

/* slider */

/* accordion */
.is-accordion-header {
  cursor: pointer;
  position: relative;
  padding-bottom: 50px;
}

.is-accordion-header:before {
  content: '';
  background: url("../img/more2.svg") no-repeat left top;
  background-size: auto 100%;
  display: block;
  height: 30px;
  width: 220px;
  position: absolute;
  bottom: 1px;
  left: 0;
}


.is-accordion-header:hover:before {
  background: url("../img/more2_on.svg") no-repeat left top;
  background-size: auto 100%;
}

.is-accordion-header.active:before {
  background: url("../img/more2-minus.svg") no-repeat left top;
  background-size: auto 100%;
}

.is-accordion-header.active:hover:before {
  background: url("../img/more2-minus_on.svg") no-repeat left top;
  background-size: auto 100%;
}

.is-accordion-inner {
  color: #1847C7;
  margin-top: 1.4em;
  font-size: 0.9rem;
}

.is-accordion-inner p {
  line-height: 170%;
}

.is-accordion-inner a {
  margin-top: 1rem;
  display: block;
  width: 70%;
}

.is-accordion-inner a img {
  width: 100%;
  height: auto;
}

#top .cont07 {
  background: #EAF0FC;
  padding-bottom: 100px;
}

#top .cont07 .img_box {
  position: relative;
}

#top .cont07 .name {
  background: #1847C7;
  color: #fff;
  padding: 18px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0;
}

#top .cont07 .name p.text01 {
  font-size: 13px;
}

#top .cont07 h2 {
  color: rgba(24, 71, 199, 0.1);
}

#top .cont07 h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  color: #1847C7;
  font-weight: normal;
  height: 4em;
}

#top .cont07 .img_box {
  margin-bottom: 10px;
}


@media screen and (max-width: 768px) {

  /* sp */
  #top .cont07 .name p.text01 {
    font-size: 12px;
  }

  #top .cont07 .name p.text02 {
    font-size: 14px;
  }

  #top .cont07 h4 {
    font-size: 16px;
  }

}

/*=========
08_よくある質問
=========*/
#top .cont08 {
  padding-bottom: 100px;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border-bottom: 1px solid #EBEBEB;
  padding: 30px 0;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  color: #1847C7;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #1847C7;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #1847C7;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_header .i_box:hover:before,
.accordion_area .accordion_one .ac_header .i_box:hover:after {
  opacity: 0.7;
  transition: 0.3s;
}


.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 30px 0;
  box-sizing: border-box;
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #333;
  font-size: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  line-height: 1;
}

.p-faq__headinner p.p-faq__q-txt {
  font-weight: normal;
  margin-left: 10px;
}

.p-faq__bodyinner {
  display: block;
  position: relative;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #1847C7;
  font-size: 28px;
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  line-height: 1;
}

.p-faq__bodyinner p.p-faq__a-txt {
  padding-left: 44px;
  color: #1847C7;
}

.p-faq__bodyinner a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.s_section {
  width: 84%;
  margin: 0 auto;
}

.fv .slick-dots {
  display: block !important;
  bottom: 25px;
  z-index: 2;
}

.fv .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.fv .slick-dots {
  position: absolute;
  bottom: 6px !important;
  right: 6px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.fv .slick-dots li {
  width: 10px !important;
  height: 1px !important;
  padding: 0px;
  margin: 0 2px !important;
}

.fv .slick-dots li button {
  width: 10px !important;
  height: 1px !important;
  padding: 1px;
}

.slick-dots li button::before {
  width: 10px !important;
  height: 1px !important;
  content: '' !important;
  opacity: 1 !important;
  background: #fff !important;

}

.slick-dots li.slick-active button::before {
  background: #FF981A !important;

}

.fv .slick-dots {
  display: block !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.spt_none {
  display: none;
}

.tab_select_category a img {
  width: auto;
  padding-top: 0;
}

.tab_select_category a {
  display: inline-block;
  line-height: 1;
}

.section_text.asterisk a {
  display: inline-block;
}

.floatBtn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1.5em;
  bottom: 1.5em;
  font-size: 0.9rem;
  width: 10em;
  height: 10em;
  background-color: #FF981A;
  color: white;
  border-radius: 10rem;
  text-align: center;
  z-index: 9999;
}



/* chart */

div#scrollchecker {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem;
  font-size: 16px;
  color: #333;
  flex-wrap: wrap;
  background-color: white;
  border: #1847C7 solid 3px;
  column-gap: 3rem;
}

.chartBox {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.chartBox h3 {
  font-size: 1.2em;
  color: inherit;
}

.chartLabel {
  text-align: left;
  list-style: none;
  font-size: 0.8em;
}

.chartLabel li {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-weight: 700;
}

.chartLabel li.one::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #1847C7;
}

.chartLabel li.two::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #5F7ED1;
}

.chartLabel li.three::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #92A2CE;
}

.chartLabel li.four::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #EAF0FC;
}

.chartWrapper {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 16em;
  height: 16em;
}

.chartWrapper canvas {
  width: 16em;
  height: auto;
}

.perst {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0.5em);
  font-size: 3.4em;
  font-weight: 900;
  color: #FF981A;
  display: block;
  height: 1em;
  line-height: 1em;
}

.perst::before {
  content: '※';
  font-size: 0.2em;
  position: absolute;
  top: -1em;
  right: 0;
}

.perst span {
  height: 1em;
  line-height: 1em;
}

.perst .tan {
  font-size: 0.5em;
  font-weight: 900;
}

.contXX .info {
  font-size: 12px;
  width: 100%;
}

@media(max-width:768px) {
  .contXX {
    padding: 8vw 4vw;
  }

  div#scrollchecker {
    padding: 3vw;
    gap: 2vw;
    font-size: 1.8vw;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    border: 2px solid #1D45B3;
    background-color: white;
  }

  .chartBox h3 {
    height: 10vw;
  }

  .chartBox {
    width: 26vw;
    vertical-align: middle;
  }

  .chartWrapper {
    width: 26vw;
    height: 26vw;
  }

  .chartWrapper canvas {
    width: 100%;
    height: auto;
  }

  .chartBox ul {
    font-size: 1em;
  }
}

#modal {
  display: none;
  z-index: 9000;
}

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

body.enable {
  overflow: hidden;
}

#modalWrapper {
  max-width: 900px;
  position: relative;
  z-index: 1000;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE / Edge */
  scrollbar-width: none;     /* Firefox */
}

#modalWrapper::-webkit-scrollbar {
  display: none;             /* Chrome / Safari */
}

@media(max-width:768px) {
  #modalWrapper {
    width: 100vw;
    position: relative;
    z-index: 1000;
    height: 100vh;
    padding: 3rem 0;
  }
}

.modal__inner {
  display: none;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-start;
  width: 810px;
  background: white;
  border: 1px solid #1847C7;
  padding: 4rem 3rem 2rem;
}

@media(max-width:768px) {
  .modal__inner {
    width: 90vw;
    position: relative;
    margin: 0 auto;
    padding: 1.4rem;
    z-index: 1000;
    gap: 1.2rem;
  }
}

.modal__inner p {
  line-height: 1.8rem;
}

#modal h3 {
  font-size: 3rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  border-bottom: #1847C7 3px solid;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #1847C7;
}

@media(max-width:768px) {
  #modal h3 {
    font-size: 2.4em;
  }
}

#bgModal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(255 255 255 / 56%);
  z-index: 0;
}

#circleCloseModal {
  position: fixed;
  top: 3.5rem;
  z-index: 9999;
  left: 50%;
  transform: translateX(calc(400px - 50%));
  cursor: pointer;
}

@media(max-width:768px) {
  #circleCloseModal {
    top: 2em;
    left: unset;
    transform: unset;
    width: 3em;
    right: 0.5em;
  }
}

.closeModal {
  margin: 0 auto;
  border: 1px solid #1847C7;
  padding: 0.8rem 2rem;
  font-weight: bold;
  color: #1847C7;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.closeModal::before {
  content: '';
  display: block;
  background: url(../img/icon_close.svg) center center no-repeat;
  width: 1rem;
  height: 1rem;
}

.closeModal:hover {
  filter: brightness(1.3);
}

/* contSkills */
.contSkills h2 {
  font-family: 'Noto Sans JP' !important;
}


.contSkills__1 {
  padding: 4rem 0 0;
  background-color: #1847C7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contSkills__1 h2 {
  color: white !important;
  font-size: 38px !important;
  position: relative;
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 2rem !important;
}

.contSkills__1 h2 span {
  position: absolute !important;
  color: rgba(171, 217, 255, 0.1) !important;
  font-size: 3.3em !important;
  top: 0 !important;
}

.contSkills__1 .subcatch {
  font-size: 1.17em;
  font-weight: 700;
  color: #FF981A;
  background: white;
  padding: 1em 1.2em;
  margin-bottom: 1.2em;
  text-align: center;
}

.accord_contskills__1__1 {
  max-width: 660px;
  width: 90%;
  text-align: center;
  color: white;
  margin-bottom: 3.6em;
  position: relative;
  padding-bottom: 2rem;
}

.accord_contskills__1__1 p {
  line-height: 1.8rem;
}

.accord_contskills__1__1 .hidden {
  display: none;
  margin-top: 1em;
}

.accord_contskills__1__1 .accordOpen {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8rem 0 0;
  background: linear-gradient(180deg, rgba(29, 69, 179, 0) 0%, #1847C7 80%);
}

.accord_contskills__1__1.open .accordOpen {
  background: unset;
}

.accord_contskills__1__1 .accordOpen span::before {
  content: '続きを読む ＋';
  text-decoration: underline;
  cursor: pointer;
}

.accord_contskills__1__1.open .accordOpen span::before {
  content: '閉じる ー';
  text-decoration: underline;
}

.contSkills__1 ul {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.contSkills__1 ul li {
  max-width: 300px;
  cursor: pointer;
}

.contSkills__1 ul li:hover {
  filter: brightness(1.3);
}

.contSkills__1 ul .icon_cross {
  max-width: 40px;
}

.contSkills__2 {
  background: url(../img/bg_tri.svg) top left white no-repeat;
  background-size: 100% auto;
  padding: 10rem 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contSkills__2__content {
  max-width: 810px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contSkills__2 h2 {
  color: #1847C7 !important;
  font-size: 38px !important;
  position: relative;
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 2rem !important;
}

.contSkills__2 h2 span {
  position: absolute !important;
  color: rgba(1, 96, 175, 0.1) !important;
  font-size: 3.3em !important;
  top: 0 !important;
}

.contSkills__2 h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.9rem;
  font-weight: 700;
  color: #1847C7;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contSkills__2 h3 span {
  font-family: 'Noto Sans JP';
  font-size: 0.25em;
  font-weight: 500;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.contSkills__2 h3 span::before {
  content: '';
  display: block;
  height: 1px;
  background-color: #1847C7;
  width: 6rem;
}

.contSkills__2 ul {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.contSkills__2__content:last-child {
  margin-top: 3rem;
}

.contSkills__2 ul li {
  border: 1px solid #1847C7;
}

.contSkills__2 ul li header {
  z-index: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  background-color: #F4F8FC;
  align-items: center;
  cursor: pointer;
}

.contSkills__2 ul li header:hover {
  filter: brightness(1.1);
}

.contSkills__2 ul li header .pointNum {
  font-family: 'Noto Serif JP', serif;
  background: #1847C7;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  padding: 1.3em 1.2em;
}

.contSkills__2 ul li header .pointNum span {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.contSkills__2 ul li header h4 {
  display: flex;
  align-items: center;
  font-size: 1.35rem;
  text-align: center;
  line-height: 1.4em;
  color: #1847C7;
}

.contSkills__2 ul li header .accordOpen {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1847C7;
  padding-right: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
}

.contSkills__2 ul li header .accordOpen::before {
  content: '＋';
}

.contSkills__2 ul li.open header .accordOpen::before {
  font-size: 1.3rem;
  content: 'ー';
}

.contSkills__2 .content__slick {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  max-width: 810px;
  width: 100%;
}

.contSkills__2 .content__slick .slick-next {
  background: url(../img/icon_slick_nav_blue_r.svg) top left no-repeat;
  background-size: 100% auto;
}

.contSkills__2 .content__slick .slick-prev {
  background: url(../img/icon_slick_nav_blue_l.svg) top left no-repeat;
  background-size: 100% auto;
}

.contSkills__2 .content__slick__card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 1rem);
}

.contSkills__2 .content__slick__card .head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.contSkills__2 .content__slick__card img {
  width: 34%;
  height: auto;
}

.contSkills__2 .content__slick__card .table {
  margin: 0;
  display: block !important;
  padding-left: 1rem;
  text-align: left !important;
  line-height: 1.4rem;
}

.contSkills__2 .content__slick__card .table p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.contSkills__2 .content__slick__card .name {
  background-color: #1847C7;
  color: white;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.9em;
  position: relative;
}

.contSkills__2 .content__slick__card .name span {
  margin-left: 0.4em;
  font-size: 0.9em;
}

.contSkills__2 .content__slick__card .name.open {
  border: 1px solid #1847C7;
  background: white;
  color: #1847C7;
}

.contSkills__2 .content__slick__card .name::after {
  content: "＋";
  display: block;
  color: white;
  position: absolute;
  right: 0.5em;
  font-weight: 400;
}

.contSkills__2 .content__slick__card .name.open::after {
  content: "ー";
  color: #1847C7;
}

.contSkills__2 .content__slick__card .name+p {
  display: none;
  margin-top: 1em;
}

.contSkills__jissen3 .head6 {
  color: #1847C7;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 1rem;
}

.contSkills__jissen3 ul {
  padding-left: 1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.6em;
}

.contSkills__jissen3 ul li {
  padding: 0.6em 1em;
}

.content__inner {
  display: none;
  border-top: 1px solid #1847C7;
  padding: 1.4rem 2rem;
}

.content__inner__firstImg {
  margin-bottom: 1.8rem;
}

.content__inner p {
  line-height: 1.8em;
}

.content__inner h5 {
  margin-top: 3em;
  display: inline-block;
  color: #1847C7;
  font-size: 1.2rem;
  border-bottom: 3px solid #1847C7;
  padding-bottom: 0.3em;
  margin-bottom: 1.4rem;
}

.content__inner__firstImg+h5 {
  margin-top: 0.8rem;
}

.content__inner__mt {
  margin-top: 1rem;
}

.content__inner__mb {
  margin-bottom: 1rem;
}

.content__inner__mb15 {
  margin-bottom: 1.5rem;
}

.content__inner__listbox {
  flex-direction: row !important;
  gap: 0.7rem !important;
}

.content__inner__listbox li:not(.nonelist) {
  padding: 0.5em 0.8em;
  background: #F2F4FB;
  border: none !important;
  border-radius: 4px;
}

.content__inner__listbox li.nonelist {
  padding: 0.5em 0.8em 0.5em 0;
  border: none !important;
}

.contSkills__senshin2 p:last-child {
  text-align: center;
}

.contSkills__jissen2 .content__inner__listbox {
  margin-top: 0rem !important;
  margin-bottom: 3rem !important;
}

.contSkills__senshin3 .content__inner__listbox {
  margin-top: 0rem !important;
}


@media screen and (max-width: 768px) {

  .contSkills__1 {
    font-size: 4.48vw !important;
    padding: 7vw 5vw 5vw;
  }

  .contSkills__1 h2 {
    font-size: 7.8vw !important;
    position: relative;
    height: 3em;
    margin: 0 0 0.7em !important;
    line-height: 1.2em !important;
  }

  .contSkills__1 h2 span {
    font-size: 1.6em !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .contSkills__1 .subcatch {
    text-align: center;
    font-size: 1em;
    width: 100%;
    padding: 0.8em 0;
  }

  .accord_contskills__1__1 {
    width: 100%;
    margin-bottom: 3.6em;
    position: relative;
    padding-bottom: 2rem;
    text-align: left;
  }

  .accord_contskills__1__1 p {
    line-height: 1.8em;
  }

  .accord_contskills__1__1 .hidden {
    display: none;
    margin-top: 1em;
  }

  .accord_contskills__1__1 .accordOpen {
    text-align: center;
  }

  .accord_contskills__1__1.open .accordOpen {
    background: unset;
  }

  .contSkills__1 ul {
    display: flex;
    gap: 1em;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
  }

  .contSkills__1 ul li {
    max-width: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    cursor: unset;
  }

  .contSkills__1 ul li img {
    width: 8em;
    margin: 0 !important;
  }


  .contSkills__1 ul li p {
    width: 56%;
    font-size: 0.9em;
    color: white;
  }

  .contSkills__1 ul li p::after {
    margin-top: 1em;
    display: block;
    content: '';
    height: 1.8em;
    width: 100%;
    background: url(../img/btn_viewmore_sp.svg) top center no-repeat;
    background-size: auto 100%;
  }

  .contSkills__1 ul .icon_cross {
    max-width: unset;
    width: 8em;
    text-align: center;
    justify-content: center;
  }

  .contSkills__1 ul .icon_cross img {
    width: 1em;
  }

  .contSkills__2 {
    background: url(../img/bg_tri_sp.svg) top left no-repeat;
    background-position: center -1px;
    background-size: 100% auto;
    font-size: 4.48vw !important;
    padding: 15vw 5vw 10vw;
  }

  .contSkills__2__content {
    max-width: 810px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contSkills__2 h2 {
    font-size: 7.8vw !important;
    position: relative;
    height: 3em;
    line-height: 1.2em !important;
    margin: 0 0 1em !important;
  }

  .contSkills__2 h2 span {
    font-size: 1.6em !important;
    top: 50% !important;
    transform: translateY(-50%);
  }

  .contSkills__2 h3 {
    font-size: 2.6em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1em;
  }

  .contSkills__2 h3 span {
    font-size: 0.36em;
    font-weight: 400;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .contSkills__2 h3 span::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #1847C7;
    width: 6em;
  }

  .contSkills__2 ul {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .contSkills__2__content {
    width: 100%;
  }

  .contSkills__2__content:last-child {
    margin-top: 3rem;
  }

  .contSkills__2 ul li header {
    align-items: unset;
  }

  .contSkills__2 ul li header:hover {
    filter: brightness(1.1);
  }

  .contSkills__2 ul li header .pointNum {
    width: 8%;
    font-size: 0.9em;
    line-height: 100%;
  }

  .contSkills__2 ul li header .pointNum span {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1em;
  }

  .contSkills__2 ul li header h4 {
    display: flex;
    align-items: center;
    font-size: 1em;
    text-align: left;
    line-height: 1.4em;
    color: #1847C7;
    width: 70%;
    padding: 0.4em 0;
    font-weight: 500;
    transform: translateX(0.4em);
  }

  .contSkills__2 ul li header .accordOpen {
    font-size: 1em;
    font-weight: bold;
    color: #1847C7;
    padding-right: 1vw;
    display: flex;
    width: 6%;
  }

  .contSkills__2 ul li header .accordOpen::before {
    content: '＋';
  }

  .contSkills__2 ul li.open header .accordOpen::before {
    font-size: 0.8em;
    content: 'ー';
  }

  .contSkills__2 .content__slick {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    max-width: unset;
    width: 79vw;
  }

  .contSkills__2 .content__slick__card {
    display: flex;
    flex-direction: column;
    width: calc(50% - 1rem);
  }

  .contSkills__2 .content__slick__card .head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 6.6em;
  }

  .contSkills__2 .content__slick__card img {
    width: 34%;
    height: auto;
  }

  .contSkills__2 .content__slick__card .table {
    margin: 0;
    display: block !important;
    padding-left: 1rem;
    text-align: left !important;
    line-height: 1.4rem;
  }

  .contSkills__2 .content__slick__card .table p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .contSkills__2 .content__slick__card .name {
    background-color: #1847C7;
    color: white;
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.9em;
    position: relative;
  }

  .contSkills__2 .content__slick__card .name span {
    margin-left: 0.4em;
    font-size: 0.9em;
  }

  .contSkills__2 .content__slick__card .name.open {
    border: 1px solid #1847C7;
    background: white;
    color: #1847C7;
  }

  .contSkills__2 .content__slick__card .name::after {
    content: "＋";
    display: block;
    color: white;
    position: absolute;
    right: 0.5em;
    font-weight: 400;
  }

  .contSkills__2 .content__slick__card .name.open::after {
    content: "ー";
    color: #1847C7;
  }

  .contSkills__2 .content__slick__card .name+p {
    display: none;
    margin-top: 1em;
  }

  .contSkills__jissen3 .head6 {
    color: #1847C7;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 0.8em;
  }

  .contSkills__jissen3 ul {
    margin-top: 0.4em;
    padding-left: 0.4em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.6em;
  }

  .contSkills__jissen3 ul li {
    padding: 0.4em 0.8em;
    font-size: 0.9em;
  }

  .content__inner {
    display: none;
    border-top: 1px solid #1847C7;
    padding: 1.4rem 2rem;
  }

  .content__inner__firstImg {
    margin-bottom: 0.8em;
  }

  .content__inner p {
    line-height: 1.6em;
  }

  .content__inner h5 {
    margin-top: 3em;
    display: inline-block;
    color: #1847C7;
    font-size: 1.2rem;
    border-bottom: 3px solid #1847C7;
    padding-bottom: 0.3em;
    margin-bottom: 1.4rem;
  }

  .content__inner__firstImg+h5 {
    margin-top: 0.8rem;
  }

  .content__inner__mt {
    margin-top: 1rem;
  }

  .content__inner__mb {
    margin-bottom: 1rem;
  }

  .content__inner__mb15 {
    margin-bottom: 1.5rem;
  }

  .content__inner__listbox {
    flex-direction: row !important;
    gap: 0.7rem !important;
  }

  .content__inner__listbox li:not(.nonelist) {
    padding: 0.4em 0.7em;
    font-size: 0.8em;
  }

  .content__inner__listbox li.nonelist {
    padding: 0.4em 0 0 0;
    font-size: 0.8em;
    border: none !important;
  }

  .contSkills__jissen2 .content__inner__listbox {
    margin-top: 0rem !important;
    margin-bottom: 3rem !important;
  }

  .content__inner {
    width: 100%;
    padding: 5vw;
  }

  .contSkills__senshin2 p:last-child {
    text-align: left;
  }
}

/* contEnv */
.contEnv {
  padding: 4rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contEnv>* {
  max-width: 1100px;
  width: 90%;
}

.contEnv .subHead {
  text-align: center;
}

.contEnv .subHead__1 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #1847C7;
  margin-bottom: 1em;
}

.contEnv .subHead__2 {
  line-height: 1.8em;
  margin-bottom: 4em;
}

.contEnv__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 6rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contEnv__content h3 {
  width: 100%;
  font-size: 1.9rem;
  color: #1847C7;
  border-left: 6px solid #1847C7;
  padding-left: 0.5em;
  margin-bottom: 1.8em;
}

.contEnv__content h4 {
  width: auto;
  display: inline-block;
  font-size: 1.4rem;
  color: #1847C7;
  border-bottom: 3px solid #1847C7;
  margin-top: -1em;
  margin-bottom: 1.4em;
}

.contEnv__content p {
  line-height: 1.9em;
}

.contEnv .contEnv__content__img {
  width: 90%;
  margin: 0 auto;
}

.contEnv__flow {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.contEnv__flow__box {
  position: relative;
  border: #1847C7 solid 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contEnv__flow__box>* {
  width: 50%;
}

.contEnv__flow__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4rem;
  position: relative;
}

.contEnv__flow__content h5 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #1847C7;
}

.contEnv__flow__content p {
  line-height: 1.8em;
}

.contEnv__flow__box span {
  position: absolute;
  display: block;
  background-color: #1847C7;
  width: auto;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8em 1.2em;
  top: 2em;
}

.contEnv__flow__arrow {
  width: 100%;
  text-align: center;
}

.contEnv__flow__arrow img {
  width: 5%;
}

.contEnv__content_float {
  margin-top: -1rem;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.contEnv__content_float p {
  width: 76%;
}

.contEnv__content_float .contEnv__content__img {
  width: 20%;
  margin: 0 auto;
}

@media (max-width:768px) {
  .contEnv {
    padding: 10vw 0 0;
    font-size: 3.8vw;
  }

  .contEnv>* {
    width: 90%;
  }

  .contEnv .subHead__1 {
    font-size: 1.7em;
    font-weight: bold;
    color: #1847C7;
    margin-bottom: 1em;
  }

  .contEnv__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 4em;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contEnv__content h3 {
    width: 100%;
    font-size: 1.3em;
    color: #1847C7;
    border-left: 6px solid #1847C7;
    padding-left: 0.5em;
    margin-bottom: 1.8em;
    box-sizing: border-box;
  }

  .contEnv__content h4 {
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    color: #1847C7;
    border-bottom: 3px solid #1847C7;
    margin-top: -1em;
    margin-bottom: 1em;
  }

  .contEnv__content p {
    line-height: 1.9em;
  }

  .contEnv__content_float p {
    width: 100%;
  }

  .contEnv .contEnv__content__img {
    width: 100%;
  }

  .contEnv__flow {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 1.4em;
  }

  .contEnv__flow__box {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .contEnv__flow__box>* {
    width: 100%;
  }

  .contEnv__flow__content {
    padding: 1.6em;
  }

  .contEnv__flow__content h5 {
    font-size: 1.4em;
    margin-bottom: 1em;
  }

  .contEnv__flow__content p {
    line-height: 1.8em;
  }

  .contEnv__flow__box span {
    font-size: 1.2em;
    top: 0;
  }

  .contEnv__flow__arrow {
    width: 100%;
    text-align: center;
  }

  .contEnv__flow__arrow img {
    height: 1em;
    width: auto;
  }

  .contEnv__content_float {
    flex-direction: column;
  }
}

/* contAlmuni */

.contAlmuni {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contAlmuni h2 {
  color: #1847C7 !important;
  font-size: 38px !important;
  position: relative;
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 2rem !important;
  font-family: 'Noto Sans JP' !important;
}

.contAlmuni h2 span {
  position: absolute !important;
  color: rgba(1, 96, 175, 0.1) !important;
  font-size: 3.3em !important;
  top: 0 !important;
}

.contAlmuni .subcatch {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 2em;
}

.contAlmuni__wrapper {
  max-width: 1100px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contAlmuni__box {
  border-top: 4px #1847C7 solid;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 4rem;
  position: relative;
}

.contAlmuni__box .photo {
  width: 10rem;
  position: absolute;
}

.contAlmuni__box .data {
  width: calc(100% - 10rem);
  margin-left: 12rem;
  height: 9rem;
}

.contAlmuni__box .job span {
  display: flex;
  align-items: center;
  height: 3rem;
  font-size: 1.2rem;
  background: #1847C7;
  color: white;
  padding: 0 1.5em;
}

.contAlmuni__box .job {
  font-size: 1rem;
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 0.8em;
}

.contAlmuni__box .catch {
  font-size: 1.7rem;
  font-weight: bold;
}

.contAlmuni__box .name {
  font-size: 1.1rem;
  font-weight: bold;
}

.contAlmuni__box .name::after {
  content: 'さん';
  font-size: 0.9rem;
  margin-left: 0.2em;
}

.contAlmuni__box .content {
  margin-top: 3rem;
  line-height: 1.8rem;
}

@media (max-width:768px) {
  .contAlmuni {
    font-size: 4.48vw !important;
    padding: 7vw 5vw 2vw;
  }

  .contAlmuni h2 {
    font-size: 9s\vw !important;
    position: relative;
    height: 3em;
    margin: 0 0 0.7em !important;
    line-height: 1.2em !important;
  }

  .contAlmuni h2 span {
    font-size: 2em !important;
    top: 50% !important;
    transform: translateY(-50%);
    line-height: 1em !important;
  }

  .contAlmuni .subcatch {
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 2em;
  }

  .contAlmuni__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
  }

  .contAlmuni__box {
    border-top: 4px #1847C7 solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 1.2em;
    position: relative;
  }

  .contAlmuni__box .photo {
    width: 6em;
    position: absolute;
  }

  .contAlmuni__box .data {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
    height: auto;
  }

  .contAlmuni__box .job span {
    display: flex;
    align-items: center;
    height: 2.2em;
    font-size: 1em;
    background: #1847C7;
    color: white;
    padding: 0 1.5em;
  }

  .contAlmuni__box .job {
    margin-left: 8.2em;
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    align-items: flex-start;
    margin-bottom: 0.8em;
  }

  .contAlmuni__box .catch {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0.4em;
    font-weight: bold;
  }

  .contAlmuni__box .name {
    font-size: 1em;
    font-weight: bold;
  }

  .contAlmuni__box .name::after {
    content: 'さん';
    font-size: 0.9em;
    margin-left: 0.2em;
  }

  .contAlmuni__box .content {
    margin-top: 0;
    line-height: 1.8em;
  }
}