/* general */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body {
  word-break: break-word;
  padding: 0;
  margin: 0;
  color: #333333;
  font-family: "Roboto", "Yu Gothic", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

img {
  max-width: 100%;
  border: none;
  height: auto;
  display: block;
}

main {
  display: block;
  overflow-x: hidden;
  margin-top: 81px;
}

.relative-section {
  position: relative;
}

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font900 {
  font-weight: 900;
}

.font800 {
  font-weight: 800;
}

.font700 {
  font-weight: 700;
}

.font600 {
  font-weight: 600;
}

.font500 {
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.font300 {
  font-weight: 300;
}

.animated-delay2 {
  animation-delay: 0.3s;
}

.animated-delay3 {
  animation-delay: 0.6s;
}

.animated-delay4 {
  animation-delay: 0.9s;
}

.animated-delay5 {
  animation-delay: 1.2s;
}

.animated-delay6 {
  animation-delay: 1.5s;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

:focus {
  outline: none !important;
}

.on-sp {
  display: none !important;
}

.text-center {
  text-align: center;
}

#header .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
}
#header .fixed-top .container-fluid {
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#header .fixed-top img {
  vertical-align: middle;
}
#header .header-group-right {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
#header .pl-3, #header .px-3 {
  padding-left: 1rem !important;
}
#header .navbar-nav li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
#header .navbar-nav li a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #333333;
  z-index: 0;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
}
#header .navbar-nav li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s;
  background: linear-gradient(#ffffff, #ffffff);
}
#header .navbar-nav li a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(#84a9d3, #7eccf5);
}
#header .navbar-nav li a:hover:before, #header .navbar-nav li a.active:before {
  opacity: 0;
}
#header .navbar-nav li a:hover, #header .navbar-nav li a.active {
  text-decoration: none;
  color: #fff;
}
#header .navbar-nav {
  display: flex;
  -webkit-box-orient: vertical;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#header .navbar {
  padding: 6.5px 32px !important;
  background-color: #fff;
}
#header .btn-application {
  display: inline-block;
  padding: 17px 32px 16px;
  border-radius: 50px;
  height: 100%;
  background: #C8161D;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
#header .navbar-expand-lg .navbar-toggler {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 2px;
}
#header .navbar-expand-lg .navbar-toggler-icon {
  background: url(../images/bar.svg) no-repeat 50%/100% 100%;
  display: inline-block;
  width: 19px;
  height: 17px;
  vertical-align: middle;
  content: "";
}
#header .menu-header .btn-application {
  display: none;
}

@media (max-width: 1100px) {
  main {
    margin-top: 60px;
  }
  #header .navbar {
    padding: 6.5px 15px !important;
  }
  #header .menu-header .btn-application {
    display: block;
  }
  #header #navbarFullContent {
    display: none;
  }
  #header .navbar-branch img {
    height: 35px;
  }
  #header .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  #header #navbarFullContent.menu-header {
    border-bottom: 3px solid #28ABF0;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
  }
  #header #navbarFullContent.menu-header #menu-main-menu {
    flex-direction: column;
  }
  #header #navbarFullContent.menu-header #menu-main-menu li a {
    line-height: 1;
    font-size: 16px;
    display: block;
  }
  #header .btn-application {
    padding: 15px 20px;
    font-size: 16px;
    display: block !important;
  }
  #header .header-group-right {
    gap: 0 10px;
  }
}
#footer {
  background: rgb(50, 110, 180);
  background: linear-gradient(180deg, rgb(50, 110, 180) 0%, rgb(40, 171, 240) 100%);
  color: #fff;
  font-size: 0.8rem;
  padding: 2rem 15px 0.5rem;
}
#footer .mb-4, #footer .my-4 {
  margin-bottom: 1.5rem !important;
}
#footer .footermenu {
  margin: 0;
  padding: 0;
}
#footer .footermenu li {
  display: inline;
  padding: 0 0.4em 0 0.3em;
  border-right: 1px solid #eee;
  line-height: 1;
  margin: 0;
}
#footer .footermenu li:first-child {
  border-left: 1px solid #eee;
}
#footer a {
  color: #fff;
}
#footer .mb-1, #footer .my-1 {
  margin-bottom: 0.25rem !important;
}
#footer p {
  margin-top: 10px;
  line-height: 1.8;
}
#footer .copyright {
  color: #ffffff;
}

.container {
  max-width: 1411px;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 32px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #3265CE;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  border-radius: 60px;
  font-weight: 600;
}
.btn:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .btn {
    max-width: 240px;
    padding: 16px;
    font-size: 20px;
  }
}
/* pages */
.home {
  background-color: rgba(239, 239, 239, 0.5);
  color: #3265CE;
}

.home-fv .fv-box img {
  width: 100%;
  height: auto;
}
.home-fv .image-fv {
  padding-left: 261px;
}
.home-fv .fv-text {
  margin-top: -71px;
  color: #343E6E;
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-left: 10px;
}
.home-fv .home-about {
  padding: 168px 0;
  background: #3265CE;
  color: #fff;
}
.home-fv .home-about .flex {
  align-items: center;
  padding: 0 44px;
}
.home-fv .home-about .featured {
  width: 375px;
}
.home-fv .home-about .information {
  width: calc(100% - 375px);
  padding-left: 29px;
}
.home-fv .home-about .information h2 {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 64px;
  letter-spacing: 0.1em;
}
.home-fv .home-about .information h2 span {
  font-size: 31px;
  font-weight: 700;
  display: block;
}
.home-fv .home-about .information h3 {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.1;
}
.home-fv .home-about .information p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 16px;
  font-weight: 500;
}
.home-fv .home-about .information p:last-child {
  margin-bottom: 0;
}

.home-section-group {
  background: linear-gradient(to bottom, #FFFFFF 0%, rgba(50, 101, 206, 0.0509803922) 5%, rgba(50, 101, 206, 0.2) 20%);
  padding: 280px 0 238px 0;
}

.home-corporate .box:before {
  width: 302px;
  height: 144px;
  right: -160px;
  top: -25.5%;
  position: absolute;
  content: "";
  background: url(../images/home/clound11.svg) no-repeat center center/contain;
}
.home-corporate .box:after {
  width: 317px;
  height: 158px;
  left: -55px;
  bottom: -74px;
  position: absolute;
  content: "";
  background: url(../images/home/clound12.svg) no-repeat center center/contain;
}
.home-corporate .title {
  margin-bottom: 60px;
}
.home-corporate .title h2 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 21px;
  letter-spacing: 0.1em;
}
.home-corporate .title p {
  font-size: 31px;
  line-height: 1.1;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.home-corporate .note {
  color: #333333;
  font-size: 32px;
  margin-bottom: 86px;
}
.home-corporate .note span {
  font-size: 64px;
  display: inline-block;
  color: #C8161D;
  vertical-align: -7px;
}
.home-corporate .box-option .list {
  gap: 30px;
}
.home-corporate .box-option .list .item {
  width: calc(33.33% - 20px);
}
.home-corporate .box-option .list .item p {
  color: #333;
  font-size: 25px;
  line-height: 2;
  margin: 0;
  text-align: center;
}
.home-corporate .box-option .list .item img {
  margin: 0 auto 25px;
}
.home-corporate .president {
  margin-top: 90px;
}
.home-corporate .president .information {
  width: calc(100% - 187px);
  border: 3px solid #3265CE;
  color: #4A4C56;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}
.home-corporate .president .information h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
}
.home-corporate .president .information h3:first-child {
  margin-bottom: 32px;
  color: #3265CE;
}
.home-corporate .president .information p {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 16px;
}
.home-corporate .president .information p:last-child {
  margin: 0;
}
.home-corporate .president .avata {
  width: 187px;
}

.home-work {
  margin-top: 123px;
}
.home-work .box {
  max-width: 1120px;
  margin: 0 auto;
}
.home-work .title {
  margin-bottom: 35px;
}
.home-work .title h2 {
  font-size: 32px;
  line-height: 1;
  color: #333333;
}
.home-work .title h2 span {
  font-size: 64px;
  vertical-align: -3px;
}
.home-work .title h2 .red-color {
  color: #C8161D;
}
.home-work .title h2 .blue-color {
  color: #3265CE;
}
.home-work .list {
  gap: 32px;
  justify-content: center;
}
.home-work .list .item {
  border-radius: 16px;
  background-color: #FFFFFF;
  padding: 25px;
  width: calc(33.33% - 22px);
}
.home-work .list .item h3 {
  font-size: 40px;
  font-style: italic;
  color: rgba(50, 101, 206, 0.5);
  margin: 0;
}
.home-work .list .item .icon {
  margin: 18px auto;
}
.home-work .list .item .icon img {
  display: inline-block;
  width: auto;
}
.home-work .list .item p {
  margin: 0;
  font-size: 25px;
  color: #333333;
}

.home-business {
  padding: 85px 0 81px;
}
.home-business .title {
  margin-bottom: 64px;
}
.home-business .title h2 {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 18px;
  letter-spacing: 0.1em;
}
.home-business .title p {
  font-size: 31px;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 0.1em;
}
.home-business .list .item {
  margin-bottom: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  align-items: center;
  min-height: 280px;
}
.home-business .list .item .icon {
  width: 166px;
}
.home-business .list .item .information {
  width: calc(100% - 166px);
  padding-left: 32px;
}
.home-business .list .item .number {
  font-size: 40px;
  line-height: 1;
}
.home-business .list .item h3 {
  font-size: 20px;
  line-height: 1.1;
  margin: 16px 0;
  color: #333333;
}
.home-business .list .item p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 500;
  color: #333333;
}
.home-business .video-box {
  margin: 55px auto;
  max-width: 1020px;
}
.home-business .video-box p {
  font-size: 31px;
  margin: 0 0 64px;
  letter-spacing: 0.1em;
}
.home-business .video-box iframe {
  width: 100%;
  height: 406px;
}

.home-join .join-box {
  background-image: url(../images/home/bg2.webp);
  border-radius: 30px 30px 0 0;
  padding: 30px;
  color: #fff;
}
.home-join .join-box .title h2 {
  color: rgba(245, 245, 245, 0.8);
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 23px;
  letter-spacing: 0.1em;
}
.home-join .join-box .title p {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 0;
}
.home-join .join-box .information h3 {
  font-size: 40px;
  line-height: 2;
  margin: 100px 0;
}
.home-join .join-box .information .btn-white {
  background: #fff;
  color: #3265CE;
  max-width: 450px;
}

@media (max-width: 1411px) {
  .home-join {
    margin: 0 -16px;
  }
}
@media (max-width: 1024px) {
  .home-fv .home-about {
    padding: 80px 0;
  }
  .home-fv .home-about .featured {
    width: 200px;
  }
  .home-fv .home-about .flex {
    padding: 0;
  }
  .home-fv .home-about .information {
    width: calc(100% - 200px);
  }
  .home-fv .home-about .information h2 {
    font-size: 31px;
  }
  .home-fv .home-about .information h2 span {
    font-size: 16px;
    margin-top: 4px;
  }
  .home-fv .home-about .information h3 {
    font-size: 20px;
  }
  .home-fv .home-about .information p {
    font-size: 14px;
  }
  .home-section-group {
    padding: 114px 0 155px;
  }
  .home-section-group .title h2 {
    font-size: 31px;
  }
  .home-section-group .title p {
    font-size: 16px;
  }
  .home-section-group .note {
    font-size: 20px;
  }
  .home-section-group .note span {
    font-size: 40px;
    vertical-align: -4px;
  }
  .home-corporate .title {
    margin-bottom: 55px;
  }
  .home-corporate .box:before {
    top: -14%;
  }
  .home-corporate .box-option .list .item p {
    font-size: 16px;
  }
  .home-corporate .president .information h3 {
    font-size: 16px;
  }
  .home-corporate .president .information h3:first-child {
    font-size: 20px;
  }
  .home-corporate .president .information p {
    font-size: 14px;
  }
  .home-work .title h2 {
    font-size: 20px;
  }
  .home-work .title h2 span {
    font-size: 40px;
  }
  .home-work .list {
    gap: 8px;
  }
  .home-work .list .item {
    width: calc(33.33% - 6px);
    padding: 15.5px;
  }
  .home-work .list .item h3 {
    font-size: 20px;
  }
  .home-work .list .item .icon {
    max-width: 92px;
  }
  .home-work .list .item p {
    font-size: 14px;
  }
  .home-business {
    padding: 83px 0;
  }
  .home-business .title h2 {
    font-size: 31px;
    letter-spacing: 0.1em;
    margin-bottom: 11px;
  }
  .home-business .title p {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .on-pc {
    display: none !important;
  }
  .on-sp {
    display: block !important;
  }
  .container {
    padding: 0 16px;
  }
  .home-fv .fv-text {
    font-size: 8.27vw;
    padding: 0;
    margin-top: -10vw;
  }
  .home-fv .image-fv {
    padding: 0;
    max-width: 90.13vw;
    margin-left: auto;
    margin-right: -16px;
  }
  .home-fv .home-about .information {
    width: auto;
    padding: 0;
  }
  .home-fv .home-about .information h2 {
    text-align: center;
  }
  .home-fv .home-about .information h3 {
    margin-bottom: 16px;
  }
  .home-fv .home-about .information p {
    font-weight: 500;
  }
  .home-fv .home-about .information img {
    display: block;
    max-width: 158px;
    margin: 61px auto;
  }
  .home-corporate .box:before {
    display: none;
  }
  .home-corporate .box:after {
    display: none;
  }
  .home-corporate .title h2 {
    margin-bottom: 12px;
  }
  .home-corporate .note span {
    display: block;
    margin-bottom: -6px;
  }
  .home-corporate .box-option .list {
    display: block;
  }
  .home-corporate .box-option .list .item {
    width: auto;
    margin-bottom: 48px;
  }
  .home-corporate .box-option .list .item img {
    margin-bottom: 8px;
    max-width: 234px;
  }
  .home-corporate .box-option .list .item:last-child {
    margin-bottom: 0;
  }
  .home-corporate .president {
    display: block;
    position: relative;
  }
  .home-corporate .president:before {
    width: 140px;
    height: 70px;
    right: -14vw;
    top: -22vw;
    position: absolute;
    content: "";
    background: url(../images/home/clound12.svg) no-repeat center center/contain;
  }
  .home-corporate .president .avata {
    width: 80px;
    margin: 0 auto 16px;
  }
  .home-corporate .president .information {
    width: auto;
    padding: 7px 13px 16px;
  }
  .home-corporate .president .information h3:first-child {
    margin-bottom: 8px;
  }
  .home-corporate .president .information h3 {
    line-height: 1.75;
  }
  .home-corporate .president .information p {
    font-weight: 500;
    margin: 0 0 3px;
    line-height: 1.75;
  }
  .home-work {
    margin-top: 77px;
  }
  .home-work .title {
    margin-bottom: 33px;
  }
  .home-work .title h2 .red-color {
    vertical-align: -6px;
    margin-right: 5px;
  }
  .home-work .title h2 .blue-color {
    display: block;
    margin: 5px 0 7px;
  }
  .home-work .list .item {
    width: calc(50% - 4px);
    padding: 9px 15px 15.5px;
  }
  .home-work .list .item .icon {
    margin: 4px auto -5px;
  }
  .home-work .box:after {
    width: 45.87vw;
    height: 24vw;
    right: -16vw;
    bottom: -12vw;
  }
  .home-business .box {
    padding: 0;
  }
  .home-business .list .item {
    padding: 16px;
    display: block;
  }
  .home-business .list .item .icon {
    width: 115px;
    margin: 0 auto 16px;
  }
  .home-business .list .item .information {
    padding: 0;
    width: auto;
    position: relative;
  }
  .home-business .list .item .number {
    font-size: 30px;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .home-business .list .item h3 {
    font-size: 20px;
    padding-left: 45px;
    margin: 22px 0 13px;
  }
  .home-business .list .item p {
    font-size: 14px;
    line-height: 1.75;
  }
  .home-business .video-box {
    margin: 68px auto 77px;
  }
  .home-business .video-box p {
    font-size: 20px;
    line-height: 1.25;
  }
  .home-business .video-box p span {
    display: block;
  }
  .home-business .video-box iframe {
    margin: 0 -16px;
    width: 100vw;
    height: 60vw;
  }
  .home-join {
    margin: 0;
  }
  .home-join .container {
    padding: 0;
  }
  .home-join .join-box {
    padding: 32px 0 30px;
  }
  .home-join .join-box .title h2 {
    font-size: 31px;
  }
  .home-join .join-box .title p {
    font-size: 20px;
  }
  .home-join .join-box .information h3 {
    font-size: 25px;
    line-height: 1.75;
    margin: 64px 0;
  }
  .home-join .join-box .information h3 span {
    display: block;
  }
  .home-join .join-box .information .btn {
    max-width: 300px;
  }
}
.content-page {
  background: #F5F5F5;
  padding: 38px 0;
}
.content-page h1 {
  font-size: 64px;
  color: #3265CE;
  margin: 0 0 21px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.content-page h2 {
  font-size: 31px;
  color: #3265CE;
  margin: 0 0 32px;
  line-height: 1.1;
}
.content-page .page-tab {
  gap: 16px;
  margin-bottom: 32px;
}
.content-page .page-tab a {
  padding: 16px;
  color: #3265CE;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #3265CE;
  border-radius: 8px;
  min-width: 100px;
  text-align: center;
  line-height: 1;
}
.content-page .page-tab a.active {
  background-color: #3265CE;
  color: #fff;
}
.content-page .page-tab a:hover {
  opacity: 0.6;
}
.content-page .page-name {
  color: #3265CE;
  line-height: 1.1;
  margin: 0 0 16px;
  font-size: 31px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.page-content-text {
  max-width: 960px;
  margin: 0 auto;
}

.tab-content {
  line-height: 200%;
  background-color: #fff;
  padding: 30px 71px;
  border-radius: 8px;
}
.tab-content h3 {
  font-size: 20px;
  margin: 68px 0 14px;
}
.tab-content h3:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #3265CE;
  vertical-align: middle;
  margin-right: 12px;
}
.tab-content table {
  border: none;
}
.tab-content table tr td {
  border: none;
  border-bottom: 1px solid rgba(50, 101, 206, 0.8);
  padding: 16px 0;
}
.tab-content table tr td:first-child {
  width: 144px;
  text-align: center;
}
.tab-content .cta-link {
  margin-top: 93px;
  margin-bottom: 0;
}
.tab-content .cta-link a {
  background: #3265CE;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  font-family: "Inter";
  padding: 32px;
  border-radius: 60px;
  width: 425px;
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 768px) {
  .content-page h1 {
    font-size: 31px;
  }
  .content-page h2 {
    font-size: 20px;
  }
  .content-page .page-tab {
    gap: 8px;
  }
  .content-page .page-tab a {
    padding: 10px;
    width: calc(50% - 4px);
    font-size: 14px;
  }
  .content-page .page-name {
    font-size: 20px;
  }
  .page-frame {
    padding: 30px 16px;
  }
  .tab-content {
    padding: 20px 16px;
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */