.sticky-nav {
  position: static;
  top: 0px;
  z-index: 1;
  padding: 10px 20px;
  background-color: #fff;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.div-header {
  position: relative;
  background-image: url('../images/hero-1024_494.png');
  background-position: 0px 0px;
  background-size: auto;
}

.header-title {
  position: static;
  left: 11%;
  top: 140px;
  display: block;
  margin-right: 40px;
  margin-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  line-height: 55px;
}

.heading-large {
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #6b6b6b;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0074be;
  font-size: 43px;
  text-align: center;
}

.body-paragraph {
  display: none;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-right: 5%;
  padding-left: 5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.body-paragraph.color-gray {
  display: block;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 20px;
  color: #7a7a7a;
}

.body-paragraph.color-gray.font-size-middle {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 24px;
}

.section-body-div-2 {
  margin: 40px 15%;
}

.header-suc-title {
  display: block;
  margin-top: -55px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  direction: ltr;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.container {
  display: inline-block;
}

.section-box-shadow {
  max-width: 700px;
  margin: 30px auto 0px;
  padding: 10px 30px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #11244d;
  font-size: 26px;
  text-align: center;
}

.heading.display-none {
  display: none;
}

.box-paragraph-subtittle {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.paragraph {
  padding-bottom: 10px;
  color: #7a7a7a;
  font-size: 20px;
}

.box-paragraph {
  margin-top: -5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.box-paragraph.box-text-left {
  padding-left: 0px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.box-paragraph.box-paragraph-u-s {
  margin-bottom: 0px;
}

.box-paragraph.display-none {
  display: none;
}

.box-paragraph-small {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0px;
  color: #7b7b7b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.body {
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.heading-semititle {
  display: block;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #11244d;
  font-size: 26px;
  text-decoration: none;
}

.tab-image-column {
  max-width: 900px;
  padding-bottom: 20px;
  background-color: #fff;
}

.image-pc {
  display: block;
  width: 230px;
  height: auto;
  min-width: 230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.p-column {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #696969;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

.heading-semititle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #11244d;
  font-size: 22px;
  line-height: 28px;
}

.div-programs {
  max-width: 500px;
  margin: 20px auto 80px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.column {
  padding-top: 10px;
  padding-left: 20px;
  border-radius: 5px;
}

.column-2 {
  padding-top: 60px;
}

.section {
  margin-right: 15%;
  margin-bottom: 60px;
  margin-left: 15%;
  background-color: transparent;
}

.image-2 {
  position: static;
  margin-bottom: 40px;
}

.tab-cont {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-3 {
  display: block;
}

.image-3 {
  display: none;
  margin: auto;
  padding-top: 10px;
}

.image-4 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.div-block-4 {
  margin-top: 0px;
  margin-bottom: auto;
}

.heading-semititle-small-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
  color: #11244d;
  font-size: 24px;
  line-height: 30px;
}

.div-programs-transpaent {
  margin: 0px 5% 80px;
}

.div-box {
  display: block;
  width: 40%;
  margin-right: 20px;
  margin-left: 0px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.div-box.display-none {
  display: block;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  padding-top: 10px;
}

.image-6 {
  padding-top: 10px;
}

.image-7 {
  padding-top: 10px;
}

.section-programs {
  margin-top: -45px;
  background-color: #fff;
}

.box-semi-name {
  height: 40px;
  margin-right: 1px;
  margin-bottom: 0px;
  color: #505050;
  text-align: left;
}

.box-name {
  font-size: 22px;
}

.image-8 {
  position: absolute;
  left: 4%;
  top: 14%;
  right: auto;
  bottom: auto;
  display: none;
  width: 700px;
}

.body-paragraph-copy {
  position: absolute;
  left: 5%;
  top: 30%;
  display: inline-block;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-right: 0%;
  padding-left: 0%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.body-paragraph-copy.color-gray {
  display: block;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 20px;
  color: #7a7a7a;
}

.body-paragraph-copy.color-gray.font-size-middle {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 24px;
}

.hero-paragraph-pc {
  position: static;
  left: 11%;
  top: 320px;
  max-width: 570px;
  margin: 20px auto 10px;
  padding: 30px 0px 100px 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.85);
  background-color: rgba(103, 103, 139, 0);
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.div-block-8 {
  position: static;
  left: 11%;
  top: 100px;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: none;
}

.section-2 {
  position: relative;
  display: block;
  max-height: 750px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, transparent), to(#000)), url('../images/hero-1024_494_2.png');
  background-image: linear-gradient(270deg, transparent 40%, #000), url('../images/hero-1024_494_2.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.hero-paragraph-mb {
  position: static;
  left: 11%;
  top: 320px;
  display: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.image-mb {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  -webkit-perspective: 0px;
  perspective: 0px;
}

.box-div-p {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.box-paragraph-subtittle-left {
  display: block;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 18px;
  text-align: left;
}

.section-box-shadow-2 {
  max-width: 700px;
  margin: 40px auto 80px;
  padding: 10px 20px 10px 110px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.section-box-shadow-2.display-none {
  display: none;
}

.tab-cont-item {
  width: auto;
}

.accordion-trigger {
  width: 350px;
  cursor: pointer;
}

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

.accordion-item-cont {
  overflow: hidden;
  width: 100%;
}

.tab_paragraph-mb {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.button-2 {
  position: static;
  left: auto;
  top: auto;
  right: 3%;
  bottom: 3%;
  z-index: 200;
  display: block;
  width: 350px;
  margin: 0px auto 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  border-radius: 6px;
  background-color: #686868;
  box-shadow: 1px 1px 20px 3px rgba(32, 61, 92, 0.2);
  color: #d2d2d2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button-2:hover {
  border: 1px none #11244d;
  background-color: #686868;
  color: #d2d2d2;
}

.heading-s {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #11244d;
  font-size: 20px;
  text-align: center;
}

.text-span {
  color: #7b7b7b;
  font-size: 14px;
}

.text-span-2 {
  font-size: 16px;
  line-height: 38px;
  text-align: left;
}

.box-paragraph-left {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.box-paragraph-left.box-text-left {
  padding-left: 0px;
  text-align: left;
}

.box-div-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
  margin-bottom: 30px;
}

.box-div-column.box-div-column-mar-s {
  margin-bottom: 15px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-number {
  color: #696969;
  font-size: 16px;
  line-height: 23px;
}

.paragraph-6 {
  color: #696969;
  font-size: 16px;
}

.div-timesche {
  display: block;
  margin-bottom: 20px;
  padding-left: 20px;
  background-image: none;
}

.heading-semititle-m {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #11244d;
  font-size: 26px;
  line-height: 44px;
  text-align: left;
}

.heading-semititle-m.margin-top-s {
  padding-left: 0px;
}

.paragraph-7 {
  display: block;
  margin-top: -5px;
  color: #11244d;
  font-size: 14px;
  font-weight: 700;
}

.div-programs-tittle {
  margin-bottom: -22px;
  margin-left: 10px;
}

.text-span-3 {
  font-size: 14px;
  line-height: 0px;
}

.div-tittle-cont-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.out-box-paragraph {
  width: auto;
  max-width: 600px;
  margin: 10px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.out-box-paragraph.box-text-left {
  padding-left: 0px;
  text-align: left;
}

.out-box-paragraph-2 {
  width: auto;
  max-width: 600px;
  margin: 10px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.out-box-paragraph-2.box-text-left {
  padding-left: 0px;
  text-align: left;
}

.box-div-p-2 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  display: none;
}

.box-paragraph-s {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.box-paragraph-s.box-text-left {
  padding-left: 0px;
  text-align: left;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-8 {
  display: block;
  margin-bottom: 5px;
  padding-right: 5px;
  color: #696969;
  font-size: 18px;
}

.section-3 {
  padding: 28px 14px;
  background-color: #424242;
}

.wflow-cont-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wflow-copyright-doc {
  font-family: Montserrat, sans-serif;
  color: #b4b4b4;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.wflow-copyright-link {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
}

.div-tittle-cont-1-sub {
  position: absolute;
  top: 3177.43px;
  display: inline-block;
  color: #11244d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-tittle-cont-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.paragraph-9 {
  position: absolute;
  top: 3955px;
  display: inline-block;
  color: #11244d;
  font-size: 16px;
  font-weight: 700;
}

.div-tittle-cont-2-sub {
  position: absolute;
  top: 3955px;
  display: inline-block;
  color: #11244d;
  font-size: 16px;
  font-weight: 700;
}

.div-tittle-cont-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.paragraph-10 {
  position: absolute;
  top: 4350.4px;
  display: inline-block;
  color: #11244d;
  font-size: 16px;
  font-weight: 700;
}

.div-tittle-cont-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.paragraph-11 {
  position: absolute;
  top: 5637.25px;
  color: #11244d;
  font-size: 16px;
  font-weight: 700;
}

.heading-4 {
  margin-bottom: -24px;
  color: #11244d;
  letter-spacing: 2px;
}

.div-block-14 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.heading-large-sub {
  margin-top: 40px;
  margin-bottom: -33px;
  color: #0074be;
  text-align: center;
}

.p-column-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #696969;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.div-timesche-5 {
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  background-image: none;
}

.heading-5 {
  margin-bottom: -24px;
  color: #11244d;
  letter-spacing: 2px;
}

.box-semi-name-center {
  height: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #505050;
  text-align: center;
}

.section-2-copy {
  position: relative;
  display: none;
  max-height: 750px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, transparent), to(#fff)), url('../images/hero-shakehands-1920-1080.png');
  background-image: linear-gradient(270deg, transparent 40%, #fff), url('../images/hero-shakehands-1920-1080.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.header-suc-title-copy {
  display: block;
  margin-top: -55px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  direction: ltr;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ffa41b;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.hero-paragraph-pc-copy {
  position: static;
  left: 11%;
  top: 320px;
  max-width: 570px;
  margin: 20px auto 10px;
  padding: 30px 0px 100px 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.85);
  background-color: rgba(103, 103, 139, 0);
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.heading-large-sub-copy {
  margin-top: 40px;
  margin-bottom: -33px;
  color: #005082;
  text-align: left;
}

.heading-large-copy {
  display: block;
  padding-top: 0px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #6b6b6b;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 43px;
  text-align: left;
}

.div-block-8-copy {
  position: static;
  left: 11%;
  top: 100px;
  height: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: 0%;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: none;
}

.div-block-15 {
  padding-bottom: 140px;
  text-align: left;
}

.section-images {
  display: block;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #f4f5f7;
}

.column-3 {
  height: 300px;
}

.column-4 {
  height: 300px;
}

.column-5 {
  height: 300px;
}

.image-box-paragraph {
  display: block;
  width: auto;
  height: auto;
  margin: 129px auto 0px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.paragraph-13 {
  display: inline-block;
  width: 300px;
}

.paragraph-14 {
  display: inline-block;
  width: 300px;
}

.div-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-image {
  position: static;
  width: 300px;
  height: 300px;
  margin-right: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/header1024_256_4.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/header1024_256_4.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.text-span-6 {
  font-size: 20px;
  font-weight: 700;
}

.span-name-sub {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 19px;
  line-height: 26px;
}

.span-name-sub-2 {
  font-size: 18px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-s-center {
  color: #696969;
  text-align: center;
}

.div-image-2 {
  position: static;
  width: 300px;
  height: 300px;
  margin-right: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/hero-shakehands-1920-1080.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/hero-shakehands-1920-1080.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.div-image-3 {
  position: static;
  width: 300px;
  height: 300px;
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/building.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/building.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.text-span-7 {
  font-size: 20px;
  font-weight: 400;
}

.box-semi-name-left {
  height: 40px;
  margin-right: 1px;
  margin-bottom: 0px;
  color: #505050;
  text-align: left;
}

.box-semi-name-copy {
  height: 40px;
  margin-right: 1px;
  margin-bottom: 0px;
  color: #505050;
  text-align: left;
}

.paragraph-15 {
  color: #696969;
  text-align: center;
}

.paragraph-16 {
  color: #696969;
  text-align: center;
}

.section-box-shadow-copy {
  max-width: 700px;
  margin: 30px auto 0px;
  padding: 10px 30px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.box-cont-shadow {
  display: none;
  max-width: 700px;
  margin: 30px auto 0px;
  padding: 40px 30px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.box-cont-tittle {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.box-cont-p {
  margin-bottom: 10px;
  padding-left: 0px;
  color: #7b7b7b;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.columns {
  margin-bottom: 20px;
}

.box-paragraph-400 {
  width: 340px;
  margin: -5px auto 20px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.box-paragraph-400.box-text-left {
  padding-left: 0px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.box-paragraph-400.box-paragraph-u-s {
  margin-bottom: 0px;
}

.box-paragraph-400.display-none {
  display: none;
}

.text-span-6-copy {
  font-size: 20px;
  font-weight: 700;
}

.box-div-column-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
}

.text-span-8 {
  color: #696969;
}

.section-box-shadow-button {
  max-width: 700px;
  margin: 30px auto 0px;
  padding: 12px 30px 20px 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.3);
}

.bold-text-answer {
  display: inline-block;
  padding-bottom: 3px;
}

.bold-text-2 {
  display: inline-block;
}

.bold-text-3 {
  display: inline-block;
}

.bold-text-4 {
  font-size: 18px;
  text-align: left;
}

.box-paragraph-copy {
  margin-top: -5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.box-paragraph-copy.box-text-left {
  padding-left: 0px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.box-paragraph-copy.box-paragraph-u-s {
  margin-bottom: 0px;
}

.box-paragraph-copy.display-none {
  display: none;
}

.text-span-2-copy {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 38px;
  text-align: left;
}

.div-tittle-cont-1-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-5 {
  color: #000;
}

.heading-6 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: red;
  text-align: center;
}

.paragraph-17 {
  margin-right: 20px;
  margin-left: 20px;
  color: red;
  font-size: 18px;
  text-align: center;
}

.bold-text-6 {
  color: #f90000;
}

.bold-text-7 {
  color: #f90000;
}

.bold-text-8 {
  color: #f90000;
  font-size: 20px;
}

.box-paragraph-subtittle-copy {
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-radius: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #696969;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.text-span-10 {
  font-weight: 500;
  text-decoration: none;
}

.red-line {
  width: 60%;
  height: 3px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f90000;
}

.red-line-copy {
  display: none;
  width: 60%;
  height: 3px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f90000;
}

@media screen and (max-width: 991px) {
  .header-title {
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .heading-large {
    max-width: 600px;
    padding-bottom: 15px;
    color: #0074be;
    font-size: 40px;
    line-height: 35px;
    text-align: center;
  }
  .body-paragraph {
    display: block;
  }
  .header-suc-title {
    margin-top: -45px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .box-paragraph-subtittle {
    font-size: 16px;
  }
  .box-paragraph {
    padding-bottom: 5px;
    color: #7b7b7b;
  }
  .box-paragraph.box-text-left {
    color: #7b7b7b;
  }
  .box-paragraph-small {
    width: auto;
  }
  .heading-semititle {
    font-size: 16px;
  }
  .tab-image-column {
    display: block;
  }
  .image-pc {
    display: none;
  }
  .p-column {
    margin-bottom: 0px;
    text-align: left;
  }
  .div-programs {
    padding: 20px;
  }
  .column-2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-semititle-small-copy {
    padding-bottom: 0px;
    font-size: 20px;
  }
  .div-box {
    display: inline-block;
    width: 500px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 20px 20px 10px;
    text-align: center;
  }
  .box-holder {
    display: block;
    text-align: center;
  }
  .image-5 {
    width: 150px;
  }
  .image-6 {
    width: 150px;
  }
  .image-7 {
    width: 150px;
    text-align: center;
  }
  .section-programs {
    display: block;
  }
  .box-semi-name {
    height: auto;
    margin-top: 5px;
    text-align: center;
  }
  .box-name {
    display: block;
  }
  .hero-paragraph-pc {
    display: none;
    max-width: 550px;
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .div-block-8 {
    left: 5%;
    top: 60px;
    height: auto;
    max-width: 650px;
    margin-top: 90px;
    margin-left: auto;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .section-2 {
    height: 490px;
    padding-top: 95px;
    background-size: auto;
    background-attachment: scroll;
  }
  .hero-paragraph-mb {
    display: block;
    max-width: 550px;
    margin-top: 60px;
    padding-right: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    color: #5d5d5d;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .image-mb {
    display: block;
  }
  .box-paragraph-subtittle-left {
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 18px;
  }
  .section-box-shadow-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button-2 {
    width: 300px;
  }
  .div-timesche {
    padding-left: 10px;
  }
  .heading-semititle-m {
    font-size: 20px;
  }
  .heading-semititle-m.margin-top-s {
    margin-top: -15px;
  }
  .paragraph-7 {
    font-size: 12px;
  }
  .out-box-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-span-4 {
    font-size: 10px;
  }
  .grid {
    display: none;
    margin-bottom: 40px;
    grid-column-gap: 6px;
    grid-row-gap: 24px;
    -ms-grid-rows: auto 24px auto;
    grid-template-areas: "Area Area-2" "Area-3 .";
    -ms-grid-columns: 1.5fr 6px 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
  }
  .box-paragraph-s {
    color: #7b7b7b;
  }
  .box-paragraph-s.box-text-left {
    color: #7b7b7b;
  }
  .div-tittle-cont-1-sub {
    top: 3320.43px;
    font-size: 14px;
  }
  .div-tittle-cont-2-sub {
    top: 4108px;
  }
  .paragraph-10 {
    top: 4452.4px;
  }
  .paragraph-11 {
    top: 6322.25px;
  }
  .heading-4 {
    margin-bottom: -28px;
    font-size: 16px;
  }
  .heading-large-sub {
    margin-top: -14px;
    margin-bottom: -5px;
  }
  .p-column-copy {
    margin-bottom: 0px;
    text-align: left;
  }
  .div-timesche-5 {
    padding-left: 0px;
  }
  .heading-5 {
    margin-bottom: -14px;
    font-size: 16px;
  }
  .box-semi-name-center {
    height: auto;
    margin-top: 5px;
  }
  .section-2-copy {
    height: 490px;
    padding-top: 95px;
    background-size: auto;
    background-attachment: scroll;
  }
  .header-suc-title-copy {
    margin-top: -45px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
  }
  .hero-paragraph-pc-copy {
    display: none;
    max-width: 550px;
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .heading-large-sub-copy {
    margin-top: -14px;
    margin-bottom: -5px;
  }
  .heading-large-copy {
    max-width: 600px;
    padding-bottom: 15px;
    color: #264da1;
    font-size: 40px;
    line-height: 35px;
    text-align: center;
  }
  .div-block-8-copy {
    left: 5%;
    top: 60px;
    height: auto;
    max-width: 650px;
    margin-top: 90px;
    margin-left: auto;
    padding: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .image-box-paragraph {
    margin-top: 105px;
    font-size: 16px;
  }
  .div-image-box {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .div-image {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin-right: 20px;
  }
  .div-image-2 {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .div-image-3 {
    display: inline-block;
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }
  .box-semi-name-left {
    height: auto;
    margin-top: 5px;
    text-align: left;
  }
  .box-semi-name-copy {
    height: auto;
    margin-top: 5px;
    text-align: center;
  }
  .box-paragraph-400 {
    color: #7b7b7b;
  }
  .box-paragraph-400.box-text-left {
    color: #7b7b7b;
  }
  .box-paragraph-copy {
    color: #7b7b7b;
  }
  .box-paragraph-copy.box-text-left {
    color: #7b7b7b;
  }
  .text-span-2-copy {
    margin-bottom: 50px;
  }
  .box-paragraph-subtittle-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }
  .nav-grid {
    text-align: center;
  }
  .header-title {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .heading-large {
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 0px 10px;
    color: #fff;
    font-size: 28px;
  }
  .header-suc-title {
    padding-top: 5px;
    padding-left: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .section-box-shadow {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box-paragraph-subtittle {
    font-size: 16px;
  }
  .box-paragraph {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .box-paragraph.box-text-left {
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .box-paragraph-small {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 11px;
    line-height: 15px;
  }
  .box-paragraph-small.display-none {
    display: none;
  }
  .heading-semititle {
    font-size: 13px;
  }
  .image-pc {
    display: none;
  }
  .heading-semititle-small {
    font-size: 18px;
  }
  .column-2 {
    padding-top: 0px;
  }
  .section {
    margin-right: 10%;
    margin-left: 10%;
  }
  .div-box {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .box-holder {
    display: block;
  }
  .box-semi-name {
    text-align: center;
  }
  .hero-paragraph-pc {
    display: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-8 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-2 {
    height: 280px;
    padding: 70px 10px 0px;
    background-image: url('../images/hero_1920-1080_blur-3.png'), radial-gradient(circle farthest-corner at 50% 50%, #000, #fff);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }
  .hero-paragraph-mb {
    display: block;
    margin-top: 40px;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .image-mb {
    display: block;
  }
  .box-paragraph-subtittle-left {
    padding-top: 0px;
    font-size: 16px;
  }
  .section-box-shadow-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 60px;
  }
  .box-paragraph-left {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .box-div-column {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .box-div-column.box-div-column-mar-s {
    margin-bottom: 20px;
  }
  .heading-semititle-m {
    font-size: 20px;
  }
  .paragraph-7 {
    margin-top: -10px;
    letter-spacing: -0.7px;
  }
  .out-box-paragraph-2 {
    font-size: 14px;
  }
  .box-paragraph-s {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .box-paragraph-s.box-text-left {
    min-width: 0px;
    font-size: 14px;
  }
  .text-span-5 {
    font-size: 14px;
  }
  .div-block-12 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-8 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .heading-large-sub {
    margin-top: 15px;
    margin-bottom: -27px;
    color: #fff;
  }
  .section-2-copy {
    height: 280px;
    padding: 70px 10px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.19)), to(hsla(0, 0%, 100%, 0.19))), url('../images/hero_1920-1080_blur-3.png'), url('../images/hero-1024_494_2.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.19), hsla(0, 0%, 100%, 0.19)), url('../images/hero_1920-1080_blur-3.png'), url('../images/hero-1024_494_2.png');
    background-position: 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, cover, 600px;
    background-attachment: scroll, scroll, scroll;
  }
  .header-suc-title-copy {
    padding-top: 5px;
    padding-left: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .hero-paragraph-pc-copy {
    display: none;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-large-sub-copy {
    margin-top: 15px;
    margin-bottom: -27px;
    color: #092869;
  }
  .heading-large-copy {
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 0px 10px;
    color: #092869;
    font-size: 28px;
  }
  .div-block-8-copy {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-box-paragraph {
    margin-top: 0px;
    padding-top: 108px;
  }
  .div-image-box {
    display: block;
    text-align: center;
  }
  .div-image {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .div-image-2 {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .div-image-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box-semi-name-left {
    text-align: left;
  }
  .box-semi-name-copy {
    text-align: left;
  }
  .section-box-shadow-copy {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box-cont-shadow {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box-paragraph-400 {
    width: 340px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .box-paragraph-400.box-text-left {
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .box-div-column-top {
    margin-top: 0px;
  }
  .section-box-shadow-button {
    margin-right: 20px;
    margin-left: 20px;
  }
  .box-paragraph-copy {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .box-paragraph-copy.box-text-left {
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .text-span-2-copy {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .paragraph-17 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .box-paragraph-subtittle-copy {
    font-size: 16px;
  }
  .red-line {
    width: 80%;
  }
  .red-line-copy {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link {
    display: inline-block;
    padding: 10px;
    border: 1px none #000;
  }
  .header-title {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-large {
    max-width: none;
    padding-bottom: 5px;
    border-bottom-color: #757575;
    color: #fff;
    font-size: 22px;
  }
  .header-suc-title {
    margin-top: -58px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }
  .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .list-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button {
    display: none;
  }
  .section-box-shadow {
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .box-paragraph-subtittle {
    color: #5d5d5d;
    font-size: 16px;
  }
  .box-paragraph {
    margin-bottom: 10px;
    color: #5d5d5d;
    font-size: 16px;
  }
  .box-paragraph.box-text-left {
    font-size: 16px;
  }
  .box-paragraph-small {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
  }
  .heading-semititle {
    width: 200px;
    height: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    background-color: #000;
    box-shadow: 1px 1px 2px 0 rgba(12, 17, 22, 0.57);
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
  }
  .image-pc {
    display: none;
  }
  .p-column {
    font-size: 16px;
    line-height: 22px;
  }
  .div-programs {
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .column {
    padding-right: 0px;
    padding-left: 5px;
  }
  .column-2 {
    padding-top: 0px;
  }
  .section {
    margin-right: 10px;
    margin-left: 10px;
  }
  .image-3 {
    display: none;
    margin-top: 20px;
    text-align: left;
  }
  .image-4 {
    display: none;
    padding-top: 20px;
  }
  .heading-semititle-small-copy {
    font-size: 18px;
  }
  .div-programs-transpaent {
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-box {
    width: auto;
    margin-right: 0px;
    box-shadow: 1px 1px 20px 0 rgba(32, 61, 92, 0.09);
  }
  .box-semi-name {
    font-size: 16px;
    text-align: center;
  }
  .box-name {
    font-size: 18px;
  }
  .section-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/hero_1920-1080_blur-3.png'), url('../images/hero-1024_494_2.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/hero_1920-1080_blur-3.png'), url('../images/hero-1024_494_2.png');
    background-position: 0px 0px, 80% 70%, 60% 45%;
    background-size: auto, 600px, auto;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .hero-paragraph-mb {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-mb {
    margin-right: auto;
    padding-right: 0px;
  }
  .box-div-p {
    width: auto;
  }
  .section-box-shadow-2 {
    margin-right: 5%;
    margin-bottom: 60px;
    margin-left: 5%;
    padding-left: 20px;
  }
  .accordion-trigger {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.84);
  }
  .heading-3 {
    font-size: 16px;
  }
  .accordion-item-cont {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 5px;
    background-color: transparent;
  }
  .a-item-bg {
    margin-top: 10px;
    margin-left: 0px;
    padding: 10px;
    border-radius: 6px;
    background-color: hsla(0, 0%, 100%, 0.84);
  }
  .paragraph-4 {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 6px;
    background-color: transparent;
  }
  .list-2 {
    padding-right: 0px;
  }
  .tab_paragraph-mb {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .button-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 2%;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .text-span {
    font-size: 12px;
    line-height: 14px;
  }
  .text-span-2 {
    color: #5d5d5d;
  }
  .box-paragraph-left {
    margin-bottom: 0px;
    line-height: 18px;
  }
  .box-div-column {
    margin-bottom: 20px;
  }
  .box-div-column.box-div-column-mar-s {
    margin-bottom: 20px;
  }
  .div-timesche {
    padding-left: 0px;
  }
  .heading-semititle-m {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #11244d;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -1px;
  }
  .heading-semititle-m.margin-top-s {
    margin-top: -10px;
  }
  .paragraph-7 {
    margin-top: -5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .div-tittle-cont-1 {
    display: block;
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .out-box-paragraph {
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .out-box-paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid {
    display: none;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph-8 {
    color: #696969;
    font-size: 16px;
    font-weight: 700;
  }
  .div-block-13 {
    margin-top: 10px;
    padding-top: 10px;
  }
  .wflow-copyright-doc {
    font-size: 8px;
    line-height: 16px;
  }
  .div-tittle-cont-2 {
    display: block;
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .div-tittle-cont-3 {
    display: block;
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .div-tittle-cont-4 {
    display: block;
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .heading-4 {
    width: 200px;
    margin-right: auto;
    margin-bottom: -14px;
    margin-left: auto;
    color: #000;
    font-size: 20px;
    text-align: center;
  }
  .heading-large-sub {
    color: #fff;
  }
  .p-column-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .div-timesche-5 {
    padding-left: 0px;
  }
  .heading-5 {
    width: 200px;
    margin-right: auto;
    margin-bottom: -14px;
    margin-left: auto;
    color: #000;
    font-size: 20px;
    text-align: center;
  }
  .html-embed {
    display: block;
  }
  .box-semi-name-center {
    font-size: 16px;
  }
  .section-2-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 71.5%, 0.33)), to(hsla(0, 0%, 71.5%, 0.33))), url('../images/hero_1920-1080_blur-3.png'), url('../images/hero-1024_494_2.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 71.5%, 0.33), hsla(0, 0%, 71.5%, 0.33)), url('../images/hero_1920-1080_blur-3.png'), url('../images/hero-1024_494_2.png');
    background-position: 0px 0px, 80% 40%, 60% 45%;
    background-size: auto, auto 500px, auto;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .header-suc-title-copy {
    margin-top: -58px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
  }
  .heading-large-copy {
    max-width: none;
    padding-bottom: 5px;
    color: #152e64;
    font-size: 22px;
  }
  .section-images {
    padding-bottom: 40px;
  }
  .image-box-paragraph {
    margin-top: 0px;
    padding-top: 126px;
    font-size: 18px;
  }
  .div-image-box {
    display: block;
  }
  .div-image {
    width: 300px;
    height: 300px;
    margin: 0px auto 20px;
  }
  .div-image-2 {
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .div-image-3 {
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-span-7 {
    font-size: 16px;
  }
  .box-semi-name-left {
    font-size: 16px;
    text-align: left;
  }
  .box-semi-name-copy {
    font-size: 16px;
    text-align: left;
  }
  .section-box-shadow-copy {
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-cont-shadow {
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box-paragraph-400 {
    width: 250px;
    min-width: auto;
    color: #5d5d5d;
    font-size: 14px;
  }
  .box-paragraph-400.box-text-left {
    font-size: 16px;
  }
  .section-box-shadow-button {
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold-text-4 {
    font-size: 13px;
  }
  .text-span-9 {
    font-size: 12px;
    line-height: 14px;
  }
  .box-paragraph-copy {
    color: #5d5d5d;
    font-size: 12px;
    line-height: 15px;
  }
  .box-paragraph-copy.box-text-left {
    font-size: 16px;
  }
  .text-span-2-copy {
    color: #5d5d5d;
    font-size: 16px;
  }
  .div-tittle-cont-1-copy {
    display: block;
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .paragraph-17 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .bold-text-8 {
    font-size: 18px;
  }
  .box-paragraph-subtittle-copy {
    margin-top: 22px;
    color: #5d5d5d;
    font-size: 16px;
  }
  .red-line {
    width: 100%;
    margin-top: -27px;
  }
  .red-line-copy {
    display: block;
    width: 100%;
    margin-top: -31px;
    margin-bottom: 3px;
  }
}

