@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
table {
  width: 100%;
}
/*p {margin: 0 0 2em;}*/
p:last-child,
div > p:last-child {
  margin-bottom: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}
body {
  color: #000;
  font-family: YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.inner {
  width: 1230px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}

a,
a[target="_blank"]:hover {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: var(--mcolor);
}
.hover img {
  transform: translateY(0);
  transition: all ease 0.3s;
}

:root {
  --green: #10c125;
  --blue: #143d73;
  --brown: #310000;
  --mcolor: #12376b;
}

p,
dd,
dt,
li,
th,
td {
  line-height: 1.6em;
  letter-spacing: 0;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

/*==========================================================================*/
/*                               ALL                                        */
/*==========================================================================*/
/* FIX FONT + PADDING */
.pdb30 {
  padding: 0 0 30px;
}
.pdb50 {
  padding: 0 0 50px;
}
.mgb0 {
  margin-bottom: 0;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb35 {
  margin-bottom: 35px;
}
.mgb50 {
  margin-bottom: 50px;
}
.fs12 {
  font-size: 12px;
}
.fs16 {
  font-size: 16px;
}
.fs24 {
  font-size: 24px;
}

.bold {
  font-weight: 700;
}
.cl_w {
  color: #fff;
}
.cl_red {
  color: #d94e4e;
}
.cl_blue {
  color: #1b7ea6;
}
.cl_y {
  color: yellow;
}

.marker_yellow {
  background-image: linear-gradient(transparent 50%, #f9ff05 0%);
}

.nts,
.sec01 .center,
.sec03_list li span,
.sec05_list li p,
.sec06_list li .sec06_txt .txt,
.box06_box .list_arrow li,
.sec07 .sec07_txt p,
.sec07_item_ct .big,
.sec07_item_ct .txt_list li,
.sec08_box li,
.sec08_txt p,
.sec09_list li table th,
.sec09_list li table td,
.sec10_list li span,
.sec11_table p,
.sec12_list01 li,
.sec13_content .list_arrow li,
.sec14_bot p,
.faq_list dt,
.faq_list dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.en {
  font-family: "Bebas Neue", sans-serif;
}

/*==========================================================================*/
/*                               Main                                       */
/*==========================================================================*/
#wrapper {
  overflow: hidden;
  position: relative;
}

/*header*/
.p-mv__header p {
  margin-right: 0;
  padding: 0;
}
.p-mv__header {
  background: #fff;
  padding: 5px 15px 10px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.l-inner {
  margin: 0 auto;
  max-width: 1800px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.p-mv__logo img {
  height: 100%;
  width: 100%;
}
.p-mv__logo {
  width: 12rem;
}
.p-mv__header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fv_txt {
  font-size: 1.4rem;
}
.l-header__buttons {
  align-items: center;
  display: flex;
  margin-left: 40px;
}
.c-btn-tell:before {
  content: "\f879";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  padding-right: 4px;
}
.c-btn-apply {
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, #f7931e 50%, #ff786b);
  padding: 10px 30px;
  border-radius: 30px;
  margin-left: 10px;
  position: relative;
  transition: all 0.2s ease-out;
  border-bottom: solid 4px #874a08;
}

.c-btn-apply:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: solid 4px #fff;
}

.c-btn-apply span {
  font-size: 12px;
}
.c-btn-apply span.span02 {
  font-size: 16px;
}
.c-btn-apply:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn-tell span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.6px;
  padding-top: 5px;
}
.l-header__buttons {
  align-items: center;
  display: flex;
  margin-left: 40px;
}

.c-btn-tell {
  color: #222 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .l-header__buttons {
    margin-left: 20px;
  }
  .c-btn-tell--variableSize:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  /*header*/
  .p-mv__header {
    /*	height: 52.5px;*/
    padding: 2.666666666666667vw 3vw;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
  }
  .l-inner {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-mv__logo img {
    height: 100%;
    width: 100%;
  }
  .p-mv__header-contents {
    display: block;
  }
  .p-mv__logo {
    display: none;
  }
  .fv_txt {
    font-size: 0.8rem;
  }
  .l-header__buttons {
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  .l-header__buttons > a:first-child {
    display: none;
  }
  .l-header__buttons > a {
    padding: 1.8vw;
    background-color: #048798;
    border-radius: 10px;
  }
  .c-btn-tell:before {
    font-size: 8.266666666666667vw;
    color: #fff;
    padding-right: 4px;
  }
  .c-btn-tell {
    font-size: 15px !important;
  }
  .c-btn-tell span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.6px;
    padding-top: 5px;
  }
  .c-btn-apply {
    width: 72.8vw;
    font-size: 4vw;
    letter-spacing: 2;
    line-height: 1.2;
    text-align: center;
    padding: 2vw 25px;
    border-radius: 55px;
  }
  .c-btn-apply:after {
    font-size: 4vw;
    right: 3.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-btn-apply span {
    font-size: 2.666666666666667vw;
  }
  .c-btn-apply span.span02 {
    font-size: 4vw;
  }
}
main {
  margin: 0;
  overflow: hidden;
}
main h2,
main h3 {
  text-align: center;
  margin-bottom: 60px;
}

section {
  padding: 100px 0;
}

.atn {
  padding-left: 3.5vw;
  color: #fff;
}
@media screen and (min-width: 1900px) {
  .atn {
    padding-left: 7.5vw;
  }
}

/* SECTION 01 */
.sec01 {
  padding: 46px 0 105px;
}
.sec01 p {
  font-weight: 600;
  font-size: 17px;
}
.sec01_1 {
  background: #eee;
}

/* SECTION 02 */
.sec02 {
  background: url("../images/pc_blue_bg.webp") top center no-repeat var(--blue);
  padding: 79px 0 93px;
}
.sec02 .big {
  font-size: 40px;
  letter-spacing: -0.025em;
  font-weight: bold;
}
.sec02_item {
  position: relative;
  z-index: 0;
  display: flex;
  padding: 0 0 2.5vw 6.4vw;
}
/*.sec02_item{position: relative;z-index: 0;display: flex;padding:0 0 2.5vw 10.4vw;}*/
/*.sec02_item p{margin:0 45px 0 0;}*/
.sec02 .sec02_item img {
  max-width: 450px;
}
.sec02 h3 {
  width: 85%;
  margin: 0 auto;
}

/* SECTION 03-04 */
.sec03 {
  background: url("../images/sec03_bg.webp") top left repeat;
}
.sec03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
.sec03_list li {
  width: 200px;
  height: auto;
  background: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0 12px 12px 0;
  text-align: center;
  padding: 20px 15px;
}
.sec03_list li img {
  width: 100px;
}
.sec03_list li span {
  font-size: 16px;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 15px;
}

.sec04 {
  padding: 120px 0 55px;
}
.sec04_list {
  padding-top: 20px;
}
.sec04_list li {
  position: relative;
  margin-bottom: 65px;
}
.sec04_list li .txt {
  background: rgba(255, 255, 255, 0.91);
  width: 870px;
  height: 280px;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SECTION 05 */
.sec05 {
  position: relative;
  min-height: 960px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    min-height: auto;
  }
}
.sec05::before {
  position: absolute;
  background: var(--mcolor);
  width: 100%;
  height: calc(100% - 180px);
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.sec05 .inner {
  width: 100%;
  padding: 0;
}
.sec05_list {
  max-height: 800px;
  overflow: hidden;
  max-width: 1850px;
  margin: 0 auto;
}
.sec05_list li {
  background: #fff;
  width: 540px;
  height: 625px;
  box-shadow: 4px 7px 16px -6px rgba(0, 0, 0, 0.6);
  padding: 25px 64px;
  margin: 0 30px;
}
.sec05_list li p {
  margin-bottom: 0;
}
.sec05_list li .img {
  width: 412px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
}
.sec05_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec05_list li .name {
  text-align: center;
  font-size: 18px;
  margin: 33px 0 10px;
}
.sec05_list li .title {
  color: #2e3192;
  text-align: center;
  font-size: 15px;
}
.sec05_list li .des {
  font-size: 13px;
  margin: 8px 0 10px;
  letter-spacing: 0.05em;
  line-height: 1.45em;
}
.sec05_list li .comment {
  font-size: 11px;
  letter-spacing: 0.05em;
}

.sec05_list .slick-track {
  padding-bottom: 50px;
}
.sec05_list .slick-list {
  padding-bottom: 20px;
}
.sec05_list .slick-dots {
  bottom: 40px;
  left: 0;
  margin: 0 auto;
}
.sec05_list .slick-dots li {
  margin: 0 4px;
  background: #cbcbcb;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  min-height: auto;
  width: 16px;
  height: 16px;
}
.sec05_list .slick-dots li:hover,
.sec05_list .slick-dots li.slick-active {
  background: #43becd;
}
.sec05_list .slick-dots li button::before {
  display: none;
}
.sec05_list .slick-prev::before,
.sec05_list .slick-next::before {
  display: none;
}

.sec05_list .slick-prev,
.sec05_list .slick-next {
  width: 55px;
  height: 55px;
  top: calc(50% - 78px);
  transform: none;
  background: url("../images/icon_next.webp") center / cover no-repeat;
  right: 40px;
  z-index: 10;
  animation: move_arrow 1s infinite ease;
}
.sec05_list .slick-prev {
  background: url("../images/icon_prev.webp") center / cover no-repeat;
  left: 42px;
  right: inherit;
  animation: move_arrow_prev 1s infinite ease;
}

/* SECTION 06 */
.sec06 {
  position: relative;
  background: url("../images/sec06_bg_ic.webp") top left repeat;
  padding: 130px 0 70px;
}
.sec06::before {
  width: 2000px;
  height: 1054px;
  background: url("../images/sec06_bg.webp") center / cover no-repeat;
  position: absolute;
  top: 0;
  left: calc(50% - 1050px);
  content: "";
  z-index: -1;
}
.sec06 .big {
  font-size: 24px;
  line-height: 1.75em;
}
.sec06_list {
  margin: 55px 0 75px;
}
.sec06_list li {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  height: 380px;
  background: #fff;
  margin-bottom: 52px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.sec06_list li:last-child {
  margin-bottom: 0;
}
.sec06_list li .img {
  flex-shrink: 0;
  max-width: 451px;
}
.sec06_list li .img img {
  height: 100%;
  object-fit: cover;
}
.sec06_list li .sec06_txt {
  padding-left: 3vw;
}
.sec06_list li .sec06_txt p {
  margin-bottom: 20px;
}
.sec06_list li .sec06_txt .txt {
  font-size: 24px;
  line-height: 1.75em;
  padding-left: 2.25vw;
  padding-right: 6vw;
}

.box06_box {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.box06_box .list_arrow {
  padding-left: 170px;
  padding-bottom: 43px;
  padding-top: 43px;
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
}
.box06_box .list_arrow li {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 500;
}
.box06_box .list_arrow li span {
  position: relative;
  width: 140px;
  height: 40px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 20px;
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 400;
}
.box06_box .list_arrow li span::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  border-color: transparent transparent transparent var(--blue);
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
}

/* .box06_box .sec06_table {
} */
.box06_box .sec06_table p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.75em;
}

/* SECTION 07 */
.sec07 {
  padding: 0 0 55px;
}
.sec07--change {
  padding-bottom: 0;
}
.sec07_title {
  height: 510px;
}
.sec07 .sec07_txt {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 0 auto 57px;
  max-width: 100%;
  padding-top: 35px;
}
.sec07 .sec07_txt::before {
  background: #fff;
  position: absolute;
  top: -62px;
  left: calc(50% - 600px);
  content: "";
  z-index: -1;
  width: 1200px;
  height: 100%;
}
.sec07 .sec07_txt p {
  font-size: 24px;
  line-height: 1.75em;
  font-weight: bold;
}
.sec07 .sec07_txt p span {
  background: linear-gradient(transparent 70%, #ffff66 0%);
}

.sec07_title.bg1 {
  background: url("../images/sec07_box01_bg.webp") center / cover no-repeat;
  padding: 55px 0 0 155px;
}
.sec07_title.bg2 {
  background: url("../images/sec07_box02_bg.webp") center / cover no-repeat;
  padding: 55px 0 0 238px;
}
.sec07_title.bg3 {
  background: url("../images/sec07_box03_bg.webp") center / cover no-repeat;
  padding: 63px 0 0 135px;
}

.sec07_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.sec07_item {
  background: #f2f2f2;
  width: 48.35%;
  padding: 25px;
  position: relative;
  margin-bottom: 40px;
}
.sec07_item--last {
  margin-bottom: 0;
}
.sec07_item .label {
  position: absolute;
  top: -10px;
  left: 16px;
  z-index: 2;
}
.sec07_item_ct {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 530px;
  max-width: 100%;
}
.sec07_item_ct--big .txt {
  padding-top: 30px !important;
}
.sec07_item_ct .img {
  margin-bottom: 35px;
}
.sec07_item_ct .big {
  color: var(--mcolor);
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 1.45em;
}
.sec07_item_ct .txt {
  padding: 0 50px 27px;
}
.sec07_item_ct .txt_list {
  position: relative;
  left: -8px;
}
.sec07_item_ct .txt_list li {
  letter-spacing: -0.025em;
  margin-bottom: 9px;
}
.sec07_item_ct .txt_list li span {
  color: #1b7ea6;
  font-weight: 600;
  display: inline-block;
  margin-right: 11px;
}
.sec07_item_ct .txt_list.numb {
  left: 0;
}
.sec07_item_ct .txt_list.numb li.flex {
  display: flex;
}
.sec07_item_ct .txt_list.numb li span {
  min-width: 22px;
}

.sec07_box02 {
  margin: 80px 0 0;
}
.sec07_box02 .sec07_item_ct .txt {
  padding-bottom: 26px;
}
.sec07_box02 .sec07_item_ct.dotted .txt {
  padding-bottom: 10px;
}
.sec07_box02 .sec07_item_ct.dotted .txt_list li {
  line-height: 2.2em;
  position: relative;
  top: -10px;
}

.sec07_box03 .sec07_txt {
  width: 100%;
  padding-top: 45px;
}
.sec07_banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.sec07_banner li {
  margin: 0 15px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
  width: calc((100% - 150px) / 3);
}

/* SECTION 08 */
.sec08 {
  background: url("../images/sec08_bg.webp") top left repeat;
  padding: 113px 0 92px;
}
.sec08_item {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  background: #fff;
  padding-bottom: 100px;
  margin-bottom: 80px;
}
.sec08_item:last-child {
  margin-bottom: 0;
}
.sec08_box {
  display: flex;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.sec08_box li {
  margin: 0 18px 36px;
  width: 250px;
  height: 200px;
  background: #fff;
  border: 2px solid var(--mcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.sec08_box li img {
  width: 84px;
}
.sec08_box li span {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  font-weight: 700;
}

.sec08_slide {
  width: 688px;
  margin: 0 auto;
  max-width: 100%;
}
.sec08_slide .list_show {
  margin-bottom: 30px;
}
.sec08_slide .list_nav {
}
.sec08_slide .list_nav li {
  cursor: pointer;
}
.sec08_slide .list_nav li.swiper-slide-thumb-active {
  opacity: 0.7;
  cursor: default;
}

.sec08_item.item1 .sec08_img {
  position: relative;
  top: -95px;
  margin-bottom: -275px;
}
.sec08_item.item2 .nts,
.sec08_item.item4 .nts,
.sec08_item.item5 .nts {
  width: 820px;
  max-width: 100%;
  margin: 0 auto -5px;
  font-size: 16px;
  line-height: 1.75em;
}
.sec08_item.item3 .nts {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.sec08_item.item4 .nts,
.sec08_item.item5 .nts {
  width: 890px;
}

.sec08_item.item4 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.sec08_item.item4 li {
  margin: 0 19px 41px;
}

.sec08_txt {
  background: linear-gradient(0deg, #ff5562, #ff7d62);
  width: 822px;
  height: 490px;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 60px 60px 60px;
  position: relative;
}
.sec08_txt::before {
  border: 1px solid #fff;
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  content: "";
  pointer-events: none;
}
.sec08_txt::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 23px;
  left: 23px;
  content: "";
  pointer-events: none;
}
.sec08_txt_head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.sec08_txt_head .img {
  width: 170px;
  flex-shrink: 0;
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  margin-right: 75px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.sec08_txt_head .img img {
  margin-bottom: 5px;
  display: block;
}
.sec08_txt_head .label {
  background: #fff;
  box-shadow: 4px 7px 16px -6px rgba(0, 0, 0, 0.6);
  position: relative;
  display: inline-block;
  padding: 22px;
  font-size: 15px;
  letter-spacing: 0.125em;
  font-weight: 700;
}
.sec08_txt_head .label span {
  background: #ff0;
}
.sec08_txt_head .label::before {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 15px 105px 15px 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-92%, -50%) rotate(-10deg);
}
/* .sec08_txt_des {
} */
.sec08_txt_des p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.sec08_txt_des .sm {
  font-size: 12px;
}

/* SECTION 09 */
.sec09-banner {
  background: url("../images/sec9-banner.webp") center / cover no-repeat;
  padding-block: 85px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec09-banner {
    padding-block: 50px 25px;
  }
}
.sec09-banner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    #b49745 0%,
    #f5dc8e 25%,
    #f5dc8e 75%,
    #b49745 100%
  );
}
.sec09-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    #b49745 0%,
    #f5dc8e 25%,
    #f5dc8e 75%,
    #b49745 100%
  );
}
.sec09 {
  position: relative;
  padding-block: 60px 80px;
}
.sec09::before {
  background: linear-gradient(to right, #19437b 0%, #0a2951 75%);
  width: 100%;
  height: calc(100% - 265px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.sec09 .inner {
  width: 100%;
}
.sec09_list {
  margin-top: 50px;
  padding: 0 10px;
}
.sec09_list li {
  margin: 0 10px;
  background: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.35);
  padding: 30px 30px 0;
  min-height: 500px;
}
.sec09_list .height-auto {
  min-height: 410px;
  padding: 0 0 20px;
}
@media screen and (max-width: 1500px) {
  .sec09_list .height-auto {
    min-height: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .sec09_list .height-auto {
    min-height: 390px;
  }
}
.sec09_list .height-auto--change {
  min-height: 495px;
}
@media screen and (max-width: 1700px) {
  .sec09_list .height-auto--change {
    min-height: 465px;
  }
}
@media screen and (max-width: 1500px) {
  .sec09_list .height-auto--change {
    min-height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .sec09_list .height-auto--change {
    min-height: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .sec09_list .height-auto--change {
    min-height: 500px;
  }
}
@media screen and (max-width: 490px) {
  .sec09_list .height-auto--change {
    min-height: 470px;
  }
}
@media screen and (max-width: 460px) {
  .sec09_list .height-auto--change {
    min-height: 450px;
  }
}
@media screen and (max-width: 420px) {
  .sec09_list .height-auto--change {
    min-height: 426px;
  }
}
@media screen and (max-width: 380px) {
  .sec09_list .height-auto--change {
    min-height: 410px;
  }
}
.sec09_list li .icon {
  position: relative;
  height: 100%;
  aspect-ratio: 1.63/1;
  margin-bottom: 20px;
}
/* .sec09_list li .icon--change {
} */
.sec09_list li .icon .m0a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1.63/1;
}
.sec09_list li .icon .info-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/info-banner.png") center / cover no-repeat;
  display: block;
  width: 100%;
  padding-block: 10px;
  padding-left: 25px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 500px) {
  .sec09_list li .icon .info-banner {
    padding-block: 10px;
    font-size: 14px;
  }
}
.sec09_list li .icon .info-banner .small {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .sec09_list li .icon .info-banner .small {
    font-size: 13px;
  }
}
.sec09_list li table {
  margin-bottom: 15px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 0;
}
/* .sec09_list li .sec09-first-table {
} */
.sec09_list li table th {
  background: #19557b;
  border-color: #fff;
  color: #fff;
  width: 90px;
  padding: 7px 12px;
  text-align: left;
}
/* .sec09_list li .sec09-first-table th {
} */
.sec09_list li table .change--blue {
  background: #1e6490;
  color: #fff !important;
}
.sec09_list li table td {
  border-color: #fff;
  padding: 4px 10px;
  color: #000;
}
/* .sec09_list li .sec09-first-table td {
  border-color: #fff;
  padding-inline: 10px;
} */
.sec09_list li table .thin-blue {
  background: #f3f7fd;
}
.sec09_list li table td .cl_red {
  font-size: 15px;
  display: inline-block;
  line-height: 1.6em;
  font-weight: 700;
}
.sec09_list li table td .cl_red span {
  font-size: 85%;
  font-weight: 500;
}
.sec09_list li p {
  font-size: 75%;
}

.sec09_list .slick-list {
  padding: 0 10px 20px;
}
.sec09_list .slick-dots {
  left: 0;
}
.sec09_list .slick-dots li {
  margin: 0 5px;
  background: #cbcbcb;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  min-height: auto;
}
.sec09_list .slick-dots li:hover,
.sec09_list .slick-dots li.slick-active {
  background: #43becd;
}
.sec09_list .slick-dots li button::before {
  display: none;
}

.sec09_list .slick-prev::before,
.sec09_list .slick-next::before {
  display: none;
}

.sec09_list .slick-prev,
.sec09_list .slick-next {
  width: 50px;
  height: 50px;
  top: calc(50% - 60px);
  transform: none;
  background: url("../images/icon_next.webp") center / cover no-repeat;
  right: 5px;
  z-index: 10;
  animation: move_arrow 1s infinite ease;
}
.sec09_list .slick-prev {
  background: url("../images/icon_prev.webp") center / cover no-repeat;
  left: 10px;
  right: inherit;
  animation: move_arrow_prev 1s infinite ease;
}

.sec09-title {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .sec09-title {
    margin-top: 15px;
  }
}

.sec09-title .second {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec09-title .second {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .sec09-title .second {
    margin-top: 15px;
  }
}
.sec09-title .second span {
  position: relative;
  top: 8px;
}

.sec09-title-en {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}
.sec09-sub_title {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-top: 100px;
}
.sec09-sub_title--first {
  margin-top: 0 !important;
}
.sec09-sub_title--first .add {
  color: #ffec2b;
  font-size: 54px;
  line-height: 140%;
}
@media screen and (max-width: 660px) {
  .sec09-sub_title--first .add {
    font-size: 6.2vw;
  }
}
.sec09-sub_title_second {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
.sec9_small {
  font-size: 12px;
}
.sec09-tr-red th,
.sec09-tr-red td {
  color: red !important;
  font-weight: 700 !important;
}
.sec09_btn {
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .sec09_btn {
    margin-bottom: 50px;
  }
}
/* attending_students-voice-list */
.attending_students-voice {
  position: relative;
}
.attending_students-voice::before {
  background: var(--blue);
  width: 100%;
  height: calc(100% - 265px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.attending_students-voice .inner {
  width: 100%;
}
.attending_students-voice-slide {
  margin-top: 50px;
  padding: 0 10px;
}
.attending_students-voice-slide li {
  margin: 0 10px;
  background: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.35);
  padding: 30px 30px 0;
  min-height: 500px;
}
.attending_students-voice-slide li .icon {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}
.attending_students-voice-slide li table {
  margin-bottom: 15px;
}
.attending_students-voice-slide li table th {
  background: #c1dce7;
  border-color: #000;
  width: 60px;
  padding: 0 5px;
  color: #000;
}
.attending_students-voice-slide li table td {
  border-color: #000;
  padding: 4px 15px;
  color: #000;
}
.attending_students-voice-slide li table td .cl_red {
  font-size: 15px;
  display: inline-block;
  line-height: 1.6em;
}
.attending_students-voice-slide li table td .cl_red span {
  font-size: 85%;
  font-weight: 500;
}
.attending_students-voice-slide li p {
  font-size: 75%;
}

.attending_students-voice-slide .slick-list {
  padding: 0 10px 20px;
}
.attending_students-voice-slide .slick-dots {
  left: 0;
}
.attending_students-voice-slide .slick-dots li {
  margin: 0 5px;
  background: #cbcbcb;
  box-shadow: none;
  padding: 0;
  border-radius: 50%;
  min-height: auto;
}
.attending_students-voice-slide .slick-dots li:hover,
.attending_students-voice-slide .slick-dots li.slick-active {
  background: #43becd;
}
.attending_students-voice-slide .slick-dots li button::before {
  display: none;
}

.attending_students-voice-slide .slick-prev::before,
.attending_students-voice-slide .slick-next::before {
  display: none;
}

.attending_students-voice-slide .slick-prev,
.attending_students-voice-slide .slick-next {
  width: 50px;
  height: 50px;
  top: calc(50% - 20px);
  transform: none;
  background: url("../images/icon_next.webp") center / cover no-repeat;
  right: 5px;
  z-index: 10;
  animation: move_arrow 1s infinite ease;
}
.attending_students-voice-slide .slick-prev {
  background: url("../images/icon_prev.webp") center / cover no-repeat;
  left: 10px;
  right: inherit;
  animation: move_arrow_prev 1s infinite ease;
}

/* SECTION 10 */
.sec10 {
  background: url("../images/sec10_bg.webp") center / cover no-repeat;
  padding: 120px 0 70px;
}

.sec10_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec10_list li {
  width: calc((100% - 60px) / 3);
  height: 260px;
  padding: 15px;
  background: url("../images/sec10_item_bg.webp") center / cover no-repeat;
  position: relative;
  margin: 0 30px 30px 0;
  text-align: center;
  padding-top: 37px;
}
.sec10_list li:nth-child(3n + 3),
.sec10_list li:last-child {
  margin-right: 0;
}
.sec10_list li::before {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  content: "";
}
.sec10_list li img {
  position: relative;
  z-index: 2;
}
.sec10_list li span {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  margin-top: 28px;
  line-height: 1.75em;
  display: inline-block;
}

/* SECTION 11 */
.sec11 {
  background: url("../images/sec11_bg.webp") top left repeat;
  padding: 119px 0;
}
.sec11 .inner {
  width: 1234px;
  max-width: 100%;
}
.sec11_table {
}
.sec11_row {
  display: flex;
  background: #fff;
}
.sec11_row.row_none {
  background: none;
}
.sec11_row.row_bg {
  background: #e2e2e2;
}
.sec11_row.price_bg {
  align-items: center;
}
.sec11_row p {
  margin-bottom: 0;
  width: 22%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border: 2px solid #fff;
  font-size: 20px;
}
.sec11_row p:first-child {
  width: 25%;
  font-size: 16px;
  padding-top: 0px;
}
.sec11_row p:last-child {
  border-left: none;
}
.sec11_row.row_pd p {
  height: 60px;
  padding-top: 5px;
}
.sec11_row .none {
  border: none;
  height: 72px;
}
.sec11_row .img {
  width: 31.75%;
  height: 72px;
  position: relative;
  z-index: 2;
  border: none;
  flex-shrink: 0;
}
.sec11_row .img img {
  position: absolute;
  top: -33px;
  left: 50%;
  width: 105.2%;
  max-width: inherit;
  transform: translateX(-50%);
}
@media screen and (max-width: 1150px) {
  .sec11_row .img img {
    top: -25%;
  }
}
.sec11_row .bg2 {
  background: #7b848c;
  height: 72px;
  font-weight: bold;
  color: #fff;
}
.sec11_row .red {
  background: #d94e4e;
  width: 31.75%;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border: none;
  position: relative;
}
.sec11_row .red::before {
  width: calc(100% - 28px);
  height: 2px;
  background: #df6c6c;
  position: absolute;
  bottom: 0;
  left: 14px;
  content: "";
  z-index: 0;
}
.sec11_row .red-price {
  display: flex;
  flex-direction: column;
  height: 320px;
}
.sec11_row .tax-included {
  font-size: 18px;
}
.sec11_row .tax-included-text {
  font-size: 12px;
}
.sec11_row .tax-box-second {
  margin-top: 20px;
}
.sec11_row .tax-lists-top {
  position: relative;
}
.sec11_row .tax-lists-top::before {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #fff;
}

.sec11_row .tax-title {
  width: 100% !important;
  border: transparent;
  font-size: 22px !important;
  font-weight: bold !important;
}
.sec11_row .tax-lists {
  /*  display: flex;*/
  justify-content: center;
}
.tax-list {
  line-height: 0.6em !important;
}
.sec11_row .tax-list li {
  line-height: 0em !important;
}

.sec11_row .tax-free {
  font-size: 30px;
  font-weight: bold;
}
.sec11_row .tax-free--change span {
  font-size: 22px;
  line-height: 140%;
}

.sec11-1_br {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .sec11-1_br {
    display: block;
  }
}

/* SECTION 12 */
.sec12 {
  background: url("../images/pc_blue_bg.webp") top center no-repeat var(--blue);
  padding: 103px 0 112px;
  position: relative;
}
.sec12::before {
  background: url("../images/blue_bottom_bg.webp") bottom center repeat;
  width: 100%;
  height: 364px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.sec12 .inner {
  position: relative;
  z-index: 2;
}
.sec12 h3 img {
  width: 80%;
}
.sec12_item {
  position: relative;
  min-height: 300px;
  z-index: 2;
}
.sec12_item::before {
  background: #fff;
  width: 1850px;
  height: 95%;
  position: absolute;
  top: 0;
  right: 200px;
  content: "";
  transform: skewX(-20deg);
  z-index: -1;
}
.sec12_item .item_img {
  position: absolute;
  bottom: 15px;
  left: 0px;
  margin-bottom: 0;
}
.sec12_item .item_img img {
  width: 80%;
}
.sec12_item .item_logo {
  position: absolute;
  top: 30px;
  right: 215px;
}
.sec12_item .item_logo img {
  width: 60%;
}
.sec12_item .item_txt {
  padding: 30px 0 0 280px;
  width: 890px;
  max-width: 100%;
}
.sec12_item .item_txt p {
  font-size: 16px;
  line-height: 1.75em;
}
.sec12_item .item_txt p a {
  font-size: 16px;
  line-height: 1.75em;
  color: #000;
  font-weight: 700;
  text-underline-offset: 4px;
}

.sec12_item.item1 {
  z-index: 3;
}
.sec12_item.item2 {
  margin: 50px 0 78px;
}
.sec12_item.item2::before {
  left: 210px;
  right: inherit;
}
.sec12_item.item2 .item_img {
  left: 192px;
}
.sec12_item.item2 .item_txt {
  padding-top: 30px;
  position: relative;
  left: 295px;
  padding-bottom: 30px;
}
.sec12_item.item2 .item_logo {
  top: 30px;
  right: 0px;
}
.sec12_item.item2 .item_logo img {
  width: 80%;
}
.sec12 .mgb25 {
  margin-bottom: 25px;
}

.sec12_list01 {
  display: flex;
  width: 855px;
  margin: 0 auto;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.sec12_list01 li {
  width: 33%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
}
.sec12_list01 li p span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.sec12_list01 li p span::before {
  background: url("../images/sec12_ic_check.webp") center / cover no-repeat;
  width: 38px;
  height: 38px;
  content: "";
  position: absolute;
  top: -6px;
  left: -43px;
}
.sec12_list01 li p span::after {
  width: calc(100% + 7px);
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: -3px;
  content: "";
  background: #fff;
}
.sec12_list01 img {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sec12_list02 {
  align-items: flex-end;
}
.sec12_list02 img {
  height: 150px;
}
/*.sec12 h4 img{width: 80%;}*/

@media screen and (max-width: 1200px) {
  .sec12_item::before {
    right: 100px;
    height: 100%;
  }
  .sec12_item .item_img {
    width: 300px;
    bottom: 0;
  }
  .sec12_item .item_txt {
    width: 85%;
    padding: 50px 0 0 240px;
  }

  .sec12_item.item2::before {
    left: 100px;
  }
  .sec12_item.item2 .item_img {
    left: 0;
  }
  .sec12_item.item2 .item_txt {
    left: 50px;
  }
}

/* SECTION CTA */
.sec_cta {
  background-image: url("../images/sec_cta_bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.sec_cta_ttl {
  width: 45%;
  margin: 0 auto;
}
.sec_cta_flex {
  display: flex;
  justify-content: center;
}
.sec_cta_flex_item {
  width: 26%;
}
.sec_cta_subTtl {
  width: 45%;
  margin: 0 auto;
}
.sec_cta_about {
  width: 60%;
  margin: 20px auto 0;
}
.sec_cta_number {
  width: 57.5%;
  margin: 20px auto 0;
}
.sec_cta_content {
  text-align: center;
  margin: 0 auto;
}
.sec_cta_list {
  display: inline-block;
  padding-left: 40px;
}
.sec_cta_list li {
  text-align-last: left;
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.sec_cta_list li:nth-child(1)::before {
  content: "06";
  color: #fff238;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_cta_list li:nth-child(2)::before {
  content: "07";
  color: #fff238;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_cta_list li:nth-child(3)::before {
  content: "08";
  color: #fff238;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_cta_list li:nth-child(4)::before {
  content: "09";
  color: #fff238;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_cta_list li:nth-child(5)::before {
  content: "10";
  color: #fff238;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_cta_list li:nth-child(6)::before {
  content: "11";
  color: #fff238;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sec_cta_list li span {
  color: #fff238;
  font-weight: 700;
}
.cta_sec_tri {
  width: 54%;
  margin: 0 auto;
}
.sec_cta_btn {
  width: 33%;
  margin: -75px auto 0;
}
.sec_cta_link {
  display: block;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}
.sec_cta_sp {
  display: none;
}

/* SECTION 13 */
.sec13 {
  background: url("../images/sec13_bg.webp") top left repeat;
}
.sec13_content {
  margin: 0 auto;
  background: #fff;
  padding: 100px 120px 84px;
}
.sec13_content .list_arrow {
  border-bottom: 2px solid #000;
  margin-bottom: 60px;
  padding: 36px 0 43px 170px;
}
.sec13_content .list_arrow li {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 500;
}
.sec13_content .list_arrow li span {
  position: relative;
  width: 140px;
  height: 40px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 20px;
  flex-shrink: 0;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 400;
}
.sec13_content .list_arrow li span::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 16px;
  border-color: transparent transparent transparent var(--blue);
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
}
.sec13_content .big {
  font-size: 30px;
  margin-bottom: 21px;
}
.sec13_content .sec13_table p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.75em;
}
.sec13_content .price {
  margin-top: 65px;
}
.sec13_content .price p {
  font-size: 14px;
  line-height: 1.75em;
  margin-bottom: 10px;
}
.sec13__add-content {
  margin: 100px auto 0;
  background: #fff;
  padding: 60px 9% 74px;
}
@media screen and (max-width: 768px) {
  .sec13__add-content {
    padding: 30px 4%;
    margin-top: 50px;
  }
}
.sec13__add-content h2 {
  margin-bottom: 15px;
  width: 90%;
  margin-inline: auto;
}
.sec13__add-supplement {
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  margin-inline: auto;
  margin-top: 25px;
}
@media screen and (max-width: 500px) {
  .sec13__add-supplement {
    font-size: 11px;
  }
}

/* SECTION 14 */
.sec14 {
  padding: 0 0px;
}
.sec14_top {
  background: url("../images/sec14_top_bg.webp") center / cover no-repeat;
  padding: 65px 0;
}
.sec14_top_ct {
  background: url("../images/sec14_top_ct_bg.webp") center / cover no-repeat;
  width: 694px;
  max-width: 100%;
  margin: 0 auto;
  padding: 75px 70px;
}
.sec14_top_ct p {
  margin-bottom: 0;
}
.sec14_top_ct .img {
  width: 140px;
  margin: 0 auto;
}
.sec14_top_ct .title {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(
    0deg,
    #be965d,
    #976f40 33%,
    #ffcb85 66%,
    #976f40
  );
  color: #dc9443;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 15px;
  text-align: center;
}
.sec14_top_ct .mincho {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho", "HG明朝E", "MS P明朝",
    "MS 明朝", serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.075em;
  margin: 15px 0 23px;
}
.sec14_top_ct .mincho span {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(
    0deg,
    #be965d,
    #976f40 33%,
    #ffcb85 66%,
    #976f40
  );
  color: #dc9443;
  text-align: center;
}
.sec14_top_ct .des {
}
.sec14_top_ct .des p {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.175em;
  margin-bottom: 23px;
}
.sec14_top_ct .des p:last-child {
  margin-bottom: 0;
}
.sign {
  text-align: right;
  margin-left: auto;
}

.sec14_mid {
  background: #1a1a1a;
}
.sec14_talk1 {
  position: relative;
}
.sec14_talk1::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../images/sec14_bg.webp") center repeat-y;
  transform: rotate(180deg);
  z-index: -1;
}
.sec14_talk2 {
  position: relative;
  top: -35px;
}
.sec14_talk2 p {
  position: relative;
  z-index: 2;
}
.sec14_talk2::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../images/sec14_bg.webp") center repeat-y;
  z-index: -2;
}

.sec14_bot {
  padding: 35px 0 0;
  width: 705px;
  margin: 0 auto;
  max-width: 100%;
}
.sec14_bot p {
  font-size: 20px;
}
.sec14_bot .fs_sm {
  font-size: 16px;
}
.sec14_bot .fs_big {
  font-size: 170%;
  display: inline-block;
  line-height: 1.6em;
}
.sec14_bot .fs_md {
  font-size: 115%;
  line-height: 1.6em;
}

/* SECTION 15 */
.sec15 {
  padding: 130px 0 73px;
}
.faq_list {
}
.faq_list dl {
  margin-bottom: 0;
}
.faq_list dt {
  background: #e6e6e6;
  display: flex;
  align-items: center;
  font-size: 22px;
  letter-spacing: 0.09em;
  padding: 9px 30px 12px;
}
.faq_list dd {
  padding: 10px 50px 45px 30px;
  letter-spacing: 0.22em;
}

.faq_list dt .en {
  font-size: 35px;
  font-weight: 400;
  margin-right: 30px;
  position: relative;
  top: 3px;
}
.faq_list dd .en {
  color: #ffa1a6;
  display: block;
  font-size: 33px;
  font-weight: 400;
  position: relative;
  left: 4px;
  margin-bottom: 5px;
}

/* SECTION 16 */
.sec16 {
  padding: 0 0 63px;
}
.sec16 h3 {
  font-size: 31px;
  line-height: 1.35em;
  margin-bottom: 0;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
.sec16_ct {
  background: #fff;
  position: relative;
  top: -70px;
  margin-bottom: -15px;
}
.sec16_ct ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 28px 0 20px;
}
.sec16_ct ul li {
  display: inline-block;
  line-height: 1em;
  background: #f2e8b3;
  font-size: 30px;
  color: #d94e4e;
  font-weight: bold;
  min-width: 405px;
  padding: 7px 16px 9px;
  margin-bottom: 4px;
}
.sec16_ct ul li span {
  color: #000;
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
  width: 140px;
  position: relative;
}
.sec16_ct ul li span::after {
  display: inline-block;
  content: ":";
  position: absolute;
  right: 15px;
  font-size: 28px;
}
.sec16_ct p {
  font-size: 16px;
  line-height: 1.75em;
  z-index: 1;
  position: relative;
}
.sec16_ct::before {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -93px;
  left: 0;
  content: "";
  z-index: 0;
}
.sec16_bold {
  font-weight: 800 !important;
}
.sec16_link {
  color: #3e94dd !important;
}
.sec16_link:hover {
  text-decoration: underline !important;
}
.sec16_form {
  margin-bottom: 10px;
}
.sec16 p a {
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.sec16 .corporate-training {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec16 .corporate-training {
    margin-block: 40px;
  }
}

/* SECTION 17 */
.sec17 {
  padding: 95px 0 120px 0;
  background: url("../images/pc_sec17_bg.webp") no-repeat #f2f2f2;
  background-size: contain;
}
.sec17 .sec17_txt {
  max-width: 1000px;
  margin: 0 auto 105px;
  padding: 0 50px;
}
.sec17 .sec17_txt p {
  font-size: 22px;
  line-height: 1.75em;
  font-weight: 500;
  margin-bottom: 1.75em;
  font-family: "Noto Sans JP", sans-serif;
}
.sec17 .box_sec17 {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  background: rgb(2, 0, 36);
  background-image: linear-gradient(
    165deg,
    #289a97 0%,
    #002f70 46%,
    #00b4d0 100%
  );
}
.sec17 .box_sec17.mb0 {
  margin-bottom: 0;
}
.sec17 .box_sec17 dl {
  background: #fff;
  padding: 30px 0 55px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sec17 .box_sec17 dl dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  left: -10px;
}
.sec17 .box_sec17 dl dt img {
  width: 142px;
}
.sec17 .box_sec17 dl dt h3 {
  width: calc(100% - 190px);
  margin-bottom: 0;
  text-align: left;
  line-height: 1.6;
  font-size: 23px;
}
.sec17 .box_sec17 dl dt h3 span {
  font-size: 24px;
}
.sec17 .box_sec17 dl dd .img {
  margin: 55px 0 50px 0;
}
.sec17 .box_sec17 dl dd .txt {
  padding: 0 45px;
  font-size: 20px;
}

/* SECTION 18 */
.sec18 {
  padding: 83px 0 125px 0;
  background: url(../images/sec18_bg.webp) repeat;
}
.sec18_inner {
  width: 96%;
  margin-inline: auto;
}
.sec18 h2 {
  margin-bottom: 50px;
  width: 60%;
  margin-inline: auto;
}
.box_sec18 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 0px;
}
.box_sec18 .item_sec18 {
  line-height: 0;
  max-width: 32%;
}
.box_sec18 .item_sec18.mb0 {
  margin-bottom: 0;
}
.box_sec18 .item_sec18 h3 {
  position: relative;
  top: -10px;
  z-index: 2;
}
.box_sec18 .item_sec18 p {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}
.item_sec18 img {
  width: 100%;
}

/* SECTION 19 */
.sec19 {
  padding: 80px 0 120px 0;
  background: url("../images/pc_sec19_bg.webp") no-repeat top center;
  background-size: cover;
}
.box_sec19 {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58%;
  padding-block: 60px;
}
.box_sec19::before {
  background: #fff;
  width: 1850px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 90px;
  content: "";
  transform: skewX(-20deg);
  z-index: -1;
}
.box_sec19 ul {
  margin-bottom: 30px;
}
.box_sec19 ul li {
  font-size: 32px;
  font-weight: 900;
  padding: 5px 0;
}
.box_sec19 ul li span {
  color: #1b7ea6;
  margin-right: 15px;
}
.box_sec19 p {
  font-size: 18px;
}
.sec19_column {
  display: flex;
  width: 100%;
  padding-inline: 4%;
  gap: 2%;
  align-items: stretch;
  justify-content: center;
}
.sec19_img {
  width: 40%;
  display: flex;
  align-items: center;
}

/* CTA */
.cta {
  position: relative;
  padding: 65px 0 50px;
}
.cta::before {
  background: url("../images/cta_bg.webp") center / cover no-repeat;
  width: 2000px;
  height: 981px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  content: "";
  z-index: -1;
}
.cta::after {
  background: url("../images/pc_cta_arrow.webp") center / cover no-repeat;
  width: 1160px;
  height: 240px;
  position: absolute;
  bottom: 105px;
  left: calc(50% - 580px);
  content: "";
  z-index: 1;
}
.cta ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
.cta ul li {
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding-bottom: 33px;
  width: calc((100% - 60px) / 3);
}
.cta .nts {
  font-size: 16px;
  line-height: 1.75em;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.cta .nts a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-size: 17px;
  font-weight: normal;
}
.nts a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-size: 17px;
  font-weight: normal;
}

.cta .cta_btn {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 3px;
}
.cta .cta_btn a {
  display: inline-block;
}

.cta1 {
  padding: 65px 0 240px;
}

/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/
footer {
}
footer .foot_ct {
  background: #1b7ea6;
  color: #fff;
  text-align: center;
  padding: 25px 0;
}
footer .foot_ct a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

@keyframes move_arrow {
  0% {
    transform: translate(-2px, -50%);
  }
  50% {
    transform: translate(2px, -50%);
  }
  100% {
    transform: translate(-2px, -50%);
  }
}

@keyframes move_arrow_prev {
  0% {
    transform: translate(2px, -50%);
  }
  50% {
    transform: translate(-2px, -50%);
  }
  100% {
    transform: translate(2px, -50%);
  }
}

.p-sec9__swiper-pagination-top {
  text-align: center;
}

.p-sec9 {
  padding: 22.5px 0 60px;
  padding: 1.875rem 0 5rem;
  position: relative;
}

.p-sec9::after {
  background: url(../images/sec9/sec9-bg.webp) no-repeat center center/cover;
  content: "";
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-sec9__head {
  position: relative;
  text-align: center;
  z-index: 2;
}

.p-sec9__title {
  display: inline-block;
  position: relative;
}

.p-sec9__title span:first-child {
  color: #fff;
  display: block;
  font-size: 24px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.p-sec9__title span:nth-child(2) {
  color: #fff;
  display: block;
  font-size: 51.75px;
  font-size: 4.3125rem;
  font-weight: 700;
  text-align: center;
}

.p-sec9__title::before {
  /* background: url(../images/sec9/sec9-img1.webp) no-repeat center center/contain;
	bottom: 0;
	content: "";
	display: block;
	height: 308.25px;
	height: 25.6875rem;
	position: absolute;
	right: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	width: 123.75px;
	width: 10.3125rem; */
}

.p-sec9__body {
  margin-top: 30px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}

.p-sec9__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 975px;
  max-width: 81.25rem;
  position: relative;
}

.p-sec9__swiper {
  height: auto;
}

.p-sec9__swiper-wrapper {
  height: 100%;
}

.p-sec9__item {
  background: #fff;
  -webkit-box-shadow: 4px 7px 16px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 4px 7px 16px -6px rgba(0, 0, 0, 0.6);
  height: 98% !important;
  padding: 22.5px 60px 26.25px;
  padding: 1.875rem 5rem 2.1875rem;
  width: 100%;
}

.p-sec9__item-top {
  /* aspect-ratio: 500/276; */
  width: 100%;
}

.p-sec9__item-top iframe {
  height: 100%;
  width: 100%;
}

.p-sec9__item-top img {
  max-width: 428px;
  width: 100%;
  height: 238px;
  object-fit: contain;
  object-position: center;
}

.p-sec9__item-body {
  padding-top: 22.5px;
  padding-top: 1.875rem;
}

.p-sec9__item-name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22.5px;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}

.p-sec9__item-title {
  color: #2e3192;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22.5px;
  font-size: 1.875rem;
  font-weight: 400;
  margin-top: 11.25px;
  margin-top: 0.9375rem;
  text-align: center;
}

.p-sec9__item-title span {
  font-weight: 700;
  color: #ff6100;
}

.p-sec9__item-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 11.25px;
  margin-top: 0.9375rem;
  text-align: left;
}

.p-sec9__item-textcolor {
  font-size: 20px;
  font-size: 1.667rem;
  background-image: linear-gradient(transparent 70%, #f9ff05 0%);
}

.s {
  font-weight: 700;
  color: #ff6100;
}

@media screen and (max-width: 767px) {
  .p-sec9 {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .p-sec9::after {
    height: 21%;
  }

  .p-sec9__title span:nth-child(2) {
    font-weight: 700;
  }

  .p-sec9__title::before {
    bottom: 2rem;
    -webkit-transform: translate(56%, 30%);
    transform: translate(56%, 30%);
  }

  .p-sec9__body {
    margin-top: 10.25rem;
  }

  .p-sec9__body::before {
    background: #333;
    content: "";
    display: block;
    height: 6.875rem;
    left: 50%;
    position: absolute;
    top: 1.25rem;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 1px;
    z-index: 3;
  }

  .p-sec9__body::after {
    background: #333;
    content: "";
    display: block;
    height: 1.25rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, 0) rotate(40deg);
    transform: translate(-50%, 0) rotate(40deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 1px;
    z-index: 3;
  }

  .p-sec9__item {
    background: #f2f2f2;
    padding: 1.875rem 3.125rem 2.1875rem;
  }

  .p-sec9__item-name {
    font-size: 2.125rem;
  }

  .p-sec9__item-title {
    font-size: 2rem;
  }

  .p-sec9__item-top img {
    max-width: 352px;
    width: 100%;
    height: 196px;
    object-fit: contain;
    object-position: center;
  }

  .p-sec9__item-text {
    font-size: 1.75rem;
  }

  .p-sec9__item-textcolor {
    font-size: 1.5rem;
    background-image: linear-gradient(transparent 70%, #f9ff05 0%);
  }

  .p-sec9__item-top img {
    height: 160px;
    /* height: auto; */
    margin-left: auto;
    margin-right: auto;
  }
}

.p-sec9-background--adj {
  padding: 22.5px 0 60px;
  padding: 1.875rem 0 5rem;
  position: relative;
}

.p-sec9-background--adj::after {
  background: #11376b;
  content: "";
  display: block;
  height: 85%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-sec9-background--adj {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .p-sec9-background--adj::after {
    height: 21%;
  }

  .sec07_content .button {
    margin-top: 2.5rem;
  }

  .sec12_item .item_txt p a {
    font-size: 16px;
    line-height: 1.75em;
    color: #fff;
    font-weight: 700;
    text-underline-offset: 4px;
  }
}

/* 受講生の提案 */

.attending_students-voice li {
  margin: 0 10px;
  background: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.35);
  padding: 20px 20px 0;
  min-height: 300px;
}

.attending_students-voice-item {
  height: 260px;
}
@media (max-width: 767px) {
  .attending_students-voice-item {
    height: 150px;
  }
}

.attending_students-voice-item iframe {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.attending_students-voice-title {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.attending_students-voice__sub {
  font-size: 24px;
  font-weight: 1000;
}

.attending_students-voice-title__main {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.attending_students-voice-sp {
  display: none;
}

@media (max-width: 767px) {
  .attending_students-voice__sub {
    font-size: 18px;
  }

  .attending_students-voice-title__main {
    font-size: 30px;
    font-weight: 700;
  }

  .attending_students-voice-sp {
    display: block;
  }
  .sec09-title-en {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .sec09-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .sec09-title .sec09-number {
    width: 130px;
  }
  .sec09-sub_title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 60px;
  }
  .sec09-sub_title_second {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
  }
}

.sec07_item-attention {
  margin-top: -10px;
  margin-bottom: 10px;
}

/* 追加 */
.sec11-1 {
  background: url("../images/sec11.1-bg.webp") no-repeat center center/cover;
  padding-block: 130px 145px;
}
@media screen and (max-width: 768px) {
  .sec11-1 {
    padding-block: 60px;
  }
}
.sec11-1__subtitle {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #3e94dd;
  font-size: 31.5px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .sec11-1__subtitle {
    font-size: 5.2vw;
  }
}
.sec11-1__title {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #143d73;
  font-size: 52.5px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 660px) {
  .sec11-1__title {
    font-size: 8vw;
  }
}
.sec11-1__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff238;
}
.sec11-1__content {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1000px; */
  /* margin-inline: auto; */
}
.sec11-1__content--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec11-1__content {
    flex-direction: column;
    row-gap: 30px;
    align-items: normal;
  }
}
@media screen and (max-width: 599px) {
  .sec11-1__content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .sec11-1__content {
    margin-top: 40px;
  }
}
.sec11-1__img {
  flex: 0 0 40%;
}
.sec11-1__column {
  flex: 0 0 55%;
}
.sec11-1__reason {
  padding: 3px 20px;
  border-radius: 15px;
  background: #143d73;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .sec11-1__reason {
    font-size: 16px;
  }
}
.sec11-1__heading {
  padding-block: 10px 13px;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #143d73;
  font-size: 34px;
  font-weight: 700;
  line-height: 125%;
}
@media screen and (max-width: 500px) {
  .sec11-1__heading {
    font-size: 26px;
  }
}
.sec11-1__heading span {
  color: #3e94dd;
}
.sec11-1__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}
.sec11-1__supplement {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .sec11-1__supplement {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec11-1__supplement {
    font-size: 12px;
    text-align: left;
  }
}
.sec11-1__supplement .sp {
  display: none;
}
@media screen and (max-width: 525px) {
  .sec11-1__supplement .sp {
    display: block;
  }
}
.sec11-1__gray {
  background: #f1f1f1;
  padding: 30px 7%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 185%;
}
@media screen and (max-width: 500px) {
  .sec11-1__gray {
    padding-inline: 5%;
  }
}
.sec11-1__gray .sp {
  display: none;
}
@media screen and (max-width: 456px) {
  .sec11-1__gray .sp {
    display: block;
  }
}
.sec11-1__gray span {
  display: none;
}
@media screen and (max-width: 456px) {
  .sec11-1__gray span {
    display: inline;
  }
}
.sec11-1__triangle {
  margin-top: 15px;
}
.sec11-1__triangle img {
  margin-inline: auto;
}
.sec11-1__blue {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #143d73;
  font-size: 16px;
  font-weight: 700;
  line-height: 185%;
}
.sec11-1__blue--center {
  text-align: center;
}
.sec11-1__blue .sp {
  display: none;
}
@media screen and (max-width: 420px) {
  .sec11-1__blue .sp {
    display: block;
  }
}

.sec11-1-1 {
  padding-block: 30px 140px;
}
@media screen and (max-width: 768px) {
  .sec11-1-1 {
    padding-block: 40px 80px;
  }
}
@media screen and (max-width: 500px) {
  .sec11-1-1 {
    padding-block: 40px 60px;
  }
}
.sec11-1-1__text {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  margin-block: 30px 25px;
}
@media screen and (max-width: 660px) {
  .sec11-1-1__text br {
    display: none;
  }
}
.sec11-1-1__supplement {
  color: #000;
  text-align: right;
  font-size: 14px;
  margin-top: 13px;
}
@media screen and (max-width: 599px) {
  .sec11-1-1__supplement {
    font-size: 10px;
    margin-top: 5px;
  }
}
.sec11-1-1__supplement--first {
  margin-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .sec11-1-1__supplement--first {
    margin-bottom: 60px;
  }
}
.sec11-1-1__other {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: -30px;
}
@media screen and (max-width: 599px) {
  .sec11-1-1__other {
    margin-top: -25px;
  }
}
@media screen and (max-width: 500px) {
  .sec11-1-1__other {
    margin-top: -20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .sec11-1-1__other {
    margin-top: -18px;
    font-size: 13px;
  }
}

/* sec11-2 */
.sec11-2 {
  background: #143d73;
  padding-block: 100px 145px;
}
@media screen and (max-width: 768px) {
  .sec11-2 {
    padding-block: 60px;
  }
}
.sec11-2__heading {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 660px) {
  .sec11-2__heading {
    font-size: 8.2vw;
  }
}
.sec11-2__content {
  background: url("../images/sec11.1-bg.webp") no-repeat center center/cover;
  padding: 100px 8.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec11-2__content {
    padding-block: 80px;
  }
}
@media screen and (max-width: 660px) {
  .sec11-2__content {
    padding-inline: 4%;
    padding-block: 65px 60px;
  }
}
.sec11-2__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  background: linear-gradient(
    to right,
    #50c7c0 0%,
    #225596 15%,
    #225596 85%,
    #20e2fc 100%
  );
}
.sec11-2__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sec11-2__top {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 660px) {
  .sec11-2__top {
    padding-bottom: 10px;
  }
}
.sec11-2__img {
  flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .sec11-2__img {
    width: 30%;
  }
}
.sec11-2__top-string {
  flex: 0 0 75%;
}
@media screen and (max-width: 768px) {
  .sec11-2__top-string {
    width: 100%;
  }
}
.sec11-2__top-title {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #143d73;
  font-size: 36px;
  font-weight: 700;
  line-height: 138%;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .sec11-2__top-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .sec11-2__top-title {
    font-size: 6vw;
    margin-bottom: 10px;
  }
}
.sec11-2__top-text {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #636363;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .sec11-2__top-text {
    font-size: 14px;
  }
}
.sec11-2__title {
  margin-block: 40px 30px;
  padding-left: 2%;
  position: relative;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sec11-2__title {
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 660px) {
  .sec11-2__title {
    margin-block: 30px 20px;
    padding-left: 4%;
  }
}
@media screen and (max-width: 500px) {
  .sec11-2__title {
    padding-left: 5%;
    font-size: 20px;
  }
}
.sec11-2__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 1/3;
  background: url("../images/sec11-2-arrow.png") no-repeat center center/cover;
}
.sec11-2__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  padding-bottom: 30px;
  border-bottom: 1px solid #143d73;
}
@media screen and (max-width: 660px) {
  .sec11-2__text {
    padding-bottom: 20px;
  }
}
.sec11-2__text--last {
  padding-bottom: 0;
  border-bottom: none;
}
.sec11-2__text span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
  font-weight: 700;
}

/* sec11-2-1 */
.sec11-2-1 {
  background: #eaf0f5;
}
@media screen and (max-width: 660px) {
  .sec11-2-1 {
    padding-block: 60px;
  }
}
.sec11-2-1__title {
  color: #143e79;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
  .sec11-2-1__title {
    font-size: 8.2vw;
    margin-bottom: 20px;
  }
}
.sec11-2-1__sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.sec11-2-1__sub-title br {
  display: none;
}
@media screen and (max-width: 660px) {
  .sec11-2-1__sub-title {
    font-size: 18px;
  }
  .sec11-2-1__sub-title br {
    display: block;
  }
}
.sec11-2-1__list {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 660px) {
  .sec11-2-1__list {
    margin-top: 45px;
  }
}
.sec11-2-1__list-title {
  background: linear-gradient(
    90deg,
    #229092 0%,
    #0c4a77 25%,
    #00316f 50%,
    #016194 75%,
    #00a4c9 100%
  );
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  padding-top: 5px;
}
@media screen and (max-width: 660px) {
  .sec11-2-1__list-title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 500px) {
  .sec11-2-1__list-title {
    font-size: 5.5vw;
    padding-block: 10px;
  }
}
.sec11-2-1__content {
  padding: 60px 4% 65px 5%;
  display: flex;
  column-gap: 3.5%;
}
@media screen and (max-width: 768px) {
  .sec11-2-1__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .sec11-2-1__content {
    padding: 40px 4%;
  }
}
.sec11-2-1__column {
  flex: 0 0 48%;
}
.sec11-2-1__column--small {
  flex: 0 0 46%;
}
.sec11-2-1__texts {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media screen and (max-width: 1200px) {
  .sec11-2-1__texts {
    align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .sec11-2-1__texts {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .sec11-2-1__texts {
    margin-bottom: 13px;
  }
}
.sec11-2-1__achievement {
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .sec11-2-1__achievement {
    line-height: 150%;
  }
}
@media screen and (max-width: 599px) {
  .sec11-2-1__achievement {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .sec11-2-1__achievement {
    font-size: 14px;
    line-height: 130%;
  }
}
.sec11-2-1__achievement span {
  background: linear-gradient(transparent 50%, #fff237 0%);
}
.sec11-2-1__achievement br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sec11-2-1__achievement br {
    display: block;
  }
}
.sec11-2-1__line {
  flex: 0 0 1px;
  height: 52vw;
  background: #dbdbdb;
}
@media screen and (max-width: 768px) {
  .sec11-2-1__line {
    display: none;
  }
}
.sec11-2-1__img {
  width: 80%;
  margin-top: 55px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec11-2-1__img {
    width: 45%;
    margin-top: 35px;
  }
}
@media screen and (max-width: 500px) {
  .sec11-2-1__img {
    margin-top: 15px;
  }
}

/* sec11-3 */
.sec11-3 {
  background: url("../images/sec11-3-bg.webp") no-repeat center center/cover;
  aspect-ratio: 2.372/1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec11-3 {
    background: url("../images/sec11-3-bg-sp.webp") no-repeat center
      center/cover;
    aspect-ratio: 0.54/1;
  }
}
.sec11-3__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec11-3__logo {
    width: 40%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .sec11-3__logo {
    width: 56%;
  }
}
.sec11-3__title {
  margin-block: 50px 30px;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(
    to right,
    #50c7c0 0%,
    #225596 25%,
    #225596 75%,
    #20e2fc 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.sec11-3__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec11-3__title {
    text-align: center;
  }
  .sec11-3__title br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sec11-3__title {
    font-size: 6vw;
    margin-block: 40px 20px;
  }
}
.sec11-3__text {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .sec11-3__text {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
}
.sec11-3__text .sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sec11-3__text .sp {
    display: block;
  }
}

.curriculum {
  background: url("../images/sec11.1-bg.webp") no-repeat center center/cover;
  padding-block: 0 50px;
}
@media screen and (max-width: 768px) {
  .curriculum {
    padding-block: 0 25px;
  }
}
.curriculum__title {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .curriculum__title {
    font-size: 5.9vw;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 500px) {
  .curriculum__title {
    font-size: 5.5vw;
  }
}
.curriculum__box {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .curriculum__box {
    overflow: scroll;
  }
}
.curriculum__box .scroll-button {
  position: absolute;
  top: 125px;
  left: 80px;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 768px) {
  .curriculum__box .scroll-button {
    display: block;
  }
}
.curriculum__box .scroll-button img {
  animation: scale-width 0.8s ease-in-out infinite alternate-reverse;
}
@keyframes scale-width {
  0% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.curriculum__box .scroll-button.hidden {
  opacity: 0;
  /* 非表示の時にフェードアウト */
}
@media screen and (max-width: 768px) {
  .curriculum__months {
    min-width: 830px;
  }
}
.curriculum__months img {
  width: 100%;
}
.curriculum__cards {
  display: flex;
  justify-content: space-between;
  margin-block: 35px 56px;
}
@media screen and (max-width: 768px) {
  .curriculum__cards {
    min-width: 830px;
  }
}
@media screen and (max-width: 500px) {
  .curriculum__cards {
    margin-bottom: 40px;
  }
}
.curriculum__cards--under {
  margin-bottom: 15px;
}
.curriculum__card {
  flex: 0 0 31.5%;
  display: flex;
  flex-direction: column;
}
.curriculum__heading {
  background: #143d73;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  aspect-ratio: 3.8783/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.curriculum__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  height: 16px;
  width: 25px;
  background: url("../images/curriculum-triangle.png") no-repeat center
    center/cover;
}
.curriculum__under {
  background: #ffffff;
  padding: 20px 4%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  flex-grow: 1;
}
.curriculum__under--top {
  display: flex;
  flex-direction: column;
}
.curriculum__img {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.curriculum__img img {
  margin-inline: auto;
}
.curriculum__img--115 {
  height: 115px;
}
.curriculum__img--115 img {
  height: 100%;
}
.curriculum__text {
  padding-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
} /*# sourceMappingURL=style.css.map */
.curriculum__text--grow {
  flex-grow: 1;
}
@media screen and (max-width: 1230px) {
  .curriculum__text--grow {
    flex-grow: 0;
  }
}
.curriculum__supplement {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.man-to-man {
  max-width: 1230px;
  margin-inline: auto;
  margin-top: 80px;
  border: 3px solid #153d73;
  background: #fff;
  padding-block: 70px;
  padding-inline: 6% 5%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1270px) {
  .man-to-man {
    margin-inline: 15px;
  }
}
@media screen and (max-width: 900px) {
  .man-to-man {
    flex-direction: column;
    row-gap: 30px;
    padding-top: 50px;
    padding-inline: 4%;
  }
}
@media screen and (max-width: 600px) {
  .man-to-man {
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 55px;
  }
}
.man-to-man__img {
  flex: 0 0 42%;
}
.man-to-man__string {
  flex: 0 0 54%;
  position: relative;
}
.man-to-man__title {
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 177.19%;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .man-to-man__title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 900px) {
  .man-to-man__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .man-to-man__title {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 370px) {
  .man-to-man__title {
    font-size: 4.5vw;
  }
}
.man-to-man__title .span1 {
  background: linear-gradient(
    90deg,
    #a63782 0%,
    #5f69af 33%,
    #3890b1 66%,
    #1faba3 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.man-to-man__title .span2 {
  color: #143e79;
}
.man-to-man__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 172.826%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .man-to-man__text {
    font-size: 14px;
  }
}
.man-to-man__icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .man-to-man__icon {
    width: 20%;
    bottom: -30px;
  }
}
.man-to-man__icon img {
  width: 100%;
}
.man-to-man-gradation {
  background: linear-gradient(
    90deg,
    #a63782 0%,
    #5f69af 33%,
    #3890b1 66%,
    #1faba3 100%
  );
  width: 100%;
  aspect-ratio: 8/1;
  margin-top: -145px;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .man-to-man-gradation {
    margin-top: -100px;
  }
}
@media screen and (max-width: 900px) {
  .man-to-man-gradation {
    margin-top: -100px;
    aspect-ratio: 5/1;
  }
}
@media screen and (max-width: 600px) {
  .man-to-man-gradation {
    margin-top: -100px;
    aspect-ratio: 4/1;
  }
}
@media screen and (max-width: 470px) {
  .man-to-man-gradation {
    aspect-ratio: 3/1;
  }
}

.web-can {
  padding-block: 0;
  position: relative;
}
.web-can__big-title {
  text-align: center;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 52px;
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #a63782 0%,
    #5f69af 33%,
    #3890b1 66%,
    #1faba3 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .web-can__big-title {
    font-size: 5.7vw;
  }
}
@media screen and (max-width: 420px) {
  .web-can__big-title {
    margin-bottom: 10px;
  }
}
.web-can__small-title {
  color: #133d74;
  text-align: center;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .web-can__small-title {
    font-size: 3.4vw;
  }
}
.web-can__small-title span {
  background: linear-gradient(transparent 50%, #ffff66 0%);
}
.web-can__why {
  color: #eaf0f5;
  text-align: center;
  font-family: Inter;
  font-size: 128px;
  font-weight: 800;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 850px) {
  .web-can__why {
    font-size: 13vw;
  }
}
@media screen and (max-width: 420px) {
  .web-can__why {
    top: 10px;
  }
}
.web-can__content {
  padding-block: 110px;
  background: url("../images/web-can-bg.webp") no-repeat center top / cover;
}
@media screen and (max-width: 1150px) {
  .web-can__content {
    padding-top: 160px;
  }
}
@media screen and (max-width: 660px) {
  .web-can__content {
    margin-top: -50px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 420px) {
  .web-can__content {
    margin-top: -80px;
  }
}
.web-can__supplement {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 660px) {
  .web-can__supplement {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .web-can__supplement {
    width: 90%;
    margin-top: 30px;
  }
}
.web-can__supplement .sp-img {
  display: none;
}
@media screen and (max-width: 500px) {
  .web-can__supplement .pc-img {
    display: none;
  }
  .web-can__supplement .sp-img {
    display: block;
  }
}
.web-can__column {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  background: url(../images/sec11.1-bg.webp) no-repeat center center / cover;
  padding: 13px 2.7% 35px;
}
.web-can__column-title {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 660px) {
  .web-can__column-title {
    width: 100%;
  }
}
.web-can__column-title .sp-img {
  display: none;
}
@media screen and (max-width: 500px) {
  .web-can__column-title .pc-img {
    display: none;
  }
  .web-can__column-title .sp-img {
    display: block;
  }
}

.web-can__flex {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1150px) {
  .web-can__flex {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .web-can__flex {
    row-gap: 25px;
  }
}
.web-can__flex-column {
  flex: 0 0 48.5%;
  border: 2px solid #909090;
  background: #f7f7f7;
}
@media screen and (max-width: 1150px) {
  .web-can__flex-column {
    width: 600px;
  }
}
@media screen and (max-width: 660px) {
  .web-can__flex-column {
    width: 100%;
  }
}
.web-can__flex-column--blue {
  border-width: 8px;
  border-style: solid;
  border-image: linear-gradient(90deg, #a63782, #5f69af, #3890b1, #1faba3) 1;
  background: #f1faff;
}
.web-can__box {
  background: #909090;
  padding-block: 20px;
}
@media screen and (max-width: 500px) {
  .web-can__box {
    padding-block: 15px;
  }
}
.web-can__box--blue {
  background: #143e79;
}
.web-can__box-title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media screen and (max-width: 500px) {
  .web-can__box-title {
    font-size: 18px;
  }
}
.web-can__box-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .web-can__box-subtitle {
    font-size: 13px;
  }
}
.web-can__under {
  padding-block: 27px 29px;
  padding-inline: 4%;
}
.web-can__list {
  background: #fff;
  padding-block: 23px 26px;
  padding-inline: 4%;
}
.web-can__list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.web-can__list-left {
  display: flex;
  align-items: center;
  column-gap: 19px;
}
@media screen and (max-width: 500px) {
  .web-can__list-left {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .web-can__list-left {
    row-gap: 5px;
  }
}
.web-can__list-heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  border-radius: 3px;
  background: #909090;
  padding: 1px 4px 2px;
  min-width: 38px;
}
@media screen and (max-width: 400px) {
  .web-can__list-heading {
    font-size: 9px;
    min-width: 35px;
  }
}
.web-can__list-heading--blue {
  background: #143e79;
  font-size: 12px;
}
.web-can__list-text {
  color: #143e79;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.web-can__list-text--big {
  font-size: 13px;
}
.web-can__list-text .sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .web-can__list-text .sp {
    display: block;
  }
}
.web-can__list-red {
  flex: 0 0 20%;
  text-align: center;
  color: #f00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 400px) {
  .web-can__list-red {
    flex: 0 0 25%;
  }
}
.web-can__list-red .yen {
  color: #f00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.web-can__list-red .small {
  color: #f00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
}
.web-can__line {
  margin-block: 15px;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}
.web-can__under-text {
  margin-block: 27px 14px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 1210px) {
  .web-can__under-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 580px) {
  .web-can__under-text {
    font-size: 16px;
  }
  .web-can__under-text .sp {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .web-can__under-text {
    font-size: 15px;
  }
}
.web-can__under-text span {
  background: linear-gradient(transparent 50%, #ffff66 0%);
}
.web-can__under-text .sp {
  display: none;
}
@media screen and (max-width: 413px) {
  .web-can__under-text .sp {
    display: block;
  }
}
.web-can__under-text--big {
  font-size: 21px;
}
.web-can__under-triangle img {
  margin-inline: auto;
}
.web-can__under-red {
  margin-top: 14px;
  color: #f00;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.web-can__under-red .sp {
  display: none;
}
@media screen and (max-width: 580px) {
  .web-can__under-red {
    font-size: 21px;
  }
}
@media screen and (max-width: 470px) {
  .web-can__under-red {
    font-size: 19px;
  }
  .web-can__under-red .sp {
    display: block;
  }
}
.web-can__under-red--big {
  font-size: 26px;
}

/* 4/13トレスレイ */
@media screen and (max-width: 500px) {
  .sec09--case-study .sec09-sub_title {
    font-size: 5.2vw;
  }
}
.sec09--case-study .slick-track {
  display: flex;
}
.sec09--case-study .height-auto {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.sec09--case-study li .icon {
  aspect-ratio: auto !important;
  height: auto !important;
}
.sec09--case-study li table {
  flex-grow: 1;
}
.sec09--case-study li table td {
  font-size: 15px;
}
@media screen and (max-width: 470px) {
  .sec09--case-study li table td {
    font-size: 14px;
  }
}
.sec09--case-study .sec09--case-study__first-list,
.sec09--case-study .sec09--case-study__first-list th,
.sec09--case-study .sec09--case-study__first-list td {
  height: 40px;
}

.subsidy1 {
  background: url("../images/subsidy1-bg.webp") no-repeat center center / cover;
}
.subsidy1__content {
  padding: 40px 4%;
  background: #fff;
}
@media (max-width: 599px) {
  .subsidy1__content {
    padding: 20px 2.5% 30px;
  }
}
.subsidy1__titles {
  background: url("../images/subsidy1__titles-bg.webp") no-repeat center center /
    cover;
  padding: 20px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3%;
}
@media (max-width: 599px) {
  .subsidy1__titles {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
  }
}
.subsidy1__titles-new {
  background: #fff;
  border-radius: 18px;
  padding: 2px 20px;
  color: #ac347f;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-wrap: nowrap;
}
@media (max-width: 599px) {
  .subsidy1__titles-new {
    font-size: 12px;
  }
}
.subsidy1__titles-text {
  color: #fff;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .subsidy1__titles-text {
    font-size: 3vw;
  }
}
@media (max-width: 950px) {
  .subsidy1__titles-text {
    font-size: 3.55vw;
  }
}
@media (max-width: 767px) {
  .subsidy1__titles-text {
    font-size: 3.3vw;
  }
}
@media (max-width: 599px) {
  .subsidy1__titles-text {
    font-size: 5vw;
  }
}
.subsidy1__titles-text br {
  display: none;
}
@media (max-width: 767px) {
  .subsidy1__titles-text br {
    display: block;
  }
}
.subsidy1__flex {
  margin-top: 40px;
  display: flex;
  column-gap: 10%;
  justify-content: center;
}
@media (max-width: 599px) {
  .subsidy1__flex {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 35px;
    padding-inline: 23%;
  }
}
.subsidy1__left {
  flex: 0 0 30%;
}
.subsidy1__right {
  flex: 0 0 45%;
}
.subsidy1__text {
  margin-top: 50px;
  color: #fff;
}
@media (max-width: 599px) {
  .subsidy1__text {
    margin-top: 30px;
    font-size: 11px;
  }
}

.subsidy2 {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .subsidy2,
  .subsidy1 {
    padding: 60px 0;
  }
}
@media (max-width: 599px) {
  .subsidy2,
  .subsidy1 {
    padding: 50px 0;
  }
}
.subsidy2__title {
  background: url("../images/subsidy2-title-bg.webp") no-repeat center center /
    cover;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 800;
}
.subsidy2__title .sp {
  display: none;
}
@media (max-width: 767px) {
  .subsidy2__title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .subsidy2__title {
    font-size: 5.5vw;
    padding-block: 30px;
    line-height: 135%;
  }
  .subsidy2__title .sp {
    display: block;
  }
}
.subsidy2__title span {
  color: #ffee31;
}
.subsidy2__content {
  background: url(../images/subsidy2-content-bg.webp) no-repeat center center /
    cover;
  padding: 60px 7%;
}
@media (max-width: 599px) {
  .subsidy2__content {
    padding: 30px 4%;
  }
}
.subsidy2__flex {
  margin-bottom: 60px;
  display: flex;
  column-gap: 10%;
  justify-content: center;
}
@media (max-width: 599px) {
  .subsidy2__flex {
    flex-direction: column;
    row-gap: 35px;
    padding-inline: 23%;
    margin-bottom: 45px;
  }
}
.subsidy2__left {
  flex: 0 0 25%;
}
.subsidy2__right {
  flex: 0 0 40%;
}
.subsidy2__course {
  position: relative;
  background: #f2f9ff;
  padding-block: 80px 40px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .subsidy2__course {
    padding-block: 60px 30px;
  }
}
.subsidy2__course-title {
  background: url("../images/subsidy2-course-title-bg.webp") no-repeat center
    center / cover;
  width: fit-content;
  padding: 5px 20px;
  color: #fff;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: absolute;
  top: -6%;
  left: 50%;
  transform: translate(-50%);
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .subsidy2__course-title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .subsidy2__course-title {
    font-size: 16px;
  }
}
.subsidy2__course-img {
  width: 45%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .subsidy2__course-img {
    width: 65%;
  }
}

.ai {
  background: url("../images/ai-bg.webp") no-repeat center center / cover;
}
@media (max-width: 599px) {
  .ai {
    padding-block: 50px;
  }
}
.ai__title {
  margin-bottom: 60px;
  color: #12376b;
  font-family: "A-OTF Gothic MB101 Pr5", "Noto Sans JP", sans-serif;
  font-size: 3.3vw;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 160%;
  filter: drop-shadow(0 0 3px white) drop-shadow(3px 0 white)
    drop-shadow(-3px 0 white) drop-shadow(0 3px white) drop-shadow(0 -3px white);
}
.ai__title .sp {
  display: none;
}
.ai__title .blue-gradation {
  background: linear-gradient(to right, #00c0fa 0%, #015eea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.8vw;
}

.ai__title .orange-gradation {
  background: linear-gradient(to right, #fc580f 0%, #ff9733 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.8vw;
}

.ai__title .red-gradation {
  background: linear-gradient(to right, #f70fff 0%, #f70fff 50%, #12d6df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.8vw;
}
.ai__title .small-text {
  font-size: 2.5vw;
}
@media (max-width: 1200px) {
  .ai__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .ai__title {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
  .ai__title .sp {
    display: block;
  }
  .ai__title .blue-gradation,
  .ai__title .orange-gradation,
  .ai__title .red-gradation {
    font-size: 6vw;
  }
  .ai__title .small-text {
    font-size: 3.8vw;
  }
}

.ai__img {
  width: 75%;
  margin-inline: auto;
}
@media (min-width: 1920px) {
  .ai__img {
    width: fit-content;
  }
}
@media (max-width: 599px) {
  .ai__img {
    width: 93%;
  }
}
