@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Noto+Sans+JP:wght@300;400&display=swap'); */
/*font-family: 'Lato', sans-serif;
font-family: 'Noto Sans JP', sans-serif;*/
/*===============================================================*/
/*  Copyright (C) 2009 Branding Technology All Rights Reserved.  */
/*===============================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6em;
}
img {
  vertical-align: bottom;
  flex-shrink: 0;
  max-width: 100%;
}
a {
  color: #e3002a;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
table {
  width: 100%;
}
p {
  margin-bottom: 1.85em;
  line-height: 2em;
}
p:last-child {
  margin-bottom: 0;
}
dd, td, th, li {
  line-height: 1.6em;
}
button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.section {
  padding: 0 0 0 0;
  margin: 0 0 100px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.section .section {
  padding: 0 0 0;
  margin: 0 0 30px 0;
}
.section:last-child {
  margin-bottom: 0;
}
.image-l {
  float: left;
  margin: 0 60px 20px 0;
}
.image-r {
  float: right;
  margin: 0 0 20px 60px;
}
.d-flex {
  display: flex;
}
.d-flex-column {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu_scroll_list_items {
  width: 960px;
  height: 100%;
  background: #e6edf5;
  padding: 220px 100px 16px 100px;
}
.hd_menu_scroll_list .hd_item {
  width: 184px;
  padding: 94px 0 0 0;
  margin-right: 86px;
}
.hd_menu_scroll_list .hd_item li a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 0.07em;
  line-height: 1em;
  margin: 0 0 60px 70px;
  font-weight: 500;
}
.hd_menu_scroll_list .hd_menu_item {
  width: 460px;
}
.hd_menu_item .hd_ttl {
  font-size: 24px;
  color: #1b2543;
  padding: 2px 0 27px 22px;
  margin-bottom: 40px;
  line-height: 1em;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #7a899b;
  font-weight: 500;
}
.hd_menu_item .hd_menu_row li a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 0px 0 20px 25px;
  color: #333;
  line-height: 1em;
  letter-spacing: 0.07em;
}
.hd_menu_scroll_list .hd_menu_item:last-child {
  width: 680px;
  margin: 58px 0 0 50px;
}
.hd_menu_scroll_list .hd_menu_item .hd_i02 {
  padding-left: 77px;
}
/*=============================G L O B A L=============================*/
html {
  background: #fff;
}
body {
  color: #333333;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
#wrapper {
  min-width: 1230px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
#menu-toggle {
  width: 120px;
  margin: 0 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  background: rgba(17, 17, 17, 0.9);
  z-index: 1300;
  top: 5px;
  right: 5px;
  display: block;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 34%;
  transform: rotate(0deg);
}
#menu-toggle span:nth-child(1) {
  top: 30px;
}
#menu-toggle span:nth-child(2), #menu-toggle span:nth-child(3) {
  top: 45px;
  transition: all 0.3s ease;
}
#menu-toggle span:nth-child(4) {
  top: 60px;
}
#menu-toggle.open span:nth-child(1) {
  top: 20px;
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
#menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
/* #menu-toggle.open span:nth-child(4) {
    top: 20px;
    width: 0%;
    left: 50%;
} */
#menu-toggle::before {
  content: "MENU";
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  position: absolute;
  color: rgb(255, 255, 255);
}
.to-top {
  position: fixed;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: #55c2d9;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  cursor: pointer;
  border: solid 1px #42bbd5;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.to-top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.to-top:before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotateZ(-45deg);
  position: absolute;
  left: 22px;
  top: 20px;
}
.to-top:after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotateZ(-45deg);
  position: absolute;
  left: 22px;
  top: 30px;
}
.open-nav .h-navigation {
  opacity: 1;
  visibility: visible;
}
.h-navigation {
  position: fixed;
  z-index: 9;
  left: 0;
  max-width: 1920px;
  width: 100%;
  top: 0px;
  height: calc(100vh - 0px);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  background: #e6edf5;
}
.hd_menu_pc_srcoll .img_menu_scroll {
  width: 960px;
  /* height: 900px; */
  margin-bottom: 0;
}
/*============================= H_E_A_D_E_R =============================*/
.idx_header .logo_link {
  width: 306px;
  display: block;
  margin: 15px 0px 0px 17px;
}
.idx_header {
  position: fixed;
  width: 100%;
  justify-content: space-between;
  z-index: 10;
    top:0;
}
.idx_menu .idx_hd_call {
  width: 350px;
  background: rgba(31, 81, 142, 0.9);
}
.idx_menu .idx_hd_computer {
  width: 240px;
  background: rgba(13, 24, 57, 0.9);
}
.idx_hd_call_link {
  text-decoration: none;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.idx_hd_call_link .number {
  font-size: 28px;
  display: block;
  position: relative;
  letter-spacing: 0.08em;
  padding-left: 34px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  color: #fff;
  line-height: 1em;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.idx_hd_call_link .number::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/top_icon_phone.png) no-repeat left;
  background-size: contain;
  width: 20px;
  height: 24px;
  top: 34px;
  left: 60px;
}
.idx_hd_call_link .txt {
  display: block;
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: 0.07em;
}
.idx_hd_computer_link {
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 29px 0px 14px 0px;
}
.idx_hd_computer_link .img {
  width: 27px;
  display: block;
  margin: 0 auto;
}
.manvisual {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.manvisual_img {
  margin-bottom: 0;
}
.idx_hd_computer_link .txt {
  font-size: 20px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  line-height: 2.8em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.manvisual_box .manvisual_box_item {
  width: 960px;
  height: 850px;
  /* background: url(../images/top_banner_01.jpg) no-repeat center; */
  padding: 120px 0px 0px 0px;
  overflow: hidden;
}
/* .manvisual_box .manvisual_box_item:nth-child(2n+2){
    background: url(../images/top_banner_02.jpg) no-repeat center;
} */
.manvisual_box_item h2 {
  padding: 0px 0px 0px;
}
.idx_h2 .slider_textAnime {
  position: relative;
  top: 0;
  padding-right: 0.08em;
  will-change: transform;
  transform-origin: top;
  display: block;
}
.h2_animate.animated .slider_textAnimeFast {
  animation: slideText 1s ease-in-out 0s both;
}
.h2_animate.animated .slider_textAnime {
  transform: translateY(2em);
}
.manvisual_box_item h2 .slider_textAnimeWra {
  font-size: 70px;
  font-weight: lighter;
  font-family: 'Lato', sans-serif;
  line-height: 1em;
  margin: 0px 0px 10px 148px;
  letter-spacing: 0.02em;
  display: inline-block;
  overflow: hidden;
  position: relative;
  will-change: opacity;
  color: #fff;
}
.manvisual_box_item h2 .slider_textAnimeWra::after {
  position: absolute;
  content: "";
  width: 640px;
  height: 4px;
  background: #fff;
  left: 8px;
  bottom: 8px;
}
.manvisual_box_item .txt {
  width: 640px;
  font-size: 36px;
  text-align: left;
  color: #fff;
  /* font-family: 'Noto Sans JP', sans-serif; */
  margin: 18px auto;
  line-height: 1.6em;
  letter-spacing: 0.07em;
  padding: 0px 0px 4px 16px;
  font-weight: bold;
}
.manvisual_box_item.right .img {
  /* width: 308px; */
  width: 500px;
  margin: 122px 0px 0px 160px;
}
.manvisual_box_item.right .txt {
  /* padding: 0px 0px 4px 0px; */
  letter-spacing: 0.1em;
}
.idx_box_recruit {
  position: absolute;
  content: "";
  width: 270px;
  background: #dfcfa1;
  z-index: 2;
  padding: 18px 17px 32px 74px;
  bottom: -59px;
  left: 185px;
  margin-bottom: 0;
  line-height: 1.2em;
  display: block;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.idx_box_recruit a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.idx_box_recruit .ttl {
  font-size: 40px;
  font-weight: lighter;
  font-family: 'Lato', sans-serif;
  color: #8f6e8a;
  margin-bottom: 0;
  line-height: 1.3em;
  padding-left: 2px;
  letter-spacing: -0.02em;
}
.idx_box_recruit .color_pink {
  color: #df4c9b;
}
.indx_b01_right_des .ttl01 .triangle {
  color: #0d1839;
}
.indx_b01_right_des .txt {
  font-size: 13px;
}
.indx_b01_right_des .ttl01, .ttl02 {
  font-size: 14px;
}
.idx_box_recruit .txt {
  font-size: 18px;
  color: #333;
  display: block;
  margin-bottom: 0;
  line-height: 1em;
  letter-spacing: 0.15em;
  padding-left: 6px;
  font-weight: 500;
  /* font-family: 'Noto Sans JP', sans-serif; */
}
.idx_box_recruit::before {
  position: absolute;
  content: "";
  background: url(../images/top_icon_people01.avif) no-repeat center;
  background-size: contain;
  width: 105px;
  height: 136px;
  left: -26px;
  bottom: -1px;
}
.idx_box_recruit::after {
  position: absolute;
  content: "";
  background: url(../images/top_arrow_right_rgba.avif) no-repeat center;
  background-size: cover;
  width: 142px;
  height: 130px;
  left: -14px;
  bottom: -10px;
  z-index: -1;
}
.indx_b11_list_btn h4 {
  padding-bottom: 0;
}
.indx_b01 {
  background: #f0f1f2;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
.indx_b01_left {
  width: 1330px;
  background: #336098;
  margin-top: 100px;
  padding: 30px 0 30px 360px;
}
.indx_b01_right {
  width: 590px;
  background: #fff;
  padding: 44px 20px 8px 20px;
}
.indx_b01_right .img {
  width: 500px;
  margin: 0 auto;
}
.indx_b01_item01 {
  width: 280px;
  position: relative;
}
.indx_b01_item02 .top_txt01 {
  font-size: 20px;
}
.indx_b01_item01 .txt {
  font-size: 16px;
  color: #fff;
  /* font-family: 'Noto Sans JP', sans-serif; */
  margin-bottom: 27px;
  letter-spacing: 0.15em;
  padding-top: 18px;
  line-height: 1.6em;
  font-weight: bold;
}
.indx_b01_item01 .txt .top_txt01 {
  font-size: 20px;
}
.indx_b01_item01 .number {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  position: relative;
  padding-left: 28px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.indx_b01_item01 .number::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/top_icon_phone.png) no-repeat left;
  background-size: contain;
  width: 20px;
  height: 24px;
  top: 10px;
  left: -1px;
}
.indx_b01_item02 {
  width: 260px;
  background: #0d1839;
  color: #fff;
  text-align: center;
  padding: 29px 0px 20px 0px;
  position: relative;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.indx_b01_item02 a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.indx_b01_item02 .img {
  width: 35px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.indx_b01_item02 .txt {
  font-size: 16px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  letter-spacing: 0.15em;
  font-weight: bold;
}
.indx_b01_item03 {
  height: 140px;
  background: url(../images/top_img_01.avif) no-repeat center;
  background-size: cover;
  align-self: center;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.indx_b01_item03 a {
  position: absolute;
  display: block;
  bottom: 0;
  right: -0;
  width: 100%;
  height: 100%;
}
.indx_b01_item03 a::after {
  position: absolute;
  content: "";
  background: url(../images/top_logo_box.avif) no-repeat center;
  background-size: cover;
  bottom: 0;
  right: 0;
  width: 122px;
  height: 22px;
}
.indx_b01_item03 .img {
  width: 138px;
  margin: 17px 0 1px 16px;
}
.indx_b01_item03 .txt {
  font-size: 24px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: #333;
  padding-left: 12px;
  font-weight: bold;
}
.indx_b01_item03 .txt .color_blue {
  color: #0251ac;
}
.indx_b01_item04 {
  height: 140px;
  background: url(../images/top_img_01.avif) no-repeat center;
  background-size: cover;
  align-self: center;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.indx_b01_item04 a {
  position: absolute;
  display: block;
  bottom: 0;
  right: -0;
  width: 100%;
  height: 100%;
}
.indx_b01_item04 a::after {
  position: absolute;
  content: "";
  background: url(../images/top_logo_box.avif) no-repeat center;
  background-size: cover;
  bottom: 0;
  right: 0;
  width: 122px;
  height: 22px;
}
.indx_b01_item04 .img {
  width: 138px;
  margin: 17px 0 1px 16px;
}
.indx_b01_item04 .txt {
  font-size: 24px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: #333;
  padding-left: 12px;
  font-weight: bold;
}
.indx_b01_item04 .txt .color_blue {
  color: #0251ac;
}
.indx_b01_right_des {
  padding: 9px 0 0 23px;
}
.indx_b01_right_des .ttl01 {
  letter-spacing: -0.03em;
  line-height: 2.1em;
}
.indx_b01_right_des .ttl02 {
  letter-spacing: -0.06em;
  line-height: 2.1em;
  letter-spacing: 0.1em;
}
.indx_b01_right_des .txt01 {
  line-height: 1.1em;
  letter-spacing: -0.04em;
  margin-right: 15px;
  font-size: 14px;
}
.indx_b01_right_des .txt02 {
  line-height: 1.1em;
  letter-spacing: -0.04em;
}
.indx_b02_left {
  padding-bottom: 80px;
  position: relative;
}
.indx_b02_box {
  width: 540px;
  position: relative;
}
h3 .ttl {
  font-size: 80px;
  font-weight: lighter;
  font-family: 'Lato', sans-serif;
  /* color: #6f7d8f; */
  color: #f17a987d;
  display: block;
  line-height: 2em;
  padding: 46px 0 100px 0;
  letter-spacing: 0.01em;
}
h3 .ttl .color_blue {
  /* color: #1b2543; */
  color: #ee91a8;
}
h3 .des {
  font-size: 20px;
  color: #333;
  /* font-family: 'Noto Sans JP', sans-serif; */
  letter-spacing: 0.08em;
}
h3 .ttl.i02 {
  font-size: 42px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 400;
  color: #1b2543;
  line-height: 1.5em;
  padding: 10px 0 60px 0px;
  letter-spacing: 0.06em;
}
.indx_b02_box .txt {
  letter-spacing: 0.07em;
  color: #333;
}
.indx_b02_left .image-r {
  position: absolute;
  top: 220px;
  right: -360px;
  width: 920px;
  height: 580px;
  z-index: 1;
}
.indx_b02 {
  position: relative;
}
.indx_b02::after {
  position: absolute;
  content: "";
  width: 590px;
  height: 1690px;
  background: #e6edf5;
  top: -0px;
  right: 0;
  z-index: -1;
}
.indx_b02_right .img {
  width: 500px;
  margin-right: 160px;
  position: relative;
  display: flex;
  flex-shrink: 0;
}
.indx_b02_right .img::before {
  position: absolute;
  content: "";
  background: #f0f1f2;
  width: 500px;
  height: 600px;
  top: -100px;
  left: -100px;
  z-index: -1;
}
.indx_b02_right {
  position: relative;
  z-index: 1;
  padding: 100px 0 0 0;
  margin-bottom: 120px;
}
.indx_b02_right::before {
  position: absolute;
  content: "";
  background: url(../images/top_background_img01.avif) no-repeat center;
  background-size: cover;
  width: 1560px;
  height: 200px;
  bottom: -111px;
  left: -360px;
  z-index: -1;
}
.indx_b02_right .txt.i01 {
  padding-top: 0px;
}
.indx_b02_right .txt {
  letter-spacing: 0.07em;
}
.indx_movie {
  padding: 120px 0 0;
}
.indx_movie h3 .ttl {
  padding-bottom: 50px;
}
.indx_movie .movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.indx_movie .movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indx_b03_box {
  position: relative;
  z-index: 1;
  padding-bottom: 118px;
}
.indx_b03_box h3 .ttl {
  padding: 38px 0 19px 0px;
}
.indx_b03_box .txt {
  padding: 260px 0 0 85px;
  width: 650px;
  display: block;
  letter-spacing: 0.08em;
  color: #333;
}
.indx_b04 {
  position: relative;
}
.indx_b04_box::before {
  position: absolute;
  content: "";
  background: #f0f1f2;
  width: 590px;
  bottom: 100%;
  height: 322px;
  left: 0;
  z-index: -2;
  display: block;
}
.indx_b04_box.indx_b07_box::before {
  position: absolute;
  content: "";
  background: #f0f1f2;
  width: 590px;
  bottom: auto;
  top: -500px;
  height: 2278px;
  left: 0;
  z-index: -2;
  display: block;
}
.indx_b04_box {
  background: url(../images/top_content_img03.avif) no-repeat top center;
  max-width: 1920px;
  padding: 163px 0 0 0;
  position: relative;
  display: block;
  margin: 0 auto 180px;
}
.indx_b04_box.indx_b05_box {
  background: url(../images/top_content_img04.avif) no-repeat top center;
  height: 700px;
}
.indx_b05_box .idx_box_info_right .txt {
  margin-bottom: 30px;
}
.indx_b04_box.indx_b05_box .idx_box_info_right.left {
  padding: 75px 50px 47px;
}
.indx_b04_box.indx_b05_box h4 .ttl01 {
  line-height: 2.1em;
}
.indx_b04_box.indx_b05_box h4 .ttl02 {
  line-height: 1.1em;
}
.indx_b04_box.indx_b05_box h4 {
  padding-bottom: 8px;
}
.indx_b04_box.indx_b06_box {
  background: url(../images/top_content_img05.avif) no-repeat top left;
}
.indx_b04_box.indx_b07_box {
  background: url(../images/top_content_img07.avif) no-repeat top right;
  margin-bottom: 219px;
}
.indx_b04_box.indx_b06_box .idx_box_info_right .txt {
  margin-bottom: 30px;
}
.indx_b04_box.indx_b06_box .idx_btn_box_info {
  width: 380px;
  padding: 19px 10px 18px 10px;
}
.indx_b04_box.indx_b05_box .idx_item_before_number .txt {
  padding: 3px 0 0 27px;
}
.indx_b04_box.indx_b06_box .idx_item_before_number .txt {
  padding: 3px 0 0 44px;
}
.indx_b04_box.indx_b07_box::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -48px;
  left: 0;
  background: url(../images/top_content_img08.avif) no-repeat top right;
  background-size: contain;
  width: 590px;
  height: 400px;
  z-index: -1;
}
.indx_b04_box.indx_b06_box::after {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  right: 0;
  background: url(../images/top_content_img06.avif) no-repeat top right;
  background-size: contain;
  width: 520px;
  height: 520px;
  z-index: -1;
}
.indx_b04_box .idx_item_before_number {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 0;
  background: #495063;
  color: #fff;
  padding: 49px 60px 48px 44px;
  width: 590px;
}
.indx_b04_box .idx_item_before_number.right {
  right: 0;
  left: auto;
}
.idx_item_before_number .number {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 100px;
  color: #8394a9;
  font-weight: lighter;
  line-height: 0.83em;
}
.idx_item_before_number .txt {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  color: #fff;
  line-height: 0.9em;
  align-self: center;
  padding: 3px 0 0 35px;
  font-weight: 400;
}
.indx_b04_box .idx_box_info_right {
  width: 680px;
  padding: 63px 50px 40px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 0 0 auto;
  position: relative;
  bottom: 0px;
}
.indx_b04_box .idx_box_info_right.left {
  margin: 0 auto 0 0;
  bottom: 10px;
  padding: 70px 50px 40px;
}
.indx_b04_box.indx_b07_box .idx_box_info_right.left {
  padding: 70px 50px 48px;
}
.indx_b04_box.indx_b07_box h4 .ttl01 {
  line-height: 1.8em;
}
.indx_b04_box.indx_b07_box h4 {
  padding-bottom: 12px;
}
.indx_b04_box.indx_b07_box .idx_box_info_right .txt {
  margin-bottom: 30px;
}
.indx_b04_box.indx_b07_box .idx_item_before_number {
  bottom: -47px;
  padding: 46px 60px 50px 44px;
}
.indx_b04_box.indx_b07_box .idx_item_before_number .txt {
  padding: 3px 0 0 20px;
}
h4 {
  text-align: center;
  /* font-family: 'Noto Sans JP', sans-serif; */
  padding-bottom: 26px;
}
h4 .ttl01 {
  font-size: 28px;
  color: #333;
  line-height: 1.5em;
}
h4 .ttl02 {
  font-size: 40px;
  color: #142559;
  line-height: 1.3em;
  font-weight: bold;
}
.idx_box_info_right .txt {
  color: #333;
  letter-spacing: 0.07em;
  margin-bottom: 15px;
}
.idx_btn_box_info {
  width: 360px;
  background: #1b2543;
  text-align: center;
  color: #fff;
  padding: 18px 10px 17px 10px;
  align-self: center;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  margin-bottom: 40px !important;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  display: block;
  margin: auto;
  position: relative;
}
.idx_btn_box_info::after {
  position: absolute;
  content: "";
  background: url(../images/idx_icon_btn.avif) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 7px;
  top: 30px;
  right: 13px;
}
.idx_b08_box {
  padding-bottom: 0px;
  position: relative;
  margin-bottom: 80px;
}
.idx_b08_box::before {
  position: absolute;
  content: "";
  background: url(../images/top_background_img01_02.avif) no-repeat center;
  background-size: contain;
  width: 1330px;
  height: 180px;
  bottom: -180px;
  right: 0px;
  z-index: 3;
}
.idx_b08_lists .idx_b08_item {
  width: 530px;
  margin: 0 140px 50px 0;
}
.idx_b08_lists.idx_b08_lists_cus .idx_b08_item {
  margin-bottom: 0;
}
.idx_b08_lists .idx_b08_item:nth-child(2n+2) {
  margin-right: 0;
}
.idx_b08_item .img {
  width: 530px;
}
.item_info_ttl {
  position: relative;
}
.item_info_ttl::before {
  position: absolute;
  content: "";
  width: 590px;
  height: 180px;
  background: #495063;
  top: -110px;
  left: -30px;
  z-index: -1;
}
.idx_b08_bf_ttl {
  position: absolute;
  display: block;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.item_info_ttl .number {
  font-family: 'Lato', sans-serif;
  font-size: 100px;
  font-weight: lighter;
  color: #8394a9;
  display: block;
  line-height: 1em;
  padding-bottom: 6px;
}
.item_info_ttl .ttl {
  font-size: 24px;
  color: #fff;
}
.ttl01.idx_b08_item {
  margin: 0;
}
.idx_b08_item h4 {
  padding-bottom: 28px;
  padding-top: 94px;
}
.idx_b08_item h4.i01 {
  padding-bottom: 17px;
}
.idx_b08_item .txt {
  letter-spacing: 0.08em;
}
.idx_b08_item .idx_btn_box_info {
  margin-bottom: 20px !important;
}
.idx_b08_item .ttl02.i01 {
  line-height: 1.3em;
}
.indx_b09 .idx_b09_imgtheme {
  max-width: 1920px;
  width: 100%;
}
.idx_b09_top h3 {
  text-align: center;
}
.idx_b09_top .txt {
  text-align: center;
  letter-spacing: 0.06em;
}
.idx_b09_list {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto 80px;
}
.idx_b09_list .idx_b09_item {
  width: 820px;
  margin: 0 70px;
}
.idx_b09_top h3 .ttl {
  padding: 58px 0 10px 0;
  line-height: 1em;
}
.idx_b09_top h3 .ttl.i02 {
  padding: 36px 0 52px 0px;
  letter-spacing: 0.07em;
}
.idx_b09_item_img {
  position: relative;
}
.idx_b09_item_img .img {
  width: 400px;
  height: 320px;
}
.idx_b09_item_img .img.befo {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.idx_b09_item_img .img:nth-child(2n+2) {
  margin-top: 100px;
  margin-bottom: 0;
}
.idx_b09_top {
  margin-bottom: 113px;
}
.idx_b09_item .idx_b09_item_img {
  justify-content: space-between;
}
.idx_b09_item .item_info_ttl::before {
  content: none;
}
.idx_b09_item h4 {
  padding: 14px 0 28px;
}
.idx_b09_item .txt {
  padding: 0 21px 0;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}
.idx_list_btn p {
  margin-bottom: 0;
}
.link_item_new a {
  text-decoration: none;
}
.idx_list_btn {
  justify-content: space-evenly;
  padding: 0 141px;
}
.idx_list_btn .idx_btn_box_info {
  width: 260px;
}
.indx_b10 {
  max-width: 1920px;
  width: 100%;
  background: url(../images/top_background_img02.avif) no-repeat top center;
  background-size: cover;
  position: relative;
  margin: 0 auto 80px;
}
.indx_b10.indx_b12 {
  background: url(../images/top_background_img03.avif) no-repeat top center;
  margin-bottom: 130px;
}
.indx_b10.indx_b13 {
  background: #dfcfa1;
  margin-bottom: 100px;
  z-index: 0;
}
.indx_b10::after {
  position: absolute;
  content: "";
  background: url(../images/top_font_pick_up.avif) no-repeat top center;
  background-size: contain;
  width: 92px;
  height: 435px;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
}
.indx_b10.indx_b12::after {
  right: 27px;
  left: auto;
}
.indx_b10_info.idx_w_max {
  width: 100%;
}
.indx_b10_info {
  width: 778px;
  margin-right: auto;
  align-self: center;
}
.indx_b10.indx_b12 .indx_b10_info {
  margin-right: 0;
  margin-left: auto;
}
.indx_b10_info h4 {
  font-size: 40px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: #fff;
  font-weight: 400;
  padding-bottom: 40px;
}
.indx_b10_info .txt {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.07em;
  margin-bottom: 50px;
}
.indx_b10 .inner {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.indx_b10 .idx_btn_box_info {
  background: none;
  border: 1px solid #fff;
}
.indx_b10_list_img {
  position: absolute;
  width: 600px;
  top: 70px;
  right: -320px;
}
.indx_b10_list_img .indx_item .img {
  margin-bottom: 0;
}
.indx_b10_list_img .indx_item {
  position: relative;
  width: 280px;
  bottom: -242px;
  left: 60px;
}
.indx_b10_list_img .indx_item:nth-child(2n+2) {
  bottom: 0px;
  left: 0px;
}
.indx_b10_list_img .txt.befo {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 20px 11px 20px;
  letter-spacing: 0.08em;
  background: #1d979f;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.indx_b11 .item_info_ttl::before {
  background: #e6edf5;
  width: 530px;
  height: 100px;
  left: 0px;
}
.indx_b11 .img.befo {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.indx_b11 .idx_b08_bf_ttl {
  top: 11px;
}
.indx_b11 .idx_b08_item h4 {
  padding-top: 35px;
}
.indx_b11 .idx_b08_item.idx_col_pink h4 .ttl02 {
  letter-spacing: -0.06em;
  color: #ee91a8;
}
.indx_b11 .idx_list_btn {
  padding: 0;
}
.indx_b11 .idx_b08_item .txt.i01 {
  margin-bottom: 62px;
}
.indx_b11 .idx_b08_box::before {
  content: none;
}
.indx_b11 .indx_b11_list_btn li {
  background: #e6edf5;
}
.indx_b11 .indx_b11_list_btn li:nth-child(2n+2) {
  background: #f4f8f9;
}
.indx_b11_list_btn .link_btn_item {
  width: 240px;
  text-decoration: none;
  padding: 39px 10px 45px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  height: 100%;
  text-transform: uppercase;
}
.indx_b11_list_btn .link_btn_item .img {
  width: 120px;
  margin: 0 auto 27px;
}
.indx_b11_list_btn .link_btn_item .ttl01 {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.indx_b11_list_btn .link_btn_item .ttl02 {
  font-size: 16px;
  color: #142559;
  font-weight: 500;
  /* font-family: 'Noto Sans JP', sans-serif; */
  text-align: center;
}
.indx_b11 .idx_b08_box {
  margin-bottom: 80px;
}
.indx_b11 .idx_b08_box.idx_b08_box_cus {
  margin-bottom: 0;
}
.indx_b11 {
  margin-bottom: 50px;
}
.indx_b11.indx_b11_cus {
  margin-top: 100px;
}
.indx_b10.indx_b12 .indx_b10_list_img .img {
  width: 640px;
}
.indx_b10.indx_b12 .indx_b10_list_img {
  width: 640px;
  left: -280px;
  right: auto;
  top: 60px;
}
.indx_b10.indx_b12 .inner {
  padding-top: 105px;
}
.indx_b10.indx_b13 .indx_b10_list_img .indx_item {
  bottom: 21px;
  left: auto;
}
.indx_b10.indx_b13 .indx_b10_list_img .indx_item:nth-child(2n+2) {
  width: 300px;
  bottom: -160px;
  right: -60px;
}
.indx_b10.indx_b13 .indx_b10_list_img {
  width: 560px;
  right: -280px;
}
.indx_b10.indx_b13::after {
  content: none;
}
.indx_b10.indx_b13 .indx_b10_info {
  margin: 0 auto;
  position: relative;
}
.indx_b10.indx_b13 .indx_b10_info .txt {
  text-align: center;
  color: #333;
}
.indx_b10.indx_b13 .indx_b10_info .ttl02 {
  color: #333;
  font-size: 40px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 500;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-align: center;
}
.indx_b10.indx_b13 .idx_btn_box_info {
  background: #1b2543;
  border: none;
}
.indx_b10.indx_b13 .inner {
  padding-top: 87px;
  padding-bottom: 48px;
}
.indx_b10.indx_b13 .indx_b10_info .ttl01 {
  position: absolute;
  content: "";
  font-size: 80px;
  color: #8f6e8a;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
}
.indx_b10.indx_b13 .indx_b10_info .ttl01 .color_pink {
  color: #df4c9b;
}
.indx_b10.indx_b13 .indx_b08_img_left_befo {
  position: absolute;
  width: 599px;
  height: 412px;
  top: 63px;
  left: -361px;
}
.indx_b08_img_left_befo::before {
  position: absolute;
  content: "";
  background: url(../images/top_iconbackground_img_20_01.avif) no-repeat top center;
  background-size: contain;
  top: -64px;
  left: 30px;
  width: 300px;
  height: 225px;
  z-index: -1;
}
.indx_b08_img_left_befo::after {
  position: absolute;
  content: "";
  background: url(../images/top_iconbackground_img_20_02.avif) no-repeat top center;
  background-size: contain;
  bottom: -70px;
  right: -76px;
  width: 209px;
  height: 162px;
  z-index: -1;
}
.indx_b10.indx_b13 .indx_b10_list_img::before {
  position: absolute;
  content: "";
  background: url(../images/top_iconbackground_img_20_03.avif) no-repeat top center;
  background-size: contain;
  bottom: -90px;
  left: 150px;
  width: 80px;
  height: 90px;
  z-index: -1;
}
.indx_b10.indx_b13 .indx_b10_list_img::after {
  position: absolute;
  content: "";
  background: url(../images/top_iconbackground_img_20_04.avif) no-repeat top center;
  background-size: contain;
  bottom: -140px;
  left: 190px;
  width: 230px;
  height: 310px;
  z-index: -2;
}
.indx_b10.indx_b13 .indx_b10_list_img .indx_item::before {
  position: absolute;
  content: "";
  background: url(../images/top_iconbackground_img_20_05.avif) no-repeat top center;
  background-size: contain;
  bottom: -140px;
  left: -88px;
  width: 200px;
  height: 146px;
  z-index: -1;
}
.indx_b10.indx_b13 .indx_b10_list_img .indx_item:nth-child(2n+1)::before {
  content: none;
}
.indx_b10.indx_b13 .indx_b10_list_img .indx_item:nth-child(2n+1)::after {
  content: none;
}
.indx_b14 .indx_b14_box_new {
  justify-content: space-between;
}
.indx_b14_box_new .info_box_new {
  width: 220px;
  align-self: center;
}
.info_box_new .ttl_box_new {
  font-size: 36px;
  color: #f17a987d;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1em;
  padding-bottom: 10px;
}
.info_box_new .ttl_box_new .color_blue {
  color: #ee91a8;
}
.info_box_new .txt_box_new {
  font-size: 20px;
  color: #1b2543;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 500;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  padding-bottom: 57px;
}
.info_box_new .idx_btn_box_info {
  width: 100%;
  padding: 15px 10px 16px 10px;
  margin-bottom: 0 !important;
  line-height: 1em;
  letter-spacing: -0.06em;
}
.info_box_new .idx_btn_box_info::after {
  top: 20px;
}
.indx_b14 .list_items_new {
  width: 920px;
  border-top: 2px solid #6f7d8f;
}
.img_menu_scroll img {
  height: 100%;
  object-fit: cover;
}
.list_items_new .link_item_new {
  text-decoration: none;
  padding: 26px 13px 25px 13px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #6f7d8f;
}
.list_items_new .link_item_new:not(:last-child) {
  border-bottom: 2px solid #B7BEC7;
}
.link_item_new .idx_date {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  margin-right: 16px;
  letter-spacing: 0.06em;
}
.link_item_new .idx_ttl {
  width: 140px;
  font-size: 12px;
  color: #fff;
  background: #1f518e;
  text-align: center;
  align-self: center;
  margin-right: 16px;
  padding: 6px 20px 5px;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  line-height: 1.3em;
}
.link_item_new .idx_txt {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.07em;
}
.indx_b14 .list_items_new li:nth-child(2n+2) .link_item_new {
  /* border-top:2px solid #6f7d8f ; */
  border-bottom: 2px solid #6f7d8f;
}
.indx_b14 {
  margin-bottom: 100px;
}
.indx_b15 {
  padding: 100px 0 0 0;
  background: #e6edf5;
}
.indx_b15 .indx_b15_logo {
  width: 280px;
  margin: 0 auto 30px;
}
.indx_b15 .txt.center {
  margin: 0 auto 60px;
}
.indx_b15 .indx_b15_contact {
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center
}
.indx_b15_contact .indx_b15_right {
  width: 500px;
}
.indx_b15_phone_web .indx_b15_phone {
  width: 350px;
  height: 120px;
  background: #336098;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.indx_b15_phone .img {
  width: 20px;
  display: flex;
  text-align: center;
  align-self: center;
  margin-right: 10px;
}
.indx_b15_phone .number {
  font-size: 32px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.07em;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.indx_b15_phone_web .indx_b15_web {
  width: 240px;
  height: 120px;
  background: #0d1839;
  padding: 20px 20px 28px;
  margin-bottom: 0;
  justify-content: center;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.indx_b15_web a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.indx_b15_web .img {
  width: 27px;
  margin: 0 auto 10px;
  display: inline-block;
}
.indx_b15_web .indx_b15_web_txt {
  font-size: 20px;
  color: #fff;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 400;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.08em;
}
.indx_b15_left .txt {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3.6em;
  margin-bottom: 58px;
  display: block;
}
.indx_b15_right .img {
  margin-bottom: 0;
}
.indx_b15_right .indx_b01_right_des {
  padding: 11px 0 0 0;
}
.indx_b15_right .indx_b01_right_des .ttl01 {
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
}
.indx_b15_right .indx_b01_right_des .ttl02 {
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 2px;
}
.indx_b15_map iframe {
  max-width: 1920px;
  width: 100%;
  height: 402px;
  border: none;
}
/*============================= F_O_O_T_E_R =============================*/
#footer {
  display: block;
  clear: both;
  text-align: left;
  margin-top: auto;
  background: #1b2543;
}
#footer address {
  padding: 14px 0 60px 0;
  text-align: center;
  color: #e2e7ef;
  background: #1b2543;
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: bold;
  /* font-family: 'Noto Sans JP', sans-serif; */
}
.ft_menu {
  padding: 72px 0 86px 0;
}
.ft_menu .ft_item {
  width: 200px;
}
.ft_menu .ft_item li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 11px 0 28px 0;
  letter-spacing: 0.07em;
}
.ft_menu .ft_menu_item .ft_ttl {
  font-size: 18px;
  color: #e2e7ef;
  border-bottom: 1px solid #7a899b;
  margin-bottom: 10px;
  padding: 0 0 12px 18px;
  line-height: 1.8em;
  letter-spacing: 0.07em;
}
.ft_menu .ft_menu_item li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  margin: 17px 0 0 10px;
  display: inline-block;
  line-height: 1em;
  letter-spacing: 0.07em;
}
.ft_menu .ft_menu_item {
  margin: 0 120px 0 0;
  width: 380px;
}
.ft_menu .ft_menu_item:last-child {
  width: 480px;
  margin: 0;
}
.ft_menu .ft_menu_item:last-child .ft_i02 {
  padding-left: 35px;
}
.indx_b15_map {
  line-height: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.to-top {
  position: fixed;
  z-index: 100;
  width: 60px;
  height: 60px;
  background: #1b2543;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  cursor: pointer;
  border: solid 1px #1b2543;
  transition: all 0.2s;
  transform-origin: 50% 100%;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.open-nav .to-top {
  display: none;
}
.idx_header {
  transition: .2s linear;
}
.sticky .idx_header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sticky.open-nav .idx_header {
  background-color: transparent;
  box-shadow: unset;
}
.open-nav {
  overflow: hidden;
}
/* Update */
.link_item_new .idx_ttl {
  margin-bottom: 0 !important;
}
.news-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indx_b10_info .idx_list_btn {
  padding: 0;
}
.indx_b10_info .idx_list_btn .idx_btn_box_info {
  width: 390px;
}
.manvisual_box .manvisual_box_item.box1_01 {
  background: url(../images/top_banner_03.avif) no-repeat center;
}
.manvisual_box .manvisual_box_item.box1_02 {
  background: url(../images/top_banner_04.avif) no-repeat center;
}
.manvisual_box .manvisual_box_item.box1_03 {
  background: url(../images/top_banner_05.avif) no-repeat center;
}
.manvisual_box .manvisual_box_item.box2_01 {
  background: url(../images/top_banner_06.avif) no-repeat center;
}
.manvisual_box .manvisual_box_item.box2_02 {
  background: url(../images/top_banner_07.avif) no-repeat center;
}
.manvisual_box .manvisual_box_item.box2_03 {
  background: url(../images/top_banner_08.avif) no-repeat center;
}
.manvisual_box .manvisual_box_item.single_slide {
  height: 730px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 60px;
  background-size: cover;
}
.manvisual_box_item.right.box2 .manvisual_box_item.single_slide {
  justify-content: end;
  padding-bottom: 50px;
}
.indx_b02_right_info .idx_list_btn {
  padding: 0px;
}
#menu-toggle.open span:nth-child(4) {
  display: none;
}
.pos_phone_web {
  display: none;
}
.indx_b11 .indx_b11_list_btn {
  justify-content: center;
}
.idxsp_box_img {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.idxsp_box_img .idxsp_it_img {
  width: 25%;
  display: block;
  position: relative;
}
.idxsp_it_img .img {
  width: 100%;
  height: auto;
  display: flex;
}
.idxsp_box_img .idxsp_it_img .idxsp_txt_bf {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 20px 11px 20px;
  background: #1d979f;
}
.idxsp_bx_circle {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.idxsp_bx_circle .idxsp_list_circle {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.idxsp_list_circle li {
  width: 264px;
  height: 264px;
  background: linear-gradient(90deg, rgb(31 81 142) 0%, rgb(56 104 162) 55%, rgb(127 160 200) 100%);
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.idx_b09_item.idx_pink .idxsp_list_circle li {
  background: linear-gradient(90deg, rgba(238, 145, 168, 1) 0%, rgb(222 168 182) 55%, rgb(248 203 214) 100%);
}
.idxsp_list_circle li:last-child {
  margin-right: 0;
}
.idxsp_list_circle li .idx_txt_circle {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
}
.idxsp_box_tb {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.idxsp_it_tb {
  width: 100%;
  display: flex;
  border-top: 2px solid #1b2543;
}
.idxsp_it_tb.idx_h_1it {
  padding: 21px 0;
}
.idxsp_it_tb .idxsp_it_th {
  width: 34%;
  font-size: 22px;
  color: #1b2543;
  text-align: left;
  align-self: center;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 20px 0px;
  line-height: 1.5em;
}
.idxsp_it_tb:last-child {
  border-bottom: 2px solid #1b2543;
  margin-bottom: 30px;
}
.idxsp_it_td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.idxsp_box_tb.idxsp_it_th_pad .idxsp_it_tb {
  padding: 38px 0 37px;
}
.idxsp_it_td .idxsp_txt_big {
  width: 100%;
  font-size: 30px;
  color: #1b2543;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2em;
}
.idxsp_txt_small {
  font-size: 22px;
  font-weight: 500;
}
.idxsp_des {
  font-size: 16px;
  font-weight: 500;
  color: #1b2543;
  line-height: 1.2em;
}
.indx_b11 .idx_b08_item.idx_col_pink .idx_btn_box_info {
  background: #ee91a8;
}
.idxsp_it_td .idxsp_txt_big .idx_txt_small {
  font-size: 22px;
}
.indx_b10.indx_b13 .idx_img_bf {
  width: 270px;
  position: absolute;
  bottom: -250px;
  left: 0;
}
/*============================= C_O_N_T_E_N_T =============================*/
/*============================= HACK CSS =============================*/
/* IE */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* EGDE */
@supports (-ms-ime-align:auto) {}
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution:.001dpcm) {
  .indx_b09 .img {
    background-attachment: scroll;
  }
}
/*======================= WORDPRESS ADMIN LOGED IN ========================*/
.customize-support #header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .customize-support #header {
    margin-top: 46px !important;
  }
}
.h2_animate.animated .slider_textAnimeFast {
  -webkit-animation: slideText 1s ease-in-out 0s both;
  animation: slideText 1s ease-in-out 0s both;
}
.h2_animate.animated .slider_textAnimeSlow {
  -webkit-animation: slideText 1s ease-in-out .2s both;
  animation: slideText 1s ease-in-out .2s both;
}
@-webkit-keyframes slideText {
  /* 0% {top: 2em;}
    100% {top: 0;} */
  0% {
    -webkit-transform: translateY(1.1em);
    transform: translateY(1.1em)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes slideText {
  /* 0% {top: 1.2em;}
    100% {top: 0;} */
  0% {
    -webkit-transform: translateY(1.1em);
    transform: translateY(1.1em)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
/* text fadeout */
.h2_animate {
  visibility: hidden;
}
.h2_animate.animated {
  visibility: visible;
}
.icon_fex {
  display: none;
}
@-webkit-keyframes slideTextFadeOut {
  0% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideTextFadeOut {
  0% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.flex_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 20px;
  max-width: 620px;
}
.fix_lp_bnr.indx_b01_item03 {
  width: 100% !important;
  margin-top: 20px;
  background: url("../images/idx_implant.avif") no-repeat center left, #f0f2f1;
}
.fix_lp_bnr.indx_b01_item04 {
  width: 100% !important;
  margin-top: 20px;
  background: url("../images/idx_pediatric.avif") no-repeat center left, #f0f2f1;
}
.indx_b01_item02 {
  width: 42%;
}
.indx_b01_item03 {
  width: 54%;
}
.indx_b01_item04 {
  width: 54%;
}
.fix_lp_bnr.indx_b01_item03 p {
  display: flex;
  height: 100%;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.fix_lp_bnr.indx_b01_item04 p {
  display: flex;
  height: 100%;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
@media screen and (max-width: 750px) {
  .indx_b01_item03 {
    margin: 10px 0 10px 0;
  }
  .indx_b01_item04 {
    margin: 10px 0 10px 0;
  }
  .flex_wrap {
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
  }
  .fix_lp_bnr.indx_b01_item03 {
    width: 80% !important;
    margin: 0;
  }
  .fix_lp_bnr.indx_b01_item04 {
    width: 80% !important;
    margin: 10px 0 0;
  }
  .fix_lp_bnr.indx_b01_item03 p {
    font-size: 24px;
  }
  .fix_lp_bnr.indx_b01_item04 p {
    font-size: 24px;
  }
  .sp_mr_auto {
    margin: 20px auto;
  }
}
/* Style css img width height */
img {
  max-width: 100%;
  height: auto;
}
.indx_b15_phone_web.d-flex {
  margin-bottom: 20px;
}
.title_lux {
  color: #1b2543;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
}
.logo_lux {
  text-align: center;
}
.logo_lux img {
  width: 320px;
}
#director-message {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.supervision-info {
  border: 1px solid #DDD;
  padding: 15px 25px;
  box-sizing: border-box;
  display: inline-block;
}
.supervision-area {
  display: flex;
}
.supervision-title {
  margin-bottom: 10px;
}
.supervision-text {
  margin-bottom: 0;
}
.supervision-pic {
  width: 150px;
  margin-bottom: 0;
}
.supervision-text-area {
  margin-left: 5px;
  padding: 5px;
}
.supervision-link {
  width: 100%;
  margin-top: 15px;
}
.supervision-link.anchor-link a {
  width: 195px;
  padding: 8px;
  font-size: 16px;
}
.supervision-link.anchor-link a::after {
  top: 18px;
  right: 10px;
}
.supervision-info-area {
  display: flex;
}
@media screen and (max-width: 640px) {
  .supervision-area {
    flex-direction: column;
  }
  .supervision-info {
    margin: 0 auto;
  }
  .supervision-pic {
    margin: 0 auto;
    width: 200px;
  }
}
/* 251216 */
.availableDates {
  margin-bottom: 100px;
  position: relative;
}
.availableDates__title {
  width: fit-content;
  padding: 0 3rem;
  margin: 0 auto -1rem;
  background: #9c7f2a;
  border-radius: 1.5rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
.availableDates iframe {
  width: 100%;
  height: 200px;
  background: #e6edf5;
  scrollbar-width: none;
  border: none;
}
.availableDates_tab {
  display: flex;
}
.availableDates_tab li:not(:last-child) {
  margin-right: 1px;
}
.availableDates_tab li {
  height: 60px;
  flex: 1;
}
.availableDates_tab li.active a {
  background: rgba(31, 81, 142, 1);
  pointer-events: none;
  text-align: center;
}
.availableDates_tab li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: rgba(31, 81, 142, 0.8);
  border-radius: 10px 10px 0 0;
  padding-top: 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.availableDates_tab li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid rgba(31, 81, 142, 1);
  border-bottom: 0;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  opacity: 0;
}
.availableDates_tab li.active a:before {
  opacity: 1;
}
.manvisual_box_item h2 .slider_textAnimeWra {
  font-size: 56px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-list .blog-shadow {
  width: calc((100% - 45px) / 4);
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.blog-list .blog-shadow:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 0;
  width: 100%;
  height: calc(100% - 15px);
  content: '';
  display: block;
  box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.1);
  border: 1px solid rgb(240, 240, 240);
  background: #fff;
}
.blog-list .blog-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 15px;
  /*border: 1px solid rgb(240, 240, 240);
  box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.1);
  background: #ffffff;*/
}
.blog-item span {
  display: block;
  font-size: 16px;
  color: #000;
}
.blog-item a {
  text-decoration: none;
  padding-top: 15px;
}

.blog-item .twentyblog {
  width: 288px;
  height: 216px;
  position: relative;
}
.blog-item .twentyblog.twentytwenty-container img {
  tposition: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}
.blog-img .twentytwenty-wrapper, .blog-img .twentytwenty-container {
  height: 100% !important;
}
.blog-content span:not(:last-child) {
  margin-bottom: 15px;
}
.blog-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
}
.blog-img {
  width: 288px;
  height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.blog-img img {
  max-height: 100%;
}
.blog-section .image-r, .blog-section .image-l {
  width: 480px;
  height: 360px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under .idx_btn_box_info {
  color: #fff !important;
}
.blog-txt {
  font-weight: 500;
  flex-grow: 1;
  display: -webkit-box !important;
  max-height: 2.8rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.blog-section img {
  width: auto;
}
.blog-date {
  font-size: 14px;
}
.custom-link {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  border: 1px solid rgb(161, 161, 161);
  text-decoration: none;
  padding: 8px 10px 7px;
}
.blog-section {
  margin-bottom: 50px;
}
.blog-item .list_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 10px;
}
.blog-item .list_cate span {
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  background: #1f518e;
  line-height: 1;
  margin: 0;
  font-size: 12px;
  padding: 3px 8px;
}
.blog-item .list_cate .ic_map {
  background: url("../images/ic_map.png") left center no-repeat;
  background-size: 12px auto;
  padding-left: 16px;
  color: #000;
  margin-left: 5px;
}
.indx_case {
  padding: 100px 0 50px;
  background: #F0F1F2;
  background: linear-gradient(90deg, rgba(240, 241, 242, 1) 30%, rgba(255, 255, 255, 1) 30%);
}
.indx_case h3 {
  margin: 0 0 40px;
}
.indx_case h3 span, .indx_case h3 .ttl.i02 {
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  text-align: left;
}
.indx_case h3 .ttl {
  line-height: 1;
  margin-right: 20px;
}
.indx_case .blog-list {
  margin-bottom: 50px;
}
.idx-case-list .slick-arrow {
  position: absolute;
  text-indent: -999999px;
  border: none;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  z-index: 2;
}
.idx-case-list .slick-prev {
  background: url("../images/prev.png") no-repeat 0 0;
  background-size: 100% auto;
  left: -26px;
}
.idx-case-list .slick-next {
  background: url("../images/next.png") no-repeat 0 0;
  background-size: 100% auto;
  right: -26px;
}