@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese');

/*****************layout*****************/
body {
  font-size: 1.8rem;
  /*	overflow-x: hidden; */
}

* {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 13px;
  }
}

/*** pc-only / sp-only ***/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.main_container {
}

.main_container .contents {
  margin-left: 180px;
  background: #fff;
  min-width: 1100px;
  /* overflow-x: scroll; */
}

.page_nav {
  position: fixed;
  top: 0;
  left: -360px;
  width: 180px;
  background-color: #fff;
  border-right: 1px solid #ececec;
  height: 100vh;
  z-index: 1001;
}

/* Banner Diagram
============================================================ */
/* pc */
@media screen and (min-width: 769px) {
  .page_nav_banner ul.page_nav_banner_list {
    margin: 20px 0;
    padding: 0 10px;
  }
  .page_nav_banner ul.page_nav_banner_list > li a {
    display: inline-block;
    background-image: url(../img/banner_diagram_on.png);
    background-size: 159px 91.42px;
  }
  .page_nav_banner ul.page_nav_banner_list > li a img {
    transition: opacity 0.3s ease-in-out;
    width: 159px;
    height: 91.42px;
  }
  .page_nav_banner ul.page_nav_banner_list > li a:hover img {
    opacity: 0;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .page_nav_banner ul.page_nav_banner_list {
    border-top: 1px solid #f2eeeb;
    margin-bottom: 0;
    padding: 20px 30px;
  }
}

.page_nav_list {
  border-top: 1px solid #ececec;
  margin-bottom: 0;
}

.page_nav_list li {
  border-bottom: 1px solid #ececec;
  font-size: 1.5rem;
}

.page_nav_list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* height: 96px; */
  padding: 12px 0;
  color: #212529;
  padding-left: 25px;
  transition: 0.3s ease-in-out;
  position: relative;
}

.page_nav_list a:hover {
  text-decoration: none;
  color: inherit;
}

.page_nav_list a:hover,
.page_nav_list a.active {
  color: #fff;
}

.page_nav_list a:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}

.page_nav_list a:hover:before,
.page_nav_list a.active:before {
  width: 100%;
}

.page_nav_list li.bord_naby a:before {
  background-color: #0c0e33;
}

.page_nav_list li.bord_pink a:before {
  background-color: #ec74a2;
}

.page_nav_list li.bord_blue a:before {
  background-color: #8acfd2;
}

.page_nav_list li.bord_green a:before {
  background-color: #b7d200;
}

.page_nav_list a span {
  position: relative;
  z-index: 2;
}

.page_nav_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sns_btn_wrap {
  display: flex;
  margin: 0;
}

.sns_btn_wrap li {
  flex: 0 0 50%;
  text-align: center;
  overflow: hidden;
}

.sns_btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.sns_btn_wrap a:hover {
  text-decoration: none;
}

.sns_btn_wrap .tw_icon {
  background-color: #1da1f2;
}

.sns_btn_wrap .fb_icon {
  background-color: #4368b3;
}

.page_nav_logo01 {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
}

.page_nav_logo01 a {
  display: block;
  padding: 50px 0;
}

.page_nav_logo01 img {
  width: 135px;
}

.page_nav_logo02 {
  padding: 0 20px;
  margin-top: 20px;
  text-align: center;
}

.page_nav_logo02 a {
  display: inline-block;
}

.page_nav_logo02 img {
  width: 100%;
}

@media (min-width: 770px) {
  .page_nav_inr {
    transform: none !important;
  }
}

@media (max-width: 769px) {
  .contents {
    padding: 70px 0 0;
  }

  .page_nav {
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    transform: none !important;
  }
  .page_nav_logo01 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .page_nav_logo01 img {
    width: 140px;
  }
  .page_nav_logo01 a {
    padding: 0;
  }
  .page_nav_inr {
    position: absolute;
    top: 70px;
    left: auto;
    right: -1px;
    width: 186px;
    /* height: auto; */
    max-height: calc(100vh - 70px);
    /* height: calc(106.5625vw + 70px); */
    overflow: auto;
    background: #fff;
  }
  .page_nav_block {
    /* height: 100%; */
    position: relative;
  }
  .page_nav_list li {
    font-size: 1.3rem;
  }
  .page_nav_list a {
    height: 70px;
  }
  .page_nav_logo02 {
    margin: 20px 0;
  }
  .page_nav_logo02 img {
    width: 175px;
    max-width: 68.6%;
  }
  .page_nav_btm {
    position: static;
  }
  .sns_btn_wrap a {
    height: 40px;
  }
  .page_nav_inr {
    transform: translateX(100%);
  }
  .menuicon_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .menuicon_btn_inr {
    width: 25px;
    height: 22px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menuicon_btn,
  .menuicon_btn_inr span {
    display: inline-block;
    transition: 0.4s;
    box-sizing: border-box;
  }
  .menuicon_btn_inr span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #272727;
    border-radius: 0;
    transform: translateX(-50%);
  }
  .menuicon_btn_inr span:nth-of-type(1) {
    top: 0;
  }
  .menuicon_btn_inr span:nth-of-type(2) {
    top: 10px;
  }
  .menuicon_btn_inr span:nth-of-type(3) {
    bottom: 0;
  }
  .menuicon_btn.active span:nth-of-type(1) {
    transform: translateY(10px) translateX(-50%) rotate(-45deg);
  }
  .menuicon_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuicon_btn.active span:nth-of-type(3) {
    transform: translateY(-10px) translateX(-50%) rotate(45deg);
  }

  .main_container .contents {
    margin-left: 0;
    min-width: 100%;
  }
}

/*****************kv*****************/
.kv {
  position: relative;
}

.scroll_img {
  width: 12px;
  position: relative;
  bottom: 5px;
}

.map_section {
  margin-top: 0;
}

.scroll_ball {
  width: 90px;
  height: 90px;
  position: fixed;
  padding-top: 20px;
  bottom: 40px;
  right: 40px;
  z-index: 80;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 50%;
  color: #272727;
  opacity: 0;
}

.scroll_ball_mouse {
  display: inline-block;
  width: 16px;
  height: 27px;
  border: 1px solid #272727;
  border-radius: 7px;
  position: relative;
}

.scroll_ball_mouse:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #272727;
  position: absolute;
  top: 25%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  animation: mouseMove 1.5s infinite ease;
}

.scroll_ball_txt {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 11px;
  bottom: 4px;
  letter-spacing: 0;
  font-weight: bold;
}

@keyframes mouseMove {
  0% {
    opacity: 0.5;
  }
  25% {
    top: 25%;
    opacity: 1;
  }
  100% {
    top: 55%;
    opacity: 0;
  }
}

@media (max-width: 769px) {
  /* .kv {
		overflow: hidden;
		height: 82.6vw;
	}
	.kv img {
		width: 117%;
		height: auto;
		max-height: none;
		max-width: none;
	} */

  .scroll_ball {
    display: none;
  }
}

/*****************common*****************/
svg {
  pointer-events: none;
}

.sec {
  position: relative;
  /* overflow: hidden; */
}

.sec_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  /* transform: translateY(-100%); */
}

.comfort_section {
  position: relative;
  z-index: 2;
}

.sec_inr {
  padding: 110px 80px 120px;
}

.comfort_section.sec_inr {
  padding-right: 0;
  padding-top: 60px;
}

.comfort_section_ttl {
  font-size: 5rem;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1;
}
.sec_project .comfort_section_ttl .letters:first-child .letter:nth-child(4),
.sec_project .comfort_section_ttl .letters:first-child .letter:nth-child(5) {
  font-size: 1.2em;
  position: relative;
  top: 0.05em;
}
.sec_project .comfort_section_ttl .letter:nth-child(9) {
  margin: 0 12px;
}
.sec_project .comfort_section_ttl .letters {
  vertical-align: middle;
}
.sec_project .comfort_section_ttl .letters:first-child {
  margin-right: 0.1em;
}
.sec_project .comfort_section_ttl .letters:last-child {
  font-size: 3rem;
  position: relative;
  top: 0.2em;
}
.icon_rss {
  margin: 20px 0 0;
  padding: 0 60px 0 0;
  text-align: right;
}
.icon_rss a {
  display: inline-block;
  line-height: 27px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.icon_rss a:after {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
  margin: 0 0 0 10px;
  background: url(../img/icon_rss.png) no-repeat 50% 50%;
  background-size: contain;
}
.icon_rss a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.circle {
  background-color: #fff;
  width: 85px;
  margin-right: 14px;
  margin-top: -110px;
  padding: 16px;
  border-radius: 50%;
  height: 85px;
}

.graph_note {
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  text-align: right;
}

.boxex {
  padding: 100px 60px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.over-zoom {
  transition: 0.25s ease-in-out;
}

.over-zoom:hover {
  opacity: 1;
  transform: scale(1.05);
}

@media (max-width: 769px) {
  .sec_inr,
  .comfort_section.sec_inr {
    padding: 60px 10px;
  }
  .sec_inr > div.main_copy_txt:nth-child(2) img.sp-only {
    height: auto;
    width: 100%;
  }
  .comfort_section_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .sec_project .comfort_section_ttl .letter:nth-child(9) {
    margin: 0 8px;
  }
  .sec_project .comfort_section_ttl .letters:last-child {
    font-size: 1.2rem;
    top: 0.4em;
  }
  .icon_rss {
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.3rem;
  }
  .icon_rss a {
    line-height: 24px;
  }
  .icon_rss a:after {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  .boxex {
    border-radius: 5px;
  }
}

@media (max-height: 720px) and (min-width: 769px) {
  .page_nav_logo02 {
    margin-bottom: 4.16vh;
  }
  .page_nav_logo02 a {
    width: 18vh;
  }
}
@media (max-width: 370px) {
  .comfort_section_ttl {
    font-size: 1.8rem;
  }
  .sec_project .comfort_section_ttl .letters:last-child {
    top: 0;
  }
}

/*****************main_copy*****************/
.main_copy {
  padding: 90px 60px;
}

.main_copy_txt:not(:last-child) {
  margin: 0 20px 80px;
}

.main_copy_txt:last-child {
  margin: 100px 20px 0px 23px;
}

@media (max-width: 769px) {
  .main_copy {
    padding: 0;
  }
  .main_copy_txt:not(:last-child) {
    margin: 0 10px 40px;
  }
  .main_copy_txt:last-child {
    margin: 0 10px 0 14px;
  }
}

/*****************Tab Section 2*****************/

.bgclr-1 {
  background-color: #8acfd2;
}

.box_11,
.box_21,
.box_31 {
  border: 1px solid;
  border-radius: 5px;
  width: 100%;
}

.width_15 {
  width: 15%;
}

.p-11 {
  padding: 11px 18px;
}

.width-30 {
  width: 30%;
}

.circle_top {
  position: absolute;
}

.circle_top {
  background-color: #fff100;
  border-radius: 50%;
  margin: 0;
  padding: 7px 2px 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: bold;
}

.circle_top .span_1 {
  display: block;
  margin: 0;
  font-size: 1rem;
  margin-bottom: 3px;
}

.circle_top .span_2 {
  font-size: 2.5rem;
  line-height: 0.5em;
  padding-left: 3%;
}

.bord_wid {
  min-width: 970px;
  /* width: 100%; */
}

.boxex_point_row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 100px;
}

.boxex_point_row li {
  position: relative;
  margin: 0 30px;
  flex: 0 0 220px;
  max-width: 220px;
}

.boxex_point_row .item_inr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid;
  border-radius: 10px;
  width: 100%;
  height: 110px;
  padding-left: 46px;
  font-size: 1.8rem;
  /*box-shadow: 0 8px 0 1px #f3f3f3;*/
  position: relative;
  color: inherit;
}

.boxex_point_row .item_inr_box {
  position: relative;
  bottom: 4px;
}

.boxex_point_row .item_inr p {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}

.boxex_point_row .item_inr p .large {
  font-size: 2.4rem;
}

.boxex_point_row .item_inr p small {
  font-size: 1.4rem;
}

.boxex_point_row a:hover {
  text-decoration: none;
}

.icon_arrow_btm {
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_02.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.boxex_point_row .circle_top {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.boxex_point_row .item_inr:hover .circle_top.over-zoom {
  transform: translate(-50%, -50%) scale(1.05);
}

.bdr_btm_btm {
  display: inline-block;
  margin-bottom: 10px;
}

.ml170 {
  margin-left: 100px;
}

.iconic_btm {
  position: absolute;
  right: 5px;
  padding: 5px;
  bottom: 5px;
}

.circle_center.circle_top {
  position: relative !important;
  top: 0;
  left: 0;
}

#point1,
#point2 {
  margin-bottom: 80px;
}
#point1,
#point2,
#point3 {
  padding-top: 0 !important;
}
.point_head_wrap {
  display: block;
}
.point_head {
  display: flex;
  align-items: center;
  padding: 36px 0 30px;
  background: url(../img/img_border_tile.png) repeat-x;
}

.point_head .point_head_txt {
  margin-left: 15px;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0;
}

.ttl_bdr {
  position: relative;
  width: 100%;
  height: 1px;
  background: #231815;
}

.ml75 {
  margin-left: 75px;
}

.bdr_bdr {
  border-bottom: 1px solid black;
  width: 100%;
  margin: 8px auto;
  display: inline-block;
}

.width_float {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

.section_4 h3.text-center {
  font-weight: bold;
  font-size: 3.2rem;
}

.row_graph_item {
  padding: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 80px 25px 40px;
  box-sizing: border-box;
  position: relative;
}

.row_graph_item .icon_arrow {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(50%, -50%);
  width: 40px;
  height: 26px;
  background: url(../img/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: contain;
  z-index: 2;
}

.graph_item_ttl {
  font-size: 2rem;
  font-weight: bold;
  height: 3rem;
  margin-bottom: 3rem;
}
.graph_item_ttl.ttl_large {
  font-size: 3rem;
}
.graph_item_ttl.ttl_large.mrb {
  margin-bottom: 1rem;
}
.graph_item_ttl.ttl_sm {
  font-size: 1.6rem;
}
.graph_item_ttl:not(.ttl_large) {
  position: relative;
  top: 0.5em;
}

.graph_item_ttl .small {
  font-size: 1.2rem;
}
.graph_item_ttl.ttl_large .small {
}
.graph_item_ttl_small {
  font-size: 1.2rem;
  margin-left: 30%;
}

.block {
  padding: 30px 90px;
  box-sizing: border-box;
  position: relative;
}
.block_title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
}
.block_graph {
  max-width: 680px;
  margin: 0 auto;
}
.block_graph_txt {
  display: inline-block;
  margin-top: -6px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  opacity: 0;
  background: linear-gradient(to bottom, transparent 75%, #fff100 76%);
}
.block_graph_txt .number {
  padding: 0 4px;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0;
}

h5.font-weight-bold.font-30 {
  font-size: 30px;
}

.p-b-16 {
  padding-bottom: 29px;
}

/*****************Tab Section 3*****************/

.bgclr-1 {
  background-color: #8acfd2;
}

.bgclr-2 {
  background-color: #b7d200;
}

.bgclr-3 {
  background-color: #ec74a2;
}

.width_15 {
  width: 96%;
}

.p-11 {
  padding: 11px 18px;
}

.width-30 {
  width: 30%;
}

.pt-6 {
  padding-top: 5rem;
}

.pb-6 {
  padding-bottom: 5rem;
}

.pl-6 {
  padding-left: 5rem;
}

.title_head h4 {
  margin-bottom: 0px !important;
  font-weight: bold;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.image img {
  width: 85%;
}

.icons {
  color: #ec74a2;
  font-size: 10px !important;
  line-height: 1 !important;
  padding: 2px;
  border: 1px solid #ec74a2;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

/****************************************/

/*****************SHIVANI 14-3-2019*****************/

.f-s-18 {
  font-size: 18px;
}

.width_float.f-s-18 {
  font-size: 19px;
  line-height: 1.8em;
}

.color2 {
  background-color: #faece3;
}

.color3 {
  background-color: #fce8db;
}

.color4 {
  color: #eb6b7e;
}

.row {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.margin1 {
  margin: 0 35px;
}

.margin3 {
  margin: 0 12px;
}

.margin2,
.margin4 {
  margin-right: 55px;
}

.arrow_img {
  margin-top: -71%;
  left: 235px;
  z-index: 1;
}

.border2 {
  left: 94px;
}

.border2,
.border3,
.border4,
.border9,
.border10,
.border11,
.border12,
.border13 {
  border-top: 3px dotted black;
  background: #8acfd2;
  position: absolute;
}

.border2,
.border3,
.border9,
.border10,
.border11,
.border4,
.border12,
.border13 {
  top: -17px;
}

.border2,
.border3 {
  width: 43px;
}

.txt-example {
  font-size: 14px;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: -26px;
}

.txt-example:before,
.txt-example:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #212529;
  position: relative;
  top: 7px;
}

.txt-example:before {
  right: 15px;
  transform: rotate(-30deg);
}

.txt-example:after {
  left: 15px;
  transform: rotate(30deg);
}

.pr {
  position: relative;
}

.border3 {
  left: 225px;
}

.border9,
.border10,
.border11 {
  width: 32px;
}

.border9 {
  left: 105px;
}

.border10 {
  left: 227px;
}

.border11 {
  left: 349px;
}

.border12 {
  left: 212px;
  width: 63px;
}

.border13 {
  left: 225px;
  width: 61px;
}

.border4 {
  left: 212px;
  width: 61px;
}

.border5 {
  border-right: 1px dashed black;
  border-left: 1px dashed black;
  border-bottom: 1px dashed black;
  border-top: 1px dashed black;
  border-radius: 10px;
}

.graph_case_head {
  transform: translateY(50%);
  margin-bottom: 0;
}

.graph_case_ttl {
  display: inline-block;
  font-weight: bold;
  border: 1px solid #615656;
  background: #fff;
  padding: 6px 30px 5px;
  border-radius: 5px;
  font-size: 2rem;
}
.graph_case_ttl .txt_bdr {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  background: linear-gradient(to bottom, transparent 65%, #8acfd2 66%);
}

.graph_case_lead {
  position: absolute;
  top: 35px;
  left: 50%;
  font-weight: bold;
  font-size: 1.6rem;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.graph_case_lead .txt_bdr {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  background: linear-gradient(to bottom, transparent 65%, #8acfd2 66%);
}

.graph_item_ttl_lead {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.graph_item_ttl_lead .txt_bdr {
  display: inline-block;
  background: linear-gradient(to bottom, transparent 75%, #fff100 76%);
  line-height: 1.2;
}

.border8 {
  border-right: 1px dashed black;
  border-left: 1px dashed black;
  border-bottom: 1px dashed #000;
  border-top: 1px dashed black;
  border-radius: 22px;
}

.paddinga {
  padding: 50px 25px 0;
}

.p-b-29 {
  padding-bottom: 29px;
}

.section_first {
  /* margin-right: 44px; */
  margin-bottom: 60px;
}
.section_first .graph_root_list {
  padding-top: 12px;
  margin-bottom: 0px;
  align-items: center;
}

.v_text {
  vertical-align: middle;
  display: table-cell;
}

#point2 .w-100.text-left {
  margin-top: 2rem !important;
  margin-bottom: 60px !important;
}

.banner_img {
  padding: 20px 0;
}

.banner_img_row {
  display: flex;
  /*	justify-content: space-between; */
  justify-content: center;
}

.banner_img_item {
  flex: 0 0 47.82%;
  max-width: 47.82%;
  border-radius: 5px;
  align-items: flex-start;
  text-align: center;
}

.banner_img_row.col3 .banner_img_item {
  flex: 0 0 30.43%;
  max-width: 30.43%;
}

.banner_img_item img {
  border-radius: 5px;
  overflow: hidden;
  max-height: 400px;
  width: auto !important;
}
.banner_img_item .txt {
  display: inline-block;
  font-size: 1.5rem;
  margin-top: 5px;
}

.circle_box {
  padding: 160px 0 0;
}

.circle_box_ttl.ml9,
.circle_box_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.list_box,
.list_box2 {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.list_box {
  margin: 35px 0 50px;
}

.list_box li {
  flex: 0 0 26.08%;
  margin: 0 1.35%;
}

.list_box2 li {
  flex: 0 0 19.56%;
  max-width: 19.56%;
  margin: 0 2.17%;
}

.list_box li img.img-fluid,
.list_box2 li img.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 20px;
}

a.box_holder {
  color: inherit;
}

a.box_holder:hover {
  text-decoration: none;
}

.box_holder_img {
  overflow: hidden;
  border-radius: 50%;
}

.box_holder_img img {
  transition: 0.25s ease-in-out;
  width: 100%;
  height: auto;
}

a:hover .box_holder_img img {
  transform: scale(1.05);
}

.box_holder_cap {
  font-size: 1.5rem;
  margin: 15px auto 0;
  font-weight: bold;
}

.js-scalein + .box_holder_cap {
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.js-scalein.animated + .box_holder_cap {
  opacity: 1;
}

.icon_external {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../img/icon_external_blk.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 768px) {
  .circle_box {
    padding-top: 60px;
  }

  .list_box {
    display: block;
    max-width: 85%;
    margin: 0 auto 30px;
  }

  .list_box li {
    margin: 0 0 25px;
  }

  .list_box2 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -25px;
  }

  .list_box2 li {
    flex: 0 0 48.57%;
    max-width: 48.57%;
    margin: 0 0 25px;
  }

  .circle_box_ttl.ml9,
  .circle_box_ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .box_holder_cap {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

/* sec_notice
============================================================ */

.sec_notice .sec_inr {
  padding-bottom: 80px;
}

.overflow_scroll {
  height: 340px;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f2eeeb;
}
.mCSB_inside > .mCSB_container {
  margin-right: 60px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #b7d200;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  opacity: 1;
}

.news_list {
}

.news_list li {
  font-size: 1.6rem;
}

.news_list a {
  transition: 0.3s ease-in-out;
}

.news_list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.news_list .item_inr {
  display: flex;
  border-top: 2px solid #f2eeeb;
  position: relative;
  color: inherit;
  padding: 30px 0;
}

.news_list .item_inr:before {
  content: '';
  width: 180px;
  height: 2px;
  background: #b7d200;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.news_list .item_date {
  font-weight: bold;
  flex: 0 0 180px;
  text-align: center;
  position: relative;
}

.news_list .item_ttl {
  flex: 1 0 0%;
  padding-right: 40px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.news_list .item_ttl span {
  text-decoration: underline;
}

.news_list .icon_pdf {
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(../img/icon_pdf.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-left: 16px;
  position: relative;
  top: 5px;
}

.page_top_wrap {
  text-align: center;
  margin-top: 80px;
  margin-left: -80px;
}

a.back_to_top {
  display: inline-block;
  color: #212529;
  font-size: 1.8rem;
  padding-right: 50px;
  position: relative;
  transition: 0.3s ease-in-out;
}

a.back_to_top:hover {
  text-decoration: none;
  opacity: 0.7;
}

a.back_to_top:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/icon_pagetop.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .sec_notice .sec_inr {
    padding-bottom: 50px;
  }
  .overflow_scroll {
    height: 240px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .news_list li {
    font-size: 1.1rem;
  }
  .news_list .item_inr {
    padding: 12px 0;
  }
  .news_list .item_inr:before {
    width: 100px;
  }
  .news_list .item_date {
    flex: 0 0 100px;
  }
  .news_list .item_ttl {
    padding-right: 0;
    font-size: inherit;
  }
  .news_list .icon_pdf {
    width: 12px;
    height: 15px;
    margin-left: 7px;
    top: 3px;
  }
  .page_top_wrap {
    margin-top: 40px;
    margin-left: 0;
  }
  a.back_to_top {
    font-size: 1.3rem;
    padding-right: 30px;
  }
  a.back_to_top:before {
    width: 20px;
    height: 20px;
  }
}

/* footer
============================================================ */
.footer {
  padding: 95px 0 0;
  font-size: 1.2rem;
}

.footer_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 75px;
}

.footer_nav li:not(:last-child):after {
  content: '/';
  margin: 0 10px;
}

.footer_nav a {
  color: inherit;
  text-decoration: underline;
}

.footer_nav a:hover {
  text-decoration: none;
}

.footer_copy_right {
  background: #0b57a3;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 0;
    font-size: 1.1rem;
  }
  .footer_nav {
    flex-wrap: wrap;
    margin: 0 0 35px;
  }
  .footer_nav li {
    margin-bottom: 20px;
  }
  .footer_nav li:nth-child(even):after {
    content: none;
  }
  .footer_copy_right {
    display: block;
    height: auto;
    padding: 7px 0;
    font-size: 1rem;
  }
}

/*****************SHIVANI 15-3-2019*****************/

.Before_using_the_site .nav-link {
  display: block;
  padding: 0;
}

.border13 {
  border-bottom: 1px solid #dcd9d9;
  padding-right: 8px;
}

.color-5l {
  color: #a6a8ab;
}

.color-6 {
  background-color: #0b57a3;
}

.graph_root_list {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: stretch;
  padding-top: 10px;
  margin-bottom: 40px;
}

.graph_root_list li {
  flex: 1 0 0%;
  max-width: 80px;
  position: relative;
}

.graph_root_list .list_item_wrap {
  margin: 0;
  flex: 1 0 0%;
  max-width: 125px;
  position: relative;
}

_:lang(x)::-ms-backdrop,
.graph_root_list li:not(.item_bdr) {
  /*	flex: 0 0 80px; */
  flex: 0 0 16%;
}

.graph_root_list .item_bdr {
  flex: 0 0 40px;
  display: flex;
  align-items: center;
}

.graph_root_list .list_line_wrap {
  padding: 0 10px;
  flex: 1 0 0%;
}
.graph_root_list .list_line {
  position: relative;
  display: block;
  max-width: 400px;
}
.graph_root_list .list_line img {
  width: 400px;
  height: auto;
}
.graph_root_list .list_line_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0%;
}

.graph_root_list .item_bdr_long {
  flex: 0 0 80px;
}

.graph_root_list .item_bdr .item_bdr_inner {
  display: block;
  height: 4px;
  width: 100%;
  background: url(../img/bg-border1.png) repeat-x 0 50%;
}

.graph_root_list .item_bdr_long .item_bdr_inner {
  background-image: url(../img/bg-border2.png);
}

.graph_root_list .list_item {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 8px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.list_item_wrap .list_item {
  font-size: 2.6rem;
  line-height: 1.4;
}

.graph_root_list .txt_change {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 2px 10px;
  white-space: nowrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.graph_root_list .txt_change:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.graph_root_list .txt_change.change_none {
  background: #eb6b7e;
  color: #fff;
}
.graph_root_list .txt_change.change_none:before {
  border-color: transparent transparent #eb6b7e transparent;
}

.graph_wrap {
  padding: 20px 0 0;
}
.graph_wrap.pb-40 {
  padding-bottom: 40px;
}

.chart_box {
  margin: 0 auto;
  position: relative;
  min-width: 200px;
  height: 210px;
  max-width: 200px;
}

.highcharts-series-group,
.highcharts-series,
.highcharts-point {
  border: 0;
}

.chart {
  width: 100%;
  height: 100%;
}

.graph_txt {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1000;
}

.bottom_dv {
  border: 1px solid #ec74a2;
  border-radius: 10px;
}

.bottom_dv p {
  padding: 40px;
  margin-bottom: 0;
}

.btn-wrap {
  margin-top: 40px;
  text-align: center;
}

a.btn-basic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  position: relative;
  transition: 0.3s ease-in-out;
}

.btn-basic.color01 {
  background: #ec74a2;
}

a.btn-basic:hover {
  text-decoration: none;
}

.btn-basic.color01:hover {
  opacity: 0.7;
}

.btn-basic[target='_blank']:before {
  content: '';
  width: 14px;
  height: 15px;
  background: url(../img/icon_external_wht.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

li.nav-item.br9 a {
  width: 100%;
  float: left;
  height: 2px;
}

li.nav-item.br9 {
  border: 2px dotted black;
  padding: 0;
  height: 2px;
  position: relative;
  top: 21px;
  background: #8acfd2;
  width: 50px;
}

/* text animation
.text_p {
		animation: animated-text 2s steps(30,end) 1s 1 normal both;
		min-height: 30px;
		overflow: hidden;
		max-height: 55px;
}
@keyframes animated-text{
	from{width: 0;}
	to{width: 80%;}
}
*/

.ml6 {
  position: relative;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  /*padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden;*/
}

.ml6 .letter {
  display: inline-block;
  overflow: hidden;
}

span.letters {
  display: block;
  font-weight: 600;
}

.title_head h4.ml9.wid_auto {
  width: auto;
}

p.text_p {
  font-size: 26px;
  font-weight: 600;
}

p.text_p small {
  font-size: 14px;
  font-weight: bold;
}

.text_p_right {
  margin-bottom: 0;
}

/*#instructions {
	position: absolute;
	padding: 12px;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.75);
	left: 50%;
	cursor: none;
	padding-top: 100px;
	user-select: none;
	border-radius: 4px;
}*/

.main_img {
  visibility: hidden;
}

.main_banner {
  padding: 0;
  margin: 0;
  font-family: 'Signika', sans-serif;
  background: transparent;
  height: 100vh;
  width: calc(100% - 110px);
  overflow: hidden;
  color: white;
  left: 110px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  a.btn-basic {
    display: flex;
    height: 50px;
    font-size: 1.4rem;
    min-width: auto;
  }
}

/* Circle Animation */
/**********************************************/
.js-scalein {
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.12, 0.81, 0.51, 0.96);
}

.js-scalein.animated {
  transform: scale(1);
}

/* Text Animation */
/**********************************************/

.letters {
  display: block;
  overflow: hidden;
  line-height: 1.6;
}

.letters .letter {
  display: inline-block;
  transform: translateY(100%);
  line-height: inherit;
}

.letters .letter.animated {
  animation: jumpLetter 0.59s forwards ease-in-out;
}

@-webkit-keyframes jumpLetter {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  }
  7.61% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 46.374, 0, 1);
  }
  11.41% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 26.237, 0, 1);
  }
  15.12% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 11.867, 0, 1);
  }
  18.92% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.014, 0, 1);
  }
  22.72% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.774, 0, 1);
  }
  30.23% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.234, 0, 1);
  }
  50.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.521, 0, 1);
  }
  70.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.346, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes jumpLetter {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  }
  7.61% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 46.374, 0, 1);
  }
  11.41% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 26.237, 0, 1);
  }
  15.12% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 11.867, 0, 1);
  }
  18.92% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.014, 0, 1);
  }
  22.72% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.774, 0, 1);
  }
  30.23% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -7.234, 0, 1);
  }
  50.25% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.521, 0, 1);
  }
  70.27% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.346, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/*
@keyframes jumpLetter {
	0% {
		transform: translateY(100%);
	}
	25% {
		transform: translateY(50%);
	}
	50% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-25%);
	}
	100% {
		transform: translateY(0);
	}
} */

span.letters + small:not(.ttl-note) {
  font-size: 30px;
  font-weight: 600;
  display: block;
  position: relative;
  top: -7px;
}

span.letters + small.inline_text {
  font-size: 30px;
  display: inline-block;
}

span.letters {
  display: inline-block;
}

.ml9 {
  margin-bottom: 25px;
}

.boxex_row {
  display: flex;
}

.map_info.hidden p {
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}

.map_img_inr:last-child {
  display: none;
}

.title_head {
  border-left: 10px solid;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 25px;
}

.title_head.color-01 {
  border-color: #b7d200;
}
.title_head.color-02 {
  border-color: #eb6b7e;
}
.title_head.color-03 {
  border-color: #8acfd2;
}

#point2 .title_head.color-03 {
  margin-bottom: 15px;
}

.title_head_main {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}

.title_head_sub {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.txt-icon-wrap {
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.txt-icon-wrap span {
  line-height: 1;
}

.icon-toggle {
  display: inline-block;
  position: relative;
  border: 1px solid #ee8393;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.icon-toggle:before,
.icon-toggle:after {
  content: '';
  width: 9px;
  height: 1px;
  background: #ee8393;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}

.icon-toggle:after {
  transform: translateX(-50%) rotate(90deg);
}

.txt-icon-wrap.active .icon-toggle:before {
  opacity: 0;
}
.txt-icon-wrap.active .icon-toggle:after {
  transform: translateX(-50%) rotate(0);
}

.point_row {
  display: flex;
  align-items: center;
  margin-top: 0;
}
#point2 .point_row {
  align-items: stretch;
}

.point_row_item {
  padding: 40px 25px 0;
  box-sizing: border-box;
}
#point2 .point_row_item {
  padding: 40px 0 0;
  box-sizing: border-box;
}

.point_row_item.color2,
.point_row_item.color3 {
  border-radius: 0;
  padding-top: 40px;
}

#point2 .point_row_item .icon_arrow {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translate(50%, -50%);
  width: 40px;
  height: 26px;
  background: url(../img/icon_arrow_01.svg) no-repeat 50% 50%;
  background-size: auto;
  background-size: contain;
  z-index: 2;
}

/********************/

@media only screen and (max-width: 1200px) {
  .border2,
  .border3 {
    width: 37px;
  }
}

@media only screen and (max-width: 768px) {
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  .header_text img .mt-5 {
    margin-top: 0 !important;
  }

  .w-40 {
    width: 100%;
  }
  .title_head h4 {
    font-size: 24.73px;
  }
  .date {
    font-size: 13.74px;
  }
  .title_head p {
    font-size: 17.86px;
  }
  .box_11,
  .box_21,
  .box_31 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .box_11 p.text_p,
  .box_21 p.text_p,
  .box_31 p.text_p {
    font-size: 20px;
  }
  .box_11 p.text_p + p,
  .box_21 p.text_p + p,
  .box_31 p.text_p + p {
    position: relative;
    bottom: 3px;
  }
  p.text_p small {
    font-size: 11px;
  }
  .w-60 {
    width: 100%;
  }
  .ml170 {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .box_21 {
    margin: 0px 0 0px;
  }
  .box_31 {
    margin: 0px 0 0px;
  }
  .box_2,
  .box_2 {
    margin-bottom: 40px;
  }

  .bdr_btm_btm {
    margin: 3px !important;
  }

  .box_21 .circle_top {
    top: 47px;
  }
  .box_31 .circle_top {
    top: 61px;
  }
  .circle_center.circle_top {
    top: 0;
    left: 0;
  }
  .section_3 .col-md-6,
  .border5 .col-md-6,
  .border8 .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .point_head .point_head_txt {
    font-size: 20px !important;
  }
  .photoshop_border,
  .photoshop_border2,
  .photoshop_border3 {
    position: relative;
  }
  img.img-fluid.bord_wid.bord_1 {
    position: relative;
    top: 0;
    min-width: 100%;
  }
  .point_head h4 {
    font-size: 18px !important;
  }
  .arrow_img {
    margin: 0;
    left: 0;
    transform: rotate(90deg);
    top: 17px;
  }
  .point_head {
    padding: 29px 0 24px;
  }
  .circle_center.circle_top {
  }
  .border5.paddinga .col-sm-6,
  .border8.paddinga .col-sm-6,
  .section_3 .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .point_row_item {
    padding: 0;
  }
  .point_row_item:last-child {
    padding: 10px 15px 0;
  }
  .point_row_item .color3 {
    padding-top: 20px;
  }

  .border5.paddinga .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_4 h3.text-center {
    font-weight: bold;
    font-size: 20px;
  }

  .circle_box .col-md-12 {
    padding-right: 15px !important;
  }
  .main_banner {
    width: calc(100%);
    left: 0;
  }
  .btn_full_dv {
    padding: 30px 0px 0 !important;
  }
  .ml6 .text-wrapper,
  .ml6 .text-wrapper .letters {
    width: 100% !important;
    min-width: 100% !important;
  }
  .border1 {
    padding: 15px 5px !important;
  }
  a.btn.btn_pink {
    padding: 15px 15px;
    width: 180px;
    font-size: 12px !important;
  }
  .pa .border1 {
    padding: 6px 5px !important;
  }
  #point3 .ml9.pr-5 {
    font-size: 14px !important;
    padding-right: 0 !important;
  }
  .banner_img {
    padding: 5px 0;
  }
  /* .banner_img_row {
		display: block;
	}
	.banner_img_item {
		max-width: none;
	} */
  .banner_img_row.col3 .banner_img_item {
    max-width: none;
  }

  .image img {
    width: 100%;
  }
  .w-60 {
    padding: 0px !important;
  }

  .boxex {
    padding: 30px 15px;
  }
  .circle_top {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
    padding-top: 8px;
  }
  .circle_top .span_1 {
    font-size: 1rem;
  }
  .circle_top .span_2 {
    font-size: 2rem;
  }
  .boxex_point_row {
    display: block;
    margin: 0 auto 100px;
    padding: 0 20px 0 35px;
  }
  .boxex_point_row li {
    max-width: none;
    margin: 0 auto 30px;
  }
  .boxex_point_row .item_inr {
    height: auto;
    padding: 25px 20px 25px 35px;
    font-size: 1.3rem;
  }
  .boxex_point_row .item_inr_box {
    bottom: auto;
  }
  .boxex_point_row .item_inr p .large {
    font-size: 2rem;
  }
  .boxex_point_row .item_inr p small {
    font-size: 1.1rem;
  }
  .color_bar_1 .ml6 .text-wrapper > span.letters {
    width: 100%;
    float: left;
  }

  span.letters + small {
    font-size: 12px;
  }
  #project span.letters + small {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
  }
  .color_bar_1 {
    width: 8px;
    height: 40px;
    float: left;
    margin-right: 10px;
  }
  .title_head h4 {
    font-size: 18;
    float: left;
    width: calc(100% - 18px);
  }

  .mobile_p0 {
    padding: 0 !important;
  }
  .bottom_dv {
    padding: 0;
  }
  .bottom_dv p {
    padding: 15px;
  }

  .width_20 {
    width: 100%;
  }

  .bdr_btm_btm {
    margin-top: 3rem !important;
  }
  .ml6 .text-wrapper {
    width: 200px;
  }
  .ml6 .text-wrapper {
    width: 200px;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .width_float {
    font-size: 14px !important;
    padding: 0px !important;
  }
  .section_first {
    margin-right: 0 !important;
  }
  .graph_case_ttl {
    font-size: 1.1rem;
    padding: 5px 15px 7px;
  }
  .graph_case_ttl .txt_bdr {
    font-size: 1.4rem;
  }
  .graph_case_lead {
    top: 30px;
    font-size: 1.1rem;
  }
  .graph_case_lead .txt_bdr {
    font-size: 1.4rem;
  }
  .row_graph_item.color2 {
    padding-top: 70px;
  }
  .txt-example {
    font-size: 1.1rem;
    margin-bottom: -20px;
  }
  .txt-example:before,
  .txt-example:after {
    height: 18px;
    top: 4px;
  }
  .paddinga {
    padding: 39px 10px 0;
  }
  .graph_root_list .list_item {
    font-size: 1.1rem;
  }
  .border8 {
    border-radius: 5px;
  }
  .w-75.m-auto.pt-5 {
    width: 95% !important;
  }
  .section_first .graph_note,
  .graph_note {
    font-size: 1rem;
    margin: 0.5em 0;
    text-align: left;
  }
  .border1 {
    width: 55px;
    font-size: 12px !important;
    padding: 4px 5px !important;
  }
  .section_2 {
    margin: 0px !important;
  }
  .row_graph_item {
    flex: 0 0 100%;
    max-width: none;
    padding: 30px 10px;
  }
  .row_graph_item .icon_arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
  .graph_item_ttl {
    margin-bottom: 2rem;
    height: auto;
  }
  .graph_item_ttl.ttl_large {
    font-size: 1.8rem;
  }
  .graph_root_list .txt_change {
    font-size: 1.1rem;
  }
  .graph_root_list .item_bdr {
    flex: 0 0 30px;
  }
  .graph_root_list .item_bdr_long {
    flex: 0 0 43px;
  }
  .graph_root_list .item_bdr .item_bdr_inner {
    background-size: 100% auto;
  }
  .graph_root_list .list_item_wrap {
    max-width: 58px;
  }
  .graph_root_list .list_line_wrap {
    padding: 0 5px;
  }
  .graph_root_list .list_line {
    max-width: 100%;
  }

  .graph_root_list .item_bdr_long {
    flex: 0 0 80px;
  }

  li.nav-item.br9 {
    top: 13px;
    border-width: 1px;
    width: 20px;
  }
  .color2 h5,
  color3 h5 {
    font-size: 16px !important;
  }
  .width_15 {
    width: 100%;
    margin-right: 0px !important;
  }
  .width_float .ml6 .text-wrapper {
    width: 200px;
  }
  .br3 {
    width: 14px;
  }
  .list_box li img.img-fluid,
  .list_box2 li img.img-fluid {
    padding: 20px 0;
  }

  .boxex_row {
    display: block;
  }

  .title_head {
    border-width: 8px;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 15px;
  }

  .title_head_main {
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .title_head_sub {
    font-size: 10px;
  }
  .text_p_right {
    margin-bottom: 30px;
  }
  .txt-icon-wrap {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .icon-toggle {
    width: 17px;
    height: 17px;
    margin-left: 6px;
  }
  .icon-toggle:before,
  .icon-toggle:after {
    width: 9px;
    top: 44%;
    left: 50%;
  }

  .point_row {
    display: block;
  }

  .ml6 .text-wrapper {
    width: 200px !important;
  }

  .block {
    padding: 24px 20px;
  }
  .block_title {
    font-size: 2rem;
  }
  .block_graph {
    max-width: 100%;
  }
  .block_graph_txt {
    font-size: 2rem;
  }
  .block_graph_txt .number {
    font-size: 3rem;
  }

  #point2 .point_row_item .icon_arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}

/********High Chart ***********/

.graph_txt_catch,
.graph_txt_normal {
  display: none;
  font-size: 2rem;
}

.graph_txt_catch {
  color: #eb6b7e;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: -76px;
  margin-bottom: 0;
}

.graph_txt_catch,
.graph_txt_catch span {
  letter-spacing: 0;
}

.graph_txt_catch .number {
  font-size: 1.6em;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.07em;
  margin: 0 0.15em;
}
.graph_txt_catch .strong {
  font-size: 1.2em;
}

.graph_txt_normal {
  position: absolute;
  bottom: 16px;
  left: 4px;
}
.graph_txt_normal {
  position: absolute;
  bottom: 4px;
  left: 4px;
}
.chart2 .graph_txt_normal {
  position: absolute;
  bottom: 6px;
  left: 0px;
}

.graph_txt_normal .number {
  margin: 0 0.2em 0 0.1em;
  font-size: 2.5em;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 800;
}

.row_graph_item:nth-child(odd) .graph_txt_normal .number {
  font-size: 1.8em;
}
.graph_txt_normal:nth-child(even) .number {
  font-size: 1.8em;
}

.graph_txt_normal .small {
  font-size: 0.6em;
  position: relative;
  bottom: 22px;
  left: 20px;
  letter-spacing: 0.03em;
}

.graph_txt_normal .normal {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .graph_txt_catch,
  .graph_txt_normal {
    font-size: 1.5rem;
  }
  .graph_txt_catch {
    top: 40px;
    left: -30px;
  }
  .graph_txt_normal {
    bottom: 5px;
    left: 20px !important;
  }
  .graph_txt_normal .small {
    /* bottom: 30px;
		left: 40px; */
  }
}

/********High Chart ***********/

.photoshop_border,
.photoshop_border2,
.photoshop_border3 {
  width: 0%;
  overflow: hidden;
}

/* this is what I need to happen when the page is scrolled to id="photoshop" */

.photoshop_border.photoshop_trans,
.photoshop_border3.photoshop_trans,
.photoshop_border2.photoshop_trans {
  width: 100%;
  transition: ease-in 900ms;
  -moz-transition: ease-in 900ms;
  -webkit-transition: ease-in 900ms;
  transition-delay: 100ms;
}

.percent {
  display: inline;
  color: #fff;
  margin-right: 3px;
  font-size: 80%;
}

.ml9 {
  position: relative;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
}

/* loading
============================================================ */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  /* z-index: 2100; */
  /* display: none; */
}

.loading_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.load_bdr_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 3px;
  overflow: hidden;
}

.load_bdr {
  display: inline-block;
  width: 0;
  height: 100%;
  margin-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.load_bdr.color01 {
  background: #ec74a2;
}

.load_bdr.color02 {
  background: #8acfd2;
}

.load_bdr.color03 {
  background: #b7d200;
}

.load_line_inr,
.load_copy {
  width: 100%;
  max-width: 80vw;
  height: 80vh;
}

.load_line_inr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.load_line svg {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
.cls-1,
.cls-10,
.cls-11,
.cls-12,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7,
.cls-8,
.cls-9 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 1.38px;
}
.cls-1 {
  stroke: #ebd3c5;
}
.cls-2 {
  stroke: #7bb5dd;
}
.cls-3 {
  stroke: #e8a0bf;
}
.cls-4 {
  stroke: #afc81a;
}
.cls-5 {
  stroke: #efb259;
}
.cls-6 {
  stroke: #86c6ca;
}
.cls-7 {
  stroke: #1ea8dc;
}
.cls-8 {
  stroke: #d0d620;
}
.cls-9 {
  stroke: #76aeba;
}
.cls-10 {
  stroke: #f5e266;
}
.cls-11 {
  stroke: #cf76ab;
}
.cls-12 {
  stroke: #bad8b0;
}
.cls-13 {
  fill: #aaa9a9;
}
.cls-14 {
  fill: #e0dad7;
}
.cls-15 {
  fill: #7d7d7d;
}

#view_line,
#view_line circle,
#view_line [id^='path-'] {
  opacity: 0;
}

.load_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
}

.load_copy_inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
}

.load_copy_inr img {
  width: 100%;
}

.load_copy_txt,
.load_copy_date {
  width: 100%;
}

.load_copy_txt img {
  height: 298px;
}

.load_copy_date img {
  /*	width: 80%; */
  /*	height: 70px; */
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 768px) {
  .load_copy_txt img {
    height: auto;
    width: 95%;
  }
  .load_copy_date img {
    width: 100%;
  }
}

.load_copy_txt {
  text-align: center;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 768px) {
  .load_line svg {
    width: 100%;
    height: auto;
  }
  .load_line_inr,
  .load_copy {
    width: 90vw;
    height: 90vh;
  }
  .load_copy_txt {
    margin-bottom: 30px;
  }
  .load_copy_txt img {
    height: auto;
  }
  .load_copy_date img {
    height: auto;
  }
}

.js-fadeup {
  transition: 0.4s ease-in-out;
  position: relative;
  top: 10px;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.js-fade {
  transition: 0.4s ease-in-out;
  position: relative;
  top: 0;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.js-fade.animated,
.js-fadeup.animated {
  top: 0;
  opacity: 1;
}

.map_img_inr {
  text-align: center;
}

.map_img_inr img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .map_img_inr img {
    max-width: 100%;
  }
}

.map_info {
  padding-bottom: calc(60px - 1rem) !important;
}

@media only screen and (max-width: 768px) {
  .box_holder_img.js-scalein.animated {
    margin: 0 auto;
    width: 80%;
  }
}

.mt-3.mb-3.module {
  margin-bottom: 60px !important;
}

.movie-start {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.movie-start .movie-item {
  flex: 0 0 47.5%;
  cursor: pointer;
}
.movie-start .movie-item .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-start .movie-item .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .movie-start {
    flex-wrap: wrap;
  }
  .movie-start .movie-item {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}

/* Skip Intro Animation
============================================================ */
.btn-skip {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-skip:focus {
  outline: none;
}
.btn-skip .icon-skip svg {
  fill: #ec74a2;
}
.btn-skip .skip-text {
  color: #ec74a2;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.btn-skip-box {
  opacity: 0;
}
.btn-skip-box.isHide {
  display: none;
}

/* pc */
@media screen and (min-width: 769px) {
  .btn-skip {
    width: 100px;
    right: 78px;
    bottom: 100px;
  }
  .btn-skip .icon-skip {
    width: 18px;
    height: 20px;
  }
  .btn-skip .icon-skip svg {
    display: block;
    width: 18px;
    height: 20px;
  }
  .btn-skip .skip-text {
    width: 85px;
    font-size: 26px;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .btn-skip {
    width: 50px;
    right: 40px;
    bottom: 50px;
  }
  .btn-skip .icon-skip {
    width: 18px;
    height: 10px;
  }
  .btn-skip .icon-skip svg {
    display: block;
    width: 9px;
    height: 10px;
  }
  .btn-skip .skip-text {
    width: 47px;
    font-size: 13px;
  }
}

/* movie-modal
============================================================ */
.movie-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 99; */
  z-index: 1002;
}

.movie-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.movie-modal-inner {
  width: 890px;
  max-width: 90.625vw;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
}

.movie-modal iframe {
  width: 100%;
  height: 100%;
}

.movie-modal-close {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  text-indent: -9999px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.movie-modal-close:hover {
  opacity: 0.7;
}

.movie-modal-close:before,
.movie-modal-close:after {
  content: '';
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.movie-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.movie-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .movie-modal-inner {
    height: 51.25vw;
  }

  .movie-modal-close {
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .movie-modal-close:before,
  .movie-modal-close:after {
    width: 20px;
  }
}

/**

 **/
.ctrl {
  margin: 0 auto;
  width: 300px;
  text-align: center;
}

.progressCircle {
  height: 0;
  width: 200px;
  display: block;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: 10px;
}
.progressCircle svg {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  left: 0;
  overflow: visible;
}
.progressCircle .circle {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 50;
}
.progressCircle .circle.c1 {
  stroke-dasharray: 0, 150;
}
.progressCircle .circle.c2 {
  stroke-dasharray: 0, 110;
}
.progressCircle .circle.c3 {
  stroke-dasharray: 0, 130;
}
.progressCircle .circle.c4 {
  stroke-dasharray: 0, 100;
}
.progressCircle .circle.c5 {
  stroke-dasharray: 0, 110;
}
.progressCircle .circle.c1.pie {
  stroke: #8acfd2;
  -webkit-animation-name: pie_1;
  animation-name: pie_1;
}
.progressCircle .circle.c2.pie {
  stroke: #8acfd2;
  -webkit-animation-name: pie_2;
  animation-name: pie_2;
}
.progressCircle .circle.c3.pie {
  stroke: #8acfd2;
  -webkit-animation-name: pie_3;
  animation-name: pie_3;
}
.progressCircle .circle.c4.pie {
  stroke: #8acfd2;
  -webkit-animation-name: pie_4;
  animation-name: pie_4;
}
.progressCircle .circle.c5.pie {
  stroke: #8acfd2;
  -webkit-animation-name: pie_5;
  animation-name: pie_5;
}
.progressCircle .base {
  fill: #f9f9f9;
}
@-webkit-keyframes pie_1 {
  50%,
  100% {
    stroke-dasharray: 150, 150, 0, 0;
  }
}
@keyframes pie_1 {
  50%,
  100% {
    stroke-dasharray: 150, 150, 0, 0;
  }
}
@-webkit-keyframes pie_2 {
  50%,
  100% {
    stroke-dasharray: 110, 110, 0, 0;
  }
}
@keyframes pie_2 {
  50%,
  100% {
    stroke-dasharray: 110, 110, 0, 0;
  }
}
@-webkit-keyframes pie_3 {
  50%,
  100% {
    stroke-dasharray: 130, 130, 0, 0;
  }
}
@keyframes pie_3 {
  50%,
  100% {
    stroke-dasharray: 130, 130, 0, 0;
  }
}
@-webkit-keyframes pie_4 {
  50%,
  100% {
    stroke-dasharray: 100, 100, 0, 0;
  }
}
@keyframes pie_4 {
  50%,
  100% {
    stroke-dasharray: 100, 100, 0, 0;
  }
}
@-webkit-keyframes pie_5 {
  50%,
  100% {
    stroke-dasharray: 55, 110, 0, 0;
  }
}
@keyframes pie_5 {
  50%,
  100% {
    stroke-dasharray: 55, 110, 0, 0;
  }
}
