@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: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  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 font-family: "Zen Kaku Gothic New", sans-serif;
------------------------------------------------------------*/
body {
  width: 100%;
  height: auto;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.overflow {
  overflow: hidden;
}

.l-content {
  width: 100%;
  max-width: 1020px;
  padding: 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

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

/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 9999;
}
.c-header h1 {
  padding-top: 12px;
  padding-left: 20px;
}
.c-header__wap {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 1;
  transition: opacity 300ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-header__wap .c-nav {
  width: 100%;
  height: 100%;
  max-width: 375px;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  z-index: 9999;
  background: #fff;
  transition: transform 400ms ease 300ms;
  outline: 0px;
  box-sizing: border-box;
  padding: 80px 25px 25px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-header__wap .c-nav {
    padding-top: 100px;
    padding-left: 25px;
    max-width: 450px;
  }
}
.c-header__wap .c-nav__menu {
  width: 100%;
}
.c-header__wap .c-nav__menu li {
  opacity: 0;
  transform: translate3d(0px, 0px, 0);
  transition: opacity 400ms ease, transform 400ms ease, color 500ms ease;
  will-change: transform;
  border-bottom: 2px solid #0554a3;
}
.c-header__wap .c-nav__menu li a {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 11px 0px;
  padding-left: 38px;
  margin: 10px 0;
  transition: ease-in-out 0.3s;
  box-sizing: border-box;
  position: relative;
}
.c-header__wap .c-nav__menu li a::before {
  content: "";
  background: url(../images/ic-arrow.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  width: 20px;
  left: 10px;
  top: 0;
  height: 100%;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .c-header__wap .c-nav__menu li a:hover {
    padding-left: 48px;
  }
  .c-header__wap .c-nav__menu li a:hover::before {
    left: 20px;
  }
}
.c-header__wap .c-nav__menu li ul li {
  border-top: 2px solid #ededed;
  border-bottom: 0px solid #0554a3;
}
.c-header__wap .c-nav__menu li ul li a {
  padding-left: 48px;
  font-size: 15px;
  font-weight: 500;
}
.c-header__wap .c-nav__menu li ul li a::before {
  left: 20px;
}
@media screen and (min-width: 769px) {
  .c-header__wap .c-nav__menu li ul li a:hover {
    padding-left: 58px;
  }
  .c-header__wap .c-nav__menu li ul li a:hover::before {
    left: 30px;
  }
}
.c-header .c-btnv {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
}
.c-header .c-btnv .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.c-header .c-btnv .icon span {
  width: 30px;
  height: 1px;
  margin: 4px 0;
  display: block;
  background-color: #1e1e1e;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-header.is-active .c-header__content .logo img {
    opacity: 0;
  }
  .c-header.is-active .c-header__content .logo img:nth-child(2) {
    opacity: 1;
  }
}
.c-header.is-active .c-btnv .icon span:nth-of-type(1) {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.c-header.is-active .c-btnv .icon span:nth-of-type(2) {
  transform: translate3d(7px, 0, 0);
  opacity: 0;
}
.c-header.is-active .c-btnv .icon span:nth-of-type(3) {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
}
.c-header[aria-hidden=true] .c-header__wap {
  pointer-events: none;
  opacity: 0;
  transition-delay: 400ms;
}
.c-header[aria-hidden=true] .c-nav {
  transform: translate(100%, 0%);
  transition-delay: 0ms;
}
.c-header[aria-hidden=true] .c-nav__menu li {
  transition-delay: 0ms;
}
.c-header[aria-hidden=false] .c-nav__menu li {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 30px 0px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-footer {
    margin-bottom: 60px;
  }
}
.c-footer .block p {
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-footer .block {
    display: flex;
  }
}
.c-footer ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-footer ul {
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.c-footer ul li {
  margin-right: 10px;
  padding-top: 5px;
}
.c-footer ul li a {
  width: auto;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 769px) {
  .c-footer ul li a:hover {
    opacity: 0.7;
  }
}
.c-footer .copyright {
  width: 100%;
  height: auto;
  font-size: 10px;
  font-weight: 500;
  padding-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    padding-top: 15px;
  }
}

.fix-button {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  bottom: 0;
  text-align: center;
}
.fix-button .btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .fix-button .btn {
    gap: 10px;
  }
}
.fix-button .c-btn01 {
  width: calc(50% - 5px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .fix-button .c-btn01 {
    width: calc(50% - 10px);
    min-width: 120px;
  }
}
.fix-button .c-btn01 .arrow {
  right: 15px;
}
.fix-button.is-show {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  height: 65px;
  max-width: 388px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(247, 123, 66, 0.99608) 0%, rgb(255, 140, 0) 50%, rgb(255, 157, 0) 100%);
  position: relative;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    max-width: 280px;
    height: 50px;
    font-size: 16px;
  }
}
.c-btn01::after {
  content: "";
  background: url(../images/ic-arrow2.png) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn01::after {
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-btn01.ver2 {
  background: linear-gradient(to right, rgb(0, 105, 183) 0%, rgb(55, 173, 230) 100%);
}
.c-btn01.ver2::after {
  background: url(../images/ic-arrow3.png) center no-repeat;
  background-size: 100% auto;
}
.c-btn02 {
  width: 100%;
  height: 48px;
  max-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 700;
  color: #fff !important;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(247, 123, 66, 0.99608) 0%, rgb(255, 140, 0) 50%, rgb(255, 157, 0) 100%);
  position: relative;
  transition: ease-in-out 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    max-width: 185px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn02:hover {
    opacity: 0.7;
  }
}
.c-btn02.ver2 {
  max-width: 130px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(242, 97, 0) !important;
  background: rgb(255, 255, 255) !important;
  color: #f26100 !important;
}
@media screen and (max-width: 768px) {
  .c-btn02.ver2 {
    max-width: 120px;
  }
}
.c-btn03 span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 5px;
}
.c-btn03 a {
  width: 100%;
  height: 50px;
  max-width: 270px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  background: #00ace5;
  position: relative;
  transition: ease-in-out 0.3s;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .c-btn03 a:hover {
    opacity: 0.7;
  }
}
.c-btn03.ver2 a {
  border-style: solid;
  border-width: 2px;
  border-color: #00ace5;
  background: rgb(255, 255, 255);
  color: #00ace5 !important;
}
.c-btn04 {
  width: 100%;
  height: 60px;
  max-width: 240px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background: #f2a60c;
  position: relative;
  padding-right: 15px;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn04 {
    max-width: 190px;
    height: 40px;
    font-size: 13px;
  }
}
.c-btn04::after {
  content: "";
  background: url(../images/ic-arrow4.png) center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn04::after {
    width: 18px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn04:hover {
    opacity: 0.7;
  }
}
.c-btn04.ver2 {
  max-width: 190px;
  background: #0554a3;
}
@media screen and (max-width: 768px) {
  .c-btn04.ver2 {
    max-width: 135px;
  }
}
.c-btn04.ver2::after {
  background: url(../images/ic-arrow5.png) center no-repeat;
  background-size: 100% auto;
}
.c-btn05 {
  width: 100%;
  height: 40px;
  max-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none !important;
  border-radius: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(to right, rgba(247, 123, 66, 0.99608) 0%, rgb(255, 140, 0) 50%, rgb(255, 157, 0) 100%);
  position: relative;
  transition: ease-in-out 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-btn05 {
    max-width: 185px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn05:hover {
    opacity: 0.7;
  }
}
.c-btn05.ver2 {
  border-style: solid;
  border-width: 2px;
  background: #0554a3 !important;
  color: #fff !important;
  border-color: #0554a3 !important;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  text-align: center;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .c-title01 {
    padding-top: 30px;
  }
}
.c-title01 span {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.c-title01 span img {
  width: 110px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-title01 span img {
    width: 81px;
    height: auto;
  }
}
.c-title01 h3 {
  font-size: 44px;
  font-weight: 700;
  color: #0554A3;
}
@media screen and (max-width: 768px) {
  .c-title01 h3 {
    font-size: 28px;
  }
}

/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
/*------------------------------------------------------------
  Nav
------------------------------------------------------------*/
/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.c-mainvisual01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3em;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 {
    margin-bottom: 2em;
  }
}
.c-mainvisual01 .logo {
  position: absolute;
  width: 60px;
  height: 50px;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .logo {
    top: 10px;
    left: 10px;
  }
}
.c-mainvisual01 .l-content {
  max-width: 1020px;
  position: absolute;
  height: 100%;
  left: auto;
  right: auto;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .l-content {
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .ttl {
    top: 8%;
    position: relative;
  }
}
@media screen and (max-width: 843px) and (max-width: 767px) {
  .c-mainvisual01 .ttl {
    top: 16%;
  }
}
.c-mainvisual01 .ttl h2 {
  font-size: 44px;
  line-height: 1.5;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .ttl h2 {
    font-size: 28px;
    text-align: center;
  }
}
.c-mainvisual01 .ttl h2 span {
  font-weight: 700;
  line-height: 1.5;
}
.c-mainvisual01 .ttl h2 .fs1 {
  font-size: 48px;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .ttl h2 .fs1 {
    font-size: 35px;
  }
}
.c-mainvisual01 .ttl h2 .fs2 {
  font-size: 36px;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .ttl h2 .fs2 {
    font-size: 26px;
  }
}
.c-mainvisual01 .ttl h3 {
  font-size: 24px;
  line-height: 1.7;
  text-decoration: underline;
  text-decoration-color: #f7d23e;
  text-decoration-thickness: 5px;
  text-underline-offset: 0px;
  padding-top: 30px;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .ttl h3 {
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
    text-decoration-thickness: 3px;
    text-underline-offset: 1px;
  }
}
.c-mainvisual01 .ttl .date {
  font-size: 17px;
  font-weight: 500;
  padding-top: 15px;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .ttl .date {
    font-size: 13px;
    text-align: center;
  }
}
.c-mainvisual01 .card {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
  height: 100%;
  background: url(../images/credit/mv-card.png) repeat-y center/100% auto;
  animation: bgroop_mv_char01 170s linear infinite;
}
@media screen and (max-width: 843px) {
  .c-mainvisual01 .card {
    width: 100%;
    height: 85px;
    top: auto;
    bottom: 15px;
    background: url(../images/credit/mv-card-sp.png) repeat-x center/auto 100%;
    animation: bgroop_mv_char_sp 180s linear infinite;
  }
}
@media screen and (max-width: 843px) and (max-width: 767px) {
  .c-mainvisual01 .card {
    height: 85px;
    bottom: 85px;
  }
}
@keyframes bgroop_mv_char_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -8326px 0;
  }
}
@keyframes bgroop_mv_char01 {
  from {
    background-position: 0 -7524px;
  }
  to {
    background-position: 0 0;
  }
}
.index-credit {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 50px;
}
.index-credit .contents__inner.contents__inner--seo {
  margin-bottom: 0;
}
.index-credit .link02 {
  color: #008eed;
  text-decoration: underline;
  position: relative;
  padding-right: 16px;
  display: inline-block;
  transition: ease-in-out 0.3s;
}
.index-credit .link02::after {
  content: "";
  background: url(../images/credit/icon_blank10-blue.png) center no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .index-credit .link02:hover {
    opacity: 0.7;
  }
}
.index-credit .seomod__anchor_content {
  position: relative;
}
.index-credit .seomod__anchor_content .btn-acd {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  background: #EDF7FD;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #4785B3;
  margin: 0 auto;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-credit .seomod__anchor_content .btn-acd {
    width: 180px;
    font-size: 14px;
  }
}
.index-credit .seomod__anchor_content .btn-acd span {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .index-credit .seomod__anchor_content .btn-acd span {
    margin-left: 26px;
  }
}
.index-credit .seomod__anchor_content .btn-acd i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .index-credit .seomod__anchor_content .btn-acd i {
    width: 24px;
    height: 24px;
    margin-left: 2px;
  }
}
.index-credit .seomod__anchor_content .btn-acd i::before, .index-credit .seomod__anchor_content .btn-acd i::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .seomod__anchor_content .btn-acd i::before, .index-credit .seomod__anchor_content .btn-acd i::after {
    right: 4px;
  }
}
.index-credit .seomod__anchor_content .btn-acd i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-credit .seomod__anchor_content .btn-acd.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-credit .seomod__anchor_content .btn-acd i::after, .index-credit .seomod__anchor_content .btn-acd i::before {
  background-color: #4785B3;
}
.index-credit ul.seomod__detail_list {
  padding: 10px 10px;
}
.index-credit ul.seomod__detail_list li:not(:last-child) {
  margin-bottom: 5px;
}
.index-credit .seomod__img--center {
  margin-top: 0;
}
.index-credit li {
  list-style: none;
}
.index-credit .table {
  margin: 1em auto 0;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .index-credit .table {
    padding-left: 0;
  }
}
.index-credit .table__inner {
  position: relative;
  padding-right: 40px;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .index-credit .table__inner {
    padding-right: 0;
  }
}
.index-credit .table__inner.scroll:after {
  background: url(../images/img_comparison_table_scroll.svg) 0 0/contain no-repeat;
  content: "";
  height: 112px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index-credit .table__inner.scroll:after {
    left: 50%;
  }
}
.index-credit .table table {
  width: 1500px;
  border-spacing: 0;
  border-collapse: separate;
  white-space: nowrap;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .index-credit .table table {
    width: 1300px;
  }
}
.index-credit .table table tr {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.index-credit .table table tr td:last-child {
  border-right: 1px solid #e5e5e5;
}
.index-credit .table table tr:first-child th {
  border-top: 1px solid #e5e5e5;
}
.index-credit .table table tr:last-child th {
  border-bottom: 1px solid #e5e5e5;
}
.index-credit .table table tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}
.index-credit .table table tr:nth-child(3) td, .index-credit .table table tr:nth-child(7) td, .index-credit .table table tr:nth-child(11) td {
  padding: 17.5px 8px;
}
.index-credit .table table tr:nth-child(5) td, .index-credit .table table tr:nth-child(12) td {
  padding: 24px 8px;
}
.index-credit .table table tr > *:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.index-credit .table table tr.-align_top td {
  vertical-align: top;
}
.index-credit .table table th {
  width: 150px;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  color: #000;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  background-color: #EDF7FD;
}
@media screen and (max-width: 768px) {
  .index-credit .table table th {
    width: 140px;
    font-size: 12px;
  }
}
.index-credit .table table th span {
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-credit .table table th span {
    font-size: 10px;
  }
}
.index-credit .table table td {
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .index-credit .table table td {
    font-size: 12px;
  }
}
.index-credit .table table td p {
  display: flex;
  height: auto;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-credit .table table td p {
    font-size: 12px;
  }
}
.index-credit .table table td span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-credit .table table td span {
    font-size: 10px;
  }
}
.index-credit .table__img {
  max-width: 80px;
  margin: 0 auto;
  margin-top: 15px;
}
.index-credit .table__img img {
  width: 100%;
}
.index-credit .table .btn1 {
  display: block;
  padding: 2px 3px;
  box-sizing: border-box;
  color: #fff;
  line-height: normal;
  background-color: #ff7a35;
  border: 1px solid #ff7a35;
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0.5em auto 0;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  border-radius: 20px;
}
.index-credit .table .btn1.v2 {
  background: #fff;
  color: #ff7a35;
}
.index-credit .table .c-btn05 {
  margin: 0.5em auto 0;
  height: 32px;
}
.index-credit .table .c-btn05.ver2 {
  margin: 0 auto;
  margin-bottom: 10px;
  background: #0554a3 !important;
  color: #fff !important;
  border-color: #0554a3 !important;
}
.index-credit .index-sec1 {
  padding: 30px 0;
  margin: 1em auto;
}
.index-credit .index-sec1 .block {
  margin-top: 0;
}
.index-credit .index-sec1 img {
  width: 712px;
}
.index-credit .box2 {
  position: relative;
  margin: 0px auto 60px;
  padding-top: 60px;
  width: 100%;
  max-width: 750px;
  text-align: center;
}
.index-credit .box2 h3 {
  width: 115px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid black;
  background: #fff;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-right: 10px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-credit .box2 h3 {
    top: 39px;
  }
}
.index-credit .box2 h3 i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .index-credit .box2 h3 i {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.index-credit .box2 h3 i::before, .index-credit .box2 h3 i::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .box2 h3 i::before, .index-credit .box2 h3 i::after {
    right: 4px;
  }
}
.index-credit .box2 h3 i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-credit .box2 h3.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-credit .notes {
  width: 100%;
  max-width: 750px;
  border-radius: 12px;
  background: #f2f4f5;
  padding: 45px 50px;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-credit .notes {
    padding: 25px;
  }
}
.index-credit .notes p {
  margin-top: 0;
}
.index-credit .tab-wrapper {
  width: 100%;
  height: auto;
  padding-top: 1em;
}
.index-credit .tab-wrapper .tab-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.index-credit .tab-wrapper .tab-menu li {
  padding: 12px 30px;
  background: #EDF7FD;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  font-weight: bold;
  width: calc(50% - 5px);
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .index-credit .tab-wrapper .tab-menu li {
    font-size: 14px;
    padding: 10px 5px;
    line-height: 1.5;
  }
}
.index-credit .tab-wrapper .tab-menu li.active {
  background: #4785B3;
  color: #fff;
}
.index-credit .tab-wrapper .tab-content {
  padding: 20px 20px 30px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .index-credit .tab-wrapper .tab-content {
    padding: 0px 15px 20px;
  }
}
.index-credit .tab-wrapper .tab-content .ttl1 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}
.index-credit .tab-wrapper .tab-content .ttl2 {
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 18px;
}
.index-credit .tab-wrapper .tab-content .img {
  text-align: center;
  padding-top: 20px;
}
.index-credit .tab-wrapper .tab-content .img img {
  width: 343px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index-credit .tab-wrapper .tab-content .img img {
    width: 200px;
  }
}
.index-credit .tab-wrapper .tab-content .table1 {
  border: #e5e5e5 1px solid;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.index-credit .tab-wrapper .tab-content .table1 th, .index-credit .tab-wrapper .tab-content .table1 td {
  border: #e5e5e5 1px solid;
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.index-credit .tab-wrapper .tab-content .table1 th {
  background-color: #EDF7FD;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .index-credit .tab-wrapper .tab-content .table1 th {
    width: 80px;
  }
}
.index-credit .tab-wrapper .tab-content .ttl3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.index-credit .tab-wrapper .tab-content .ttl3 span {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .index-credit .tab-wrapper .tab-content .ttl3 span {
    display: none;
  }
}
.index-credit .tab-wrapper .tab-content .btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-top: 1em;
}
.index-credit .tab-wrapper .tab-content .btn .btn1 {
  display: block;
  padding: 4px 3px;
  box-sizing: border-box;
  line-height: normal;
  background: #fff;
  color: #ff7a35;
  border: 2px solid #ff7a35;
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.index-credit .tab-wrapper .tab-content .btn .btn1.v2 {
  background: #ff7a35;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .index-credit .tab-wrapper .tab-content .btn .btn1:hover {
    opacity: 0.7;
  }
}
.index-credit .tab-wrapper .tab-content .note1 {
  margin-top: 10px;
}
.index-credit .tab-wrapper .tab-content .note2 {
  text-align: center;
  font-size: 14px;
  margin-top: 0px;
}
.index-credit .tab-wrapper .tab-item {
  display: none;
}
.index-credit .tab-wrapper .tab-item.active {
  display: block;
}
.index-credit .tab-wrapper.ver2 {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 1.5em;
}
.index-credit .tab-wrapper.ver2 .tab-menu li {
  background: #ECF7FE;
  color: #005284;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  line-height: 1.3;
  height: 52px;
  padding: 2px 10px;
  border-radius: 8px 8px 0 0;
}
.index-credit .tab-wrapper.ver2 .tab-menu li span {
  width: 100%;
  display: inline-block;
  font-size: 10px;
  line-height: 1.3;
  padding-top: 2px;
}
.index-credit .tab-wrapper.ver2 .tab-menu li.active {
  background: #005284;
  color: #ffffff;
}
.index-credit .tab-wrapper.ver2 .tab-content {
  border: unset;
  background: #ECF7FE;
  border-top: 2px solid #005284;
  padding: 15px;
}
.index-credit .tab-wrapper.ver2 .tab-content ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.index-credit .tab-wrapper.ver2 .tab-content ol li {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-credit .tab-wrapper.ver2 .tab-content ol li .ic {
  width: 50px;
  height: auto;
  display: inline-block;
}
.index-credit .tab-wrapper.ver2 .tab-content ol li .ic img {
  width: 100%;
  height: auto;
}
.index-credit .tab-wrapper.ver2 .tab-content ol li .title {
  width: calc(100% - 50px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  padding-left: 15px;
}
.index-credit .tab-wrapper.ver2 .tab-content ol li .title .step {
  width: 100%;
  height: auto;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #005284;
  line-height: 1.4;
}
.index-credit .tab-wrapper.ver2.w1 .tab-menu li {
  width: 100%;
}
.index-credit .c-accordion {
  position: relative;
  margin: 1em auto 0em;
  padding-top: 0px;
  width: 100%;
  text-align: center;
}
.index-credit .c-accordion .js-accordionTrigger {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  background: #EDF7FD;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.index-credit .c-accordion .js-accordionTrigger i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .index-credit .c-accordion .js-accordionTrigger i {
    width: 24px;
    height: 24px;
    margin-left: 2px;
  }
}
.index-credit .c-accordion .js-accordionTrigger i::before, .index-credit .c-accordion .js-accordionTrigger i::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .c-accordion .js-accordionTrigger i::before, .index-credit .c-accordion .js-accordionTrigger i::after {
    right: 4px;
  }
}
.index-credit .c-accordion .js-accordionTrigger i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-credit .c-accordion .js-accordionTrigger.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-credit .c-accordion .js-accordionTrigger2 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  background: #EDF7FD;
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.index-credit .c-accordion .js-accordionTrigger2 span {
  margin-left: 27px;
}
@media screen and (max-width: 768px) {
  .index-credit .c-accordion .js-accordionTrigger2 span {
    margin-left: 26px;
  }
}
.index-credit .c-accordion .js-accordionTrigger2 i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .index-credit .c-accordion .js-accordionTrigger2 i {
    width: 24px;
    height: 24px;
    margin-left: 2px;
  }
}
.index-credit .c-accordion .js-accordionTrigger2 i::before, .index-credit .c-accordion .js-accordionTrigger2 i::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .c-accordion .js-accordionTrigger2 i::before, .index-credit .c-accordion .js-accordionTrigger2 i::after {
    right: 4px;
  }
}
.index-credit .c-accordion .js-accordionTrigger2 i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-credit .c-accordion .js-accordionTrigger2.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-credit .c-accordion .content {
  text-align: left;
}
.index-credit .c-accordion .content ul li {
  padding-left: 20px;
  position: relative;
}
.index-credit .c-accordion .content ul li::before {
  content: "●";
  position: absolute;
  left: 5px;
}
.index-credit .c-accordion .content .btn-acd {
  color: #4785B3;
  margin: 0 auto;
  margin-top: 1em;
  width: 250px;
  background: #fff;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .c-accordion .content .btn-acd {
    width: 180px;
    font-size: 14px;
  }
}
.index-credit .c-accordion .content .btn-acd i::after, .index-credit .c-accordion .content .btn-acd i::before {
  background-color: #4785B3;
}
.index-credit .c-anchor1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .index-credit .c-anchor1 {
    gap: 15px;
  }
}
.index-credit .c-anchor1 a {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 2px solid #4785B3;
  border-radius: 8px;
  color: #005284;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  padding: 15px 2px 20px;
  position: relative;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .index-credit .c-anchor1 a {
    width: calc(50% - 8px);
    font-size: 14px;
  }
}
.index-credit .c-anchor1 a::after {
  content: "";
  border: solid #4785B3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  bottom: 10px;
  transform: rotate(45deg);
  position: absolute;
}
.index-credit .c-anchor1 a span {
  width: 100%;
  height: auto;
  display: inline-block;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .index-credit .c-anchor1 a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.index-credit .c-anchor2 {
  padding-top: 1em;
}
.index-credit .c-anchor2 li a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 7px;
  background: url(../images/credit/icon_anchor-blue.png) no-repeat 50% 50%;
  background-size: 12px 7px;
}
.index-credit .table2 {
  border: #e5e5e5 1px solid;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}
.index-credit .table2 th, .index-credit .table2 td {
  border: #e5e5e5 1px solid;
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.index-credit .table2 th ul, .index-credit .table2 td ul {
  text-align: left;
  padding: 10px 7px;
}
@media screen and (max-width: 768px) {
  .index-credit .table2 th ul, .index-credit .table2 td ul {
    padding: 0;
  }
}
.index-credit .table2 th ul li, .index-credit .table2 td ul li {
  padding-left: 20px;
  position: relative;
}
.index-credit .table2 th ul li::before, .index-credit .table2 td ul li::before {
  content: "●";
  position: absolute;
  left: 5px;
}
.index-credit .table2 th {
  background-color: #EDF7FD;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .index-credit .table2 th {
    width: 80px;
  }
}
.index-credit .c-faq {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq {
    margin-top: 25px;
  }
}
.index-credit .c-faq__item {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 4px #405769;
}
.index-credit .c-faq__q {
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #004a94;
  padding: 18px 20px;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq__q {
    padding: 14px 18px;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 769px) {
  .index-credit .c-faq__q {
    transition: ease-in-out 0.3s;
  }
  .index-credit .c-faq__q:hover {
    opacity: 0.7;
  }
}
.index-credit .c-faq__q span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #004a94;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  padding-bottom: 2px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq__q span {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.index-credit .c-faq__q i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq__q i {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.index-credit .c-faq__q i::before, .index-credit .c-faq__q i::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #004a94;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq__q i::before, .index-credit .c-faq__q i::after {
    right: 4px;
  }
}
.index-credit .c-faq__q i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-credit .c-faq__q.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-credit .c-faq__a {
  display: none;
  overflow: hidden;
  border-radius: 10px;
}
.index-credit .c-faq__content {
  padding: 15px 20px;
  padding-top: 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 60px;
  position: relative;
}
.index-credit .c-faq__content::before {
  width: calc(100% - 40px);
  height: 1px;
  background: #d3d3d3;
  left: 20px;
  top: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq__content {
    font-size: 12px;
  }
}
.index-credit .c-faq__content small {
  font-size: 11px;
}
.index-credit .c-faq__content span {
  font-size: 18px;
  font-weight: 700;
  color: #224580;
  background: #e1e1e1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  padding-bottom: 2px;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .index-credit .c-faq__content span {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.index-sec1 {
  background: #143d66;
  width: 100%;
  height: auto;
  padding: 65px 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-sec1 {
    padding: 50px 0px 30px;
  }
  .index-sec1 .l-content {
    padding: 0;
  }
}
.index-sec1 .title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title {
    text-align: left;
    max-width: 375px;
    padding: 0px 20px;
    margin: 0 auto;
  }
}
.index-sec1 .title h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.index-sec1 .title h2 span {
  font-size: 32px;
  background: #fff;
  color: #000;
  line-height: 1.2;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title h2 span {
    font-size: 18px;
  }
}
.index-sec1 .title h2 small {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .title h2 small {
    font-size: 20px;
  }
}
.index-sec1 .block {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block {
    max-width: 375px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.index-sec1 .block .card1 {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.index-sec1 .block .card1 .btn {
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec1 .block .card1 .btn {
    height: 50px;
    bottom: 45px;
  }
}
.index-sec2 {
  background: #fff;
  width: 100%;
  height: auto;
  padding-top: 1px;
}
.index-sec2 .title1 {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.index-sec2 .title1::before {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 35px;
}
.index-sec2 .title1 small {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title1 small {
    font-size: 14px;
  }
}
.index-sec2 .title1 span {
  width: auto;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  background: #fff;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .title1 span {
    font-size: 32px;
    line-height: 1.2;
    padding: 0 10px;
    margin-top: 10px;
  }
}
.index-sec2 .txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .txt {
    font-size: 14px;
  }
}
.index-sec2 .card1 {
  background: #eef1f3;
  margin-top: 20px;
  padding: 50px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 {
    padding-top: 40px;
    padding-bottom: 25px;
    margin-top: 10px;
  }
}
.index-sec2 .card1 h4 {
  font-size: 36px;
  color: #00ACE5;
  text-align: center;
  font-weight: 700;
}
.index-sec2 .card1 h4 span {
  font-size: 36px;
  font-weight: 700;
  color: #0554A3;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 h4 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 h4 {
    font-size: 24px;
  }
}
.index-sec2 .card1 .img {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .img {
    margin-top: 10px;
  }
  .index-sec2 .card1 .img img {
    width: 198px;
    height: auto;
  }
}
.index-sec2 .card1 .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #00ace5;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .ttl {
    font-size: 14px;
    padding: 4px 15px;
  }
}
.index-sec2 .card1 .box {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .box {
    gap: 10px;
    margin-top: 24px;
  }
}
.index-sec2 .card1 .box .table {
  width: 100%;
  height: auto;
  background: #fff;
  border-collapse: collapse;
}
.index-sec2 .card1 .box .table.w2 {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .box .table.w2 {
    width: calc(50% - 5px);
  }
}
.index-sec2 .card1 .box .table.w2 td p {
  text-align: center;
}
.index-sec2 .card1 .box .table tr:first-child {
  height: 42px;
}
.index-sec2 .card1 .box .table th {
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  font-weight: 700;
  padding: 5px 10px;
  height: 42px;
  color: #00ace5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .box .table th {
    font-size: 12px;
  }
}
.index-sec2 .card1 .box .table td {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 10px;
  text-align: center;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .box .table td {
    font-size: 14px;
  }
}
.index-sec2 .card1 .box .table td p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .box .table td p {
    font-size: 14px;
  }
}
.index-sec2 .card1 .btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec2 .card1 .btn {
    gap: 10px;
    margin-top: 20px;
  }
}
.index-sec2 .l-block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #eef1f3;
}
.index-sec2 .l-block .card1 {
  max-width: 585px;
}
.index-sec2 .l-block .card1 h4 {
  color: #666666;
}
.index-sec2 .l-block .card1 .ttl {
  background: #666666;
}
.index-sec2 .l-block .card1 .box .table th {
  color: #666666;
  background: #e6e9eb;
}
.index-sec3 {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .index-sec3 {
    padding-top: 60px;
  }
}
.index-sec3 .l-content {
  max-width: 1420px;
  text-align: center;
  overflow: hidden;
}
.index-sec3 h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-sec3 h2 {
    font-size: 32px;
  }
}
.index-sec3 h2 span {
  display: inline-block;
  width: auto;
  background: #222222;
  border-radius: 15px;
  padding: 3px 15px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec3 h2 span {
    font-size: 12px;
  }
}
.index-sec3 .table {
  margin-top: 70px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table {
    margin-top: 25px;
    padding-left: 0;
  }
}
.index-sec3 .table__inner {
  position: relative;
  padding-right: 40px;
  overflow-x: scroll;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table__inner {
    padding-right: 0;
  }
}
.index-sec3 .table__inner.scroll:after {
  background: url(../images/img_comparison_table_scroll.svg) 0 0/contain no-repeat;
  content: "";
  height: 112px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 192px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table__inner.scroll:after {
    left: 50%;
  }
}
.index-sec3 .table table {
  width: 1500px;
  border-spacing: 0;
  border-collapse: separate;
  white-space: nowrap;
  table-layout: fixed;
  border-radius: 5px 0px 0px 5px;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table table {
    width: 1300px;
  }
}
.index-sec3 .table table tr {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.index-sec3 .table table tr td:last-child {
  border-right: 1px solid #c9c9c9;
}
.index-sec3 .table table tr:first-child th {
  border-top: 1px solid #004731;
  border-radius: 5px 0px 0px 0px;
}
.index-sec3 .table table tr:last-child th {
  border-bottom: 1px solid #004731;
  border-radius: 0px 0px 0px 5px;
}
.index-sec3 .table table tr:last-child td {
  border-bottom: 1px solid #c9c9c9;
}
.index-sec3 .table table tr:nth-child(3) td, .index-sec3 .table table tr:nth-child(7) td, .index-sec3 .table table tr:nth-child(11) td {
  padding: 17.5px 8px;
}
.index-sec3 .table table tr:nth-child(5) td, .index-sec3 .table table tr:nth-child(12) td {
  padding: 24px 8px;
}
.index-sec3 .table table tr > *:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.index-sec3 .table table tr.-align_top td {
  vertical-align: top;
}
.index-sec3 .table table th {
  width: 150px;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #004731;
  background-color: #224580;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table table th {
    width: 140px;
    font-size: 12px;
  }
}
.index-sec3 .table table th span {
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table table th span {
    font-size: 10px;
  }
}
.index-sec3 .table table td {
  padding: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table table td {
    font-size: 12px;
  }
}
.index-sec3 .table table td p {
  display: flex;
  height: auto;
  margin-top: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table table td p {
    font-size: 12px;
  }
}
.index-sec3 .table table td span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .index-sec3 .table table td span {
    font-size: 10px;
  }
}
.index-sec3 .table__img {
  max-width: 80px;
  margin: 0 auto;
  margin-top: 15px;
}
.index-sec3 .table__img img {
  width: 100%;
}
.index-sec3 .box2 {
  position: relative;
  margin: 0px auto 60px;
  padding-top: 60px;
  width: 100%;
  max-width: 750px;
  text-align: center;
}
.index-sec3 .box2 h3 {
  width: 115px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid black;
  background: #fff;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding-right: 10px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-sec3 .box2 h3 {
    top: 39px;
  }
}
.index-sec3 .box2 h3 i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .index-sec3 .box2 h3 i {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.index-sec3 .box2 h3 i::before, .index-sec3 .box2 h3 i::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec3 .box2 h3 i::before, .index-sec3 .box2 h3 i::after {
    right: 4px;
  }
}
.index-sec3 .box2 h3 i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-sec3 .box2 h3.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-sec3 .notes {
  width: 100%;
  max-width: 750px;
  border-radius: 12px;
  background: #f2f4f5;
  padding: 45px 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index-sec3 .notes {
    padding: 25px;
  }
}
.index-sec3 .notes p {
  font-size: 11px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .index-sec3 .notes p {
    font-size: 10px;
  }
}
.index-sec3 .notes a {
  color: #00ace5;
  text-decoration: underline;
  position: relative;
  padding-right: 12px;
  display: inline-block;
  transition: ease-in-out 0.3s;
}
.index-sec3 .notes a::after {
  content: "";
  background: url(../images/ic-link1.png) center no-repeat;
  background-size: 100% auto;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .index-sec3 .notes a:hover {
    opacity: 0.7;
  }
}
.index-sec4 {
  width: 100%;
  height: auto;
  background: #eef1f3;
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .index-sec4 {
    padding: 50px 0;
  }
}
.index-sec4 .l-content {
  max-width: 800px;
}
.index-sec4 h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec4 h2 {
    font-size: 32px;
  }
}
.index-sec4 .c-faq {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq {
    margin-top: 25px;
  }
}
.index-sec4 .c-faq__item {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}
.index-sec4 .c-faq__q {
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #004a94;
  padding: 18px 20px;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq__q {
    padding: 14px 18px;
    font-size: 14px;
    padding-right: 40px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 769px) {
  .index-sec4 .c-faq__q {
    transition: ease-in-out 0.3s;
  }
  .index-sec4 .c-faq__q:hover {
    opacity: 0.7;
  }
}
.index-sec4 .c-faq__q span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #004a94;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  padding-bottom: 2px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq__q span {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.index-sec4 .c-faq__q i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq__q i {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.index-sec4 .c-faq__q i::before, .index-sec4 .c-faq__q i::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #004a94;
  border-radius: 2px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq__q i::before, .index-sec4 .c-faq__q i::after {
    right: 4px;
  }
}
.index-sec4 .c-faq__q i:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}
.index-sec4 .c-faq__q.is-open i:after {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
}
.index-sec4 .c-faq__a {
  display: none;
}
.index-sec4 .c-faq__content {
  padding: 15px 20px;
  padding-top: 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 60px;
  position: relative;
}
.index-sec4 .c-faq__content::before {
  width: calc(100% - 40px);
  height: 1px;
  background: #d3d3d3;
  left: 20px;
  top: 0;
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq__content {
    font-size: 12px;
  }
}
.index-sec4 .c-faq__content small {
  font-size: 11px;
}
.index-sec4 .c-faq__content span {
  font-size: 18px;
  font-weight: 700;
  color: #224580;
  background: #e1e1e1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: absolute;
  padding-bottom: 2px;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec4 .c-faq__content span {
    font-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.index-sec5 {
  padding: 100px 0 70px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec5 {
    padding: 60px 0px;
  }
}
.index-sec5 h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .index-sec5 h2 {
    font-size: 32px;
  }
}
.index-sec5 p {
  font-size: 14px;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .index-sec5 p {
    text-align: left;
  }
}
.index-sec6 {
  width: 100%;
  height: auto;
  background: #222222;
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .index-sec6 {
    padding: 50px 0 55px;
  }
}
.index-sec6 h2 {
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .index-sec6 h2 {
    font-size: 32px;
  }
}
.index-sec6 .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec6 .btn .c-btn01 {
    height: 60px;
  }
}

.c-modal01 {
  display: none;
}
.c-modal01.active {
  display: block;
  z-index: 99999;
}
.c-modal01[aria-hidden=false] .c-modal01__wap {
  animation: mmfadeIn 0.3s;
}
.c-modal01[aria-hidden=false] .c-modal01__content {
  animation: mmslideIn 0.3s;
}
.c-modal01[aria-hidden=true] .c-modal01__wap {
  animation: mmfadeOut 0.3s;
  opacity: 0;
}
.c-modal01[aria-hidden=true] .c-modal01__content {
  animation: mmslideOut 0.3s;
}
.c-modal01__wap {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100%;
}
.c-modal01__wap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.c-modal01__content {
  background: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0);
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  position: relative;
  width: calc(100% - 40px);
  max-width: 600px;
  z-index: 999999;
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .c-modal01__content {
    padding: 30px 20px;
  }
}
.c-modal01__content .c-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .c-close {
    top: 5px;
    right: 5px;
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .c-modal01__content .c-close:hover {
    opacity: 0.5;
  }
}
.c-modal01__content .ttl1 {
  font-size: 28px;
  font-weight: 700;
  color: #00ace5;
  text-align: center;
  margin: 0;
}
.c-modal01__content .ttl2 {
  font-size: 15px;
  color: #666666;
  text-align: center;
  font-weight: 500;
  padding-top: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .ttl2 {
    padding-top: 5px;
  }
}
.c-modal01__content .box1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .box1 {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.c-modal01__content .box1 .img2 {
  width: 200px;
  height: auto;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .box1 .img2 {
    width: 155px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.c-modal01__content .box1 .img2 img {
  width: 100%;
  height: auto;
}
.c-modal01__content .box1 .btn2 {
  width: calc(100% - 225px);
}
@media screen and (max-width: 768px) {
  .c-modal01__content .box1 .btn2 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }
}
.c-modal01__content .box1 .btn2 .ver2 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-modal01__content .box1 .btn2 .ver2 {
    margin-top: 15px;
  }
}

/* modal */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.scroll-indicator {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 12px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .scroll-indicator {
    right: 15px;
  }
}
.scroll-indicator .img {
  width: 12px;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}
.scroll-indicator .img img {
  width: 100%;
  height: auto;
}
.scroll-indicator .scroll {
  width: 1px;
  height: 45px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.scroll-indicator .scroll .scroll-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(4, 15, 48) 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -45px;
  background-size: 100% 200%;
  animation: scrolldown 1.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -45px;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 45px;
  }
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 99999999;
}

@media (max-width: 640px) {
  .modal-container {
    padding: 0;
  }
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.-active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 640px) {
  .modal-body {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .modal-content {
    padding: 0;
    width: 100%;
    border-radius: 3px;
    height: 75vh;
  }
}
.js-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 44px;
  height: 44px;
  font-size: 2.5rem;
  z-index: 999999999;
  color: #fff;
  cursor: pointer;
  background: url(../images/card/close.png) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .js-modal-close {
    right: -15px;
  }
}

#corporate {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #corporate {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  #corporate {
    height: 520px;
  }
}
#corporate .slide {
  overflow: hidden;
  height: auto;
  display: none;
  position: relative;
}
#corporate .slide ul.return-button {
  width: 100%;
  text-align: center;
}
#corporate .slide ul.return-button li {
  display: inline-block;
  font-size: 11px;
  color: #ccc;
  position: absolute;
  bottom: 20px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  #corporate .slide ul.return-button li {
    bottom: 10px;
  }
}
#corporate .slide ul.return-button li span {
  display: inline-block;
  padding: 40px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 37px;
  cursor: pointer;
}
#corporate .slide ul.return-button li span:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#corporate .slide ul.return-button li.return-prev {
  left: 20px;
}
#corporate .slide ul.return-button li.return-prev span {
  background-image: url(../images/card/return_button_prev.gif);
}
#corporate .slide ul.return-button li.return-top {
  right: 20px;
}
#corporate .slide ul.return-button li.return-top span {
  background-image: url(../images/card/return_button_top.gif);
}
#corporate .slide.question {
  height: 100%;
}
#corporate .corporatetop {
  display: block;
  height: 100%;
}

.corporate {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.corporate a {
  cursor: pointer;
}
.corporate .c-card01 {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 {
    padding: 40px 0;
  }
}
.corporate .c-card01 .title {
  text-align: center;
  width: 100%;
  height: auto;
}
.corporate .c-card01 .ttl1 {
  font-size: 16px;
  display: inline-block;
  width: auto;
  position: relative;
  padding: 0px 20px;
}
.corporate .c-card01 .ttl1::before, .corporate .c-card01 .ttl1::after {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/card/ic1.png) no-repeat center;
  background-size: 100% auto;
}
.corporate .c-card01 .ttl1::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .ttl1 {
    padding: 0px 15px;
    font-size: 13px;
  }
  .corporate .c-card01 .ttl1::before, .corporate .c-card01 .ttl1::after {
    width: 5px;
    height: 100%;
  }
}
.corporate .c-card01 .ttl2 {
  font-size: 26px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .ttl2 {
    font-size: 20px;
  }
}
.corporate .c-card01 .ttl2 span {
  font-size: 30px;
  color: #09B7DE;
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .ttl2 span {
    font-size: 25px;
  }
}
.corporate .c-card01 .ttl3 {
  font-size: 50px;
  font-weight: 700;
  width: auto;
  display: inline-block;
  position: relative;
}
.corporate .c-card01 .ttl3::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(0, 176, 241) 0%, rgb(0, 225, 245) 100%);
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .ttl3 {
    font-size: 40px;
  }
  .corporate .c-card01 .ttl3::after {
    height: 8px;
  }
}
.corporate .c-card01 .ttl4 {
  display: inline-block;
  width: auto;
  background: #222222;
  border-radius: 15px;
  padding: 3px 15px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .ttl4 {
    font-size: 12px;
  }
}
.corporate .c-card01 .box {
  width: 100%;
  height: auto;
  background: #E5F4FF;
  text-align: center;
  padding: 30px 60px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .box {
    padding: 30px 10px 20px;
  }
}
.corporate .c-card01 .box .img {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card01 .box .img {
    max-width: 350px;
  }
}
.corporate .c-card01 .box .img img {
  width: 100%;
  height: auto;
}
.corporate .c-card01 .btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 30px;
}
.corporate .c-card02 {
  width: 100%;
  height: auto;
  padding: 25px 0;
}
.corporate .c-card02 .title {
  text-align: center;
}
.corporate .c-card02 .ttl1 {
  font-size: 15px;
  color: #B1B1B1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .corporate .c-card02 .ttl1 {
    font-size: 12px;
  }
}
.corporate .c-card02 .ttl2 {
  font-size: 30px;
  color: #34CFEA;
  font-weight: 700;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card02 .ttl2 {
    font-size: 28px;
  }
}
.corporate .c-card02 .ttl3 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card02 .ttl3 {
    font-size: 22px;
  }
}
.corporate .c-card02 .block {
  width: 100%;
  height: auto;
  padding: 0px 60px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card02 .block {
    padding: 0px 20px;
    margin-top: 20px;
    gap: 10px;
  }
}
.corporate .c-card02 .block .item {
  width: calc(50% - 10px);
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .corporate .c-card02 .block .item {
    width: calc(50% - 5px);
  }
}
.corporate .c-card02 .block .item .img {
  margin-bottom: 20px;
}
.corporate .c-card02 .block .item .img img {
  width: auto;
  height: 175px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card02 .block .item .img img {
    height: 110px;
  }
}
.corporate .c-card03 {
  width: 100%;
  height: auto;
  padding: 35px 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 {
    padding: 25px 18px;
  }
}
.corporate .c-card03 .title {
  text-align: center;
}
.corporate .c-card03 .ttl1 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .ttl1 {
    font-size: 16px;
  }
}
.corporate .c-card03 .block {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  background: #F2F2F2;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 50px 20px 40px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .block {
    padding: 30px 10px 32px;
    gap: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .corporate .c-card03 .block {
    padding: 20px 10px 22px;
    gap: 5px;
  }
}
.corporate .c-card03 .block h2 {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  font-size: 32px;
  color: #00ace5;
  line-height: 1.1;
}
.corporate .c-card03 .block .txt {
  width: auto;
  display: inline-block;
}
.corporate .c-card03 .block .txt .ttl2 {
  display: inline-block;
  width: auto;
  background: #00ace5;
  border-radius: 15px;
  padding: 3px 10px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .block .txt .ttl2 {
    font-size: 13px;
  }
}
.corporate .c-card03 .block .txt h3 {
  font-size: 21px;
  font-weight: 700;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .block .txt h3 {
    font-size: 19px;
  }
}
.corporate .c-card03 .block .txt h3 span {
  font-size: 21px;
  font-weight: 700;
  color: #00ace5;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .block .txt h3 span {
    font-size: 19px;
  }
}
.corporate .c-card03 .block .img.z1 {
  width: 382px;
  height: auto;
}
.corporate .c-card03 .block .img.z2 {
  width: 400px;
  height: auto;
}
.corporate .c-card03 .block .img.z3 {
  width: 222px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .block .img.z3 {
    width: 140px;
  }
}
.corporate .c-card03 .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .corporate .c-card03 .btn {
    margin-top: 20px;
  }
}
.corporate .c-card03 .btn .btn01 {
  background: #124A82;
  max-width: 400px;
  top: auto;
  right: auto;
}
.corporate .btn02 {
  width: 100%;
  height: 90px;
  color: #F9FEFF;
  border-radius: 5px;
  background: #124A82;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .corporate .btn02 {
    font-size: 15px;
    padding: 0px 10px;
  }
}
.corporate .btn02 span {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .corporate .btn02 span {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .corporate .btn02:hover {
    opacity: 0.7;
  }
}
.corporate .btn01 {
  width: 100%;
  height: 60px;
  max-width: 305px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(to right, rgba(247, 123, 66, 0.99608) 0%, rgb(255, 140, 0) 50%, rgb(255, 157, 0) 100%);
  position: relative;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .corporate .btn01 {
    max-width: 305px;
    height: 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .corporate .btn01:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */