/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
html {
  /*
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
*/
}

main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
}

.only--pc {
  display: none;
}

@media (min-width: 768px) {
  .only--pc {
    display: block;
  }
}

.only--sp {
  display: block;
}

@media (min-width: 768px) {
  .only--sp {
    display: none;
  }
}

.site-header {
  border-bottom: none;
  position: relative;
  background: #222;
}

.site-header .sh-container {
  margin: 0;
  padding-bottom: 0;
}

.site-header .sh-container .sh-name {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  right: 50%;
  transform: translateX(50%);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  z-index: 1000;
}

.site-header .sh-container .sh-name a {
  pointer-events: none;
  color: #222;
}

@media (max-width: 767px) {
  .site-header .sh-container .sh-name a {
    pointer-events: all;
    text-decoration: none;
  }
}

.site-header-inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.site-header-lead {
  max-width: 500px;
  width: 34.72222%;
}

.site-header-lead p {
  font-size: 22px;
  line-height: 2.09091;
  color: #fff;
  font-weight: 700;
}

.site-header-lead p span {
  white-space: nowrap;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}

.site-header-logo {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 6.38889%;
}

.site-header-logo img {
  vertical-align: bottom;
}

.site-header-logo-5 {
  width: 58px;
  height: 84px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.site-header-logo-g {
  margin-left: 7px;
  width: 76px;
  height: 86px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.site-header-cross {
  max-width: 65px;
  width: 4.51389%;
  margin-left: 2.29167%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.site-header-cross img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site-header-text {
  margin-left: 2.08333%;
  max-width: 404px;
  margin-top: 15px;
  width: 28.05556%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.site-header-text img {
  width: 27.98611vw;
  height: 5.27778vw;
  vertical-align: bottom;
}

.site-header > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.site-header > img.only--pc {
  opacity: 0;
  filter: alpha(opacity=0);
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .site-header .sh-container {
    padding: 0 1.04167vw;
  }
  .site-header .sh-container .sh-name {
    width: 100%;
    padding: 0 2.08333vw;
    box-sizing: border-box;
    top: 3.47222vw;
    font-size: 1.94444vw;
    line-height: 1.94444vw;
  }
  .site-header .sh-container-text {
    margin-top: 1.04167vw;
  }
  .site-header-lead p {
    font-size: 1.52778vw;
  }
  .site-header-logo-5 {
    width: 4.02778vw;
    height: 5.83333vw;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .site-header-logo-g {
    margin-left: 0.48611vw;
    width: 5.27778vw;
    height: 5.97222vw;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .site-header-text {
    max-width: 28.05556vw;
    margin-top: 1.04167vw;
  }
  .site-header-text img {
    width: 100%;
    max-width: 28.05556vw;
    height: auto;
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  .site-header .sh-container .sh-name {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 6.25vw;
    padding-left: 4.6875vw;
    transform: translateX(0%);
    font-size: 5vw;
  }
  .site-header-inner {
    flex-direction: column;
  }
  .site-header-lead {
    background: #04070c;
    max-width: 100%;
    width: 100%;
    padding: 9.375vw 6.25vw 10.9375vw;
  }
  .site-header-lead p {
    font-size: 4.375vw;
    line-height: 7.8125vw;
  }
  .site-header-logo {
    width: 18.125vw;
    margin-left: 0;
  }
  .site-header-logo-5 {
    display: none;
  }
  .site-header-logo-g {
    display: none;
  }
  .site-header-cross {
    max-width: 7.5vw;
    width: 7.5vw;
    margin-left: 0;
    margin: 4.6875vw 0 3.90625vw;
  }
  .site-header-text {
    margin-left: 0;
    max-width: 52.96875vw;
    width: 52.96875vw;
  }
}

.sec-secondary {
  background: #f5f7f8;
  border-top: 1px solid #d9d9d9;
}

.sec_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec_head {
  text-align: center;
  margin-bottom: 50px;
}

.sec_title {
  color: #0b41a0;
  font-size: 46px;
  line-height: 1.56522;
  font-weight: 700;
}

.sec_title span {
  margin-bottom: 34px;
  display: block;
  color: #fc0d1b;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sec_inner {
    padding: 0 2.08333vw;
    box-sizing: border-box;
  }
  .sec_head {
    margin-bottom: 3.47222vw;
  }
  .sec_title {
    font-size: 3.19444vw;
    line-height: 5vw;
  }
  .sec_title span {
    margin-bottom: 2.36111vw;
    font-size: 1.38889vw;
    line-height: 1.66667vw;
  }
}

@media (max-width: 767px) {
  .sec_inner {
    max-width: 100%;
    margin: 0;
    padding: 0 6.25vw;
    box-sizing: border-box;
  }
  .sec_head {
    margin-bottom: 7.8125vw;
  }
  .sec_title {
    font-size: 7.03125vw;
    line-height: 11.25vw;
    letter-spacing: normal;
  }
  .sec_title span {
    margin-bottom: 5.3125vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}

.concept {
  padding: 110px 0 140px;
}

.concept_lead {
  margin-bottom: 100px;
}

.concept_lead p {
  font-size: 19px;
  line-height: 1.89474;
  font-weight: 700;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .concept {
    padding: 7.63889vw 0 9.72222vw;
  }
  .concept_lead {
    margin-bottom: 6.94444vw;
  }
  .concept_lead p {
    font-size: 1.31944vw;
    line-height: 2.5vw;
    letter-spacing: 0.03333vw;
  }
}

@media (max-width: 767px) {
  .concept {
    padding: 15.625vw 0 18.75vw;
  }
  .concept_lead {
    margin-bottom: 15.625vw;
  }
  .concept_lead p {
    font-size: 4.375vw;
    line-height: 7.8125vw;
    letter-spacing: 0.07812vw;
  }
}

.sub-sec-title {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #0b41a0;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}

.sub-sec-title:after {
  width: 40px;
  height: 3px;
  display: block;
  margin: 40px auto 0;
  background: #fc0d1b;
  content: "";
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sub-sec-title {
    font-size: 2.5vw;
    margin-bottom: 3.47222vw;
  }
  .sub-sec-title:after {
    width: 2.77778vw;
    height: 0.20833vw;
    margin: 2.77778vw auto 0;
  }
}

@media (max-width: 767px) {
  .sub-sec-title {
    font-size: 5.625vw;
    letter-spacing: 0.28125vw;
    margin-bottom: 6.25vw;
  }
  .sub-sec-title:after {
    width: 6.25vw;
    height: 0.46875vw;
    margin: 6.25vw auto 0;
  }
}

.five-g_card {
  padding: 0 3.47222%;
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
}

.five-g_card li {
  border: 1px solid #0b41a0;
  overflow: hidden;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30.90909%;
  position: relative;
}

.five-g_card li .number {
  position: absolute;
  z-index: 100;
  right: 29px;
  bottom: -20px;
}

.five-g_card li .number img {
  width: auto;
  height: 64px;
  vertical-align: bottom;
}

.five-g_card li .img {
  position: relative;
}

.five-g_card li .img_container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 100;
}

.five-g_card li .img_container .tag-01, .five-g_card li .img_container .tag-02 {
  margin: 0 auto 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 700;
  color: #fff;
  background: #0b41a0;
  width: 100px;
  height: 26px;
}

.five-g_card li .img_container .tag-02 {
  background: #fc0d1b;
  width: 130px;
}

.five-g_card li .img_container .label {
  color: #fff;
  font-size: 26px;
  line-height: 1.30769;
  font-weight: 700;
}

.five-g_card li .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.five-g_card li .content {
  padding: 30px 20px;
}

.five-g_card li .content p {
  font-size: 14px;
  line-height: 1.71429;
}

.five-g_card li + li {
  margin-left: 2.77778%;
}

.five-g_card + .five-g_card {
  margin-top: 105px;
  position: relative;
}

.five-g_card + .five-g_card:before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -75px;
  width: 50px;
  height: 50px;
  background: url(../img/plus.png) no-repeat 0 0;
  background-size: 50px 50px;
  content: "";
}

.five-g_container {
  padding: 0 3.47222%;
}

.five-g_box {
  border: 1px solid #0b41a0;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 90px 80px;
}

.five-g_box_title {
  color: #0b41a0;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #0b41a0;
  padding-bottom: 30px;
  margin-bottom: 44px;
}

.five-g_box_title span {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.66667;
}

.five-g_box_sub-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.five-g_box_row {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.five-g_box_row._align-center {
  align-items: center;
}

.five-g_box_row + .five-g_box_row {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #c7c7c7;
}

.five-g_box_card {
  border: 1px solid #0b41a0;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  width: 48.93617%;
  padding: 3.19149%;
}

.five-g_box_card:nth-child(even) {
  margin-left: auto;
}

.five-g_box_card > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.five-g_box_card + .five-g_box_card + .five-g_box_card {
  margin-top: 20px;
}

.five-g_box_ico {
  width: 13.04348%;
  margin-right: 4.34783%;
}

.five-g_box_ico img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.five-g_box_content {
  width: 86.95652%;
}

.five-g_box_content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.five-g_box_bnr {
  width: 100%;
}

.five-g_box_bnr a {
  display: block;
  transition: all 0.15s ease-in;
}

.five-g_box_bnr a > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.five-g_box_bnr a:hover {
  opacity: .8;
}

.five-g_box_bnr_img {
  width: 540px;
  background: #fff;
}

.five-g_box_bnr_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.five-g_box_bnr_content {
  width: 363px;
  margin-left: auto;
}

.five-g_box_bnr_content > div {
  margin-bottom: 20px;
}

.five-g_box_bnr_content > div img {
  width: 288px;
  height: auto;
  vertical-align: bottom;
}

.five-g_box_bnr_content > p {
  color: #222;
  font-size: 16px;
  line-height: 1.625;
  position: relative;
}

.five-g_box_bnr_content > p:after {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url(../img/blank-icon.svg) no-repeat 0 0;
  background-size: 13px 12px;
  content: "";
}

.five-g_box_col {
  width: 460px;
}

.five-g_box_col .five-g_box_card {
  display: block;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.five-g_box_col .five-g_box_card .five-g_box_content p {
  font-size: 16px;
  line-height: 1.875;
}

.five-g_box_col .five-g_box_card + .five-g_box_card {
  margin-top: 20px;
}

.five-g_box_col-auto {
  width: 453px;
  margin-left: auto;
}

.five-g_box_col-auto img {
  width: 453px;
  height: 409px;
  vertical-align: bottom;
}

.five-g_box + .five-g_box {
  margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .five-g_card {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .five-g_card li .number img {
    width: auto;
    height: 4.44444vw;
    vertical-align: bottom;
  }
  .five-g_card li .img {
    position: relative;
  }
  .five-g_card li .img_container .tag-01, .five-g_card li .img_container .tag-02 {
    margin: 0 auto 1.38889vw;
    font-size: 0.90278vw;
    border-radius: 0.90278vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 6.94444vw;
    height: 1.80556vw;
  }
  .five-g_card li .img_container .tag-02 {
    width: 10.41667vw;
  }
  .five-g_card li .img_container .label {
    font-size: 1.80556vw;
    line-height: 2.36111vw;
  }
  .five-g_card li .content {
    padding: 2.08333vw 1.38889vw;
  }
  .five-g_card li .content p {
    font-size: 0.97222vw;
  }
  .five-g_card + .five-g_card {
    margin-top: 7.29167vw;
  }
  .five-g_card + .five-g_card:before {
    margin-left: -1.73611vw;
    top: -5.20833vw;
    width: 3.47222vw;
    height: 3.47222vw;
    background-size: 3.47222vw 3.47222vw;
  }
  .five-g_container {
    padding: 0 3.47222vw;
  }
  .five-g_box {
    border-radius: 0.35714vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 6.25vw 5.55556vw;
  }
  .five-g_box_title {
    font-size: 2.22222vw;
    padding-bottom: 2.08333vw;
    margin-bottom: 3.05556vw;
  }
  .five-g_box_title span {
    display: block;
    margin-bottom: 1.25vw;
    font-size: 1.25vw;
    line-height: 2.08333vw;
  }
  .five-g_box_sub-title {
    margin-bottom: 2.08333vw;
    font-size: 1.38889vw;
  }
  .five-g_box_row + .five-g_box_row {
    margin-top: 2.77778vw;
    padding-top: 2.77778vw;
  }
  .five-g_box_card {
    border-radius: 0.34722vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .five-g_box_card + .five-g_box_card + .five-g_box_card {
    margin-top: 1.38889vw;
  }
  .five-g_box_content {
    width: 86.95652%;
  }
  .five-g_box_content p {
    font-size: 1.11111vw;
    line-height: 2.22222vw;
  }
  .five-g_box_bnr_img {
    width: 57.44681%;
  }
  .five-g_box_bnr_content {
    width: 38.61702%;
  }
  .five-g_box_bnr_content > div {
    margin-bottom: 1.38889vw;
  }
  .five-g_box_bnr_content > div img {
    width: 20vw;
  }
  .five-g_box_bnr_content > p {
    font-size: 1.11111vw;
    line-height: 1.38889vw .five-g_box_bnr_content > p;
  }
  .five-g_box_bnr_content > p :after {
    width: 0.90278vw;
    height: 0.83333vw;
    background-size: 0.90278vw 0.83333vw;
  }
  .five-g_box_col {
    width: 48.93617%;
  }
  .five-g_box_col .five-g_box_card {
    display: block;
    padding: 2.5vw;
  }
  .five-g_box_col .five-g_box_card .five-g_box_content p {
    font-size: 1.11111vw;
    line-height: 2.08333vw;
  }
  .five-g_box_col .five-g_box_card + .five-g_box_card {
    margin-top: 1.66667vw;
  }
  .five-g_box_col-auto {
    width: 48.93617%;
    margin-left: auto;
  }
  .five-g_box_col-auto img {
    width: 100%;
    height: auto;
  }
  .five-g_box + .five-g_box {
    margin-top: 2.77778vw;
  }
}

@media (max-width: 767px) {
  .five-g_card {
    padding: 0 4.6875vw;
    flex-direction: column;
  }
  .five-g_card li {
    border: 1px solid #0b41a0;
    overflow: hidden;
    border-radius: 0.78125vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
  }
  .five-g_card li .img {
    position: relative;
  }
  .five-g_card li .img_container .tag-01, .five-g_card li .img_container .tag-02 {
    margin: 0 auto 3.125vw;
    font-size: 2.8125vw;
    border-radius: 2.8125vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 21.875vw;
    height: 5.625vw;
  }
  .five-g_card li .img_container .tag-02 {
    width: 28.75vw;
  }
  .five-g_card li .img_container .label {
    font-size: 5.625vw;
  }
  .five-g_card li .content {
    padding: 7.8125vw 4.6875vw 7.8125vw;
  }
  .five-g_card li .content p {
    font-size: 3.75vw;
    line-height: 5.9375vw;
  }
  .five-g_card li + li {
    margin-top: 6.25vw;
  }
  .five-g_card + .five-g_card {
    margin-top: 28.125vw;
  }
  .five-g_card + .five-g_card:before {
    margin-left: -6.25vw;
    top: -20.78125vw;
    width: 12.5vw;
    height: 12.5vw;
    background-size: 12.5vw 12.5vw;
  }
  .five-g_container {
    padding: 0 0;
  }
  .five-g_box {
    border-radius: 0.78125vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12.5vw 7.8125vw 12.5vw;
  }
  .five-g_box_title {
    font-size: 6.5625vw;
    line-height: 10vw;
    padding-bottom: 5.3125vw;
    margin-bottom: 7.8125vw;
  }
  .five-g_box_title span {
    margin-bottom: 1.25vw;
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }
  .five-g_box_sub-title {
    margin-bottom: 4.6875vw;
    font-size: 4.375vw;
  }
  .five-g_box_row {
    flex-direction: column;
  }
  .five-g_box_row._align-center {
    align-items: center;
  }
  .five-g_box_row + .five-g_box_row {
    margin-top: 7.8125vw;
    padding-top: 7.8125vw;
  }
  .five-g_box_card {
    border-radius: 0.78125vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 100%;
    padding: 6.25vw 4.6875vw;
  }
  .five-g_box_card:nth-child(even) {
    margin-left: 0;
  }
  .five-g_box_card + .five-g_box_card {
    margin-top: 3.125vw;
  }
  .five-g_box_card + .five-g_box_card + .five-g_box_card {
    margin-top: 3.125vw;
  }
  .five-g_box_ico {
    width: 9.375vw;
    margin-right: 3.90625vw;
  }
  .five-g_box_content {
    width: 48.90625vw;
  }
  .five-g_box_content p {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
  .five-g_box_bnr {
    width: 100%;
  }
  .five-g_box_bnr a > div {
    flex-direction: column;
  }
  .five-g_box_bnr_img {
    width: 100%;
    background: #fff;
  }
  .five-g_box_bnr_content {
    width: 100%;
    margin-left: 0;
    margin-top: 6.25vw;
  }
  .five-g_box_bnr_content > div {
    margin-bottom: 3.125vw;
  }
  .five-g_box_bnr_content > div img {
    width: 52.1875vw;
    height: auto;
    vertical-align: bottom;
  }
  .five-g_box_bnr_content > p {
    font-size: 3.75vw;
    line-height: 5.625vw;
    letter-spacing: -0.1875vw;
  }
  .five-g_box_bnr_content > p:after {
    width: 3.90625vw;
    height: 3.75vw;
    background-size: 3.90625vw 3.75vw;
  }
  .five-g_box_col {
    width: 100%;
  }
  .five-g_box_col .five-g_box_card {
    padding: 4.6875vw;
  }
  .five-g_box_col .five-g_box_card .five-g_box_content p {
    font-size: 3.75vw;
    line-height: 5.625vw;
  }
  .five-g_box_col .five-g_box_card + .five-g_box_card {
    margin-top: 3.125vw;
  }
  .five-g_box_col-auto {
    width: 100%;
    margin-left: 0;
    margin-top: 9.375vw;
  }
  .five-g_box_col-auto img {
    width: 100%;
    height: auto;
  }
  .five-g_box + .five-g_box {
    margin-top: 6.25vw;
  }
}

.five-g + .five-g {
  margin-top: 110px;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .five-g + .five-g {
    margin-top: 7.63889vw;
  }
}

@media (max-width: 767px) {
  .five-g + .five-g {
    margin-top: 18.75vw;
  }
}

.support {
  padding: 120px 0 140px;
}

.support_lead {
  margin-bottom: 70px;
}

.support_lead p {
  font-size: 19px;
  line-height: 1.89474;
  font-weight: 700;
}

.support_flow {
  list-style-type: none;
  margin-bottom: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch;
}

.support_card {
  border: 1px solid #0b41a0;
  background: #fff;
  width: 29.16667%;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 40px 35px 45px;
  box-sizing: border-box;
}

.support_card_title {
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  color: #0b41a0;
}

.support_card p {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 20px;
}

.support_card .img img {
  width: 275px;
  height: auto;
  vertical-align: bottom;
}

.support_card + .support_card {
  position: relative;
}

.support_card + .support_card:before {
  display: block;
  position: absolute;
  left: -55px;
  top: 50%;
  margin-top: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34px;
  border-color: transparent transparent transparent #fc0d1b;
  content: "";
}

.support_note p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .support {
    padding: 8.33333vw 0 9.72222vw;
  }
  .support_lead {
    margin-bottom: 4.86111vw;
  }
  .support_lead p {
    font-size: 1.31944vw;
    line-height: 2.5vw;
  }
  .support_flow {
    list-style-type: none;
    margin-bottom: 4.86111vw;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .support_card {
    padding: 3.33333vw 2.91667vw 3.75vw;
  }
  .support_card_title {
    font-size: 2vw;
    line-height: 2.66667vw;
    margin-bottom: 2vw;
  }
  .support_card p {
    font-size: 1.16667vw;
    line-height: 2vw;
    margin-bottom: 1.66667vw;
  }
  .support_card .img img {
    width: 100%;
  }
  .support_card + .support_card {
    position: relative;
  }
  .support_card + .support_card:before {
    left: -4.58333vw;
    margin-top: -1.66667vw;
    border-width: 1.66667vw 0 1.66667vw 2.83333vw;
  }
  .support_note p {
    font-size: 1.33333vw;
    line-height: 2.33333vw;
  }
}

@media (max-width: 767px) {
  .support {
    padding: 18.75vw 0;
  }
  .support_lead {
    margin-bottom: 14.0625vw;
  }
  .support_lead p {
    font-size: 3.75vw;
    line-height: 7.8125vw;
  }
  .support_flow {
    margin-bottom: 10.9375vw;
    flex-direction: column;
    padding: 0 4.6875vw;
  }
  .support_card {
    width: 100%;
    border-radius: 0.78125vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10.9375vw 7.8125vw 7.8125vw;
  }
  .support_card_title {
    font-size: 5.625vw;
    line-height: 8.4375vw;
    margin-bottom: 4.6875vw;
  }
  .support_card p {
    margin-bottom: 6.25vw;
    font-size: 3.75vw;
    line-height: 5.9375vw;
  }
  .support_card .img img {
    width: 100%;
  }
  .support_card + .support_card {
    margin-top: 17.1875vw;
  }
  .support_card + .support_card:before {
    display: block;
    position: absolute;
    left: 50%;
    top: -10.9375vw;
    margin-left: -3.90625vw;
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.03125vw 3.90625vw 0 3.90625vw;
    border-color: #fc0d1b transparent transparent transparent;
    content: "";
  }
  .support_note p {
    font-size: 3.75vw;
    line-height: 6.25vw;
  }
}

.innovation {
  background: #0b41a0;
  padding: 150px 0 130px;
}

.innovation_head {
  margin-bottom: 40px;
}

.innovation_title {
  font-size: 36px;
  line-height: 1.61111;
  font-weight: 700;
  color: #fff;
}

.innovation_lead {
  margin-bottom: 57px;
}

.innovation_lead p {
  color: #fff;
  font-size: 19px;
  line-height: 1.89474;
  font-weight: 700;
}

.innovation_sub-title {
  font-size: 24px;
  line-height: 1.58333;
  font-weight: 700;
  color: #0b41a0;
  margin-bottom: 28px;
  position: relative;
  padding-left: 70px;
}

.innovation_sub-title:before {
  width: 54px;
  height: 56px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -28px 0 0;
  background: url(../img/lanp.svg) no-repeat 0 0;
  background-size: 54px 56px;
  content: "";
}

.innovation_box {
  background: #fff;
  padding: 60px 60px 60px 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.innovation_box_content {
  padding-right: 64px;
  width: 53.33333%;
}

.innovation_box_content p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.8px;
}

.innovation_box_content p + p {
  margin-top: 30px;
}

.innovation_box_photo {
  width: 46.66667%;
  margin-left: auto;
}

.innovation_box_photo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .innovation {
    padding: 10.41667vw 0 9.02778vw;
  }
  .innovation_head {
    margin-bottom: 2.77778vw;
  }
  .innovation_title {
    font-size: 2.5vw;
    line-height: 4.02778vw;
  }
  .innovation_lead {
    margin-bottom: 3.95833vw;
  }
  .innovation_lead p {
    font-size: 1.31944vw;
    line-height: 2.5vw;
  }
  .innovation_sub-title {
    font-size: 1.80556vw;
    line-height: 1.94444vw;
    margin-bottom: 2.63889vw;
  }
  .innovation_box {
    background: #fff;
    padding: 5vw 5vw 5vw 6.66667vw;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .innovation_box_content {
    padding-right: 64px;
    width: 53.33333%;
  }
  .innovation_box_content p {
    font-size: 1.33333vw;
    line-height: 2.33333vw;
  }
  .innovation_box_content p + p {
    margin-top: 2.5vw;
  }
  .innovation_box_photo {
    width: 46.66667%;
  }
}

@media (max-width: 767px) {
  .innovation {
    padding: 18.75vw 0;
  }
  .innovation_head {
    margin-bottom: 9.375vw;
  }
  .innovation_title {
    font-size: 6.5625vw;
    line-height: 9.0625vw;
  }
  .innovation_lead {
    margin-bottom: 10.9375vw;
  }
  .innovation_lead p {
    font-size: 4.375vw;
    line-height: 7.8125vw;
  }
  .innovation_sub-title {
    font-size: 5.3125vw;
    line-height: 8.4375vw;
    margin-bottom: 7.34375vw;
    text-align: center;
  }
  .innovation_box {
    background: #fff;
    padding: 9.375vw 7.8125vw;
    flex-direction: column;
    border-radius: 0.78125vw;
  }
  .innovation_box_content {
    padding-right: 0;
    width: 100%;
  }
  .innovation_box_content p {
    font-size: 3.75vw;
    line-height: 5.9375vw;
  }
  .innovation_box_content p + p {
    margin-top: 4.6875vw;
  }
  .innovation_box_photo {
    margin-top: 9.375vw;
    width: 100%;
    margin-left: 0;
  }
}

.study {
  padding: 140px 0 115px;
}

.study_head {
  margin-bottom: 40px;
}

.study_title {
  font-size: 36px;
  line-height: 1.61111;
  color: #0b41a0;
  font-weight: 700;
}

.study_row {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.study_content {
  width: 51.16667%;
}

.study_lead {
  margin-bottom: 50px;
}

.study_lead p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

.study_sub-title {
  margin-bottom: 17px;
  color: #0b41a0;
  font-size: 24px;
  line-height: 1.33333;
  letter-spacing: 1.2px;
}

.study_list {
  list-style-type: none;
}

.study_list li {
  font-size: 16px;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}

.study_movie {
  margin-left: auto;
  width: 41.66667%;
}

.study_movie a {
  display: block;
  transition: all 0.15s ease-in;
  position: relative;
}

.study_movie a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.study_movie a:hover {
  opacity: .4;
}

.study_movie .caption {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
  margin-top: 30px;
}

.study_ico {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  z-index: 100;
}

.study_ico img {
  width: 70px;
  height: 70px;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .study {
    padding: 9.72222vw 0 7.98611vw;
  }
  .study_head {
    margin-bottom: 2.77778vw;
  }
  .study_title {
    font-size: 2.5vw;
    line-height: 4.02778vw;
  }
  .study_lead {
    margin-bottom: 3.47222vw;
  }
  .study_lead p {
    font-size: 1.11111vw;
    line-height: 1.94444vw;
  }
  .study_sub-title {
    margin-bottom: 1.18056vw;
    font-size: 1.66667vw;
    line-height: 2.22222vw;
  }
  .study_list li {
    font-size: 1.11111vw;
    line-height: 1.94444vw;
  }
  .study_movie .caption {
    text-align: center;
    font-size: 1.11111vw;
    margin-top: 2.08333vw;
  }
}

@media (max-width: 767px) {
  .study {
    padding: 18.75vw 0;
  }
  .study_head {
    margin-bottom: 7.8125vw;
  }
  .study_title {
    font-size: 6.5625vw;
    line-height: 9.0625vw;
    letter-spacing: -0.16406vw;
  }
  .study_row {
    flex-direction: column;
  }
  .study_content {
    width: 100%;
  }
  .study_lead {
    margin-bottom: 14.84375vw;
  }
  .study_lead p {
    font-size: 3.75vw;
    line-height: 6.5625vw;
  }
  .study_sub-title {
    margin-bottom: 5.78125vw;
    font-size: 5.625vw;
    line-height: 8.4375vw;
    letter-spacing: normal;
  }
  .study_list {
    list-style-type: none;
  }
  .study_list li {
    font-size: 3.75vw;
    line-height: 5.9375vw;
  }
  .study_movie {
    margin-left: 0;
    width: 100%;
    margin-top: 7.8125vw;
  }
  .study_movie .caption {
    font-size: 3.75vw;
    line-height: 5.625vw;
    margin-top: 4.6875vw;
  }
}

.aside_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.aside_head {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.aside_head:after {
  display: block;
  width: 100%;
  height: 1px;
  background: #0b41a0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  content: "";
}

.aside_title {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 36px;
  line-height: 1.61111;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #0b41a0;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .aside_inner {
    max-width: 100%;
    padding: 0 2.08333vw;
    box-sizing: border-box;
  }
  .aside_head {
    margin-bottom: 4.16667vw;
  }
  .aside_title {
    font-size: 2.5vw;
    line-height: 4.02778vw;
    padding: 0.69444vw;
  }
}

@media (max-width: 767px) {
  .aside_inner {
    max-width: 100%;
    margin: 0;
    padding: 0 6.25vw;
    box-sizing: border-box;
  }
  .aside_head {
    margin-bottom: 9.375vw;
  }
  .aside_title {
    font-size: 6.5625vw;
    line-height: 9.0625vw;
    padding: 0 1.5625vw;
    letter-spacing: 0.32813vw;
  }
}

.related {
  padding: 110px 0 140px;
  border-top: 1px solid #d9d9d9;
}

.related_list {
  list-style-type: none;
}

.related_item {
  padding-bottom: 35px;
}

.related_item + .related_item {
  border-top: 1px solid #d9d9d9;
  padding-top: 35px;
}

.related_label {
  margin-bottom: 10px;
}

.related_label a {
  position: relative;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 18px;
  transition: all 0.15s "liner";
}

.related_label a:hover {
  text-decoration: underline;
}

.related_label a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  transform: rotate(45deg);
  content: "";
}

.related_label a span {
  margin-left: 7px;
}

.related_excerpt p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .related {
    padding: 7.63889vw 0 9.72222vw;
  }
  .related_item {
    padding-bottom: 2.91667vw;
  }
  .related_item + .related_item {
    padding-top: 2.91667vw;
  }
  .related_label {
    margin-bottom: 0.83333vw;
  }
  .related_label a {
    font-size: 1.33333vw;
    line-height: 2.66667vw;
    padding: 0 1.5vw;
  }
  .related_label a span {
    margin-left: 0.58333vw;
  }
  .related_label a span img {
    width: 1.08333vw;
    height: 1vw;
  }
  .related_label a::before {
    width: 0.58333vw;
    height: 0.58333vw;
    margin-top: -0.25vw;
  }
  .related_excerpt p {
    font-size: 1.33333vw;
    line-height: 2.33333vw;
  }
}

@media (max-width: 767px) {
  .related {
    padding: 18.75vw 0;
  }
  .related_item {
    padding-bottom: 6.25vw;
  }
  .related_item + .related_item {
    padding-top: 6.25vw;
  }
  .related_label {
    margin-bottom: 4.6875vw;
  }
  .related_label a {
    font-size: 4.375vw;
    line-height: 5vw;
    letter-spacing: 0.13125vw;
    padding: 0 0 0 4.375vw;
  }
  .related_label a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.34375vw;
    height: 2.34375vw;
    margin-top: 1.875vw;
    border-top: solid 0.625vw #222;
    border-right: solid 0.625vw #222;
  }
  .related_label a span {
    margin-left: 1.09375vw;
  }
  .related_label a span img {
    width: 3.90625vw;
    height: 3.75vw;
    vertical-align: middle;
  }
  .related_excerpt p {
    font-size: 3.75vw;
    line-height: 5.9375vw;
  }
}

.cta {
  background: #091e38;
  padding: 80px 60px;
}

.cta_inner {
  background: #0b326d;
  padding: 90px 0 70px;
  text-align: center;
}

.cta_inner p {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.33333;
  color: #fff;
  letter-spacing: 0.45px;
}

.cta_title {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}

.cta_btn {
  margin: 0 auto;
  text-decoration: none;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  font-weight: 500;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  color: #222;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.15s ease-out;
}

.cta_btn:hover {
  background: #77a8ff;
  text-decoration: none;
  color: #222;
}

.cta_btn span {
  margin-left: 10px;
}

.cta_btn span img {
  height: 20px;
  width: auto;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .cta {
    padding: 5.55556vw 4.16667vw;
  }
  .cta_inner {
    padding: 6.25vw 0 4.86111vw;
  }
  .cta_inner p {
    margin-bottom: 2.08333vw;
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .cta_btn {
    width: 71.66667vw;
    height: 4.16667vw;
    font-size: 1.33333vw;
    line-height: 1.33333vw;
  }
  .cta_btn span {
    margin-left: 0.83333vw;
  }
  .cta_btn span img {
    height: 1.16667vw;
    width: auto;
  }
}

@media (max-width: 767px) {
  .cta {
    padding: 12.5vw 6.25vw;
  }
  .cta_inner {
    padding: 12.5vw 7.8125vw 9.375vw;
  }
  .cta_inner p {
    font-size: 3.75vw;
    line-height: 5.23438vw;
    letter-spacing: 0.09375vw;
  }
  .cta_title {
    font-size: 6.5625vw;
    line-height: 6.5625vw;
    margin-bottom: 6.25vw;
    letter-spacing: 0.3125vw;
  }
  .cta_btn {
    width: 100%;
    font-weight: 700;
    height: 12.5vw;
    font-size: 4.375vw;
    letter-spacing: 0.21875vw;
    border-radius: 0.78125vw;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .cta_btn:link {
    color: #222;
  }
  .cta_btn span img {
    height: 3.125vw;
    width: auto;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000000;
}

.pagetop.pagetop--static {
  position: relative;
}

.pagetop.pagetop--static a {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  z-index: 1000000;
  right: 0;
}

.pagetop a img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1010;
}

.modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modal_bg {
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modal_contents {
  background-color: #ffffff;
  position: relative;
  padding: 5.83333% 7.63889% 4.86111%;
  width: 83.33333%;
  box-sizing: border-box;
  z-index: +1;
}

.modal_head {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.modal_head:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #0b41a0;
  z-index: 1;
  content: "";
}

.modal_close {
  width: 35px;
  height: 34px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal_close img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.modal_title {
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 30px;
  line-height: 1;
  background: #fff;
  padding: 0 5px;
  color: #0b41a0;
  font-weight: 500;
}

.modal_caption {
  text-align: center;
  font-size: 18px;
  line-height: 1.66667;
  margin-top: 30px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .modal_contents {
    padding: 13.125% 6.25% 13.125%;
    width: 90.625%;
    box-sizing: border-box;
    z-index: +1;
  }
  .modal_close {
    width: 5.46875vw;
    height: 4.6875vw;
    right: 3.90625vw;
    top: 3.90625vw;
  }
  .modal_head {
    margin-bottom: 4.6875%;
  }
  .modal_title {
    font-size: 4.6875vw;
    letter-spacing: 0.23438vw;
    padding: 0 0.78125vw;
  }
  .modal_caption {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-top: 4.6875vw;
  }
}

.load {
  background: #222;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 50vh auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
