/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled]{cursor:default}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}template{display:none}[hidden]{display:none}

html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: 游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,Noto Sans JP,sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 2;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
._pc {
  display: inline-block;
}
._sp {
  display: none;
}
main p {
  margin-bottom: 1.5em;
}
/* header */
header {
  width: 100%;
  height: 80px;
  background:#fff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
}
main {
  padding-top:80px;
  padding-bottom: 140px;
}
.site-logo {
  min-width:180px;
  flex:0 0 180px;
  background: #002D49;
}
.site-logo a,
.site-logo h1 {
  height:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
nav {
  /*margin-top: 22px;*/
  margin-right: 7%;
}
nav ul {
  display: flex;
	height:100%;
}
nav ul ul.sub-menu {
	opacity: 0;
    visibility: hidden;
	flex-direction:column;
	position: absolute;
    top: 100%;
	transform: translateX(-50px) translateY(-15px);
    width: 160px;
	text-align: center;
	transition:all .3s ease;
}
nav ul li:hover ul.sub-menu {
	opacity:1;
	visibility:visible;
	transform: translateX(-50px) translateY(0px);
}
nav ul ul.sub-menu a {
	width: 100%;
	background: #002D49;
    padding: 1rem 1rem;
    border-bottom: .5px solid rgba(255,255,255,.8);
    display: block;
    color: #fff;
    font-size: 1.2rem;
}
nav ul ul.sub-menu a:hover {
	opacity:.7;
}
nav ul ul.sub-menu li::after {
	content:none;
}
nav ul ul.sub-menu li:last-child a {
	border-bottom:0;
}
nav ul ul.sub-menu li {
	margin:0;
}
nav li {
  margin-left: 40px;
  position: relative;
	display: flex;
    align-items: center;
}
nav li::after {
  content:'';
  display: inline-block;
  width:100%;
  height: 1px;
  background:#002D49;
  transition:all .3s ease;
  position: absolute;
  bottom: 20px;
  left:0;
  opacity: 0;
}
nav li:hover::after,
nav .current-menu-item::after,
nav .current-post-ancestor::after,
nav .current-page-ancestor::after {
  opacity: 1;
}
nav ul a {
  display: inline-block;
  font-size:14px;
  font-weight: 700;
  color:#002D49;
  white-space: nowrap;
}

.container-wide {
  max-width:1160px;
  padding:0 30px;
  margin:0 auto;
}
.container {
  max-width:1060px;
  padding:0 30px;
  margin:0 auto;
  position: relative;
}

footer {
  padding:60px 0;
  background:#002D49;
  color:#fff;
  font-size: 1.4rem;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  margin-right: 80px;
  display: flex;
  align-items: center;
}
.footer-nav {
  display:flex;
}
.footer-nav ul {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.footer-nav ul li {
	margin-bottom:1rem;
}
.footer-address {
  display: flex;
  justify-content: flex-end;
}
.footer-address .footer-address-cont.tokyo {
  margin-left: 80px;
}
.address-area {
  margin-bottom: 5px;
}
.address-info {
  margin-bottom: 5px;
  font-size: 12px;
}
.address-phone {
  font-size: 12px;
}
.breadcrumbs {
  padding: 20px 0;
  font-size: 1.4rem;
  background: #EBEBEB;
  color:#002D49;
}

.footer-cta-top {
  padding-top:85px;
  background: #002D49;
  color:#fff;
}
.footer-cta-sub {
  position: relative;
    z-index: 10;
    margin-top:-120px;
    overflow: hidden;
    padding-bottom: 80px;
}
.footer-cta-sub::before {
  content:'CONTACT';
  font-size:20rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Roboto',sans-serif;
  color:rgba(60,62,78,.05);
  position: absolute;
  left:20px;
  top:0px;
  transform: rotate(90deg);
  transform-origin: left center;
  z-index: -1;
}
.cta-ttl-h2 {
  width:390px;
}
.cta-ttl-h2::after {
  margin-top: 30px;
  content:'';
  width:50px;
  height: 1px;
  background: #fff;
  display: block;
}
.cta-txt {
  flex:1;
  margin-top: 1.5rem;
}
.cta-ttl-h2 .en {
  font-family: 'Roboto',sans-serif;
  font-size:4.4rem;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
}
.cta-ttl-h2 .ja {
  font-weight: 700;
  font-size:2rem;
  display: block;
}
.footer-cta-top-inner {
  display: flex;
  padding-bottom:190px;
}
.cta-txt-top {
  font-size:2rem;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: .1em;
}
.footer-cta-sub-inner {
  padding: 50px 0;
  background: #fff;
}
.footer-cta-info {
  max-width:960px;
  margin:0 auto;
  padding:0 30px;
}
.cta-ttl-h3 {
  text-align: center;
}
.cta-ttl-h3 span {
  font-size: 2.4rem;
    background: #002D49;
    color: #fff;
    display: flex;
    line-height: 1;
    padding: 10px 40px;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto 15px;
}
.cta-ttl-h3.cta-ttl-mail span {
  margin-bottom: 50px;
} 
.cta-ttl-phone span::before {
  margin-right: 10px;
  content:'';
  display: inline-block;
  width:16px;
  height:26px;
  background: url(../img/common/icn-phone.svg) no-repeat center center;
  background-size:cover;
}
.cta-ttl-mail span::before {
  margin-right: 10px;
  content:'';
  display: inline-block;
  width:19px;
  height:14px;
  background: url(../img/common/icn-mail.svg) no-repeat center center;
  background-size:cover;
}
.cta-hour {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.4rem;
  color:#666666;
}
.cta-phone-cont dl {
  display: flex;
  align-items: flex-end;
}
.cta-phone-cont dt {
  font-weight: inherit;
  font-size: 2.5rem;
  line-height: 1.4;
}
.cta-phone-cont dd::before {
  margin-right: 25px;
    margin-left: 25px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #002D49;
    position: relative;
    top: 2px;
}
.cta-phone-cont dd {
  font-size:4.7rem;
  font-weight: 300;
  line-height: 1;
  font-family: 'Roboto',sans-serif;
}
.cta-phone {
  margin-bottom: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom:.5px solid #8B8B8B;
}
.cta-btn a {
  margin:0 auto;
  font-size:1.9rem;
  font-weight: 700;
  color:#002D49;
  width:88%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:15px;
  border:1px solid #002D49;
  position: relative;
  transition: all .4s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}
.cta-btn a::after {
  content:'';
  display: inline-block;
  width:14px;
  height:14px;
  border-top:1.5px solid #002D49;
  border-right:1.5px solid #002D49;
  transform:rotate(45deg) translateY(-50%);
  position:absolute;
  right:30px;
  top:50%;
  transition:all .4s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}
.cta-btn a:hover {
  background:#002D49;
  color: #fff;
}
.cta-btn a:hover::after {
  border-top:1.5px solid #fff;
  border-right:1.5px solid #fff;
}
.link-bgp {
  display: flex;
  height:27.34vw;
  max-height: 35rem;
  flex-wrap: wrap;
  position: relative;
    z-index: 10;
}
.link-bgp-list {
  position: relative;
  width:50%;
  height: 100%;
}
.link-bgp-list::before {
  content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .2s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}
.link-bgp-list:hover::before {
  width:100%;
  height: 100%;
}
.link-bgp-list.list01 {
  background-image: url(../img/common/link-bgp-list01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.link-bgp-list.list02 {
  background-image: url(../img/common/link-bgp-list02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
}
.link-bgp-ttl {
  line-height: 1.5;
}
.link-bgp-ttl .en {
  font-size:5rem;
  font-family: 'Roboto',sans-serif;
  font-weight: 500;
  color:#002D49;
  display: block;
}
.link-bgp-ttl .ja {
  font-size:2.4rem;
  color:#002D49;
  display: block;
}
.link-bgp-list a {
  height: 100%;
  padding: 10% 12% 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position:relative;
  z-index: 1;
}
.link-bgp-more {
  display: flex;
  align-items: flex-end;
  white-space: nowrap;
  line-height: 1;
  font-size: 1.8rem;
}
.link-bgp-more::before {
  margin-right: 20px;
  content:'';
  display: inline-block;
  width:100%;
  height: 1px;
  background:#002D49;
}
.copyright {
  padding:10px;
  text-align: center;
  font-size:1.2rem;
}
.copyright small {
	font-size: 1.2rem;
}
.hover-btn {
  margin-top: 60px;
}
.hover-btn a {
  display: flex;
  margin:0 auto;
  width: 350px;
  height: 60px;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size:1.8rem;
  color:#002D49;
}
.hover-btn a::before {
  content:'';
  width: 88.57%;
  height: 44.64%;
  position: absolute;
  top:0;
  left:0;
  border-top:1px solid #002D49;
  border-left:1px solid #002D49;
  transition: all 400ms cubic-bezier(0.360, 0.100, 0.160, 1.000);
}
.hover-btn a::after {
  content:'';
  width: 88.57%;
  height: 44.64%;
  position: absolute;
  bottom:0;
  right:0;
  border-bottom:1px solid #002D49;
  border-right:1px solid #002D49;
  transition: all .4s cubic-bezier(0.360, 0.100, 0.160, 1.000);
}
@media screen and (min-width:600px) {
.hover-btn a:hover::before,
.hover-btn a:hover::after {
  width:100%;
  height: 100%;
}
}
.bg-mask {
  position: relative;
}
.bg-mask::before {
  content:'';
  display: block;
  width:100%;
  height: 100%;
  background: #fff;
  position:absolute;
  top:0;
  right:0;
  transition: width 1s cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
  z-index: 1;
}
.in-view.bg-mask::before {
  width:0;
}
.bg-mask::after {
  content:'';
  display: block;
  width:100%;
  height: 100%;
  top:0;
  right:0;
  background:#002D49;
  position:absolute;
  transition: all .8s cubic-bezier(0.165, 0.84, 0.44, 1) .8s;
}
.in-view.bg-mask::after {
  width:0%;
}
.anim {
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.anim.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*左右のアニメーション*/
.leftAnime{
  opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
animation-name:slideTextX100;
animation-duration:0.8s;
animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
from {
transform: translateX(-100%); /*要素を左の枠外に移動*/
      opacity: 0;
}

to {
transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
}
}

/*result*/
.result-list-content {
  margin:0 -17px -3rem;
  display: flex;
  flex-wrap: wrap;
}
.result-list {
  padding:0 17px;
  width:33.333%;
  margin-bottom: 8rem;
}
.result-list a {
  height: 100%;
  display: block;
  border:1px solid #002D49;
  padding:3.5rem 3.5rem 2.5rem;
  position:relative;
  background: #FAFAFA;
  transition:all .3s ease;
}
.result-cat {
  background: #D09F13;
  color:#fff;
  font-size:1.4rem;
  line-height: 1.5;
  padding:.5rem 3rem;
}
.result-list-content .result-cat {
  position: absolute;
  top:-15px;
  left:-15px;
}
.result-list-top {
  margin-bottom: .5rem;
  font-size:1.4rem;
  line-height: 1.5;
}
.result-list h3 {
  margin-bottom: 1rem;
}
.result-list span.result-ttl {
  font-size: 2rem;
  border-bottom:1px solid;
  display: inline;
  padding-bottom:8px;
  font-weight: 700;
  color:#002D49;
}
.result-list-c {
  margin-bottom: 2rem;
  font-size:1.4rem;
}
.result-list-tag{
  display: flex;
  flex-wrap: wrap;
}
.result-list-tag li {
  margin-right: 1rem;
  color:#666666;
  font-size:1.2rem;
}
/* .result-list a::before {
  content:'';
  display: block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  right:0;
  background:#FAFAFA;
  z-index: -1;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
} */
/* .result-list a::after {
  content:'';
  display: block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:#002D49;
  z-index: -1;
  opacity: 0;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1) .1s;
}
.result-list a:hover::before {
  width:0%;
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.result-list a:hover::after {
  opacity: 1;
} */
.result-list a:hover {
  color:#fff;
  background:#002D49;
}
.result-list a:hover .result-ttl {
  color:#fff;
}
.result-list a:hover .result-list-tag li {
  color:#fff;
}

.service-list {
  display: flex;
  margin-bottom: 15rem;
}
.service-list.service-list02 {
  flex-direction: row-reverse;
  margin-bottom: 10rem;
}
.service-list.service-list03 {
  margin-bottom: 10rem;
}
.service-list figure,
.service-list .service-list-info {
  width:50%;
}
.service-list-info {
  position:relative;
}
.service-list-info a::after {
  content:'';
  display: inline-block;
  width:50px;
  height:50px;
  border-right:1px solid #002D49;
  border-bottom:1px solid #002D49;
  position:absolute;
  right:-10px;
  bottom:-10px;
}
.service-list02 .service-list-info a::after {
  border-right:0;
  border-left:1px solid #002D49;
  right:auto;
  left:-10px;
}
.service-list-info a {
  margin-top: 5rem;
  padding:3.5rem 2rem 4rem;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.service-list02 .service-list-info a {
  margin-top:-50px;
}
.service-list02 figure {
  margin-top:0px;
}
.service-list figure img {
  box-shadow:5px 5px 6px rgba(0,0,0,.13);
}
.service-list-info h3 {
  margin-bottom: 2rem;
  font-size:3rem;
  font-weight: 700;
  color:#002D49;
}
.service-list-info p {
  font-size: 2rem;
  text-align: center;
}
.service-list-info .to-detail,
.service-sub-list .to-detail {
  width:200px;
  height:35px;
  border:1px solid #002D49;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#002D49;
  transition:all .4s ease;
  margin-top:auto;
  align-self: center;
}
.service-list-info a:hover .to-detail,
.service-sub-list a:hover .to-detail {
  background: #002D49;
  color:#fff;
}
.service-list-num {
  font-family: 'Roboto',sans-serif;
  font-size:7rem;
  font-weight: 700;
  line-height: 1;
  position:absolute;
  right:20px;
  top:-35px;
  color:#fff;
  -webkit-text-stroke: 1px #002D49;
  text-stroke: 1px #002D49;
}
@media all and (-ms-high-contrast:none){
  .service-list-num {
    text-shadow:1px 1px 0 #002D49,-1px 1px 0 #002D49,1px -1px 0 #002D49,-1px -1px 0 #002D49;
  }
}
.service-list02 .service-list-num {
  right: auto;
  left:20px;
}
.service-sub-list-wrap {
  display: flex;
  margin:0 -25px;
}
.service-sub-list {
  width:50%;
  padding:0 25px;
}
/*
.service-sub-list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background:#FAFAFA;
  padding:4rem;
}*/
.service-sub-list a img {
	transition:opacity .4s ease;
}
.service-sub-list a:hover img {
	opacity:.7;
}
.service-sub-list h3 {
  margin-bottom: 2.5rem;
  font-size:3rem;
  font-weight: 700;
  color:#002D49;
  border-bottom:1px solid;
}

@media screen and (max-width:1024px) {
  header nav {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    position: fixed;
    top:80px;
    z-index: 100;
    background: #002D49;
    color: #fff;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility 0s ease .4s;
  }
  .nav-open header nav {
    transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  }
  nav ul {
    padding-bottom: 180px;
    opacity: 0;
    transform:translateY(5rem);
    flex-direction: column;
    transition: all .3s ease 0s;
  }
  .nav-open nav ul {
    transform:translateY(0);
    opacity: 1;
    transition:all .3s ease .1s;
  }
	nav li::after {
    content:none;
	}
  nav li {
    margin-left: 0;
	flex-direction: column;
  }
  nav ul a {
	width:100%;
    padding:15px 40px;
    display: block;
    color: #fff;
    border-bottom:1px solid rgba(255,255,255,.2);
    position: relative;
  }
  nav ul a::after {
    content:'';
    display: block;
    width:12px;
    height: 12px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform:rotate(45deg) translateY(-50%);
    position:absolute;
    right:30px;
    top:50%;
  }
	nav ul ul.sub-menu {
	opacity: 1;
    visibility: visible;
	height:0;
    flex-direction: column;
    position: static;
    top: 100%;
    transform: translate(0);
    width: 100%;
    text-align: left;
    transition: all .3s ease;
    padding: 0;
	overflow:hidden;
	}
	nav ul ul.sub-menu.sub-open {
		height:177px;
	}
	nav ul li:hover ul.sub-menu {
		transform: translate(0);
	}
	nav ul ul.sub-menu a {
		padding: 15px 40px 15px 60px;
    font-size: 1.4rem;
	border-bottom: 1px solid rgba(255,255,255,.2);
	}
	nav ul ul.sub-menu li:last-child a {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.sub-toggle {
		position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	}
	.sub-toggle::before {
		content:'';
		display:inline-block;
		width:18px;
		height:1px;
		background:#fff;
	}
	.sub-toggle::after {
		content:'';
		display:inline-block;
		width:1px;
		height:18px;
		background:#fff;
		position:absolute;
		right:50%;
	}
	.sub-toggle-open.sub-toggle::after {
		content:'';
		display:inline-block;
		width:1px;
		height:18px;
		background:#fff;
		position:absolute;
		right:50%;
		opacity:0;
	}
	nav ul .menu-item-has-children a::after {
		content:none;
	}
  .trigger_wrap {
    z-index: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background:#eee;
  }

  .trigger {
    position: relative;
    display: block;
    margin: auto;
    width: 32px;
    height: 22px;
  }

  .trigger span,
  .trigger:after,
  .trigger:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background:#002D49;
    -webkit-transition: all .3s;
    transition: all .3s;
	will-change: transform;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }

  .trigger:after,
  .trigger:before {
    content: '';
  }

  .trigger span {
    top: 10px;
  }

  .trigger:before {
    top: 0;
  }

  .trigger:after {
    bottom: 0;
  }

  .nav-open .trigger span {
    opacity: 0;
  }

  .nav-open .trigger:after {
    bottom: 9px;
    background:#002D49;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-open .trigger:before {
    top: 10px;
    background: #002D49;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .cta-phone {
    align-items: center;
    flex-direction: column;
  }
  .cta-phone-cont.tokyo {
    margin-top: 20px;
  }
  .cta-phone-cont.tokyo dt {
    width: 3em;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 40px;
    width: 40vw;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav ul {
    margin: 0 0 0 0;
    display:block;
  }
  .footer-nav ul li {
    width:25%;
    margin-bottom: 20px;
	float:left;
  }
  .footer-address {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .address-info-wrap {
    display: flex;
    align-items: flex-end;
  }
  .address-info {
    margin-bottom: 0px;
  }
  .address-phone {
    margin-left: 30px;
  }
  .result-list {
    width: 50%;
  }
  .cta-ttl-h2 {
    width: 260px;
    padding-right: 3rem;
  }
  .cta-ttl-h2 .ja {
    font-size: 1.6rem;
  }
  .cta-txt-top {
    font-size: 1.8rem;
  }
	.service-list-info p {
    font-size: 1.8rem;
    text-align: left;
	}
	.service-list-info p br._pc {
		display:none;
	}
	.link-bgp-ttl .en {
		font-size:4rem;
	}
	.link-bgp-ttl .ja {
    font-size: 2rem;
	}
}
@media screen and (max-width:767px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: inline-block;
  }
    html {
      font-size: 54.6875%;
    }
    header {
      height: 50px;
    }
    main {
      padding-top:50px;
      padding-bottom: 100px;
    }
    .container-wide {
      padding:0 20px;
    }
    .container {
      padding:0 20px;
    }
    .trigger_wrap {
      height: 50px;
    }
    header nav {
      top:50px;
    }
  .footer-cta-top {
    padding-top: 40px;
  }
  .footer-nav ul li {
    width:50%;
  }
  .footer-address {
    flex-direction: column;
  }
  .footer-address .footer-address-cont.tokyo {
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-cta-top-inner {
    flex-direction: column;
  }
  .cta-ttl-h2 {
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .cta-ttl-h2 .ja {
    font-size:1.8rem;
  }
  .cta-ttl-h2::after {
    margin-top: 20px;
  }
  .footer-cta-info {
    padding:0 15px;
  }
  .cta-phone-cont dt {
    font-size: 2rem;
  }
  .cta-phone-cont dd {
    font-size: 3.2rem;
  }
  .cta-phone-cont dd::before {
    margin-right: 15px;
    margin-left: 15px;
    height: 18px;
    top: 0px;
  }
  .cta-ttl-h3 span {
    padding:10px;
    min-height: 46px;
  }
  .footer-cta-sub::before {
    font-size: 12rem;
    left:10px;
    top:58px;
  }
  .footer-cta-sub-inner {
    padding:30px 0;
  }
  .footer-cta-top-inner {
    padding-bottom:160px;
  }
  .cta-txt-top {
    font-size: 1.8rem;
  }
  footer {
    padding: 40px 0;
  }
  .address-info-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .address-phone {
    margin-left: 0px;
    display: flex;
  }
  .address-phone .fax {
    margin-left:15px;
  }
  .footer-cta-sub-inner {
    margin-bottom: 40px;
  }
	.footer-cta-sub {
	padding-bottom: 20px;
	}
  .hover-btn a {
    width:80%;
    max-width:350px;
  }
  .link-bgp-list { 
    width:100%;
    height: 50vw;
  }
  .link-bgp {
    height: auto;
    max-height: inherit;
  }
  .link-bgp-ttl .en {
    font-size: 4rem;
  }
  .link-bgp-ttl .ja {
    font-size: 2rem;
  }
  .result-list {
    width: 100%;
    margin-bottom: 5rem;
  }
  .service-list {
    margin-bottom: 8rem;
    flex-direction: column;
  }
  .service-list figure, .service-list .service-list-info {
    width: 100%;
  }
  .service-list.service-list02 {
    flex-direction: column;
  }
  .service-list-info a {
    margin-top: 0rem;
  }
  .service-list02 figure {
    margin-top: 0px;
  }
  .service-sub-list-wrap {
    flex-direction: column;
    margin:0;
  }
  .service-sub-list {
    width: 100%;
    margin-bottom: 2rem;
    padding:0;
  }
  .service-list02 .service-list-info a {
  margin-top:0px;
}
  .service-list-info p {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width:329px) {
  .cta-ttl-h3 span {
    font-size: 1.8rem;
  }
  .cta-phone-cont dt {
    font-size: 1.8rem;
  }
  .cta-phone-cont dd {
    font-size: 2.8rem;
  }
  .cta-btn a {
    width: 100%;
    justify-content: flex-start;
  }
}
