@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Open+Sans:wght@400;700;800&display=swap');
html,body{
  font-family: 'Open Sans', Arial, Noto Sans JP , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0D2A2E;
	line-height: 1.7;
  background: #F5F8F8;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #0D2A2E;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a img:hover{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }


a.sp-link{ pointer-events: none;color: inherit; }




nav{
  font-size: 1rem;
  width: 100%;
  height: 7rem;
  background: #fff;
  transition: 0.8s;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
h1.logo,
#nav-content .nav-head{
  display: block;
  width: 27em;
  margin-left: 2em;
  margin-right: auto;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
h1.logo a{
  display: block;
}
nav ul.nav-1,
nav ul.nav-2{
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
nav ul.nav-1 li{
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  border-right: 1px solid #788C8E;
}
nav ul.nav-1 li a{
  display: block;
  padding: 0 1.6em;
}
nav ul.nav-1 li a:hover{
  opacity: 1;
  color: #0D8C9C;
}
nav ul.nav-1 li:last-child{
  border-right: 0;
}
nav ul.nav-2{
  margin: 0 2em;
}
nav ul.nav-2 li.tel{
  font-size: 1.2em;
  margin-right: 1.6em;
}
nav ul.nav-2 li.tel span{
  display: block;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1;
  color: #0D8C9C;
  margin-top: 0.1em;
}
nav ul.nav-2 li.contact-btn{
  display: flex;
  align-items: center;
}
nav ul.nav-2 li.contact-btn a{
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  width: 10.9em;
  line-height: 3em;
  border-radius: 5.45em;
  background: #0D8C9C;
  color: #fff;
  padding-left: 1.6em;
  position: relative;
}
nav ul.nav-2 li.contact-btn a::before{
  content: "";
  display: block;
  width: 1.33em;
  height: 3em;
  background: url(../images/common/plane-wh.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.2em;
}


@media (max-width: 1500px){
h1.logo{
  width: 21em;
  margin-left: 1.5em;
}
nav ul.nav-1 li {
  font-size: 1.4em;
}
nav ul.nav-1 li a{
  padding: 0 1.2em;
}
nav ul.nav-2 {
  margin: 0 1em 0 0.5em;
}
nav ul.nav-2 li.tel {
  font-size: 1.05em;
  margin-right: 1.3em;
}
nav ul.nav-2 li.contact-btn a {
  font-size: 1.3em;
}
}

@media (max-width: 1250px){
nav{
  font-size: 0.8vw;
}
}


/* nav付加クラス　*/
nav.transform{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: nav-anime 0.3s;
}
nav.transform + .blank{
  height: 7rem;
}
@keyframes nav-anime {
  from {
  transform: translateY(-7rem);
  opacity: 1;
  }
  to {
  transform: translateY(0);
  opacity: 1;
  }
}


.home-only{ display: none !important; }
#home .home-only{ display: inherit !important; }
#home .common{ display: none !important; }

#home .nav-home a,
#service-1 .nav-service-1 a,
#service-2 .nav-service-2 a,
#service-3 .nav-service-3 a,
#service-4 .nav-service-4 a,
#company .nav-company a{
  color: #0D8C9C;
  pointer-events: none;
}


header .home-header{
  height: 38.5vw;
  background: url(../images/home/header-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-top: 10.9vw;
}
header .home-header .content{
  max-width: 1700px;
}
header .home-header .txt-1{
  font-size: 2.1vw;
  letter-spacing: 0.14em;
  line-height: 1;
}
header .home-header .txt-2{
  font-size: 2vw;
  letter-spacing: 0.04em;
}
header .home-header h2 img{
  width: 37.5vw;
  margin-bottom: 1rem;
}
header .home-header .scroll{
  font-size: calc( 1.7rem + 0.2vw );
  letter-spacing: 0.1em;
  color: #D4E8E8;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 1px solid;
  padding-bottom: 3rem;
  position: absolute;
  right: 5vw;
  bottom: 0;
}


header .common-header{
  background: #fff;
}
header .common-header .content{
  padding-top: 6.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}
header .common-header .content::before{
  content: "";
  display: block;
  width: 8rem;
  height: 3px;
  background: #0D8C9C;
  position: absolute;
  bottom: -2px;
  left: 5rem;
}
header .common-header h2{
  font-size: 4rem;
}
header .common-header h2 span{
  display: block;
  font-size: 1.5rem;
  color: #0D8C9C;
}


.common-sec{
  padding: 6rem 0 15rem;
}


h2,h3,h4{
  letter-spacing: 0.01em;
}


h2.home-h2{
  display: inline-block;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  padding-right: 9rem;
  position: relative;
  margin-bottom: 3rem;
}
h2.home-h2::before{
  content: "";
  width: 7rem;
  height: 2px;
  background: #0D2A2E;
  position: absolute;
  right: 0;
  bottom: 0.38em;
}


h3.common-h3{
  font-size: 2rem;
  color: #0D8C9C;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #BFBFBF;
  margin: 7rem 0 3rem;
}
h3.common-h3:first-child{
  margin-top: 0;
}


h4.common-h4{
  font-size: 1.8rem;
  color: #0D8C9C;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #BFBFBF;
  margin: 4rem 0 1.5rem;
}
h4.common-h4:first-child{
  margin-top: 0;
}


ul.common-li li{
  margin-left: 1.4em;
  padding-left: 0.05em;
}


footer .footer-contact{
  background: url(../images/common/footer-contact-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 11rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
footer .footer-contact h2{
  font-size: 5rem;
  font-weight: 800;
}
footer .footer-contact ul{
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
footer .footer-contact ul li{
  display: block;
  padding: 0 2.5rem;
}
footer .footer-contact ul li.footer-tel{
  font-size: 1.4rem;
  border-right: 1px solid;
}
footer .footer-contact ul li.footer-tel span{
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
footer .footer-contact ul li.footer-contact-btn a{
  display: block;
  font-weight: 700;
  width: 24rem;
  line-height: 6rem;
  border-radius: 3rem;
  text-align: center;
  background: #fff;
  color: #34777E;
  padding-left: 2.3rem;
  position: relative;
}
footer .footer-contact ul li.footer-contact-btn a::before{
  content: "";
  display: block;
  width: 2rem;
  height: 6rem;
  background: url(../images/common/plane-gr.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.3rem;
}


footer .footer-btm{
  background: #212727;
  padding: 4rem 0;
  color: #BFBFBF;
  font-size: 1.5rem;
  overflow: hidden;
}
footer .footer-btm a{
  color: #BFBFBF;
}
footer .footer-btm .copy{
  font-size: 1.2rem;
}
footer .footer-btm .box-1{
  width: 20rem;
  margin-right: 5rem;
  float: left;
}
footer .footer-btm .box-1 img.footer-logo{
  margin-bottom: 0.8rem;
}
footer .footer-btm .box-2{
  float: left;
}
footer .footer-btm .box-2 ul.li-1,
footer .footer-btm .box-2 ul.li-2{
  display: flex;
  justify-content: flex-start;
}
footer .footer-btm .box-2 ul.li-1{
  margin: 0.3em 0 1.1em;
}
footer .footer-btm .box-2 ul.li-1 li{
  display: block;
  font-weight: 700;
  padding-right: 2em;
}
footer .footer-btm .box-2 ul.li-2 li{
  display: block;
  line-height: 1;
  padding-right: 1.1em;
  margin-right: 1.1em;
  border-right: 1px solid;
}
footer .footer-btm .box-2 ul.li-2 li:last-child{
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}




/* ロード画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0D8C9C;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading img{
  width: 24rem;
  animation: tenmetsu 2.0s infinite ease-in-out;
}
@keyframes tenmetsu {
  0%, 100% { 
    opacity: 0;
  } 50% { 
    opacity: 1;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #0D8C9C;
}
#pagetop a img {
  width: 16px;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content{
  width: 100%;
	max-width: 1200px;
  padding: 0 50px;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.4em; }

.content{
	width: 100%;
	padding: 0 5%;
}


a.sp-link{ pointer-events: inherit; }


nav{
  font-size: inherit;
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* nav付加クラス　*/
nav.transform{
  animation: none;
}
.blank{
  height: 6rem;
}


h1.logo,
#nav-content .nav-head {
  width: 20.9rem;
  height: 6rem;
  margin-left: 1.2rem;
}
#nav-drawer {
  position: relative;
  margin-left: auto;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background: #0D8C9C;
  color: #fff;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 2.4rem;
  background: #fff;
  display: block;
  content: '';
  transition: .3s ease-in-out;
}
#nav-open span{
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#nav-open span:before {
  bottom: 0.8rem;
}
#nav-open span:after {
  bottom: -0.8rem;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  pointer-events: inherit;
}
#nav-input:checked ~ #nav-open span {
  background: transparent;
}
#nav-input:checked ~ #nav-open span:before {
  background: #fff;
  transform: rotate(-45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open span:after {
  background: #fff;
  transform: rotate(45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open{
  position: fixed;
  top: 0;
  right: 0;
}


#nav-content {
  display: block;
  text-align: center;
  padding-bottom: 5rem;
}
#nav-content ul.sp-nav-1{
  margin: 3rem 0;
}
#nav-content ul.sp-nav-1 li{
  line-height: 3.3;
  font-size: 1.6rem;
  font-weight: 700;
}
#nav-content ul.sp-nav-2 li.tel{
  font-size: 1.4rem;
}
#nav-content ul.sp-nav-2 li.tel span{
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0D8C9C;
}
#nav-content ul.sp-nav-2 li.contact-btn a{
  font-size: 1.6rem;
  margin: 2rem auto 0;
  display: block;
  font-weight: 700;
  width: 24rem;
  line-height: 6rem;
  border-radius: 3rem;
  text-align: center;
  background: #0D8C9C;
  color: #fff;
  padding-left: 2.3rem;
  position: relative;
}
#nav-content ul.sp-nav-2 li.contact-btn a::before{
  content: "";
  display: block;
  width: 2rem;
  height: 6rem;
  background: url(../images/common/plane-wh.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.3rem;
}


header .home-header {
    height: calc(100vh - 6rem);
    background: url(../images/home/sp/header-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .home-header .txt-1 {
    font-size: 1.7rem;

}
header .home-header .txt-2 {
    font-size: 1.6rem;
}
header .home-header h2 img {
    width: 100%;
    margin: 1.4rem 0;
}


header .common-header .content{
  padding-top: 3rem;
  padding-bottom: 4rem;
}
header .common-header .content::before{
  width: 4rem;
  height: 2px;
  bottom: -1px;
  left: 5%;
}
header .common-header h2{
  font-size: 2.3rem;
}
header .common-header h2 span{
  font-size: 1.3rem;
}


.common-sec{
  padding: 3rem 0 6rem;
}


h2.home-h2{
  font-size: 3.2rem;
  padding-right: 5.5rem;
  margin-bottom: 2rem;
}
h2.home-h2::before{
  width: 4rem;
}


h3.common-h3 {
    font-size: 1.8rem;
    margin: 5rem 0 2rem;
}


h4.common-h4 {
    font-size: 1.6rem;
    margin: 3rem 0 1.5rem;
}


footer .footer-contact{
  background: url(../images/common/sp/footer-contact-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
  font-size: 1.4rem;
}
footer .footer-contact h2{
  font-size: 3.2rem;
}
footer .footer-contact ul{
  display: block;
  margin-top: 2.5rem;
}
footer .footer-contact ul li{
  display: block;
}
footer .footer-contact ul li.footer-tel{
  border-right: 0;
}
footer .footer-contact ul li.footer-contact-btn a{
  font-size: 1.6rem;
  margin: 2rem auto 0;
}


footer .footer-btm{
  padding: 4.5rem 15% 5rem;
  font-size: 1.4rem;
  text-align: center;
}
footer .footer-btm .box-1,
footer .footer-btm .box-2{
  width: 100%;
  margin: 0;
  float: none;
}
footer .footer-btm .box-1 img.footer-logo{
  width: 20rem;
  margin: 0 auto 2rem;
}
footer .footer-btm .box-2 ul.li-1{
  display: block;
}
footer .footer-btm .box-2 ul.li-2{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
footer .footer-btm .box-2 ul.li-1{
  margin: 0 0 2.5em;
}
footer .footer-btm .box-2 ul.li-1 li{
  padding-right: 0;
  margin-bottom: 0.6em;
}
footer .footer-btm .box-2 ul.li-2{
  margin: 0 0 0.5em;
}
footer .footer-btm .box-2 ul.li-2 li{
  padding: 0 1.5em;
  margin: 0 0 2em;
  border-right: 1px solid;
}
footer .footer-btm .box-2 ul.li-2 li:last-child{
  padding: 0 1.5em;
}
footer .footer-btm .box-2 ul.li-2 li.sp-b0{ border-right: 0; }
footer .footer-btm .box-2 ul.li-2 li.sp-f10{ font-size: 1rem; }




/* ロード画面 */
#loading img{
  width: 21rem;
}




}/*　スマホここまで */



