﻿@charset "utf-8";
body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
img { width:100%; height: auto; }
.sp { display: block; }
.pc { display: none; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap {
  min-width:0;
}

.common_inlinelist01 { letter-spacing:-.4em; }
.common_inlinelist01 li {
	letter-spacing: normal;
	display:inline-block;
}
.common_flex01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common_flex01.both {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.common_flex01.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.common_btn01 a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #025157;
  color: #025157;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  padding: 16px 0;
  width: 280px;
  letter-spacing: .1em;
  text-decoration: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: 'Inter Tight', sans-serif;
  transition: .3s;
}
.common_btn01 a::after {
  content: "";
  display: block;
  width: 26px;
  height: 7px;
  border-bottom: 1px solid #025157;
  border-right: 1px solid #025157;
  position: absolute;
  right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -55%) skew(45deg);
	transform: translate(0, -55%) skew(45deg);
}

.common_ttl01 {
  text-align: center;
  color: #025157;
  font-size: 8.5vw;
  line-height: 130%;
  margin-bottom: 70px;
}
.common_ttl02 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-top: 34px; 
  z-index: 5;
  text-align: center;
  margin-bottom: 40px;
}
.common_ttl02_en {
  font-size: 10.2vw;
  line-height: 1;
  letter-spacing: .01em;
  color: rgba(29, 144, 150, 0.2);
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
  z-index: 1;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
}

.common_ttl02.left {
  text-align: left;
}
.common_ttl02.left .common_ttl02_en {
  left: -.3em;
  right: inherit;
}
.common_ttl02.right {
  text-align: right;
}
.common_ttl02.right .common_ttl02_en {
  right: -.3em;
  left: inherit;
}

.common_ttl03 {
  color: #1d9096;
  font-size: 30px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
}
.common_ttl03_ja {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.common_ttl04 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 22px;
  position: relative;
  line-height: 140%;
  margin-bottom: 50px;
}
.common_ttl04::before {
  background: #1d9096;
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.common_ttl04.center {
  text-align: center;
}
.common_ttl04.center::before {
  right: 0;
  margin: auto;
}

.common_ttl05 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 140%;
  margin-bottom: 40px;
}


.common_txt01 {/*16-36*/
  font-size: 14px;
  line-height: 200%;
}
/* =============================== header =============================== */
header {
  position: fixed;
  top: 0;
  background: none;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
#header_inner {
  width: 100%;
  box-sizing: border-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 13px 20px;
}
#header_inner #h_logo img {
  height: 44px;
  width: auto;
}
.h_gnav {
  display: none;
}


.top header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
}
.top header.scroll::after {
  top: 0;
  transition: .3s;
}

.sub header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(2, 81, 87,.9);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
  transition: .3s;
}
.sub header.scroll::after {
  top: 0;
  transition: .3s;
}

/* =============================== footer =============================== */

footer {
  background: #025157;
  padding: 70px 0 60px;
  position: relative;
}
.btn_pagetop {
  right:50px;
  z-index:999;
}

.footer_inner01 {
  padding: 0 0 40px;
  text-align: center;
}
.fnav {
  display: none;
}
.fnav_logo {
  width: 100%;
  text-align: center;
}
.fnav_logo img {
  width: 40%;
}
.footer_inner02 {
  display: none;
}

.footer_inner03 {
  padding: 0 4%;
  box-sizing: border-box;
}  
.copyright {
  color: #fff;
  width: 100%;
  font-size: 10px;
  text-align: center;
	-ms-flex-order: 2;
	order: 2;
}
.f_subnav {
	-ms-flex-order: 1;
	order: 1;
  width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-bottom: 20px;
}
.f_subnav li:nth-child(1) {
  border-right: 1px solid rgba(255,255,255,.3);
}
.f_subnav li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 4px 20px;
}

/* =============================== top =============================== */

.toppage {
  overflow: hidden;
  background: #f2efe6;
}
.top_onimg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
}
.top_onimg img {
  width: 100%;
}

.top_main_bk {
  position: relative;
  background: url(../images/top/top_main_bg01.png) no-repeat right 40% center;
  background-size: cover;
}
.top_main_copy {
  display: block;
  width: 90%;
  max-width: 1200px;
  font-size: 8vw;
  color: #025157;
  font-weight: bold;
  line-height: 135%;
	position:absolute;
	top: 24%;
  left: 0; right: 0;
  margin: auto;
  z-index: 20;
}

.top_scroll {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000;
  border: 1px solid #000;
  position: absolute;
  left: calc(2.112vw + 17.6px);
  bottom: 6.8vmin;
  z-index: 3;
}
.top_scroll::before {
  content: "SCROLL";
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .32em;
  font-size: .68rem;
}
.top_scroll::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #1d9096;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: scroll_height 1.6s cubic-bezier(.65,0,.35,1) infinite;
}
@keyframes scroll_height {
  0% {
    top: 30%;
    opacity: 0
  }

  10% {
    top: 30%;
    opacity: 1
  }

  70% {
    top: 70%;
    opacity: 1
  }

  to {
    top: 72%;
    opacity: 0
  }
}


.top_message_bk {
  padding: 120px 4% 300px;
  background: url(../images/top/top_message_bg01.jpg) no-repeat center center;
  background-size: cover;
}
.top_message_ttl {
  color: #fff;
  font-size: 30px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 50px;
}
.top_message_ttl .en {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.top_message_txt {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: 15px;
}



.top_strength_bk {
  padding: 110px 0 160px;
  background: #f2efe6;
  min-height: 300px;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -200px;
  position: relative;
  z-index: 5;
}

.top_strength01 ,
.top_strength02 {
  margin-bottom: 50px;
  padding: 0 4%;
  box-sizing: border-box;
  width: calc( 100% - 110px );
  margin-left: 55px;
  margin-right: 55px;
  position: relative;
}
.top_strength01 .common_ttl02 ,
.top_strength02 .common_ttl02 {
  width: 100%;  
}
.top_strength01_info ,
.top_strength02_info ,
.top_strength01_more ,
.top_strength02_more {
  width: 100%;
}
.top_strength02_info {
  text-align: right;
  order: 1;
}
.top_strength02_info p ,
.top_strength02_more {
  text-align: right;
}
.top_strength01_info p ,
.top_strength02_info p {
  font-size: 16px;
  line-height: 180%;
}
.top_strength01_more ,
.top_strength02_more {
  padding-top: 20px;
  order: 2;
}
.top_strength02_more .common_btn01 {
  width: 100%;
  text-align: right;
}
.top_strength01_more .common_btn01 a ,
.top_strength02_more .common_btn01 a {
  width: 210px;
}
.top_strength01 .slick_nav01 {
  position: absolute;
  width: 96px;
  right: 4%;
  bottom: 3px;
}
.top_strength02 .slick_nav02 {
  position: absolute;
  width: 96px;
  left: 4%;
  bottom: 3px;
}
.top_strength01 .slick_nav01 li.slick-disabled ,
.top_strength02 .slick_nav02 li.slick-disabled {
  opacity: .6;
}
.top_strength01 .slick_nav01 li img ,
.top_strength02 .slick_nav02 li img {
  width: 44px;
  height: auto;
}

/*topslide1*/
.section-lineup {
  overflow: hidden;
  padding-bottom: 70px;
}
.section-lineup .inner {
  margin: 0 auto;
  width: 80%;
  padding-left: 5%;
  padding-right: 5%;
}
.section-lineup .lineup {
  position: relative;
}
.section-lineup .lineup-carousel li {
  text-align: center;
  margin-right: 10px;
  padding: 0 0.5em;
}
.section-lineup .lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.section-lineup .lineup-carousel .ttl {
  text-align: left;
  color: #1d9096;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 140%;
}
.section-lineup .lineup-carousel .txt {
  text-align: left;
  font-size: 14px;
  line-height: 160%;
}
.section-lineup .slick-list {
  overflow: visible;
}
.section-lineup .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}
.section-lineup .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.section-lineup .slick-next {
  right: 0;
}
.section-lineup .slick-prev {
  left: -80px;
}
.section-lineup .slick-next:before,
.section-lineup .slick-prev:before {
  color: #000;
}


/*topslide2*/
.section-lineup2 {
  overflow: hidden;
  padding: 0 0 260px;
}
.section-lineup2 .inner {
  margin: 0 auto;
  width: 80%;
  padding-left: 5%;
  padding-right: 5%;
}
.section-lineup2 .lineup {
  position: relative;
}
.section-lineup2 .lineup-carouse2 li {
  text-align: center;
  margin-right: 10px;
  padding: 0 0.5em;
}
.section-lineup2 .lineup-carouse2 img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.section-lineup2 .lineup-carouse2 .ttl {
  text-align: left;
  color: #1d9096;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
}
.section-lineup2 .lineup-carouse2 .txt {
  text-align: left;
  font-size: 14px;
  line-height: 160%;
}
.section-lineup2 .slick-list {
  overflow: visible;
}
.section-lineup2 .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}
.section-lineup2 .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.section-lineup2 .slick-next2 {
  right: 0;
}
.section-lineup2 .slick-prev2 {
  left: -80px;
}
.section-lineup2 .slick-next2:before,
.section-lineup2 .slick-prev2:before {
  color: #000;
}

@media screen and (max-width:420px) {
  .top_strength01, .top_strength02 {
    margin-bottom: 70px;
  }
  .top_strength01 .slick_nav01 ,
  .top_strength02 .slick_nav02 {
    bottom: -55px;
  }
}

/* =============================== top =============================== */


.top_vision_bk {
  margin-top: -250px;
  padding: 160px 0;
  background: url(../images/top/top_vision_bg01.png) no-repeat top center #fff;
  background-size: cover; 
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: calc( 4% + 50px );
  padding-right: calc( 4% + 50px );
  position: relative;
  z-index: 10;
} 
.top_vision_copy {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 50px;
}

.top_client_bk {
  padding: 100px 4%;
  box-sizing: border-box;
}
.top_client_sttl {
  margin-bottom: 25px;
}
.top_client_sttl li {
  background: #1d9096;
  line-height: 1;
  padding: 8px 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.top_client_ttl {
  text-align: center;
  color: #1d9096;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 70px;
}
.top_client_ttl .line01 {
  font-size: 40px;
  display: inline-block;
  padding: 0 5px;
  line-height: 130%;
  background:linear-gradient(transparent 80%, rgba(44,185,192,.2) 80%);
}
.top_client_ttl .line01 strong {
  font-size: 70px;
  line-height: 1;
}


.top_client_list {
  background: #fff;
  padding: 30px 5% 15px;
  box-sizing: border-box;
  width: 94%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 0px 49px 43px 0px rgba(184, 180, 166, 0.1);
}
.top_client_list ul {
  width: 100%;
  max-width: 1200px;
}
.top_client_list ul li {
  margin-bottom: 20px;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  box-sizing: border-box;
  width: 48%;
  padding: 0 1%;
}
.top_client_list ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



.top_column_bk {
  padding: 100px 4%;
  box-sizing: border-box;
  background: #fff;
}
.top_column_list {
  border-top: 1px solid #ddd;
}
.top_column_list li {
  border-bottom: 1px solid #ddd;
}
.top_column_list li a {
  box-sizing: border-box;
  padding: 18px 12px;
  transition: .3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  text-decoration: none;
  position: relative;
}
.top_column_list li a::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 1;
  background: #1d9096;
  position: absolute;
  right: 15px;
	top: 50%;
	transform: translate(0, -50%);
  transition: .3s;
}
.top_column_list li a::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 2;
  transition: .3s;
}
.top_column_list li a .image {
  width: 17%;
  margin-right: 3.5%;
}
.top_column_list li a .image img {
  width: 100%;
}
.top_column_list li a .info {
  width: calc( 79.5% - 55px );
}
.top_column_list li a .info .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_column_list li a .info .txt {
  font-size: 14px;
  line-height: 175%;
}

.top_news_bk {
  padding: 80px 4%;
  box-sizing: border-box;
  background: #f2f8f9;
}

.top_news_tablist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
	justify-content: center;
}
.top_news_tablist li {
  box-sizing: border-box;
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.top_news_tablist li a {
  display: block;
  line-height: 1;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-weight: bold;
}
.top_news_tablist li:hover a ,
.top_news_tablist li.tablist_current a {
  background: #1d9096;
  color: #fff;
}
.top_news_tabcon {
  width: 100%;
}
.top_news_tabcon .top_news_list {
  border-top: 1px solid #ddd;
}
.top_news_tabcon .top_news_list li {
  border-bottom: 1px solid #ddd;
}
.top_news_tabcon .top_news_list li a {
  padding: 14px 4%;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}
.top_news_tabcon .top_news_list li a.none_link {
  pointer-events: none;
}
.top_news_tabcon .top_news_list li a span {
  display: inline-block;
  vertical-align: middle;
}
.top_news_tabcon .top_news_list li a .date {
  font-size: 16px;
  font-weight: bold;
  color: #1d9096;
  font-family: 'Inter Tight', sans-serif;
  margin-right: 25px;
}
.top_news_tabcon .top_news_list li a .cat {
  font-size: 12px;
  line-height: 1;
  border: 1px solid #1d9096;
  padding: 8px 25px;
  box-sizing: border-box;
  color: #1d9096;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.top_news_tabcon .top_news_list li a .ttl {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}




/* =============================== sub common =============================== */

.sub_main_bk {
  height: 400px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_main_bk.business_design {
  background-image: url(../images/business_design/mainimg.jpg);
}
.sub_main_bk.contact {
  background-image: url(../images/contact/mainimg.jpg);
}
.sub_main_bk.company {
  background-image: url(../images/company/mainimg.jpg);
}
.sub_main_bk.innovation {
  background-image: url(../images/innovation/mainimg.jpg);
}
.sub_main_bk .sub_main_ttl {
	position:absolute;
  left: 0; right: 0;
  margin: auto;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.sub_main_bk .sub_main_ttl .en {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: .05em;
}  
.sub_main_bk .sub_main_ttl .ja {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  display: block;
  letter-spacing: .08em;
}

.breadcrumb {
  padding: 30px 4%;
}
.breadcrumb ol li ,
.breadcrumb ol li a {
  line-height: 140%;
  font-size: 14px;
}
.breadcrumb ol li {
  list-style: none;
  position: relative;
}
.breadcrumb ol li:nth-last-child(n+2) {
  padding-right: 30px;
}
.breadcrumb ol li:nth-last-child(n+2)::after {
  content: "";
  background: #1d9096;
  display: block;
  width: 11px;
  height: 1px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.breadcrumb ol li a {
  color: #1d9096;
  text-decoration: none;
}


/* =============================== sub =============================== */
/*company*/

.philosophy_bk {
  padding: 60px 4% 80px;
}
.philosophy_bk .philosophy_ttl {
  width: 100%;
}
.philosophy_bk .philosophy_ttl .philosophy_logo {
  text-align: center;
  margin-bottom: 40px;
}
.philosophy_bk .philosophy_ttl .philosophy_logo img {
  width: 34%;
}
.philosophy_bk .philosophy_info {
  width: 100%;
}
.philosophy_bk .philosophy_info dl {
  margin-bottom: 30px;
}
.philosophy_bk .philosophy_info dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.philosophy_bk .philosophy_info dt:first-letter{
  color: #1d9096;
}
.philosophy_bk .philosophy_info dd {
  font-size: 16px;
  font-weight: bold;  
}
.philosophy_bk .philosophy_info dd p {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.philosophy_bk .philosophy_info dd p .sttl {
  width: 7em;
  font-size: 18px;
  position: relative;
  margin-right: 2em;
}
.philosophy_bk .philosophy_info dd p .sttl::after {
  content: "";
  display: block;
  background: #157d83;
  width: 20px;
  height: 1px;
  position: absolute;
  right: -18px;
  top: 16px;
}
.philosophy_bk .philosophy_info dd p .txt {
  font-size: 16px;
  line-height: 175%;
  width: calc( 100% - 10.5em );
}

.message_bk {
  background: #f2f8f9;
  padding: 80px 4%;
}
.message_bk .message_wrap {
  background: url(../images/company/message_bg01.png) no-repeat center bottom #1d9096;
  background-size: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-sizing: border-box;
  padding: 30px 5%;
  box-shadow: 0px 25px 43px 0px rgba(29, 144, 150, 0.14);
  margin-bottom: 40px;
}
.message_bk .message_wrap .message_ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 22px;
  position: relative;
  line-height: 140%;
  text-align: center;
  margin-bottom: 45px;
}
.message_bk .message_wrap .message_ttl::before {
  background: #fff;
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
}
.message_bk .message_wrap .message_txt {
  color: #fff;
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 10px;
}
.message_bk .message_wrap .message_sign {
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  margin-top: 15px;
}
.message_bk .message_wrap .message_sign strong {
  font-size: 20px;
  margin-left: 12px;
}
.message_bk .adviser_list {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.message_bk .adviser_list li {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.message_bk .adviser_list li .adviser_list_ttl {
  background: #1d9096;
  padding: 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.message_bk .adviser_list li .adviser_list_txt {
  font-size: 14px;
  line-height: 180%;
}
.message_bk .adviser_list li .common_flex01 img {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 15px;
  order: 1;
}
.message_bk .adviser_list li .common_flex01 .adviser_list_txt {
  width: 100%;
  order: 2;
}

.organization_bk {
  padding: 100px 4%;
}

.outline_bk {
  background: #f2f8f9;
  padding: 100px 4% 70px;
}
.outline_bk .outline_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.outline_bk .outline_table th ,
.outline_bk .outline_table td {
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  display: block;
  width: 100%;
}
.outline_bk .outline_table th {
  font-size: 16px;
  padding: 12px 4% 0;
}
.outline_bk .outline_table td {
  font-size: 16px;
  line-height: 175%;
  padding: 10px 4% 20px;
  border-bottom: 1px solid #ddd;
}
.outline_bk .outline_table td .sttl {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.outline_bk .outline_table tr:last-child td {
  border: none;
}

.history_bk {
  padding: 100px 4%;
}
.history_bk .history_list {
  width: 100%;
  position: relative;
}
.history_bk .history_list::after {
  content: "";
  display: block;
  width: 1px;
  height: calc( 100% - 50px );
  background: #1d9096;
  position: absolute;
  left: 110px;
  top: 11px;
}
.history_bk .history_list dt {
  font-size: 16px;
  font-weight: bold;
  width: 110px;
  padding-bottom: 30px;
  position: relative;
  margin-right: 30px;
}
.history_bk .history_list dt::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background: #1d9096;
  position: absolute;
  right: -6px;
  top: 11px;
}
.history_bk .history_list dd {
  width: calc( 100% - 140px );
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 175%;
}

.recruit_bk {
  background: #f2f8f9;
  padding: 100px 0;
}
.recruit_bk .recruit_copy {
  text-align: center;
  font-size: 16px;
  margin: 0 4% 30px;
}
.recruit_bk .recruit_slide {
  margin-bottom: 50px;
}
.recruit_bk .recruit_slide li {
  padding-left: 20px;
  padding-right: 20px;
}
.recruit_bk .recruit_slide li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}



/* =============================== sub =============================== */
/*contact*/

.contact_bk {
  padding: 30px 4% 80px;
}
.contact_bk .contact_form table {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-collapse: collapse;
}
.contact_bk .contact_form table th ,
.contact_bk .contact_form table td {
  box-sizing: border-box;
  text-align: left;
  display: block;
  padding: 15px 4%;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.contact_bk .contact_form table th {
  padding: 10px 4%;
  background: #eee;
}
.contact_bk .contact_form table th .required {
  display: block;
  line-height: 1;
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 3em;
  background: #b60000;
  color: #fff;
  position: absolute;
  right: 4%;
  top: 12px;
}
.contact_bk .contact_form table td ol li {
  list-style: none;
  margin-bottom: 10px;
}

.contact_bk .contact_form input[type="text"] ,
.contact_bk .contact_form input[type="tel"] ,
.contact_bk .contact_form input[type="email"] ,
.contact_bk .contact_form textarea ,
.contact_bk .contact_form select {
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
}
.contact_bk .contact_form li input {
  width: calc( 100% - 5em );
}
.contact_bk .contact_form textarea {
  height: 12em !important;
  width: 100% !important;
}
.contact_bk .contact_form select {
  width: auto;
}
.contact_bk .contact_form input.zip {
  width: 8em;
}
.contact_bk .contact_form .agree {
  padding: 20px 0;
  text-align: center;
}
.contact_bk .contact_form .agree div.mfp_err {
  margin: 0 auto;
  max-width: 26em;
  width: 100%;
}
::placeholder {
  color: #aaa;
}
::-ms-input-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
.contact_bk .contact_form .btn {
  text-align: center;
  padding: 20px 0 0 0;
}
.contact_bk .contact_form .btn button {
  color: #fff;
  display: inline-block;
  padding: 20px 0;
  width: 320px;
  line-height: 1;
  background: #b60000;
  border: none;
  cursor: pointer;
}
.contact_bk .contact_form.thanks {
}
.contact_bk .contact_form.thanks .sttl {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #025157;
}


/* =============================== sub =============================== */
/*innovation*/

.business01_bk {
  padding: 30px 4% 100px;
  background: #f2efe6;
  position: relative;
  overflow-x: hidden;
}
.business01_bk::before ,
.business01_bk::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
}
.business01_bk::before {
  background: #fff;
  height: 550px;
  top: 0;
  left: 0;
  z-index: 2;
}
.business01_bk::after {
  height: 600px;
  width: 150%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #f2efe6;
  top: 260px;
  z-index: 3;
  left: -25%;
}
.business01_bk .business01 {
  position: relative;
  z-index: 10;
}
.business01_bk .business01_copy {
  text-align: left;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 180%;
}
.business_block {
  margin-bottom: 80px;
}
.business_block .image {
  position: relative;
  width: 100%;
}
.business_block .image img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.business_block .image .num {
  position: absolute;
  display: inline-block;
  line-height: 1;
  color: #fff;
  z-index: 5;
  width: 62px;
  height: 62px;
  left: 15px;
  top: -10px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: .1em;
}
.business_block .image .num::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  width: 62px;
  height: 62px;
  background: #025157;
  left: 0; right: 0;
  margin: auto;
  top: -20px;
  z-index: -1;
}
.business_block .info {
  width: 100%;
}
.business_block .info .info_ttl {
  padding: 25px 0;
}
.business_block .info .info_ttl .en {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #1d9096;
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: .08em;
}
.business_block .info .info_ttl .ja {
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
}
.business_block .info .txt {
  font-size: 14px;
  line-height: 175%;
  margin-bottom: 25px;
}
.business_block .info .common_btn01 {
  text-align: right;
}
.service_list {
  width: 100%;
  margin-top: 20px;
}
.service_list li {
  width: 100%;
  box-sizing: border-box;
  padding: 26px 5% 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 49px 43px 0px rgba(184, 180, 166, 0.1);
  margin-bottom: 15px;
}
.service_list li .service_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #1d9096;
  text-align: center;
  line-height: 160%;
  margin-bottom: 15px;
}
.service_list li .service_txt {
  font-size: 14px;
  line-height: 180%;
}



/* =============================== sub =============================== */
/*privacy*/

.privacypolicy_bk {
  padding: 40px 4% 80px;
}
.privacy .privacy_txt {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 20px;
}
.privacy dl + dl {
  margin-top: 30px;
}
.privacy dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.privacy dl dd {
  margin-top: 10px;
}
.privacy dl dd ,
.privacy dl dd li {
  font-size: 14px;
  line-height: 180%;
}
.privacy .sttl {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.privacy dl dd .sub {
  padding-left: 15px;
}
.privacy dl dd .subsub {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.privacy .common_ttl05 {
  padding-top: 50px;
}

.nolink a {
  pointer-events: none;
  opacity: .6;
}
.nolink_ttl ,
.nolink_ttl a {
  pointer-events: none;
}