@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
 index.css
------------------------------------------------*/
body, main{
  overflow-x: clip;
}

/* 見出し */
h1{
  max-width: 735px;
  margin-bottom: 15px;
}
h1 figure{
  position: relative;
  overflow: hidden;
}
h1 figure img{
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.85, 0, 0.15, 1);
}
h1 figure:nth-child(1) img{
  width: 60%;
  transition-delay: 0.00s;
}
h1 figure:nth-child(2) img{
  width: 100%;
  transition-delay: 0.10s;
}
h1.__enable figure img{
  transform: translateY(0%);
}
h2{
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 45px;
}
h2 *{
  display: inline-block;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
h2 .in{
  color: var(--font_color);
}
h2 span{
  font-style: italic;
  padding-right: 15px;
  margin-right: -13px;
  margin-bottom: 5px;
}
.virtual_break{
  display: none;
  width: 100%;
  height: 0px;
}
/* 追記テキスト */
.txt_note{
  color: #fff;
  font-size: 0.18rem;
}


/*------------------------------------------------
 index01
------------------------------------------------*/
.index01{
  background-color: var(--site_color01_mid);
  margin-bottom: 0;
}
/* ビジュアルコンテンツ */
.index01_visual_box{
  position: relative;
  z-index: 20;
}
.index01_visual_title_box{
  padding-top: 8%;
  padding-left: 10%;
}
.index01_visual_title_box p{
  margin-left: 25px;
}
.index01_visual_title_box p span{
  display: inline-block;
  color: #fff;
  font-size: 0.30rem;
  font-weight: 600;
  line-height: 1.6;
  margin-right: 3px;
}
/* スライド背景 */
.index01_visual_swiper_main_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}
.index01_visual_swiper_main img{
  object-fit: cover;
  filter: blur(10px) brightness(0.8);
  width: 100%;
  height: 100%;
  mask-image: url(../img/index/main_mask.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-image: url(../img/index/main_mask.svg);
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
}
/* スライドサークル */
.index01_visual_swiper_root{
  margin-top: -10%;
}
.index01_visual_swiper_root .swiper-wrapper{
  align-items: flex-end;
}
.index01_visual_swiper_root .swiper-slide{
  display: flex;
  align-items: flex-end;
  width: 18.3%;
  margin-left: 20px;
}
.index01_visual_swiper_root .swiper-slide-active{
  width: 45%;
  margin-left: 0;
  margin-right: 30px;
}
.index01_visual_swiper_root .swiper-slide.on-set{
  transition: width .5s cubic-bezier(0.33, 1, 0.68, 1);
}
.index01_visual_swiper_root img{
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
/* メインコンテンツ塗り */
.index01_content_fill{
  position: relative;
  padding-bottom: 165px;
  z-index: 10;
}
.index01_content_fill_box{
  position: absolute;
  background-color: var(--site_color01);
  left: 0;
  top: -55px;
  width: 70%;
  height: 1730px;
  z-index: -10;
}
/* メインコンテンツ */
.index01_content_box{
  padding-top: 120px;
  margin-bottom: 60px;
}
.index01_content_box img{
  display: block;
  object-fit: cover;
  border-radius: 1000px;
  margin-right: -50px;
}
.index01_content_title_box b {
  display: flex;
  border-radius: 10px;
  background-color: #fff;
  max-width: max-content;
  padding: 5px 30px 15px;
  margin-bottom: 30px;
}
.index01_content_title_box b span {
  display: block;
  font-style: italic;
  font-family: var(--poppin);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 100px;
  padding-right: 10px;
  padding-left: 5px;
  margin-right: -7px;
  margin-left: -5px;
}
.index01_content_title_box b.blue span{
  color: var(--site_color01);
}
.index01_content_title_box b.blue span:nth-child(1){
  margin-right: -5px;
}
.index01_content_title_box b.blue span:nth-child(4){
  margin-right: -4px;
}
.index01_content_title_box b.green span{
  color: var(--site_color03);
}
.index01_content_note_box{
  display: grid;
  align-items: flex-end;
  grid-template-columns: auto 45%;
  justify-content: space-between;
}
.index01_content_note_box article b{
  display: block;
  color: #fff;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 40px 0 20px;
} 
.index01_content_note_box article p{
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.8;
}
/* 円形装飾ボックス */
.index01_bullet_box{
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  width: calc(100% - 60px);
  margin-bottom: 50px;
}
.index01_bullet_line{
  animation: anim_index01_scale_x_ping_pong 5s cubic-bezier(0.32, 0, 0.67, 0) infinite;
  background-color: #fff;
  height: 1px;
}
.index01_bullet_list{
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
}
.index01_bullet_list li{
  animation: anim_index01_move_x_little 5s ease infinite;
}
.index01_bullet_list li:nth-child(1){
  margin-right: 10px;
}
.index01_bullet_list li:nth-child(2){
  animation-delay: 0.05s;
}
.index01_bullet_list li:nth-child(3){
  animation-delay: 0.10s;
}
.index01_bullet_list li:nth-child(4){
  animation-delay: 0.15s;
}
.index01_bullet_list img{
  display: block;
}
@keyframes anim_index01_scale_x_ping_pong {
  0%{ transform: scaleX(0); transform-origin: left; }
  50%{ transform: scaleX(1); transform-origin: left; }
  51%{ transform: scaleX(1); transform-origin: right; }
  100%{ transform: scaleX(0); transform-origin: right; }
}
@keyframes anim_index01_move_x_little {
  0%{ transform: translateX(0px);}
  49%{ transform: translateX(0px);}
  50%{ transform: translateX(-1px);}
  55%{ transform: translateX(10px);}
  100%{ transform: translateX(0px);}
}
/* スキル塗りスクロール */
.index01_skill_fill_scroll{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 70px;
  top: 0px;
  z-index: -10;
}
.index01_skill_fill_scroll img {
  position: absolute;
  transform: translateY(-50%);
  left: -40px;
  top: 44%;
  transition: opacity .1s ease;
  z-index: 10;
}
.index01_skill_fill_scroll.__enable img{
  opacity: 0;
}
.index01_skill_fill{
  position: absolute;
  border-radius: 20px 0 0 20px;
  background-color: var(--site_color05);
  transform: unset !important;
  left: 0;
  right: 0;
  top: 50px;
  height: 100%;
}
/* スキルボックス */
.index01_skill_box{
  position: relative;
  margin-top: 55px;
}
/* スキルリスト */
.index01_skill_list{
  display: flex;
  list-style: none;
  min-width: max-content;
  gap: 55px;
  padding: 0 50px 0px 150px;
}
.index01_skill_list li{
  width: 385px;
}
.index01_skill_list figure{
  position: relative;
  overflow: hidden;
  aspect-ratio: 7/8;
  border-radius: 15px;
  margin-bottom: 10px;
}
.index01_skill_list figure img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index01_skill_list figure::before{
  content: "";
  background: linear-gradient(180deg,rgba(87, 81, 239, 0) 0%, rgba(87, 81, 239, 1) 100%);
  position: absolute;
  inset: 0;
  opacity: .4;
  z-index: 10;
}
.index01_skill_list figure figcaption {
  position: absolute;
  min-width: max-content;
  font-style: italic;
  color: #fff;
  line-height: 1;
  font-weight: 800;
  font-size: 0.65rem;
  animation: anim_skill_label_move 10s linear infinite;
  transform: translateX(100%);
  left: 100%;
  bottom: 30px;
  z-index: 20;
}
.index01_skill_list article{
  color: #fff;
}
@keyframes anim_skill_label_move {
  0%{ left: 100%; transform: translateX(0%); }
  100%{ left: 0%; transform: translateX(-100%); }
}


/*------------------------------------------------
 index02
------------------------------------------------*/
.index02{
  background-color: var(--site_color02);
  padding-top: 70px;
  padding-bottom: 145px;
  margin: 0;
}
.index02_md_txt{
  color: #fff;
  font-size: 0.40rem;
  font-weight: 600;
}
/* バレット装飾 */
.index02_bullet_box{
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 250px auto 1fr;
  width: 65%;
  gap: 40px;
  margin-left: auto;
}
.index02_bullet_line_left_box{
  position: relative;
  height: 120px;
}
.index02_bline01{
  position: absolute;
  height: 100%;
  width: 17px;
  left: 0;
  top: 0;
}
.index02_bline01::before{
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background: url(../img/index/border_radius.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0px;
  width: 17px;
}
.index02_bline01::after{
  content: "";
  position: absolute;
  border-left: 1px solid #fff;
  inset: 0;
  top: 17px;
}
.index02_bline02{
  background-color: #fff;
  position: absolute;
  height: 1px;
  top: 0;
  right: 0;
  left: 17px;
}
.index02_bline03{
  background-color: #fff;
  width: 100%;
  height: 1px;
}
.index02_bullet_list{
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
  margin-top: -33px;
}
.index02_bullet_list li:nth-child(3){
  margin: 0 10px;
}
.index02_bullet_list img{
  display: block;
}
/* アニメーション設定 */
.index02_bline01{
  clip-path: inset(0px 0px 100% 0px);
}
.index02_bline01.__enable{
  clip-path: inset(0px 0px 0% 0px);
  transition: 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.index02_bline01.__disable{
  clip-path: inset(100% 0px 0px 0px);
  transition: 1s cubic-bezier(0.85, 0, 0.15, 1);
}
.index02_bline02{
  clip-path: inset(0px 0px 0px 100%);
}
.index02_bline02.__enable{
  clip-path: inset(0px 0px 0px 0%);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.index02_bline02.__disable{
  clip-path: inset(0px 100% 0px 0px);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.index02_bline03{
  clip-path: inset(0px 0px 0px 100%);
}
.index02_bline03.__enable{
  clip-path: inset(0px 0px 0px 0%);
  transition: 2s cubic-bezier(0.64, 0, 0.78, 0);
}
.index02_bline03.__disable{
  clip-path: inset(0px 100% 0px 0px);
  transition: 2s cubic-bezier(0.64, 0, 0.78, 0);
}
/* バレットリスト */
.index02_bullet_list.__enable li{
  animation: anim_index02_bullet_left 0.3s ease;
}
.index02_bullet_list.__enable li:nth-child(1){
  animation-delay: 0.20s;
}
.index02_bullet_list.__enable li:nth-child(2){
  animation-delay: 0.15s;
}
.index02_bullet_list.__enable li:nth-child(3){
  animation-delay: 0.10s;
}
.index02_bullet_list.__enable li:nth-child(4){
  animation-delay: 0.05s;
}
.index02_bullet_list.__enable li:nth-child(5){
  animation-delay: 0.00s;
}
@keyframes anim_index02_bullet_left {
  0%{ transform: translateX(0px);}
  50%{ transform: translateX(-5px);}
  100%{ transform: translateX(0px);}
}
/* テーブル */
.index02_table_fill{
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  max-width: 1275px;
  width: calc(100% - 30px);
  padding: 15px 60px 70px;
  margin: 0 auto;
}
.index02_bline04 {
  position: absolute;
  background-color: #fff;
  transform-origin: right;
  transform: rotateZ(180deg);
  clip-path: inset(0px 0px 0px 100%);
  height: 1px;
  width: calc((100vw - 1275px) / 2);
  right: 0;
  bottom: 20%;
}
.index02_bline04.__enable{
  clip-path: inset(0px 0% 0px 0px);
  transition: 1s cubic-bezier(0.64, 0, 0.78, 0);
}
.index02_bline04.__disable{
  clip-path: inset(0px 100% 0px 0px);
  transition: 1s cubic-bezier(0.64, 0, 0.78, 0);
}
.index02_table th, .index02_table td{
  border-bottom: 1px solid #BCBCBC;
  padding: 25px 0;
}
.index02_table th{
  font-size: 0.22rem;
  width: 30%;
}
.index02_table td{
  font-size: 0.18rem;
  width: 70%;
}


/*------------------------------------------------
 index03
------------------------------------------------*/
.index03{
  overflow: hidden;
  background-color: var(--site_color03);
  padding-top: 90px;
  margin: 0;
}
/* 見出し */
.index03_heading_box{
  position: relative;
  padding: 35px 0;
  margin-bottom: 100px;
  z-index: 10;
}
.index03_loop_box{
  position: absolute;
  aspect-ratio: 207/19;
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  z-index: -10;
}
.index03_loop_box img{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.index03_loop_box .index03_loop01{
  animation-name: anim_index03_loop01;
}
.index03_loop_box .index03_loop02{
  animation-name: anim_index03_loop02;
}
@keyframes anim_index03_loop01 {
  0%{ transform: translateX(0%); }
  100%{ transform: translateX(-100%); }
}
@keyframes anim_index03_loop02 {
  0%{ transform: translateX(100%); }
  100%{ transform: translateX(0%); }
}
.index03_heading_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index03_heading_flex h2{
  margin: 0;
}
.index03_heading_flex b{
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 0.40rem;
  margin-top: 15px;
}
/* スクロールコンテンツ */
.index03_fearure_scroll_wrapper{
  position: relative;
  padding-bottom: 130px;
}
.index03_fearure_fill_scroll {
  position: absolute;
  width: calc(100% - 130px);
  height: 100%;
  left: 0;
  top: 100px;
}
.index03_fearure_fill_scroll img {
  position: absolute;
  top: 160px;
  right: -40px;
  z-index: 10;
  transition: opacity .1s ease;
  opacity: 1;
}
.index03_fearure_fill_scroll.__enable img{
  opacity: 0;
}
.index03_fearure_fill{
  position: absolute;
  border-radius: 0 30px 0 0;
  background-color: #3BB566;
  transform: unset !important;
  left: 0;
  right: 0;
  top: 50px;
  height: 100%;
}
.index03_fearure_scroll{
  display: flex;
  justify-content: flex-end;
}
.index03_fearure_list{
  display: flex;
  list-style: none;
  flex-direction: row-reverse;
  align-items: stretch;
  min-width: max-content;
  gap: 40px;
  padding-right: 230px;
  padding-left: 65px;
}
.index03_fearure_list li{
  position: relative;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 25px;
  width: 435px;
  padding: 13px 13px 30px;
}
.index03_fearure_list span{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 1000px;
  aspect-ratio: 1/1;
  top: -35px;
  left: -25px;
  width: 110px;
  color: var(--site_color03);
  font-family: var(--poppin);
  font-size: 0.46rem;
  font-weight: 900;
}
.index03_fearure_list img{
  display: block;
  object-fit: cover;
  aspect-ratio: 41/47;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.index03_fearure_list b{
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: var(--site_color03);
  margin-bottom: 15px;
}


/*------------------------------------------------
 index04
------------------------------------------------*/
.index04{
  position: relative;
  padding-top: 80px;
  padding-bottom: 110px;
  margin: 0;
}
.index04::before{
  content: "";
  position: absolute;
  background-color: #222;
  inset: 0;
  z-index: -10;
}
/* 見出しコンテンツ */
.index04_heading_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.index04_heading_box h2{
  margin: 0;
}
.index04_heading_box a {
  display: block;
  background: url(../img/common/parts/arrow_double.svg) no-repeat;
  background-position: 0% 65%;
  background-size: 25px;
  color: #fff !important;
  font-size: 0.18rem;
  font-weight: 600;
  padding-left: 35px;
  margin-top: 10px;
}
/* ニューススライダー */
.index04_news_swiper_box{
  position: relative;
  padding-left: 270px;
}
.index04_news_swiper img{
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}
.index04_news_swiper .index04_news_note{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.index04_news_swiper .index04_news_note time{
  font-weight: 600;
  color: var(--site_color02);
}
.index04_news_swiper .index04_news_note .cat {
  display: block;
  text-align: center;
  background-color: var(--site_color01);
  border-radius: 1000px;
  color: #fff !important;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1;
  padding: 6px 30px 8px;
}
.index04_news_swiper .txt{
  font-weight: 600;
  font-size: 0.18rem;
  color: #fff;
}
.index04_news_swiper_box .swiper-button-next {
  aspect-ratio: 1/1;
  background: url(../img/common/parts/arrow_md_black_left.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  right: unset;
  top: 37%;
  left: 8%;
  width: 70px;
  height: auto;
}
.index04_news_swiper_box .swiper-button-next:hover{
  cursor: pointer;
}
.index04_news_swiper_box .swiper-button-next::after{
  display: none;
}


/*------------------------------------------------
 index05
------------------------------------------------*/
.index05{
  background-color: var(--site_color02);
  padding-top: 135px;
  padding-bottom: 110px;
  margin: 0;
}
.index05_heading_box{
  position: relative;
  margin-bottom: 70px;
}
.index05_heading_box h2{
  margin: 0;
}
.index05_bullet_box {
  position: absolute;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  transform: translateY(-50%);
  gap: 20px;
  right: 0;
  width: 65%;
  top: 54%;
}
.index05_bullet_line{
  animation: anim_index05_scale_x_ping_pong 5s cubic-bezier(0.32, 0, 0.67, 0) infinite;
  background-color: #fff;
  height: 1px;
}
.index05_bullet_list{
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
}
.index05_bullet_list img{
  display: block;
}
.index05_bullet_list li{
  animation: anim_index05_move_x_little 5s ease infinite;
}
.index05_bullet_list li:nth-child(1){
  margin-right: 10px;
  animation-delay: 0.15s;
}
.index05_bullet_list li:nth-child(2){
  animation-delay: 0.10s;
}
.index05_bullet_list li:nth-child(3){
  animation-delay: 0.05s;
}
.index05_bullet_list li:nth-child(4){
  animation-delay: 0.00s;
}
@keyframes anim_index05_scale_x_ping_pong {
  0%{ transform: scaleX(0); transform-origin: right; }
  50%{ transform: scaleX(1); transform-origin: right; }
  51%{ transform: scaleX(1); transform-origin: left; }
  100%{ transform: scaleX(0); transform-origin: left; }
}
@keyframes anim_index05_move_x_little {
  0%{ transform: translateX(0px);}
  49%{ transform: translateX(0px);}
  50%{ transform: translateX(1px);}
  55%{ transform: translateX(-10px);}
  100%{ transform: translateX(0px);}
}


/*------------------------------------------------
 index06
------------------------------------------------*/
.index06{
  margin: 0 0 -10px;
}
.index06_heading_fill{
  background-color: var(--site_color04);
  padding-top: 65px;
  padding-bottom: 50px;
}
.index06_heading_fill h2, .index06_heading_fill b, .index06_heading_fill p{
  display: block;
  text-align: center;
  color: #fff;
}
.index06_heading_fill b{
  font-size: 0.26rem;
  margin-bottom: 23px;
}
.index06_heading_fill p{
  font-size: 0.18rem;
}
.index06_gmap{
  width: 100%;
  height: 380px;
}


/*------------------------------------------------
 index07
------------------------------------------------*/
.index07{
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
  margin: 0;
}
.index07::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #222;
  z-index: -10;
}
/* 見出しボックス */
.index07_heading_box{
  margin-bottom: 50px;
}
.index07_heading_box *{
  text-align: center;
  color: #fff;
}
.index07_heading_box b{
  display: block;
  font-size: 0.26rem;
}
/* ボタンリスト */
.index07_button_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.index07_button_list a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  min-height: 155px;
}
.index07_button_list a:hover{
  opacity: unset;
}
.index07_button_list a.index07_button01{
  background-color: #3D56FF;
}
.index07_button_list a.index07_button02{
  background-color: #12AA49;
}
.index07_button_list a.index07_button03{
  background-color: #9F16B9;
}
.index07_button_list span{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  font-size: 0.7rem;
  font-weight: 900;
  color: #FFFFFF;
  opacity: .28;
}
.index07_button_list b{
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.27rem;
  margin-bottom: 10px;
  z-index: 10;
}
.index07_button_list img{
  position: absolute;
  right: 15px;
  bottom: 15px;
}



/*------------------------------------------------
 レスポンシブ　　　max-width:1500px
------------------------------------------------*/
@media screen and (max-width:1500px) {
  h1 {
    max-width: 655px;
  }
  .index01_visual_swiper_root .swiper-slide{
    margin-left: 2%;
  }
  .index01_visual_swiper_root .swiper-slide-active{
    width: 35%;
    margin-left: 1%;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1350px
------------------------------------------------*/
@media screen and (max-width:1350px) {
  h1 {
    max-width: 605px;
  }
  .index01_visual_title_box p span {
    font-size: 0.26rem;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  h1 {
    width: 60%;
  }
  .index01_visual_title_box p span {
    font-size: 0.23rem;
  }
  .index01_content_note_box {
    grid-template-columns: auto 35%;
  }
  .index01_content_note_box article b {
    font-size: 0.34rem;
  }
  .index01_content_title_box b {
    padding: 0px 25px 5px;
    margin-bottom: 25px;
  }
  .index01_content_title_box b span {
    font-size: 0.65rem;
  }
  .index04_news_swiper_box {
    padding-left: 180px;
  }
  .index04_news_swiper_box .swiper-button-next {
    left: 6%;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  h1 {
    width: calc(100% - 20px);
  }
  h2 {
    font-size: 0.85rem;
    margin-bottom: 25px;
  }
  .index01_visual_title_box {
    padding-top: 100px;
    padding-left: 20px;
  }
  .index01_visual_swiper_root {
    margin-top: 0%;
  }
  .index01_visual_swiper_main img {
    mask-size: cover;
    mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom center;
  }
  .index01_visual_swiper_root .swiper-slide{
    width: 20%;
    margin-left: 4%;
  }
  .index01_visual_swiper_root .swiper-slide-active{
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .index01_content_note_box{
    gap: 5%;
  }
  .index01_content_note_box article b {
    font-size: 0.32rem;
  }
  .index02_table_fill {
    padding: 20px 35px 35px;
  }
  .index02_table tr, .index02_table th, .index02_table td{
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .index02_table th, .index02_table td{
    padding: 10px 0;
  }
  .index02_table th{
    border-bottom: 1px solid #BCBCBC;
    font-size: 0.2rem;
  }
  .index02_table td{
    padding-bottom: 15px;
  }
  .index07_button_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  h2 {
    font-size: 0.6rem;
  }
  .virtual_break{
    display: block;
  }
  .index01_visual_box {
    padding-bottom: 20%;
  }
  .index01_visual_swiper_main_box{
    height: 100%;
  }
  .index01_visual_swiper_main{
    height: 100%;
  }
  .index01_visual_swiper_root_box{
    display: none;
  }
  .index01_visual_swiper_root {
    margin-top: 25px;
  }
  .index01_content_note_box{
    display: block;
  }
  .index01_content_fill {
    padding-bottom: 125px;
  }
  .index01_content_box img {
    max-width: 450px;
    margin: 45px auto 0;
  }
  .index01_content_title_box b {
    padding: 0px 20px 2px;
    margin-bottom: 15px;
  }
  .index01_content_title_box b span {
    font-size: 0.53rem;
    line-height: 90px;
  }
  .index01_content_box {
    padding-top: 65px;
    margin-bottom: 40px;
  }
  .index01_content_box img {
    max-width: 350px;
    margin-top: 25px;
  }
  .index01_bullet_box {
    grid-template-columns: 1fr 110px;
    width: calc(100% - 20px);
  }
  .index01_bullet_list {
    gap: 7px;
  }
  .index01_bullet_list li:nth-child(1) {
    margin-right: 4px;
  }
  .index01_skill_list {
    padding-left: 80px;
  }
  .index01_skill_fill {
    height: calc(100% - 45px);
    left: -35px;
  }
  .index01_skill_fill_scroll img {
    left: -63px;
    width: 55px;
  }
  .index02 {
    padding-bottom: 95px;
  }
  .index02 h2{
    margin-bottom: 10px;
  }
  .index02_md_txt {
    font-size: 0.28rem;
  }
  .index02_bullet_box {
    grid-template-columns: 25% 140px 1fr;
    width: 60%;
    gap: 15px;
  }
  .index02_bullet_line_left_box {
    height: 50px;
  }
  .index02_bullet_list {
    gap: 7px;
    margin-top: -22px;
  }
  .index02_bullet_list li:nth-child(3) {
    margin: 0 6px;
  }
  .index02_table_fill {
    padding: 10px 25px 30px;
  }
  .index02_table th {
    font-size: 0.18rem;
  }
  .index02_table td {
    font-size: 0.16rem;
  }
  .index03 {
    padding-top: 50px;
  }
  .index03_heading_box {
    margin-bottom: 60px;
  }
  .index03_heading_flex {
    display: block;
  }
  .index03_heading_flex b {
    font-size: 0.31rem;
    margin-top: 15px;
  }
  .index03_fearure_scroll_wrapper {
    padding-bottom: 90px;
  }
  .index03_fearure_list li {
    grid-template-rows: auto auto 1fr;
    width: 385px;
    padding: 13px 13px 30px;
  }
  .index03_fearure_list b {
    font-size: 0.22rem;
  }
  .index03_fearure_list img {
    aspect-ratio: 1/1;
  }
  .index03_fearure_list span {
    top: -25px;
    left: -15px;
    width: 80px;
    font-size: 0.35rem;
  }
  .index03_fearure_fill_scroll {
    width: calc(100% - 50px);
  }
  .index03_fearure_fill_scroll img {
    top: 150px;
    width: 55px;
    right: -25px;
  }
  .index03_fearure_list {
    padding-right: 100px;
  }
  .index04 {
    padding-bottom: 90px;
  }
  .index04_heading_box{
    display: block;
    margin-bottom: 45px
  }
  .index04_heading_box a{
    max-width: max-content;
    margin-left: auto;
  }
  .index04_news_swiper_box {
    padding-left: 90px;
  }
  .index04_news_swiper_box .swiper-button-next {
    width: 50px;
    left: 4%;
  }
  .index05 {
    padding-top: 80px;
    padding-bottom: 55px;
  }
  .index05_heading_box {
    margin-bottom: 45px;
  }
  .index05_bullet_box {
    grid-template-columns: 130px 1fr;
    gap: 10px;
  }
  .index05_bullet_list {
    gap: 8px;
  }
  .index05_bullet_list li:nth-child(1) {
    margin-right: 5px;
  }
  .index06_heading_fill b {
    font-size: 0.22rem;
    line-height: 1.6;
  }
  .index07_button_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .index07_button_list a {
    min-height: 115px;
  }
  .index07_button_list b {
    font-size: 0.23rem;
    margin-bottom: 5px;
  }
  .index07_button_list img {
    width: 30px;
  }
  .index07_heading_box {
    margin-bottom: 35px;
  }
  .index07_heading_box b {
    font-size: 0.22rem;
    line-height: 1.6;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  h2 {
    font-size: 0.55rem;
  }
  .index01_content_title_box b span {
    font-size: 0.4rem;
    line-height: 70px;
  }
  .index01_content_fill_box {
    width: 90%;
  }
  .index01_content_box img {
    max-width: 240px;
    margin-top: 45px;
    margin-right: 21%;
  }
  .index01_content_note_box article b {
    font-size: 0.26rem;
  }
  .index01_content_note_box article p {
    font-size: 0.16rem;
  }
  .index01_visual_title_box p {
    margin-left: 15px;
  }
  .index01_skill_fill {
    height: calc(100% - 65px);
  }
  .index01_skill_list li {
    width: 325px;
  }
  .index01_skill_list figure figcaption {
    font-size: 0.55rem;
  }
  .index02_md_txt {
    font-size: 0.24rem;
  }
  .index02_bullet_box {
    grid-template-columns: 25% 110px 1fr;
    width: 87%;
    gap: 15px;
    margin-top: 25px;
  }
  .index02_bullet_list {
    gap: 5px;
    margin-top: -18px;
  }
  .index02_bullet_list li:nth-child(3) {
    margin: 0 4px;
  }
  .index03_fearure_fill_scroll{
    top: 25px;
  }
  .index03_heading_box {
    margin-bottom: 20px;
  }
  .index04_news_swiper_box {
    padding-left: 30px;
  }
  .index04_news_swiper_box .swiper-button-next {
    width: 40px;
    left: 10px;
    top: 33%;
  }
  .index05_bullet_box {
    grid-template-columns: 100px 1fr;
    width: 55%;
  }
  .index05_bullet_list {
    gap: 6px;
  }
  .index05_bullet_list li:nth-child(1) {
    margin-right: 3px;
  }
  .index07 {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}