@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: normal;
  color: #181818;
}

a {
  color: #181818;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.fix_wrap_header {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(53, 79, 171, 0.1019607843);
          box-shadow: 0px 4px 10px 0px rgba(53, 79, 171, 0.1019607843);
  z-index: 10000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .fix_wrap_header {
    display: none !important;
  }
}
.fix_wrap_header.show {
  top: 0;
}
.fix_wrap_header .header {
  max-width: 1680px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1060px) {
  .fix_wrap_header .header {
    padding-left: 20px;
  }
}
.fix_wrap_header .header .hlogo {
  font-size: 0;
}
@media screen and (max-width: 1060px) {
  .fix_wrap_header .header .hlogo {
    width: 180px;
  }
}
.fix_wrap_header .gnavi {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fix_wrap_header .gnavi li {
  margin-left: 24px;
}
@media screen and (max-width: 1060px) {
  .fix_wrap_header .gnavi li {
    margin-left: 16px;
    font-size: 14px;
  }
}
.fix_wrap_header .gnavi li.active a::after {
  width: 100%;
  left: 0;
}
.fix_wrap_header .gnavi li a {
  color: #2373C0;
  font-weight: bold;
  position: relative;
  padding: 8px 0;
}
.fix_wrap_header .gnavi li a:hover::after {
  width: 100%;
  left: 0;
}
.fix_wrap_header .gnavi li a::after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(21.75deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  background: linear-gradient(68.25deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap_header {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .wrap_header {
    display: none;
  }
}
.wrap_header .header {
  max-width: 1680px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1060px) {
  .wrap_header .header {
    padding-left: 20px;
  }
}
.wrap_header .header .hlogo {
  font-size: 0;
}
@media screen and (max-width: 1060px) {
  .wrap_header .header .hlogo {
    width: 180px;
  }
}
.wrap_header .gnavi {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrap_header .gnavi li {
  margin-left: 24px;
}
@media screen and (max-width: 1060px) {
  .wrap_header .gnavi li {
    margin-left: 16px;
    font-size: 14px;
  }
}
.wrap_header .gnavi li.active a::after {
  width: 100%;
  left: 0;
}
.wrap_header .gnavi li a {
  color: #2373C0;
  font-weight: bold;
  position: relative;
  padding: 8px 0;
}
.wrap_header .gnavi li a:hover::after {
  width: 100%;
  left: 0;
}
.wrap_header .gnavi li a::after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(21.75deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  background: linear-gradient(68.25deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hcontact,
.hrecruit {
  width: 120px;
}
@media screen and (max-width: 1060px) {
  .hcontact,
  .hrecruit {
    width: 98px;
  }
}
.hcontact a,
.hrecruit a {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
}
.hcontact a img,
.hrecruit a img {
  display: block;
  width: 40px;
  margin-bottom: 4px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1060px) {
  .hcontact a img,
  .hrecruit a img {
    width: 32px;
  }
}
.hcontact a span,
.hrecruit a span {
  display: block;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1060px) {
  .hcontact a span,
  .hrecruit a span {
    font-size: 14px;
  }
}

.hrecruit {
  margin-left: 60px;
}
@media screen and (max-width: 1060px) {
  .hrecruit {
    margin-left: 24px;
  }
}
.hrecruit a {
  position: relative;
}
.hrecruit a:hover::before {
  opacity: 1;
}
.hrecruit a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(21.75deg, #CE7960 0%, #9019B5 100%);
  background: linear-gradient(68.25deg, #CE7960 0%, #9019B5 100%);
  opacity: 0.7;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hrecruit a span {
  color: #FFF;
}

.hcontact a {
  position: relative;
}
.hcontact a:hover::before {
  opacity: 1;
}
.hcontact a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0.7;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hcontact a span {
  color: #FFF;
}

body.top .sp_header {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}
body.top .sp_header.open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.top .sp_header.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sp_header {
  height: 73px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 14px 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp_header .logo {
  font-size: 0;
}
.sp_header .hnavi_btn.active a::before {
  background: url("../img/ico/close--White.svg") no-repeat;
}
.sp_header .hnavi_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 5px 7px;
  width: 130px;
  height: 33px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0.7;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  line-height: 1;
}
.sp_header .hnavi_btn a::before {
  content: "";
  display: block;
  background: url("../img/ico/hmenu--White.svg") no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.wrap_spnavi {
  background: url("../img/common/bg_footer.webp") no-repeat center;
  background-size: cover;
  padding: 50px 24px;
  position: fixed;
  top: 73px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 73px);
  z-index: 9999;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_spnavi.active {
  opacity: 1;
  pointer-events: all;
}
.wrap_spnavi .spnavi > li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 48px;
  width: 100%;
}
.wrap_spnavi .spnavi > li:last-of-type {
  margin-bottom: 0;
}
.wrap_spnavi .spnavi > li > a {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  color: #FFF;
}
.wrap_spnavi .spnavi > li ul {
  margin-top: 24px;
}
.wrap_spnavi .spnavi > li ul li {
  font-size: 16px;
  margin-bottom: 18px;
}
.wrap_spnavi .spnavi > li ul li a {
  color: #FFF;
}
.wrap_spnavi .spnavi2 {
  margin-top: 52px;
  text-align: right;
}
.wrap_spnavi .spnavi2 .ffb {
  font-size: 0;
  margin-bottom: 16px;
}
.wrap_spnavi .spnavi2 .ffb a:hover {
  opacity: 0.6;
}
.wrap_spnavi .spnavi2 .frecruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
.wrap_spnavi .spnavi2 .frecruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  height: 24px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 16px 2px 6px;
}
.wrap_spnavi .spnavi2 .frecruit a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  background: -webkit-linear-gradient(21.75deg, #CE7960 0%, #9019B5 100%);
  background: linear-gradient(68.25deg, #CE7960 0%, #9019B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: 2px;
}
.wrap_spnavi .spnavi2 .copyright {
  font-size: 14px;
  color: #FFF;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .footer {
    display: block;
  }
}
.footer .fcntl {
  width: 432px;
  margin-left: calc(50vw - 840px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1680px) {
  .footer .fcntl {
    margin-left: 0;
    width: 432px;
  }
}
@media screen and (max-width: 1360px) {
  .footer .fcntl {
    width: 26%;
  }
}
@media screen and (max-width: 1060px) {
  .footer .fcntl {
    width: 100%;
    padding: 40px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}
.footer .fcntl .flogo {
  font-size: 0;
}
@media screen and (max-width: 1060px) {
  .footer .fcntl .flogo {
    display: none;
  }
}
.footer .fcntl .spflogo {
  font-size: 0;
  display: none;
}
@media screen and (max-width: 1060px) {
  .footer .fcntl .spflogo {
    display: block;
  }
}
.footer .fcntl .spflogo img:first-of-type {
  margin-bottom: 10px;
}
.footer .wrap_fcnt {
  background: url("../img/common/bg_footer.webp") no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  .footer .wrap_fcnt {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt {
    padding: 80px 24px;
  }
}
.footer .wrap_fcnt .fcnt {
  max-width: 1248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt {
    display: block;
  }
}
.footer .wrap_fcnt .fcnt .fnavi {
  margin-right: 30px;
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi:nth-of-type(2) li:last-of-type {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer .wrap_fcnt .fcnt .fnavi:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi:last-of-type li:first-of-type {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer .wrap_fcnt .fcnt .fnavi a {
  color: #FFF;
}
.footer .wrap_fcnt .fcnt .fnavi a:hover {
  opacity: 0.6;
}
.footer .wrap_fcnt .fcnt .fnavi > li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 48px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi > li {
    width: calc(50% - 8px);
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.footer .wrap_fcnt .fcnt .fnavi > li:last-of-type {
  margin-bottom: 0;
}
.footer .wrap_fcnt .fcnt .fnavi > li > a {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
.footer .wrap_fcnt .fcnt .fnavi > li ul {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi > li ul {
    display: none;
  }
}
.footer .wrap_fcnt .fcnt .fnavi > li ul li {
  font-size: 16px;
  margin-bottom: 18px;
}
.footer .wrap_fcnt .fcnt .fnavi2 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 48px;
  }
}
.footer .wrap_fcnt .fcnt .fnavi2 .ffb {
  font-size: 0;
  margin-bottom: 16px;
}
.footer .wrap_fcnt .fcnt .fnavi2 .ffb a:hover {
  opacity: 0.6;
}
.footer .wrap_fcnt .fcnt .fnavi2 .frecruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi2 .frecruit {
    margin-left: 15px;
  }
}
.footer .wrap_fcnt .fcnt .fnavi2 .frecruit a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  height: 24px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 16px 2px 6px;
}
.footer .wrap_fcnt .fcnt .fnavi2 .frecruit a:hover {
  opacity: 0.6;
}
.footer .wrap_fcnt .fcnt .fnavi2 .frecruit a span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  background: -webkit-linear-gradient(21.75deg, #CE7960 0%, #9019B5 100%);
  background: linear-gradient(68.25deg, #CE7960 0%, #9019B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: 2px;
}
.footer .wrap_fcnt .fcnt .fnavi2 .copyright {
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .footer .wrap_fcnt .fcnt .fnavi2 .copyright {
    width: 100%;
    text-align: right;
  }
}

.groupe_links {
  border-top: 1px solid #2373C0;
  border-bottom: 1px solid #2373C0;
  background: #F5F9FD;
  padding: 90px 20px 130px;
}
@media screen and (max-width: 767px) {
  .groupe_links {
    padding: 70px 24px 80px;
  }
}
.groupe_links .top_sec_ttl {
  text-align: center;
  margin-bottom: 40px;
}
.groupe_links .bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1390px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .groupe_links .bnrs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.groupe_links .bnrs li {
  width: 221px;
  margin: 0 5px 10px;
}
@media screen and (max-width: 1440px) {
  .groupe_links .bnrs li {
    width: calc(20% - 10px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .groupe_links .bnrs li {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .groupe_links .bnrs li {
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .groupe_links .bnrs li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.groupe_links .bnrs li a {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
}
.groupe_links .bnrs li a:hover {
  opacity: 0.6;
}

/*/ COMMON ////////////////////////////////////////////////*/
.link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
  position: relative;
}
.link a:hover {
  color: #354FAB;
  font-weight: bold;
}
.link a:hover::before {
  width: 0;
  left: auto;
  right: 0;
}
.link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2373C0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--circle-light.svg") no-repeat center;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn a {
  width: 310px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2373C0;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #2373C0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a {
    width: 285px;
    height: 50px;
    font-size: 15px;
  }
}
.btn a span {
  position: relative;
  z-index: 10;
}
.btn a::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--light.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
}
.btn a:hover {
  color: #FFF;
}
.btn a:hover::before {
  opacity: 1;
}
.btn a:hover::after {
  background: url("../img/ico/ico_arrow--light--white.svg") no-repeat;
}

.page_ttl {
  color: #354FAB;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
  padding: 0 24px;
}
@media screen and (max-width: 1060px) {
  .page_ttl {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.page_ttl span {
  font-family: "Cardo", serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1060px) {
  .page_ttl span {
    font-size: 40px;
    margin-bottom: 6px;
  }
}

.pan {
  max-width: 1720px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pan {
    padding: 0 24px;
  }
}
.pan li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9F9F9F;
  margin-bottom: 10px;
}
.pan li:last-of-type::after {
  display: none;
}
.pan li::after {
  content: "";
  background: url("../img/ico/ico_arrow--light.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 12px;
}
.pan li a {
  color: #2373C0;
  text-decoration: underline;
}

.page_mv {
  width: 100%;
  height: 560px;
  margin-bottom: 120px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_mv {
    margin-bottom: 50px;
    height: auto;
  }
}
.page_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page_mv img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_mv .pc {
    display: none;
  }
}
.page_mv .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_mv .sp {
    display: inline-block;
  }
}

.page_header {
  max-width: 1420px;
  margin: 0 auto 120px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_header {
    padding: 0 24px;
    margin-bottom: 60px;
  }
}
.page_header .page_tagline {
  font-weight: 500;
  color: #354FAB;
  line-height: 1.6;
  margin-bottom: 3px;
}
.page_header .page_copy {
  font-size: 30px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_header .page_copy {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.page_header .page_lead {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .page_header .page_lead {
    width: 100%;
  }
}
.page_header .page_lead.w100 {
  width: 100%;
}
.page_header .page_lead p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_header .page_lead p {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.page_wrap.nomv {
  border-top: 1px solid #2373C0;
  padding-top: 120px;
}
@media screen and (max-width: 1060px) {
  .page_wrap.nomv {
    padding-top: 50px;
  }
}
.page_wrap.sidemv {
  border-top: 1px solid #2373C0;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page_wrap.sidemv {
    padding-top: 0;
  }
}

.page_col2 {
  position: relative;
  max-width: 1420px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_col2 {
    padding: 0 24px;
    display: block;
  }
}
.page_col2.history {
  margin-bottom: 0;
}
.page_col2 .page_cnt {
  width: calc(100% - 370px);
}
@media screen and (max-width: 980px) {
  .page_col2 .page_cnt {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .page_col2 .page_cnt {
    width: 100%;
  }
}
.page_col2 .page_cnt.history {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .page_col2 .page_cnt.history {
    width: 100%;
  }
}
.page_col2 .page_side {
  width: 290px;
  margin-left: 80px;
}
@media screen and (max-width: 980px) {
  .page_col2 .page_side {
    width: 210px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side {
    margin: 0 0 80px;
    width: 100%;
  }
}
.page_col2 .page_side.history {
  width: 210px;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side.history {
    width: 100%;
    margin: 0 0 80px;
  }
}
.page_col2 .page_side.history .page_side_navi {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side.history .page_side_navi {
    margin-bottom: 0;
  }
}
.page_col2 .page_side.history .page_side_navi li a span {
  display: block;
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side.history .page_side_navi li a span {
    display: inline;
  }
}
.page_col2 .page_side.history .page_side_navi li a span span {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side.history .page_side_navi li a span span {
    margin: 0 16px 0 0;
  }
}
.page_col2 .page_side .page_side_navi {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  right: 0;
}
.page_col2 .page_side .page_side_navi li {
  margin-bottom: 24px;
}
.page_col2 .page_side .page_side_navi li.active a {
  font-weight: bold;
  color: #2373C0;
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side .page_side_navi li.active a {
    font-weight: 400;
    color: #181818;
  }
}
.page_col2 .page_side .page_side_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
  line-height: 1.2;
  position: relative;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .page_col2 .page_side .page_side_navi li a br {
    display: none;
  }
}
.page_col2 .page_side .page_side_navi li a:hover {
  font-weight: bold;
  color: #2373C0;
}
.page_col2 .page_side .page_side_navi li a:hover::before {
  width: 0;
  left: auto;
  right: 0;
}
.page_col2 .page_side .page_side_navi li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2373C0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_col2 .page_side .page_side_navi li a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--circle-down.svg") no-repeat center;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .page_navi {
    padding: 0 24px;
    margin-bottom: 80px;
  }
}
.page_navi li {
  width: 340px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1080px) {
  .page_navi li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .page_navi li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page_navi li a {
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2373C0;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #2373C0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_navi li a {
    height: 46px;
    font-size: 15px;
  }
}
.page_navi li a span {
  position: relative;
  z-index: 10;
}
.page_navi li a::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_navi li a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--down.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 18px;
}
.page_navi li a:hover {
  color: #FFF;
}
.page_navi li a:hover::before {
  opacity: 1;
}
.page_navi li a:hover::after {
  background: url("../img/ico/ico_arrow--down--white.svg") no-repeat;
}

.page_sidemv {
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_sidemv {
    display: block;
  }
}
.page_sidemv .side_mv {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page_sidemv .side_mv {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page_sidemv .side_mv .mv {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_sidemv .side_mv .mv .pc {
    display: none;
  }
}
.page_sidemv .side_mv .mv .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_sidemv .side_mv .mv .sp {
    display: inline-block;
  }
}
.page_sidemv .main_cnt {
  width: 60%;
  padding: 100px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1060px) {
  .page_sidemv .main_cnt {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt {
    padding: 0 24px;
    width: 100%;
  }
}
.page_sidemv .main_cnt .main_cnt_box {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt .main_cnt_box {
    margin-bottom: 60px;
  }
}
.page_sidemv .main_cnt .ttl_h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.17;
  color: #354FAB;
  border-bottom: 1px solid #2373C0;
  padding-bottom: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt .ttl_h2 {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
}
.page_sidemv .main_cnt .ttl_bg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 3px 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  background: #E7F1FA;
  color: #354FAB;
  margin-bottom: 26px;
}
.page_sidemv .main_cnt .copy {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  color: #354FAB;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt .copy {
    font-size: 16px;
  }
}
.page_sidemv .main_cnt .copy:last-child {
  margin-bottom: 0;
}
.page_sidemv .main_cnt .logo {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
.page_sidemv .main_cnt .logo img {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt .logo img {
    max-width: 40%;
  }
}
.page_sidemv .main_cnt .logo img:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt .logo img:last-of-type {
    max-width: 80%;
  }
}
.page_sidemv .main_cnt .logotype {
  text-align: center;
  font-size: 0;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .page_sidemv .main_cnt .logotype img {
    max-width: 80%;
  }
}
.page_sidemv .main_cnt .img {
  font-size: 0;
  margin-bottom: 40px;
}
.page_sidemv .main_cnt p {
  margin-bottom: 26px;
}
.page_sidemv .main_cnt hr.dot {
  border: none;
  border-bottom: 2px dotted #B5C9DD;
  margin-bottom: 50px;
  margin-top: 36px;
}
.page_sidemv .main_cnt .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.page_sidemv .main_cnt .dot_list {
  margin-bottom: 26px;
}
.page_sidemv .main_cnt .dot_list li {
  font-size: 14px;
  margin-right: 20px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}
.page_sidemv .main_cnt .dot_list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7CB0E2;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.page_sidemv .main_cnt .dot_list li.external a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_blank.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.page_sidemv .main_cnt .dot_list li span {
  color: #2373C0;
}
.page_sidemv .main_cnt .dot_list li a {
  color: #2373C0;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_sidemv .main_cnt .dot_list li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.page_sidemv .main_cnt .dot_list_h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 26px;
}
.page_sidemv .main_cnt .dot_list_h li {
  font-size: 14px;
  margin-right: 20px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 3px;
}
.page_sidemv .main_cnt .dot_list_h li.external a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_blank.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.page_sidemv .main_cnt .dot_list_h li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7CB0E2;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.page_sidemv .main_cnt .dot_list_h li span {
  color: #2373C0;
}
.page_sidemv .main_cnt .dot_list_h li a {
  color: #2373C0;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_sidemv .main_cnt .dot_list_h li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.page_sidemv .main_cnt .sponsor_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
@media screen and (max-width: 540px) {
  .page_sidemv .main_cnt .sponsor_list li {
    display: block;
    margin-bottom: 32px;
  }
}
.page_sidemv .main_cnt .sponsor_list li .img {
  width: 250px;
  border: 1px solid #CEE0F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  margin: 0;
}
@media screen and (max-width: 540px) {
  .page_sidemv .main_cnt .sponsor_list li .img {
    margin-bottom: 16px;
    width: 100%;
  }
}
.page_sidemv .main_cnt .sponsor_list li .cnt {
  width: calc(100% - 276px);
}
@media screen and (max-width: 540px) {
  .page_sidemv .main_cnt .sponsor_list li .cnt {
    width: 100%;
  }
}
.page_sidemv .main_cnt .sponsor_list li .cnt .ttl {
  font-size: 13px;
  line-height: 1.4;
  color: #354FAB;
  margin-bottom: 0;
}
.page_sidemv .main_cnt .sponsor_list li .cnt .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #354FAB;
  margin-bottom: 4px;
}
.page_sidemv .main_cnt .sponsor_list li .cnt .txt {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

.page_navi_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page_navi_link {
    margin-bottom: 50px;
  }
}
.page_navi_link li {
  width: calc(50% - 10px);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_navi_link li {
    width: 100%;
  }
}
.page_navi_link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
}
.page_navi_link li a:hover {
  font-weight: bold;
  color: #354FAB;
}
.page_navi_link li a:hover::before {
  width: 0;
  left: auto;
  right: 0;
}
.page_navi_link li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2373C0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_navi_link li a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--circle-down.svg") no-repeat center;
  width: 20px;
  height: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*/ LOADING ////////////////////////////////////////////////*/
.wrap_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #354FAB;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.wrap_loading.start {
  opacity: 0;
  pointer-events: none;
}
.wrap_loading.start .loading {
  opacity: 1;
}
.wrap_loading.start .loading .loading_logo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrap_loading.start .loading .loading_copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.wrap_loading .loading {
  width: 100%;
  height: 100%;
  background: url("../img/loading/bg_loading.webp") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.1;
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
}
.wrap_loading .loading .loading_logo {
  font-size: 0;
  margin-bottom: 30px;
  padding: 0 40px;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
@media screen and (max-width: 767px) {
  .wrap_loading .loading .loading_logo {
    margin-bottom: 20px;
  }
}
.wrap_loading .loading .loading_copy {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
@media screen and (max-width: 767px) {
  .wrap_loading .loading .loading_copy {
    font-size: 18px;
  }
}

/*/ TOP ////////////////////////////////////////////////*/
.wrap_top_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .wrap_top_header {
    display: none;
  }
}
.wrap_top_header .top_header {
  max-width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrap_top_header .hcontact a,
.wrap_top_header .hrecruit a {
  height: 110px;
  background: rgba(255, 255, 255, 0.7) !important;
}
.wrap_top_header .hcontact a::before,
.wrap_top_header .hrecruit a::before {
  display: none;
}
.wrap_top_header .hcontact a:hover,
.wrap_top_header .hrecruit a:hover {
  opacity: 0.6;
}
.wrap_top_header .hrecruit a span {
  background: -webkit-linear-gradient(21.75deg, #CE7960 0%, #9019B5 100%);
  background: linear-gradient(68.25deg, #CE7960 0%, #9019B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap_top_header .hcontact {
  margin-left: 3px;
}
.wrap_top_header .hcontact a span {
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.top_gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_gnavi li {
  margin-left: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.top_gnavi li a {
  color: #FFF;
  font-weight: bold;
  position: relative;
  padding: 8px 0;
}
.top_gnavi li a:hover::after {
  width: 100%;
  left: 0;
}
.top_gnavi li a::after {
  content: "";
  display: block;
  background: #FFF;
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_sp_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
  position: absolute;
  top: 23px;
  left: 10px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 767px) {
  .top_sp_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.top_sp_header li {
  width: calc(33.33% - 5px);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.top_sp_header li.recruit a span {
  background: -webkit-linear-gradient(21.75deg, #CE7960 0%, #9019B5 100%);
  background: linear-gradient(68.25deg, #CE7960 0%, #9019B5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top_sp_header li.contact a {
  color: #354FAB;
}
.top_sp_header li.top_menu a {
  color: #354FAB;
}
.top_sp_header li a {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}
.top_sp_header li a img {
  margin-right: 4px;
  height: 18px;
  width: auto;
}

.wrap_top_mv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(12, 1fr);
  }
}
.wrap_top_mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: -webkit-linear-gradient(21.75deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  background: linear-gradient(68.25deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  opacity: 0.55;
}
.wrap_top_mv .mv_cnt {
  position: absolute;
  bottom: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1243px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1360px) {
  .wrap_top_mv .mv_cnt {
    width: calc(100% - 100px);
    left: 50px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_cnt {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 24px;
  }
}
.wrap_top_mv .mv_cnt .copy .en {
  font-size: 30px;
  font-family: "Cardo", serif;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_cnt .copy .en {
    font-size: 18px;
  }
}
.wrap_top_mv .mv_cnt .copy .jp {
  color: #FFF;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_cnt .copy .jp {
    font-size: 28px;
  }
}
.wrap_top_mv .mv_cnt .copy .jp .pcn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .wrap_top_mv .mv_cnt .copy .jp .pcn {
    display: block;
  }
}
.wrap_top_mv .mv_cnt .logo {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_cnt .logo .pc {
    display: none;
  }
}
.wrap_top_mv .mv_cnt .logo .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_cnt .logo .sp {
    display: inline-block;
  }
}
.wrap_top_mv .mv_slide {
  overflow: hidden;
}
.wrap_top_mv .mv_slide1 {
  grid-area: 1/1/4/2;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide1 {
    grid-area: 1/1/4/4;
  }
}
.wrap_top_mv .mv_slide2 {
  grid-area: 1/2/4/3;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide2 {
    grid-area: 4/1/7/4;
  }
}
.wrap_top_mv .mv_slide3 {
  grid-area: 4/1/9/3;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide3 {
    grid-area: 7/1/13/5;
  }
}
.wrap_top_mv .mv_slide4 {
  grid-area: 1/3/5/5;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide4 {
    grid-area: 1/4/7/7;
  }
}
.wrap_top_mv .mv_slide5 {
  grid-area: 5/3/7/4;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide5 {
    grid-area: 7/5/9/7;
  }
}
.wrap_top_mv .mv_slide6 {
  grid-area: 7/3/9/4;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide6 {
    grid-area: 9/5/11/7;
  }
}
.wrap_top_mv .mv_slide7 {
  grid-area: 5/4/9/5;
}
@media screen and (max-width: 767px) {
  .wrap_top_mv .mv_slide7 {
    grid-area: 11/5/13/7;
  }
}
.wrap_top_mv .slide {
  font-size: 0;
}
.wrap_top_mv .slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_sec_ttl {
  color: #354FAB;
  line-height: 1.2;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top_sec_ttl {
    font-size: 15px;
  }
}
.top_sec_ttl span {
  font-family: "Cardo", serif;
  font-size: 52px;
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .top_sec_ttl span {
    font-size: 38px;
  }
}

.top_news {
  max-width: 1420px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_news {
    display: block;
    padding: 0 24px;
    margin-bottom: 80px;
  }
}
.top_news .cnt {
  width: 380px;
}
@media screen and (max-width: 1360px) {
  .top_news .cnt {
    width: 320px;
  }
}
@media screen and (max-width: 1060px) {
  .top_news .cnt {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
    width: 100%;
  }
}
.top_news .cnt .top_sec_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_news .cnt .top_sec_ttl {
    margin: 0;
  }
}
.top_news .cnt .link a {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .top_news .cnt .link a {
    width: 130px;
  }
}
.top_news .news_list {
  width: calc(100% - 380px);
  max-width: 1000px;
}
@media screen and (max-width: 1360px) {
  .top_news .news_list {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 1360px) {
  .top_news .news_list {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_list {
    width: 100%;
  }
}

.news_list li {
  margin-bottom: 12px;
}
.news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #2373C0;
  padding: 18px 28px 18px 32px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_list li a {
    display: block;
    padding: 13px 18px 13px 24px;
  }
}
.news_list li a:hover {
  opacity: 0.6;
}
.news_list li a::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 16px);
  background: -webkit-linear-gradient(21.75deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  background: linear-gradient(68.25deg, #0080FF 0%, #208488 50%, #004A87 83.17%, #0A0087 100%);
  position: absolute;
  left: 8px;
  top: 8px;
}
.news_list li a .date {
  width: 64px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.4;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .news_list li a .date {
    width: 100%;
    margin: 0 0 6px;
  }
}
.news_list li a .ttl {
  line-height: 1.4;
  width: calc(100% - 84px);
}
@media screen and (max-width: 767px) {
  .news_list li a .ttl {
    width: 100%;
  }
}

.top_business {
  max-width: 1680px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_business {
    padding: 0 24px;
    display: block;
    position: relative;
    margin-bottom: 70px;
    padding-top: 60px;
    border-top: 1px solid #2373C0;
  }
}
.top_business .business_slide {
  width: 40%;
  height: 745px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .top_business .business_slide {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_business .business_slide {
    width: calc(100% - 48px);
    height: 260px;
    margin-bottom: 26px;
    position: absolute;
    top: 246px;
    left: 24px;
  }
}
.top_business .business_slide .swiper-slide {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_business .business_slide .swiper-slide {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.top_business .business_slide .swiper-slide.mobile {
  background-image: url("../img/top/photo_business_mobile_sp.webp");
}
@media screen and (min-width: 768px) {
  .top_business .business_slide .swiper-slide.mobile {
    background-image: url("../img/top/photo_business_mobile.webp");
  }
}
.top_business .business_slide .swiper-slide.solution {
  background-image: url("../img/top/photo_business_solution_sp.webp");
}
@media screen and (min-width: 768px) {
  .top_business .business_slide .swiper-slide.solution {
    background-image: url("../img/top/photo_business_solution.webp");
  }
}
.top_business .business_slide .swiper-slide.contents {
  background-image: url("../img/top/photo_business_contents_sp.webp");
}
@media screen and (min-width: 768px) {
  .top_business .business_slide .swiper-slide.contents {
    background-image: url("../img/top/photo_business_contents.webp");
  }
}
.top_business .business_slide .swiper-slide.tourism {
  background-image: url("../img/top/photo_business_tourism_sp.webp");
}
@media screen and (min-width: 768px) {
  .top_business .business_slide .swiper-slide.tourism {
    background-image: url("../img/top/photo_business_tourism.webp");
  }
}
.top_business .business_slide .swiper-slide.technology {
  background-image: url("../img/top/photo_business_technology_sp.webp");
}
@media screen and (min-width: 768px) {
  .top_business .business_slide .swiper-slide.technology {
    background-image: url("../img/top/photo_business_technology.webp");
  }
}
.top_business .business_slide .swiper-slide.human {
  background-image: url("../img/top/photo_business_human_sp.webp");
}
@media screen and (min-width: 768px) {
  .top_business .business_slide .swiper-slide.human {
    background-image: url("../img/top/photo_business_human.webp");
  }
}
.top_business .business_slide .swiper-slide .cnt {
  min-height: 208px;
  padding: 24px 40px 24px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(21.75deg, rgba(0, 128, 255, 0.8) 0%, rgba(32, 117, 136, 0.8) 57.69%, rgba(35, 41, 161, 0.8) 100%);
  background: linear-gradient(68.25deg, rgba(0, 128, 255, 0.8) 0%, rgba(32, 117, 136, 0.8) 57.69%, rgba(35, 41, 161, 0.8) 100%);
}
@media screen and (max-width: 767px) {
  .top_business .business_slide .swiper-slide .cnt {
    min-height: 0;
    width: 100%;
    padding: 16px 10px 16px 14px;
  }
}
.top_business .business_slide .swiper-slide .cnt p {
  color: #FFF;
}
.top_business .business_slide .swiper-slide .cnt .ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_business .business_slide .swiper-slide .cnt .ttl {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.top_business .business_slide .swiper-slide .cnt .ttl_en {
  font-size: 42px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_business .business_slide .swiper-slide .cnt .ttl_en {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.top_business .business_slide .swiper-slide .cnt .txt {
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0 0.25em;
}
@media screen and (max-width: 767px) {
  .top_business .business_slide .swiper-slide .cnt .txt {
    font-size: 13px;
  }
}
.top_business .business_cnt {
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .top_business .business_cnt {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_business .business_cnt {
    width: 100%;
  }
}
.top_business .business_cnt .business_cnt_header {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_business .business_cnt .business_cnt_header {
    text-align: left;
    margin-bottom: 326px;
  }
}
.top_business .business_cnt .business_cnt_header .top_sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_business .business_cnt .business_cnt_header .top_sec_ttl {
    margin-bottom: 30px;
  }
}
.top_business .business_cnt .business_cnt_header .txt {
  font-size: 18px;
  font-weight: 500;
  color: #354FAB;
  line-height: 1.6;
  margin-bottom: 64px;
}
.top_business .business_cnt .top_business_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .top_business .business_cnt .top_business_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_business .business_cnt .top_business_list li {
  width: 405px;
  margin: 0 10px 18px;
}
@media screen and (max-width: 1480px) {
  .top_business .business_cnt .top_business_list li {
    width: 280px;
  }
}
@media screen and (max-width: 1080px) {
  .top_business .business_cnt .top_business_list li {
    width: 100%;
    max-width: 320px;
  }
}
.top_business .business_cnt .top_business_list li a {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2373C0;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #354FAB;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_business .business_cnt .top_business_list li a {
    font-size: 15px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .top_business .business_cnt .top_business_list li a br {
    display: none;
  }
}
.top_business .business_cnt .top_business_list li a span {
  position: relative;
  z-index: 10;
}
.top_business .business_cnt .top_business_list li a::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_business .business_cnt .top_business_list li a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--light.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
}
.top_business .business_cnt .top_business_list li a:hover {
  color: #FFF;
}
.top_business .business_cnt .top_business_list li a:hover::before {
  opacity: 1;
}
.top_business .business_cnt .top_business_list li a:hover::after {
  background: url("../img/ico/ico_arrow--light--white.svg") no-repeat;
}

.wrap_top_service {
  width: 100%;
  overflow-x: hidden;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_service {
  max-width: 1060px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .top_service {
    margin-bottom: 80px;
  }
}
.top_service .top_service_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_ttl {
    margin-bottom: 40px;
  }
}
.top_service .top_service_ttl::before, .top_service .top_service_ttl::after {
  content: "";
  display: block;
  background: #2373C0;
  width: 50%;
  height: 1px;
}
.top_service .top_service_ttl .top_sec_ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 26px;
  text-align: center;
}
.top_service .lead {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_service .lead {
    text-align: left;
    margin-bottom: 63px;
  }
}
.top_service .service_slide {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.top_service .service_slide .swiper-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_service .service_slide .swiper-wrapper {
    margin-bottom: 64px;
  }
}
.top_service .service_slide .swiper-wrapper .swiper-slide {
  width: 340px !important;
}
@media screen and (max-width: 767px) {
  .top_service .service_slide .swiper-wrapper .swiper-slide {
    width: 280px !important;
  }
}
.top_service .service_slide .swiper-wrapper .swiper-slide a {
  display: block;
}
.top_service .service_slide .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.6;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .wrap .img {
  font-size: 0;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .wrap .cnt {
  width: 100%;
  height: 143px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-linear-gradient(21.75deg, #0080FF 0%, #207588 57.69%, #2329A1 100%);
  background: linear-gradient(68.25deg, #0080FF 0%, #207588 57.69%, #2329A1 100%);
}
@media screen and (max-width: 767px) {
  .top_service .service_slide .swiper-wrapper .swiper-slide .wrap .cnt {
    min-height: 164px;
    height: auto;
  }
}
.top_service .service_slide .swiper-wrapper .swiper-slide .wrap .cnt .logo {
  font-size: 0;
  height: 76px;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .wrap .cnt .txt {
  color: #FFF;
  font-size: 13px;
  line-height: 1.6;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .elink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .elink span {
  font-size: 13px;
  color: #2373C0;
  line-height: 1.6;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_service .service_slide .swiper-wrapper .swiper-slide .elink span::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_blank.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.top_service .service_slide .slide_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_service .service_slide .slide_ctrl {
    display: none;
  }
}
.top_service .service_slide .slide_ctrl li {
  margin-right: 12px;
}
.top_service .service_slide .slide_ctrl li.swiper-button-disabled {
  opacity: 0.3;
}
.top_service .service_slide .slide_ctrl li.swiper-button-disabled a::before {
  opacity: 0 !important;
}
.top_service .service_slide .slide_ctrl li.swiper-button-disabled a path {
  stroke: #2373C0 !important;
}
.top_service .service_slide .slide_ctrl li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #2373C0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.top_service .service_slide .slide_ctrl li a svg {
  position: relative;
  z-index: 10;
}
.top_service .service_slide .slide_ctrl li a path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_service .service_slide .slide_ctrl li a::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_service .service_slide .slide_ctrl li a:hover path {
  stroke: #FFF;
}
.top_service .service_slide .slide_ctrl li a:hover::before {
  opacity: 1;
}
.top_service .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap_top_about {
  border-top: 1px solid #2373C0;
  border-bottom: 1px solid #2373C0;
  padding: 110px 0 130px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about {
    padding: 80px 24px;
  }
}
.wrap_top_about .top_about {
  max-width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  .wrap_top_about .top_about {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about {
    display: block;
    padding-right: 0;
  }
}
.wrap_top_about .top_about .cnt {
  width: 894px;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .wrap_top_about .top_about .cnt {
    width: 60%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt {
    width: 100%;
    margin-bottom: 60px;
    text-align: left;
    padding: 0;
  }
}
.wrap_top_about .top_about .cnt .top_sec_ttl {
  margin-bottom: 30px;
}
.wrap_top_about .top_about .cnt .copy {
  font-size: 18px;
  font-weight: 500;
  color: #354FAB;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .copy {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.wrap_top_about .top_about .cnt .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt .txt br {
    display: none;
  }
}
.wrap_top_about .top_about .cnt .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_top_about .top_about .cnt_list {
  width: 714px;
}
@media screen and (max-width: 1360px) {
  .wrap_top_about .top_about .cnt_list {
    width: 526px;
  }
}
@media screen and (max-width: 1060px) {
  .wrap_top_about .top_about .cnt_list {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt_list {
    width: 100%;
  }
}
.wrap_top_about .top_about .cnt_list li {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.wrap_top_about .top_about .cnt_list li:last-of-type {
  margin-bottom: 0;
}
.wrap_top_about .top_about .cnt_list li.vision a {
  background-image: url("../img/common/bg_vision.webp");
}
.wrap_top_about .top_about .cnt_list li.message a {
  background-image: url("../img/common/bg_message.webp");
}
.wrap_top_about .top_about .cnt_list li.plan a {
  background-image: url("../img/common/bg_vision.png");
}
.wrap_top_about .top_about .cnt_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 240px;
  background: no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt_list li a {
    width: 100%;
    height: 160px;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.wrap_top_about .top_about .cnt_list li a:hover {
  opacity: 0.6;
}
.wrap_top_about .top_about .cnt_list li a .ttl {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt_list li a .ttl {
    font-size: 16px;
    text-align: left;
  }
}
.wrap_top_about .top_about .cnt_list li a .ttl span {
  display: block;
  font-family: "Cardo", serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .wrap_top_about .top_about .cnt_list li a .ttl span {
    font-size: 28px;
  }
}

.top_sns {
  padding: 90px 24px 100px;
  background: url("../img/top/bg_logo.png") no-repeat center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_sns {
    text-align: left;
    background-size: 78%;
    padding: 80px 24px;
  }
}
.top_sns .top_sec_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_sns .top_sec_ttl {
    margin-bottom: 30px;
  }
}
.top_sns .copy {
  font-size: 18px;
  font-weight: 500;
  color: #354FAB;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .top_sns .copy {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
.top_sns .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .top_sns .links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top_sns .links li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .top_sns .links li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
.top_sns .links li a {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .top_sns .links li a {
    width: 100%;
  }
}
.top_sns .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_links {
  border-top: 1px solid #2373C0;
  padding: 70px 15px 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_links {
    padding: 60px 24px;
    display: block;
  }
}
.top_links li {
  width: 763px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .top_links li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.top_links li.history a {
  background: url("../img/common/bg_history.webp") no-repeat center;
  background-size: cover;
}
.top_links li.groupe a {
  background: url("../img/common/bg_group.webp") no-repeat center;
  background-size: cover;
}
.top_links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  border-radius: 10px;
  color: #FFF;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .top_links li a {
    width: 100%;
    height: 160px;
    padding: 24px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top_links li a:hover {
  opacity: 0.6;
}
.top_links li a span {
  font-family: "Cardo", serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_links li a span {
    font-size: 28px;
  }
}

/*/ BUSINESS ////////////////////////////////////////////////*/
.page_business {
  background: url("../img/business/bg_logo.png") no-repeat top 0 right calc(50vw - 690px);
  padding-top: 34px;
  margin-top: -34px;
}
@media screen and (max-width: 767px) {
  .page_business {
    padding: 0;
    margin: 0;
    background-position: top 64px center;
    background-size: 60%;
  }
}

.business_cnt {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .business_cnt {
    margin-bottom: 50px;
    padding-top: 80px;
    margin-top: -80px;
  }
}
.business_cnt:nth-of-type(even) .business_cnt_ttl {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.business_cnt .business_cnt_ttl {
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .business_cnt .business_cnt_ttl {
    height: 240px;
  }
}
.business_cnt .business_cnt_ttl.mobile {
  background-image: url("../img/business/mv_mobile.webp");
}
.business_cnt .business_cnt_ttl.solution {
  background-image: url("../img/business/mv_solution.webp");
}
.business_cnt .business_cnt_ttl.contents {
  background-image: url("../img/business/mv_contents.webp");
}
.business_cnt .business_cnt_ttl.tourism {
  background-image: url("../img/business/mv_tourism.webp");
}
.business_cnt .business_cnt_ttl.technology {
  background-image: url("../img/business/mv_technology.webp");
}
.business_cnt .business_cnt_ttl.human {
  background-image: url("../img/business/mv_human.webp");
}
.business_cnt .business_cnt_ttl .cnt {
  width: 328px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -webkit-linear-gradient(21.75deg, rgba(0, 128, 255, 0.6) 0%, rgba(32, 132, 136, 0.6) 50%, rgba(0, 74, 135, 0.6) 83.17%, rgba(67, 58, 189, 0.6) 100%);
  background: linear-gradient(68.25deg, rgba(0, 128, 255, 0.6) 0%, rgba(32, 132, 136, 0.6) 50%, rgba(0, 74, 135, 0.6) 83.17%, rgba(67, 58, 189, 0.6) 100%);
}
@media screen and (max-width: 640px) {
  .business_cnt .business_cnt_ttl .cnt {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}
.business_cnt .business_cnt_ttl .cnt .ttl {
  font-size: 17px;
  line-height: 1.2;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .business_cnt .business_cnt_ttl .cnt .ttl {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 640px) {
  .business_cnt .business_cnt_ttl .cnt .ttl br {
    display: none;
  }
}
.business_cnt .business_cnt_ttl .cnt .ttl_en {
  font-family: "Lexend Deca", sans-serif;
  font-size: 42px;
  letter-spacing: 0.05em;
  font-weight: 100;
  color: #FFF;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .business_cnt .business_cnt_ttl .cnt .ttl_en {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.business_cnt .business_cnt_ttl .cnt .txt {
  color: #FFF;
  line-height: 1.6;
}
.business_cnt .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .business_cnt .imgs {
    display: block;
  }
}
.business_cnt .imgs li {
  width: calc(33.33% - 8px);
  font-size: 0;
}
@media screen and (max-width: 480px) {
  .business_cnt .imgs li {
    width: 100%;
  }
}
.business_cnt .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}
@media screen and (max-width: 640px) {
  .business_cnt .wrap {
    display: block;
  }
}
.business_cnt .wrap .copy {
  width: 250px;
  font-size: 18px;
  font-weight: 500;
  color: #354FAB;
  padding-top: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 980px) {
  .business_cnt .wrap .copy {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .business_cnt .wrap .copy {
    margin-bottom: 26px;
    padding-top: 0;
  }
}
.business_cnt .wrap .cnt {
  border-left: 1px solid #2373C0;
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  .business_cnt .wrap .cnt {
    border: none;
    border-top: 1px dashed #2373C0;
    padding-top: 30px;
    padding-left: 0;
  }
}
.business_cnt .wrap .cnt .txt {
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .business_cnt .wrap .cnt .txt {
    margin-bottom: 28px;
  }
}
.business_cnt .wrap .cnt .txt p {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .business_cnt .wrap .cnt .txt p {
    margin-bottom: 16px;
  }
}
.business_cnt .wrap .cnt .txt p:last-child {
  margin-bottom: 0;
}
.business_cnt .wrap .cnt .btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.business_cnt .wrap .cnt .btn a {
  width: 200px;
  height: 40px;
  font-size: 15px;
  border-radius: 20px;
}
.business_cnt .wrap .cnt .btn a::after {
  top: 11px;
  right: 14px;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.sp_business_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_business_link {
    display: block;
    background: #E7F1FA;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 60px;
  }
}
.sp_business_link .ttl {
  font-size: 14px;
  color: #354FAB;
  margin-bottom: 9px;
  font-weight: 500;
}
.sp_business_link .sp_page_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sp_business_link .sp_page_navi li {
  width: calc(50% - 7px);
  margin-bottom: 16px;
  font-size: 12px;
}
.sp_business_link .sp_page_navi li.active a {
  font-weight: bold;
  color: #2373C0;
}
@media screen and (max-width: 767px) {
  .sp_business_link .sp_page_navi li.active a {
    font-weight: 400;
    color: #181818;
  }
}
.sp_business_link .sp_page_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  height: 32px;
  line-height: 1.2;
  position: relative;
}
.sp_business_link .sp_page_navi li a:hover {
  font-weight: bold;
  color: #2373C0;
}
.sp_business_link .sp_page_navi li a:hover::before {
  width: 0;
  left: auto;
  right: 0;
}
.sp_business_link .sp_page_navi li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2373C0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sp_business_link .sp_page_navi li a::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--circle-down.svg") no-repeat center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*/ SERVICE ////////////////////////////////////////////////*/
.page_service .service_lead {
  text-align: center;
  margin-bottom: 72px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page_service .service_lead {
    padding: 0 24px;
    text-align: left;
    margin-bottom: 60px;
  }
}
.page_service .service_wrap {
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap {
    padding: 0 24px;
    margin-bottom: 20px;
  }
}
.page_service .service_wrap .service_cnt {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt {
    margin-bottom: 0;
    padding-top: 80px;
    margin-top: -80px;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_header {
  margin-bottom: 32px;
}
.page_service .service_wrap .service_cnt .service_cnt_header .service_cnt_lead {
  font-size: 14px;
  font-weight: 500;
  color: #354FAB;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.page_service .service_wrap .service_cnt .service_cnt_header .service_cnt_ttl {
  font-size: 30px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt .service_cnt_header .service_cnt_ttl {
    font-size: 20px;
  }
}
.page_service .service_wrap .service_cnt .swiper-container {
  overflow: hidden;
}
.page_service .service_wrap .service_cnt .slide_ctrl {
  margin-top: 20px;
  margin-bottom: 60px;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt .slide_ctrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.page_service .service_wrap .service_cnt .slide_ctrl li {
  margin-right: 12px;
}
.page_service .service_wrap .service_cnt .slide_ctrl li.swiper-button-disabled {
  opacity: 0.3;
}
.page_service .service_wrap .service_cnt .slide_ctrl li.swiper-button-disabled a::before {
  opacity: 0 !important;
}
.page_service .service_wrap .service_cnt .slide_ctrl li.swiper-button-disabled a path {
  stroke: #2373C0 !important;
}
.page_service .service_wrap .service_cnt .slide_ctrl li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #2373C0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.page_service .service_wrap .service_cnt .slide_ctrl li a svg {
  position: relative;
  z-index: 10;
}
.page_service .service_wrap .service_cnt .slide_ctrl li a path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_service .service_wrap .service_cnt .slide_ctrl li a::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_service .service_wrap .service_cnt .slide_ctrl li a:hover path {
  stroke: #FFF;
}
.page_service .service_wrap .service_cnt .slide_ctrl li a:hover::before {
  opacity: 1;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .page_service .service_wrap .service_cnt .service_cnt_col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li {
  width: calc(50% - 20px);
  border: 1px solid #2373C0;
  border-radius: 10px;
  padding: 32px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  height: auto !important;
}
@media screen and (max-width: 1060px) {
  .page_service .service_wrap .service_cnt .service_cnt_col2 li {
    width: calc(50% - 10px);
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt .service_cnt_col2 li {
    width: 250px;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li:has(a) {
  padding: 0;
  border: none;
  border-radius: 0;
  height: auto;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li a {
  display: block;
  border: 1px solid #2373C0;
  border-radius: 10px;
  padding: 32px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 1060px) {
  .page_service .service_wrap .service_cnt .service_cnt_col2 li a {
    padding: 24px;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li a:hover {
  opacity: 0.6;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .logo {
  width: 280px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt .service_cnt_col2 li .logo {
    width: 210px;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt .service_cnt_col2 li .ttl {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .ttl span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .txt {
  font-size: 14px;
  letter-spacing: 0.025em;
  margin-bottom: 16px;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .elink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .elink span {
  font-size: 13px;
  color: #2373C0;
  line-height: 1.6;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_service .service_wrap .service_cnt .service_cnt_col2 li .elink span::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_blank.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .page_service .service_wrap .service_cnt .service_cnt_col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li {
  width: calc(33.33% - 27px);
  border: 1px solid #2373C0;
  border-radius: 10px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 40px;
  margin-bottom: 30px;
  height: auto !important;
}
@media screen and (max-width: 1060px) {
  .page_service .service_wrap .service_cnt .service_cnt_col3 li {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_service .service_wrap .service_cnt .service_cnt_col3 li {
    width: 250px !important;
    margin: 0;
  }
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li:nth-of-type(3n) {
  margin-right: 0;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li:has(a) {
  padding: 0;
  border: none;
  border-radius: none;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li a {
  display: block;
  border: 1px solid #2373C0;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li a:hover {
  opacity: 0.6;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .logo {
  width: 280px;
  margin: 0 auto 4px;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-bottom: 4px;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .ttl span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .txt {
  font-size: 14px;
  letter-spacing: 0.025em;
  margin-bottom: 16px;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .elink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .elink span {
  font-size: 13px;
  color: #2373C0;
  line-height: 1.6;
  text-decoration: underline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_service .service_wrap .service_cnt .service_cnt_col3 li .elink span::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_blank.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

/*/ ABOUT ////////////////////////////////////////////////*/
.page_about {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .page_about {
    margin-bottom: 80px;
  }
}
.page_about .about_cnt {
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt {
    display: block;
  }
}
.page_about .about_cnt .copy {
  width: 350px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.page_about .about_cnt .copy p {
  font-size: 30px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .copy p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
}
.page_about .about_cnt .copy p:first-of-type::after {
  content: "×";
  display: block;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .copy p:nth-of-type(3) {
    width: 100%;
    display: block;
  }
}
.page_about .about_cnt .copy p:nth-of-type(3)::before {
  content: "";
  display: block;
  background: url("../img/about/about_arrow.svg") no-repeat center;
  width: 26px;
  height: 27px;
  margin: 7px auto;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .copy p:nth-of-type(3)::before {
    width: 100%;
    background-size: 20px;
    margin: 4px auto 0;
  }
}
.page_about .about_cnt .copy2 {
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .copy2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page_about .about_cnt .copy2 p {
  font-size: 30px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .copy2 p {
    font-size: 18px;
  }
}
.page_about .about_cnt .txt2,
.page_about .about_cnt .txt {
  width: calc(100% - 218px);
  border-left: 1px solid #2373C0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .txt2,
  .page_about .about_cnt .txt {
    border: none;
    border-top: 1px solid #2373C0;
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.page_about .about_cnt .txt2 p,
.page_about .about_cnt .txt p {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .txt2 p,
  .page_about .about_cnt .txt p {
    margin-bottom: 24px;
  }
}
.page_about .about_cnt .txt2 p:last-of-type,
.page_about .about_cnt .txt p:last-of-type {
  margin-bottom: 0;
}
.page_about .about_cnt .txt2 {
  padding: 45px 0 45px 50px;
}
@media screen and (max-width: 767px) {
  .page_about .about_cnt .txt2 {
    padding: 30px 0 0;
  }
}

.page_cnt_list {
  padding: 0 50px;
  margin: 120px auto 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_cnt_list {
    display: block;
    margin: 80px 0;
    padding: 0 24px;
  }
}
.page_cnt_list li {
  width: calc(33.33% - 8px);
}
@media screen and (max-width: 767px) {
  .page_cnt_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page_cnt_list li.vision a {
  background-image: url("../img/common/bg_vision.webp");
}
.page_cnt_list li.message a {
  background-image: url("../img/common/bg_message.webp");
}
.page_cnt_list li.plan a {
  background-image: url("../img/common/bg_vision.png");
}
.page_cnt_list li.csr a {
  background-image: url("../img/common/bg_SDGs.webp");
}
.page_cnt_list li.governance a {
  background-image: url("../img/common/bg_CSR.webp");
}
.page_cnt_list li.sponsorship a {
  background-image: url("../img/common/bg_sponsor.webp");
}
.page_cnt_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page_cnt_list li a {
    width: 100%;
    height: 160px;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_cnt_list li a .ttl {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .page_cnt_list li a .ttl {
    font-size: 16px;
    text-align: left;
  }
}
.page_cnt_list li a .ttl span {
  display: block;
  font-family: "Cardo", serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page_cnt_list li a .ttl span {
    font-size: 28px;
  }
}

/*/ MESSAGE ////////////////////////////////////////////////*/
.page_message {
  max-width: 1680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_message {
    margin-top: -50px;
  }
}
.page_message .message_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/message/img_point.webp") no-repeat bottom left 1020px;
  background-size: 490px;
  padding-bottom: 94px;
  padding-right: 20px;
}
@media screen and (max-width: 1280px) {
  .page_message .message_header {
    background-position: bottom right -180px;
  }
}
@media screen and (max-width: 1060px) {
  .page_message .message_header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .page_message .message_header {
    background-size: 238px;
    background-position: bottom 220px right -120px;
    display: block;
    padding-right: 0;
    padding-bottom: 82px;
  }
}
.page_message .message_header .founder_img {
  background: url("../img/message/bg.webp") no-repeat;
  width: 660px;
  height: 585px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1060px) {
  .page_message .message_header .founder_img {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .page_message .message_header .founder_img {
    width: 100%;
    height: 90vw;
    margin-bottom: 42px;
  }
}
.page_message .message_header .founder_img img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .page_message .message_header .founder_img img {
    width: 66.66%;
    max-width: 430px;
  }
}
.page_message .message_header .cnt {
  margin-top: auto;
  margin-bottom: 75px;
  margin-left: -54px;
  margin-right: -40px;
}
@media screen and (max-width: 767px) {
  .page_message .message_header .cnt {
    margin: 0 0 50px;
    padding-left: 24px;
  }
}
.page_message .message_header .cnt .name_en {
  font-family: "Lexend Deca", sans-serif;
  color: #354FAB;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 100;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_message .message_header .cnt .name_en {
    font-size: 50px;
  }
}
.page_message .message_header .cnt .katagaki {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page_message .message_header .cnt .katagaki {
    font-size: 15px;
  }
}
.page_message .message_header .cnt .name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .page_message .message_header .cnt .name {
    font-size: 18px;
  }
}
.page_message .message_header .copy {
  padding-top: 76px;
}
@media screen and (max-width: 1060px) {
  .page_message .message_header .copy {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_message .message_header .copy {
    padding: 0 24px;
  }
}
.page_message .message_header .copy .jp {
  width: 424px;
  border-bottom: 1px solid #2373C0;
  padding-bottom: 32px;
  line-height: 1;
  text-align: right;
  font-family: A-OTF A1 Mincho Std;
  font-size: 40px;
  line-height: 117%;
  color: #354FAB;
  margin-bottom: 20px;
}
@media screen and (max-width: 1060px) {
  .page_message .message_header .copy .jp {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page_message .message_header .copy .jp {
    font-size: 24px;
    width: 248px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.page_message .message_header .copy .en {
  text-align: right;
  font-family: "Cardo", serif;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: #354FAB;
}
@media screen and (max-width: 1060px) {
  .page_message .message_header .copy .en {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page_message .message_header .copy .en {
    font-size: 18px;
  }
}
.page_message .message_cnt {
  max-width: 1360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.page_message .message_cnt .txt {
  padding-bottom: 60px;
  border-bottom: 1px solid #2373C0;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1060px) {
  .page_message .message_cnt .txt {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page_message .message_cnt .txt p {
  margin-bottom: 24px;
  font-size: 16px;
}
.page_message .message_cnt .txt p:last-child {
  margin-bottom: 0;
}
.page_message .message_cnt .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page_message .message_cnt .wrap {
    margin-top: 50px;
    display: block;
  }
}
.page_message .message_cnt .wrap .img {
  width: 642px;
}
@media screen and (max-width: 767px) {
  .page_message .message_cnt .wrap .img {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page_message .message_cnt .wrap .cnt {
  width: 668px;
}
@media screen and (max-width: 767px) {
  .page_message .message_cnt .wrap .cnt {
    width: 100%;
  }
}
.page_message .message_cnt .wrap .cnt .txt:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/*/ PLAN ////////////////////////////////////////////////*/
.page_plan .main_cnt .vision_img {
  font-size: 0;
  margin-top: 40px;
  margin-bottom: 56px;
}

/*/ SOCIAL ////////////////////////////////////////////////*/
.page_social {
  max-width: 1420px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_social {
    padding: 0 24px;
  }
}
.page_social .social_cnt {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt {
    margin-bottom: 50px;
  }
}
.page_social .social_cnt .social_ttl {
  color: #354FAB;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_ttl {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
.page_social .social_cnt .social_ttl span {
  display: block;
  font-family: "Cardo", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_ttl span {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
.page_social .social_cnt .lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .lead {
    margin-bottom: 30px;
  }
}
.page_social .social_cnt .social_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_contents {
    display: block;
  }
}
.page_social .social_cnt .social_contents li {
  width: calc(50% - 23px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_contents li {
    width: 100%;
  }
}
.page_social .social_cnt .social_contents li .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_contents li .img {
    width: 32%;
  }
}
.page_social .social_cnt .social_contents li .cnt {
  width: calc(100% - 214px);
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_contents li .cnt {
    width: calc(68% - 10px);
  }
}
.page_social .social_cnt .social_contents li .cnt .ttl {
  font-weight: bold;
  color: #354FAB;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_contents li .cnt .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_contents li .cnt .txt {
    font-size: 13px;
  }
}
.page_social .social_cnt .social_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_social .social_cnt .social_list li {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_list li {
    width: 100%;
    max-width: 480px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_list li:last-of-type {
    margin-bottom: 0;
  }
}
.page_social .social_cnt .social_list li .img {
  font-size: 0;
  margin-bottom: 12px;
}
.page_social .social_cnt .social_list li .ttl {
  font-weight: bold;
  color: #354FAB;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_list li .ttl {
    font-size: 17px;
  }
}
.page_social .social_cnt .social_activity li {
  margin-bottom: 12px;
}
.page_social .social_cnt .social_activity li.csr a {
  background-image: url("../img/common/bg_SDGs.webp");
}
.page_social .social_cnt .social_activity li.governance a {
  background-image: url("../img/common/bg_CSR.webp");
}
.page_social .social_cnt .social_activity li.sponsorship a {
  background-image: url("../img/common/bg_sponsor.webp");
}
.page_social .social_cnt .social_activity li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: no-repeat center;
  background-size: cover;
  height: 194px;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_activity li a {
    width: 100%;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page_social .social_cnt .social_activity li a .ttl {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_activity li a .ttl {
    font-size: 16px;
    text-align: left;
  }
}
.page_social .social_cnt .social_activity li a .ttl span {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_activity li a .ttl span {
    font-size: 28px;
  }
}
.page_social .social_cnt .social_activity li a .txt {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .page_social .social_cnt .social_activity li a .txt {
    margin-top: auto;
  }
}

/*/ GROUP ////////////////////////////////////////////////*/
.group_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .group_header {
    display: block;
  }
}
.group_header .img {
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 120px;
}
@media screen and (max-width: 1060px) {
  .group_header .img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .group_header .img {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .group_header .img img {
    width: 260px;
  }
}

.page_group {
  max-width: 1420px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_group {
    padding: 0 24px;
    margin-bottom: 80px;
  }
}
.page_group .group_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .page_group .group_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap {
    margin-bottom: 60px;
  }
}
.page_group .group_wrap .group_ttl {
  width: 250px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .page_group .group_wrap .group_ttl {
    width: 100%;
    margin: 0 0 30px;
  }
}
.page_group .group_wrap .group_ttl .ttl {
  color: #354FAB;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_ttl .ttl {
    font-size: 22px;
  }
}
.page_group .group_wrap .group_ttl .ttl span {
  display: block;
  font-size: 24px;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_ttl .ttl span {
    font-size: 18px;
  }
}
.page_group .group_wrap .group_cnt {
  width: calc(100% - 270px);
}
@media screen and (max-width: 900px) {
  .page_group .group_wrap .group_cnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_img .pc {
    display: none;
  }
}
.page_group .group_wrap .group_cnt .group_img .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_img .sp {
    display: inline-block;
  }
}
.page_group .group_wrap .group_cnt .group_list > li {
  border: 1px solid #2373C0;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 22px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_list > li {
    display: block;
    padding: 24px;
  }
}
.page_group .group_wrap .group_cnt .group_list > li .img {
  width: 194px;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_list > li .img {
    width: 100%;
    margin: 0 0 15px;
  }
}
.page_group .group_wrap .group_cnt .group_list > li .img .logo {
  font-size: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_list > li .img .logo {
    width: 180px;
  }
}
.page_group .group_wrap .group_cnt .group_list > li .img .name {
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.page_group .group_wrap .group_cnt .group_list > li .img .name_en {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #354FAB;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt {
  border-left: 1px solid #2373C0;
  padding: 10px 0 0 28px;
  width: calc(100% - 210px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_list > li .cnt {
    border: none;
    border-top: 1px solid #2373C0;
    padding: 25px 0 0;
    width: 100%;
  }
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .cat li {
  font-size: 13px;
  line-height: 1.3;
  color: #FFF;
  background: #354FAB;
  margin-right: 10px;
  padding: 1px 4px;
  margin-bottom: 10px;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .txt {
  margin-bottom: 16px;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .info {
  border-top: 2px dotted #2373C0;
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page_group .group_wrap .group_cnt .group_list > li .cnt .info {
    display: block;
  }
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .info li {
  margin-right: 16px;
  margin-bottom: 3px;
  font-size: 14px;
  padding-left: 12px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .info li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7CB0E2;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .info li a {
  color: #2373C0;
  text-decoration: underline;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .info li a.external {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_group .group_wrap .group_cnt .group_list > li .cnt .info li a.external::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_blank.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}

/*/ HISTORY ////////////////////////////////////////////////*/
.history_cnt {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .history_cnt {
    padding: 70px 0;
  }
}
.history_cnt:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .history_cnt:first-of-type {
    padding-top: 0;
  }
}
.history_cnt:nth-of-type(even)::after {
  content: "";
  display: block;
  background: -webkit-linear-gradient(12.82deg, rgba(0, 85, 219, 0.1) 0%, rgba(16, 109, 190, 0.1) 48%, rgba(32, 132, 165, 0.1) 87%);
  background: linear-gradient(77.18deg, rgba(0, 85, 219, 0.1) 0%, rgba(16, 109, 190, 0.1) 48%, rgba(32, 132, 165, 0.1) 87%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(calc(-50% + 682px));
          transform: translateX(calc(-50% + 682px));
}
@media screen and (max-width: 1440px) {
  .history_cnt:nth-of-type(even)::after {
    width: calc(100vw - 16px);
    left: -20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .history_cnt:nth-of-type(even)::after {
    width: calc(100% + 48px);
    left: -24px;
  }
}
.history_cnt .history_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .history_cnt .history_header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .history_cnt .history_header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .history_cnt .history_header .cnt {
    margin-bottom: 28px;
  }
}
.history_cnt .history_header .cnt .ttl_year {
  font-size: 20px;
  font-weight: 500;
  color: #354FAB;
  line-height: 1.17;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .history_cnt .history_header .cnt .ttl_year {
    font-size: 15px;
  }
}
.history_cnt .history_header .cnt .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .history_cnt .history_header .cnt .ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.history_cnt .history_header .cnt .txt {
  font-size: 14px;
}
.history_cnt .history_header .img {
  width: 350px;
  margin-left: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .history_cnt .history_header .img {
    width: 100%;
    margin: 0;
  }
}
.history_cnt .wrap_timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .history_cnt .wrap_timeline {
    display: block;
  }
}
.history_cnt .wrap_timeline .timeline {
  width: calc(100% - 290px);
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .history_cnt .wrap_timeline .timeline {
    width: 100%;
    margin-bottom: 40px;
  }
}
.history_cnt .wrap_timeline .timeline::before {
  content: "";
  display: block;
  background: #2373C0;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.history_cnt .wrap_timeline .timeline li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .history_cnt .wrap_timeline .timeline li {
    display: block;
  }
}
.history_cnt .wrap_timeline .timeline li.normal::before {
  background: #A3C0DD;
  top: 8px;
}
.history_cnt .wrap_timeline .timeline li.normal .year {
  width: 80px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #689ACD;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
}
.history_cnt .wrap_timeline .timeline li.normal .year span {
  font-size: 18px;
}
.history_cnt .wrap_timeline .timeline li::before {
  content: "";
  display: block;
  background: #2373C0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -19px;
  top: 13px;
}
.history_cnt .wrap_timeline .timeline li .year {
  width: 80px;
  font-weight: bold;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  color: #2373C0;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .history_cnt .wrap_timeline .timeline li .year {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.history_cnt .wrap_timeline .timeline li .year span {
  font-size: 18px;
}
.history_cnt .wrap_timeline .timeline li .wrap {
  width: 100%;
}
.history_cnt .wrap_timeline .timeline li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px dashed #9CB2C6;
}
@media screen and (max-width: 900px) {
  .history_cnt .wrap_timeline .timeline li .box {
    display: block;
  }
}
.history_cnt .wrap_timeline .timeline li .cnt {
  width: calc(100% - 204px);
}
@media screen and (max-width: 900px) {
  .history_cnt .wrap_timeline .timeline li .cnt {
    width: 100%;
    margin-bottom: 0;
  }
}
.history_cnt .wrap_timeline .timeline li .cnt .copy {
  font-size: 12px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media screen and (max-width: 900px) {
  .history_cnt .wrap_timeline .timeline li .cnt .copy br {
    display: none;
  }
}
.history_cnt .wrap_timeline .timeline li .cnt .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .history_cnt .wrap_timeline .timeline li .cnt .ttl {
    font-size: 16px;
  }
}
.history_cnt .wrap_timeline .timeline li .cnt .ttl:has(+ .txt) {
  margin-bottom: 11px;
}
.history_cnt .wrap_timeline .timeline li .cnt .txt {
  font-size: 14px;
}
.history_cnt .wrap_timeline .timeline li .logo {
  width: 180px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .history_cnt .wrap_timeline .timeline li .logo {
    margin-left: 0;
    margin-top: 16px;
  }
}
.history_cnt .wrap_timeline .timeline2_ttl {
  display: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 1180px) {
  .history_cnt .wrap_timeline .timeline2_ttl {
    display: block;
  }
}
.history_cnt .wrap_timeline .timeline2 {
  width: 263px;
}
@media screen and (max-width: 1180px) {
  .history_cnt .wrap_timeline .timeline2 {
    width: 100%;
  }
}
.history_cnt .wrap_timeline .timeline2 li {
  border: 1px solid #2373C0;
  background: #FFF;
  padding: 10px 13px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
  width: 253px;
  margin-left: 10px;
}
@media screen and (max-width: 1180px) {
  .history_cnt .wrap_timeline .timeline2 li {
    margin-left: 0;
    width: 100%;
  }
}
.history_cnt .wrap_timeline .timeline2 li.mt92 {
  margin-top: 92px;
}
@media screen and (max-width: 900px) {
  .history_cnt .wrap_timeline .timeline2 li.mt92 {
    margin-top: 0;
  }
}
.history_cnt .wrap_timeline .timeline2 li.mb112 {
  margin-bottom: 112px;
}
@media screen and (max-width: 900px) {
  .history_cnt .wrap_timeline .timeline2 li.mb112 {
    margin-bottom: 0;
  }
}
.history_cnt .wrap_timeline .timeline2 li::before {
  content: "";
  display: block;
  background: url("../img/history/history_arrow.svg") no-repeat;
  width: 10px;
  height: 15px;
  position: absolute;
  left: -10px;
  top: calc(50% - 7px);
}
@media screen and (max-width: 1180px) {
  .history_cnt .wrap_timeline .timeline2 li::before {
    display: none;
  }
}
.history_cnt .wrap_timeline .timeline2 li .year {
  color: #354FAB;
  line-height: 1;
  margin-bottom: 7px;
}
.history_cnt .wrap_timeline .timeline2 li .txt {
  font-size: 12px;
  line-height: 1.4;
}

/*/ PRIVACY POLICY ////////////////////////////////////////////////*/
.page_policy {
  max-width: 1420px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page_policy {
    padding: 0 24px;
  }
}
.page_policy .policy_box {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page_policy .policy_box {
    margin-bottom: 50px;
  }
}
.page_policy .policy_box .policy_ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.17;
  color: #354FAB;
  border-bottom: 1px solid #2373C0;
  padding-bottom: 30px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page_policy .policy_box .policy_ttl {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.page_policy .policy_box .policy_ttl2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  color: #354FAB;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .page_policy .policy_box .policy_ttl2 {
    font-size: 15px;
  }
}
.page_policy .policy_box .policy_cnt {
  padding-bottom: 36px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #B5C9DD;
}
.page_policy .policy_box .policy_cnt:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_policy .policy_box p {
  margin-bottom: 26px;
}
.page_policy .policy_box p:last-child {
  margin-bottom: 0;
}
.page_policy .policy_box ul.hlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_policy .policy_box ul.hlist li {
  margin-right: 20px;
}
.page_policy .policy_box ul li {
  font-size: 14px;
  margin-right: 20px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}
.page_policy .policy_box ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7CB0E2;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.page_policy .policy_box ol {
  list-style: none;
  counter-reset: number;
}
.page_policy .policy_box ol.abc li::before {
  counter-increment: number;
  content: counter(number, lower-alpha) ". ";
}
.page_policy .policy_box ol li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 20px;
}
.page_policy .policy_box ol li:last-of-type {
  margin-bottom: 0;
}
.page_policy .policy_box ol li.memo::before {
  content: "※";
}
.page_policy .policy_box ol li::before {
  width: 40px;
  text-align: center;
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
  color: #2373C0;
}

/*/ CONTACT ////////////////////////////////////////////////*/
.page_contact {
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  .page_contact {
    padding: 0 24px;
    margin-bottom: 80px;
  }
}
.page_contact.thanks {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_contact.thanks {
    text-align: left;
  }
}
.page_contact.thanks .thanks_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #354FAB;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_contact.thanks .thanks_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.page_contact.thanks .txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page_contact.thanks .txt {
    margin-bottom: 40px;
  }
}
.page_contact.thanks .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_contact.thanks .btn a {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .page_contact.thanks .btn a {
    max-width: 310px;
    width: 100%;
  }
}
.page_contact .lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_contact .lead {
    text-align: left;
  }
}
.page_contact .lead a {
  text-decoration: underline;
  color: #2373C0;
}
.page_contact .mail_form .form_cnt {
  margin-bottom: 40px;
}
.page_contact .mail_form .form_cnt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9CB2C6;
}
@media screen and (max-width: 767px) {
  .page_contact .mail_form .form_cnt li {
    display: block;
  }
}
.page_contact .mail_form .form_cnt li .ttl {
  width: 300px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F9FD;
  font-size: 17px;
  font-weight: bold;
  color: #354FAB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_contact .mail_form .form_cnt li .ttl {
    width: 100%;
    padding: 20px 16px;
    font-size: 16px;
  }
}
.page_contact .mail_form .form_cnt li .ttl .his {
  background: #354FAB;
  font-size: 13px;
  color: #FFF;
  font-weight: 400;
  width: 40px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_contact .mail_form .form_cnt li .cnt {
  padding: 25px 30px;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_contact .mail_form .form_cnt li .cnt {
    width: 100%;
    padding: 24px 8px;
  }
}
.page_contact .mail_form .form_cnt li .cnt input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 34px;
  width: 100%;
  border: 1px solid #9CB2C6;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
}
.page_contact .mail_form .form_cnt li .cnt input.wpcf7-not-valid {
  border: 1px solid #CC4141;
}
.page_contact .mail_form .form_cnt li .cnt textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #9CB2C6;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 8px;
}
.page_contact .mail_form .form_cnt li .cnt textarea.wpcf7-not-valid {
  border: 1px solid #CC4141;
}
.page_contact .mail_form .txt {
  text-align: center;
  margin-bottom: 40px;
}
.page_contact .mail_form .pp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.page_contact .mail_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page_contact .mail_form .submit .wpcf7-spinner {
  position: absolute;
  bottom: -36px;
  margin: 0;
  left: calc(50% - 12px);
}
.page_contact .mail_form .submit > span {
  width: 310px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2373C0;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #354FAB;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page_contact .mail_form .submit > span::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page_contact .mail_form .submit > span::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--light.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 18px;
}
.page_contact .mail_form .submit > span:hover input {
  color: #FFF;
}
.page_contact .mail_form .submit > span:hover::before {
  opacity: 1;
}
.page_contact .mail_form .submit > span:hover::after {
  background: url("../img/ico/ico_arrow--light--white.svg") no-repeat;
}
.page_contact .mail_form .submit > span:has(input:disabled) {
  opacity: 0.5;
}
.page_contact .mail_form .submit > span:has(input:disabled) input {
  color: #2373C0 !important;
}
.page_contact .mail_form .submit > span:has(input:disabled)::before {
  opacity: 0 !important;
}
.page_contact .mail_form .submit > span:has(input:disabled)::after {
  background: url("../img/ico/ico_arrow--light.svg") no-repeat !important;
}
.page_contact .mail_form .submit > span input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  font-size: 18px;
  color: #2373C0;
  font-weight: 500;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100% !important;
  height: 100%;
  text-align: center;
}
.page_contact .mail_form .submit > span input:disabled {
  cursor: no-drop;
}

#wpcf7cpcnf {
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf {
    padding: 0;
    margin-bottom: 80px;
  }
}
#wpcf7cpcnf::before {
  content: "以下の内容に間違いがないかご確認の上、よろしければ「送信する」ボタンをクリックして下さい。\a入力内容を変更する場合は、「戻る」ボタンをクリックして下さい。";
  display: block;
  text-align: center;
  margin-bottom: 40px;
  white-space: pre-wrap;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf::before {
    text-align: left;
  }
}
#wpcf7cpcnf table {
  display: block;
  margin-bottom: 40px;
  border-top: 1px solid #9CB2C6;
}
#wpcf7cpcnf table tbody {
  display: block;
}
#wpcf7cpcnf table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9CB2C6;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr {
    display: block;
  }
}
#wpcf7cpcnf table tr th {
  width: 300px;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F9FD;
  font-weight: bold;
  color: #354FAB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr th {
    width: 100%;
    padding: 20px 16px;
  }
}
#wpcf7cpcnf table tr th p {
  font-size: 17px;
  font-weight: bold;
  color: #354FAB;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr th p {
    font-size: 16px;
  }
}
#wpcf7cpcnf table tr td {
  padding: 25px 30px;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr td {
    width: 100%;
    padding: 24px 8px;
  }
}
#wpcf7cpcnf table tr td p {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #wpcf7cpcnf table tr td p {
    font-size: 16px;
  }
}

.wpcf7cp-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7cp-btns .wpcf7-form-control {
  width: 310px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #2373C0;
  background: none;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #2373C0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wpcf7cp-btns .wpcf7-form-control {
    width: 285px;
    height: 50px;
    font-size: 15px;
  }
}
.wpcf7cp-btns .wpcf7-form-control span {
  position: relative;
  z-index: 10;
}
.wpcf7cp-btns .wpcf7-form-control::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.wpcf7cp-btns .wpcf7-form-control::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--light.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 18px;
}
.wpcf7cp-btns .wpcf7-form-control:hover {
  color: #FFF;
}
.wpcf7cp-btns .wpcf7-form-control:hover::before {
  opacity: 1;
}
.wpcf7cp-btns .wpcf7-form-control:hover::after {
  background: url("../img/ico/ico_arrow--light--white.svg") no-repeat;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn::after {
  content: "";
  display: block;
  background: url("../img/ico/ico_arrow--light.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*/ NEWS ////////////////////////////////////////////////*/
.archive_news {
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 180px;
}
@media screen and (max-width: 1060px) {
  .archive_news {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .archive_news {
    margin-bottom: 80px;
  }
}

.single_news {
  max-width: 1100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  .single_news {
    padding: 0 24px;
    margin-bottom: 80px;
  }
}
.single_news .entry_header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single_news .entry_header {
    margin-bottom: 48px;
  }
}
.single_news .entry_header .date {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #354FAB;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .single_news .entry_header .date {
    font-size: 13px;
  }
}
.single_news .entry_header .entry_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #354FAB;
}
@media screen and (max-width: 767px) {
  .single_news .entry_header .entry_ttl {
    font-size: 24px;
  }
}
.single_news .entry_body {
  margin-bottom: 80px;
}
.single_news .entry_body h2 {
  color: #354FAB;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #2373C0;
  padding-bottom: 13px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .single_news .entry_body h2 {
    font-size: 20px;
  }
}
.single_news .entry_body h3 {
  color: #354FAB;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-left: 14px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .single_news .entry_body h3 {
    font-size: 17px;
  }
}
.single_news .entry_body h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2373C0;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.single_news .entry_body .wrap_img {
  margin-bottom: 40px;
}
.single_news .entry_body .wrap_img .img {
  font-size: 0;
}
.single_news .entry_body .wrap_img .img_caption {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
.single_news .entry_body .txt p {
  margin-bottom: 40px;
}
.single_news .entry_body a {
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #2373C0;
}
.single_news .entry_body hr {
  border: none;
  border-bottom: 1px dashed #B5C9DD;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single_news .entry_body hr {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}
.single_news .entry_body .dot_list {
  margin-bottom: 40px;
}
.single_news .entry_body .dot_list li {
  font-size: 14px;
  margin-right: 20px;
  padding-left: 16px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 16px;
}
.single_news .entry_body .dot_list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7CB0E2;
  position: absolute;
  left: 0;
  top: 0.65em;
}
.single_news .entry_body .table {
  margin-bottom: 40px;
  border-top: 1px solid #B5C9DD;
}
.single_news .entry_body .table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #B5C9DD;
}
@media screen and (max-width: 767px) {
  .single_news .entry_body .table li {
    display: block;
    padding: 16px 0;
  }
}
.single_news .entry_body .table li .ttl {
  font-weight: 500;
  color: #354FAB;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 180px;
  padding: 18px 10px 18px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single_news .entry_body .table li .ttl {
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
  }
}
.single_news .entry_body .table li .txt {
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .single_news .entry_body .table li .txt {
    padding: 0;
  }
}
.single_news .entry_body .table li .txt p {
  margin-bottom: 0;
}
.single_news .entry_body .btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.single_news .entry_body .btn a {
  max-width: 350px;
  text-decoration: none;
}
.single_news .entry_body .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.single_news .entry_body .col2 .cnt {
  width: calc(50% - 8px);
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .single_news .entry_body .col2 .cnt {
    width: 100%;
    margin: 0 0 40px;
  }
}
.single_news .entry_body .col2 .cnt .img {
  font-size: 0;
  margin-bottom: 20px;
}
.single_news .entry_body .col2 .cnt .txt {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.pagination ul li {
  font-size: 20px;
  font-weight: 500;
  color: #2373C0;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .pagination ul li {
    font-size: 16px;
    margin: 0 4px;
  }
}
.pagination ul li a {
  width: 30px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2373C0;
}
.pagination ul li span {
  width: 30px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #2373C0;
}
.pagination ul li.prev a, .pagination ul li.next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev a, .pagination ul li.next a {
    width: 34px;
    height: 34px;
  }
}
.pagination ul li.prev {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev {
    margin-right: 10px;
  }
}
.pagination ul li.next {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.next {
    margin-left: 10px;
  }
}

.pagenationSingle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenationSingle ul li.prev, .pagenationSingle ul li.next {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.prev, .pagenationSingle ul li.next {
    width: 34px;
  }
}
.pagenationSingle ul li.prev a, .pagenationSingle ul li.next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  background: -webkit-linear-gradient(12.82deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  background: linear-gradient(77.18deg, #0055DB 0%, #106DBE 48%, #2084A5 87%);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.prev a, .pagenationSingle ul li.next a {
    height: 34px;
  }
}
.pagenationSingle ul li.prev a:hover, .pagenationSingle ul li.next a:hover {
  opacity: 0.6;
}
.pagenationSingle ul li.back {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 60px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li.back {
    font-size: 15px;
    margin: 0 40px;
  }
}
.pagenationSingle ul li.back a {
  color: #2373C0;
  position: relative;
  padding: 8px 0;
}
.pagenationSingle ul li.back a:hover::after {
  width: 0;
  right: 0;
  left: auto;
}
.pagenationSingle ul li.back a::after {
  content: "";
  display: block;
  background: #2373C0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*/ 404 ////////////////////////////////////////////////*/
.page_404 {
  max-width: 1060px;
  padding: 165px 0;
  margin: 0 auto;
  background: url("../img/404/bg_logo.png") no-repeat center;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_404 {
    padding: 16px 24px;
    background-size: 68%;
    background-position: center top 10px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_404::before {
  content: "";
  display: block;
  background: url("../img/404/img_keitaikun.png") no-repeat;
  background-size: cover;
  width: 182px;
  height: 192px;
}
@media screen and (max-width: 767px) {
  .page_404::before {
    display: none;
  }
}
.page_404::after {
  content: "";
  display: block;
  background: url("../img/404/img_keitaichan.png") no-repeat;
  background-size: cover;
  width: 173px;
  height: 185px;
}
@media screen and (max-width: 767px) {
  .page_404::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .cnt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .box p {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .page_404 .box p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .box::before {
    content: "";
    display: block;
    background: url("../img/404/img_keitaikun.png") no-repeat;
    background-size: cover;
    width: 110px;
    height: 120px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .box::after {
    content: "";
    display: block;
    background: url("../img/404/img_keitaichan.png") no-repeat;
    background-size: cover;
    width: 114px;
    height: 120px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 5px;
  }
}
.page_404 .btn {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_404 .btn a {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .page_404 .btn a {
    max-width: 285px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */