@charset "UTF-8";
/* 
#contents > #contents_top > #main-visual > #slick_container {
  position: relative;
  max-width: 1920px;
  margin: auto;
} */

#contents > #contents_top > #main-visual img {
  width: 100%;
  height: auto;
}

#contents .entry_btn {
  position: fixed;
  bottom: 20px;
  z-index: 3;
  right: 40px;
}
/* #contents .entry_btn > a:not(.outline) {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  background: var(--main-color);
  padding: 12px 12px 12px 33px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
} */
#contents .entry_btn > a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
  transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}
#contents .entry_btn > a > p.t1 {
  font-weight: bold;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 3px 0;
  line-height: 1;
}
#contents .entry_btn > a > p.t1 > span {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0px 15px;
  position: relative;
  bottom: 2px;
}
#contents .entry_btn > a > p.t1 > span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/v_01.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  right: -16px;
}
#contents .entry_btn > a > p.t2 {
  font-size: 14px;
  background: #fff;
  color: var(--main-color);
  text-align: center;
  line-height: 1;
  padding: 7px 0 7px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contents .entry_btn > a > p.t2 {
    padding: 10px 0 4px;
  }
}
#contents .entry_btn a.outline {
  box-sizing: border-box;
  width: 154px;
  display: inline-block;
  position: relative;
  margin: 0 0 12px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: none;
  background-color: #fff;
  color: #1768b4;

  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0 14px 6px;
  border-radius: 50px;
  border: 4px solid #1768b4;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contents .entry_btn a.outline {
    padding: 17px 0 11px 6px;
  }
}
#contents .entry_btn a.outline:before {
  position: absolute;
  content: "";
  right: 8px;
  top: calc(50% - 4px);
  background: url(../img/v_06.png) no-repeat right center;
  background-size: 100% auto;
  width: 18px;
  height: 6px;
}
#contents .entry_btn a.outline:after {
  position: absolute;
  content: "";
  left: 12px;
  top: calc(50% - 17px);
  background: url(../img/btn_outline_2.png) no-repeat right center;
  background-size: 22px auto;
  width: 22px;
  height: 32px;
}
#contents .entry_btn a.outline:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
  transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
}
#contents > #contents_top > #main-visual > #slick_container .scr {
  position: absolute;
  margin: auto;
  bottom: 113px;
  left: 0;
  z-index: 3;
  right: 0;
  width: 42px;
}
#contents > #contents_top > #main-visual > #slick_container .scr > p {
  font-weight: bold;
  font-size: 12px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}
#contents > #contents_top > #main-visual > #slick_container .scr > p:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/scroll.png) 0 0 no-repeat;
  width: 8px;
  height: 31px;
  bottom: -57px;
  left: 0;
  right: 0;
}
#contents > #contents_top > #main-visual > #slick_container .container {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: 3;
}
#contents > #contents_top > #main-visual > #slick_container .container .green {
  background: rgba(39, 174, 96, 0.8);
  width: 376px;
  position: absolute;
  top: 0;
  bottom: 38px;
  height: 181px;
  margin: auto;
  left: 0;
}
#contents > #contents_top > #main-visual > #slick_container .container .green > p.t1 {
  font-weight: bold;
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: 1.32;
  padding: 23px 0 0 35px;
  letter-spacing: 0.08rem;
}
#contents > #contents_top > #main-visual > #slick_container .container .green > p.t2 {
  font-weight: bold;
  font-size: 41px;
  color: white;
  font-weight: bold;
  line-height: 1.32;
  padding: 0 0 10px 36px;
  letter-spacing: 0.24rem;
}
#contents > #contents_top > #main-visual > #slick_container .container .green > p.t3 {
  font-size: 22px;
  color: white;
  font-weight: bold;
  line-height: 1.249;
  padding: 0 0 0px 36px;
  letter-spacing: 0.24rem;
}
#contents > #contents_top > #main-visual > #slick_container .slider .box.slick-active > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#contents > #contents_top > #main-visual > #slick_container .slider .box > img {
  -moz-transition: all 6s ease-in-out;
  -o-transition: all 6s ease-in-out;
  -webkit-transition: all 6s ease-in-out;
  transition: all 6s ease-in-out;
}
#contents > #contents_top > #main-visual > #slick_container .slider .box.active > img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*============================
#section01
============================*/
#section01 {
  padding: 50px 0 52px;
}
#section01 > .container > .box > .l_box {
  width: 547px;
  background: url(../img/i_bird3.png) no-repeat 3px 12px;
  position: relative;
}

#section01 > .container > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 96px;
  position: relative;
  letter-spacing: 0.3rem;
}

#section01 > .container > .box > .l_box > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: #6496be;
  font-weight: bold;
  line-height: 1.2;
}

#section01 > .container > .box > .l_box > p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#section01 > .container > .box > .r_box > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section01 > .container > .box > .r_box > a:hover {
  opacity: 0.6;
}
#section01 > .container > .box > .r_box > a > img {
  width: 100%;
  height: auto;
}

#section01 .news__date {
  color: var(--main-color);
}

/*============================
#section02
============================*/
#section02 {
  padding: 50px 0 52px;
}
#section02 > .container > .box > .l_box {
  /* width: 547px; */
  /* background: url(../img/i_bird3.png) no-repeat 3px 12px; */
  /* position: relative; */
}

#section02 > .container > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 96px;
  position: relative;
  letter-spacing: 0.3rem;
}

#section02 > .container > .box > .l_box > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: #6496be;
  font-weight: bold;
  line-height: 1.2;
}

#section02 > .container > .box > .l_box > p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#section02 > .container > .box > .r_box > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section02 > .container > .box > .r_box > a:hover {
  opacity: 0.6;
}
#section02 > .container > .box > .r_box > a > img {
  width: 100%;
  height: auto;
}

#section02 .container {
  width: unset;
  max-width: unset;
}

#section02 .box {
  align-items: center;
  display: flex;
}

#section02 > .container > .box > .l_box {
  width: 50%;
}

#section02 > .container > .box > .l_box img {
  width: 100%;
  height: 100%;
}

#section02 > .container > .box > .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* padding-left: 20px; */
  padding-left: 5%;
}

#section02 > .container > .box > .r_box .news__ttlbox {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

#section02 > .container > .box > .r_box .news__ttl {
  font-size: 26px;
}

#section02 > .container > .box > .r_box .news__subttl {
  font-size: 24px;
}

#section02 .top_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section02 .top_flexbox a {
  width: 49%;
}

/*============================
#section03
============================*/
#section03 {
  padding: 50px 0 52px;
}
#section03 > .container > .box > .l_box {
  width: 547px;
  background: url(../img/i_bird3.png) no-repeat 3px 12px;
  position: relative;
}

#section03 > .container > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 96px;
  position: relative;
  letter-spacing: 0.3rem;
}

#section03 > .container > .box > .l_box > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: #6496be;
  font-weight: bold;
  line-height: 1.2;
}

#section03 > .container > .box > .l_box > p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#section03 > .container > .box > .r_box > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section03 > .container > .box > .r_box > a:hover {
  opacity: 0.6;
}
#section03 > .container > .box > .r_box > a > img {
  width: 100%;
  height: auto;
}

#section03 .container {
  width: unset;
  max-width: unset;
}

#section03 .box {
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
}

#section03 > .container > .box > .l_box {
  width: 50%;
}

#section03 > .container > .box > .l_box img {
  width: 100%;
  height: 100%;
}

#section03 > .container > .box > .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 5%;
  padding-right: 20px;
}

#section03 > .container > .box > .r_box .news__ttlbox {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

#section03 > .container > .box > .r_box .news__ttl {
  font-size: 26px;
}

#section03 > .container > .box > .r_box .news__subttl {
  font-size: 24px;
}

#section03 .top_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section03 .top_flexbox a {
  width: 49%;
}

/*============================
#section04
============================*/
#section04 > ul > li {
  width: 33.3333%;
}
#section04 > ul > li:nth-child(2n) > a > p > span {
  background: var(--main-color);
}
#section04 > ul > li > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
}
#section04 > ul > li > a:hover {
  opacity: 0.6;
}
#section04 > ul > li > a > img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
#section04 > ul > li > a > p {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 280px;
}
#section04 > ul > li > a > p:after {
  content: "→";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--main-color);
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  right: 0;
  left: auto;
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
/* #section04 > ul > li:nth-child(even) > a > p:after {
  background: rgba(255, 255, 255, 0.8) url(../img/v_03.png) no-repeat center center;
} */
#section04 > ul > li > a > p > span {
  padding: 17px 0 16px;
  background: var(--main-color);

  display: block;
  width: 228px;
  font-size: 17px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.17rem;
  position: relative;
}

/*============================
#section05
============================*/
#section05 {
  margin: 0 0 59px;
}
#section05 > .box {
  max-width: 1920px;
  margin: 0 auto;
  padding: 55px 0 0;
}
#section05 > .box > .l_box {
  width: 37.5%;
  position: relative;
}
#section05 > .box > .l_box:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/saslogo.png) no-repeat 0 0;
  left: 0;
  right: -374px;
  width: 140px;
  height: 140px;
}
#section05 > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 186px 0 0;
  letter-spacing: 0.3rem;
}
#section05 > .box > .l_box > h2 > span {
  font-weight: bold;
  display: block;
  font-size: 36px;
  color: #82b4a0;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 19px;
  letter-spacing: 0.1rem;
}
#section05 > .box > .r_box {
  width: 62.5%;
  position: relative;
  background: url(../img/top/img_07.jpg) 0 0 no-repeat;
  background-position: 23% 0;
  min-height: 470px;
}
#section05 > .box > .r_box > .bat {
  background: url(../img/o_01.png) 0 0 no-repeat;
  position: absolute;
  bottom: 35px;
  right: 38%;
  width: 163px;
  height: 163px;
}
#section05 > .box > .r_box > .bat > p {
  color: white;
  font-weight: bold;
  line-height: 1.364;
  font-size: 18px;
  padding: 37px 0 0 23px;
}
#section05 > .box > .r_box > .bat > p > span {
  font-size: 22px;
}
#section05 > .box > .r_box > .wh {
  width: 300px;
  float: right;
  margin: 57px 9% 0 0;
  position: relative;
}
#section05 > .box > .r_box > .wh > .bat {
  background: url(../img/o_01.png) 0 0 no-repeat;
  position: absolute;
  bottom: 20px;
  left: -183px;
  width: 163px;
  height: 163px;
}
#section05 > .box > .r_box > .wh > .bat > p {
  color: white;
  font-weight: bold;
  line-height: 1.364;
  font-size: 18px;
  padding: 37px 0 0 23px;
}
#section05 > .box > .r_box > .wh > .bat > p > span {
  font-size: 22px;
}
#section05 > .box > .r_box > .wh > .block {
  background: #fff;
  box-shadow: 6px 6px #82b4a0;
  margin: 0px 0 22px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section05 > .box > .r_box > .wh > .block p.t1 {
  letter-spacing: 0.1rem;
  font-size: 24px;
  color: black;
  line-height: 1.5;
  text-align: center;
  padding: 24px 0 10px;
}
#section05 > .box > .r_box > .wh > .block p.t2 {
  font-size: 16px;
  color: black;
  line-height: 1.75;
  padding: 0 15px 27px;
}
#section05 > .box > .r_box > .wh > .block:hover {
  -webkit-transform: scale(4px, 4px);
  -ms-transform: scale(4px, 4px);
  transform: translate(4px, 4px);
  box-shadow: 2px 2px #82b4a0;
}
#section05 > .box > .r_box > .wh > a.block {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: black;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding: 17px 0 17px;
  background: #fff url(../img/v_02.png) no-repeat right 18px center;
}
#section05 > .box > .r_box > .wh > a.block:hover {
  -webkit-transform: scale(4px, 4px);
  -ms-transform: scale(4px, 4px);
  transform: translate(4px, 4px);
  box-shadow: 2px 2px #82b4a0;
}

/*============================
#section06
============================*/
#section06 {
  position: relative;
  background: url(../img/bg_01.png) repeat 0 0;
  padding: 0 0 105px;
}
#section06 > .ttl {
  padding: 48px 0 48px 0px;
}
#section06 > .ttl > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  position: relative;
  letter-spacing: 0.3rem;
}
/* #section06 > .ttl > h2:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icons.png) no-repeat 0 0;
  width: 980px;
  height: 160px;
  left: -72px;
  right: 0;
  top: -75px;
  bottom: auto;
} */
#section06 > .ttl > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 9px;
}
#section06 > .slick2 {
  margin: 0 0 76px;
}
#section06 > .slick2 .box {
  position: relative;
  padding: 32px 20px 0;
  overflow: visible;
}

#section06 > .slick2 .box.box01 p.t1 > span {
  /* letter-spacing: 0.08em; */
}
#section06 > .slick2 .box.box02 p.t1 > span {
  /* letter-spacing: 0; */
}
#section06 > .slick2 .box.box03 p.t1 > span {
  /* letter-spacing: 0.02em; */
}
#section06 > .slick2 .box.box04 p.t1 > span {
  /* letter-spacing: -0.08em; */
}
#section06 > .slick2 .box.box05 p.t1 > span {
  letter-spacing: 0;
}
#section06 > .slick2 .box.box06 p.t1 > span {
  /* letter-spacing: 0.02em; */
}
#section06 > .slick2 .box.box07 p.t1 > span {
  /* letter-spacing: -0.01em; */
}
#section06 > .slick2 .box.box08 p.t1 > span {
  letter-spacing: 0.01em;
}
#section06 > .slick2 .box.box09 p.t1 > span {
  letter-spacing: 0;
}
#section06 > .slick2 .box > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section06 > .slick2 .box > a:hover {
  opacity: 0.6;
}
#section06 > .slick2 .box p.t1 {
  position: absolute;
  top: 0;
  left: -5px;
  font-weight: bold;
  font-size: 12px;
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0.03rem;
}
#section06 > .slick2 .box p.t1 > span {
  font-weight: bold;
  display: block;
  font-size: 50px;
  /* margin-left: -0.03em; */
  text-align: center;
}
#section06 > .slick2 .box p.t2 {
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 500;
}

#section06 > .slick2 .box p.t2:before {
  display: inline-block;
  position: relative;
  font-size: 18px;
  top: 0;
  content: "[";
  left: -11px;
}
#section06 > .slick2 .box p.t2:after {
  content: "]";
  display: inline-block;
  position: relative;
  font-size: 18px;
  top: 0;
  right: -11px;
}
#section06 > .slick2 .box p.t3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

#section06 > .slick2 .box p.t4 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  color: var(--main-color);
}
#section06 > .slick2 .box img {
  margin: 0 0 20px;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
#section06 > .more {
  font-weight: bold;
}
#section06 .senior_box {
  margin-top: 105px;
}
#section06 .senior_banner {
  display: block;
  width: 660px;
  border: 2px solid var(--main-color);
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  padding: 40px 65px 40px 40px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#section06 .senior_banner:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #6496be;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#section06 .senior_banner .banner_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
#section06 .senior_banner .banner_flex {
  display: flex;
  align-items: center;
  width: 430px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
#section06 .senior_banner .banner_flex .eng {
  color: var(--main-color);
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin-right: 30px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#section06 .senior_banner .banner_flex .ja {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#section06 .senior_banner .banner_catch {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#section06 .senior_banner .banner_right {
  width: 87px;
  height: 74px;
  background: url("../img/top/user-comment.jpg") no-repeat left top;
  background-size: 100% 100%;
}

#section06 .senior_banner .banner_right .interview-icon {
  max-width: 80px;
}
@media screen and (min-width: 769px) {
  #section06 .senior_banner:hover:before {
    width: 100%;
  }
  #section06 .senior_banner:hover .banner_flex {
    border-color: #fff;
  }
  #section06 .senior_banner:hover .banner_flex .eng,
  #section06 .senior_banner:hover .banner_flex .ja,
  #section06 .senior_banner:hover .banner_catch {
    color: #fff;
  }
  #section06 .senior_banner:hover:after,
  #section06 .senior_banner:hover .banner_right {
    background-position: right top;
  }
}
/*============================
#section07
============================*/
#section07 {
  background: #fff url(../img/top/entry.jpg) no-repeat top center;
  background-size: cover;
  padding: 70px 0 232px;
}
#section07 > .container > .ttl > h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 34px;
}

#section07 > .container > .ttl > h2 > span {
  font-weight: bold;
  display: block;
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: var(--main-color);
}

#section07 > .container > .left {
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 26px 22px 24px;
  margin-left: 3%;
}
#section07 > .container > .left > p.t1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px;
}
#section07 > .container > .left > p.t2 {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
  margin: 0 0 5px;
  font-weight: 100;
}
#section07 > .container > .left > a.more {
  max-width: 100%;
  margin: 19px 0 0;
}
#section07 > .container > .left > a.more:hover {
  color: #6496be;
  opacity: 1;
}
#section07 > .container > .left > a.more:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section07 > .container > .left > a.more:hover:before {
  width: calc(100% - 4px);
}
#section07 > .container > .left > a.more:after {
  right: 31px;
  background-image: url(../img/v_12.png);
}
#section07 > .container > .left > a.more:hover:after {
  background-position: -18px top;
}
#section07 > .container > .left > a.more span {
  position: relative;
  z-index: 1;
}

/*============================
#section08
============================*/
#section08 {
}
#section08 > a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
  /* background: #f4f7fa; */
  padding: 50px 0 52px;
}
#section08 > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #6496be;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a:hover:before {
  width: 100%;
}
#section08 > a > .box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#section08 > a > .box > .l_box {
  width: 180px;
}
#section08 > a > .box > .l_box > h2 {
  text-align: center;

  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3rem;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a > .box > .l_box > h2 > span {
  display: block;
  font-size: 36px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 9px;
  letter-spacing: 0.05rem;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a > .box > .r_box {
  width: 530px;
  padding: 8px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}
#section08 > a > .box > .r_box:after {
  content: "→";
  font-size: 28px;
}
#section08 > a > .box > .r_box > p {
  font-size: 14px;
  color: black;
  line-height: 2.143;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a:hover > .box > .l_box > h2,
#section08 > a:hover > .box > .l_box > h2 > span,
#section08 > a:hover > .box > .r_box > p {
  color: #fff;
}
#section08 > a:hover > .box > .r_box:after {
  background-position: left -30px top;
}
#f_entry {
  display: none;
}

/* 20230614_fix */
#section01 .container {
  width: unset;
  max-width: unset;
}

#section01 .box {
  align-items: center;
}

#section01 > .container > .box > .l_box {
  width: 50%;
}

#section01 > .container > .box > .l_box img {
  width: 100%;
  height: 100%;
}

#section01 > .container > .box > .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  padding-right: 3%;
}

#section01 > .container > .box > .r_box .news__ttlbox {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}

#section01 > .container > .box > .r_box .news__ttl {
  font-size: 26px;
  color: var(--main-color);
}

#section01 > .container > .box > .r_box .news__subttl {
  font-size: 24px;
}

#section01 > .container > .box > .r_box .news__list {
  width: 100%;
  max-width: 600px;
}

#section01 > .container > .box > .r_box .news__item {
  padding: 18px 0;
  border-bottom: 1px solid #000;
}

#section01 .top_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section01 .top_flexbox a {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 767px) {
  #section02 > .container > .box > .l_box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
  }

  #section03 > .container > .box > .l_box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
  }

  img.w-100.sponly {
    display: none;
  }
}

h2.section__ttl.right-spc {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  img.w-100.pconly {
    display: none;
  }
}



@charset "UTF-8";
/* 
#contents > #contents_top > #main-visual > #slick_container {
  position: relative;
  max-width: 1920px;
  margin: auto;
} */

#contents > #contents_top > #main-visual img {
  width: 100%;
  height: auto;
}

#contents .entry_btn {
  position: fixed;
  bottom: 20px;
  z-index: 3;
  right: 40px;
}
/* #contents .entry_btn > a:not(.outline) {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  background: var(--main-color);
  padding: 12px 12px 12px 33px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
} */
#contents .entry_btn > a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
  transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}
#contents .entry_btn > a > p.t1 {
  font-weight: bold;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 3px 0;
  line-height: 1;
}
#contents .entry_btn > a > p.t1 > span {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0px 15px;
  position: relative;
  bottom: 2px;
}
#contents .entry_btn > a > p.t1 > span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/v_01.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  right: -16px;
}
#contents .entry_btn > a > p.t2 {
  font-size: 14px;
  background: #fff;
  color: var(--main-color);
  text-align: center;
  line-height: 1;
  padding: 7px 0 7px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contents .entry_btn > a > p.t2 {
    padding: 10px 0 4px;
  }
}
#contents .entry_btn a.outline {
  box-sizing: border-box;
  width: 154px;
  display: inline-block;
  position: relative;
  margin: 0 0 12px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: none;
  background-color: #fff;
  color: #1768b4;

  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0 14px 6px;
  border-radius: 50px;
  border: 4px solid #1768b4;
  vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contents .entry_btn a.outline {
    padding: 17px 0 11px 6px;
  }
}
#contents .entry_btn a.outline:before {
  position: absolute;
  content: "";
  right: 8px;
  top: calc(50% - 4px);
  background: url(../img/v_06.png) no-repeat right center;
  background-size: 100% auto;
  width: 18px;
  height: 6px;
}
#contents .entry_btn a.outline:after {
  position: absolute;
  content: "";
  left: 12px;
  top: calc(50% - 17px);
  background: url(../img/btn_outline_2.png) no-repeat right center;
  background-size: 22px auto;
  width: 22px;
  height: 32px;
}
#contents .entry_btn a.outline:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
  transition-timing-function: cubic-bezier(0.76, 1.91, 0.27, -0.83);
}
#contents > #contents_top > #main-visual > #slick_container .scr {
  position: absolute;
  margin: auto;
  bottom: 113px;
  left: 0;
  z-index: 3;
  right: 0;
  width: 42px;
}
#contents > #contents_top > #main-visual > #slick_container .scr > p {
  font-weight: bold;
  font-size: 12px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}
#contents > #contents_top > #main-visual > #slick_container .scr > p:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/scroll.png) 0 0 no-repeat;
  width: 8px;
  height: 31px;
  bottom: -57px;
  left: 0;
  right: 0;
}
#contents > #contents_top > #main-visual > #slick_container .container {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  left: 0;
  right: 0;
  z-index: 3;
}
#contents > #contents_top > #main-visual > #slick_container .container .green {
  background: rgba(39, 174, 96, 0.8);
  width: 376px;
  position: absolute;
  top: 0;
  bottom: 38px;
  height: 181px;
  margin: auto;
  left: 0;
}
#contents > #contents_top > #main-visual > #slick_container .container .green > p.t1 {
  font-weight: bold;
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: 1.32;
  padding: 23px 0 0 35px;
  letter-spacing: 0.08rem;
}
#contents > #contents_top > #main-visual > #slick_container .container .green > p.t2 {
  font-weight: bold;
  font-size: 41px;
  color: white;
  font-weight: bold;
  line-height: 1.32;
  padding: 0 0 10px 36px;
  letter-spacing: 0.24rem;
}
#contents > #contents_top > #main-visual > #slick_container .container .green > p.t3 {
  font-size: 22px;
  color: white;
  font-weight: bold;
  line-height: 1.249;
  padding: 0 0 0px 36px;
  letter-spacing: 0.24rem;
}
#contents > #contents_top > #main-visual > #slick_container .slider .box.slick-active > img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#contents > #contents_top > #main-visual > #slick_container .slider .box > img {
  -moz-transition: all 6s ease-in-out;
  -o-transition: all 6s ease-in-out;
  -webkit-transition: all 6s ease-in-out;
  transition: all 6s ease-in-out;
}
#contents > #contents_top > #main-visual > #slick_container .slider .box.active > img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*============================
#section01
============================*/
#section01 {
  padding: 50px 0 52px;
}
#section01 > .container > .box > .l_box {
  width: 547px;
  background: url(../img/i_bird3.png) no-repeat 3px 12px;
  position: relative;
}

#section01 > .container > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 96px;
  position: relative;
  letter-spacing: 0.3rem;
}

#section01 > .container > .box > .l_box > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: #6496be;
  font-weight: bold;
  line-height: 1.2;
}

#section01 > .container > .box > .l_box > p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#section01 > .container > .box > .r_box > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section01 > .container > .box > .r_box > a:hover {
  opacity: 0.6;
}
#section01 > .container > .box > .r_box > a > img {
  width: 100%;
  height: auto;
}

#section01 .news__date {
  color: var(--main-color);
}

/*============================
#section02
============================*/
#section02 {
  padding: 50px 0 52px;
}
#section02 > .container > .box > .l_box {
  /* width: 547px; */
  /* background: url(../img/i_bird3.png) no-repeat 3px 12px; */
  /* position: relative; */
}

#section02 > .container > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 96px;
  position: relative;
  letter-spacing: 0.3rem;
}

#section02 > .container > .box > .l_box > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: #6496be;
  font-weight: bold;
  line-height: 1.2;
}

#section02 > .container > .box > .l_box > p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#section02 > .container > .box > .r_box > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section02 > .container > .box > .r_box > a:hover {
  opacity: 0.6;
}
#section02 > .container > .box > .r_box > a > img {
  width: 100%;
  height: auto;
}

#section02 .container {
  width: unset;
  max-width: unset;
}

#section02 .box {
  align-items: center;
  display: flex;
}

#section02 > .container > .box > .l_box {
  width: 50%;
}

#section02 > .container > .box > .l_box img {
  width: 100%;
  height: 100%;
}

#section02 > .container > .box > .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* padding-left: 20px; */
  padding-left: 5%;
}

#section02 > .container > .box > .r_box .news__ttlbox {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

#section02 > .container > .box > .r_box .news__ttl {
  font-size: 26px;
}

#section02 > .container > .box > .r_box .news__subttl {
  font-size: 24px;
}

#section02 .top_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section02 .top_flexbox a {
  width: 49%;
}

/*============================
#section03
============================*/
#section03 {
  padding: 0px 0 52px;
}
#section03 > .container > .box > .l_box {
  width: 547px;
  background: url(../img/i_bird3.png) no-repeat 3px 12px;
  position: relative;
}

#section03 > .container > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  padding: 0 0 0 96px;
  position: relative;
  letter-spacing: 0.3rem;
}

#section03 > .container > .box > .l_box > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: #6496be;
  font-weight: bold;
  line-height: 1.2;
}

#section03 > .container > .box > .l_box > p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  line-height: 1.8;
  padding: 20px 0 10px;
}
#section03 > .container > .box > .r_box > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section03 > .container > .box > .r_box > a:hover {
  opacity: 0.6;
}
#section03 > .container > .box > .r_box > a > img {
  width: 100%;
  height: auto;
}

#section03 .container {
  width: unset;
  max-width: unset;
}

#section03 .box {
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
}

#section03 > .container > .box > .l_box {
  width: 50%;
}

#section03 > .container > .box > .l_box img {
  width: 100%;
  height: 100%;
}

#section03 > .container > .box > .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 5%;
  padding-right: 20px;
}

#section03 > .container > .box > .r_box .news__ttlbox {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

#section03 > .container > .box > .r_box .news__ttl {
  font-size: 26px;
}

#section03 > .container > .box > .r_box .news__subttl {
  font-size: 24px;
}

#section03 .top_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section03 .top_flexbox a {
  width: 49%;
}

/*============================
#section04
============================*/
#section04 > ul > li {
  width: 33.3333%;
}
#section04 > ul > li:nth-child(2n) > a > p > span {
  background: var(--main-color);
}
#section04 > ul > li > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
}
#section04 > ul > li > a:hover {
  opacity: 0.6;
}
#section04 > ul > li > a > img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
#section04 > ul > li > a > p {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 280px;
}
#section04 > ul > li > a > p:after {
  content: "→";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--main-color);
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  right: 0;
  left: auto;
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
/* #section04 > ul > li:nth-child(even) > a > p:after {
  background: rgba(255, 255, 255, 0.8) url(../img/v_03.png) no-repeat center center;
} */
#section04 > ul > li > a > p > span {
  padding: 17px 0 16px;
  background: var(--main-color);

  display: block;
  width: 228px;
  font-size: 17px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.17rem;
  position: relative;
}

/*============================
#section05
============================*/
#section05 {
  margin: 0 0 59px;
}
#section05 > .box {
  max-width: 1920px;
  margin: 0 auto;
  padding: 55px 0 0;
}
#section05 > .box > .l_box {
  width: 37.5%;
  position: relative;
}
#section05 > .box > .l_box:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/saslogo.png) no-repeat 0 0;
  left: 0;
  right: -374px;
  width: 140px;
  height: 140px;
}
#section05 > .box > .l_box > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 186px 0 0;
  letter-spacing: 0.3rem;
}
#section05 > .box > .l_box > h2 > span {
  font-weight: bold;
  display: block;
  font-size: 36px;
  color: #82b4a0;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 19px;
  letter-spacing: 0.1rem;
}
#section05 > .box > .r_box {
  width: 62.5%;
  position: relative;
  background: url(../img/top/img_07.jpg) 0 0 no-repeat;
  background-position: 23% 0;
  min-height: 470px;
}
#section05 > .box > .r_box > .bat {
  background: url(../img/o_01.png) 0 0 no-repeat;
  position: absolute;
  bottom: 35px;
  right: 38%;
  width: 163px;
  height: 163px;
}
#section05 > .box > .r_box > .bat > p {
  color: white;
  font-weight: bold;
  line-height: 1.364;
  font-size: 18px;
  padding: 37px 0 0 23px;
}
#section05 > .box > .r_box > .bat > p > span {
  font-size: 22px;
}
#section05 > .box > .r_box > .wh {
  width: 300px;
  float: right;
  margin: 57px 9% 0 0;
  position: relative;
}
#section05 > .box > .r_box > .wh > .bat {
  background: url(../img/o_01.png) 0 0 no-repeat;
  position: absolute;
  bottom: 20px;
  left: -183px;
  width: 163px;
  height: 163px;
}
#section05 > .box > .r_box > .wh > .bat > p {
  color: white;
  font-weight: bold;
  line-height: 1.364;
  font-size: 18px;
  padding: 37px 0 0 23px;
}
#section05 > .box > .r_box > .wh > .bat > p > span {
  font-size: 22px;
}
#section05 > .box > .r_box > .wh > .block {
  background: #fff;
  box-shadow: 6px 6px #82b4a0;
  margin: 0px 0 22px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section05 > .box > .r_box > .wh > .block p.t1 {
  letter-spacing: 0.1rem;
  font-size: 24px;
  color: black;
  line-height: 1.5;
  text-align: center;
  padding: 24px 0 10px;
}
#section05 > .box > .r_box > .wh > .block p.t2 {
  font-size: 16px;
  color: black;
  line-height: 1.75;
  padding: 0 15px 27px;
}
#section05 > .box > .r_box > .wh > .block:hover {
  -webkit-transform: scale(4px, 4px);
  -ms-transform: scale(4px, 4px);
  transform: translate(4px, 4px);
  box-shadow: 2px 2px #82b4a0;
}
#section05 > .box > .r_box > .wh > a.block {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: black;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding: 17px 0 17px;
  background: #fff url(../img/v_02.png) no-repeat right 18px center;
}
#section05 > .box > .r_box > .wh > a.block:hover {
  -webkit-transform: scale(4px, 4px);
  -ms-transform: scale(4px, 4px);
  transform: translate(4px, 4px);
  box-shadow: 2px 2px #82b4a0;
}

/*============================
#section06
============================*/
#section06 {
  position: relative;
  background: url(../img/bg_01.png) repeat 0 0;
  padding: 0 0 105px;
}
#section06 > .ttl {
  padding: 48px 0 48px 0px;
}
#section06 > .ttl > h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  position: relative;
  letter-spacing: 0.3rem;
}
/* #section06 > .ttl > h2:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icons.png) no-repeat 0 0;
  width: 980px;
  height: 160px;
  left: -72px;
  right: 0;
  top: -75px;
  bottom: auto;
} */
#section06 > .ttl > h2 > span {
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
  font-size: 36px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 9px;
}
#section06 > .slick2 {
  margin: 0 0 76px;
}
#section06 > .slick2 .box {
  position: relative;
  padding: 32px 20px 0;
  overflow: visible;
}

#section06 > .slick2 .box.box01 p.t1 > span {
  /* letter-spacing: 0.08em; */
}
#section06 > .slick2 .box.box02 p.t1 > span {
  /* letter-spacing: 0; */
}
#section06 > .slick2 .box.box03 p.t1 > span {
  /* letter-spacing: 0.02em; */
}
#section06 > .slick2 .box.box04 p.t1 > span {
  /* letter-spacing: -0.08em; */
}
#section06 > .slick2 .box.box05 p.t1 > span {
  letter-spacing: 0;
}
#section06 > .slick2 .box.box06 p.t1 > span {
  /* letter-spacing: 0.02em; */
}
#section06 > .slick2 .box.box07 p.t1 > span {
  /* letter-spacing: -0.01em; */
}
#section06 > .slick2 .box.box08 p.t1 > span {
  letter-spacing: 0.01em;
}
#section06 > .slick2 .box.box09 p.t1 > span {
  letter-spacing: 0;
}
#section06 > .slick2 .box > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
#section06 > .slick2 .box > a:hover {
  opacity: 0.6;
}
#section06 > .slick2 .box p.t1 {
  position: absolute;
  top: 0;
  left: -5px;
  font-weight: bold;
  font-size: 12px;
  color: var(--main-color);
  line-height: 1;
  letter-spacing: 0.03rem;
}
#section06 > .slick2 .box p.t1 > span {
  font-weight: bold;
  display: block;
  font-size: 50px;
  /* margin-left: -0.03em; */
  text-align: center;
}
#section06 > .slick2 .box p.t2 {
  font-size: 14px;
  text-align: center;
  position: relative;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 500;
}

#section06 > .slick2 .box p.t2:before {
  display: inline-block;
  position: relative;
  font-size: 18px;
  top: 0;
  content: "[";
  left: -11px;
}
#section06 > .slick2 .box p.t2:after {
  content: "]";
  display: inline-block;
  position: relative;
  font-size: 18px;
  top: 0;
  right: -11px;
}
#section06 > .slick2 .box p.t3 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
}

#section06 > .slick2 .box p.t4 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  color: var(--main-color);
}
#section06 > .slick2 .box img {
  margin: 0 0 20px;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}
#section06 > .more {
  font-weight: bold;
}
#section06 .senior_box {
  margin-top: 105px;
}
#section06 .senior_banner {
  display: block;
  width: 660px;
  border: 2px solid var(--main-color);
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  padding: 40px 65px 40px 40px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#section06 .senior_banner:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #6496be;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#section06 .senior_banner .banner_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
#section06 .senior_banner .banner_flex {
  display: flex;
  align-items: center;
  width: 430px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aaa;
}
#section06 .senior_banner .banner_flex .eng {
  color: var(--main-color);
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin-right: 30px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#section06 .senior_banner .banner_flex .ja {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#section06 .senior_banner .banner_catch {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#section06 .senior_banner .banner_right {
  width: 87px;
  height: 74px;
  background: url("../img/top/user-comment.jpg") no-repeat left top;
  background-size: 100% 100%;
}

#section06 .senior_banner .banner_right .interview-icon {
  max-width: 80px;
}
@media screen and (min-width: 769px) {
  #section06 .senior_banner:hover:before {
    width: 100%;
  }
  #section06 .senior_banner:hover .banner_flex {
    border-color: #fff;
  }
  #section06 .senior_banner:hover .banner_flex .eng,
  #section06 .senior_banner:hover .banner_flex .ja,
  #section06 .senior_banner:hover .banner_catch {
    color: #fff;
  }
  #section06 .senior_banner:hover:after,
  #section06 .senior_banner:hover .banner_right {
    background-position: right top;
  }
}
/*============================
#section07
============================*/
#section07 {
  background: #fff url(../img/top/entry.jpg) no-repeat top center;
  background-size: cover;
  padding: 70px 0 232px;
}
#section07 > .container > .ttl > h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 34px;
}

#section07 > .container > .ttl > h2 > span {
  font-weight: bold;
  display: block;
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: var(--main-color);
}

#section07 > .container > .left {
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 26px 22px 24px;
  margin-left: 3%;
}
#section07 > .container > .left > p.t1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px;
}
#section07 > .container > .left > p.t2 {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
  margin: 0 0 5px;
  font-weight: 100;
}
#section07 > .container > .left > a.more {
  max-width: 100%;
  margin: 19px 0 0;
}
#section07 > .container > .left > a.more:hover {
  color: #6496be;
  opacity: 1;
}
#section07 > .container > .left > a.more:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section07 > .container > .left > a.more:hover:before {
  width: calc(100% - 4px);
}
#section07 > .container > .left > a.more:after {
  right: 31px;
  background-image: url(../img/v_12.png);
}
#section07 > .container > .left > a.more:hover:after {
  background-position: -18px top;
}
#section07 > .container > .left > a.more span {
  position: relative;
  z-index: 1;
}

/*============================
#section08
============================*/
#section08 {
}
#section08 > a {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
  /* background: #f4f7fa; */
  padding: 50px 0 52px;
}
#section08 > a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #6496be;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a:hover:before {
  width: 100%;
}
#section08 > a > .box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#section08 > a > .box > .l_box {
  width: 180px;
}
#section08 > a > .box > .l_box > h2 {
  text-align: center;

  font-size: 24px;
  color: black;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.3rem;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a > .box > .l_box > h2 > span {
  display: block;
  font-size: 36px;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 9px;
  letter-spacing: 0.05rem;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a > .box > .r_box {
  width: 530px;
  padding: 8px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}
#section08 > a > .box > .r_box:after {
  content: "→";
  font-size: 28px;
}
#section08 > a > .box > .r_box > p {
  font-size: 14px;
  color: black;
  line-height: 2.143;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section08 > a:hover > .box > .l_box > h2,
#section08 > a:hover > .box > .l_box > h2 > span,
#section08 > a:hover > .box > .r_box > p {
  color: #fff;
}
#section08 > a:hover > .box > .r_box:after {
  background-position: left -30px top;
}
#f_entry {
  display: none;
}

/* 20230614_fix */
#section01 .container {
  width: unset;
  max-width: unset;
}

#section01 .box {
  align-items: center;
}

#section01 > .container > .box > .l_box {
  width: 50%;
}

#section01 > .container > .box > .l_box img {
  width: 100%;
  height: 100%;
}

#section01 > .container > .box > .r_box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  padding-right: 3%;
}

#section01 > .container > .box > .r_box .news__ttlbox {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
}

#section01 > .container > .box > .r_box .news__ttl {
  font-size: 26px;
  color: var(--main-color);
}

#section01 > .container > .box > .r_box .news__subttl {
  font-size: 24px;
}

#section01 > .container > .box > .r_box .news__list {
  width: 100%;
  max-width: 600px;
}

#section01 > .container > .box > .r_box .news__item {
  padding: 18px 0;
  border-bottom: 1px solid #000;
  text-align: left;
}

#section01 .top_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section01 .top_flexbox a {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (min-width: 767px) {
  #section02 > .container > .box > .l_box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
  }

  #section03 > .container > .box > .l_box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
  }

  img.w-100.sponly {
    display: none;
  }
}

h2.section__ttl.right-spc {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  img.w-100.pconly {
    display: none;
  }
}





#mfp_loading{
  display:none;
}
#mfp_loading_screen{
  display:none;
}

#mfp_overlay_background{
  display:none;
}
#mfp_overlay{
  display:none;
}

