@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  --fonts1: "Noto Sans JP", sans-serif;
  --fonts2: montserrat, sans-serif;
  --fonts3: "Noto Music", sans-serif;
  --fonts4: orbitron, sans-serif;
  width: 100%;
  height: auto;
  font-family: var(--fonts1);
  color: #000000;
  line-height: 1.5;
}

.l-content {
  width: 100%;
  max-width: 1090px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 0px 10px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

a {
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

.c-nav1 ul {
  display: flex;
  gap: 25px;
}
.c-nav1 ul li {
  position: relative;
}
.c-nav1 ul li a {
  color: #0B2B95;
  font-size: 12px;
}
.c-nav1 ul li span {
  color: #000000;
  font-size: 12px;
}
.c-nav1 ul li::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -15px;
  transition: ease-in-out 0.3s;
  border: solid #CAD1D3;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.c-nav1 ul li:last-child::after {
  display: none;
}

/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  padding: 40px 0px 20px;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 20px 0px 20px;
  }
}
.c-header .l-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header .logo {
  width: auto;
  display: block;
}
.c-header .logo img {
  width: 164px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-header .logo img {
    width: 102px;
  }
}
.c-header .link {
  color: #0B2B95;
  font-weight: 600;
  font-size: 13px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
}
.c-header .link i {
  padding-right: 2px;
}
.c-header .link::after {
  content: "";
  position: absolute;
  right: 0px;
  transition: ease-in-out 0.3s;
  border: solid #0B2B95;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  background: #202933;
  color: #fff;
}
.c-footer .block1 {
  width: 100%;
  height: auto;
  padding-top: 40px;
}
.c-footer .block1 .l-content {
  max-width: 805px;
}
.c-footer .block1 .link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #525E6B;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link {
    width: calc(100% - 20px);
    margin-left: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }
}
.c-footer .block1 .link .logo {
  width: 102px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link .logo {
    width: 102px;
    padding-bottom: 20px;
  }
}
.c-footer .block1 .link .logo img {
  width: 100%;
  height: auto;
}
.c-footer .block1 .link ul {
  width: auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link ul li {
    width: 100%;
  }
}
.c-footer .block1 .link ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link ul li a {
    margin: 0 auto;
    margin-top: 10px;
    width: fit-content;
  }
}
.c-footer .block1 .link ul li a::before {
  content: "";
  background: url(../images/ic3.png) center no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-footer .block1 .link ul li .sub {
  font-size: 14px;
  font-weight: 400;
  padding-left: 35px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link ul li .sub {
    font-size: 11px;
    padding-left: 20px;
  }
}
.c-footer .block1 .link ul li .sub::before {
  content: "";
  background: #525E6B;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link ul li .sub::before {
    width: 12px;
  }
}
.c-footer .block1 .link2 {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 25px 0 40px;
}
@media screen and (max-width: 768px) {
  .c-footer .block1 .link2 {
    padding: 25px 0 30px;
    gap: 20px;
  }
}
.c-footer .block1 .link2 a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.c-footer .block3 {
  width: 100%;
  height: auto;
  background: #fff;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-footer .block2 {
  width: 100%;
  height: auto;
  background: #525E6B;
  text-align: center;
}
.c-footer .block2 .txt {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--fonts2);
  line-height: 1.7;
  padding: 40px 0px 20px;
}
@media screen and (max-width: 768px) {
  .c-footer .block2 .txt {
    padding: 25px 0px 15px;
    font-size: 10px;
  }
}
.c-footer .block2 .copy-right {
  display: block;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--fonts2);
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .c-footer .block2 .copy-right {
    font-size: 8.5px;
    padding: 20px 0;
  }
}

.icon-top {
  position: fixed;
  width: 40px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  bottom: 0px;
  right: 30px;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .icon-top {
    width: 35px;
    bottom: 0px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .icon-top:hover img {
    opacity: 0.7;
  }
}
.icon-top img {
  width: 40px;
  height: auto;
  transition: ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .icon-top img {
    width: 35px;
  }
}
.icon-top.is-show {
  opacity: 1;
  visibility: visible;
}
.icon-top.is-color img {
  filter: invert(1);
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  max-width: 240px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 14px;
    max-width: 160px;
  }
}
.c-btn01::after {
  content: "";
  position: absolute;
  right: 15px;
  transition: ease-in-out 0.3s;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.c-btn02 {
  max-width: 270px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background: #0B2B95;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.c-btn02 i {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn02 i {
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .c-btn02 i img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    max-width: 200px;
    font-size: 14px;
  }
}
.c-btn02::after {
  content: "";
  position: absolute;
  background: url(../images/ic4.png) no-repeat center;
  background-size: 100% auto;
  width: 16.5px;
  height: 100%;
  right: 15px;
  top: 0;
}
.c-btn02.ver2 {
  background: #F56B63;
}
.c-btn02.ic2::after {
  content: "";
  position: absolute;
  background: url(../images/ic6.png) no-repeat center;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-btn02.ic2::after {
    width: 14px;
  }
}
.c-btn03 {
  max-width: 285px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background: #0B2B95;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn03 {
    max-width: 250px;
    font-size: 14px;
  }
}
.c-btn03::after {
  content: "";
  position: absolute;
  background: url(../images/ic6.png) no-repeat center;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  right: 15px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-btn03::after {
    width: 14px;
  }
}
.c-btn03.ver2 {
  background: #F56B63;
}
.c-btn04 {
  max-width: 100%;
  width: 100%;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #5766C0 0%, #504FB5 100%), #0B2B95;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-btn04 {
    gap: 20px;
    height: 130px;
  }
}
.c-btn04::after {
  content: "";
  position: absolute;
  right: 20px;
  transition: ease-in-out 0.3s;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-btn04::after {
    right: 15px;
  }
}
.c-btn04 span {
  font-size: 26px;
  font-weight: 600;
  font-family: var(--fonts2);
}
@media screen and (max-width: 768px) {
  .c-btn04 span {
    font-size: 22px;
  }
}
.c-btn04 span small {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--fonts2);
}
@media screen and (max-width: 768px) {
  .c-btn04 span small {
    font-size: 25px;
  }
}
.c-btn04.ver2 {
  background: linear-gradient(91.41deg, #FF9A56 0.59%, #ED4071 58.2%);
}
.c-btn05 {
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  padding: 5px 10px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn05 {
    font-size: 16px;
  }
}
.c-btn05::after {
  content: "";
  position: absolute;
  right: -60px;
  width: 67px;
  height: 100%;
  background: url(../images/ic7.png) no-repeat center;
  background-size: 100% auto;
  top: 0;
}
@media screen and (max-width: 768px) {
  .c-btn05::after {
    right: -40px;
    width: 45px;
  }
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  border-radius: 12px;
  position: relative;
  text-align: center;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.c-title01 h2 {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: center;
  position: relative;
  font-family: var(--fonts4);
  font-size: 90px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-title01 h2 {
    font-size: 62px;
    width: 100%;
    justify-content: center;
    white-space: unset;
  }
}
.c-title01 h2 span {
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #0B2B95;
  font-size: 20px;
  font-family: var(--fonts2);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-title01 h2 span {
    font-size: 18px;
  }
}
.c-title01.ver2 h2 {
  color: #E1E5F6;
}
.c-title01.ver2 h2 span {
  color: #2E3C66;
}
.c-title02 {
  display: inline-block;
  color: white;
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.c-title02 h2, .c-title02 h3, .c-title02 h4, .c-title02 h5 {
  width: auto;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  padding: 13px 30px;
  background: linear-gradient(91.41deg, #FF9A56 0.59%, #ED4071 58.2%);
  border-radius: 4px;
  font-family: var(--fonts2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title02 h2, .c-title02 h3, .c-title02 h4, .c-title02 h5 {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.c-title02 h2::after, .c-title02 h2::before, .c-title02 h3::after, .c-title02 h3::before, .c-title02 h4::after, .c-title02 h4::before, .c-title02 h5::after, .c-title02 h5::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -20px;
  height: 20px;
  width: 20px;
  background: #ED4071;
  transform: translateZ(0);
  z-index: -1;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title02 h2::after, .c-title02 h2::before, .c-title02 h3::after, .c-title02 h3::before, .c-title02 h4::after, .c-title02 h4::before, .c-title02 h5::after, .c-title02 h5::before {
    top: 6px;
  }
}
.c-title02 h2::before, .c-title02 h3::before, .c-title02 h4::before, .c-title02 h5::before {
  background: #fff;
  border-radius: 4px 0px 0px 0px;
  z-index: 1;
}
.c-title02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: #ED4071;
  border-radius: 4px;
  transform: translateZ(0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title02::after {
    height: 6px;
  }
}
.c-title02.ver2 h2, .c-title02.ver2 h3, .c-title02.ver2 h4, .c-title02.ver2 h5 {
  background: linear-gradient(92.85deg, #6B7FD0 28.44%, #B5B6E6 99%);
}
.c-title02.ver2 h2::after, .c-title02.ver2 h2::before, .c-title02.ver2 h3::after, .c-title02.ver2 h3::before, .c-title02.ver2 h4::after, .c-title02.ver2 h4::before, .c-title02.ver2 h5::after, .c-title02.ver2 h5::before {
  background: #B5B6E6;
}
.c-title02.ver2 h2::before, .c-title02.ver2 h3::before, .c-title02.ver2 h4::before, .c-title02.ver2 h5::before {
  background: #fff;
}
.c-title02.ver2::after {
  background: #B5B6E6;
}
.c-title03 {
  display: inline-block;
  color: white;
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.c-title03 h2, .c-title03 h3, .c-title03 h4, .c-title03 h5 {
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  background: linear-gradient(91.64deg, #FF9A56 0.58%, #ED4071 57.98%);
  border-radius: 4px;
  font-family: var(--fonts2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title03 h2, .c-title03 h3, .c-title03 h4, .c-title03 h5 {
    font-size: 13px;
    padding: 2px 10px;
    border-radius: 3px;
  }
}
.c-title03 h2::after, .c-title03 h2::before, .c-title03 h3::after, .c-title03 h3::before, .c-title03 h4::after, .c-title03 h4::before, .c-title03 h5::after, .c-title03 h5::before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -20px;
  height: 20px;
  width: 20px;
  background: #ED4071;
  z-index: -1;
  transform: translateZ(0);
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title03 h2::after, .c-title03 h2::before, .c-title03 h3::after, .c-title03 h3::before, .c-title03 h4::after, .c-title03 h4::before, .c-title03 h5::after, .c-title03 h5::before {
    bottom: 4px;
  }
}
.c-title03 h2::before, .c-title03 h3::before, .c-title03 h4::before, .c-title03 h5::before {
  background: #fff;
  border-radius: 0px 0px 0px 4px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title03 h2::before, .c-title03 h3::before, .c-title03 h4::before, .c-title03 h5::before {
    border-radius: 0px 0px 0px 3px;
  }
}
.c-title03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #ED4071;
  border-radius: 4px;
  z-index: -1;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .c-title03::after {
    height: 4px;
    border-radius: 3px;
  }
}
.c-title03.ver2 h2, .c-title03.ver2 h3, .c-title03.ver2 h4, .c-title03.ver2 h5 {
  background: linear-gradient(92.85deg, #6B7FD0 28.44%, #B5B6E6 99%);
}
.c-title03.ver2 h2::after, .c-title03.ver2 h2::before, .c-title03.ver2 h3::after, .c-title03.ver2 h3::before, .c-title03.ver2 h4::after, .c-title03.ver2 h4::before, .c-title03.ver2 h5::after, .c-title03.ver2 h5::before {
  background: #B5B6E6;
}
.c-title03.ver2 h2::before, .c-title03.ver2 h3::before, .c-title03.ver2 h4::before, .c-title03.ver2 h5::before {
  background: #fff;
}
.c-title03.ver2::after {
  background: #B5B6E6;
}

/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.c-mainvisual .slider01 {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 {
    margin-bottom: 30px;
  }
}
.c-mainvisual .slider01 .item1 {
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #5766C0 0%, #504FB5 100%), #0B2B95;
  border-radius: 4px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1 {
    border-radius: 10px;
    flex-wrap: wrap;
    padding-bottom: 35px;
  }
}
.c-mainvisual .slider01 .item1 .img {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1 .img {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.c-mainvisual .slider01 .item1 .img img {
  width: 206px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1 .img img {
    width: 108px;
  }
}
.c-mainvisual .slider01 .item1 .content {
  max-width: 440px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1 .content {
    max-width: 100%;
    order: 1;
  }
}
.c-mainvisual .slider01 .item1 .content h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: var(--fonts2);
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1 .content h2 {
    font-size: 20px;
  }
}
.c-mainvisual .slider01 .item1 .content p {
  font-size: 13px;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1 .content p {
    font-size: 10px;
    padding: 0px 20px;
    text-align: left;
  }
}
.c-mainvisual .slider01 .item1 .content .btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 25px;
}
.c-mainvisual .slider01 .item1.v2 {
  background: linear-gradient(91.41deg, #FF9A56 0.59%, #ED4071 58.2%);
}
.c-mainvisual .slider01 .item1.v2 .img img {
  width: 219px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v2 .img img {
    width: 108px;
  }
}
.c-mainvisual .slider01 .item1.v2 .content {
  max-width: 590px;
}
.c-mainvisual .slider01 .item1.v3 {
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 100%), #0B2B95;
}
.c-mainvisual .slider01 .item1.v3 .img {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v3 .img {
    margin-right: 0;
  }
}
.c-mainvisual .slider01 .item1.v3 .img img {
  width: 156px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v3 .img img {
    width: 118px;
  }
}
.c-mainvisual .slider01 .item1.v3 .content {
  max-width: 590px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v3 .content {
    text-align: center;
  }
}
.c-mainvisual .slider01 .item1.v3 .btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v3 .btn {
    text-align: center;
  }
}
.c-mainvisual .slider01 .item1.v4 {
  background: linear-gradient(90deg, #0199FF 0%, #093CC9 100%);
}
.c-mainvisual .slider01 .item1.v4 .img img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v4 .img img {
    width: 236px;
  }
}
.c-mainvisual .slider01 .item1.v4 .content {
  max-width: 590px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v4 .content p {
    margin-top: 0;
  }
}
.c-mainvisual .slider01 .item1.v4 .content .btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v4 .content .btn {
    margin-top: 15px;
  }
}
.c-mainvisual .slider01 .item1.v4 .content .btn .c-btn01 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v4 .content .btn .c-btn01 {
    margin: 0 auto;
  }
}
.c-mainvisual .slider01 .item1.v5 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.c-mainvisual .slider01 .item1.v5::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  border: 1px solid #4FB2C9;
  border-radius: 4px;
  box-sizing: border-box;
  content: "";
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v5 .img {
    padding-top: 15px;
  }
}
.c-mainvisual .slider01 .item1.v5 .img img {
  width: 369px;
}
.c-mainvisual .slider01 .item1.v5 .content {
  max-width: 560px;
}
.c-mainvisual .slider01 .item1.v5 .content h2 {
  color: #2E3B66;
  font-size: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v5 .content h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
  }
}
.c-mainvisual .slider01 .item1.v5 .content p {
  text-align: left;
  color: #2E3B66;
}
.c-mainvisual .slider01 .item1.v5 .content .table {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v5 .content .table {
    margin-top: 15px;
  }
}
.c-mainvisual .slider01 .item1.v5 .content .table th, .c-mainvisual .slider01 .item1.v5 .content .table td {
  vertical-align: top;
  padding: 5px 0px;
}
.c-mainvisual .slider01 .item1.v5 .content .table th span {
  display: inline-block;
  text-align: center;
  width: 138px;
  height: auto;
  padding: 6px 5px;
  border-radius: 20px;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 100%), #0B2B95;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v5 .content .table th span {
    width: 100px;
    font-size: 11px;
  }
}
.c-mainvisual .slider01 .item1.v5 .content .table td {
  padding-left: 10px;
}
.c-mainvisual .slider01 .item1.v5 .content .table td p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #2E3B66;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v5 .content .table td p {
    font-size: 14px;
    padding: 0;
  }
}
.c-mainvisual .slider01 .item1.v5 .content .btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v5 .content .btn {
    text-align: center;
  }
}
.c-mainvisual .slider01 .item1.v5 .content .btn .c-btn05 {
  color: #2E3B66;
}
.c-mainvisual .slider01 .item1.v5 .content .btn .c-btn05::after {
  background: url(../images/ic8.png) no-repeat center;
  background-size: 100% auto;
}
.c-mainvisual .slider01 .item1.v6 {
  background: #fff;
  position: relative;
  z-index: 1;
}
.c-mainvisual .slider01 .item1.v6::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  border: 1px solid #009805;
  border-radius: 4px;
  box-sizing: border-box;
  content: "";
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .img {
    padding-top: 15px;
  }
}
.c-mainvisual .slider01 .item1.v6 .img img {
  width: 400px;
}
.c-mainvisual .slider01 .item1.v6 .content {
  max-width: 560px;
}
.c-mainvisual .slider01 .item1.v6 .content h2 {
  color: #2E3B66;
  font-size: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .content h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
  }
}
.c-mainvisual .slider01 .item1.v6 .content p {
  text-align: left;
  color: #2E3B66;
}
@media screen and (min-width: 769px) {
  .c-mainvisual .slider01 .item1.v6 .content p {
    max-width: 410px;
  }
}
.c-mainvisual .slider01 .item1.v6 .content .table {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .content .table {
    margin-top: 15px;
  }
}
.c-mainvisual .slider01 .item1.v6 .content .table th, .c-mainvisual .slider01 .item1.v6 .content .table td {
  vertical-align: top;
  padding: 5px 0px;
}
.c-mainvisual .slider01 .item1.v6 .content .table th span {
  display: inline-block;
  text-align: center;
  width: 138px;
  height: auto;
  padding: 6px 5px;
  border-radius: 20px;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 100%), #0B2B95;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .content .table th span {
    width: 100px;
    font-size: 11px;
  }
}
.c-mainvisual .slider01 .item1.v6 .content .table td {
  padding-left: 10px;
}
.c-mainvisual .slider01 .item1.v6 .content .table td p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #2E3B66;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .content .table td p {
    font-size: 14px;
    padding: 0;
  }
}
.c-mainvisual .slider01 .item1.v6 .content .btn {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .content .btn {
    width: 100%;
  }
}
.c-mainvisual .slider01 .item1.v6 .content .btn .c-btn05 {
  color: #FFFFFF;
  font-size: 18px;
  padding: 5px 10px 5px 20px;
  font-size: 20px;
  border-radius: 10px 0 0 10px;
  background: #118115;
}
.c-mainvisual .slider01 .item1.v6 .content .btn .c-btn05::after {
  background: url(../images/ic10.png) no-repeat center;
  background-size: 50% auto;
  right: -37px;
  border-radius: 0 10px 10px 0;
  background-color: #118115;
  width: 37px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .item1.v6 .content .btn .c-btn05::after {
    background-size: 40% auto;
    right: -37px;
  }
}
.c-mainvisual .slider01 .slick-arrow {
  width: 35px;
  height: 70px;
  background: #fff;
  border: 0px solid black;
  border-radius: 4px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 999;
  top: calc(50% - 35px);
  right: -40px;
  cursor: pointer;
}
@media screen and (max-width: 1150px) {
  .c-mainvisual .slider01 .slick-arrow {
    right: -17.5px;
  }
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .slick-arrow {
    width: 20px;
    height: 40px;
    right: -10px;
  }
}
.c-mainvisual .slider01 .slick-arrow::before {
  background: url(../images/ic2.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
}
.c-mainvisual .slider01 .slick-arrow.slick-prev {
  left: -40px;
}
@media screen and (max-width: 1150px) {
  .c-mainvisual .slider01 .slick-arrow.slick-prev {
    left: -17.5px;
  }
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .slick-arrow.slick-prev {
    left: -10px;
  }
}
.c-mainvisual .slider01 .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.c-mainvisual .slider01 .slick-arrow.slick-disabled {
  display: none !important;
}
.c-mainvisual .slider01 .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .slick-dots {
    bottom: -25px;
  }
}
.c-mainvisual .slider01 .slick-dots li {
  margin: 0px 5px;
}
.c-mainvisual .slider01 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e5e0f3;
}
@media screen and (max-width: 768px) {
  .c-mainvisual .slider01 .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.c-mainvisual .slider01 .slick-dots li.slick-active button {
  background: #0b2b95;
}
.c-mainvisual .slider01 {
  visibility: hidden;
}
.c-mainvisual .slider01.slick-initialized {
  visibility: visible;
  display: block; /*slick-initializedが付与されたら表示*/
}

.index-sec1 {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    position: relative;
    margin-top: 25px;
    padding-bottom: 50px;
  }
}
.index-sec1::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #e1e5f6;
  position: absolute;
  z-index: -1;
  transform: skewY(-10deg);
}
@media screen and (max-width: 768px) {
  .index-sec1::before {
    top: 0;
    height: 100%;
    transform: skewY(-8deg);
  }
}
.index-sec1 .c-title01 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-title01 {
    padding-top: 40px;
  }
}
.index-sec1 .c-tab {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab {
    margin-top: 30px;
  }
}
.index-sec1 .c-tab .tab-nav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.index-sec1 .c-tab .tab-nav ul li {
  display: inline-block;
  text-align: center;
  min-width: 90px;
  padding: 5px 10px;
  font-size: 12px;
  color: #d2d7f1;
  cursor: pointer;
  font-weight: 600;
  background: #fff;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .index-sec1 .c-tab .tab-nav ul li {
    transition: ease-in-out 0.2s;
  }
  .index-sec1 .c-tab .tab-nav ul li:hover {
    opacity: 0.7;
  }
}
.index-sec1 .c-tab .tab-nav ul li.active {
  background: #0b2b95;
  color: #fff;
  opacity: 1 !important;
}
.index-sec1 .c-tab .tab-contents {
  margin-top: 20px;
}
.index-sec1 .c-tab .tab-contents .tab-content {
  display: none;
  width: 100%;
  height: auto;
  max-height: 350px;
  overflow-y: auto;
}
.index-sec1 .c-tab .tab-contents .tab-content.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content {
    height: auto;
    max-height: 400px;
  }
}
.index-sec1 .c-tab .tab-contents .tab-content::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
}
.index-sec1 .c-tab .tab-contents .tab-content::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.index-sec1 .c-tab .tab-contents .tab-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #0B2B95;
}
.index-sec1 .c-tab .tab-contents .tab-content ul {
  width: 100%;
}
.index-sec1 .c-tab .tab-contents .tab-content ul li {
  display: block;
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a, .index-sec1 .c-tab .tab-contents .tab-content ul li .link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  border-left: 4px solid #0B2B95;
  width: 100%;
  background: #fff;
  margin: 5px 0px;
  border-radius: 4px;
  padding: 13px 20px;
  color: #0B2B95;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a, .index-sec1 .c-tab .tab-contents .tab-content ul li .link {
    padding: 10px 18px;
  }
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .cat, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .cat {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 2px 5px;
  font-family: var(--fonts2);
  box-sizing: border-box;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  background: #5979F1;
  border-radius: 4px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a .cat, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .cat {
    font-size: 10px;
    margin-right: 10px;
  }
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .cat.s1, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .cat.s1 {
  background: #5979F1;
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .cat.s2, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .cat.s2 {
  background: #5F9DE4;
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .cat.s3, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .cat.s3 {
  background: #0B2B95;
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .date, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .date {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #0B2B95;
  min-width: 95px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a .date, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .date {
    margin-right: 10px;
  }
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .title, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .title {
  color: #0B2B95;
  font-size: 16px;
  font-weight: 600;
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a .title, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .title {
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a .title small, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .title small {
  color: #F56B63;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a .title small, .index-sec1 .c-tab .tab-contents .tab-content ul li .link .title small {
    font-size: 14px;
  }
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a {
  transition: ease-in-out 0.3s;
}
.index-sec1 .c-tab .tab-contents .tab-content ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 28px;
  height: 100%;
  display: inline-block;
  background: url(../images/link-arrow.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a::after {
    width: 20px;
    right: 7px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec1 .c-tab .tab-contents .tab-content ul li a:hover .title {
    text-decoration: underline;
  }
}
.index-sec1 .c-tab .tab-contents .btn {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.index-sec1 .c-tab .tab-contents .btn .c-btn01 {
  color: #0B2B95;
  border: 2px solid #0B2B95;
}
.index-sec1 .c-tab .tab-contents .btn .c-btn01::after {
  border: solid #0B2B95;
  border-width: 0 2px 2px 0;
}
.index-sec2 {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .index-sec2 {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .index-sec2 .c-title01 {
    padding-top: 40px;
  }
}
.index-sec2 .txt {
  max-width: 730px;
  margin: 0 auto;
  color: #2E3C66;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .txt {
    font-size: 12px;
    margin-top: 30px;
  }
}
.index-sec2 .txt b {
  font-weight: 700;
  padding-left: 15px;
  display: block;
}
.index-sec2 .btn {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin-top: 20px;
  min-height: 61px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn {
    min-height: 10px;
  }
}
.index-sec2 .btn .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.index-sec2 .btn .link .c-btn02 {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn .link .c-btn02 {
    max-width: 100%;
    font-size: 12px;
  }
  .index-sec2 .btn .link .c-btn02 i {
    width: 13px;
    height: 13px;
  }
  .index-sec2 .btn .link .c-btn02.ic2::after {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn .link .v2 {
    max-width: 192px;
  }
}
.index-sec2 .btn .link span {
  font-size: 12px;
  color: #0B2B95;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 8px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn .link span {
    font-size: 10px;
  }
}
.index-sec2 .btn .link p {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn .link p {
    font-size: 10px;
  }
}
.index-sec2 .btn .link p small {
  color: #F56B63;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn .link p small {
    font-size: 12px;
  }
}
.index-sec2 .btn .v2 {
  margin-bottom: 0;
}
.index-sec2 .btn3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin-top: 0px;
}
.index-sec2 .v2-height {
  min-height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .index-sec2 .v2-height {
    min-height: 0px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec2 .v2-height {
    min-height: 595px;
  }
}
@media screen and (min-width: 842px) {
  .index-sec2 .v2-height {
    min-height: 590px;
  }
}
.index-sec2 .btn2 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.index-sec2 .btn2 p {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn2 p {
    font-size: 10px;
  }
}
.index-sec2 .btn2 p small {
  color: #F56B63;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn2 p small {
    font-size: 10px;
  }
}
.index-sec2 .btn2 p b {
  font-size: 16px;
  font-weight: 700;
  color: #F4392E;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn2 p b {
    font-size: 14px;
  }
}
.index-sec2 .btn2 .hide {
  position: relative;
  pointer-events: none;
}
.index-sec2 .btn2 .hide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.index-sec2 .btn2 .hide-content .ttl {
  background: #fff;
  border-radius: 25px;
  color: #F56B63;
  font-weight: 600;
  font-family: var(--fonts2);
  font-size: 17px;
  padding: 4px 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn2 .hide-content .ttl {
    font-size: 15px;
  }
}
.index-sec2 .btn2 .hide-content .txt {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  font-family: var(--fonts2);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .index-sec2 .btn2 .hide-content .txt {
    font-size: 12px;
  }
}
.index-sec2 .block {
  width: 100%;
  height: auto;
  display: flex;
  gap: 16px;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.index-sec2 .block .item1 {
  width: calc(50% - 8px);
  box-shadow: 0px 0px 10px rgba(43, 20, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 {
    width: 100%;
  }
}
.index-sec2 .block .item1 .content {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content {
    padding: 20px;
  }
}
.index-sec2 .block .item1 .content .img {
  text-align: center;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .img {
    height: auto;
  }
}
.index-sec2 .block .item1 .content .txt1 {
  color: #0B2B95;
  font-size: 14px;
  line-height: 1.7;
  min-height: 290px;
}
.index-sec2 .block .item1 .content .txt1 .link01 {
  font-size: 14px;
  font-weight: 400;
}
.index-sec2 .block .item1 .content .txt1 span {
  color: #000000;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .index-sec2 .block .item1 .content .txt1 {
    min-height: 0px;
  }
}
.index-sec2 .block .item1 .content .txt2 {
  font-family: var(--fonts2);
  color: #0B2B95;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 10px;
  min-height: 60px;
}
.index-sec2 .block .item1 .content .txt3 {
  font-family: var(--fonts2);
  color: #0B2B95;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}
.index-sec2 .block .item1 .content .txt4 {
  font-family: var(--fonts2);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  width: 100%;
  display: block;
}
.index-sec2 .block .item1 .content .txt5 {
  color: #0B2B95;
  font-size: 14px;
  line-height: 1.7;
}
.index-sec2 .block .item1 .content .link01 {
  color: #5979F1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}
.index-sec2 .block .item1 .content .c-title03 {
  margin-top: 30px;
}
.index-sec2 .block .item1 .content .v2-ttl {
  margin-top: 48px;
}
.index-sec2 .block .item1 .content .notes {
  background: #FFF2F2;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
  padding: 8px;
  padding-left: 57px;
  position: relative;
}
.index-sec2 .block .item1 .content .notes::before {
  content: "";
  background: url(../images/ic-notes.png) no-repeat center;
  background-size: 100% auto;
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
}
.index-sec2 .block .item1 .content .btn {
  text-align: left;
}
.index-sec2 .block .item1 .content .btn .c-btn02 {
  margin: 0;
}
.index-sec21 {
  width: 100%;
  height: auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .index-sec21 {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.index-sec21 .l-content {
  text-align: center;
}
.index-sec21 h2 {
  font-family: var(--fonts);
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 100%), #0B2B95;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .index-sec21 h2 {
    font-size: 34px;
  }
}
.index-sec21 .item1 {
  width: 100%;
  height: auto;
  max-width: 730px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 100%), #0B2B95;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30px;
  padding: 65px 50px;
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 {
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 50px 10px;
  }
}
.index-sec21 .item1 .img {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 .img {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.index-sec21 .item1 .img img {
  width: 172px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 .img img {
    width: 140px;
  }
}
.index-sec21 .item1 .content {
  max-width: calc(100% - 265px);
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 .content {
    max-width: 100%;
    order: 1;
  }
}
.index-sec21 .item1 .content h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: var(--fonts2);
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 .content h2 {
    font-size: 20px;
  }
}
.index-sec21 .item1 .content p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 .content p {
    font-size: 10px;
    padding: 0px 10px;
    text-align: left;
  }
}
.index-sec21 .item1 .content .btn {
  width: 100%;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec21 .item1 .content .btn {
    text-align: center;
  }
}
.index-sec22 .center {
  text-align: center;
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .index-sec22 .center {
    text-align: left;
  }
}
.index-sec22 .center .link01 {
  color: #5979F1;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}
.index-sec22 .block {
  justify-content: center;
}
.index-sec3 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    position: relative;
    padding-bottom: 50px;
  }
}
.index-sec3::before {
  width: 100%;
  height: 100%;
  content: "";
  background: #e1e5f6;
  position: absolute;
  z-index: -1;
  transform: skewY(-10deg);
}
@media screen and (max-width: 768px) {
  .index-sec3::before {
    top: 0;
    height: 100%;
    transform: skewY(-8deg);
  }
}
.index-sec3 .c-title01 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .c-title01 {
    padding-top: 40px;
  }
}
.index-sec3 .box {
  width: 100%;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(43, 20, 0, 0.1);
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box {
    margin-top: 30px;
    padding: 20px;
  }
}
.index-sec3 .box .title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #0B2B95;
}
.index-sec3 .box .title span {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #0B2B95;
  display: inline-block;
  border-radius: 30px;
  padding: 2px 8px;
  border: 1px solid #0B2B95;
  margin-right: 5px;
  margin-bottom: 7px;
}
.index-sec3 .box .title2 {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #0B2B95;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box .title2 {
    flex-wrap: wrap;
  }
}
.index-sec3 .box .title2 span {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #0B2B95;
  display: inline-block;
  background: #E1E5F6;
  border-radius: 4px;
  padding: 2px 15px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box .title2 span {
    margin-bottom: 5px;
  }
}
.index-sec3 .box p {
  font-size: 13px;
  font-family: var(--fonts3);
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box p {
    font-size: 12px;
    margin-top: 15px;
  }
}
.index-sec3 .box .btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box .btn {
    width: 100%;
    margin-top: 15px;
  }
}
.index-sec3 .box .btn a {
  width: 100%;
  height: auto;
  max-width: 270px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  background: #0B2B95;
}
.index-sec3 .box .btn a.hide {
  background: #D9D9D9;
  pointer-events: none;
}
.index-sec3 .box .btn .note {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-family: var(--fonts3);
  color: #EB5F00;
  padding-top: 5px;
}
.index-sec3 .box .card {
  padding-bottom: 15px;
}
.index-sec3 .box .card p {
  font-size: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box .card p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.index-sec3 .box .card .c-box {
  width: 100%;
  height: auto;
  padding-top: 5px;
}
.index-sec3 .box .card .c-video {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 56.25%;
  border: 1px solid #DDDDDD;
}
.index-sec3 .box .card .c-video .thumbnail {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-sec3 .box .card .c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.index-sec3 .box .card .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #CC0000;
  font-family: var(--fonts2);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box .card .txt {
    font-size: 12px;
  }
}
.index-sec3 .box .card .btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box .card .btn {
    text-align: center;
  }
}
.index-sec4 {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .index-sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.index-sec4 .block {
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .block {
    margin-top: 30px;
  }
}
.index-sec4 .item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 920px) {
  .index-sec4 .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .index-sec4 .item {
    width: 100%;
    margin-bottom: 0px;
  }
}
.index-sec4 .item h3 {
  color: #0B2B95;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.1px;
  font-family: var(--fonts2);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .item h3 {
    font-size: 14px;
  }
}
.index-sec4 .item .video {
  border: 1px solid #DDDDDD;
  width: 100%;
  height: auto;
  display: block;
}
.index-sec4 .item .c-video {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 56.25%;
  border: 1px solid #DDDDDD;
}
.index-sec4 .item .c-video .thumbnail {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-sec4 .item .c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.index-sec4 .btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .btn {
    margin-top: 25px;
  }
}
.index-sec5 {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .index-sec5 {
    position: relative;
    padding-bottom: 50px;
  }
}
.index-sec5::before {
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  background: #e1e5f6;
  position: absolute;
  z-index: -1;
  transform: skewY(-10deg);
}
@media screen and (max-width: 768px) {
  .index-sec5::before {
    top: 0;
    height: 100%;
    transform: skewY(-8deg);
  }
}
.index-sec5 .c-title01 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .c-title01 {
    padding-top: 40px;
  }
}
.index-sec5 .box {
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: inline-flex;
  align-items: center;
  text-align: left;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .index-sec5 .box {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.index-sec5 .box .img {
  width: 184px;
  height: auto;
}
.index-sec5 .box p {
  width: calc(100% - 210px);
  font-size: 14px;
  color: #2E3C66;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .index-sec5 .box p {
    width: 100%;
  }
}
.index-sec5 .btn {
  margin-top: 30px;
}
.index-sec6 {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec6 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.index-sec6 .txt {
  text-align: center;
  font-weight: 600;
  font-family: var(--fonts2);
  font-size: 14px;
  color: #0B2B95;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .txt {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.index-sec6 .txt2 {
  text-align: center;
  font-weight: 400;
  font-family: var(--fonts2);
  font-size: 12px;
  color: #0B2B95;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .txt2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.index-sec6 .block {
  width: 100%;
  height: auto;
  display: flex;
  gap: 16px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.index-sec6 .block .item1 {
  width: calc(50% - 8px);
  box-shadow: 0px 0px 10px rgba(43, 20, 0, 0.1);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 {
    width: 100%;
  }
}
.index-sec6 .block .item1 .c-title02 h3 {
  font-size: 18px;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .c-title02 h3 {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.index-sec6 .block .item1 .c-title03 {
  margin-bottom: 20px;
}
.index-sec6 .block .item1 .content {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content {
    padding: 20px;
  }
}
.index-sec6 .block .item1 .content .img {
  text-align: center;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.index-sec6 .block .item1 .content .txt1 {
  color: #0B2B95;
  font-size: 12px;
  line-height: 1.7;
  min-height: 1px;
  margin-top: 10px;
}
.index-sec6 .block .item1 .content .txt1 a {
  text-decoration: underline;
}
.index-sec6 .block .item1 .content .txt2 {
  font-family: var(--fonts2);
  color: #0B2B95;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  margin-top: 10px;
}
.index-sec6 .block .item1 .content .txt3 {
  font-family: var(--fonts2);
  color: #0B2B95;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}
.index-sec6 .block .item1 .content .v2 {
  color: #0B2B95;
  font-size: 14px;
  line-height: 1.7;
  min-height: 1px;
  margin-top: 0px;
  font-weight: 800;
}
.index-sec6 .block .item1 .content .v2 a {
  text-decoration: underline;
}
.index-sec6 .block .item1 .content .c-title03 {
  margin-top: 30px;
}
.index-sec6 .block .item1 .content .c-title03 h4 {
  font-size: 14px;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content .c-title03 h4 {
    font-size: 13px;
  }
}
.index-sec6 .block .item1 .content .btn {
  text-align: left;
  margin-top: 15px;
}
.index-sec6 .block .item1 .content .btn .c-btn03 {
  margin: 0;
  margin-bottom: 10px;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content .btn .c-btn03 {
    max-width: 270px;
  }
}
.index-sec6 .block .item1 .content .tel {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #0B2B95;
  position: relative;
  padding-left: 22px;
  margin-top: 0px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content .tel {
    font-size: 18px;
    padding-left: 20px;
  }
}
.index-sec6 .block .item1 .content .tel span {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content .tel span {
    font-size: 9px;
  }
}
.index-sec6 .block .item1 .content .tel::after {
  content: "";
  position: absolute;
  background: url(../images/ic5.png) no-repeat center;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index-sec6 .block .item1 .content .tel::after {
    width: 14px;
  }
}
.index-sec7 {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .index-sec7 {
    position: relative;
    padding-bottom: 50px;
  }
}
.index-sec7::before {
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  background: #e1e5f6;
  position: absolute;
  z-index: -1;
  transform: skewY(-10deg);
}
@media screen and (max-width: 768px) {
  .index-sec7::before {
    top: 0;
    height: 100%;
    transform: skewY(-8deg);
  }
}
.index-sec7 .c-title01 {
  padding-top: 80px;
}
.index-sec7 .txt {
  text-align: center;
  font-weight: 600;
  font-family: var(--fonts2);
  font-size: 14px;
  color: #0B2B95;
  margin-top: 50px;
  margin-bottom: 30px;
}
.index-sec7 .block {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  gap: 16px;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .block {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.index-sec7 .item {
  box-shadow: 2.16px 2.16px 8.65px 0px rgba(10, 62, 136, 0.2);
}
.index-sec7 .link {
  margin-top: 8rem;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .index-sec7 .link {
    margin-top: 5rem;
  }
}
.index-sec7 .c-btn02 {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 100%), #0B2B95;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec7 .c-btn02 {
    font-size: 14px;
    max-width: 350px;
  }
}
.index-sec7 .c-btn02::after {
  content: "";
  position: absolute;
  background: url(../images/ic10.png) no-repeat center;
  background-size: 100% auto;
  width: 16px;
  height: 100%;
  right: 15px;
  top: 0;
}

.policy-sec1 {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .policy-sec1 {
    padding-top: 40px;
  }
}
.policy-sec1 .l-content {
  max-width: 880px;
}
.policy-sec1 .c-title01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .policy-sec1 .c-title01 {
    margin-bottom: 35px;
  }
}
.policy-sec1 ol {
  counter-reset: custom-counter;
}
.policy-sec1 ol li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
  counter-increment: custom-counter;
  position: relative;
}
.policy-sec1 ol li::before {
  content: counter(custom-counter) ". ";
  position: absolute;
  font-size: 14px;
  line-height: 2;
  left: 0;
}
.policy-sec1 ol.ver2 li::before {
  content: "・";
  color: #333;
  font-size: 16px;
}
.policy-sec1 ul li::before {
  content: "・";
  color: #333;
  font-size: 16px;
}
.policy-sec1 p {
  font-size: 14px;
  line-height: 2;
}
.policy-sec1 h3 {
  font-size: 20px;
  color: #0B2B95;
  font-weight: 700;
  background: #E1E5F6;
  padding: 5px 10px;
  margin-top: 50px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .policy-sec1 h3 {
    font-size: 18px;
    margin-top: 35px;
  }
}
.policy-sec1 h4 {
  font-size: 20px;
  color: #0B2B95;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .policy-sec1 h4 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.policy-sec1 a {
  color: #5766C0;
  text-decoration: underline;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-presentation .c-nav1 {
    display: none;
  }
}
.p-presentation-sec1 {
  width: 100%;
  height: auto;
  display: block;
}
.p-presentation-sec1 .l-content {
  max-width: 914px;
}
.p-presentation-sec1 h2 {
  color: #2E3C66;
  font-size: 20px;
  font-family: var(--fonts2);
  font-weight: 600;
  background: #E1E5F6;
  padding: 5px 10px;
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 h2 {
    padding: 10px 10px;
    font-size: 14px;
    margin-top: 10px;
  }
}
.p-presentation-sec1 h3 {
  color: #0B2B95;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  line-height: 1.75;
}
.p-presentation-sec1 h3 span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 h3 span {
    line-height: 1.5;
    width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 h3 {
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.p-presentation-sec1 h4 {
  color: #0B2B95;
  font-size: 12px;
  font-weight: 600;
  width: auto;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #0B2B95;
  padding: 2px 13px;
  margin-bottom: 5px;
}
.p-presentation-sec1 .date {
  text-align: right;
  font-size: 14px;
  line-height: 2;
  width: 100%;
  height: auto;
  display: block;
  padding-right: 10px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 .date {
    padding-right: 0;
  }
}
.p-presentation-sec1 .txt1 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 .txt1 {
    margin-bottom: 30px;
  }
}
.p-presentation-sec1 .txt1 b {
  font-weight: 600;
}
.p-presentation-sec1 .txt1 u {
  color: #0B2B95;
}
.p-presentation-sec1 .noti {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #1B399C;
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.p-presentation-sec1 .table {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 .table {
    margin-bottom: 30px;
    overflow-x: scroll;
  }
}
.p-presentation-sec1 .table table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 .table table {
    width: max-content;
  }
}
.p-presentation-sec1 .table table td {
  height: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 15px;
  color: #1B399C;
  background: #E2E7F7;
  border: 1px solid #fff;
  min-width: 191px;
}
.p-presentation-sec1 .table table td:last-child {
  text-align: left;
}
.p-presentation-sec1 .table table tr:first-child td {
  background: #1B399C;
  color: #fff;
}
.p-presentation-sec1 .btn {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  .p-presentation-sec1 .btn {
    padding: 80px 0px 40px;
  }
}
.p-presentation-sec1 .btn .c-btn02::after {
  display: none;
}/*# sourceMappingURL=style.css.map */