@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* font-sizeを可変に */
html {
  font-size: 0.7142857143vw;
  background-color: var(--blue);
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(2.5vw, 2.3rem);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #100F0F;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  min-height: 100dvh;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body {
  /* リンク
  --------------------- */
}
body a {
  color: #231815;
  text-decoration: none;
}
body {
  /* テキスト装飾
  --------------------- */
}
body h1 {
  font-size: 2rem;
}
body h2 {
  font-weight: Bold;
  font-size: 10rem;
  letter-spacing: 0.08rem;
  line-height: 1;
}
body .font_style01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body .font_style02 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
body .font_style03 {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: normal;
  font-style: normal;
}
body .shadow {
  filter: drop-shadow(0 0.5rem 2rem rgba(0, 0, 0, 0.2));
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .white {
  color: #fff;
}
body .blue {
  color: var(--blue);
}
body .border_wihte {
  border-bottom: 1px solid var(--white);
}
body .border_blue {
  border-bottom: 1px solid var(--blue);
}
body .display_block {
  display: block;
}
body .tab {
  display: none;
}
@media screen and (max-width: 1100px) {
  body .tab {
    display: block;
  }
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body main {
  position: relative;
}
body {
  /* flex
  --------------------- */
}
body .flex {
  display: flex;
  flex-wrap: wrap;
}
body .flex-start {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
body .flex-end {
  display: flex;
  flex-direction: row-reverse;
}
body .flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*body*/
/* common_inner
--------------------- */
.con_title {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .con_title {
    margin-bottom: 4rem;
  }
}
.con_title .en {
  display: block;
  font-size: 10rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .con_title .en {
    font-size: 6.3rem;
    margin-bottom: 1.3rem;
  }
}
.con_title h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .con_title h2 {
    font-size: 1.5rem;
  }
}

/* common_inner
--------------------- */
.common_inner {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .common_inner {
    width: 85%;
  }
}

/* root
--------------------- */
:root {
  --black: #2E2E2E;
  --blue: #1A4276;
  --white: #ffffff;
  --white_transparent: rgba(255, 255, 255, 0.5);
  --gray01: #7E7E7E;
  --gray02: #F5F5F5;
  --gray03: #DDDDDD;
  --hover_ani_time: all 0.3s ease;
  --section_con_padding: 20rem;
}

@media (max-width: 768px) {
  :root {
    --section_con_padding: 10rem;
  }
}
/* header
----------------------------*/
#header.is-animation {
  background: #fff;
  height: 8rem;
}
#header.is-animation .logo a .sub {
  opacity: 0;
  pointer-events: none;
}
#header.is-animation .logo a svg path {
  fill: #0072BC;
}
#header.is-animation .menubtn {
  top: 1rem;
  border: 1px solid var(--black);
}
#header.is-animation #menubox {
  top: 0;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 14rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: var(--hover_ani_time);
}
#header .logo {
  position: relative;
  padding-left: 5rem;
  fill: currentColor;
}
#header .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
#header .logo a svg {
  fill: currentColor;
  width: 11.2rem;
  transition: var(--hover_ani_time);
  color: #fff;
}
#header .logo a .logo_blue {
  opacity: 0;
}
#header .logo a span {
  position: absolute;
  top: 9rem;
  left: 0;
  transform: rotate(90deg);
  display: block;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.5rem;
  transition: var(--hover_ani_time);
}
#header .btn-list_header {
  width: 30%;
  margin-right: 8rem;
  position: absolute;
  right: 6rem;
}
#header .btn-list_header li {
  width: 32%;
}
#header .btn-list_header li a {
  display: block;
  height: 4.6rem;
  padding-top: 0.5rem;
  border-radius: 2.3rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  transition: var(--hover_ani_time);
}
#header .btn-list_header li a span {
  font-size: 1rem;
}
#header .btn-list_header li:nth-child(1) a {
  background: #121F40;
}
#header .btn-list_header li:nth-child(1) a:hover {
  color: var(--blue);
  background: var(--white);
}
#header .btn-list_header li:nth-child(2) a {
  background: #2895C5;
}
#header .btn-list_header li:nth-child(2) a:hover {
  color: var(--blue);
  background: var(--white);
}
#header .btn-list_header li:nth-child(3) a {
  background: #1A4276;
}
#header .btn-list_header li:nth-child(3) a:hover {
  color: var(--blue);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  #header {
    height: 10rem;
  }
  #header .logo {
    padding-left: 1.2rem;
  }
  #header .logo a img {
    width: 10rem;
  }
  #header .logo a span {
    font-size: 1rem;
    padding-left: 1.2rem;
    top: 8rem;
    left: -3.4rem;
  }
  #header .btn-list_header {
    width: 12rem;
    margin-right: 4rem;
  }
  #header .btn-list_header li {
    width: 100%;
  }
  #header .btn-list_header li:nth-child(1), #header .btn-list_header li:nth-child(3) {
    display: none;
  }
}

/* menubox
----------------------------*/
.menubtn {
  width: 6rem;
  height: 6rem;
  margin-right: 4rem;
  border-radius: 100%;
  z-index: 90;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  .menubtn {
    margin-right: 2rem;
  }
}
.menubtn .menu {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 100%;
  transition: 0.3s;
  z-index: 60;
  transition: top 0.3s ease;
}
.menubtn .menu .openbtn-area {
  transition: all 0.4s;
}
.menubtn .menu span {
  width: 3rem !important;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  margin-left: -1.4rem;
  height: 1px;
  background: #13284A;
}
.menubtn .menu span:nth-of-type(1) {
  top: 26%;
}
@media screen and (max-width: 768px) {
  .menubtn .menu span:nth-of-type(1) {
    top: 28%;
  }
}
.menubtn .menu span:nth-of-type(2) {
  top: 33%;
}
@media screen and (max-width: 768px) {
  .menubtn .menu span:nth-of-type(2) {
    top: 35%;
  }
}
.menubtn .menu span:nth-of-type(3) {
  top: 41%;
}
@media screen and (max-width: 768px) {
  .menubtn .menu span:nth-of-type(3) {
    top: 43%;
  }
}
.menubtn .menu.active {
  background: var(--blue);
}
.menubtn .menu.active .openbtn-area {
  transform: rotateY(-360deg);
}
.menubtn .menu.active span {
  background: #fff;
}
.menubtn .menu.active span:nth-of-type(1) {
  top: 2.1rem;
  transform: translateY(0) rotate(-155deg);
}
.menubtn .menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menubtn .menu.active span:nth-of-type(3) {
  top: 2.1rem;
  transform: translateY(0) rotate(155deg);
}
.menubtn .menu.active .txt {
  color: var(--white);
}
.menubtn .menu.active .txt .close_txt {
  display: block;
}
.menubtn .menu.active .txt .menu_txt {
  display: none;
}
.menubtn .menu .txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--hover_ani_time);
}
.menubtn .menu .txt .close_txt {
  display: none;
}

/* menubox
----------------------------*/
#menubox {
  opacity: 0;
  pointer-events: none;
  width: 32.4rem;
  padding: 14rem 3rem 3.3rem 3rem;
  border-radius: 0 0 0 1rem;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  transition: var(--hover_ani_time);
}
#menubox.active {
  opacity: 1;
  pointer-events: all;
}
#menubox.is-animation {
  top: 0;
  padding: 9rem 3rem 3.3rem 3rem;
}
#menubox ul.aclist li {
  overflow: hidden;
}
#menubox ul.aclist li:not(:nth-last-of-type(1)) {
  margin-bottom: 1.5rem;
}
#menubox ul.aclist li a {
  position: relative;
  display: block;
  background: url("../img/icon_arrow_blue.svg") no-repeat right 5px center/20px;
  padding: 2rem 0 1.5rem 1.4rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6em;
  border-radius: 0.6rem;
  background-color: var(--white);
  transition: var(--hover_ani_time);
}
#menubox ul.aclist li a:hover {
  background-color: var(--blue);
  color: var(--white);
}
#menubox ul.aclist li a:hover::after {
  background: url("../img/btn_circle_white.svg") no-repeat center/cover;
}
#menubox ul.aclist li a:hover .en {
  color: var(--white);
}
#menubox ul.aclist li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.1rem;
  height: 2.1rem;
  transition: var(--hover_ani_time);
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#menubox ul.aclist li a .en {
  font-size: 2rem;
  color: var(--blue);
}
#menubox ul.btn-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 3rem;
  margin-top: 3rem;
}
#menubox ul.btn-list li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
#menubox ul.btn-list li:nth-last-child(1) {
  margin-bottom: 0;
}
#menubox ul.btn-list li a {
  position: relative;
  width: 100%;
  height: 6rem;
  padding-top: 0.6rem;
  padding-left: 2.4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
  transition: var(--hover_ani_time);
}
#menubox ul.btn-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.1rem;
  height: 2.1rem;
  transition: var(--hover_ani_time);
  background: url("../img/btn_circle_white.svg") no-repeat center/cover;
}
#menubox ul.btn-list li a span {
  font-size: 1.3rem;
}
#menubox ul.btn-list li a:hover {
  color: var(--blue);
  background: var(--white);
}
#menubox ul.btn-list li a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#menubox ul.btn-list li:nth-child(1) a {
  background: #121F40;
}
#menubox ul.btn-list li:nth-child(1) a:hover {
  color: var(--blue);
  background: var(--white);
}
#menubox ul.btn-list li:nth-child(1) a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#menubox ul.btn-list li:nth-child(2) a {
  background: #2895C5;
}
#menubox ul.btn-list li:nth-child(2) a:hover {
  color: var(--blue);
  background: var(--white);
}
#menubox ul.btn-list li:nth-child(2) a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#menubox ul.btn-list li:nth-child(3) a {
  background: #1A4276;
}
#menubox ul.btn-list li:nth-child(3) a:hover {
  color: var(--blue);
  background: var(--white);
}
#menubox ul.btn-list li:nth-child(3) a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #menubox {
    width: 100%;
    height: 100dvh;
    padding: 9rem 2rem 0.5rem 2rem;
    top: 0rem;
    right: 0;
    border-radius: 0;
  }
  #menubox.is-animation {
    padding: 8rem 2rem 0.5rem 2rem;
  }
  #menubox ul.aclist li:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
  #menubox ul.aclist li a {
    padding: 1.1rem 1rem 1rem 1.2rem;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.6em;
  }
  #menubox ul.aclist li a .en {
    font-size: 1.8rem;
  }
  #menubox ul.btn-list {
    padding-bottom: 2rem;
  }
  #menubox ul.btn-list li a {
    height: 6rem;
    padding-left: 2rem;
    font-size: 1.5rem;
    padding-top: 1.2rem;
  }
  #menubox ul.btn-list li a span {
    font-size: 1.1rem;
  }
}

/* フッター
--------------------- */
#footer {
  position: relative;
}
#footer .card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7.3rem 10rem 8.3rem 10rem;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  margin: 20rem 0;
}
@media screen and (max-width: 768px) {
  #footer .card a {
    display: block;
    padding: 4.8rem 3rem 6rem 3rem;
    margin: 10rem 0;
  }
}
#footer .card a:hover .footer_btn {
  color: var(--blue);
  background-color: var(--white);
}
#footer .card a:hover .footer_btn::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#footer .card a .txt_box .con_title.title {
  margin-bottom: 0;
}
#footer .card a .txt_box .con_title.title .en {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .card a .txt_box .con_title.title h2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
#footer .card a .footer_btn {
  width: 21.5rem;
  position: relative;
  height: 6rem;
  padding-top: 0.6rem;
  padding-left: 2.4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
  transition: var(--hover_ani_time);
  background-color: #2895C5;
}
@media screen and (max-width: 768px) {
  #footer .card a .footer_btn {
    width: 100%;
    padding-top: 1.2rem;
    height: 6.7rem;
    margin-top: 1.6rem;
  }
}
#footer .card a .footer_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  transition: var(--hover_ani_time);
  background: url("../img/btn_circle_white.svg") no-repeat center/cover;
}
#footer .card a .footer_btn span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #footer .card a .footer_btn span {
    font-size: 1.5rem;
  }
}
#footer .card a .footer_btn:hover {
  color: var(--blue);
  background: var(--white);
}
#footer .card a .footer_btn:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#footer .copyright {
  width: 100%;
  padding: 4rem 0;
  background-color: var(--white);
}
#footer .copyright .jp {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
}

/*#footer*/
/* bg_img
--------------------- */
.bg_img_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
}
.bg_img_wrapper .con_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100dvh;
  opacity: 1;
  transition: opacity 0.5s linear;
  will-change: opacity;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .bg_img_wrapper .con_circle {
    top: 40%;
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.bg_img_wrapper .con_circle.hide {
  opacity: 0;
}
.bg_img_wrapper {
  /* 共通 */
}
.bg_img_wrapper .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.bg_img_wrapper .circle img {
  width: 100%;
  height: auto;
  display: block;
}
.bg_img_wrapper .circle_01,
.bg_img_wrapper .circle_02,
.bg_img_wrapper .circle_03 {
  animation: none;
}
.bg_img_wrapper {
  /* 個別 */
}
.bg_img_wrapper .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
.bg_img_wrapper .circle_01 {
  width: 38%;
  animation: circle01 1.5s ease-out forwards;
}
.bg_img_wrapper .circle_02 {
  width: 70.5%;
  animation: circle02 1.5s ease-out forwards;
}
.bg_img_wrapper .circle_03 {
  width: 100%;
  animation: circle03 1.5s ease-out forwards;
}

.footer_bg,
.con_circle {
  transform: translateZ(0);
}

.footer_bg {
  opacity: 0;
  transition: opacity 0.5s linear;
  will-change: opacity;
  width: 100%;
  height: 100dvh;
}

.footer_bg.show {
  opacity: 1;
}

@keyframes circle01 {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
    opacity: 1;
  }
}
@keyframes circle02 {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(-360deg);
    opacity: 1;
  }
}
@keyframes circle03 {
  0% {
    transform: translate(-50%, -50%) scale(0) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(360deg);
    opacity: 1;
  }
}
/* sec_fv
--------------------- */
#sec_fv {
  position: relative;
  height: 100dvh;
  display: flex;
  flex: 1;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 1100px) {
  #sec_fv {
    height: 80vw;
  }
}
@media screen and (max-width: 768px) {
  #sec_fv {
    min-height: 100vh; /* 保険 */
    min-height: 100dvh; /* 最新対応 */
    padding-bottom: 3rem;
  }
}
#sec_fv .inner {
  width: 92%;
  margin: auto auto 0 auto;
}
#sec_fv .inner h1 {
  font-size: 14rem;
  text-align: center;
  color: var(--white);
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner h1 {
    font-size: 5.5rem;
  }
}
#sec_fv .inner h2 {
  font-size: 3.4rem;
  line-height: 4.6rem;
  color: var(--white);
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner h2 {
    font-size: 2.5rem;
    line-height: 3.8rem;
    margin-bottom: 1.1rem;
  }
}
#sec_fv .inner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner .wrapper {
    display: block;
  }
}
#sec_fv .inner .wrapper p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  color: var(--white);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner .wrapper p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 2.5rem;
  }
}
#sec_fv .inner .wrapper .btn-list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner .wrapper .btn-list {
    justify-content: flex-start;
  }
}
#sec_fv .inner .wrapper .btn-list.btn-list li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 27%;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner .wrapper .btn-list.btn-list li {
    width: 50%;
  }
}
#sec_fv .inner .wrapper .btn-list.btn-list li a {
  position: relative;
  width: 100%;
  height: 6rem;
  padding-top: 0.6rem;
  padding-left: 2.4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #sec_fv .inner .wrapper .btn-list.btn-list li a {
    height: 6rem;
    padding-left: 2rem;
    font-size: 1.5rem;
    padding-top: 1.2rem;
  }
}
#sec_fv .inner .wrapper .btn-list.btn-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/btn_circle_white.svg") no-repeat center/cover;
}
#sec_fv .inner .wrapper .btn-list.btn-list li a span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #sec_fv .inner .wrapper .btn-list.btn-list li a span {
    font-size: 1.1rem;
  }
}
#sec_fv .inner .wrapper .btn-list.btn-list li a:hover {
  color: var(--blue);
  background: var(--white);
}
#sec_fv .inner .wrapper .btn-list.btn-list li a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(1) {
  margin-right: 2rem;
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(1) a {
  background: #2895C5;
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(1) a:hover {
  color: var(--blue);
  background: var(--white);
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(1) a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(2) a {
  background: #1A4276;
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(2) a:hover {
  color: var(--blue);
  background: var(--white);
}
#sec_fv .inner .wrapper .btn-list.btn-list li:nth-child(2) a:hover::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}

/* NEWS
--------------------- */
#sec_news {
  position: relative;
  padding-top: var(--section_con_padding);
}
#sec_news .common_inner {
  display: flex;
}
@media (max-width: 768px) {
  #sec_news .common_inner {
    display: block;
  }
}
#sec_news .common_inner .title {
  width: -moz-fit-content;
  width: fit-content;
  height: 300px;
}
@media (max-width: 768px) {
  #sec_news .common_inner .title {
    height: auto;
  }
}
#sec_news .common_inner .title .en {
  display: block;
  font-size: 5rem;
  writing-mode: vertical-rl;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #sec_news .common_inner .title .en {
    font-size: 6rem;
    margin-bottom: 1.5rem;
    writing-mode: horizontal-tb;
  }
}
#sec_news .common_inner .title h2 {
  display: block;
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: auto;
}
@media (max-width: 768px) {
  #sec_news .common_inner .title h2 {
    font-size: 2rem;
    writing-mode: horizontal-tb;
  }
}
#sec_news .common_inner ul {
  width: 100%;
  margin-left: 7rem;
}
@media (max-width: 768px) {
  #sec_news .common_inner ul {
    margin-top: 4rem;
    margin-left: 0;
  }
}
#sec_news .common_inner ul li {
  display: flex;
  align-items: center;
  border-radius: 1rem;
  border: 1px solid var(--white);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  padding: 3rem 5rem;
  width: 100%;
}
@media (max-width: 768px) {
  #sec_news .common_inner ul li {
    display: block;
    padding: 2rem 2rem;
  }
}
#sec_news .common_inner ul li:not(:nth-last-child(1)) {
  margin-bottom: 1.5rem;
}
#sec_news .common_inner ul li .year {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 5rem;
}
@media (max-width: 768px) {
  #sec_news .common_inner ul li .year {
    margin-bottom: 1rem;
  }
}
#sec_news .common_inner ul li p {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

/*#sec_bg*/
/* LINE UP
--------------------- */
#sec_line {
  position: relative;
  padding-top: var(--section_con_padding);
}
#sec_line .con_title {
  text-align: center;
}
#sec_line .tabs {
  border: 1px solid var(--white);
}
#sec_line .tabs input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}
#sec_line .tabs .tabs-inner #tab1:focus-visible ~ label[for=tab1],
#sec_line .tabs .tabs-inner #tab2:focus-visible ~ label[for=tab2] {
  background-color: var(--white);
  color: var(--blue);
}
#sec_line .tabs .tabs-inner .tab-labels {
  display: flex;
  border-bottom: 1px solid var(--white);
}
#sec_line .tabs .tabs-inner .tab-label {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 1.6rem 0 1.5rem;
  color: var(--white);
  cursor: pointer;
  transition: var(--hover_ani_time);
  background-color: rgba(0, 0, 0, 0.2);
}
#sec_line .tabs .tabs-inner .tab-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.2rem;
  height: 0.6rem;
  transform: translateY(-50%);
  background: url("../img/arrow01_white.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #sec_line .tabs .tabs-inner .tab-label::after {
    right: 1.5rem;
  }
}
#sec_line .tabs .tabs-inner {
  /*.tab-label*/
}
#sec_line .tabs .tabs-inner .internship {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #sec_line .tabs .tabs-inner .internship {
    font-size: 1.7em;
    line-height: 2rem;
  }
}
#sec_line .tabs .tabs-inner .workshop {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #sec_line .tabs .tabs-inner .workshop {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#sec_line .tabs .tabs-inner .tab-contents {
  overflow: hidden;
  width: 100%;
}
#sec_line .tabs .tabs-inner .tab-contents > div {
  display: none;
  padding: 6rem 5rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #sec_line .tabs .tabs-inner .tab-contents > div {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  #sec_line .tabs .tabs-inner .tab-contents > div .img_box {
    width: 200%;
  }
}
#sec_line .tabs .tabs-inner .tab-contents > div p {
  font-size: 1.2rem;
  line-height: 2rem;
  color: var(--white);
  margin-top: 3rem;
}
#sec_line .tabs {
  /*.tabs-inner*/
}
#sec_line .tabs #tab1:checked ~ .tabs-inner label[for=tab1],
#sec_line .tabs #tab2:checked ~ .tabs-inner label[for=tab2] {
  background-color: var(--white);
  color: var(--blue);
}
#sec_line .tabs #tab1:checked ~ .tabs-inner label[for=tab1]::after,
#sec_line .tabs #tab2:checked ~ .tabs-inner label[for=tab2]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 1.2rem;
  height: 0.6rem;
  transform: translateY(-50%);
  background: url("../img/arrow01_blue.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #sec_line .tabs #tab1:checked ~ .tabs-inner label[for=tab1]::after,
  #sec_line .tabs #tab2:checked ~ .tabs-inner label[for=tab2]::after {
    right: 1.5rem;
  }
}
#sec_line .tabs #tab1:checked ~ .tabs-inner .content-tab1,
#sec_line .tabs #tab2:checked ~ .tabs-inner .content-tab2 {
  display: block;
}

/*.tabs*/
/* program
----------------------------*/
#program {
  position: relative;
  z-index: 1;
  padding-top: var(--section_con_padding);
}
#program .con_title {
  margin-bottom: 0;
}
#program .beginning {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: -2rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  #program .beginning {
    display: block;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 7rem;
  }
}
#program .beginning .is-hide {
  display: none !important;
}
#program .beginning .list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 4rem);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  border-radius: 1rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item {
    width: 100%;
    margin-right: 0;
  }
}
#program .beginning .list_item.positon_down {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item.positon_down {
    margin-top: 0;
  }
}
#program .beginning .list_item.none {
  display: none;
}
#program .beginning .list_item a {
  display: block;
}
#program .beginning .list_item a:hover .bottom_txt {
  color: var(--white);
  background: var(--blue);
}
#program .beginning .list_item a:hover .box .text h3::after {
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a:hover .box .text h3::after {
    background: url("../img/btn_circle_white.svg") no-repeat center/cover;
  }
}
#program .beginning .list_item a .box {
  padding: 4rem 4rem 3rem 4rem;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .box {
    padding: 2.5rem 2.5rem 2.3rem 2.5rem;
  }
}
#program .beginning .list_item a .box .info {
  position: relative;
  width: 100%;
}
#program .beginning .list_item a .box .info img {
  border-radius: 1rem;
}
#program .beginning .list_item a .box .info h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  white-space: nowrap;
  font-size: 2rem;
  color: var(--blue);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem 0.6rem 0.8rem;
  border-radius: 0 0.5rem 0 0.5rem;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .box .info h4 {
    font-size: 1.7rem;
  }
}
#program .beginning .list_item a .box .text {
  margin-top: 2.5rem;
  transition: var(--hover_ani_time);
}
#program .beginning .list_item a .box .text h3 {
  position: relative;
  font-size: 4rem;
  margin: 2.5rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .box .text h3 {
    font-size: 2.8rem;
    margin: 2rem 0 2rem;
  }
}
#program .beginning .list_item a .box .text h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4.4rem;
  height: 4.4rem;
  background: url("../img/btn_circle_white.svg") no-repeat center/cover;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .box .text h3::after {
    width: 3.6rem;
    height: 3.6rem;
  }
}
#program .beginning .list_item a .box .text h3 .small {
  display: block;
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .box .text h3 .small {
    font-size: 1.8rem;
  }
}
#program .beginning .list_item a .box .text .txt {
  display: block;
  font-size: 1.5rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .box .text .txt {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
#program .beginning .list_item a {
  /*.box  */
}
#program .beginning .list_item a .bottom_txt {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0 1.6rem 0;
  border-radius: 0 0 1rem 1rem;
  background: rgba(255, 255, 255, 0.3);
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #program .beginning .list_item a .bottom_txt {
    font-size: 1.6rem;
  }
}
#program .beginning {
  /*.list_item */
}
#program {
  /*.beginning*/
}
#program .programform_title {
  text-align: center;
}
#program .programform_title .en {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #program .programform_title .en {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
#program .programform_title h3 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #program .programform_title h3 {
    font-size: 3rem;
  }
}
#program .programform_title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #program .programform_title {
    margin-bottom: 3.8rem;
  }
}
#program #programform {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #program #programform {
    display: block;
  }
}
#program #programform .sort {
  width: 23%;
  margin-left: 8rem;
}
@media screen and (max-width: 768px) {
  #program #programform .sort {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
}
#program #programform .sort .flawting {
  top: 15rem;
  position: sticky;
}
#program #programform .sort.off {
  display: none !important;
}
#program #programform .sort .cell {
  margin-bottom: 3rem;
}
#program #programform .sort .cell .head h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #program #programform .sort .cell .head h4 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #program #programform .sort .cell ul.keyword-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
#program #programform .sort .cell ul.keyword-box li {
  margin-top: 1rem;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #program #programform .sort .cell ul.keyword-box li {
    width: 48.5%;
    margin-right: 0;
  }
}
#program #programform .sort .cell ul.keyword-box li input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
#program #programform .sort .cell ul.keyword-box li label.keyword_tag {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  color: var(--white);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  border: 1px solid var(--white_transparent);
  font-size: 1.4rem;
  padding: 1rem 0 1.1rem;
}
@media screen and (max-width: 768px) {
  #program #programform .sort .cell ul.keyword-box li label.keyword_tag {
    font-size: 1.3rem;
  }
}
#program #programform .sort .cell ul.keyword-box li label.keyword_tag .check_box {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem 1rem 0 1.5rem;
  background: url("../img/check_box.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #program #programform .sort .cell ul.keyword-box li label.keyword_tag .check_box {
    font-size: 1.3rem;
    margin: 0.2rem 0.6rem 0 0.5rem;
  }
}
#program #programform .sort .cell ul.keyword-box li input:checked + label .check_box {
  background: url("../img/check_box_active.svg") no-repeat center/cover;
}
#program #programform .sort .cell {
  /*.keyword-box*/
}
#program #programform .sort {
  /*.cell*/
}
#program #programform .sort .reset {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
#program #programform .sort .reset button {
  font-size: 1.3rem;
  color: var(--white);
  cursor: pointer;
  width: 70%;
  padding: 1rem 0 1.1rem 0;
  border: 1px solid #121F40;
  border-radius: 1.8rem;
  background: #121F40;
  transition: var(--hover_ani_time);
  box-shadow: 0 0.5rem 2rem rgba(18, 31, 64, 0.2);
}
@media screen and (max-width: 768px) {
  #program #programform .sort .reset button {
    width: 44%;
    padding: 0.8rem 0 0.9rem 0;
  }
}
#program #programform .sort .reset button:hover {
  color: var(--black);
  border: 1px solid #121F40;
  background: var(--white);
}
#program #programform {
  /*.reset*/
}
#program #programform .keyword-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 77%;
}
@media screen and (max-width: 768px) {
  #program #programform .keyword-list {
    display: block;
    width: 100%;
    margin-top: 5rem;
  }
}
#program #programform .keyword-list .is-hide {
  display: none !important;
}
#program #programform .keyword-list .list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 2rem);
  margin-bottom: 4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #program #programform .keyword-list .list_item {
    width: 100%;
  }
}
#program #programform .keyword-list .list_item .btn-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 1rem;
  overflow: hidden;
}
#program #programform .keyword-list .list_item .btn-view:hover .btn-detail {
  background-color: var(--blue);
}
#program #programform .keyword-list .list_item .btn-view:hover .btn-detail .jp {
  color: var(--white);
}
#program #programform .keyword-list .list_item .btn-view:hover .btn-detail .img::after {
  background: url("../img/btn_circle_white.svg") no-repeat center/cover;
}
#program #programform .keyword-list .list_item .btn-view .box {
  flex: 1;
  padding: 3rem 2.5rem 2.5rem 2.5rem;
  background: var(--white);
}
#program #programform .keyword-list .list_item .btn-view .box .text {
  margin-top: 1rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .tag {
  display: flex;
}
#program #programform .keyword-list .list_item .btn-view .box .text .tag li {
  font-size: 1.1rem;
  padding: 0.7rem 0.6rem 0.8rem 0.6rem;
  border-radius: 0.3rem;
  background-color: var(--gray02);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-right: 0.8rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text h4 {
  font-size: 2.2rem;
  color: var(--blue);
  margin: 1.2rem 0 0.9rem;
}
@media screen and (max-width: 768px) {
  #program #programform .keyword-list .list_item .btn-view .box .text h4 {
    line-height: 3.2rem;
  }
}
#program #programform .keyword-list .list_item .btn-view .box .text h4 .small {
  display: inline-block;
  font-size: 1.8rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .txt {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .items {
  margin-top: 1.9rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .items .small {
  display: block;
  font-size: 1.2rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .items .dd-small {
  font-size: 1.2rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .items dt {
  font-size: 1.3rem;
  color: var(--gray01);
  margin-bottom: 0.7rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .items dd {
  font-size: 1.4rem;
  line-height: 2rem;
}
#program #programform .keyword-list .list_item .btn-view .box .text .items dd .dd_small {
  display: inline-block;
  font-size: 1.2rem;
}
#program #programform .keyword-list .list_item .btn-view .box .info {
  position: relative;
  width: 100%;
}
#program #programform .keyword-list .list_item .btn-view .box .info img {
  border-radius: 1rem;
}
#program #programform .keyword-list .list_item .btn-view .box .info h4 {
  position: absolute;
  top: -1.4rem;
  left: 50%;
  display: block;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 1.6rem;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem 0.6rem 0.8rem;
  border-radius: 0.5rem;
  background-color: var(--blue);
}
#program #programform .keyword-list .list_item .btn-view {
  /*.box  */
}
#program #programform .keyword-list .list_item .btn-view .btn-detail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2.5rem;
  border-top: 1px solid var(--gray03);
  margin-top: auto;
  transition: var(--hover_ani_time);
  background: var(--white);
}
#program #programform .keyword-list .list_item .btn-view .btn-detail .jp {
  display: block;
  font-size: 1.8rem;
  color: var(--blue);
}
#program #programform .keyword-list .list_item .btn-view .btn-detail .img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 3.8rem;
  height: 3.8rem;
  transform: translateY(-50%);
  background: url("../img/btn_circle_blue.svg") no-repeat center/cover;
}
#program #programform .keyword-list .list_item .btn-view {
  /*.btn-view */
}
#program #programform .keyword-list {
  /*.list_item */
}
#program #programform {
  /*.keyword-list*/
}
#program {
  /*#programform*/
}

/* モーダル
----------------------------*/
.animatedModal {
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  display: flex;
  background: rgba(0, 0, 0, 0.6); /* 黒60% */
  backdrop-filter: blur(30px); /* 背景ぼかし30px */
  -webkit-backdrop-filter: blur(30px);
}
.animatedModal .anchor {
  position: relative;
  padding-top: 21rem;
  width: 22%;
  padding-left: 7rem;
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .animatedModal .anchor {
    display: none;
  }
}
.animatedModal .anchor .anchor_list {
  margin-bottom: 2.3rem;
}
.animatedModal .anchor .anchor_list_item a {
  display: block;
  font-size: 1.6rem;
  color: var(--white);
  white-space: nowrap;
  transition: var(--hover_ani_time);
  color: #969696;
  font-weight: bold;
}
.animatedModal .anchor .anchor_list_item a.active {
  color: var(--white);
}
.animatedModal .close {
  position: absolute;
  top: 6rem;
  left: 12rem;
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 11;
  filter: drop-shadow(0rem 0.5rem 2rem rgba(0, 0, 0, 0.16));
  transition: var(--hover_ani_time);
  background: url("../img/modal_close_btn.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .animatedModal .close {
    width: 5rem;
    height: 5rem;
    top: 2.5%;
    left: 33rem;
    transform: translateX(0%);
  }
}
.animatedModal .close:hover {
  background: url("../img/modal_close_btn_blue.svg") no-repeat center/cover;
}
.animatedModal .close img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.animatedModal .modal-content {
  width: auto;
  position: relative;
  padding: 8rem 10rem 1.3rem 6rem;
  overflow-y: scroll;
  z-index: 2;
  scroll-padding-top: 20.5rem;
  scroll-behavior: smooth;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content {
    padding: 3rem 2rem 3rem 2rem;
  }
}
.animatedModal .modal-content .cont .text .program h2 {
  font-size: 4rem;
  color: var(--white);
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .program h2 {
    font-size: 2.9rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.animatedModal .modal-content .cont .text .program h2 .small {
  display: inline-block;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .program h2 .small {
    display: block;
    font-size: 2rem;
    margin-top: -0.5rem;
  }
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item {
  border-radius: 1rem;
  padding: 3rem 3rem 4rem 3rem;
  margin-bottom: 5rem;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .modal_content_list .list_item {
    padding: 2rem 2rem 2.1rem 2rem;
    margin-bottom: 2rem;
  }
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item h4 {
  font-size: 2.4rem;
  color: var(--blue);
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .modal_content_list .list_item h4 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .txt {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .modal_content_list .list_item .txt {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .txt.sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .modal_content_list .list_item .txt.sub {
    font-size: 1.1rem;
  }
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .txt .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .animatedModal .modal-content .cont .text .modal_content_list .list_item .txt .small {
    font-size: 1.1rem;
  }
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .txt_list_item {
  position: relative;
  font-size: 1.6rem;
  line-height: 3rem;
  padding-left: 1.5rem;
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .txt_list_item::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: var(--blue);
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .margin {
  margin-top: -0.8em;
}
.animatedModal .modal-content .cont .text .modal_content_list .list_item .margin-bto {
  margin-bottom: 1rem;
}

.animatedModal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: var(--hover_ani_time);
}

.animatedModal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

/* voice
----------------------------*/
.swiper {
  overflow: visible;
}

.swiper-wrapper {
  align-items: center;
}

#voice {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 16rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  #voice {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
#voice .con_title {
  text-align: center;
}
#voice .swiper-container {
  padding: 0;
  position: relative;
}
#voice .swiper-container .swiper-slide {
  position: relative;
  display: block;
  border-radius: 2rem;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
#voice .swiper-container .swiper-slide .number {
  font-size: 5.8rem;
  color: var(--white);
  line-height: 1;
  position: absolute;
  top: 0.9rem;
  left: 1.6rem;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide .number {
    top: 0.8rem;
    left: 1.2rem;
    font-size: 4.1rem;
  }
}
#voice .swiper-container .swiper-slide .thumbnail {
  width: 65%;
  margin: 0 auto;
}
#voice .swiper-container .swiper-slide h3 {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  top: 3rem;
  right: -2rem;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide h3 {
    font-size: 4.6vw;
    right: -1.2rem;
  }
}
#voice .swiper-container .swiper-slide h3 .jp {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  background-color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  writing-mode: vertical-rl;
  padding: 0.7rem 0.1rem;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide h3 .jp {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.2rem;
    padding: 0.5rem 0.1rem;
  }
}
#voice .swiper-container .swiper-slide h3 .jp.style01 {
  padding: 0.7rem 0.1rem 0 0.1rem;
}
#voice .swiper-container .swiper-slide .txt_box {
  padding: 1.9rem 2.7rem;
  background-color: var(--white);
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide .txt_box {
    padding: 1.6rem 2rem 2rem 2rem;
  }
}
#voice .swiper-container .swiper-slide .txt_box h4 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--blue);
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide .txt_box h4 {
    font-size: 4.4vw;
    margin-bottom: 0.9rem;
  }
}
#voice .swiper-container .swiper-slide .txt_box .join {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide .txt_box .join {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#voice .swiper-container .swiper-slide .txt_box .read {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide .txt_box .read {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
#voice .swiper-container .swiper-slide .txt_box .more {
  width: -moz-fit-content;
  width: fit-content;
  height: 4.8rem;
  padding: 0.5rem 6.9rem 0.5rem 2.3rem;
  margin: auto;
  border-radius: 4rem;
  border: 1px solid var(--blue);
  background: var(--blue) url("../img/btn_circle_white.svg") no-repeat right 1rem center/2.2rem;
  font-size: 1.4rem;
  line-height: 3.8rem;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-slide .txt_box .more {
    padding: 0.5rem 6.9rem 0.5rem 2.3rem;
    line-height: 3.9rem;
    background: var(--blue) url("../img/btn_circle_white.svg") no-repeat right 1rem center/2.2rem;
  }
}
#voice .swiper-container .swiper-slide:hover .more {
  color: var(--blue);
  background: var(--white) url("../img/btn_circle_blue.svg") no-repeat right 1rem center/2.2rem;
}
#voice .swiper-container .swiper-button-prev {
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  left: 41rem;
  background: url("../img/btn_arrow_prev.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-button-prev {
    left: 1.4rem;
  }
}
#voice .swiper-container .swiper-button-prev:after {
  display: none;
}
#voice .swiper-container .swiper-button-next {
  position: absolute;
  width: 4.4rem;
  height: 4.4rem;
  right: 41rem;
  background: url("../img/btn_arrow_next.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #voice .swiper-container .swiper-button-next {
    right: 1.4rem;
  }
}
#voice .swiper-container .swiper-button-next:after {
  display: none;
}

/* voice_modal
----------------------------*/
.voice_modal {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  top: 0;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6); /* 黒60% */
  backdrop-filter: blur(30px); /* 背景ぼかし30px */
  -webkit-backdrop-filter: blur(30px);
}
.voice_modal .inner {
  position: relative;
  padding: 8rem;
  margin: 0 10rem;
  border-radius: 1rem;
  background-color: var(--white);
  overflow-y: auto;
  height: 90dvh;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner {
    padding: 2rem 2rem 2.2rem 2rem;
    margin: 0 2rem;
  }
}
.voice_modal .inner .close {
  content: "";
  position: fixed;
  top: 7%;
  right: 12rem;
  width: 5rem;
  height: 5rem;
  transition: var(--hover_ani_time);
  cursor: pointer;
  filter: drop-shadow(0 0.5rem 2rem rgba(0, 0, 0, 0.25));
  background: url("../img/modal_close_btn_blue.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .close {
    top: 6rem;
    right: 4rem;
  }
}
.voice_modal .inner .close:hover {
  background: url("../img/modal_close_btn.svg") no-repeat center/cover;
}
.voice_modal .inner .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box {
    display: block;
  }
}
.voice_modal .inner .box .profile {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile {
    width: 100%;
  }
}
.voice_modal .inner .box .profile .en {
  display: block;
  font-size: 3.6rem;
  margin: 1.3rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile .en {
    font-size: 2.5rem;
    margin: 1.8rem 0 2.5rem 0;
  }
}
.voice_modal .inner .box .profile h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile h2 {
    margin-bottom: 2.4rem;
  }
}
.voice_modal .inner .box .profile h2 .jp {
  display: block;
  font-size: 2.8rem;
  color: var(--white);
  background-color: var(--blue);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 4.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile h2 .jp {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
}
.voice_modal .inner .box .profile h2 .jp.letter-spacing {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile h2 .jp.letter-spacing {
    letter-spacing: 0.09em;
  }
}
.voice_modal .inner .box .profile h2 .jp:nth-last-of-type(1) {
  padding-bottom: 0.2rem;
}
.voice_modal .inner .box .profile .job {
  display: block;
  font-size: 2.6rem;
  color: var(--blue);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile .job {
    font-size: 2.2rem;
  }
}
.voice_modal .inner .box .profile .name {
  display: block;
  font-size: 2.2rem;
  color: var(--blue);
  margin: 1.8rem 0 1.3rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile .name {
    font-size: 1.8rem;
    margin: 1.3rem 0 1.1rem;
  }
}
.voice_modal .inner .box .profile p {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .profile p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
.voice_modal .inner .box .pht {
  width: 68%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .box .pht {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.voice_modal .inner .box .pht img {
  border-radius: 1rem;
}
.voice_modal .inner .txt_box {
  width: 80%;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .txt_box {
    width: 100%;
    margin: 1rem auto 0;
  }
}
.voice_modal .inner .txt_box h3 {
  font-size: 2.4rem;
  line-height: 4rem;
  color: var(--blue);
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .txt_box h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
}
.voice_modal .inner .txt_box p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .txt_box p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.voice_modal .inner .txt_box p:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .voice_modal .inner .txt_box p:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
}

.voice_modal {
  opacity: 0;
  pointer-events: none;
  transition: var(--hover_ani_time);
}

.voice_modal.active {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */