@charset "UTF-8";
/* ==========================================================================
*
*  Vendor
*  外部提供CSS
*
*  ========================================================================*/
/* ==========================================================================
*
*  Foundation
*  ブラウザのデフォルトスタイルの初期化や基本的なスタイル。
*
*  ========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@500&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

main {
  display: block;
}

img {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select::-ms-expand {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  color: #000000;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p {
  line-height: 32px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 28px;
    letter-spacing: 0;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
@media (any-hover: none) {
  a:hover {
    opacity: 1;
  }
}

button {
  cursor: pointer;
}
button:hover {
  opacity: 0.6;
}
@media (any-hover: none) {
  button:hover {
    opacity: 1;
  }
}

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

/* ==========================================================================
*
*  Layout
*  ヘッダー、フッター、サイドバー、メインコンテンツエリアなど、サイト全体のブロックに関するもの。
*
*  ========================================================================*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  background-color: #fff;
}
.l-header html[lang=en] {
  background-color: red;
}
.l-header .headerContainer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 50px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer {
    height: 61px;
    padding: 0 20px;
    margin-right: 0px;
  }
}
.l-header .headerContainer__headerLogo {
  max-width: 206px;
  min-width: 186px;
  padding-right: 10px;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer__headerLogo {
    width: 150px;
  }
}
.l-header .headerContainer__itemContainer {
  max-width: 910px;
  min-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer__itemContainer {
    width: auto;
  }
}
.l-header .headerContainer__itemContainer__introductionGroup {
  width: 700px;
  padding-right: 40px;
  margin-right: 40px;
  border-right: #3b5ca9 solid 1px;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer__itemContainer__introductionGroup {
    display: none;
  }
}
.l-header .headerContainer__itemContainer__introductionGroup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .headerContainer__itemContainer__introductionGroup ul li a {
  text-decoration: underline;
  color: #3b5ca9;
  letter-spacing: 0;
}
.l-header .headerContainer__itemContainer__introductionGroup ul li a:hover {
  text-decoration: none;
}
.l-header .headerContainer__itemContainer__introductionGroup ul .child {
  display: none;
  position: absolute;
  background: linear-gradient(to bottom, transparent 0, transparent 30px, #3b5ca9 30px);
  top: 50px;
  left: 0;
  height: 100px;
  width: 100%;
  padding-top: 30px;
}
.l-header .headerContainer__itemContainer__introductionGroup ul .child > ul {
  max-width: 980px;
  margin: auto;
}
.l-header .headerContainer__itemContainer__introductionGroup ul .child > ul li {
  margin: 0 10px;
}
.l-header .headerContainer__itemContainer__introductionGroup ul .child > ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}
.l-header .headerContainer__itemContainer__introductionGroup ul .child > ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.l-header .headerContainer__itemContainer__introductionGroup ul .child.apper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .headerContainer__itemContainer__languagesSp {
  display: none;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer__itemContainer__languagesSp {
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 60px;
    top: 10px;
  }
}
.l-header .headerContainer__itemContainer__languagesSp__languageBtn {
  display: inline-block;
}
.l-header .headerContainer__itemContainer__languagesSp__modal {
  display: none;
}
.l-header .headerContainer__itemContainer__languagesSp__modal img {
  width: 45px;
  position: absolute;
  top: 0px;
  right: -55px;
  z-index: 14;
}
.l-header .headerContainer__itemContainer__languagesSp__modal > ul.ulHeight {
  height: 100vh;
}
.l-header .headerContainer__itemContainer__languagesSp__modal > ul {
  position: absolute;
  top: -10px;
  left: calc(-100vw + 110px);
  width: 100vw;
  overflow: hidden;
  background-color: #f4f5f9;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  z-index: 10;
  height: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.l-header .headerContainer__itemContainer__languagesSp__modal > ul li {
  padding-top: 70px;
  text-decoration: underline;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.l-header .headerContainer__itemContainer__languagesSp__modal > ul li:hover {
  text-decoration: none;
  opacity: 0.5;
}
.l-header .headerContainer__itemContainer__languagesSp__modal > ul li a {
  color: #3b5ca9;
}
.l-header .headerContainer__itemContainer .headerContainer__itemContainer__languagesSp__modal.languageApper {
  display: block;
}
.l-header .headerContainer__itemContainer__recruitmentGroup {
  width: 224px;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer__itemContainer__recruitmentGroup {
    display: none;
  }
}
html:not([lang=ja]) .l-header .headerContainer__itemContainer__recruitmentGroup {
  width: 112px;
}
.l-header .headerContainer__itemContainer__recruitmentGroup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .headerContainer__itemContainer__recruitmentGroup ul li > a {
  color: #3b5ca9;
  text-decoration: underline;
  letter-spacing: 0;
}
.l-header .headerContainer__itemContainer__recruitmentGroup ul li > a .square {
  width: 17px;
  padding-bottom: 3px;
}
.l-header .headerContainer__itemContainer__recruitmentGroup ul li > a .language {
  width: 14px;
  padding-bottom: 3px;
}
.l-header .headerContainer__itemContainer__recruitmentGroup ul li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.l-header .headerContainer__itemContainer__recruitmentGroup .child {
  display: none;
  position: absolute;
  background: linear-gradient(to bottom, transparent 0, transparent 30px, #3b5ca9 30px);
  top: 50px;
  left: 0;
  height: 100px;
  width: 100%;
  padding-top: 30px;
}
.l-header .headerContainer__itemContainer__recruitmentGroup .child > ul {
  max-width: 980px;
  margin: auto;
}
.l-header .headerContainer__itemContainer__recruitmentGroup .child > ul li > a {
  margin: 0 20px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}
.l-header .headerContainer__itemContainer__recruitmentGroup .child > ul li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.l-header .headerContainer__itemContainer__recruitmentGroup .child.apper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .headerContainer__itemContainer__introductionGroupSp {
  display: none;
}
@media only screen and (max-width: 1045px) {
  .l-header .headerContainer__itemContainer__introductionGroupSp {
    display: block;
    width: 40px;
  }
}
.l-header .headerContainer__itemContainer__introductionGroupSp__introductionBtn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__introductionBtn > span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: #3b5ca9;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__introductionBtn > span:nth-child(1) {
  -webkit-transform: translateY(calc(50% - 10px));
          transform: translateY(calc(50% - 10px));
}
.l-header .headerContainer__itemContainer__introductionGroupSp__introductionBtn > span:nth-child(3) {
  -webkit-transform: translateY(calc(50% + 7px));
          transform: translateY(calc(50% + 7px));
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal {
  display: none;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul.ulHeight {
  height: 100vh;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  background-color: #f4f5f9;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  z-index: 10;
  padding: 80px 0 0 50px;
  height: 0;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li {
  padding-bottom: 16px;
  position: relative;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li a {
  text-decoration: underline;
  color: #3b5ca9;
  height: 0;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li a:hover {
  text-decoration: none;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li .arrow::after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 16px;
  background-image: url("/assets/images/header/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 120px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 20;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li .arrow.rotate::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li .sPchild {
  display: none;
  padding: 20px 0 0 30px;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal > ul li .sPchild.apper {
  display: block;
}
.l-header .headerContainer__itemContainer__introductionGroupSp__modal img {
  width: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.l-header .headerContainer__itemContainer .headerContainer__itemContainer__introductionGroupSp__modal.introductionApper {
  display: block;
}
.l-header .squareSp {
  position: relative;
}
.l-header .squareSp::after {
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  background-image: url("/assets/images/common/square.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 75px;
}
.l-header .languagesSp {
  position: relative;
}
.l-header .languagesSp::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url("/assets/images/header/languages.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 95px;
}
.l-header .parent.bold-parent > .child {
  font-weight: normal;
}

html[lang=en] .headerContainer__itemContainer__introductionGroup ul li {
  padding-right: 10px;
}
html[lang=en] .headerContainer__itemContainer__introductionGroup {
  margin-right: 25px;
  padding-right: 20px;
  width: 770px;
}
html[lang=en] .parent {
  padding-right: 0;
}
html[lang=en] .arrow::after {
  left: 200px !important;
}
html[lang=en] .child > ul {
  max-width: 1300px !important;
  line-height: 15px;
}
html[lang=en] .child > ul li {
  white-space: nowrap;
}
html[lang=en] .child.childLanguages > ul {
  max-width: 300px !important;
}

.l-footer {
  overflow-x: hidden;
  padding: 80px 0 90px;
  background-color: #f4f5f9;
}
@media only screen and (max-width: 900px) {
  .l-footer {
    padding: 50px 0 65px;
  }
}
.l-footer a {
  color: #3b5ca9;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.l-footer a:hover {
  text-decoration: none;
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.l-footer__top__pcLogo {
  width: 196px;
  display: block;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .l-footer__top__pcLogo {
    display: none;
  }
}
.l-footer__top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__top__nav {
    margin-left: 0;
  }
}
.l-footer__top__nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 75px;
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav__main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav__main__mainItem {
    width: 50%;
  }
}
.l-footer__top__nav__main__mainItem:first-child {
  margin-right: 75px;
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav__main__mainItem:first-child {
    margin-right: 0;
  }
}
.l-footer__top__nav__main__mainItem__parent {
  color: #475876;
  margin-bottom: 30px;
}
.l-footer__top__nav__main__mainItem > ul > li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav__sub {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav__sub > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer__top__nav__sub > ul > li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .l-footer__top__nav__sub > ul > li {
    width: 40%;
  }
}
.l-footer__top__nav__sub > ul > li > a[target=_blank]::after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("/assets/images/common/square.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .l-footer__bottom {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .l-footer__bottom__otherLinks {
    margin-bottom: 80px;
  }
}
.l-footer__bottom__otherLinks > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__bottom__otherLinks > ul > li {
  margin-right: 30px;
}
.l-footer__bottom__otherLinks > ul > li > a {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer__bottom__spLogo {
  width: 150px;
  margin-bottom: 20px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .l-footer__bottom__spLogo {
    display: block;
  }
}
.l-footer__bottom__copyright {
  font-size: 14px;
  font-size: 1.4rem;
  color: #475876;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  html[lang=en] .l-footer__top__nav__main__mainItem {
    min-width: 210px;
  }
}
html[lang=en] .l-footer__top__nav__sub > ul > li {
  margin-right: 20px;
}

html[lang=zh-cn] .l-footer__top__nav__sub > ul > li {
  margin-right: 25px;
}

/* ==========================================================================
*
*  Object
*  サイト内で繰り返されるパターン。
*
*  ========================================================================*/
.c-btn {
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #3b5ca9;
  width: 270px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  letter-spacing: 0;
  position: relative;
  text-decoration: underline !important;
  border: 1px solid #3b5ca9;
}
.c-btn:hover {
  background-color: #fff;
  color: #3b5ca9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #3b5ca9;
  opacity: 0.9;
  text-decoration: underline !important;
}
.c-btn:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 35px;
  right: 25px;
}
.c-btn_fontSmall {
  font-size: 16px;
}
.c-btn_thin {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.c-btn_thin:after {
  top: 25px;
}
.c-btn_wide {
  width: 429px;
}
.c-btn_wide-2 {
  width: 290px;
}
.c-btn_wide-3 {
  width: 310px;
}
.c-btn_w {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #3b5ca9;
  font-weight: 600;
}
.c-btn_w:hover {
  background-color: #3b5ca9;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn_w:after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #3b5ca9;
  border-right: solid 2px #3b5ca9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 25px;
}

.c-btn:hover:after {
  border-top: solid 2px #3b5ca9;
  border-right: solid 2px #3b5ca9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-btn_w:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.is-fade.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-load {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.is-load.js-fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c-title {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #3b5ca9;
}
@media only screen and (max-width: 767px) {
  .c-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-title_sub {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .c-title_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  max-width: 1236px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-inner {
    width: auto;
    padding: 0 20px;
  }
}
.c-inner_short {
  max-width: 850px;
}
@media only screen and (max-width: 767px) {
  .c-inner_short {
    width: auto;
    padding: 0 20px;
  }
}

.p-commonKv {
  padding: 100px 0 0;
  position: relative;
}
.p-commonKv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: calc(50vw + 430px);
  height: 450px;
  background-color: #f4f5f9;
  border-radius: 70px 0 0 70px;
}
@media only screen and (max-width: 767px) {
  .p-commonKv::after {
    width: 100%;
    height: 290px;
  }
}
.p-commonKv__title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-commonKv__title {
    margin-bottom: 20px;
  }
}
.p-commonKv__image {
  position: relative;
  z-index: 1;
  width: calc(50vw + 430px);
  border-radius: 0 70px 70px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-commonKv__image {
    margin: 0 auto;
    width: calc(100% - 40px);
    border-radius: 20px;
  }
}

.p-featureKv {
  padding: 200px 0 0;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .p-featureKv {
    padding: 121px 0 0;
  }
}
.p-featureKv__seriesTitle {
  color: #3b5ca9;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__seriesTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-featureKv__title {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__title {
    margin-bottom: 20px;
  }
}
.p-featureKv__image {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__image {
    padding: 0;
  }
}
.p-featureKv__image__content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 1156px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__image__content {
    width: calc(100% - 40px);
  }
}
.p-featureKv__image::after {
  content: "";
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
  width: 100vw;
  height: 180px;
  z-index: 1;
  background-color: #f4f5f9;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__image::after {
    height: 90px;
  }
}
.p-featureKv__desc {
  position: relative;
  z-index: 1;
  background-color: #f4f5f9;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__desc {
    padding: 40px 20px 30px;
  }
}
.p-featureKv__desc > p {
  margin: 0 auto;
  color: #3b5ca9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-featureKv__desc > p {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }
}

.p-bottomLink {
  padding: 150px 0;
}
@media only screen and (max-width: 767px) {
  .p-bottomLink {
    padding: 60px 0 100px;
  }
}
.p-bottomLink__title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.p-bottomLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .p-bottomLink__list {
    display: block;
  }
}
.p-bottomLink__list__item {
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-bottomLink__list__item {
    margin: auto;
    max-width: 545px;
    margin-bottom: 30px;
    text-align: center;
  }
  .p-bottomLink__list__item:last-child {
    margin-bottom: 0;
  }
}
.p-bottomLink__list__item > a {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}
.p-bottomLink__list__item > a:hover > span {
  text-decoration: none;
}
.p-bottomLink__list__item > a > span {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: clamp(1rem, 1.32vw, 18px);
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-bottomLink__list__item > a > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.4s opacity ease;
  transition: 0.4s opacity ease;
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-visible_xs,
.u-visible_lg {
  display: none !important;
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important;
  }
  table.u-visible_xs {
    display: table !important;
  }
  tr.u-visible_xs {
    display: table-row !important;
  }
  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important;
  }
  table.u-visible_lg {
    display: table !important;
  }
  tr.u-visible_lg {
    display: table-row !important;
  }
  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important;
  }
}
.u-noEvent {
  pointer-events: none;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-fs_normal {
  font-style: normal !important;
}

.u-fs_italic {
  font-style: italic !important;
}

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m_00 {
  margin: 0 !important;
}

.u-m_05 {
  margin: 5px !important;
}

.u-m_10 {
  margin: 10px !important;
}

.u-m_15 {
  margin: 15px !important;
}

.u-m_20 {
  margin: 20px !important;
}

.u-m_25 {
  margin: 25px !important;
}

.u-m_30 {
  margin: 30px !important;
}

.u-m_35 {
  margin: 35px !important;
}

.u-m_40 {
  margin: 40px !important;
}

.u-m_45 {
  margin: 45px !important;
}

.u-m_50 {
  margin: 50px !important;
}

.u-mt_00 {
  margin-top: 0 !important;
}

.u-mt_05 {
  margin-top: 5px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mb_00 {
  margin-bottom: 0 !important;
}

.u-mb_05 {
  margin-bottom: 5px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-ml_00 {
  margin-left: 0 !important;
}

.u-ml_05 {
  margin-left: 5px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

.u-mr_00 {
  margin-right: 0 !important;
}

.u-mr_05 {
  margin-right: 5px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-mr_45 {
  margin-right: 45px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-mb_lv01 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv01 {
    margin-bottom: 5px;
  }
}

.u-mb_lv02 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv02 {
    margin-bottom: 10px;
  }
}

.u-mb_lv03 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv03 {
    margin-bottom: 15px;
  }
}

.u-mb_lv04 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv04 {
    margin-bottom: 20px;
  }
}

.u-mb_lv05 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv05 {
    margin-bottom: 25px;
  }
}

.u-mb_lv06 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv06 {
    margin-bottom: 30px;
  }
}

.u-mb_lv07 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv07 {
    margin-bottom: 35px;
  }
}

.u-mb_lv08 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv08 {
    margin-bottom: 40px;
  }
}

.u-mb_lv09 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv09 {
    margin-bottom: 45px;
  }
}

.u-mb_lv10 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv10 {
    margin-bottom: 50px;
  }
}

.u-mb_lv11 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv11 {
    margin-bottom: 55px;
  }
}

.u-mb_lv12 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv12 {
    margin-bottom: 60px;
  }
}

.u-mb_lv13 {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv13 {
    margin-bottom: 65px;
  }
}

.u-mb_lv14 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv14 {
    margin-bottom: 70px;
  }
}

.u-mb_lv15 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .u-mb_lv15 {
    margin-bottom: 80px;
  }
}

.u-p_00 {
  padding: 0 !important;
}

.u-p_05 {
  padding: 5px !important;
}

.u-p_10 {
  padding: 10px !important;
}

.u-p_15 {
  padding: 15px !important;
}

.u-p_20 {
  padding: 20px !important;
}

.u-p_25 {
  padding: 25px !important;
}

.u-p_30 {
  padding: 30px !important;
}

.u-p_35 {
  padding: 35px !important;
}

.u-p_40 {
  padding: 40px !important;
}

.u-p_45 {
  padding: 45px !important;
}

.u-p_50 {
  padding: 50px !important;
}

.u-pt_00 {
  padding-top: 0 !important;
}

.u-pt_05 {
  padding-top: 5px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

.u-pt_30 {
  padding-top: 30px !important;
}

.u-pt_35 {
  padding-top: 35px !important;
}

.u-pt_40 {
  padding-top: 40px !important;
}

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pb_00 {
  padding-bottom: 0 !important;
}

.u-pb_05 {
  padding-bottom: 5px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

.u-pb_30 {
  padding-bottom: 30px !important;
}

.u-pb_35 {
  padding-bottom: 35px !important;
}

.u-pb_40 {
  padding-bottom: 40px !important;
}

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pl_00 {
  padding-left: 0 !important;
}

.u-pl_05 {
  padding-left: 5px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.u-pr_00 {
  padding-right: 0 !important;
}

.u-pr_05 {
  padding-right: 5px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-position_relative {
  position: relative !important;
}

.u-position_abs {
  position: absolute !important;
}

.u-position_fixed {
  position: fixed !important;
}

.u-position_static {
  position: static !important;
}

.u-vertical_mid {
  vertical-align: middle !important;
}

.u-vertical_bottom {
  vertical-align: bottom !important;
}

.u-vertical_base {
  vertical-align: baseline !important;
}

.u-vertical_sup {
  vertical-align: super !important;
}

.u-vertical_sub {
  vertical-align: sub !important;
}

.u-vertical_tb {
  vertical-align: text-bottom !important;
}

.u-vertical_tt {
  vertical-align: text-top !important;
}

.u-zIndex01 {
  z-index: 1 !important;
}

.u-zIndex02 {
  z-index: 2 !important;
}

.u-zIndex03 {
  z-index: 3 !important;
}

.u-zIndex04 {
  z-index: 4 !important;
}

.u-zIndex05 {
  z-index: 5 !important;
}

.u-zIndex06 {
  z-index: 6 !important;
}

.u-zIndex07 {
  z-index: 7 !important;
}

.u-zIndex08 {
  z-index: 8 !important;
}

.u-zIndex09 {
  z-index: 9 !important;
}

.u-zIndex10 {
  z-index: 10 !important;
}