@charset "UTF-8";
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , Helvetica ,  sans-serif;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-strict;
  text-rendering: optimizeLegibility;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.thumbimg:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

body {
  _display: inline;
  _zoom: 1;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/****************************************
		Base Setting 
*****************************************/
body {
  background-image: url(./img/all_bg.jpg);
  background-size: 2680px;
  background-position: top center;
  background-repeat: repeat;
  letter-spacing: 2px;
}

.wrap {
  max-width: 1147px;
  margin: 0 auto;
  position: relative;
}

.header {
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #FFF;
}

.header_inner {
  position: relative;
}

.header_logo {
  position: absolute;
  top: 23px;
  left: 2vw;
  z-index: 99;
}

.header_logo img {
  width: 218px;
}

.gnav {
  position: absolute;
  top: 33px;
  right: 2vw;
}

.gnav ul li {
  float: left;
  display: block;
  line-height: 1;
  position: relative;
  padding: 0 20px;
}

.gnav ul li a {
  display: block;
  padding-bottom: 6px;
  position: relative;
}

.gnav ul li a:after {
  transition: all 200ms 0s ease;
  content: "";
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.gnav ul li a:hover:after, .gnav ul li a.active:after {
  opacity: 1;
}

.gnav ul li:after {
  content: "／";
  position: absolute;
  top: 0;
  right: -10px;
}

.gnav ul li:nth-child(1) a:hover:after, .gnav ul li:nth-child(1) a.active:after {
  background-image: url(./img/gnav_bg_01.png);
}

.gnav ul li:nth-child(2) a:hover:after, .gnav ul li:nth-child(2) a.active:after {
  background-image: url(./img/gnav_bg_02.png);
}

.gnav ul li:nth-child(3) a:hover:after, .gnav ul li:nth-child(3) a.active:after {
  background-image: url(./img/gnav_bg_03.png);
}

.gnav ul li:nth-child(4) a:hover:after, .gnav ul li:nth-child(4) a.active:after {
  background-image: url(./img/gnav_bg_04.png);
}

.gnav ul li:nth-child(5) a:hover:after, .gnav ul li:nth-child(5) a.active:after {
  background-image: url(./img/gnav_bg_05.png);
}

.gnav ul li:last-child {
  padding-right: 0;
}

.gnav ul li:last-child:after {
  display: none;
}

.side_url {
  width: 19px;
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 99;
}

.side_url a {
  display: block;
}

.side_scroll {
  position: absolute;
  bottom: -4.5vw;
  right: 2vw;
  z-index: 99;
  text-align: center;
}

.side_scroll ul li:nth-child(1) {
  padding-bottom: 5px;
}

.side_scroll ul li:nth-child(1) img {
  width: 47px;
}

.side_scroll ul li:nth-child(2) img {
  width: 12px;
}

.btit {
  text-align: center;
  padding: 50px 0;
}

.btit h2 {
  font-size: 94%;
  display: inline-block;
  font-weight: normal;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(./img/btit_bg_01.png);
  padding: 2px 3px;
}

.target_line {
  margin-top: -78px;
  padding-top: 78px;
}

.btn {
  display: inline-block;
  border: 2px solid #bfbfbf;
  background: #bfbfbf;
  color: #000;
  padding: 8px 23px 8px 60px;
  background-image: url(./img/btn_ico_01.png);
  background-size: 20px;
  background-position: 32px center;
  background-repeat: no-repeat;
  text-align: center;
  transition: all 200ms 0s ease;
}

.btn:hover, .btn.active {
  color: #000;
  background-color: #FFF;
}

.sec_topslide {
  position: relative;
}

.sec_topslide .wrap {
  min-height: 450px;
}

.sec_topslide .slick-dots {
  width: auto;
  position: absolute;
  top: 50%;
  bottom: inherit;
  right: 2vw;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}

.sec_topslide .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  margin: 15px 0;
}

.sec_topslide .slick-dots li button {
  border: 1px solid #1a1a1a;
  width: 9px;
  height: 9px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.sec_topslide .slick-dots li button:before {
  display: none;
}

.sec_topslide .slick-dots li.slick-active button {
  background-color: #1a1a1a;
}

.topslide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topslide_logo_outer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.topslide_logo {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 10;
}

.topslide_logo img {
  width: 274px;
}

.topslide_logo_anim {
  width: 100px;
  display: block;
  margin: 0 auto 13px;
}

#logo-base .cls-1 {
  fill: none;
}

#logo-mask .cls-2 {
  fill: none;
  stroke: #FFF;
  stroke-miterlimit: 10;
  stroke-width: 11pt;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.topslide_01 {
  background-image: url(./img/topslide_img_01.jpg);
}

.topslide_02 {
  background-image: url(./img/topslide_img_02.jpg);
}

.topslide_03 {
  background-image: url(./img/topslide_img_03.jpg);
}

.sec_top_thought {
  padding: 80px 0;
}

.top_thought_clm {
  color: #403d3c;
  width: 44%;
  margin: 20px auto;
}

.top_thought_clm p {
  font-size: 127%;
  line-height: 2.6;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.top_thought_clm h3 {
  font-size: 174%;
  font-weight: normal;
  letter-spacing: 10px;
}

.top_service_00 {
  width: 51%;
  padding: 30px 0 70px;
}

.top_services {
  padding-bottom: 100px;
}

.top_service_clms {
  position: relative;
}

.top_service_clm h3 {
  margin-bottom: 23px;
}

.top_service_clm p {
  line-height: 2.3;
}

.tsi_01_01 {
  width: 61%;
  float: right;
}

.tc_01 {
  float: left;
}

.tc_01 h3 img {
  width: 197px;
}

.tsi_01_02 {
  float: left;
  width: 356px;
  margin-top: 2vw;
}

.tsi_01_03 {
  float: right;
  width: 61%;
  text-align: center;
  margin-top: 10vw;
}

.tsi_01_03 img {
  width: 200px;
}

.tsi_02_01 {
  width: 61%;
  float: left;
}

.tc_02 {
  float: right;
}

.tc_02 h3 img {
  width: 151px;
}

.tsi_02_02 {
  float: right;
  width: 354px;
  position: relative;
  top: 5vw;
  left: -10vw;
}

.tsi_02_03 {
  float: left;
  width: 61%;
  text-align: center;
  margin-top: 25vw;
}

.tsi_02_03 img {
  width: 235px;
}

.tsi_03_01 {
  width: 61%;
  float: right;
}

.tc_03 {
  float: left;
}

.tc_03 h3 img {
  width: 152px;
}

.tsi_03_02 {
  float: left;
  width: 284px;
  position: relative;
  top: -30px;
  left: 4vw;
}

.tsi_03_03 {
  float: right;
  width: 164px;
  margin-top: 5vw;
}

.tsi_03_04 {
  float: left;
  width: 61%;
  text-align: center;
}

.tsi_03_04 img {
  width: 354px;
}

.top_overview {
  color: #403d3c;
  width: 70%;
  margin: 0 auto;
}

.top_overview p {
  font-size: 127%;
  line-height: 2.6;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.top_overview h3 {
  font-weight: normal;
}

.top_overview ul li {
  float: left;
  display: block;
  position: relative;
  padding: 0 20px;
}

.top_overview ul li:after {
  content: "／";
  position: absolute;
  top: 0;
  right: -10px;
}

.top_overview ul li:first-child {
  padding-left: 0;
}

.top_overview ul li:last-child:after {
  display: none;
}

.sec_top_mark {
  padding: 90px 0 50px;
}

.top_marks {
  width: 70%;
  margin: 20px auto 0;
}

.top_mark {
  width: 50%;
  float: left;
}

.top_mark h3 {
  font-size: 154%;
  margin-bottom: 20px;
}

.top_mark p {
  line-height: 2.3;
}

.top_mark:nth-child(1) {
  text-align: center;
  padding-top: 4vw;
}

.top_mark:nth-child(1) img {
  width: 177px;
}

.sec_top_profile {
  padding: 50px 0;
}

.sec_top_profile .btit h2 {
  text-align: left;
  line-height: 1.4;
  background-image: url(./img/top_profile_txt_01.png?1);
  background-size: 91px;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 47px 50px 2px;
}

.sec_top_profile .btit h2 strong {
  display: block;
  font-size: 154%;
  font-weight: normal;
}

.top_profile {
  background-image: url(./img/top_profile_bg_01.png);
  background-size: contain;
  background-position: 22.44% center;
  background-repeat: no-repeat;
  width: 90%;
  margin: 0 auto;
}

.top_profile dl {
  padding: 15px 0;
}

.top_profile dl dt, .top_profile dl dd {
  float: left;
  display: block;
}

.top_profile dl dt {
  width: 18%;
  padding-right: 5%;
  text-align: right;
  background-image: url(./img/top_profile_img_01.png);
  background-size: 9px;
  background-position: right center;
  background-repeat: no-repeat;
  white-space: nowrap;
}

.top_profile dl dd {
  padding-left: 4%;
  width: 73%;
}

.top_profile dl dd span {
  margin-top: 5px;
  display: block;
  margin-left: 5%;
  position: relative;
  line-height: 1.4;
}

.top_profile dl dd span:after {
  content: "／";
  position: absolute;
  top: 0;
  left: -17px;
}

.sec_pagetop {
  margin-top: 70px;
  text-align: right;
}

.sec_pagetop a {
  position: relative;
  top: 0;
  right: 1.5vw;
}

.sec_pagetop img {
  width: 62px;
}

.footer {
  margin-top: 30px;
  background: #FFF;
  text-align: center;
  padding: 0 0 20px;
}

.footer_contact p {
  margin-top: 15px;
}

.footer_info {
  padding: 50px 0 20px;
  line-height: 1.6;
}

.footer_info h3 {
  font-size: 167%;
  font-weight: normal;
}

.footer_info ul li {
  display: inline-block;
}

.footer_info ul li br {
  display: none;
}

.footer_copy {
  font-size: 94%;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1180px) {
  .gnav ul li {
    padding: 0 16px;
  }
  .gnav ul li:after {
    right: -7px;
  }
  .topslide_logo {
    right: 5vw;
  }
  .top_services {
    width: 88%;
    margin: 0 auto;
  }
  .tsi_01_01, .tsi_02_01, .tsi_03_01,
  .tsi_01_03, .tsi_02_03 {
    width: 54%;
  }
  .tc_01, .tc_02, .tc_03 {
    margin-top: 30px;
  }
  .top_service_00 {
    padding: 30px 0 70px 6%;
  }
}

.sp_header_btn, .sp_nav {
  display: none;
}

@media (max-width: 1024px) {
  .header_logo {
    left: inherit;
    right: 2vw;
    opacity: 1;
    transition: all 200ms 0s ease;
  }
  .header_logo.on {
    opacity: 0;
    z-index: -1;
    cursor: normal;
    pointer-events: none;
  }
  .gnav {
    display: none;
  }
  .sp_header_btn {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 2vw;
    width: 26px;
    height: 26px;
  }
  .sp_header_btn .sp_header_btn_inner {
    position: relative;
  }
  .sp_header_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 200ms 0s ease;
  }
  .sp_header_btn span:nth-of-type(1) {
    top: 5px;
  }
  .sp_header_btn span:nth-of-type(2) {
    top: 11px;
  }
  .sp_header_btn.on span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .sp_header_btn.on span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
  }
  .sp_nav {
    position: fixed;
    top: 78px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: white;
    font-weight: 700;
  }
  .sp_nav .wrap {
    width: 50%;
    margin: 0 auto;
  }
  .sp_nav ul {
    width: 100%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .sp_nav ul li {
    display: block;
    padding: 17px 0;
  }
  .sp_nav ul li a {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
  }
  .sp_nav ul li a:after {
    transition: all 200ms 0s ease;
    content: "";
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .sp_nav ul li a:hover:after, .sp_nav ul li a.active:after {
    opacity: 1;
  }
  .sp_nav ul li:nth-child(2) a:hover:after, .sp_nav ul li:nth-child(2) a.active:after {
    background-image: url(./img/gnav_bg_01.png);
  }
  .sp_nav ul li:nth-child(3) a:hover:after, .sp_nav ul li:nth-child(3) a.active:after {
    background-image: url(./img/gnav_bg_02.png);
  }
  .sp_nav ul li:nth-child(4) a:hover:after, .sp_nav ul li:nth-child(4) a.active:after {
    background-image: url(./img/gnav_bg_03.png);
  }
  .sp_nav ul li:nth-child(5) a:hover:after, .sp_nav ul li:nth-child(5) a.active:after {
    background-image: url(./img/gnav_bg_04.png);
  }
  .sp_nav ul li:nth-child(6) a:hover:after, .sp_nav ul li:nth-child(6) a.active:after {
    background-image: url(./img/gnav_bg_05.png);
  }
  .sp_nav ul li.sp_nav_logo {
    padding-bottom: 40px;
  }
  .sp_nav ul li.sp_nav_logo img {
    width: 239px;
  }
  .tsi_03_04 {
    margin-top: 60px;
  }
}

@media (max-width: 980px) {
  .side_scroll {
    bottom: -8.5vw;
  }
  .top_thought_clm {
    width: 60%;
  }
  .top_service_clm p {
    line-height: 1.8;
  }
  .top_service_00 {
    width: 68%;
    padding: 10px 0 40px 6%;
  }
  .top_service_02 {
    padding-bottom: 18vw;
  }
  .tsi_01_01, .tsi_02_01, .tsi_03_01,
  .tsi_01_03, .tsi_02_03 {
    width: 47%;
  }
  .tc_01, .tc_02, .tc_03 {
    width: 48%;
  }
  .tsi_01_02 {
    margin-top: 6vw;
  }
  .tsi_02_02 {
    left: 0;
  }
  .tsi_03_02 {
    top: 6vw;
  }
  .tsi_03_03 {
    margin-top: 9vw;
  }
  .tsi_03_04 {
    float: right;
    margin-top: 5vw;
    width: 51%;
  }
  .top_marks {
    width: 100%;
  }
  .top_marks .top_mark:nth-child(1) {
    width: 40%;
  }
  .top_marks .top_mark:nth-child(2) {
    width: 60%;
  }
  .top_profile {
    width: 95%;
    background-position: 25.3% center;
  }
  .top_profile dl dt {
    width: 23%;
    padding-right: 3%;
  }
  .top_profile dl dd {
    padding-left: 3%;
    width: 71%;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body {
    font-size: 12px;
  }
  .btn:hover, .btn.active {
    color: #000;
    background-color: #bfbfbf;
  }
  .header {
    height: 60px;
  }
  .header_logo {
    top: 13px;
    right: 6vw;
  }
  .sp_header_btn {
    top: 22px;
    left: 6vw;
  }
  .sp_nav {
    top: 60px;
  }
  .side_url {
    display: none;
  }
  .side_scroll {
    bottom: -16vw;
  }
  .btit {
    padding: 30px 0;
  }
  .btit h2 {
    font-size: 110%;
  }
  .target_line {
    margin-top: -60px;
    padding-top: 60px;
  }
  .topslide_01 {
    background-image: url(./img/sp_topslide_img_01.jpg);
  }
  .topslide_02 {
    background-image: url(./img/sp_topslide_img_02.jpg);
  }
  .topslide_03 {
    background-image: url(./img/sp_topslide_img_03.jpg);
  }
  .topslide_logo {
    right: inherit;
    width: 100%;
    text-align: center;
  }
  .sec_top_thought {
    padding: 50px 0 30px;
  }
  .top_thought_clm {
    width: 90%;
    padding-left: 4%;
  }
  .top_thought_clm p {
    font-size: 116%;
    line-height: 2.4;
    margin-bottom: 30px;
  }
  .top_thought_clm h3 {
    font-size: 160%;
  }
  .top_services {
    padding-bottom: 100px;
  }
  .top_service_clm h3 {
    margin: 30px 0;
  }
  .top_service_00 {
    width: 90%;
    text-align: center;
  }
  .tsi_01_01, .tsi_02_01, .tsi_03_01 {
    width: 98%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .tc_01, .tc_02, .tc_03 {
    width: 98%;
    text-align: left;
    float: none;
    margin: 20px auto 30px;
  }
  .tsi_01_02 {
    width: 80%;
    margin-top: 3vw;
  }
  .tsi_02_02 {
    width: 80%;
    top: 3vw;
  }
  .tsi_02_03 {
    margin-top: 13vw;
  }
  .tsi_03_02 {
    width: 70%;
    top: 0;
    left: 0;
    float: right;
  }
  .tsi_03_03 {
    width: 35%;
    float: none;
    position: relative;
    top: 8vw;
    margin-top: 0;
  }
  .tsi_03_04 {
    width: 78%;
    margin-top: 15vw;
  }
  .top_overview {
    width: 90%;
  }
  .top_overview p {
    font-size: 116%;
    line-height: 2.4;
    margin-bottom: 20px;
  }
  .sec_top_mark {
    padding: 50px 0 30px;
  }
  .top_marks {
    width: 90%;
  }
  .top_marks .top_mark:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .top_marks .top_mark:nth-child(1) img {
    width: 150px;
  }
  .top_marks .top_mark:nth-child(2) {
    width: 100%;
  }
  .sec_top_profile {
    padding: 0 0 30px;
  }
  .top_profile {
    width: 90%;
    background-position: 1% center;
  }
  .top_profile dl {
    padding: 10px 0;
  }
  .top_profile dl dt {
    width: 93%;
    padding: 0 0 0 7%;
    text-align: left;
    background-position: left center;
  }
  .top_profile dl dd {
    width: 93%;
    padding: 0 0 0 7%;
  }
  .sec_pagetop {
    margin-top: 30px;
  }
  .footer .wrap {
    width: 90%;
  }
  .footer_info ul li br {
    display: block;
  }
}
