/*----------------------------------------
	Slick CSS
----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@700&display=swap");

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*----------------------------------------
	reset
----------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: normal;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption,
th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

html,
input,
button,
select,
textarea {
  font-family: "Shippori Mincho B1", serif;
}

html {
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #333;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

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

a {
  color: #200F6D;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  opacity: 0.6;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

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

button {
  color: #200F6D;
  cursor: pointer;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0.1em;
  position: relative;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.wrap {
  width: 1150px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 1000;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-right: 172px;
  padding-left: 28px;
  height: 97px;
}

.header__logo {
  width: 225px;
}

.header__logo a {
  display: block;
  line-height: 0;
}

.header__entry {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #200F6D;
  font-size: 1.6rem;
  color: #fff;
}

.header__menu {
  margin-left: auto;
  width: 54px;
}

.header__menu__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 54px;
  height: 54px;
  margin-left: auto;
  cursor: pointer;
}

.header__menu__btn .bar {
  display: block;
  height: 2px;
  background-color: #200F6D;
}

.header__menu__btn .bar.-top {
  width: 30px;
  margin-bottom: 11px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.header__menu__btn .bar.-bottom {
  width: 54px;
}

.header__menu__btn:hover .bar.-top {
  margin-bottom: 16px;
}

.header__menu__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 520px;
  height: 100%;
  padding-top: 120px;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  background-color: rgba(38, 21, 111, 0.95);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  margin-right: -520px;
}

.header__menu__nav.-open {
  opacity: 1;
  pointer-events: auto;
  margin-right: 0;
}

.header__menu__close {
  position: absolute;
  top: 25px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.header__menu__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.header__menu__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 40px;
  background-color: #fff;
  font-size: 2rem;
  color: #200F6D;
}

.header__menu__list {
  border-top: 1px solid rgba(255, 255, 255, 0.59);
}

.header__menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.59);
}

.header__menu__link {
  display: block;
  padding-top: 25px;
  padding-right: 40px;
  padding-bottom: 25px;
  padding-left: 20px;
  font-size: 2rem;
  color: #fff;
}

.header__menu__link.acc-head {
  position: relative;
}

.header__menu__link.acc-head::before,
.header__menu__link.acc-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  display: block;
  width: 14px;
  height: 2px;
  margin: auto 0;
  background-color: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.header__menu__link.acc-head::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header__menu__link.acc-head.-active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header__menu__lower {
  display: none;
  margin-bottom: 35px;
  padding-left: 40px;
}

.header__menu__lower__item {
  margin-bottom: 20px;
}

.header__menu__lower__link {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}

.footer {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #F7F7F7;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer__logo {
  width: 180px;
}

.footer__logo a {
  display: block;
  line-height: 0;
}

.footer__nav {
  padding-left: 20px;
  border-left: 1px solid #200F6D;
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__nav__item {
  margin-left: 60px;
}

.footer__nav__link {
  display: block;
  font-size: 1.8rem;
  color: #200F6D;
}

.footer__nav__link.acc-head {
  position: relative;
}

.footer__nav__link.acc-head::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.footer__nav__link.acc-head.-active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer__nav__lower {
  margin-top: 30px;
}

.footer__nav__lower__item {
  margin-top: 20px;
}

.footer__nav__lower__link {
  display: block;
  font-size: 1.2rem;
  color: #333;
}

.footer__copyright {
  font-size: 1.1rem;
  text-align: right;
  color: #200F6D;
}

.footer__pagetop {
  position: fixed;
  bottom: 42px;
  right: 50px;
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(32, 15, 109, 0.85) url(../images/icn_pagetop.png) no-repeat center center;
  background-size: 28% auto;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.footer__pagetop.-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main {
  min-height: 90vh;
}

.main__pageTitle {
  position: relative;
  margin-bottom: 25px;
  padding-right: 75px;
  padding-bottom: 130px;
  padding-left: 75px;
  z-index: 20;
}

.main__pageTitle__head {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1095px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 225px;
  background-color: #fff;
}

.main__pageTitle__head .en {
  display: block;
  margin-bottom: 10px;
  font-size: 4.8rem;
  font-weight: 500;
  color: #200F6D;
  letter-spacing: -0.01em;
}

.main__pageTitle__head .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

.main__breadCrumb {
  padding-top: 120px;
  padding-bottom: 30px;
}

.main__breadCrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__breadCrumb__item {
  position: relative;
  margin-right: 22px;
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #727272;
}

.main__breadCrumb__item + .main__breadCrumb__item {
  padding-left: 22px;
}

.main__breadCrumb__item + .main__breadCrumb__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #E3E2E2;
}

.main__breadCrumb__item:nth-of-type(2)::before {
  background-color: #200F6D;
}

.main__breadCrumb__item:nth-of-type(2) .main__breadCrumb__link {
  color: #727272;
}

.main__breadCrumb__item:nth-of-type(3) {
  color: #727272;
}

.main__breadCrumb__item:nth-of-type(3) .main__breadCrumb__link {
  color: #727272;
}

.main__breadCrumb__link {
  display: block;
  color: #333;
}

[data-anim] {
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
}

[data-anim="fade"] {
  opacity: 0;
}

[data-anim="fade-up"] {
  opacity: 0;
  -webkit-transform: translateY(5vh);
  transform: translateY(5vh);
}

.home__kv {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40vw, #fff), color-stop(40vw, #F7F7F7));
  background: linear-gradient(#fff 40vw, #F7F7F7 40vw);
  padding-right: 75px;
  padding-bottom: 320px;
  padding-left: 75px;
  z-index: 40;
}

.home__kv__img {
  position: relative;
  margin: 0 auto;
}

.home__kv__copy {
  position: absolute;
  top: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  left: 65px;
  z-index: 20;
}

.home__kv__copy .txt {
  display: block;
  width: 40px;
  margin-left: 30px;
}

.home__kv__copy .year {
  width: 16px;
}

.home__kv__slider {
  position: relative;
  line-height: 0;
}

.home__kv__slider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.51)));
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.51) 100%);
  pointer-events: none;
  z-index: 1;
}

.home__kv__slider .slick-dots {
  position: absolute;
  bottom: 2vw;
  left: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
}

.home__kv__slider .slick-dots li {
  padding: 1vw 0;
  cursor: pointer;
}

.home__kv__slider .slick-dots li button {
  width: 1.5vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  font-size: 0;
}

.home__kv__slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.home__kv__slider .slide-arrow {
  position: absolute;
  bottom: 2.5vw;
  font-size: 1vw;
  color: #fff;
  z-index: 50;
}

.home__kv__slider .slide-arrow.prev-arrow {
  left: 2.2vw;
}

.home__kv__slider .slide-arrow.next-arrow {
  left: 12vw;
}

.home__kv__slider__item {
  position: relative;
}

.home__kv__box {
  position: absolute;
  top: 58.53659%;
  right: 0;
  left: 0;
  z-index: 20;
}

.home__kv__box__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 1050px;
  margin-left: auto;
  padding-top: 70px;
  padding-right: 110px;
  padding-bottom: 70px;
  padding-left: 110px;
  background-color: #fff;
}

.home__kv__box__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home__kv__box__txt .txt {
  display: block;
}

.home__kv__box__txt .txt.-txt1 {
  width: 141px;
  margin-left: 64px;
}

.home__kv__box__txt .txt.-txt2 {
  width: 19px;
  margin-left: 64px;
}

.home__kv__box__txt .txt.-txt3 {
  width: 141px;
  margin-left: 64px;
}

.home__kv__box__txt .txt.-txt4 {
  width: 100px;
  margin-left: 64px;
}

.home__kv__box__copy {
  width: 94px;
}

.home__kv__box__copy .txt {
  display: block;
  width: 95px;
}

.home__kv__box__link {
  position: absolute;
  bottom: 40px;
  left: -20px;
  display: block;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 70px;
  border-bottom: 1px solid #200F6D;
  font-size: 1.8rem;
}

.home__story {
  padding-top: 200px;
  padding-bottom: 130px;
  background: #F7F7F7 url(../images/home/bg_story.jpg) no-repeat center top;
  background-size: 100% auto;
}

.home__story__head {
  margin-bottom: 120px;
  text-align: right;
}

.home__story__head .en {
  display: block;
  margin-bottom: 20px;
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 1;
}

.home__story__head .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

.home__story__box {
  position: relative;
  z-index: 20;
}

.home__story__box + .home__story__box {
  margin-top: 170px;
}

.home__story__box:nth-of-type(odd) .home__story__num {
  left: 0;
}

.home__story__box:nth-of-type(odd) .home__story__img {
  left: 60px;
}

.home__story__box:nth-of-type(odd) .home__story__detail {
  margin-left: auto;
}

.home__story__box:nth-of-type(even) .home__story__num {
  right: 0;
}

.home__story__box:nth-of-type(even) .home__story__img {
  right: 60px;
}

.home__story__box::before {
  content: "";
  position: absolute;
  top: -106px;
  right: -50vw;
  bottom: -50vw;
  left: -50vw;
  width: 1500px;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}

.home__story__box:nth-of-type(1)::before {
  background-image: url(../images/home/bg_story1.png);
}

.home__story__box:nth-of-type(2)::before {
  background-image: url(../images/home/bg_story2.png);
}

.home__story__box:nth-of-type(3)::before {
  background-image: url(../images/home/bg_story3.png);
}

.home__story__box:nth-of-type(4)::before {
  background-image: url(../images/home/bg_story4.png);
}

.home__story__box__inner {
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 20;
}

.home__story__num {
  position: absolute;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  padding-top: 264px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  color: #200F6D;
  z-index: 20;
}

.home__story__num::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 252px;
  margin: 0 auto;
  background-color: #200F6D;
}

.home__story__img {
  position: absolute;
  top: -70px;
  width: 470px;
}

.home__story__detail {
  position: relative;
  width: 520px;
  height: 420px;
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  background: url(../images/home/bg_story_box1.png) no-repeat left top, url(../images/home/bg_story_box2.png) no-repeat right bottom;
  background-size: 100% auto;
  z-index: 20;
}

.home__story__copy {
  width: 350px;
  margin-bottom: 28px;
}

.home__story__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.home__story__name .position {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
}

.home__story__name .position::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  bottom: -8px;
  display: block;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.home__story__name .year {
  padding-right: 30px;
  font-size: 1.4rem;
}

.home__story__name .name {
  font-size: 2.4rem;
}

.home__story__link {
  display: inline-block;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
  border-bottom: 1px solid #200F6D;
  font-size: 1.4rem;
}

.home__about {
  padding-bottom: 130px;
  background-image: url(../images/home/bg_about.jpg), linear-gradient(#F7F7F7 346px, #FFF 346px);
  background-repeat: no-repeat;
  background-position: left 60px, center top;
  background-size: auto calc(100% - 60px), 100% auto;
}

.home__about__head {
  margin-bottom: 64px;
}

.home__about__head .en {
  display: block;
  margin-bottom: 20px;
  font-size: 12.5rem;
  font-weight: 500;
  line-height: 1;
}

.home__about__head .jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

.home__about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -50vw;
  margin-bottom: 50px;
}

.home__about__item {
  position: relative;
  width: 450px;
}

.home__about__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(48, 33, 116, 0.3);
}

.home__about__link.-comingsoon {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.home__about__link.-comingsoon .link {
  border-bottom: 0;
}

.home__about__link .inner {
  display: block;
  text-align: center;
}

.home__about__link .txt {
  display: block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #fff;
}

.home__about__link .link {
  display: inline-block;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
  color: #fff;
}

.home__about__link::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: block;
  background-image: linear-gradient(to right, #fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px)), linear-gradient(to right, #fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px)), linear-gradient(#fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px)), linear-gradient(#fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px));
  background-position: left top,left bottom,left top,right top;
  background-repeat: no-repeat;
  background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__link:hover {
  background-color: rgba(48, 33, 116, 0.88);
  opacity: 1;
}

.home__about__link:hover::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

.home__about__banner {
  width: 900px;
  margin: 0 auto;
}

.home__about__banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #302174;
}

.home__about__banner__link.-comingsoon {
  pointer-events: none;
  background-color: #fff;
}

.home__about__banner__link.-comingsoon .wrap {
  background-color: rgba(0, 0, 0, 0.6);
}

.home__about__banner__link.-comingsoon .wrap::before {
  background-image: linear-gradient(to right, #fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px)), linear-gradient(to right, #fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px)), linear-gradient(#fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px)), linear-gradient(#fff 32px, transparent 32px, transparent calc(100% - 32px), #fff calc(100% - 32px));
  background-position: left top,left bottom,left top,right top;
  background-repeat: no-repeat;
  background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__banner__link.-comingsoon .txt {
  color: #fff;
}

.home__about__banner__link.-comingsoon .link {
  border-bottom: 0;
  color: #fff;
}

.home__about__banner__link.-comingsoon .img {
  position: relative;
}

.home__about__banner__link.-comingsoon .img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.home__about__banner__link .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 464px;
  background-color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__banner__link .wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: block;
  background-image: linear-gradient(to right, #200F6D 32px, transparent 32px, transparent calc(100% - 32px), #200F6D calc(100% - 32px)), linear-gradient(to right, #200F6D 32px, transparent 32px, transparent calc(100% - 32px), #200F6D calc(100% - 32px)), linear-gradient(#200F6D 32px, transparent 32px, transparent calc(100% - 32px), #200F6D calc(100% - 32px)), linear-gradient(#200F6D 32px, transparent 32px, transparent calc(100% - 32px), #200F6D calc(100% - 32px));
  background-position: left top,left bottom,left top,right top;
  background-repeat: no-repeat;
  background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__banner__link .inner {
  display: block;
  text-align: center;
}

.home__about__banner__link .txt {
  display: block;
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #200F6D;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__banner__link .link {
  display: inline-block;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-left: 4px;
  border-bottom: 1px solid #200F6D;
  font-size: 1.4rem;
  color: #200F6D;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__banner__link .img {
  display: block;
  width: 436px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.home__about__banner__link:hover {
  opacity: 1;
}

.home__about__banner__link:hover .txt {
  color: #fff;
}

.home__about__banner__link:hover .link {
  border-bottom-color: #fff;
  color: #fff;
}

.home__about__banner__link:hover .wrap {
  background-color: rgba(48, 33, 116, 0.88);
}

.home__about__banner__link:hover .wrap::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

.home__about__banner__link:hover .img {
  opacity: 0.4;
}

.home__footer {
  width: 800px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home__footer__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  background-color: #200F6D;
  font-size: 2.4rem;
  color: #fff;
}

.message__lead {
  padding-bottom: 120px;
  background: linear-gradient(#fff 205px, #F7F7F7 205px);
}

.message__lead__wrap {
  width: 972px;
  margin: 0 auto;
}

.message__lead__img {
  margin-bottom: 48px;
}

.message__lead__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 32px;
  padding-left: 32px;
}

.message__lead__txt .head {
  width: 112px;
  margin-left: 88px;
}

.message__lead__txt .txt1 {
  width: 141px;
  margin-left: 64px;
}

.message__lead__txt .txt2 {
  width: 19px;
  margin-left: 64px;
}

.message__lead__txt .txt3 {
  width: 141px;
  margin-left: 64px;
}

.message__lead__txt .txt4 {
  width: 100px;
  margin-left: 60px;
}

.message__lead__txt .name {
  width: 56px;
  padding-top: 288px;
}

.message__content {
  background-color: #fff;
}

.message__content__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1050px;
  height: 540px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.message__content__item.-item1 .message__content__img {
  width: 620px;
  left: 550px;
}

.message__content__item.-item1 .message__content__box {
  width: 480px;
}

.message__content__item.-item2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1110px;
}

.message__content__item.-item2 .message__content__img {
  width: 650px;
  right: 590px;
}

.message__content__item.-item2 .message__content__box {
  width: 520px;
}

.message__content__item.-item3 .message__content__img {
  width: 780px;
  left: 495px;
}

.message__content__item.-item3 .message__content__box {
  width: 425px;
}

.message__content__img {
  position: absolute;
  bottom: 0;
}

.message__content__head {
  margin-bottom: 25px;
  font-size: 5rem;
  font-weight: 600;
  color: #200F6D;
}

.message__content__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.story__kv {
  position: relative;
  margin-right: 75px;
  margin-left: 75px;
  z-index: 20;
}

.story__kv__head {
  position: absolute;
  bottom: -3px;
  left: 6px;
  width: 100%;
}

.story__kv__box {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 310px;
  padding-top: 42px;
  padding-bottom: 29px;
  text-align: center;
}

.story__kv__box .name {
  margin-bottom: 16px;
  font-size: 3.6rem;
}

.story__kv__box .position {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
}

.story__kv__box .position::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  bottom: -6px;
  display: block;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.story__kv__box .year {
  display: inline-block;
  font-size: 1.4rem;
}

.story__content {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 100px;
}

.story__lead {
  position: relative;
  padding-bottom: 100px;
}

.story__lead::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/story/bg_story1.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}

.story__lead__wrap {
  width: 700px;
  margin: 0 auto;
}

.story__lead__head {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  color: #200F6D;
  white-space: nowrap;
  letter-spacing: 0;
}

.story__lead__txt {
  font-size: 1.4rem;
  line-height: 2;
}

.story__section1 {
  position: relative;
}

.story__section1::before {
  content: "";
  position: absolute;
  top: -46px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/story/bg_story2.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}

.story__section1__img {
  width: 750px;
  margin-left: auto;
}

.story__section1__box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 900px;
  height: 530px;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-left: 225px;
  background-color: rgba(255, 255, 255, 0.95);
}

.story__section1__head {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  color: #200F6D;
  white-space: nowrap;
  letter-spacing: 0;
}

.story__section1__txt {
  font-size: 1.4rem;
  line-height: 2;
}

.story__section2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
}

.story__section2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/story/bg_story3.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}

.story__section2__img {
  width: 560px;
}

.story__section2__box {
  width: 715px;
  padding-left: 75px;
}

.story__section2__head {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  color: #200F6D;
  white-space: nowrap;
  letter-spacing: 0;
}

.story__section2__txt {
  font-size: 1.4rem;
  line-height: 2;
}

.story__section3 {
  position: relative;
  margin-bottom: 150px;
}

.story__section3::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/story/bg_story4.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}

.story__section3__img {
  margin-bottom: 100px;
}

.story__section3__box {
  width: 700px;
  margin: 0 auto;
}

.story__section3__head {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  color: #200F6D;
  white-space: nowrap;
  letter-spacing: 0;
}

.story__section3__txt {
  font-size: 1.4rem;
  line-height: 2;
}

.story__other {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 30;
}

.story__other::before {
  content: "";
  position: absolute;
  top: -78px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/story/bg_story5.png) no-repeat center top;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}

.story__other__item {
  position: relative;
  width: 450px;
}

.story__other__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(48, 33, 116, 0.5);
  opacity: 0;
}

.story__other__link .inner {
  display: block;
  text-align: center;
  color: #fff;
}

.story__other__link .txt {
  display: block;
  margin-bottom: 38px;
  font-size: 2.4rem;
}

.story__other__link .name {
  display: block;
  font-size: 1.6rem;
}

.story__other__link:hover {
  opacity: 1;
}

.talk__kv {
  position: relative;
  margin-right: 75px;
  margin-left: 75px;
  z-index: 20;
}

.talk__kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: -75px;
  bottom: 0;
  left: -75px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75.8%, #fff), color-stop(75.8%, #F7F7F7));
  background: linear-gradient(#fff 75.8%, #F7F7F7 75.8%);
}

.talk__kv__head {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 98.40741%;
  z-index: 10;
}

.talk__kv__img {
  position: relative;
}

.talk__lead {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}

.talk__lead__txt {
  width: 700px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

.talk__member {
  margin-bottom: 140px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #F7F7F7), color-stop(43%, #fff));
  background: linear-gradient(#F7F7F7 43%, #fff 43%);
}

.talk__member__wrap {
  width: 1050px;
  margin: 0 auto;
}

.talk__member__head {
  margin-bottom: 65px;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  color: #200F6D;
}

.talk__member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.talk__member__item {
  width: 220px;
}

.talk__member__item .img {
  margin-bottom: 20px;
}

.talk__member__item .name {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}

.talk__member__item .position {
  font-size: 1.3rem;
  text-align: center;
}

.talk__section {
  position: relative;
  margin-bottom: 150px;
}

.talk__section:nth-of-type(odd) .talk__section__img {
  right: auto;
  left: 50%;
}

.talk__section:nth-of-type(odd) .talk__section__txt {
  margin-left: 0;
}

.talk__section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1500px;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 10;
}

.talk__section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1500px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 10;
}

.talk__section.-section1::before {
  top: -44px;
  background-image: url(../images/talk/bg_section1.png);
}

.talk__section.-section2::before {
  top: -45px;
  background-image: url(../images/talk/bg_section2.png);
}

.talk__section.-section3::before {
  top: 566px;
  background-image: url(../images/talk/bg_section3.png);
}

.talk__section.-section4::before {
  top: 25px;
  background-image: url(../images/talk/bg_section4.png);
}

.talk__section__wrap {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}

.talk__section__head {
  position: relative;
  margin-bottom: 46px;
  font-size: 5rem;
  font-weight: 500;
  text-align: center;
  color: #200F6D;
  z-index: 10;
}

.talk__section__img {
  position: absolute;
  top: 124px;
  right: 50%;
  width: 750px;
}

.talk__section__txt {
  position: relative;
  margin-left: auto;
  margin-bottom: 100px;
  width: 475px;
  z-index: 10;
}

.talk__section__txt .list {
  overflow: hidden;
}

.talk__section__txt .list dt {
  clear: left;
  float: left;
  width: 3.5em;
  margin-bottom: 2em;
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 2;
}

.talk__section__txt .list dt.member1 {
  color: #9460A0;
}

.talk__section__txt .list dt.member2 {
  color: #D06D8C;
}

.talk__section__txt .list dt.member3 {
  color: #65ACE4;
}

.talk__section__txt .list dt.member4 {
  color: #56A764;
}

.talk__section__txt .list dd {
  margin-left: 4em;
  margin-bottom: 2em;
  font-size: 1.4rem;
  line-height: 2;
}

.application__lead {
  margin-bottom: 80px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #fff), color-stop(43%, #F7F7F7));
  background: linear-gradient(#fff 43%, #F7F7F7 43%);
}

.application__lead__wrap {
  width: 1048px;
  margin: 0 auto;
}

.application__lead__head {
  margin-bottom: 70px;
  font-size: 3.6rem;
  text-align: center;
  color: #200F6D;
}

.application__lead__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.application__lead__img {
  width: 500px;
}

.application__lead__txt {
  width: 460px;
}

.application__lead__txt .head {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #200F6D;
}

.application__lead__txt .txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}

.application__lead__txt .name {
  font-size: 3rem;
}

.application__lead__txt .position {
  display: inline-block;
  margin-right: 2em;
  font-size: 1.4rem;
}

.application__detail__wrap {
  width: 808px;
  margin: 0 auto;
}

.application__detail__head {
  margin-bottom: 10px;
  font-size: 3.6rem;
  text-align: center;
  color: #200F6D;
}

.application__detail__table {
  width: 100%;
}

.application__detail__table tr + tr {
  border-top: 1px solid #DDDDDD;
}

.application__detail__table th,
.application__detail__table td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
}

.application__detail__table th {
  padding-right: 40px;
  white-space: nowrap;
  font-weight: 600;
}

.application__detail__table p + p,
.application__detail__table p + ul,
.application__detail__table ul + p,
.application__detail__table ul + ul {
  margin-top: 1.5em;
}

.application__detail__table li {
  margin-left: 1em;
  text-indent: -1em;
}

.application__detail__table .name {
  display: inline-block;
  width: 7em;
  text-align: center;
}

.bussiness__lead {
  margin-bottom: 100px;
}

.bussiness__lead__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 1140px;
  margin: 0 auto;
  padding-left: 45px;
}

.bussiness__lead__img {
  width: 500px;
}

.bussiness__lead__txt {
  width: 550px;
}

.bussiness__lead__txt .head {
  margin-bottom: 35px;
  font-size: 5rem;
  color: #200F6D;
}

.bussiness__lead__txt .txt {
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.875;
}

.bussiness__lead__txt .small {
  font-size: 2rem;
  line-height: 2.4;
}

.bussiness__detail {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/bussiness/bg_bussiness.jpg) no-repeat center center;
  background-size: cover;
}

.bussiness__detail__wrap {
  width: 1050px;
  margin: 0 auto;
}

.bussiness__detail__head {
  margin-bottom: 25px;
  font-size: 5rem;
  text-align: center;
  color: #200F6D;
}

.bussiness__detail__lead {
  margin-bottom: 50px;
  font-size: 1.6rem;
  text-align: center;
}

.bussiness__detail__content {
  position: relative;
  width: 902px;
  height: 775px;
  margin: 0 auto;
}

.bussiness__detail__item {
  position: absolute;
  width: 370px;
  text-align: center;
}

.bussiness__detail__item .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 18px;
  border: 6px solid #4F4096;
  border-width: 6px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
  background-color: #4F4096;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.bussiness__detail__item .head {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #200F6D;
}

.bussiness__detail__item .txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.bussiness__detail__item.-item1 {
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.bussiness__detail__item.-item2 {
  top: 370px;
  left: 0;
}

.bussiness__detail__item.-item3 {
  top: 370px;
  right: 0;
}

.bussiness__footer__wrap {
  width: 1352px;
  margin: 0 auto;
}

.bussiness__footer__head {
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.875;
  text-align: center;
  color: #200F6D;
}

.bussiness__footer__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 74px;
  z-index: 30;
}

.bussiness__footer__nav__item {
  position: relative;
  width: 25%;
}

.bussiness__footer__nav__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(48, 33, 116, 0.5);
  opacity: 0;
}

.bussiness__footer__nav__link .inner {
  display: block;
  text-align: center;
  color: #fff;
}

.bussiness__footer__nav__link .txt {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.bussiness__footer__nav__link .name {
  display: block;
  font-size: 1.3rem;
}

.bussiness__footer__nav__link:hover {
  opacity: 1;
}

.bussiness__footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 800px;
  height: 90px;
  margin: 0 auto;
  border: 3px solid #200F6D;
  border-width: 3px;
  background-color: #fff;
  font-size: 2.4rem;
  color: #200F6D;
}

.about__lead {
  margin-bottom: 80px;
}

.about__lead__wrap {
  width: 1050px;
  margin: 0 auto;
}

.about__lead__head {
  margin-bottom: 35px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.875;
  text-align: center;
  color: #200F6D;
}

.about__lead__txt {
  width: 672px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.about__detail {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}

.about__detail__wrap {
  width: 808px;
  margin: 0 auto;
}

.about__detail__head {
  margin-bottom: 10px;
  font-size: 3.6rem;
  text-align: center;
  color: #200F6D;
}

.about__detail__table {
  width: 100%;
}

.about__detail__table tr + tr {
  border-top: 1px solid #DDDDDD;
}

.about__detail__table th,
.about__detail__table td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2;
  vertical-align: top;
}

.about__detail__table th {
  padding-right: 140px;
  white-space: nowrap;
  font-weight: 600;
}

.about__detail__table p + p,
.about__detail__table p + ul,
.about__detail__table ul + p,
.about__detail__table ul + ul {
  margin-top: 1.5em;
}

.about__detail__table li {
  margin-left: 1em;
  text-indent: -1em;
}

.about__detail__table .name {
  display: inline-block;
  width: 4.5em;
  text-align: center;
}

.about__history {
  padding-top: 170px;
  padding-bottom: 120px;
  background: url(../images/about/bg_history.png) no-repeat center 44px, -webkit-gradient(linear, left top, left bottom, from(#100837), to(#200F6D));
  background: url(../images/about/bg_history.png) no-repeat center 44px, linear-gradient(#100837, #200F6D);
  background-size: 477px auto, auto;
}

.about__history__wrap {
  width: 936px;
  margin: 0 auto;
}

.about__history__head {
  width: 477px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.about__history__section__head {
  position: relative;
  margin-bottom: 22px;
  font-size: 5.7rem;
  text-align: center;
  color: #786DA8;
}

.about__history__section__head::before,
.about__history__section__head::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 308px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto 0;
}

.about__history__section__head::before {
  left: 0;
}

.about__history__section__head::after {
  right: 0;
}

.about__history__section__lead {
  margin-bottom: 32px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.875;
  color: #fff;
}

.about__history__section__content {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
  background: url(../images/about/bg_dot.png) repeat-y center center;
  background-size: 2px auto;
}

.about__history__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about__history__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto 0;
  border: 4px solid #fff;
  border-width: 4px;
  border-radius: 50%;
  background-color: #302174;
}

.about__history__item:nth-of-type(odd) {
  width: 468px;
  margin-left: auto;
  padding-left: 30px;
}

.about__history__item:nth-of-type(odd)::before {
  left: -9px;
}

.about__history__item:nth-of-type(odd) .about__history__item__img {
  margin-right: 20px;
}

.about__history__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 420px;
  margin-left: 48px;
  padding-right: 30px;
}

.about__history__item:nth-of-type(even)::before {
  right: -9px;
}

.about__history__item:nth-of-type(even) .about__history__item__img {
  margin-left: 20px;
}

.about__history__item__img {
  width: 84px;
}

.about__history__item__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about__history__item__txt .year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 31px;
  margin-bottom: 10px;
  background-color: #302174;
  font-size: 1.4rem;
  color: #fff;
}

.about__history__item__txt .txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}

.about__history__footer {
  margin-top: 80px;
  text-align: center;
  color: #fff;
}

.about__history__footer .txt {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

.about__history__footer .strong {
  font-size: 2.2rem;
  line-height: 2;
  text-decoration: underline;
}

@media screen and (max-width: 1500px) {
  .wrap {
    width: 76.66667vw;
  }

  .wrap {
    padding-right: 3.33333vw;
  }

  .wrap {
    padding-left: 3.33333vw;
  }

  .header__wrap {
    padding-right: 11.46667vw;
  }

  .header__wrap {
    padding-left: 1.86667vw;
  }

  .header__wrap {
    height: 6.46667vw;
  }

  .header__logo {
    width: 15vw;
  }

  .header__entry {
    width: 8.66667vw;
  }

  .header__entry {
    height: 8.66667vw;
  }

  .header__entry {
    font-size: 1.06667vw;
  }

  .header__menu {
    width: 3.6vw;
  }

  .header__menu__btn {
    width: 3.6vw;
  }

  .header__menu__btn {
    height: 3.6vw;
  }

  .header__menu__btn .bar.-top {
    width: 2vw;
  }

  .header__menu__btn .bar.-top {
    margin-bottom: 0.73333vw;
  }

  .header__menu__btn .bar.-bottom {
    width: 3.6vw;
  }

  .header__menu__btn:hover .bar.-top {
    margin-bottom: 1.06667vw;
  }

  .header__menu__nav {
    width: 34.66667vw;
  }

  .header__menu__nav {
    padding-top: 8vw;
  }

  .header__menu__nav {
    padding-right: 4vw;
  }

  .header__menu__nav {
    padding-bottom: 4vw;
  }

  .header__menu__nav {
    padding-left: 4vw;
  }

  .header__menu__nav {
    margin-right: -34.66667vw;
  }

  .header__menu__close {
    top: 1.66667vw;
  }

  .header__menu__close {
    right: 2.66667vw;
  }

  .header__menu__close {
    width: 3.6vw;
  }

  .header__menu__close {
    height: 3.6vw;
  }

  .header__menu__entry {
    height: 4vw;
  }

  .header__menu__entry {
    margin-bottom: 2.66667vw;
  }

  .header__menu__entry {
    font-size: 1.33333vw;
  }

  .header__menu__link {
    padding-top: 1.66667vw;
  }

  .header__menu__link {
    padding-right: 2.66667vw;
  }

  .header__menu__link {
    padding-bottom: 1.66667vw;
  }

  .header__menu__link {
    padding-left: 1.33333vw;
  }

  .header__menu__link {
    font-size: 1.33333vw;
  }

  .header__menu__link.acc-head::before,
  .header__menu__link.acc-head::after {
    right: 1.73333vw;
  }

  .header__menu__link.acc-head::before,
  .header__menu__link.acc-head::after {
    width: 0.93333vw;
  }

  .header__menu__lower {
    margin-bottom: 2.33333vw;
  }

  .header__menu__lower {
    padding-left: 2.66667vw;
  }

  .header__menu__lower__item {
    margin-bottom: 1.33333vw;
  }

  .header__menu__lower__link {
    font-size: 1.06667vw;
  }

  .footer {
    padding-top: 4.66667vw;
  }

  .footer {
    padding-bottom: 4vw;
  }

  .footer__col {
    margin-bottom: 4vw;
  }

  .footer__logo {
    width: 12vw;
  }

  .footer__nav {
    padding-left: 1.33333vw;
  }

  .footer__nav__item {
    margin-left: 4vw;
  }

  .footer__nav__link {
    font-size: 1.2vw;
  }

  .footer__nav__lower {
    margin-top: 2vw;
  }

  .footer__nav__lower__item {
    margin-top: 1.33333vw;
  }

  .footer__nav__lower__link {
    font-size: 0.8vw;
  }

  .footer__copyright {
    font-size: 0.73333vw;
  }

  .footer__pagetop {
    bottom: 2.8vw;
  }

  .footer__pagetop {
    right: 3.33333vw;
  }

  .footer__pagetop {
    width: 5.6vw;
  }

  .footer__pagetop {
    height: 5.6vw;
  }

  .main__pageTitle {
    margin-bottom: 1.66667vw;
  }

  .main__pageTitle {
    padding-right: 5vw;
  }

  .main__pageTitle {
    padding-bottom: 8.66667vw;
  }

  .main__pageTitle {
    padding-left: 5vw;
  }

  .main__pageTitle__head {
    width: 73vw;
  }

  .main__pageTitle__head {
    padding-top: 2.66667vw;
  }

  .main__pageTitle__head {
    padding-bottom: 2.66667vw;
  }

  .main__pageTitle__head {
    padding-left: 15vw;
  }

  .main__pageTitle__head .en {
    margin-bottom: 0.66667vw;
  }

  .main__pageTitle__head .en {
    font-size: 3.2vw;
  }

  .main__pageTitle__head .jp {
    font-size: 1.2vw;
  }

  .main__breadCrumb {
    padding-top: 8vw;
  }

  .main__breadCrumb {
    padding-bottom: 2vw;
  }

  .main__breadCrumb__item {
    margin-right: 1.46667vw;
  }

  .main__breadCrumb__item {
    font-size: 0.86667vw;
  }

  .main__breadCrumb__item + .main__breadCrumb__item {
    padding-left: 1.46667vw;
  }

  .main__breadCrumb__item + .main__breadCrumb__item::before {
    width: 0.26667vw;
  }

  .main__breadCrumb__item + .main__breadCrumb__item::before {
    height: 0.26667vw;
  }

  .home__kv {
    padding-right: 5vw;
  }

  .home__kv {
    padding-bottom: 21.33333vw;
  }

  .home__kv {
    padding-left: 5vw;
  }

  .home__kv__copy {
    left: 4.33333vw;
  }

  .home__kv__copy .txt {
    width: 2.66667vw;
  }

  .home__kv__copy .txt {
    margin-left: 2vw;
  }

  .home__kv__copy .year {
    width: 1.06667vw;
  }

  .home__kv__box__inner {
    width: 70vw;
  }

  .home__kv__box__inner {
    padding-top: 4.66667vw;
  }

  .home__kv__box__inner {
    padding-right: 7.33333vw;
  }

  .home__kv__box__inner {
    padding-bottom: 4.66667vw;
  }

  .home__kv__box__inner {
    padding-left: 7.33333vw;
  }

  .home__kv__box__txt .txt.-txt1 {
    width: 9.4vw;
  }

  .home__kv__box__txt .txt.-txt1 {
    margin-left: 4.26667vw;
  }

  .home__kv__box__txt .txt.-txt2 {
    width: 1.26667vw;
  }

  .home__kv__box__txt .txt.-txt2 {
    margin-left: 4.26667vw;
  }

  .home__kv__box__txt .txt.-txt3 {
    width: 9.4vw;
  }

  .home__kv__box__txt .txt.-txt3 {
    margin-left: 4.26667vw;
  }

  .home__kv__box__txt .txt.-txt4 {
    width: 6.66667vw;
  }

  .home__kv__box__txt .txt.-txt4 {
    margin-left: 4.26667vw;
  }

  .home__kv__box__copy {
    width: 6.26667vw;
  }

  .home__kv__box__copy .txt {
    width: 6.33333vw;
  }

  .home__kv__box__link {
    bottom: 2.66667vw;
  }

  .home__kv__box__link {
    left: -1.33333vw;
  }

  .home__kv__box__link {
    padding-right: 1.33333vw;
  }

  .home__kv__box__link {
    padding-bottom: 0.66667vw;
  }

  .home__kv__box__link {
    padding-left: 4.66667vw;
  }

  .home__kv__box__link {
    font-size: 1.2vw;
  }

  .home__story {
    padding-top: 13.33333vw;
  }

  .home__story {
    padding-bottom: 8.66667vw;
  }

  .home__story__head {
    margin-bottom: 8vw;
  }

  .home__story__head .en {
    margin-bottom: 1.33333vw;
  }

  .home__story__head .en {
    font-size: 8.33333vw;
  }

  .home__story__head .jp {
    font-size: 1.2vw;
  }

  .home__story__box + .home__story__box {
    margin-top: 11.33333vw;
  }

  .home__story__box:nth-of-type(odd) .home__story__img {
    left: 4vw;
  }

  .home__story__box:nth-of-type(even) .home__story__img {
    right: 4vw;
  }

  .home__story__box::before {
    top: -7.06667vw;
  }

  .home__story__box::before {
    width: 100vw;
  }

  .home__story__box__inner {
    -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.05);
  }

  .home__story__num {
    top: -2vw;
  }

  .home__story__num {
    width: 4vw;
  }

  .home__story__num {
    padding-top: 17.6vw;
  }

  .home__story__num {
    font-size: 0.93333vw;
  }

  .home__story__num::before {
    height: 16.8vw;
  }

  .home__story__img {
    top: -4.66667vw;
  }

  .home__story__img {
    width: 31.33333vw;
  }

  .home__story__detail {
    width: 34.66667vw;
  }

  .home__story__detail {
    height: 28vw;
  }

  .home__story__detail {
    padding-top: 6.66667vw;
  }

  .home__story__detail {
    padding-right: 3.33333vw;
  }

  .home__story__detail {
    padding-left: 3.33333vw;
  }

  .home__story__copy {
    width: 23.33333vw;
  }

  .home__story__copy {
    margin-bottom: 1.86667vw;
  }

  .home__story__name {
    margin-bottom: 2.66667vw;
  }

  .home__story__name .position {
    margin-right: 1.33333vw;
  }

  .home__story__name .position {
    padding-right: 1.33333vw;
  }

  .home__story__name .position {
    font-size: 0.93333vw;
  }

  .home__story__name .position::before {
    top: -0.53333vw;
  }

  .home__story__name .position::before {
    bottom: -0.53333vw;
  }

  .home__story__name .year {
    padding-right: 2vw;
  }

  .home__story__name .year {
    font-size: 0.93333vw;
  }

  .home__story__name .name {
    font-size: 1.6vw;
  }

  .home__story__link {
    padding-right: 0.26667vw;
  }

  .home__story__link {
    padding-bottom: 0.53333vw;
  }

  .home__story__link {
    padding-left: 0.26667vw;
  }

  .home__story__link {
    font-size: 0.93333vw;
  }

  .home__about {
    padding-bottom: 8.66667vw;
  }

  .home__about {
    background-position: left 4vw, center top;
    background-size: auto calc(100% - 4vw), 100% auto;
  }

  .home__about__head {
    margin-bottom: 4.26667vw;
  }

  .home__about__head .en {
    margin-bottom: 1.33333vw;
  }

  .home__about__head .en {
    font-size: 8.33333vw;
  }

  .home__about__head .jp {
    font-size: 1.2vw;
  }

  .home__about__list {
    margin-bottom: 3.33333vw;
  }

  .home__about__item {
    width: 30vw;
  }

  .home__about__link .txt {
    margin-bottom: 2vw;
  }

  .home__about__link .txt {
    font-size: 1.6vw;
  }

  .home__about__link .link {
    padding-right: 0.26667vw;
  }

  .home__about__link .link {
    padding-bottom: 0.53333vw;
  }

  .home__about__link .link {
    padding-left: 0.26667vw;
  }

  .home__about__link .link {
    font-size: 0.93333vw;
  }

  .home__about__link::before {
    top: 1.33333vw;
  }

  .home__about__link::before {
    right: 1.33333vw;
  }

  .home__about__link::before {
    bottom: 1.33333vw;
  }

  .home__about__link::before {
    left: 1.33333vw;
  }

  .home__about__banner {
    width: 60vw;
  }

  .home__about__banner__link .wrap {
    width: 30.93333vw;
  }

  .home__about__banner__link .wrap::before {
    top: 1.33333vw;
  }

  .home__about__banner__link .wrap::before {
    right: 1.33333vw;
  }

  .home__about__banner__link .wrap::before {
    bottom: 1.33333vw;
  }

  .home__about__banner__link .wrap::before {
    left: 1.33333vw;
  }

  .home__about__banner__link .txt {
    margin-bottom: 2vw;
  }

  .home__about__banner__link .txt {
    font-size: 1.6vw;
  }

  .home__about__banner__link .link {
    padding-right: 0.26667vw;
  }

  .home__about__banner__link .link {
    padding-bottom: 0.53333vw;
  }

  .home__about__banner__link .link {
    padding-left: 0.26667vw;
  }

  .home__about__banner__link .link {
    font-size: 0.93333vw;
  }

  .home__about__banner__link .img {
    width: 29.06667vw;
  }

  .home__footer {
    width: 53.33333vw;
  }

  .home__footer {
    padding-top: 4.66667vw;
  }

  .home__footer {
    padding-bottom: 4.66667vw;
  }

  .home__footer__entry {
    height: 6vw;
  }

  .home__footer__entry {
    font-size: 1.6vw;
  }

  .message__lead {
    padding-bottom: 8vw;
  }

  .message__lead__wrap {
    width: 64.8vw;
  }

  .message__lead__img {
    margin-bottom: 3.2vw;
  }

  .message__lead__txt {
    padding-right: 2.13333vw;
  }

  .message__lead__txt {
    padding-left: 2.13333vw;
  }

  .message__lead__txt .head {
    width: 7.46667vw;
  }

  .message__lead__txt .head {
    margin-left: 5.86667vw;
  }

  .message__lead__txt .txt1 {
    width: 9.4vw;
  }

  .message__lead__txt .txt1 {
    margin-left: 4.26667vw;
  }

  .message__lead__txt .txt2 {
    width: 1.26667vw;
  }

  .message__lead__txt .txt2 {
    margin-left: 4.26667vw;
  }

  .message__lead__txt .txt3 {
    width: 9.4vw;
  }

  .message__lead__txt .txt3 {
    margin-left: 4.26667vw;
  }

  .message__lead__txt .txt4 {
    width: 6.66667vw;
  }

  .message__lead__txt .txt4 {
    margin-left: 4vw;
  }

  .message__lead__txt .name {
    width: 3.73333vw;
  }

  .message__lead__txt .name {
    padding-top: 19.2vw;
  }

  .message__content__item {
    width: 70vw;
  }

  .message__content__item {
    height: 36vw;
  }

  .message__content__item {
    margin-bottom: 3.33333vw;
  }

  .message__content__item.-item1 .message__content__img {
    width: 41.33333vw;
  }

  .message__content__item.-item1 .message__content__img {
    left: 36.66667vw;
  }

  .message__content__item.-item1 .message__content__box {
    width: 32vw;
  }

  .message__content__item.-item2 {
    width: 74vw;
  }

  .message__content__item.-item2 .message__content__img {
    width: 43.33333vw;
  }

  .message__content__item.-item2 .message__content__img {
    right: 39.33333vw;
  }

  .message__content__item.-item2 .message__content__box {
    width: 34.66667vw;
  }

  .message__content__item.-item3 .message__content__img {
    width: 52vw;
  }

  .message__content__item.-item3 .message__content__img {
    left: 33vw;
  }

  .message__content__item.-item3 .message__content__box {
    width: 28.33333vw;
  }

  .message__content__head {
    margin-bottom: 1.66667vw;
  }

  .message__content__head {
    font-size: 3.33333vw;
  }

  .message__content__txt {
    font-size: 1.06667vw;
  }

  .story__kv {
    margin-right: 5vw;
  }

  .story__kv {
    margin-left: 5vw;
  }

  .story__kv__head {
    bottom: -0.2vw;
  }

  .story__kv__head {
    left: 0.4vw;
  }

  .story__kv__box {
    width: 20.66667vw;
  }

  .story__kv__box {
    padding-top: 2.8vw;
  }

  .story__kv__box {
    padding-bottom: 1.93333vw;
  }

  .story__kv__box .name {
    margin-bottom: 1.06667vw;
  }

  .story__kv__box .name {
    font-size: 2.4vw;
  }

  .story__kv__box .position {
    margin-right: 1.33333vw;
  }

  .story__kv__box .position {
    padding-right: 1.33333vw;
  }

  .story__kv__box .position {
    font-size: 0.93333vw;
  }

  .story__kv__box .position::before {
    top: -0.4vw;
  }

  .story__kv__box .position::before {
    bottom: -0.4vw;
  }

  .story__kv__box .year {
    font-size: 0.93333vw;
  }

  .story__content {
    padding-top: 6.66667vw;
  }

  .story__lead {
    padding-bottom: 6.66667vw;
  }

  .story__lead::before {
    top: 0vw;
  }

  .story__lead__wrap {
    width: 46.66667vw;
  }

  .story__lead__head {
    margin-bottom: 2vw;
  }

  .story__lead__head {
    font-size: 2.4vw;
  }

  .story__lead__txt {
    font-size: 0.93333vw;
  }

  .story__section1::before {
    top: -3.06667vw;
  }

  .story__section1__img {
    width: 50vw;
  }

  .story__section1__box {
    width: 60vw;
  }

  .story__section1__box {
    height: 35.33333vw;
  }

  .story__section1__box {
    padding-top: 4.66667vw;
  }

  .story__section1__box {
    padding-right: 4.66667vw;
  }

  .story__section1__box {
    padding-bottom: 4.66667vw;
  }

  .story__section1__box {
    padding-left: 15vw;
  }

  .story__section1__head {
    margin-bottom: 2vw;
  }

  .story__section1__head {
    font-size: 2.4vw;
  }

  .story__section1__txt {
    font-size: 0.93333vw;
  }

  .story__section2 {
    padding-bottom: 5.33333vw;
  }

  .story__section2::before {
    top: 0vw;
  }

  .story__section2__img {
    width: 37.33333vw;
  }

  .story__section2__box {
    width: 47.66667vw;
  }

  .story__section2__box {
    padding-left: 5vw;
  }

  .story__section2__head {
    margin-bottom: 2vw;
  }

  .story__section2__head {
    font-size: 2.4vw;
  }

  .story__section2__txt {
    font-size: 0.93333vw;
  }

  .story__section3 {
    margin-bottom: 10vw;
  }

  .story__section3::before {
    top: 0vw;
  }

  .story__section3__img {
    margin-bottom: 6.66667vw;
  }

  .story__section3__box {
    width: 46.66667vw;
  }

  .story__section3__head {
    margin-bottom: 2vw;
  }

  .story__section3__head {
    font-size: 2.4vw;
  }

  .story__section3__txt {
    font-size: 0.93333vw;
  }

  .story__other::before {
    top: -5.2vw;
  }

  .story__other__item {
    width: 30vw;
  }

  .story__other__link .txt {
    margin-bottom: 2.53333vw;
  }

  .story__other__link .txt {
    font-size: 1.6vw;
  }

  .story__other__link .name {
    font-size: 1.06667vw;
  }

  .talk__kv {
    margin-right: 5vw;
  }

  .talk__kv {
    margin-left: 5vw;
  }

  .talk__kv::before {
    right: -5vw;
  }

  .talk__kv::before {
    left: -5vw;
  }

  .talk__lead {
    padding-top: 6.66667vw;
  }

  .talk__lead {
    padding-bottom: 3.33333vw;
  }

  .talk__lead__txt {
    width: 46.66667vw;
  }

  .talk__lead__txt {
    font-size: 1.06667vw;
  }

  .talk__member {
    margin-bottom: 9.33333vw;
  }

  .talk__member__wrap {
    width: 70vw;
  }

  .talk__member__head {
    margin-bottom: 4.33333vw;
  }

  .talk__member__head {
    font-size: 2.4vw;
  }

  .talk__member__item {
    width: 14.66667vw;
  }

  .talk__member__item .img {
    margin-bottom: 1.33333vw;
  }

  .talk__member__item .name {
    margin-bottom: 0.66667vw;
  }

  .talk__member__item .name {
    font-size: 1.2vw;
  }

  .talk__member__item .position {
    font-size: 0.86667vw;
  }

  .talk__section {
    margin-bottom: 10vw;
  }

  .talk__section::before {
    width: 100vw;
  }

  .talk__section::after {
    width: 100vw;
  }

  .talk__section.-section1::before {
    top: -2.93333vw;
  }

  .talk__section.-section2::before {
    top: -3vw;
  }

  .talk__section.-section3::before {
    top: 37.73333vw;
  }

  .talk__section.-section4::before {
    top: 1.66667vw;
  }

  .talk__section__wrap {
    width: 70vw;
  }

  .talk__section__head {
    margin-bottom: 3.06667vw;
  }

  .talk__section__head {
    font-size: 3.33333vw;
  }

  .talk__section__img {
    top: 8.26667vw;
  }

  .talk__section__img {
    width: 50vw;
  }

  .talk__section__txt {
    margin-bottom: 6.66667vw;
  }

  .talk__section__txt {
    width: 31.66667vw;
  }

  .talk__section__txt .list dt {
    font-size: 0.93333vw;
  }

  .talk__section__txt .list dd {
    font-size: 0.93333vw;
  }

  .application__lead {
    margin-bottom: 5.33333vw;
  }

  .application__lead {
    padding-bottom: 6.66667vw;
  }

  .application__lead__wrap {
    width: 69.86667vw;
  }

  .application__lead__head {
    margin-bottom: 4.66667vw;
  }

  .application__lead__head {
    font-size: 2.4vw;
  }

  .application__lead__img {
    width: 33.33333vw;
  }

  .application__lead__txt {
    width: 30.66667vw;
  }

  .application__lead__txt .head {
    margin-bottom: 2.66667vw;
  }

  .application__lead__txt .head {
    font-size: 2vw;
  }

  .application__lead__txt .txt {
    margin-bottom: 1.33333vw;
  }

  .application__lead__txt .txt {
    font-size: 0.93333vw;
  }

  .application__lead__txt .name {
    font-size: 2vw;
  }

  .application__lead__txt .position {
    font-size: 0.93333vw;
  }

  .application__detail__wrap {
    width: 53.86667vw;
  }

  .application__detail__head {
    margin-bottom: 0.66667vw;
  }

  .application__detail__head {
    font-size: 2.4vw;
  }

  .application__detail__table th,
  .application__detail__table td {
    padding-top: 2vw;
  }

  .application__detail__table th,
  .application__detail__table td {
    padding-bottom: 2vw;
  }

  .application__detail__table th,
  .application__detail__table td {
    font-size: 0.93333vw;
  }

  .application__detail__table th {
    padding-right: 2.66667vw;
  }

  .bussiness__lead {
    margin-bottom: 6.66667vw;
  }

  .bussiness__lead__col {
    width: 76vw;
  }

  .bussiness__lead__col {
    padding-left: 3vw;
  }

  .bussiness__lead__img {
    width: 33.33333vw;
  }

  .bussiness__lead__txt {
    width: 36.66667vw;
  }

  .bussiness__lead__txt .head {
    margin-bottom: 2.33333vw;
  }

  .bussiness__lead__txt .head {
    font-size: 3.33333vw;
  }

  .bussiness__lead__txt .txt {
    margin-bottom: 1.33333vw;
  }

  .bussiness__lead__txt .txt {
    font-size: 1.86667vw;
  }

  .bussiness__lead__txt .small {
    font-size: 1.33333vw;
  }

  .bussiness__detail {
    margin-bottom: 6.66667vw;
  }

  .bussiness__detail {
    padding-top: 6.66667vw;
  }

  .bussiness__detail {
    padding-bottom: 6.66667vw;
  }

  .bussiness__detail__wrap {
    width: 70vw;
  }

  .bussiness__detail__head {
    margin-bottom: 1.66667vw;
  }

  .bussiness__detail__head {
    font-size: 3.33333vw;
  }

  .bussiness__detail__lead {
    margin-bottom: 3.33333vw;
  }

  .bussiness__detail__lead {
    font-size: 1.06667vw;
  }

  .bussiness__detail__content {
    width: 60.13333vw;
  }

  .bussiness__detail__content {
    height: 51.66667vw;
  }

  .bussiness__detail__item {
    width: 24.66667vw;
  }

  .bussiness__detail__item .icn {
    width: 14vw;
  }

  .bussiness__detail__item .icn {
    height: 14vw;
  }

  .bussiness__detail__item .icn {
    margin-bottom: 1.2vw;
  }

  .bussiness__detail__item .icn {
    border-width: 0.4vw;
  }

  .bussiness__detail__item .icn {
    font-size: 1.86667vw;
  }

  .bussiness__detail__item .head {
    margin-bottom: 0.66667vw;
  }

  .bussiness__detail__item .head {
    font-size: 1.33333vw;
  }

  .bussiness__detail__item .txt {
    font-size: 0.93333vw;
  }

  .bussiness__detail__item.-item2 {
    top: 24.66667vw;
  }

  .bussiness__detail__item.-item3 {
    top: 24.66667vw;
  }

  .bussiness__footer__wrap {
    width: 90.13333vw;
  }

  .bussiness__footer__head {
    margin-bottom: 3.33333vw;
  }

  .bussiness__footer__head {
    font-size: 2.4vw;
  }

  .bussiness__footer__nav {
    margin-bottom: 4.93333vw;
  }

  .bussiness__footer__nav__link .txt {
    margin-bottom: 0.66667vw;
  }

  .bussiness__footer__nav__link .txt {
    font-size: 1.2vw;
  }

  .bussiness__footer__nav__link .name {
    font-size: 0.86667vw;
  }

  .bussiness__footer__btn {
    width: 53.33333vw;
  }

  .bussiness__footer__btn {
    height: 6vw;
  }

  .bussiness__footer__btn {
    border-width: 0.2vw;
  }

  .bussiness__footer__btn {
    font-size: 1.6vw;
  }

  .about__lead {
    margin-bottom: 5.33333vw;
  }

  .about__lead__wrap {
    width: 70vw;
  }

  .about__lead__head {
    margin-bottom: 2.33333vw;
  }

  .about__lead__head {
    font-size: 2.4vw;
  }

  .about__lead__txt {
    width: 44.8vw;
  }

  .about__lead__txt {
    font-size: 0.93333vw;
  }

  .about__detail {
    padding-top: 5.33333vw;
  }

  .about__detail {
    padding-bottom: 3.33333vw;
  }

  .about__detail__wrap {
    width: 53.86667vw;
  }

  .about__detail__head {
    margin-bottom: 0.66667vw;
  }

  .about__detail__head {
    font-size: 2.4vw;
  }

  .about__detail__table th,
  .about__detail__table td {
    padding-top: 2vw;
  }

  .about__detail__table th,
  .about__detail__table td {
    padding-bottom: 2vw;
  }

  .about__detail__table th,
  .about__detail__table td {
    font-size: 0.93333vw;
  }

  .about__detail__table th {
    padding-right: 9.33333vw;
  }

  .about__history {
    padding-top: 11.33333vw;
  }

  .about__history {
    padding-bottom: 8vw;
  }

  .about__history {
    background-position: center 2.93333vw, center top;
    background-size: 31.8vw auto, auto;
  }

  .about__history__wrap {
    width: 62.4vw;
  }

  .about__history__head {
    width: 31.8vw;
  }

  .about__history__head {
    margin-bottom: 2.33333vw;
  }

  .about__history__section__head {
    margin-bottom: 1.46667vw;
  }

  .about__history__section__head {
    font-size: 3.8vw;
  }

  .about__history__section__head::before,
  .about__history__section__head::after {
    width: 20.53333vw;
  }

  .about__history__section__lead {
    margin-bottom: 2.13333vw;
  }

  .about__history__section__lead {
    font-size: 1.6vw;
  }

  .about__history__section__content {
    padding-top: 2.4vw;
  }

  .about__history__section__content {
    padding-bottom: 2.4vw;
  }

  .about__history__item::before {
    width: 1.2vw;
  }

  .about__history__item::before {
    height: 1.2vw;
  }

  .about__history__item::before {
    border-width: 0.26667vw;
  }

  .about__history__item:nth-of-type(odd) {
    width: 31.2vw;
  }

  .about__history__item:nth-of-type(odd) {
    padding-left: 2vw;
  }

  .about__history__item:nth-of-type(odd)::before {
    left: -0.6vw;
  }

  .about__history__item:nth-of-type(odd) .about__history__item__img {
    margin-right: 1.33333vw;
  }

  .about__history__item:nth-of-type(even) {
    width: 28vw;
  }

  .about__history__item:nth-of-type(even) {
    margin-left: 3.2vw;
  }

  .about__history__item:nth-of-type(even) {
    padding-right: 2vw;
  }

  .about__history__item:nth-of-type(even)::before {
    right: -0.6vw;
  }

  .about__history__item:nth-of-type(even) .about__history__item__img {
    margin-left: 1.33333vw;
  }

  .about__history__item__img {
    width: 5.6vw;
  }

  .about__history__item__txt .year {
    width: 4.93333vw;
  }

  .about__history__item__txt .year {
    height: 2.06667vw;
  }

  .about__history__item__txt .year {
    margin-bottom: 0.66667vw;
  }

  .about__history__item__txt .year {
    font-size: 0.93333vw;
  }

  .about__history__item__txt .txt {
    font-size: 0.93333vw;
  }

  .about__history__footer {
    margin-top: 5.33333vw;
  }

  .about__history__footer .txt {
    margin-bottom: 1.06667vw;
  }

  .about__history__footer .txt {
    font-size: 1.2vw;
  }

  .about__history__footer .strong {
    font-size: 1.46667vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }

  a:hover {
    opacity: 1;
  }

  .wrap {
    width: auto;
    padding: 0 5.33333vw;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .header__wrap {
    height: 17.33333vw;
    padding: 0 28vw 0 5.33333vw;
  }

  .header__logo {
    width: 41.6vw;
  }

  .header__entry {
    width: 22.66667vw;
    height: 22.66667vw;
    font-size: 3.73333vw;
  }

  .header__menu {
    width: 10.66667vw;
  }

  .header__menu__btn {
    width: 10.66667vw;
    height: 10.66667vw;
  }

  .header__menu__btn .bar.-top {
    width: 5.86667vw;
    margin-bottom: 2vw;
  }

  .header__menu__btn .bar.-bottom {
    width: 10.66667vw;
  }

  .header__menu__btn:hover .bar.-top {
    margin-bottom: 2vw;
  }

  .header__menu__nav {
    width: 85.33333vw;
    margin-right: -85.33333vw;
    padding: 22.93333vw 8vw 8vw 8vw;
  }

  .header__menu__close {
    top: 5.33333vw;
    right: 8vw;
    width: 10.66667vw;
    height: 10.66667vw;
  }

  .header__menu__entry {
    height: 16vw;
    margin-bottom: 8vw;
    font-size: 4vw;
  }

  .header__menu__link {
    padding: 4vw 8vw 4vw 2.66667vw;
    font-size: 4vw;
  }

  .header__menu__link.acc-head::before,
  .header__menu__link.acc-head::after {
    right: 2.66667vw;
    width: 3.46667vw;
    height: 1px;
  }

  .header__menu__lower {
    margin-bottom: 6.66667vw;
    padding-left: 5.33333vw;
  }

  .header__menu__lower__item {
    margin-bottom: 4vw;
  }

  .header__menu__lower__link {
    font-size: 3.46667vw;
  }

  .footer {
    padding: 13.33333vw 0 5.33333vw;
  }

  .footer__col {
    display: block;
    margin-bottom: 10.66667vw;
  }

  .footer__logo {
    width: 46.66667vw;
    margin: 0 auto 9.33333vw;
  }

  .footer__nav {
    padding: 0;
    border-left: 0;
  }

  .footer__nav__list {
    display: block;
    border-top: 1px solid rgba(32, 15, 109, 0.5);
  }

  .footer__nav__item {
    margin: 0;
    border-bottom: 1px solid rgba(32, 15, 109, 0.5);
  }

  .footer__nav__link {
    padding: 4vw 8vw 4vw 2.66667vw;
    font-size: 3.73333vw;
  }

  .footer__nav__link.acc-head::before,
  .footer__nav__link.acc-head::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2.66667vw;
    bottom: 0;
    display: block;
    width: 3.46667vw;
    height: 1px;
    margin: auto 0;
    background-color: #200F6D;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }

  .footer__nav__lower {
    display: none;
    margin: 0;
    padding-left: 5.33333vw;
  }

  .footer__nav__lower__item {
    margin: 0 0 5.33333vw;
  }

  .footer__nav__lower__link {
    font-size: 3.2vw;
  }

  .footer__copyright {
    font-size: 2.66667vw;
    text-align: center;
  }

  .footer__pagetop {
    bottom: 5.33333vw;
    right: 5.33333vw;
    width: 16vw;
    height: 16vw;
  }

  .main__pageTitle {
    margin-bottom: 13.33333vw;
    padding: 0 5.33333vw 12vw;
  }

  .main__pageTitle__head {
    width: 84vw;
    padding: 4.26667vw 0 0 8vw;
  }

  .main__pageTitle__head .en {
    margin-bottom: 0.53333vw;
    font-size: 9.33333vw;
  }

  .main__pageTitle__head .jp {
    font-size: 4.26667vw;
  }

  .main__breadCrumb {
    padding: 16vw 0 4vw;
  }

  .main__breadCrumb__item {
    margin-right: 3.46667vw;
    font-size: 3.2vw;
  }

  .main__breadCrumb__item + .main__breadCrumb__item {
    padding-left: 4.53333vw;
  }

  .main__breadCrumb__item + .main__breadCrumb__item::before {
    width: 1.06667vw;
    height: 1.06667vw;
  }

  .home__kv {
    padding: 0 6.66667vw 120.8vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(113.6vw, #fff), color-stop(113.6vw, #F7F7F7));
    background: linear-gradient(#fff 113.6vw, #F7F7F7 113.6vw);
  }

  .home__kv__copy {
    top: 6.66667vw;
    left: 4vw;
  }

  .home__kv__copy .txt {
    width: 6.93333vw;
    margin-left: 4vw;
  }

  .home__kv__copy .year {
    width: 2.66667vw;
  }

  .home__kv__slider .slick-dots {
    bottom: 13.33333vw;
    left: 9.06667vw;
  }

  .home__kv__slider .slick-dots li {
    padding: 2.66667vw 0;
  }

  .home__kv__slider .slick-dots li button {
    width: 3.73333vw;
  }

  .home__kv__slider .slide-arrow {
    bottom: 13.86667vw;
    font-size: 3.2vw;
  }

  .home__kv__slider .slide-arrow.prev-arrow {
    left: 4vw;
  }

  .home__kv__slider .slide-arrow.next-arrow {
    left: 28.8vw;
  }

  .home__kv__box {
    top: 113.6vw;
  }

  .home__kv__box__inner {
    display: block;
    width: 86.13333vw;
    padding: 9.33333vw 6.66667vw 29.33333vw 5.86667vw;
  }

  .home__kv__box__txt {
    margin-bottom: 8vw;
    font-size: 3.46667vw;
    line-height: 2.1;
  }

  .home__kv__box__copy {
    width: auto;
    font-size: 7.46667vw;
    color: #200F6D;
  }

  .home__kv__box__link {
    bottom: 10.66667vw;
    left: -8.53333vw;
    padding: 0 2.66667vw 2.93333vw 15.2vw;
    font-size: 3.73333vw;
  }

  .home__story {
    padding: 58.66667vw 0 21.33333vw;
    background-image: url(../images/home/bg_story-sp.jpg);
  }

  .home__story__wrap {
    padding: 0 7.33333vw;
  }

  .home__story__head {
    margin-bottom: 8vw;
  }

  .home__story__head .en {
    margin-bottom: 5.33333vw;
    font-size: 14.66667vw;
  }

  .home__story__head .jp {
    font-size: 4vw;
  }

  .home__story__box {
    padding-top: 36vw;
  }

  .home__story__box + .home__story__box {
    margin-top: 13.33333vw;
  }

  .home__story__box:nth-of-type(odd) .home__story__img {
    left: 9.33333vw;
  }

  .home__story__box:nth-of-type(odd) .home__story__detail {
    padding: 40vw 4vw 10.66667vw 12vw;
    background-image: url(../images/home/bg_story_box1-sp.png);
  }

  .home__story__box:nth-of-type(even) .home__story__img {
    right: 9.33333vw;
  }

  .home__story__box::before {
    top: -13.33333vw;
    width: 100vw;
  }

  .home__story__box:nth-of-type(1)::before {
    background-image: url(../images/home/bg_story1-sp.png);
  }

  .home__story__box:nth-of-type(2)::before {
    background-image: url(../images/home/bg_story2-sp.png);
  }

  .home__story__box:nth-of-type(3)::before {
    background-image: url(../images/home/bg_story3-sp.png);
  }

  .home__story__box:nth-of-type(4)::before {
    background-image: url(../images/home/bg_story4-sp.png);
  }

  .home__story__box__inner {
    -webkit-box-shadow: 0 0 4vw rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.05);
  }

  .home__story__num {
    top: -5.33333vw;
    width: 9.33333vw;
    padding-top: 35.2vw;
    font-size: 3.2vw;
  }

  .home__story__num::before {
    height: 33.6vw;
  }

  .home__story__img {
    top: -36vw;
    width: 72vw;
  }

  .home__story__detail {
    width: auto;
    height: auto;
    padding: 40vw 5.33333vw 10.66667vw 8vw;
    background: url(../images/home/bg_story_box2-sp.png) no-repeat right bottom;
    background-size: 100% auto;
  }

  .home__story__copy {
    width: 61.33333vw;
    margin-bottom: 5.33333vw;
  }

  .home__story__name {
    margin-bottom: 6.66667vw;
  }

  .home__story__name .position {
    margin-right: 2.66667vw;
    padding-right: 2.66667vw;
    font-size: 2.93333vw;
  }

  .home__story__name .position::before {
    top: -0.53333vw;
    bottom: -0.53333vw;
  }

  .home__story__name .year {
    padding-right: 3.46667vw;
    font-size: 2.93333vw;
  }

  .home__story__name .name {
    font-size: 4vw;
  }

  .home__story__link {
    padding: 0 1.6vw 2.13333vw;
    font-size: 3.2vw;
  }

  .home__about {
    padding-bottom: 13.33333vw;
    background-image: url(../images/home/bg_about-sp.jpg), -webkit-gradient(linear, left top, left bottom, color-stop(173.33333vw, #F7F7F7), color-stop(173.33333vw, #FFF));
    background-image: url(../images/home/bg_about-sp.jpg), linear-gradient(#F7F7F7 173.33333vw, #FFF 173.33333vw);
    background-position: left 10.66667vw, center top;
    background-size: auto 100%, 100% auto;
  }

  .home__about__head {
    margin-bottom: 8vw;
  }

  .home__about__head .en {
    margin-bottom: 5.33333vw;
    font-size: 14.66667vw;
  }

  .home__about__head .jp {
    font-size: 4vw;
  }

  .home__about__list {
    display: block;
    margin: 0 0 8vw;
  }

  .home__about__item {
    width: auto;
  }

  .home__about__link .txt {
    margin-bottom: 5.33333vw;
    font-size: 4.26667vw;
  }

  .home__about__link .link {
    padding: 0 1.6vw 2.13333vw;
    font-size: 3.2vw;
  }

  .home__about__link::before {
    top: 4vw;
    right: 4vw;
    bottom: 4vw;
    left: 4vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff));
    background-image: linear-gradient(to right, #fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(to right, #fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(#fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(#fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw));
  }

  .home__about__link:hover {
    background-color: rgba(48, 33, 116, 0.3);
  }

  .home__about__link:hover::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff));
    background-image: linear-gradient(to right, #fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(to right, #fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(#fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(#fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw));
  }

  .home__about__banner {
    width: auto;
  }

  .home__about__banner__link {
    display: block;
  }

  .home__about__banner__link.-comingsoon .wrap::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #fff), color-stop(4.26667vw, transparent), color-stop(transparent), to(#fff));
    background-image: linear-gradient(to right, #fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(to right, #fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(#fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw)), linear-gradient(#fff 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #fff calc(100% - 4.26667vw));
  }

  .home__about__banner__link .wrap {
    width: auto;
    height: 40vw;
  }

  .home__about__banner__link .wrap::before {
    top: 4vw;
    right: 4vw;
    bottom: 4vw;
    left: 4vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D)), -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D));
    background-image: linear-gradient(to right, #200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw)), linear-gradient(to right, #200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw)), linear-gradient(#200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw)), linear-gradient(#200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw));
  }

  .home__about__banner__link .txt {
    margin-bottom: 5.33333vw;
    font-size: 4.26667vw;
  }

  .home__about__banner__link .link {
    padding: 0 1.6vw 2.13333vw;
    font-size: 3.2vw;
  }

  .home__about__banner__link .img {
    width: auto;
  }

  .home__about__banner__link:hover .txt {
    color: #200F6D;
  }

  .home__about__banner__link:hover .link {
    border-bottom-color: #200F6D;
    color: #200F6D;
  }

  .home__about__banner__link:hover .wrap {
    background-color: #fff;
  }

  .home__about__banner__link:hover .wrap::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D)), -webkit-gradient(linear, left top, right top, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D)), -webkit-gradient(linear, left top, left bottom, color-stop(4.26667vw, #200F6D), color-stop(4.26667vw, transparent), color-stop(transparent), to(#200F6D));
    background-image: linear-gradient(to right, #200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw)), linear-gradient(to right, #200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw)), linear-gradient(#200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw)), linear-gradient(#200F6D 4.26667vw, transparent 4.26667vw, transparent calc(100% - 4.26667vw), #200F6D calc(100% - 4.26667vw));
  }

  .home__about__banner__link:hover .img {
    opacity: 1;
  }

  .home__footer {
    width: auto;
    padding: 10.66667vw 5.33333vw 26.66667vw;
  }

  .home__footer__entry {
    height: 17.33333vw;
    font-size: 4.8vw;
  }

  .message__lead {
    padding-bottom: 20vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.2vw, #fff), color-stop(35.2vw, #F7F7F7));
    background: linear-gradient(#fff 35.2vw, #F7F7F7 35.2vw);
  }

  .message__lead__wrap {
    width: auto;
    padding: 0 10.66667vw;
  }

  .message__lead__img {
    margin-bottom: 9.33333vw;
  }

  .message__lead__txt {
    display: block;
    padding: 0;
  }

  .message__lead__txt .head {
    width: auto;
    margin: 0 0 6.66667vw;
    font-size: 7.33333vw;
    color: #200F6D;
  }

  .message__lead__txt .txt {
    margin-bottom: 9.33333vw;
    font-size: 3.73333vw;
    line-height: 1.8;
  }

  .message__lead__txt .name {
    width: auto;
    padding-top: 0;
    font-size: 5.33333vw;
    text-align: right;
  }

  .message__lead__txt .name .position {
    display: inline-block;
    margin-right: 2.66667vw;
    font-size: 3.2vw;
  }

  .message__content {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13.33333vw, #F7F7F7), color-stop(13.33333vw, #fff));
    background: linear-gradient(#F7F7F7 13.33333vw, #fff 13.33333vw);
  }

  .message__content__item {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 20vw;
  }

  .message__content__item.-item1 .message__content__img {
    width: auto;
    padding-left: 6.66667vw;
  }

  .message__content__item.-item1 .message__content__box {
    width: auto;
  }

  .message__content__item.-item2 {
    width: auto;
  }

  .message__content__item.-item2 .message__content__img {
    width: auto;
    padding-right: 6.66667vw;
  }

  .message__content__item.-item2 .message__content__box {
    width: auto;
  }

  .message__content__item.-item3 .message__content__img {
    width: auto;
    padding-left: 6.66667vw;
  }

  .message__content__item.-item3 .message__content__box {
    width: auto;
  }

  .message__content__img {
    position: static;
    margin-bottom: 9.33333vw;
  }

  .message__content__box {
    padding: 0 6.66667vw;
  }

  .message__content__head {
    margin-bottom: 5.33333vw;
    font-size: 7.33333vw;
  }

  .message__content__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }

  .story__kv {
    margin: 0 5.33333vw;
  }

  .story__kv__head {
    width: 86.66667vw;
    bottom: 24.53333vw;
    left: 0;
  }

  .story__kv__box {
    width: 56vw;
    height: 25.33333vw;
    padding: 6.66667vw 0 1.33333vw;
  }

  .story__kv__box .name {
    margin-bottom: 1.6vw;
    font-size: 5.33333vw;
  }

  .story__kv__box .position {
    margin-right: 2.66667vw;
    padding-right: 2.66667vw;
    font-size: 3.2vw;
  }

  .story__kv__box .position::before {
    top: -0.53333vw;
    bottom: -0.53333vw;
  }

  .story__kv__box .year {
    font-size: 3.2vw;
  }

  .story__content {
    max-width: none;
    padding: 14.13333vw 6.66667vw 0;
  }

  .story__lead {
    padding-bottom: 21.33333vw;
  }

  .story__lead::before {
    top: -7.73333vw;
    right: -6.66667vw;
    left: -6.66667vw;
    background-image: url(../images/story/bg_story1-sp.png);
  }

  .story__lead__wrap {
    width: auto;
  }

  .story__lead__head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
    text-align: left;
  }

  .story__lead__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }

  .story__section1 {
    padding-bottom: 21.33333vw;
  }

  .story__section1::before {
    top: -7.46667vw;
    right: -6.66667vw;
    left: -6.66667vw;
    background-image: url(../images/story/bg_story2-sp.png);
  }

  .story__section1__img {
    width: 93.33333vw;
    margin-right: -6.66667vw;
    margin-bottom: 9.33333vw;
  }

  .story__section1__box {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
  }

  .story__section1__head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
    text-align: left;
  }

  .story__section1__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }

  .story__section2 {
    display: block;
    padding-bottom: 21.33333vw;
  }

  .story__section2::before {
    top: -21.2vw;
    right: -6.66667vw;
    left: -6.66667vw;
    background-image: url(../images/story/bg_story3-sp.png);
  }

  .story__section2__img {
    width: 80vw;
    margin-left: -6.66667vw;
    margin-bottom: 9.33333vw;
  }

  .story__section2__box {
    width: auto;
    padding: 0;
  }

  .story__section2__head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
    text-align: left;
  }

  .story__section2__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }

  .story__section3 {
    margin-bottom: 26.66667vw;
  }

  .story__section3::before {
    top: -9.73333vw;
    right: -6.66667vw;
    left: -6.66667vw;
    background-image: url(../images/story/bg_story4-sp.png);
  }

  .story__section3__img {
    margin: 0 -6.66667vw 9.33333vw;
  }

  .story__section3__box {
    width: auto;
  }

  .story__section3__head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
    text-align: left;
  }

  .story__section3__txt {
    font-size: 3.73333vw;
    line-height: 1.8;
  }

  .story__other {
    display: block;
  }

  .story__other::before {
    top: -29.33333vw;
    right: -6.66667vw;
    left: -6.66667vw;
    background-image: url(../images/story/bg_story5-sp.png);
  }

  .story__other__item {
    width: auto;
  }

  .story__other__item + .story__other__item {
    margin-top: 5.33333vw;
  }

  .story__other__link {
    opacity: 1;
  }

  .story__other__link .txt {
    margin-bottom: 6.4vw;
    font-size: 5.06667vw;
  }

  .story__other__link .name {
    font-size: 4vw;
  }

  .talk__kv {
    margin: 0 5.33333vw;
  }

  .talk__kv::before {
    right: -5.33333vw;
    left: -5.33333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #fff), color-stop(53%, #F7F7F7));
    background: linear-gradient(#fff 53%, #F7F7F7 53%);
  }

  .talk__kv__head {
    right: -0.37333vw;
    bottom: 8vw;
    left: -0.50667vw;
  }

  .talk__lead {
    padding: 13.33333vw 6.66667vw 9.33333vw;
  }

  .talk__lead__txt {
    width: auto;
    font-size: 3.73333vw;
  }

  .talk__member {
    margin-bottom: 17.33333vw;
    padding: 0 6.66667vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #F7F7F7), color-stop(31%, #fff));
    background: linear-gradient(#F7F7F7 31%, #fff 31%);
  }

  .talk__member__wrap {
    width: auto;
  }

  .talk__member__head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
  }

  .talk__member__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .talk__member__item {
    width: 41.33333vw;
    margin-bottom: 2.66667vw;
  }

  .talk__member__item:nth-of-type(even) {
    margin-top: 9.33333vw;
  }

  .talk__member__item .img {
    margin-bottom: 2.66667vw;
  }

  .talk__member__item .name {
    margin-bottom: 2.13333vw;
    font-size: 4.26667vw;
  }

  .talk__member__item .position {
    font-size: 3.2vw;
  }

  .talk__section {
    margin-bottom: 20vw;
    padding: 0 6.66667vw;
  }

  .talk__section:nth-of-type(odd) .talk__section__img {
    text-align: right;
  }

  .talk__section::before {
    width: auto;
  }

  .talk__section::after {
    width: auto;
  }

  .talk__section.-section1::before {
    top: -11.73333vw;
    background-image: url(../images/talk/bg_section1-sp.png);
  }

  .talk__section.-section2::before {
    top: -12.66667vw;
    background-image: url(../images/talk/bg_section2-sp.png);
  }

  .talk__section.-section2::after {
    bottom: -2.66667vw;
    background-image: url(../images/talk/bg_section2_bottom-sp.png);
  }

  .talk__section.-section3::before {
    top: 73.46667vw;
    background-image: url(../images/talk/bg_section3-sp.png);
  }

  .talk__section.-section3::after {
    bottom: 69.33333vw;
    background-image: url(../images/talk/bg_section3_bottom-sp.png);
  }

  .talk__section.-section4::before {
    top: 74.66667vw;
    background-image: url(../images/talk/bg_section4-sp.png);
  }

  .talk__section.-section4::after {
    bottom: -5.33333vw;
    background-image: url(../images/talk/bg_section4_bottom-sp.png);
  }

  .talk__section__wrap {
    width: auto;
  }

  .talk__section__head {
    margin-bottom: 9.33333vw;
    font-size: 7.33333vw;
    letter-spacing: -0.025em;
    white-space: nowrap;
  }

  .talk__section__img {
    position: static;
    width: auto;
    margin: 0 -6.66667vw 9.33333vw;
  }

  .talk__section__img img {
    width: 93.33333%;
  }

  .talk__section__txt {
    width: auto;
    margin-bottom: 20vw;
  }

  .talk__section__txt .list dt {
    font-size: 3.73333vw;
  }

  .talk__section__txt .list dd {
    font-size: 3.73333vw;
  }

  .talk__section__bottom {
    margin: 0 -6.66667vw -9.33333vw;
  }

  .application__lead {
    margin-bottom: 18.66667vw;
    padding-bottom: 21.33333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48vw, #fff), color-stop(48vw, #F7F7F7));
    background: linear-gradient(#fff 48vw, #F7F7F7 48vw);
  }

  .application__lead__wrap {
    width: auto;
    padding: 0 10.66667vw;
  }

  .application__lead__head {
    margin-bottom: 9.33333vw;
    font-size: 6.66667vw;
  }

  .application__lead__col {
    display: block;
  }

  .application__lead__img {
    width: auto;
    margin-bottom: 9.33333vw;
  }

  .application__lead__txt {
    width: auto;
  }

  .application__lead__txt .head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
  }

  .application__lead__txt .txt {
    margin-bottom: 9.33333vw;
    font-size: 3.73333vw;
  }

  .application__lead__txt .name {
    text-align: right;
    font-size: 5.33333vw;
  }

  .application__lead__txt .position {
    font-size: 3.2vw;
  }

  .application__detail__wrap {
    width: auto;
    padding: 0 6.66667vw;
  }

  .application__detail__head {
    margin-bottom: 2.66667vw;
    font-size: 6.66667vw;
  }

  .application__detail__table th,
  .application__detail__table td {
    display: block;
    font-size: 3.73333vw;
    line-height: 1.875;
  }

  .application__detail__table th {
    margin-bottom: 4vw;
    padding: 6.66667vw 0 0;
  }

  .application__detail__table td {
    padding: 0 0 6.66667vw;
  }

  .bussiness__lead {
    margin-bottom: 13.33333vw;
  }

  .bussiness__lead__col {
    display: block;
    width: auto;
    padding: 0 6.66667vw;
  }

  .bussiness__lead__img {
    width: auto;
    margin-bottom: 9.33333vw;
  }

  .bussiness__lead__txt {
    width: auto;
  }

  .bussiness__lead__txt .head {
    margin-bottom: 5.33333vw;
    font-size: 7.33333vw;
    text-align: center;
  }

  .bussiness__lead__txt .txt {
    margin-bottom: 5.33333vw;
    font-size: 4.8vw;
  }

  .bussiness__lead__txt .small {
    font-size: 3.73333vw;
    line-height: 1.875;
  }

  .bussiness__detail {
    margin-bottom: 13.33333vw;
    padding: 13.33333vw 0;
    background-image: url(../images/bussiness/bg_bussiness-sp.jpg);
  }

  .bussiness__detail__wrap {
    width: auto;
    padding: 0 6.66667vw;
  }

  .bussiness__detail__head {
    margin-bottom: 5.33333vw;
    font-size: 7.33333vw;
  }

  .bussiness__detail__lead {
    margin-bottom: 9.33333vw;
    font-size: 3.73333vw;
    line-height: 1.875;
  }

  .bussiness__detail__content {
    width: auto;
    height: auto;
  }

  .bussiness__detail__item {
    position: static;
    width: auto;
  }

  .bussiness__detail__item + .bussiness__detail__item {
    margin-top: 9.33333vw;
  }

  .bussiness__detail__item .icn {
    width: 42.13333vw;
    height: 42.13333vw;
    margin-bottom: 4vw;
    border-width: 1.06667vw;
    font-size: 5.86667vw;
  }

  .bussiness__detail__item .head {
    margin-bottom: 2.66667vw;
    font-size: 5.06667vw;
  }

  .bussiness__detail__item .txt {
    font-size: 3.46667vw;
    line-height: 1.875;
    letter-spacing: 0;
  }

  .bussiness__footer__wrap {
    width: auto;
    padding: 0 6.66667vw;
  }

  .bussiness__footer__head {
    margin-bottom: 9.33333vw;
    font-size: 6.66667vw;
    letter-spacing: -0.05em;
    line-height: 1.4;
  }

  .bussiness__footer__nav {
    display: block;
    margin-bottom: 13.33333vw;
  }

  .bussiness__footer__nav__item {
    width: auto;
  }

  .bussiness__footer__nav__item + .bussiness__footer__nav__item {
    margin-top: 5.33333vw;
  }

  .bussiness__footer__nav__link {
    opacity: 1;
  }

  .bussiness__footer__nav__link .txt {
    margin-bottom: 4vw;
    font-size: 5.06667vw;
  }

  .bussiness__footer__nav__link .name {
    font-size: 4vw;
  }

  .bussiness__footer__btn {
    width: auto;
    height: 17.33333vw;
    border-width: 0.66667vw;
    font-size: 4.8vw;
  }

  .about__lead {
    margin-bottom: 13.33333vw;
  }

  .about__lead__wrap {
    width: auto;
    padding: 0 6.66667vw;
  }

  .about__lead__head {
    margin-bottom: 5.33333vw;
    font-size: 6.66667vw;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .about__lead__txt {
    width: auto;
    font-size: 3.73333vw;
    line-height: 1.875;
    letter-spacing: 0;
    text-align: left;
  }

  .about__detail {
    padding: 13.33333vw 0;
  }

  .about__detail__wrap {
    width: auto;
    padding: 0 6.66667vw;
  }

  .about__detail__head {
    margin-bottom: 2.66667vw;
    font-size: 6.66667vw;
  }

  .about__detail__table {
    border-bottom: 1px solid #DDDDDD;
  }

  .about__detail__table th,
  .about__detail__table td {
    padding: 6.66667vw 0;
    font-size: 3.73333vw;
    line-height: 1.875;
  }

  .about__detail__table th {
    padding-right: 9.6vw;
  }

  .about__history {
    width: 100%;
    padding: 28.8vw 0 20vw;
    background-position: center 13.33333vw, center top;
    background-size: 63.46667vw auto, auto;
    overflow: hidden;
  }

  .about__history__wrap {
    width: auto;
    padding: 0 6.66667vw;
  }

  .about__history__head {
    width: 82.13333vw;
    margin-bottom: 2.13333vw;
  }

  .about__history__section {
    margin-bottom: 6.66667vw;
  }

  .about__history__section__head {
    margin-right: -6.66667vw;
    margin-bottom: 4vw;
    font-size: 8.26667vw;
    text-align: left;
  }

  .about__history__section__head::before,
  .about__history__section__head::after {
    width: 52vw;
  }

  .about__history__section__head::before {
    content: none;
  }

  .about__history__section__lead {
    margin-bottom: 6.66667vw;
    font-size: 4.53333vw;
    text-align: left;
  }

  .about__history__section__content {
    padding: 5.33333vw 0;
    background-position: 5.33333vw center;
    background-size: 1px auto;
  }

  .about__history__item + .about__history__item {
    margin-top: 9.33333vw;
  }

  .about__history__item::before {
    top: 6.66667vw;
    bottom: auto;
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.53333vw;
  }

  .about__history__item:nth-of-type(odd) {
    width: auto;
    margin-left: 5.33333vw;
    padding-left: 5.33333vw;
  }

  .about__history__item:nth-of-type(odd)::before {
    left: -1.06667vw;
  }

  .about__history__item:nth-of-type(odd) .about__history__item__img {
    margin-right: 4vw;
  }

  .about__history__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    margin-left: 5.33333vw;
    padding-left: 5.33333vw;
    padding-right: 0;
  }

  .about__history__item:nth-of-type(even)::before {
    right: auto;
    left: -1.06667vw;
  }

  .about__history__item:nth-of-type(even) .about__history__item__img {
    margin-right: 4vw;
    margin-left: 0;
  }

  .about__history__item__img {
    width: 16vw;
  }

  .about__history__item__txt .year {
    width: 15.46667vw;
    height: 5.86667vw;
    font-size: 3.46667vw;
  }

  .about__history__item__txt .txt {
    font-size: 3.73333vw;
    line-height: 1.875;
  }

  .about__history__footer {
    margin-top: 13.33333vw;
  }

  .about__history__footer .txt {
    margin-bottom: 5.33333vw;
    font-size: 4vw;
    line-height: 1.875;
  }

  .about__history__footer .strong {
    font-size: 4.53333vw;
  }
}
/*# sourceMappingURL=style.css.map */
