﻿@charset "utf-8";
body { position:relative; }

.sp { display: none;  }
.pc { display: block; }
img { width:auto; }

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

#wrap { 
	width:100%;
}

/* =============================== common =============================== */

.common_wrap01 {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap02 {
  width: 92%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.common_wrap03 {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.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: 16px;
  text-align: center;
  line-height: 1;
  padding: 22px 0;
  width: 350px;
  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: 30px;
  height: 7px;
  border-bottom: 1px solid #025157;
  border-right: 1px solid #025157;
  position: absolute;
  right: 22px;
	top: 50%;
	-webkit-transform: translate(0, -55%) skew(45deg);
	transform: translate(0, -55%) skew(45deg);
  transition: .3s;
}
.common_btn01 a:hover {
  transition: .3s;
  color: #fff;
  background-image: -moz-linear-gradient( 0deg, rgb(2,81,87) 0%, rgb(24,129,135) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(2,81,87) 0%, rgb(24,129,135) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(2,81,87) 0%, rgb(24,129,135) 100%);
}
.common_btn01 a:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 16px;
  transition: .3s;
}

.common_ttl01 {
  text-align: center;
  color: #025157;
  font-size: 70px;
  line-height: 130%;
  margin-bottom: 100px;
}
.common_ttl02 {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #222;
  padding-top: 48px; 
  z-index: 5;
  text-align: center;
  margin-bottom: 40px;
}
.common_ttl02_en {
  font-size: 100px;
  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: 40px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.common_ttl03_ja {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.common_ttl04 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 26px;
  position: relative;
  line-height: 140%;
  margin-bottom: 70px;
}
.common_ttl04::before {
  background: #1d9096;
  content: "";
  display: block;
  width: 29px;
  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: 28px;
  font-weight: bold;
  position: relative;
  line-height: 140%;
  margin-bottom: 50px;
}

.common_txt01 {/*16-36*/
  font-size: 16px;
  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: 30px 60px;
}
.h_gnav {
  margin-right: 50px;
}
.h_gnav ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.h_gnav ul li {
  margin-right: 35px;
}
.h_gnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;  
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: .05em;
}
.h_gnav ul li.h_contact a {
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  background: #fff;
  color: #025157;
  font-size: 16px;
  font-weight: 600;  
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: .05em;
  padding: 15px 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.top header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  position: absolute;
  left: 0;
  top: -100%;
  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: 110px 0 100px;
  position: relative;
}
.btn_pagetop {
  right:50px;
  z-index:999;
}

.footer_inner01 {
  padding: 0 0 70px;
}
.fnav {
  width: 74.3%;
}
.fnav li {
  margin-bottom: 32px;
}
.fnav li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.fnav li.mb01 {
  margin-bottom: 20px;
}
.fnav li.sub {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.fnav li.sub.mb02 {
  margin-bottom: 24px;
}
.fnav li.sub::before {
  content: "";
  display: block;
  background: #fff;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
}
.fnav li.sub a {
  font-size: 14px;
  font-weight: normal;
}
.footer_inner02 {
  padding: 0 0 70px;
}  
.f_address li {
  width: 23%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.3);
  padding: 25px;
}
.f_address li p {
  font-size: 14px;
  color: #fff;
}
.f_address li .ttl {
  font-weight: bold;
}

.copyright {
  color: #fff;
  font-size: 12px;
}
.f_subnav li:nth-child(1) {
  margin-right: 30px;
  border-right: 1px solid rgba(255,255,255,.3);
  padding-right: 30px;
}
.f_subnav li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}



.toppage {
  overflow: hidden;
  background: #f2efe6;
}
.top_onimg {
  width: 58.9%;
  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 center center;
  background-size: cover;
}
.top_main_copy {
  display: block;
  width: 90%;
  max-width: 1200px;
  font-size: 84px;
  color: #025157;
  font-weight: bold;
  line-height: 135%;
	position:absolute;
	top: 53%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
  left: 0; right: 0;
  margin: auto;
}
@media screen and (max-width:980px){
  .top_main_copy {
    font-size: 74px;
  }
}
.top_scroll {
  width: 72px;
  height: 72px;
  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: 160px 0 340px;
  background: url(../images/top/top_message_bg01.jpg) no-repeat center center;
  background-size: cover;
}
.top_message_ttl {
  color: #fff;
  font-size: 50px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 50px;
}
.top_message_ttl .en {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.top_message_txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 20px;
}
  
  
.top_strength_bk {
  padding: 150px 0 200px;
  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 {
  position: relative;
}
.top_strength01 .common_wrap01 ,
.top_strength02 .common_wrap01 {
  align-items: flex-end;
  margin-bottom: 60px;
}
.top_strength01 .slick_nav01 {
  position: absolute;
  width: 130px;
  right: 110px;
  bottom: 5px;
}
.top_strength02 .slick_nav02 {
  position: absolute;
  width: 130px;
  left: 110px;
  bottom: 5px;
}
.top_strength01 .slick_nav01 li.slick-disabled ,
.top_strength02 .slick_nav02 li.slick-disabled {
  opacity: .6;
}
.top_strength01 .slick_nav01 img ,
.top_strength02 .slick_nav02 img {
  cursor: pointer;
}
.top_strength01 .common_ttl02 {
  width: 100%;  
}
.top_strength02 .common_ttl02 {
  width: 100%;  
}
.top_strength02_info {
  text-align: right;
}
.top_strength01_info p ,
.top_strength02_info p {
  font-size: 20px;
  line-height: 200%;
}
@media screen and (max-width: 1550px){
  .top_strength01 ,
  .top_strength02 {
    padding-bottom: 30px;
  }
  .top_strength01 .slick_nav01 {
    bottom: 20px;
  }
  .top_strength02 .slick_nav02 {
    bottom: 20px;
  }
}
@media screen and (max-width: 1250px){
  .top_strength01 .slick_nav01 {
    right: 60px;
  }
  .top_strength02 .slick_nav02 {
    left: 60px;
  }
}

/*topslide1*/
.section-lineup {
  overflow: hidden;
  padding-bottom: 150px;
}
.section-lineup .inner {
  margin: 0 auto;
  width: 80%;
  padding-left: 4rem;
  padding-right: 4rem;
}
.section-lineup .lineup {
  position: relative;
}
.section-lineup .lineup-carousel li {
  text-align: center;
  margin-right: 24px;
  padding: 0 1.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: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section-lineup .lineup-carousel .txt {
  text-align: left;
  font-size: 18px;
  line-height: 175%;
}
.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: 50px;
  height: 50px;
  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 300px;
}
.section-lineup2 .inner {
  margin: 0 auto;
  width: 80%;
  padding-left: 4rem;
  padding-right: 4rem;
}
.section-lineup2 .lineup {
  position: relative;
}
.section-lineup2 .lineup-carouse2 li {
  text-align: center;
  margin-right: 24px;
  padding: 0 1.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: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
.section-lineup2 .lineup-carouse2 .txt {
  text-align: left;
  font-size: 18px;
  line-height: 175%;
}
.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;
}

/* =============================== top =============================== */


.top_vision_bk {
  margin-top: -250px;
  padding: 200px 0 200px;
  background: url(../images/top/top_vision_bg01.png) no-repeat top center;
  background-size: cover;
  border-top-left-radius: 1000px 300px;
  border-top-right-radius: 1000px 300px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
  z-index: 10;
} 
.top_vision_copy {
  text-align: center;
  font-size: 20px;
  line-height: 200%;
  margin-bottom: 60px;
}

.top_client_bk {
  padding: 150px 0;
}
.top_client_sttl {
  margin-bottom: 35px;
}
.top_client_sttl li {
  background: #1d9096;
  line-height: 1;
  padding: 8px 10px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.top_client_ttl {
  text-align: center;
  color: #1d9096;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 70px;
}
.top_client_ttl .line01 {
  font-size: 60px;
  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: 100px;
  line-height: 1;
}

@media screen and (max-width: 1255px) {
  .top_client_sttl li {
    font-size: 2.6vw;
    padding: 8px 6px;
  }
}
@media screen and (max-width: 950px) {
  .top_client_ttl {
    font-size: 5vw;
  }
  .top_client_ttl .line01 {
    font-size: 6vw;
  }
  .top_client_ttl .line01 strong {
    font-size: 10vw;
  }
}

.top_client_list {
  background: #fff;
  padding: 70px 80px 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: 55px;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1250px) {
  .top_client_list ul li {
    justify-content: center;
    width: 33%;
    padding: 0 1%;
  }
}
.top_client_list ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



.top_column_bk {
  padding: 150px 0;
  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: 30px 15px;
  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: 38px;
  height: 38px;
  line-height: 1;
  background: #1d9096;
  position: absolute;
  right: 30px;
	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: 45px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 2;
  transition: .3s;
}
.top_column_list li a:hover {
  background: rgba(228, 242, 242, .5);
  transition: .3s;
}
.top_column_list li a:hover::before {
  right: 20px;
  transition: .3s;
}
.top_column_list li a:hover::after {
  right: 35px;
  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% - 100px );
}
.top_column_list li a .info .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_column_list li a .info .txt {
  font-size: 18px;
  line-height: 200%;
}


.top_news_bk {
  padding: 120px 0;
  background: #f2f8f9;
}

.top_news_tablist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.top_news_tablist li {
  box-sizing: border-box;
  margin-right: 5px;
}
.top_news_tablist li a {
  display: block;
  line-height: 1;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  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: 30px 20px;
  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: top;
}
.top_news_tabcon .top_news_list li a .date {
  font-size: 18px;
  font-weight: bold;
  color: #1d9096;
  font-family: 'Inter Tight', sans-serif;
  margin-right: 35px;
}
.top_news_tabcon .top_news_list li a .cat {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #1d9096;
  padding: 8px 25px;
  box-sizing: border-box;
  color: #1d9096;
  margin-right: 35px;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.top_news_tabcon .top_news_list li a .ttl {
  font-size: 18px;
  width: calc( 100% - 275px );
}



/* =============================== sub common =============================== */

.sub_main_bk {
  height: 700px;
  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: 90px;
  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: 38px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  display: block;
  letter-spacing: .08em;
}

.breadcrumb {
  padding: 50px 0;
}
.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: 100px 0 120px;
}
.philosophy_bk .philosophy_ttl {
  width: 15.4%;
}
.philosophy_bk .philosophy_ttl .philosophy_logo {
  text-align: center;
}
.philosophy_bk .philosophy_info {
  width: 68.75%;
}
.philosophy_bk .philosophy_info dl {
  margin-bottom: 40px;
}
.philosophy_bk .philosophy_info dt {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.philosophy_bk .philosophy_info dt:first-letter{
  color: #1d9096;
}
.philosophy_bk .philosophy_info dd {
  font-size: 18px;
  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: -20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.philosophy_bk .philosophy_info dd p .txt {
  font-size: 18px;
}

.message_bk {
  background: #f2f8f9;
  padding: 120px 0;
}
.message_bk .message_wrap {
  background: url(../images/company/message_bg01.png) no-repeat center bottom #1d9096;
  background-size: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-sizing: border-box;
  padding: 80px 130px;
  box-shadow: 0px 25px 43px 0px rgba(29, 144, 150, 0.14);
  margin-bottom: 60px;
}
.message_bk .message_wrap .message_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding-top: 26px;
  position: relative;
  line-height: 140%;
  text-align: center;
  margin-bottom: 55px;
}
.message_bk .message_wrap .message_ttl::before {
  background: #fff;
  content: "";
  display: block;
  width: 29px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0; right: 0;
  margin: auto;
}
.message_bk .message_wrap .message_txt {
  color: #fff;
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 5px;
}
.message_bk .message_wrap .message_sign {
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  margin-top: 20px;
}
.message_bk .message_wrap .message_sign strong {
  font-size: 22px;
  margin-left: 15px;
}
.message_bk .adviser_list {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.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: 14px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.message_bk .adviser_list li .adviser_list_txt {
  font-size: 16px;
  line-height: 200%;
}
.message_bk .adviser_list li .common_flex01 .adviser_list_txt {
  width: calc( 100% - 200px );
}

.organization_bk {
  padding: 150px 0;
}

.outline_bk {
  background: #f2f8f9;
  padding: 150px 0 110px;
}
.outline_bk .outline_table {
  width: 68.75%;
  border: none;
  border-collapse: collapse;
}
.outline_bk .outline_table th ,
.outline_bk .outline_table td {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 40px 0 30px;
  vertical-align: top;
  text-align: left;
}
.outline_bk .outline_table tr:last-child th ,
.outline_bk .outline_table tr:last-child td {
  border: none;
}
.outline_bk .outline_table th {
  width: 25%;
  min-width: 6em;
  font-size: 18px;
}
.outline_bk .outline_table td {
  font-size: 18px;
  line-height: 175%;
}
.outline_bk .outline_table td .sttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.history_bk {
  padding: 150px 0;
}
.history_bk .history_list {
  width: 68.75%;
  position: relative;
}
.history_bk .history_list::after {
  content: "";
  display: block;
  width: 1px;
  height: calc( 100% - 50px );
  background: #1d9096;
  position: absolute;
  left: 180px;
  top: 11px;
}
.history_bk .history_list dt {
  font-size: 18px;
  font-weight: bold;
  width: 130px;
  padding-bottom: 30px;
  position: relative;
  margin-right: 100px;
}
.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: -56px;
  top: 11px;
}
.history_bk .history_list dd {
  width: calc( 100% - 230px );
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 175%;
}

.recruit_bk {
  background: #f2f8f9;
  padding: 150px 0;
}
.recruit_bk .recruit_copy {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
.recruit_bk .recruit_slide {
  margin-bottom: 70px;
}
.recruit_bk .recruit_slide li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: 25px;
  margin-right: 25px;
}


/* =============================== sub =============================== */
/*contact*/

.contact_bk {
  padding: 50px 0 120px;
}
.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;
  padding: 15px 20px;
  vertical-align: top;
  position: relative;
}
.contact_bk .contact_form table th {
  width: 250px;
}
.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: 0;
  top: 18px;
}
.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;
  width: 27em;
}
::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 {
  text-align: center;
}
.contact_bk .contact_form.thanks .sttl {
  font-size: 28px;
  margin-bottom: 20px;
  color: #025157;
}

/* =============================== sub =============================== */
/*innovation*/

.business01_bk {
  padding: 50px 0 150px;
  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: 780px;
  top: 0;
  left: 0;
  z-index: 2;
}
.business01_bk::after {
  height: 1400px;
  width: 150%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #f2efe6;
  top: 550px;
  z-index: 3;
  left: -25%;
}
.business01_bk .business01 {
  position: relative;
  z-index: 10;
}
.business01_bk .business01_copy {
  text-align: center;
  margin-bottom: 120px;
  font-size: 20px;
  line-height: 200%;
}
.business_block {
  margin-bottom: 120px;
}
.business_block .image {
  position: relative;
  width: 40.8%;
}
.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: 82px;
  height: 82px;
  left: 20px;
  top: -20px;
  text-align: center;
  font-size: 36px;
  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: 82px;
  height: 82px;
  background: #025157;
  left: 0; right: 0;
  margin: auto;
  top: -20px;
  z-index: -1;
}
.business_block .info {
  width: 54%;
}
.business_block .info .info_ttl {
  padding: 25px 0;
}
.business_block .info .info_ttl .en {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1d9096;
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: .08em;
}
.business_block .info .info_ttl .ja {
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
}
.business_block .info .txt {
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 20px;
}
.service_list {
  width: 100%;
  margin-top: 35px;
}
.service_list li {
  width: 23%;
  box-sizing: border-box;
  padding: 40px 30px 30px;
  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);
}
.service_list.list01 li {
  width: 100%;
  margin-right: 0;
}
.service_list.list02 li {
  width: 48%;
}
.service_list.list03 li {
  width: 31%;
}
.service_list li .service_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #1d9096;
  text-align: center;
  line-height: 160%;
  margin-bottom: 20px;
}
.service_list li .service_txt {
  font-size: 16px;
  line-height: 180%;
}


/* =============================== sub =============================== */
/*privacy*/

.privacypolicy_bk {
  padding: 50px 0 120px;
}
.privacy .privacy_txt {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 20px;
}
.privacy dl + dl {
  margin-top: 30px;
}
.privacy dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
.privacy dl dd {
  margin-top: 10px;
}
.privacy dl dd ,
.privacy dl dd li {
  font-size: 16px;
  line-height: 200%;
}
.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: 60px;
}




.nolink a {
  pointer-events: none;
  opacity: .6;
}
.nolink_ttl ,
.nolink_ttl a {
  pointer-events: none;
}