body {
  background: #f5f5f5 !important;
  font-family: 'M PLUS 1p', sans-serif;
  color: #333;
}

button {
  appearance: none;
  color: #000;
  background-color: unset;
  padding: 0;
  border: 0;
  font: unset;
  cursor: pointer;
}

button:hover {
  opacity: .7;
}

button:focus {
  outline: 0;
}

a:hover {
  opacity: .7;
}

#wrapper {
  padding-top: 114.5px;
  position: relative;
}

.slick-dots {
  bottom: -45px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

/* LAYOUTS */
.ly_header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

.ly_header.smaller .el_headerLogo {
  left: 46px;
}

.ly_header.smaller .el_headerLogo img {
  width: 128px;
}

.ly_headerInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 52px 0 20px 205px;
  position: relative;
}

.ly_contWrapper {
  max-width: 972px;
  margin-right: auto;
  margin-left: auto;
}

.ly_contInner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.ly_contInner_lg {
  width: 80%;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.ly_footer {
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.ly_footerInner {
  text-align: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 38px;
  padding-bottom: 97px;
}

.ly_cont_pages {
  padding: 60px 85px 80px 85px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  margin-bottom: 54px;
}

.ly_cont_pages .un_sns {
  top: 20px;
  right: 20px;
}

.ly_cont_pages > img {
  max-width: 100%;
  margin-bottom: 18px;
}

.ly_cont_pages > p {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: .075rem;
  text-align: justify;
  margin-bottom: 50px;
}

.ly_cont_pages h1 {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .055rem;
}

.ly_cont_pages h2 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .06rem;
}

.ly_cont_pages h3 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .065rem;
}

.ly_cont_pages ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.ly_cont_pages ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.ly_cont_pages li {
  font-size: 1.5rem;
}

.ly_cont_pages table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: grey;
}

.ly_cont_pages td {
  font-size: 1.5rem;
}

/* END LAYOUTS */

/* BLOCKS */
.bl_globalNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl_globalNav ul {
  display: flex;
}

.bl_globalNav_lead {
  align-items: center;
}

.bl_globalNav_lead li:not(:first-child) {
  margin-left: 30px;
}

.bl_globalNav_lead a {
  font-size: 1.4rem;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}

.bl_globalNav_lead li a {
  border-bottom: 1px solid #999999;
}

.bl_globalNav_lead li.current a {
  color: #00b2ee;
  border-bottom: 1px solid #00b2ee;
}

.bl_globalNav_lead.for_companies li {
  margin-left: 0;
}

.bl_globalNav_lead.for_companies li:not(:first-of-type) {
  margin-left: 35px;
}

.bl_globalNav_lead.for_companies li.current a {
  color: #19a66f;
  border-bottom: 1px solid #19a66f;
}

.bl_globalNav_lead.for_companies li:last-child.current a {
  color: #19a66f;
  border-bottom: 1px solid #19a66f;
  background-color: transparent;
}

.bl_globalNav_trail {
  display: flex;
}

.bl_globalNav_trail a {
  font-size: 1.2rem;
  color: #fff;
  width: calc(294px / 2);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_globalNav_trail_point a {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #00b2ee;
}

.bl_globalNav_trail_point a .sub {
  position: absolute;
  width: calc(268px / 2);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-100%);
  padding-bottom: 3px;
}

.bl_globalNav_trail_point a .logo {
  width: 18px;
  margin-right: 4px;
}


.bl_globalNav_trail_mypage a {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #00b2ee;
}

.bl_globalNav_trail_mypage a .logo {
  width: 13px;
  margin-right: 8px;
}

.bl_globalNav_trail_bot a {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #1775c3;
}

.bl_globalNav_trail_bot a .sub {
  position: absolute;
  width: calc(228px / 2);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-100%);
  padding-bottom: 3px;
}

.bl_globalNav_trail_bot a .logo{
  height: 18px;
  margin-right: 4px;
}

.bl_globalNav_right {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.bl_globalNav_right img {
  width: 20px;
  margin-right: 4px;
}

.bl_globalNav_icons {
  display: flex;
  align-items: flex-end;
}

.bl_globalNav_icons li:not(:last-child) {
  margin-right: 15px;
}

.bl_globalNav_icons li img {
  margin-bottom: 6px;
}

.bl_globalNav_icons li:nth-child(1) img {
  width: 17px;
}

.bl_globalNav_icons li:nth-child(2) img {
  width: 19px;
}

.bl_globalNav_icons li:nth-child(3) img {
  width: 29px;
}

.bl_globalNav_icons li:nth-child(4) img {
  width: 25px;
}

.bl_globalNav_icons a {
  font-size: 1rem;
  color: #00b2ee;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bl_snsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}

.bl_snsBox > a {
  display: inline-block;
}

.bl_snsBox > a:not(:last-child) {
  margin-right: 10px;
}

.bl_snsBox img {
  width: 44px;
}

.bl_catch {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.bl_catch > img {
  width: 478px;
  margin-bottom: 21px;
}

.bl_catch > div {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.bl_catch > span {
  font-size: 1.2rem;
  letter-spacing: .14rem;
  margin-bottom: 10px;
}

.bl_catch > a {
  font-size: 1.2rem;
  letter-spacing: .14rem;
}

.bl_copyright > div {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .12rem;
  margin-bottom: 43px;
}

.bl_copyright > a img {
  width: 125px;
}

.bl_sliderArea {
  position: relative;
  height: 56vw;
}

.slickslider {
  height: 100%;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-slide {
  height: 100%;
}

.bl_card_horiz {
  display: flex;
  align-items: flex-end;
}

.bl_card_horiz_txt {
  font-size: 1.5rem;
  line-height: 1.67;
  color: #111;
}

.bl_card_horiz.bl_card_horiz_type2 {
  align-items: flex-start;
}

.bl_card_horiz.bl_card_horiz_type2 > div:first-child img {
  width: 463px;
}

.bl_cardUnit {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.bl_cardUnit li {
  width: 31.6%;
  margin-bottom: 2.25%;
  background-color: #fff;
}

.bl_cardUnit li:not(:nth-child(3n)) {
  margin-right: 2.5%;
}

.bl_cardUnit li > a {
  display: flex;
  flex-direction: column;
  padding: 8% 5% 6% 5%;
}

.bl_cardUnit_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}

.bl_cardUnit_ttl > img {
  width: 45px;
  margin-right: 8px;
}

.bl_cardUnit_ttl > div {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}

.bl_cardUnit_ttl > div > div {
  font-size: 1.4rem;
  line-height: 1.43;
}

.bl_cardUnit_ttl > div > span {
  font-size: 1.1rem;
  font-weight: 500;
  color: #00b2ee;
  margin-bottom: 8px;
}

.bl_cardUnit_body .el_img {
  width: 100%;
  height: 17.5vw;
  overflow: hidden;
}

.bl_cardUnit_body.topics_list .el_img {
  height: auto;
  margin-bottom: 20px;
  min-height: 200px;
}

.bl_cardUnit_body .el_img img {
  height: auto;
}

.bl_cardUnit.bl_cardUnit_type2 a {
  padding: 0;
}

.bl_cardUnit.bl_cardUnit_type2 li {
  margin-bottom: 0;
}

.bl_cardUnit_type2 .bl_cardUnit_imgWrapper {
  width: 100%;
  height: 19vw;
  overflow: hidden;
}

.bl_cardUnit_type2 .bl_cardUnit_imgWrapper img {
  width: 100%;
  height: auto;
}

.bl_cardUnit_type2 .bl_cardUnit_footer {
  padding: 8% 5.7%;
}

.bl_cardUnit_type2 .bl_cardUnit_footer_ttl {
  font-size: 1.6rem;
  line-height: 1.56;
  margin-bottom: 14px;
}

.bl_cardUnit_type2 .bl_cardUnit_footer span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00b2ee;
  margin-top: auto;
}

.bl_cardUnit_vert {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.bl_cardUnit_vert li {
  padding: 30px 25px 30px 45px;
  display: flex;
  background-color: #fff;
  position: relative;
}

.bl_cardUnit_vert li:nth-child(1),
.bl_cardUnit_vert li:nth-child(2) {
  margin-bottom: 110px;
}

.bl_cardUnit_vert li:nth-child(3) {
  margin-bottom: 24px;
}

.bl_cardUnit_vert li > div:first-child {
  width: 371px;
  flex-shrink: 0;
  margin-right: 30px;
}

.bl_cardUnit_vert li > div:first-child > img {
  width: 100%;
  margin-bottom: 12px;
}

.bl_cardUnit_vert li > div:first-child > div {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #04abe5;
  padding: 11px 21px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.bl_cardUnit_vert li > div:last-child .header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.bl_cardUnit_vert li > div:last-child .header_ttl {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 10px;
}

.bl_cardUnit_vert li:nth-child(1)::before {
  content: '株主特典の無料宿泊';
  position: absolute;
  display: block;
  top: -57px;
  left: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #04abe5;
  padding-top: 20px;
  border-top: 1px solid #04abe5;
}

.bl_cardUnit_vert li:nth-child(2)::before {
  content: '株主優待特典の有料宿泊';
  position: absolute;
  display: block;
  top: -57px;
  left: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #04abe5;
  padding-top: 20px;
  border-top: 1px solid #04abe5;
}

.bl_cardUnit_vert li:nth-child(3)::before {
  content: '株主優待品（返礼品）';
  position: absolute;
  display: block;
  top: -57px;
  left: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #04abe5;
  padding-top: 20px;
  border-top: 1px solid #04abe5;
}

.bl_cardUnit_vert li .text_link {
  text-decoration: underline;
}

.bl_cardUnit_solid {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.bl_cardUnit_solid li {
  width: 32%;
  padding: 17px 17px 22px;
  margin-bottom: 22px;
  background-color: #e9eaed;
}

.bl_cardUnit_solid li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.bl_cardUnit_solid_header {
  margin-bottom: 41px;
}

.bl_cardUnit_solid_header > span {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}

.bl_cardUnit_solid_header span.num {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #00b2ee;
  font-size: 3rem;
  margin-bottom: 16px;
}

.bl_cardUnit_solid_header span.txt {
  font-size: 1.7rem;
  font-weight: 500;
  color: #00b2ee;
}

.bl_cardUnit_solid_body {
  margin-bottom: 30px;
}

.bl_cardUnit_solid_body img {
  width: 100%;
}

.bl_cardUnit_type3 {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  width: 100%;
}

.bl_cardUnit_type3 li {
  max-width: 300px;
  width: 30%;
}

.bl_cardUnit_type3 li:not(:first-of-type) {
  margin-left: 30px;
}

.bl_cardUnit_type3 li .frame_wrap {
  width: 100%;
  height: 0;
  padding-top: 70.333333%;
  position: relative;
}

.bl_cardUnit_type3 li .frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_cardUnit_type3 li p {
  font-size: 1.4rem;
  line-height: 1.57;
  text-align: justify;
  margin-top: 12px;
  color: #000;
  word-break: break-all;
}

.bl_cardUnit_type3 .slick-prev,
.bl_cardUnit_type3 .slick-next {
  width: 32px;
  height: 32px;
}

.bl_cardUnit_type3 .slick-prev {
  left: -40px;
}

.bl_cardUnit_type3 .slick-next {
  right: -40px;
}

.bl_txt_lg {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.bl_txt_lg_type2 {
  font-size: 2rem;
  line-height: 1.75;
}

.bl_txt_lg_type3 {
  font-size: 2.2rem;
  line-height: 1.59;
  letter-spacing: .22rem;
}

.bl_txt {
  font-size: 1.8rem;
  line-height: 2.22;
}

.bl_txt_type2 {
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: .16rem;
}

.bl_txt_sm {
  font-size: 1.4rem;
  line-height: 1.79;
}

.bl_txt_sm_type2 {
  font-size: 1.2rem;
  line-height: 1.67;
}

.bl_txt_sm_type2 a {
  color: #00b2ee;
  text-decoration: underline;
}

.bl_dlField {
  background-color: #e9eaed;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 22px;
}

.bl_dlField span {
  font-size: 1.8rem;
  line-height: 2.22;
  margin-bottom: 20px;
}

.bl_sortNav {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.bl_sortNav li {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fafbfc;
}

.bl_sortNav li:not(:last-child) {
  margin-right: 11px;
}

.bl_sortNav li a {
  display: inline-block;
  padding: 9px 9px 9px 9px;
  font-size: 1.2rem;
  font-weight: 500;
}

.bl_sortNav li.active {
  background-color: #333;
}

.bl_sortNav li.active a {
  color: #fff;
}

.bl_sortList .bl_cardUnit {
  margin-bottom: -23px;
}

.bl_sortList .bl_cardUnit li {
  margin-bottom: 23px;
}

.bl_sortList .bl_cardUnit li a {
  position: relative;
}

.bl_sortList .bl_cardUnit li a .el_label {
  top: 0;
  right: 0;
}

.bl_sortList .bl_cardUnit .bl_cardUnit_imgWrapper {
  height: 236px;
}

.bl_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_pagination li a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 16px;
}

.bl_pagination li a.current {
  background-color: #00b2ee;
}

.bl_pagination li:nth-last-child(2) a {
  margin-right: 0;
}

.bl_pagination li:first-child a {
  width: 36px;
  height: 36px;
  margin-right: 27px;
}

.bl_pagination li:last-child a {
  width: 36px;
  height: 36px;
  margin-right: 0;
  margin-left: 27px;
}

.bl_pages_header {
  padding-bottom: 22px;
}

.bl_pages_header h1 {
  font-size: 3rem;
  line-height: 1.53;
  letter-spacing: .03rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.bl_pages_header span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #999;
}

.bl_pages_body {
  padding-top: 22px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .02rem;
}

.bl_pages_body span {
  padding-top: 22px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .02rem;
}

.bl_pages_body img {
  max-width: 100%;
}

.bl_linkBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 550px;
  padding: 17px 19px 17px 38px;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.bl_linkBanner .container:first-of-type {
  display: flex;
  align-items: center;
}

.bl_linkBanner .container:first-of-type img {
  width: 120px;
}

.bl_linkBanner .container:first-of-type .text {
  margin-left: 40px;
}

.bl_linkBanner .container:first-of-type span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.bl_linkBanner .container:first-of-type h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .3rem;
  margin-top: 13px;
}

.bl_linkBanner .container:last-of-type {
  display: flex;
}

.bl_linkBanner .container:last-of-type img {
  width: 28px;
}

/* END BLOCKS */

/* ELEMENTS */
.el_headerLogo {
  position: absolute;
  top: 16px;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  transition-property: left;
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-delay: 100ms;
}

.el_headerLogo img {
  width: 174px;
  transition-property: width;
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-delay: 100ms;
}

.el_totop {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}

.el_totop img {
  width: 64px;
}

.el_lv1Heading {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .25rem;
  text-align: center;
  color: #0b7d51;
  padding-bottom: 16px;
  position: relative;
}

.el_lv1Heading::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #3f3a30;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.el_lv2heading_roboto30 {
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #00b2ee;
  text-align: center;
  letter-spacing: .3rem;
}

.el_lv2Heading_en {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: .28rem;
  line-height: 1.43;
  display: flex;
  flex-direction: column;
}

.el_lv2Heading_en > span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #00b2ee;
  margin-bottom: 10px;
}

.el_lv2Heading_en > span.green {
  color: #0a7d50;
}

.el_lv2Heading_en.el_lv2Heading_en_lg {
  font-size: 3rem;
  font-weight: 500;
}

.el_lv2Heading_en_sub {
  font-size: 1.5rem;
  margin-top: 20px;
}

.el_lv2Heading {
  font-size: 3rem;
  font-weight: 500;
}

.el_lv3Heading {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .25rem;
  color: #04abe5;
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 1px solid #04abe5;
  border-bottom: 1px solid #04abe5;
}

.el_lv3Heading_type2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #00b2ee;
}

.el_lv4Heading {
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: .1rem;
  padding-left: 20px;
  border-left: 8px solid #00b2ee;
}

.el_lv4Heading_green {
  border-left: 8px solid #19a66f;
}

.el_lv5Heading {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #04abe5;
  padding-bottom: 13px;
  border-bottom: 1px solid #04abe5;
}

.el_lv5Heading.el_lv5Heading_mini {
  font-size: 1.4rem;
  padding-bottom: 5px;
}

.el_lv5Heading.el_lv5Heading_simple {
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0;
  border-bottom: 0;
}

.el_lv5Heading_green {
  color: #19a66f;
  border-bottom: 1px solid #19a66f;
}

.el_btn {
  position: relative;
  display: inline-block;
}

.el_btn2 {
  width: 285px;
  padding: 15px 0 15px 30px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .07rem;
  background-color: #e5e5e5;
  border-radius: 23px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.el_btn2 img.left {
  width: 13px;
  margin-right: 15px;
}

.el_btn2 img.right {
  position: absolute;
  width: 28px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.el_btn_link {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  padding-left: 4px;
  border-bottom: 1px solid #666;
  font-size: 1.8rem;
  font-weight: 500;
  width: 130px;
  box-sizing: border-box;
}

.el_btn_link.more {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid #ccc;
  font-size: 1.8rem;
  border-radius: 10px;
  width: auto;
  margin-bottom: 40px;
}

.el_btn_link img {
  width: 11px;
  margin-left: 23px;
}

.el_btn_link_plain {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .07rem;
}

.el_btn_link_plain img {
  width: 15px;
  margin-right: 7px;
}

.el_btn_link_bold {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.el_btn_link_bold img {
  width: 14px;
  margin-right: 6px;
}

.el_btn_blue {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .08rem;
  text-align: center;
  background-color: #04abe5;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.el_btn_blue_lg {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #31bfef;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}

.el_btn_gray {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #999;
  padding: 11px 0 11px 15px;
}

.el_btn_green {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .08rem;
  text-align: center;
  background-color: #19a66f;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.el_btn_green_lg {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #19a66f;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}

.made_link_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.made_link_wrapper .el_btn_blue {
  margin-bottom: 20px;
}

.el_btn_iconRight img {
  position: absolute;
  display: block;
  width: 20px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.el_btn_iconLeft img {
  position: absolute;
  display: block;
  width: 20px;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}

.el_btn_burger {
  display: none;
}

.el_img img {
  width: 100%;
}

.el_lead {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #04abe5;
  text-align: center;
}

.el_label {
  position: absolute;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 75px;
  text-align: center;
}

.el_label_orange {
  color: #fff;
  background-color: #ff9933;
}

.el_label_blue {
  color: #fff;
  background-color: #0099ff;
}

/* END ELEMENTS */

/* UNIQUES */
.un_sliderArea_catch {
  position: absolute;
  right: 10px;
  bottom: -10px;
  padding: 27px 10px 15px 40px;
  border-left: 9px solid #00b2ee;
  background-color: #fff;
  transition-duration: 500ms;
  width: 30%;
}

.un_sliderArea_catch > div {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.un_sliderArea_catch > a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #00b2ee;
}

.un_newsList {
  list-style-type: none;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.un_newsList li:not(:last-child) {
  margin-bottom: 25px;
}

.un_newsList li a {
  display: flex;
  align-items: flex-start;
}

.un_newsList li span {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #000;
  line-height: 1.67;
  margin-right: 15px;
}

.un_newsList li img {
  width: 9px;
  margin-right: 12px;
}

.un_newsList li div {
  font-size: 1.8rem;
  line-height: 1.67;
  max-width: 595px;
}

.un_partnership {
  background-color: #19a66f;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 37px;
  padding-bottom: 28px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.un_partnership_ttl {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .5rem;
  text-align: center;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 22px;
}

.un_partnership img {
  width: 524px;
  margin-bottom: 21px;
}

.un_partnership_txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .08rem;
  color: #fff;
}

.un_desc {
  background-color: #e9e9ec;
  padding: 23px 35px;
}

.un_desc > div {
  font-size: 1.2rem;
  line-height: 1.83;
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.un_desc > div > span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .14rem;
  color: #00b2ee;
}

.un_hucPoint {
  background-color: #e9e9ec;
  padding-top: 30px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.un_hucPoint > ul {
  list-style-type: none;
  display: flex;
}

.un_hucPoint li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.un_hucPoint li:not(:last-child) {
  margin-right: 80px;
}

.un_hucPoint li:nth-child(1) img {
  width: 162px;
  margin-bottom: 25px;
}

.un_hucPoint li:nth-child(2) img {
  width: 182px;
  margin-bottom: 28px;
  padding-top: 12px;
}

.un_hucPoint li:nth-child(3) img {
  width: 155px;
  margin-bottom: 23px;
}

.un_hucPoint li > div {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .2rem;
  color: #000;
  text-align: center;
}

.un_hucPoint li > span {
  margin-top: 10px;
  font-size: 1.2rem;
}

.un_hucApply {
  background-color: #e9e9ec;
  padding: 30px 29px 35px;
}

.un_hucApply .el_btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.un_projectList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.un_project {
  width: 47%;
  padding: 23px 32px 34px;
  margin-bottom: 27px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.un_project:not(:nth-child(2n)) {
  margin-right: 6%;
}

.un_project .header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.un_project .header > img {
  height: 51.25px;
  margin-bottom: 17px;
}

.un_project .header > span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00b2ee;
  margin-bottom: 22px;
}

.un_project .header > div {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.32;
  text-align: center;
}

.un_project .body {
  display: flex;
  flex-direction: column;
}

.un_project .body .el_img {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.un_project .body .el_img img {
  height: auto;
}

.un_project .body > div {
  font-size: 1.6rem;
  line-height: 1.88;
  margin-bottom: 20px;
}

.un_project .body > span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00b2ee;
  margin-bottom: 60px;
}

.un_project .el_btn_link {
  margin-top: auto;
}

.un_project_detail {
  width: 830px;
  margin-right: auto;
  margin-left: auto;
}

.un_project_detail .header {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 21px;
}

.un_project_detail .header.header_made {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #04abe5;
  text-align: left;
  display: block;
  border-bottom: 1px solid #04abe5;
}

.un_project_detail .header > img {
  width: 64px;
  margin-bottom: 16px;
}

.un_project_detail .header > span {
  font-size: 1.4rem;
  color: #00b2ee;
  margin-bottom: 30px;
}

.un_project_detail .header > span.business {
  font-size: 2rem;
  margin-top: 33px;
  margin-bottom: 25px;
  color: #19a66f;
}

.un_project_detail .header > div {
  font-size: 2.2rem;
  font-weight: 500;
}

.un_project_detail .made_intro {
  display: flex;
  margin-bottom: 25px;
}

.un_project_detail .made_intro .el_img {
  width: 48%;
  margin-right: 23px;
  flex-shrink: 0;
}

.un_project_detail .made_intro .intro_txt {
  font-size: 1.4rem;
  line-height: 1.79;
}

.un_project_detail .made_btnArea {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

.un_project_detail .made_body_top {
  display: flex;
  flex-direction: column;
}

.un_project_detail .made_body_top .el_img {
  text-align: center;
  margin-bottom: 20px;
}

.un_project_detail .made_body_top .ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

.un_project_detail .made_body_top .txt {
  font-size: 1.8rem;
  line-height: 2.22;
  text-align: center;
  margin-bottom: 40px;
}

.un_project_detail .body {
  font-size: 1.4rem;
  line-height: 1.79;
  margin-bottom: 60px;
}

.un_project_detail .body img {
  max-width: 100%;
}

.un_project_detail .body .template {
  display: none;
}

.un_project_detail .body .topCatch {
  margin-bottom: 60px;
}

.un_project_detail .body .topCatch .el_img {
  margin-bottom: 35px;
}

.un_project_detail .body .midCatch {
  display: flex;
  margin-bottom: 65px;
}

.un_project_detail .body .midCatch .el_img {
  flex-shrink: 0;
  width: 402px;
  margin-right: 22px;
}

.un_project_detail .body .midCatch .bl_txt_lg_type2 {
  margin-bottom: 20px;
}

.un_project_detail .body .cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}

.un_project_detail .body .cont .el_img {
  margin-bottom: 20px;
}

.un_project_detail .body .cont .bl_txt_lg_type2 {
  margin-bottom: 10px;
}

.un_project_detail .body .cont .bl_txt_sm {
  margin-bottom: 5px;
}

.un_project_detail .body .cont .linkBox {
  display: flex;
  flex-wrap: wrap;
}

.un_project_detail .body .cont .link {
  padding: 10px;
  background-color: #f5f5f5;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  flex-shrink: 0;
}

.un_project_detail .body .cont .link span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #00b2ee;
}

.un_project_detail .body .cont .separate {
  display: flex;
}

.un_project_detail .body .cont .separate .el_img {
  margin-bottom: 0;
  margin-right: 20px;
}

.un_project_detail .body .cont .separate .bl_txt_sm .el_img {
  width: 20%;
  margin-left: auto;
  margin-right: 0;
}

.un_project_detail .body .report {
  background-color: #f5f5f5;
  padding: 29px 36px 23px;
}

.un_project_detail .body .report .header {
  font-size: 2rem;
  color: #04abe5;
  padding-bottom: 10px;
  border-bottom: 1px solid #04abe5;
  display: block;
  margin-bottom: 19px;
}

.un_project_detail .body .report .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.un_project_detail .body .report .bl_txt_sm {
  margin-bottom: 20px;
}

.un_project_detail .footer {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #04abe5;
  border-bottom: 1px solid #04abe5;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
}

.un_project_detail .body .report .link {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  word-break: keep-all;
}

.un_project_detail .body .report .link span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #00b2ee;
}

.un_project_detail .body_bottom ul {
  list-style-type: none;
  margin-bottom: 50px;
}

.un_project_detail .body_bottom ul li {
  display: flex;
}

.un_project_detail .body_bottom ul li:not(:last-child) {
  margin-bottom: 30px;
}

.un_project_detail .body_bottom ul li .el_img {
  width: 30%;
  text-align: center;
  flex-shrink: 0;
  margin-right: 25px;
}

.un_project_detail .body_bottom ul li .ttl {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 15px;
}

.un_project_detail .body_bottom ul li .txt {
  font-size: 1.4rem;
  line-height: 1.79;
}

.un_project_detail .footer div {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  margin-right: 40px;
}

.un_project_detail .footer div span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00b2ee;
}

.un_project_detail .footer a {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #333;
}

.un_project_detail .footer a img {
  width: 14px;
  margin-right: 6px;
}

.un_project_detail .el_btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 297px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.un_project_detail .body .text {
  font-size: 1.4rem;
  line-height: 1.79;
}

.un_project_detail.business .footer {
  border-top: 1px solid #19a66f;
  border-bottom: 1px solid #19a66f;
}

.un_project_detail.business .footer div span {
  color: #19a66f;
}

.un_project_detail.business .body .report .header {
  color: #19a66f;
  border-bottom: 1px solid #19a66f;
}

.un_project_detail.business .body .report .link span {
  color: #19a66f;
}

.un_project_detail.business .body .cont .link span {
  color: #19a66f;
}

.un_project_detail.business .note {
  background-color: #f2f4f6;
  padding: 32px 24px;
}

.un_project_detail.business .note ul {
  list-style-type: none;
}

.un_project_detail.business .note ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  color: #19a66f;
  display: flex;
  align-items: center;
}

.un_project_detail.business .note ul li:not(:last-child) {
  margin-bottom: 35px;
}

.un_project_detail.business .note ul li > span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #19a66f;
  flex-shrink: 0;
  margin-right: 14px;
}

.un_project_detail.business .note.note_type2 .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.un_project_detail.business .note.note_type2 ul li {
  align-items: flex-start;
}

.un_project_detail.business .note.note_type2 ul li > div {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  color: #19a66f;
  width: 100%;
}

.un_project_detail.business .note.note_type2 ul li > div .txt {
  font-size: 1.4rem;
  line-height: 1.79;
  color: #333;
  margin-top: 20px;
}

.un_project_detail.business .note.note_type2 ul li > div .contact {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.un_project_detail.business .note.note_type2 ul li > div .contact span {
  font-size: 1.2rem;
  color: #333;
  line-height: 2.08;
}

.un_project_detail.business .note.note_type2 ul li > div .contact span:first-child {
  font-size: 1.4rem;
  line-height: 2.08;
}

.un_project_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-right: 22px;
  padding-left: 22px;
}

.un_project_top > img {
  width: 53px;
}

.un_project_top > span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #19a66f;
  display: inline-block;
  margin-top: 10px;
}

.un_project_top > .heading {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #19a66f;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 13px;
}

.un_madePickUp {
  padding: 26px 28px;
  margin-bottom: 48px;
  background-color: #fff;
  display: flex;
}

.un_madePickUp .el_img {
  flex-shrink: 0;
  width: 444px;
  height: 334px;
  overflow: hidden;
  margin-right: 28px;
}

.un_madePickUp .cont {
  display: flex;
  flex-direction: column;
}

.un_madePickUp .header {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.23;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.un_madePickUp .header span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #00b2ee;
  margin-top: 10px;
}

.un_madePickUp .el_btn_link {
  margin-top: auto;
}

.un_forCompanies {
  background-color: #fafbfc;
  padding-top: 37px;
  padding-bottom: 45px;
}

.un_forCompanies .header {
  padding-right: 22px;
  padding-left: 22px;
  margin-bottom: 42px;
}

.un_forCompanies .header .header_top {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 18px;
}

.un_forCompanies .header .header_top img {
  width: 53px;
  margin-bottom: 11px;
}

.un_forCompanies .header .header_top span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #19a66f;
}

.un_forCompanies .header .header_bottom {
  background-color: #19a66f;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 64px;
}

.un_forCompanies .body {
  padding-right: 72px;
  padding-left: 72px;
}

.un_forCompanies .body .col3 {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.un_forCompanies .body .col3 li {
  background-color: #19a66f;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33%;
  padding-top: 17px;
  padding-bottom: 19px;
}

.un_forCompanies .body .col3 li span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.38;
  color: #fff;
  text-align: center;
  margin-bottom: 11px;
}

.un_forCompanies .body .col3 li div {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.un_forCompanies .body .col3 li:first-child {
  flex-direction: unset;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.un_forCompanies .body .col3 li:first-child > div {
  margin-right: 17px;
}

.un_forCompanies .body .col3 li:first-child > div div {
  margin-bottom: 8px;
}

.un_forCompanies .body .col3 li:first-child img {
  width: 107.5px;
}

.un_forCompanies .body .col3_type2 {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.un_forCompanies .body .col3_type2 li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  color: #19a66f;
  text-align: center;
  width: 32.5%;
  background-color: #f2f4f6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.un_forCompanies .body .taxItem {
  background-color: #f2f4f6;
  padding: 17px 24px;
}

.un_forCompanies .body .taxItem .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #30bfef;
  padding-bottom: 7px;
  border-bottom: 4px solid #31bfef;
  display: inline-block;
  margin-bottom: 10px;
}

.un_forCompanies .body .taxItem ul {
  list-style-type: none;
}

.un_forCompanies .body .taxItem ul li {
  display: flex;
}

.un_forCompanies .body .taxItem ul li span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.61;
  width: 86px;
  margin-right: 19px;
  flex-shrink: 0;
}

.un_forCompanies .body .taxItem ul li div {
  font-size: 1.4rem;
  line-height: 1.61;
}

.un_forCompanies .body .note {
  background-color: #f2f4f6;
  padding: 32px 24px;
}

.un_forCompanies .body .note ul {
  list-style-type: none;
}

.un_forCompanies .body .note ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  color: #19a66f;
  display: flex;
  align-items: center;
}

.un_forCompanies .body .note ul li:not(:last-child) {
  margin-bottom: 35px;
}

.un_forCompanies .body .note ul li > span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #19a66f;
  flex-shrink: 0;
  margin-right: 14px;
}

.un_forCompanies .body .note.note_type2 .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.un_forCompanies .body .note.note_type2 ul li {
  align-items: flex-start;
}

.un_forCompanies .body .note.note_type2 ul li > div {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.56;
  color: #19a66f;
  width: 100%;
}

.un_forCompanies .body .note.note_type2 ul li > div .txt {
  font-size: 1.4rem;
  line-height: 1.79;
  color: #333;
  margin-top: 20px;
}

.un_forCompanies .body .note.note_type2 ul li > div .contact {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.un_forCompanies .body .note.note_type2 ul li > div .contact span {
  font-size: 1.2rem;
  color: #333;
  line-height: 2.08;
}

.un_forCompanies .body .note.note_type2 ul li > div .contact span:first-child {
  font-size: 1.4rem;
  line-height: 2.08;
}

.un_forCompanies .body .col2 ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.un_forCompanies .body .col2 ul li {
  width: 405px;
  margin-bottom: 16px;
  background-color: #fff;
}

.un_forCompanies .body .col2 ul li:nth-child(odd) {
  margin-right: 18px;
}

.un_forCompanies .body .col2 ul li span.wrapper {
  padding: 9px;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.un_forCompanies .body .col2 ul li span.wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.un_forCompanies .body .col2 ul li span.wrapper > .el_img {
  padding-top: 0;
  margin-right: 25px;
  flex-shrink: 0;
}

.un_forCompanies .body .col2 ul li span.wrapper > .el_img img {
  width: 100px;
  height: 105px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.un_forCompanies .body .col2 ul li span.wrapper .subTtl img {
  height: 30px;
  margin-right: 9px;
}

.un_forCompanies .body .col2 ul li span.wrapper .ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.38;
  display: block;
}

.un_forCompanies .body .col2 ul li span.wrapper .el_btn_link {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 1.2rem;
  padding-bottom: 5px;
  width: 86px;
}

.un_forCompanies .body .col2 ul li span.wrapper .el_btn_link img {
  margin-left: 10px;
}

.un_forCompanies .body .logoBox ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.un_forCompanies .body .logoBox ul li {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 35px;
}

.un_forCompanies .body .logoBox ul li .el_img {
  border: 1px solid #ccc;
  width: 170px;
  height: 170px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.un_forCompanies .body .logoBox ul li .el_img.no_border {
  border: none;
}

.un_forCompanies .body .logoBox ul li .el_img img {
  width: 70%;
}

.un_forCompanies .body .logoBox ul li .name {
  font-size: 1.4rem;
  line-height: 1.29;
  text-align: center;
  padding-right: 16px;
  padding-left: 16px;
}

.un_forCompanies .body .companyNames ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 190px);
  gap: 14px 23px;
}

.un_forCompanies .body .companyNames ul li .name {
  width: 190px;
  min-height: 82px;
  height: 100%;
  padding: 19px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.43;
  color: #333;
  text-align: center;
  border: 2px solid #dcdcdc;
  background-color: #fff;
}

.un_forCompanies .body .keigen {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #19a66f;
  margin-bottom: 23px;
}

.un_forCompanies .body .keigen > span {
  font-size: 2rem;
  color: #19a66f;
}

.un_forCompanies .body .keigen > img {
  width: 23px;
  margin-right: 10px;
}

.un_forCompanies .body .model {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #19a66f;
  padding-bottom: 7px;
  border-bottom: 4px solid #19a66f;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 36px;
}

.un_forCompanies .body .officialPartner {
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.un_forCompanies .body .officialPartner > div {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.un_forCompanies .body .officialPartner .partnerList {
  display: grid;
  grid-template-columns: repeat(4, 190px);
  grid-auto-rows: 110px;
  gap: 16px 9px;
}

.un_forCompanies .body .officialPartner .partnerList li.partnerListItem {
  width: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.un_forCompanies .body .officialPartner .partnerList li.partnerListItem > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.un_forCompanies .body .officialPartner .partnerList li.partnerListItem .el_img {
  width: auto;
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.un_forCompanies .body .officialPartner .partnerList li.partnerListItem .el_img img {
  width: auto;
  max-width: 85%;
  max-height: 100%;
  aspect-ratio: 190 / 110;
  object-fit: contain;
}

.un_forCompanies .body .officialPartner .partnerList li.partnerListItem .name{
  display: block;
  word-break: break-all;
}

.un_topicHeader {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.un_topicHeader > img {
  width: 102px;
  margin-bottom: 19px;
}

.un_topicHeader > div {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  letter-spacing: .02rem;
  color: #19a66f;
}

.un_topicList {
  list-style-type: none;
  margin-bottom: 75px;
}

.un_topicList li {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.un_topicList li::before {
  content: url(/assets/images/kabunushi/svg/topic_arrow.svg);
  position: absolute;
  display: block;
  width: 20px;
  height: 35px;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto;
}

.un_topicList li:not(:last-child) {
  margin-bottom: 10px;
}

.un_topicList li a {
  display: flex;
  flex-direction: column;
  padding: 34px 65px 34px 45px;
}

.un_topicList li a > div {
  font-size: 2rem;
  letter-spacing: .02rem;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.un_topicList li a > span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  color: #999;
}

.un_sns {
  list-style-type: none;
  position: absolute;
  display: flex;
  align-items: center;
}

.un_sns li {
  font-size: 1rem;
  font-weight: 500;
}

.un_sns li:not(:last-child) {
  margin-right: 12px;
}

.un_sns li a {
  display: flex;
}

.un_sns img {
  width: 25px;
}

.un_choice {
  display: flex;
  justify-content: space-between;
}

.un_choice > div {
  width: 48%;
  padding: 20px 32px 58px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
}

.un_choice > div > img {
  width: 53.5px;
  margin-bottom: 10px;
}

.un_choice > div > span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0a7d50;
  margin-bottom: 18px;
}

.un_choice > div .ttl {
  background-color: #19a66f;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 36px;
}

.un_choice > div .body {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.88;
  margin-bottom: 50px;
}

.un_heroImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33vw;
  background-image: url(/assets/images/kabunushi/png/bg_partnership.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.un_heroImg img {
  width: 40%;
  margin-top: 75px;
}

.un_support {
  display: flex;
  justify-content: space-between;
}

.un_support > div {
  padding: 26px 19px 20px;
  background-color: #f2f4f6;
  width: 48%;
  box-sizing: border-box;
}

.un_support > div .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  color: #19a66f;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #19a66f;
  margin-bottom: 16px;
}

.un_support > div .header {
  font-size: 1.4rem;
  line-height: 1.79;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.un_support > div .body {
  padding-right: 0;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.79;
  margin-bottom: 30px;
}

.un_support > div .footer {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  margin-top: auto;
}

.un_pvArea {
  display: flex;
  justify-content: space-between;
  padding-right: 17px;
  padding-left: 17px;
}

.un_pv {
  width: 32.5%;
}

.un_pv > div {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
}

.un_pv > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.un_pv > span {
  font-size: 1.4rem;
  line-height: 1.3;
}

.un_pv_channelLink {
  display: flex;
  align-items: center;
  justify-content: center;
}

.un_donated {
  display: flex;
  justify-content: space-between;
}

.un_donated > div {
  padding: 26px 13px 20px;
  background-color: #f2f4f6;
  width: 32%;
  box-sizing: border-box;
}

.un_donated > div .ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #19a66f;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #19a66f;
  margin-bottom: 12px;
}

.un_donated > div .body {
  padding-right: 0;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.79;
}

.un_pdf_kabunushi {
  background-color: #fff;
  width: 700px;
  border-radius: 10px;
  padding: 25px 45px 25px 85px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.un_pdf_kabunushi > img {
  width: 125px;
}

.un_pdf_kabunushi .container {
  margin-left: 60px;
}

.un_pdf_kabunushi .container h3 {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  display: inline-block;
}

.un_pdf_kabunushi .container h4 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.59;
  margin-top: 10px;
}

.un_pdf_kabunushi .container .el_btn {
  margin-top: 25px;
}

.un_pdf_kabunushi .container .el_btn img {
  width: 16px;
  right: 12px;
}

.un_toKabunushi {
  background-color: #f0f0f0;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  border-radius: 10px;
}

.un_toKabunushi > img {
  width: 50%;
  height: 275px;
  object-fit: cover;
  font-family: 'object-fit: cover';
  border-radius: 10px 0 0 10px;
  flex-shrink: 0;
  position: relative;
  top: 0;
}

.un_toKabunushi .container {
  padding: 60px 40px 0 55px;
  font-family: 'Noto Sans JP', sans-serif;
}

.un_toKabunushi .container > span {
  font-size: 1.4rem;
  font-weight: 500;
}

.un_toKabunushi .container > h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .3rem;
  margin-top: 20px;
}

.un_toKabunushi .container > p {
  font-size: 1.4rem;
  line-height: 1.79;
  color: #000;
  margin-top: 25px;
}

/* HELPERS  */
.hp_bgWhite {
  background-color: #fff !important;
}

.hp_bgWhite2 {
  background-color: #fafbfc !important;
}

.hp_bgLightBlue {
  background-color: #d8eef6 !important;
}

.hp_bgGray {
  background-color: #e9eaed !important;
}

.hp_bgGray2 {
  background-color: #f2f4f6;
}

.hp_bgGreen {
  background-color: #d1efc9 !important;
}

.hp_text_center {
  text-align: center !important;
}

.hp_text_left {
  text-align: left !important;
}

.hp_color_blue {
  color: #00b2ee !important;
}

.hp_color_black {
  color: #333 !important;
}

.hp_d_block {
  display: block !important;
}

.hp_fontSize12 {
  font-size: 1.2rem;
}

.hp_font500 {
  font-weight: 500;
}

.hp_justify_center {
  justify-content: center;
}

.hp_borderbox {
  box-sizing: border-box;
}

.hp_letter_normal {
  letter-spacing: normal !important;
}

.hp_hoverBorderbtm:hover{
  border-bottom: 1px solid grey;
}

.lg_mtmb50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

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

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

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

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

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

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

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

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

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

.lg_mt60 {
  margin-top: 60px !important;
}

.lg_mt75 {
  margin-top: 75px !important;
}

.lg_mt90 {
  margin-top: 90px !important;
}

.lg_mr7 {
  margin-right: 7px !important;
}

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

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

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

.lg_mr60 {
  margin-right: 60px !important;
}

.lg_mb0 {
  margin-bottom: 0 !important;
}

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

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

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

.lg_mb17 {
  margin-bottom: 17px !important;
}

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

.lg_mb24 {
  margin-bottom: 24px !important;
}

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

.lg_mb27 {
  margin-bottom: 27px !important;
}

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

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

.lg_mb37 {
  margin-bottom: 37px !important;
}

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

.lg_mb43 {
  margin-bottom: 43px !important;
}

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

.lg_mb47 {
  margin-bottom: 47px !important;
}

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

.lg_mb55 {
  margin-bottom: 55px !important;
}

.lg_mb60 {
  margin-bottom: 60px !important;
}

.lg_mb65 {
  margin-bottom: 65px !important;
}

.lg_mb70 {
  margin-bottom: 70px !important;
}

.lg_mb80 {
  margin-bottom: 80px !important;
}

.lg_mb85 {
  margin-bottom: 85px !important;
}

.lg_mb90 {
  margin-bottom: 90px !important;
}

.lg_mb100 {
  margin-bottom: 100px !important;
}

.lg_mb110 {
  margin-bottom: 110px !important;
}

.lg_mb120 {
  margin-bottom: 120px !important;
}

.lg_mb125 {
  margin-bottom: 125px !important;
}

.lg_ml0 {
  margin-left: 0 !important;
}

.lg_ml7 {
  margin-left: 7px !important;
}

.lg_mlat {
  margin-left: auto !important;
}

.lg_ptpb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.lg_ptpb32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.lg_ptpb65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.lg_prpl20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.lg_prpl38 {
  padding-right: 38px !important;
  padding-left: 38px !important;
}

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

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

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

.lg_pt36 {
  padding-top: 36px !important;
}

.lg_pt43 {
  padding-top: 43px !important;
}

.lg_pt44 {
  padding-top: 44px !important;
}

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

.lg_pt55 {
  padding-top: 55px !important;
}

.lg_pt60 {
  padding-top: 60px !important;
}

.lg_pt65 {
  padding-top: 65px !important;
}

.lg_pt70 {
  padding-top: 70px !important;
}

.lg_pt80 {
  padding-top: 80px !important;
}

.lg_pt85 {
  padding-top: 85px !important;
}

.lg_pr37 {
  padding-right: 37px !important;
}

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

.lg_pr115 {
  padding-right: 115px !important;
}

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

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

.lg_pb37 {
  padding-bottom: 37px !important;
}

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

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

.lg_pb60 {
  padding-bottom: 60px !important;
}

.lg_pb65 {
  padding-bottom: 65px !important;
}

.lg_pb70 {
  padding-bottom: 70px !important;
}

.lg_pb85 {
  padding-bottom: 85px !important;
}

.lg_pb125 {
  padding-bottom: 125px !important;
}

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

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

.lg_pl90 {
  padding-left: 90px !important;
}

.lg_pl115 {
  padding-left: 115px !important;
}

.lg_w50per {
  width: 50% !important;
}

.lg_w100per {
  width: 100% !important;
}

.lg_wat {
  width: auto !important;
}

.lg_w17 {
  width: 17px !important;
}

.lg_w19 {
  width: 19px !important;
}

.lg_w25 {
  width: 25px !important;
}

.lg_w26 {
  width: 26px !important;
}

.lg_w29 {
  width: 29px !important;
}

.lg_w148 {
  width: 148px !important;
}

.lg_w185 {
  width: 185px !important;
}

.lg_w200 {
  width: 200px !important;
}

.lg_w210 {
  width: 210px !important;
}

.lg_w228 {
  width: 228px !important;
}

.lg_w234 {
  width: 234px !important;
}

.lg_w239 {
  width: 239px !important;
}

.lg_w275 {
  width: 275px !important;
}

.lg_w297 {
  width: 297px !important;
}

.lg_w300 {
  width: 300px !important;
}

.lg_w310 {
  width: 310px !important;
}

.lg_w336 {
  width: 336px !important;
}

.lg_w390 {
  width: 390px !important;
}

.lg_w413 {
  width: 413px !important;
}

.lg_w463 {
  width: 463px !important;
}

.lg_w480 {
  width: 480px !important;
}

.lg_w550 {
  width: 550px !important;
}

.lg_w785 {
  width: 789px !important;
}

.lg_maxw500 {
  max-width: 500px !important;
}

.only_lg {
  display: block !important;
}

.only_sm {
  display: none !important;
}

.topic_title {
  font-size: 1.4rem;
  line-height: 1.43;
}

.bl_pages_body > p {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: .075rem;
  text-align: justify;
  margin-bottom: 50px;
}

.un_tableUnit {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

.un_tableUnit li {
  padding: 15px 25px;
  display: flex;
  align-items: center;
}

.un_tableUnit li:nth-child(2n-1) {
  background-color: #f5f5f5;
}

.un_table_ttl {
  font-size: 1.3rem;
  line-height: 2;
  width: 7%;
}

.un_table_desc {
  padding-left: 32px;
  border-left: 1px solid #0e352d;
}

.un_table_desc span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .07rem;
  text-align: justify;
}

.un_contactInfo {
  padding-left: 25px;
  margin-bottom: 50px;
}

.un_contactInfo span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .07rem;
  text-align: justify;
}

.un_media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}

.un_media_imgWrapper {
  width: 32%;
  padding: 45px 75px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  position: relative;
}

.un_media_imgWrapper > img {
  width: 100%;
}

.un_media_imgWrapper > a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .07rem;
}

.un_media_imgWrapper > a img {
  width: 41px;
  margin-right: 10px;
}

.un_media_desc {
  width: 64%;
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: .07rem;
  text-align: justify;
}

/* END HELPERS  */

/* 法人版株主制度のMOVIE対応 */
@media screen and (min-width:960px) and (max-width:1110px) {
  .bl_cardUnit_type3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}