body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  color: initial;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 400ms ease;
}

.fadein:not(.c-heading, .c-numbers) {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}
.fadein:not(.c-heading, .c-numbers).show {
  transform: translateY(0px);
  opacity: 1;
}

.c-heading.is-center {
  text-align: center;
}
.c-heading.fadein strong i, .c-heading.fadein span i {
  transform: translateX(-100%);
  opacity: 0;
}
.c-heading.fadein.show i:nth-child(1) {
  animation: fadeInText 1s ease 0.1s forwards;
}
.c-heading.fadein.show i:nth-child(2) {
  animation: fadeInText 1s ease 0.2s forwards;
}
.c-heading.fadein.show i:nth-child(3) {
  animation: fadeInText 1s ease 0.3s forwards;
}
.c-heading.fadein.show i:nth-child(4) {
  animation: fadeInText 1s ease 0.4s forwards;
}
.c-heading.fadein.show i:nth-child(5) {
  animation: fadeInText 1s ease 0.5s forwards;
}
.c-heading.fadein.show i:nth-child(6) {
  animation: fadeInText 1s ease 0.6s forwards;
}
.c-heading.fadein.show i:nth-child(7) {
  animation: fadeInText 1s ease 0.7s forwards;
}
.c-heading.fadein.show i:nth-child(8) {
  animation: fadeInText 1s ease 0.8s forwards;
}
.c-heading.fadein.show i:nth-child(9) {
  animation: fadeInText 1s ease 0.9s forwards;
}
.c-heading i, .c-heading label {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
}
.c-heading label {
  display: inline-block;
  overflow: hidden;
  padding-right: 5px;
  position: relative;
  margin-right: -5px;
}
.c-heading strong {
  font-size: 60px;
  letter-spacing: 0em;
  line-height: 91px;
  font-weight: 600;
  color: #333333;
  font-style: italic;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading strong {
    font-size: 40px;
    letter-spacing: 0em;
    line-height: 61px;
    font-weight: 600;
    color: #333333;
  }
}
.c-heading span {
  font-size: 25px;
  letter-spacing: 0em;
  line-height: 37px;
  font-weight: 400;
  color: #333333;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading span {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-heading.is-white strong {
  color: #fff;
  font-style: italic;
}
.c-heading.is-white span {
  color: #fff;
}
.c-heading.is-medium strong {
  font-size: 50px;
  line-height: 60px;
}

.flex {
  display: flex;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: unset;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

.navy {
  color: #111583;
}

#header .header-logo {
  z-index: 1;
  position: absolute;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  #header .header-logo {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #header .header-logo img {
    width: 45%;
    height: auto;
  }
  _::-webkit-full-page-media, _:future, :root #header .header-logo img {
    width: 123px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #header .header-logo img {
    width: 123px;
    height: auto;
  }
}

#footer {
  padding: 38px;
}
#footer .copyright.navy {
  text-align: center;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #footer .copyright.navy {
    letter-spacing: 0px;
    font-size: 12px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #333;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  color: initial;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 400ms ease;
}

.fadein:not(.c-heading, .c-numbers) {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}
.fadein:not(.c-heading, .c-numbers).show {
  transform: translateY(0px);
  opacity: 1;
}

.c-heading.is-center {
  text-align: center;
}
.c-heading.fadein strong i, .c-heading.fadein span i {
  transform: translateX(-100%);
  opacity: 0;
}
.c-heading.fadein.show i:nth-child(1) {
  animation: fadeInText 1s ease 0.1s forwards;
}
.c-heading.fadein.show i:nth-child(2) {
  animation: fadeInText 1s ease 0.2s forwards;
}
.c-heading.fadein.show i:nth-child(3) {
  animation: fadeInText 1s ease 0.3s forwards;
}
.c-heading.fadein.show i:nth-child(4) {
  animation: fadeInText 1s ease 0.4s forwards;
}
.c-heading.fadein.show i:nth-child(5) {
  animation: fadeInText 1s ease 0.5s forwards;
}
.c-heading.fadein.show i:nth-child(6) {
  animation: fadeInText 1s ease 0.6s forwards;
}
.c-heading.fadein.show i:nth-child(7) {
  animation: fadeInText 1s ease 0.7s forwards;
}
.c-heading.fadein.show i:nth-child(8) {
  animation: fadeInText 1s ease 0.8s forwards;
}
.c-heading.fadein.show i:nth-child(9) {
  animation: fadeInText 1s ease 0.9s forwards;
}
.c-heading i, .c-heading label {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
}
.c-heading label {
  display: inline-block;
  overflow: hidden;
  padding-right: 5px;
  position: relative;
  margin-right: -5px;
}
.c-heading strong {
  font-size: 60px;
  letter-spacing: 0em;
  line-height: 91px;
  font-weight: 600;
  color: #333333;
  font-style: italic;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading strong {
    font-size: 40px;
    letter-spacing: 0em;
    line-height: 61px;
    font-weight: 600;
    color: #333333;
  }
}
.c-heading span {
  font-size: 25px;
  letter-spacing: 0em;
  line-height: 37px;
  font-weight: 400;
  color: #333333;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading span {
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-heading.is-white strong {
  color: #fff;
  font-style: italic;
}
.c-heading.is-white span {
  color: #fff;
}
.c-heading.is-medium strong {
  font-size: 50px;
  line-height: 60px;
}

.flex {
  display: flex;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: unset;
}

#mv {
  position: relative;
}
#mv .mv-txt {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv .mv-txt {
    width: 300px;
    top: 66px;
  }
}
#mv .mv-txt img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #mv .mv-txt img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-txt img {
    width: 100%;
  }
}
#mv .mv-txt span {
  font-size: max(1.5vw, 21px);
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #mv .mv-txt span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv-txt span {
    font-size: 12px;
  }
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  background-image: url(../images/bg-gradation-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#splash #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash #splash_logo #splash_logo img {
  width: 260px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.fadeIn.animated {
  opacity: 1;
  visibility: visible;
}

#contents {
  position: relative;
}
#contents::before {
  content: "";
  display: block;
  position: fixed;
  top: -65px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/bg-gradation-pc.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents::before {
    background-image: url(../images/bg-gradation-sp.png);
  }
}

#contents-body {
  max-width: 1190px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #contents-body {
    width: 100%;
    padding: 0 10px;
  }
}
#contents-body section {
  margin: 48px 0 80px;
}
@media screen and (max-width: 768px) {
  #contents-body section {
    margin: 32px 0;
  }
}
#contents-body section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 66px;
  position: relative;
  line-height: 46px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #contents-body section h2 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 48px;
  }
}
#contents-body section h2 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section h2 span {
    font-size: max(3vw, 14px);
  }
}
#contents-body section h2.underline {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section h2.underline {
    padding-bottom: 17px;
  }
}
#contents-body section h2.underline:before {
  content: "";
  width: 100px;
  height: 4px;
  display: inline-block;
  background: linear-gradient(90deg, #B2DED2 0%, #6764DE 100%);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
}
#contents-body section .txt {
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 76%;
  margin: 0 auto 75px;
}
@media screen and (max-width: 950px) {
  #contents-body section .txt {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section .txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 60px;
    line-height: 30px;
    width: 97%;
  }
}
_::-webkit-full-page-media, _:future, :root #contents-body section .txt {
  font-weight: 600;
}

#contents-body section .txt p {
  margin-bottom: 20px;
}
#contents-body section.overview .flow {
  background-color: rgba(245, 245, 245, 0.5);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  width: 88%;
  height: 940px;
  margin: auto;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  #contents-body section.overview .flow {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section.overview .flow {
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow {
    height: 585px;
    padding: 20px 10px;
  }
}
#contents-body section.overview .flow .flow-inner h3 {
  font-size: 28px;
  text-align: center;
  line-height: 47px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents-body section.overview .flow .flow-inner h3 {
    font-size: max(4vw, 18px);
    line-height: 30px;
  }
}
#contents-body section.overview .flow .flow-inner h3 span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section.overview .flow .flow-inner h3 span {
    font-size: max(3vw, 14px);
  }
}
#contents-body section.overview .flow .flow-inner .flow-box {
  background-image: url(../images/bg-flow-circle.png);
  width: 400px;
  height: 400px;
  margin: 168px auto 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box {
    width: 300px;
    height: 300px;
    margin-top: 82px;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-01 {
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-01 {
    top: -61px;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-02 {
  position: absolute;
  top: 214px;
  right: -70px;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-02 {
    top: 166px;
    right: -15px;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-03 {
  position: absolute;
  top: 214px;
  left: -70px;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-03 {
    top: 166px;
    left: -13px;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner {
  text-align: center;
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner img {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner img {
    width: 120px;
    height: auto;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner .bg-green {
  background: #01A6AD;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  font-size: 18px;
  width: 220px;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner .bg-green {
    font-size: 10px;
    width: 120px;
    padding: 12px 0;
    margin: auto;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner .bg-navy {
  background: #111583;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  font-size: 18px;
  width: 220px;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner .bg-navy {
    font-size: 10px;
    width: 120px;
    padding: 12px 0;
    margin: auto;
  }
}
#contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner p.navy {
  line-height: 25px;
}
@media screen and (max-width: 600px) {
  #contents-body section.overview .flow .flow-inner .flow-box .flow-box-inner p.navy {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }
}
#contents-body section.bio-data {
  margin-bottom: 0;
}
#contents-body section.bio-data h2 {
  width: 635px;
  margin: 0 auto 50px;
  background-color: rgba(245, 245, 245, 0.5);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  #contents-body section.bio-data h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#contents-body section.bio-data .triangle {
  background-image: url(../images/triangle.png);
  width: 90px;
  height: 39px;
  margin: 50px auto 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #contents-body section.bio-data .triangle {
    margin-top: 68px;
  }
}
#contents-body section .tab-wrap {
  position: relative;
}
#contents-body section .tab-wrap .bg-background.right {
  width: 744px;
  height: 444px;
  border-radius: 30px 0 0 30px;
  background: linear-gradient(to top left, #B2DED2, #6764DE);
  background: -webkit-linear-gradient(top left, #B2DED2, #6764DE);
  background: -moz-linear-gradient(top left, #B2DED2, #6764DE);
  position: absolute;
  top: 13%;
  right: 0;
  z-index: -1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-wrap .bg-background.right {
    width: 80%;
    height: 388px;
    top: 63%;
  }
}
#contents-body section .tab-wrap .bg-background.left {
  width: 744px;
  height: 444px;
  border-radius: 0 30px 30px 0;
  background: linear-gradient(to top left, #B2DED2, #6764DE);
  background: -webkit-linear-gradient(top left, #B2DED2, #6764DE);
  background: -moz-linear-gradient(top left, #B2DED2, #6764DE);
  position: absolute;
  top: 8%;
  left: 0;
  z-index: -1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-wrap .bg-background.left {
    width: 80%;
    height: 388px;
    top: 68%;
  }
}
#contents-body section .tab-ttl {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-ttl {
    gap: 8px;
  }
}
#contents-body section .tab-ttl .tab {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #111583;
  color: #111583;
  padding: 26px 10px;
  font-size: min(2.1vw, 18px);
  width: 270px;
  text-align: center;
  line-height: 27px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-ttl .tab {
    padding: 20px 3px 18px;
    font-size: 14px;
    width: 33%;
    line-height: 19px;
  }
}
#contents-body section .tab-ttl .tab:hover {
  background: #111583;
  color: #fff;
}
#contents-body section .tab-ttl .tab span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-ttl .tab span {
    font-size: 12px;
    padding-top: 10px;
    display: block;
  }
}
#contents-body section .tab-ttl .tab.is-active {
  background: #111583;
  color: #fff;
}
#contents-body section .tab-ttl .tab.is-active:after {
  position: absolute;
  content: "";
  display: block;
  border-top: 10px solid #111583;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-sizing: border-box;
  bottom: -15%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 800px) {
  #contents-body section .tab-ttl .tab.is-active:after {
    bottom: -11%;
  }
}
#contents-body section .tab-contents {
  width: 98%;
  margin: auto;
}
#contents-body section .tab-contents .tab-contents-item {
  background-color: rgba(245, 245, 245, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  padding: 38px 60px 60px 60px;
  display: none;
}
@media screen and (max-width: 1000px) {
  #contents-body section .tab-contents .tab-contents-item {
    padding: 38px 35px 60px 35px;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item {
    padding: 18px 18px 30px 18px;
  }
}
#contents-body section .tab-contents .tab-contents-item.is-show {
  display: block;
}
#contents-body section .tab-contents .tab-contents-item h3 {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #contents-body section .tab-contents .tab-contents-item h3 {
    font-size: max(2.5vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
#contents-body section .tab-contents .tab-contents-item .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item .flex {
    display: block;
  }
}
#contents-body section .tab-contents .tab-contents-item .flex .item-left {
  width: 60%;
}
@media screen and (min-width: 769px) {
  #contents-body section .tab-contents .tab-contents-item .flex .item-left {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #contents-body section .tab-contents .tab-contents-item .flex .item-left {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item .flex .item-left {
    width: 100%;
    margin-right: 0;
  }
}
#contents-body section .tab-contents .tab-contents-item .flex .item-left p {
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item .flex .item-left p {
    margin-bottom: 20px;
  }
}
#contents-body section .tab-contents .tab-contents-item .flex .item-right .img {
  text-align: center;
}
#contents-body section .tab-contents .tab-contents-item .flex .item-right .img img {
  height: auto;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item .flex .item-right .img img {
    width: 80%;
    height: auto;
  }
}
#contents-body section .tab-contents .tab-contents-item .flex .item-right .name {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents-body section .tab-contents .tab-contents-item .flex .item-right .name {
    width: 85%;
    margin: auto;
    padding: 20px;
  }
}
#contents-body section .tab-contents .tab-contents-item .flex .item-right .name p {
  line-height: 25px;
  text-align: left;
  display: inline-block;
}
#contents-body section .tab-contents .tab-contents-item .flex .item-right .name p span {
  font-size: 14px;
}
#contents-body section.department h2 {
  width: 635px;
  margin: 0 auto 50px;
  background-color: rgba(245, 245, 245, 0.5);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department h2 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#contents-body section.department .tab-wrap {
  margin-bottom: 88px;
}
#contents-body section.department .tab-wrap .tab-ttl {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-ttl {
    gap: 8px;
  }
}
#contents-body section.department .tab-wrap .tab-ttl .tab__sec {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #111583;
  color: #111583;
  padding: 26px 10px;
  font-size: 18px;
  width: 270px;
  text-align: center;
  line-height: 27px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-ttl .tab__sec {
    padding: 20px 3px 18px;
    font-size: 14px;
    width: 33%;
    line-height: 19px;
  }
}
#contents-body section.department .tab-wrap .tab-ttl .tab__sec:hover {
  background: #111583;
  color: #fff;
}
#contents-body section.department .tab-wrap .tab-ttl .tab__sec span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-ttl .tab__sec span {
    font-size: 12px;
    padding-top: 10px;
    display: block;
  }
}
#contents-body section.department .tab-wrap .tab-ttl .tab__sec.is-active__sec {
  background: #111583;
  color: #fff;
}
#contents-body section.department .tab-wrap .tab-ttl .tab__sec.is-active__sec:after {
  position: absolute;
  content: "";
  display: block;
  border-top: 10px solid #111583;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  box-sizing: border-box;
  bottom: -15%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 800px) {
  #contents-body section.department .tab-wrap .tab-ttl .tab__sec.is-active__sec:after {
    bottom: -12%;
  }
}
#contents-body section.department .tab-wrap .tab-contents {
  width: 98%;
  margin: auto;
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec {
  background-color: rgba(245, 245, 245, 0.5);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
  padding: 50px;
  display: none;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec {
    padding: 18px;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec.is-show__sec {
  display: block;
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec h3 {
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex {
  justify-content: space-between;
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex:first-child {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex {
    display: block;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-left {
  margin-right: 20px;
  width: 340px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-left {
    width: 100%;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-left p {
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-left .img {
    text-align: center;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-left .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-left .img img {
    width: 75%;
    height: auto;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-right {
  width: 61%;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-right {
    width: 100%;
    margin: 10px auto;
  }
}
#contents-body section.department .tab-wrap .tab-contents .tab-contents-item__sec .flex .item-right p {
  line-height: 30px;
}
#contents-body section.department .txt-decoration .txt-decoration-inner {
  text-align: center;
  line-height: 32px;
}
#contents-body section.department .txt-decoration .txt-decoration-inner span {
  font-size: 20px;
  position: relative;
  padding: 20px 30px;
  width: 89%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #contents-body section.department .txt-decoration .txt-decoration-inner span {
    font-size: 16px;
    width: 100%;
    padding: 20px 22px;
    font-weight: bold;
  }
}
#contents-body section.department .txt-decoration .txt-decoration-inner span:before {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 48px;
  border-top: 8px solid #6764DE;
  border-left: 8px solid #6764DE;
  top: 0;
  left: 0;
  border-image: -webkit-gradient(linear, left top, left bottom, from(#B2DED2), to(#6764DE)) 6 0 0 6;
  border-image: linear-gradient(to bottom, #B2DED2 0%, #6764DE 100%) 6 0 0 6;
}
#contents-body section.department .txt-decoration .txt-decoration-inner span:after {
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 48px;
  border-bottom: 8px solid #B2DED2;
  border-right: 8px solid #B2DED2;
  bottom: 0;
  right: 0;
  border-image: -webkit-gradient(linear, right top, right bottom, from(#6764DE), to(#B2DED2)) 0 6 6 0;
  border-image: linear-gradient(to bottom, #6764DE 0%, #B2DED2 100%) 0 6 6 0;
}
#contents-body section.features {
  background: linear-gradient(to bottom, #6764DE, #B2DED2);
  background: -webkit-linear-gradient(bottom, #6764DE, #B2DED2);
  background: -moz-linear-gradient(bottom, #6764DE, #B2DED2);
  border-radius: 25px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features {
    padding: 35px 25px 20px;
  }
}
#contents-body section.features h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features h2 {
    margin-bottom: 33px;
  }
}
#contents-body section.features h2 small {
  background: #111583;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: min(2vw, 20px);
  width: 37%;
  display: block;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features h2 small {
    width: 81%;
    font-size: 14px;
    padding: 7px;
  }
}
#contents-body section.features h2 em {
  background: #fff;
  width: 50%;
  display: inline-block;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #111583;
}
@media screen and (max-width: 768px) {
  #contents-body section.features h2 em {
    width: 97%;
    font-size: 22px;
  }
}
#contents-body section.features .features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .features-list {
    display: block;
  }
}
#contents-body section.features .features-list .features-item {
  width: 48%;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #contents-body section.features .features-list .features-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
#contents-body section.features .features-list .features-item .num {
  font-size: 70px;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #111583;
  -webkit-text-fill-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .features-list .features-item .num {
    font-size: 50px;
    margin-bottom: 21px;
    padding-bottom: 16px;
  }
}
#contents-body section.features .features-list .features-item .num:before {
  content: "";
  width: 100px;
  height: 4px;
  display: inline-block;
  background: linear-gradient(90deg, #B2DED2 0%, #6764DE 100%);
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
#contents-body section.features .features-list .features-item h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .features-list .features-item h3 {
    font-size: 18px;
  }
}
_::-webkit-full-page-media, _:future, :root #contents-body section.features .features-list .features-item h3 {
  font-weight: 600;
}

#contents-body section.features .features-list .features-item .summary {
  line-height: 30px;
  text-align: left;
}
#contents-body section.features .column {
  border: 1px solid #fff;
  border-radius: 15px;
  color: #fff;
  padding: 50px 83px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column {
    padding: 40px 20px 20px;
  }
}
#contents-body section.features .column .en {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .en {
    font-size: 18px;
  }
}
#contents-body section.features .column .summary {
  font-size: 16px;
  font-weight: initial;
  text-align: left;
  line-height: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .summary {
    font-size: 13px;
  }
}
#contents-body section.features .column .license {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .license {
    padding: 30px 20px 20px;
  }
}
_::-webkit-full-page-media, _:future, :root #contents-body section.features .column .license {
  font-weight: 700;
}

#contents-body section.features .column .license .catch {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .license .catch {
    font-size: 16px;
    text-align: center;
  }
}
#contents-body section.features .column .license .license-list {
  display: flex;
  gap: 10px;
  line-height: 30px;
}
@media screen and (max-width: 950px) {
  #contents-body section.features .column .license .license-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .license .license-list {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  #contents-body section.features .column .license .license-list ul {
    text-indent: -18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .license .license-list ul {
    text-indent: -17px;
    padding-left: 13px;
  }
}
#contents-body section.features .column .license .license-list li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #contents-body section.features .column .license .license-list li {
    font-size: 13px;
  }
}
#contents-body section.movie {
  max-width: 900px;
  margin: auto;
}
#contents-body section.movie .sub-ttl {
  border-bottom: 1px solid #111583;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .sub-ttl {
    margin-bottom: 25px;
  }
}
#contents-body section.movie .sub-ttl p {
  background: #111583;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: min(2vw, 20px);
  width: 51%;
  display: block;
  margin: auto;
  padding: 0 10px;
  line-height: 46px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .sub-ttl p {
    width: 70%;
    font-size: 14px;
    padding: 9px;
    line-height: 24px;
  }
}
#contents-body section.movie h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie h2 {
    font-size: 22px;
  }
}
#contents-body section.movie .movie-contetns-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contents-body section.movie .movie-contetns-wrap .movie-contetns {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 30px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .movie-contetns-wrap .movie-contetns {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .movie-contetns-wrap .movie-contetns {
    aspect-ratio: 16/9;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .movie-contetns-wrap .movie-contetns iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
  }
}
#contents-body section.movie .link-area {
  display: flex;
  margin-bottom: 80px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 55px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .link-area {
    margin-bottom: 20px;
  }
}
#contents-body section.movie .link-area .link-item {
  width: 370px;
  display: block;
  background: #111583;
  border-radius: 60px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 298px 44px;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .link-area .link-item {
    width: 323px;
    background-position: 273px 35px;
  }
}
#contents-body section.movie .link-area .link-item:hover {
  background: #fff;
  border: 1px solid #111583;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 298px 44px;
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .link-area .link-item:hover {
    background-position: 273px 35px;
  }
}
#contents-body section.movie .link-area .link-item:hover a {
  color: #111583;
}
#contents-body section.movie .link-area .link-item a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 28px 39px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #contents-body section.movie .link-area .link-item a {
    padding: 20px 39px;
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}