@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サイト全体共通css
=================================================================== */
/*----------------------------------------------------------------------------------
		 								body、リンク色etc
------------------------------------------------------------------------------------*/
/* pc sp */
@media only screen and (min-width: 980px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 979px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media only screen and (max-width: 395px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/* pc sp txt*/
.pcTxt {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pcTxt {
    display: inline;
  }
  .spTxt {
    display: block;
  }
}
/* style */
.fw-b {
  font-weight: 500;
}

.ta-c {
  text-align: center !important;
}

/* 基本リンク色 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.65;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}

body {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow: hidden;
  webkit-font-smoothing: antialiased;
}
body h2 {
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-weight: 900;
  border: none;
}
body div {
  box-sizing: border-box;
}

@media only screen and (min-width: 980px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#pagetop {
  position: fixed;
  z-index: 2;
  right: 3%;
  bottom: 50px;
  width: 40px;
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  #pagetop {
    right: 3%;
  }
}
@media only screen and (max-width: 750px) {
  #pagetop {
    right: 3%;
  }
}
#pagetop img {
  width: 100%;
}

img {
  pointer-events: none;
}

a img {
  pointer-events: auto;
}

main {
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  main {
    padding-top: 60px;
  }
}

p {
  line-height: 1.8em;
}

.ruby {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .ruby {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .ruby {
    font-size: 16px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*----------------------------------------------------------------------------------
		 								header
------------------------------------------------------------------------------------*/
header {
  width: 95%;
  margin: 0 auto;
  padding-top: 14px;
  height: 65px;
  /*このクラスが付与されると表示する*/
}
@media only screen and (max-width: 750px) {
  header {
    height: auto;
  }
}
header .logo {
  /*opacity: 0;
  		visibility: hidden;
  z-index: 999;*/
}
header .logo img {
  position: fixed;
  z-index: 999;
  width: 60px;
}
@media only screen and (max-width: 750px) {
  header .logo img {
    width: 45px;
    margin-top: 0px;
  }
}
header .catchcopy {
  width: 160px;
  display: inline-block;
  position: fixed;
  left: 250px;
  top: 24px;
  z-index: 100;
}
@media only screen and (max-width: 750px) {
  header .catchcopy {
    left: 146px;
    top: 20px;
    line-height: 1.1em;
  }
}
header .catchcopy span {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  header .catchcopy span {
    font-size: 9px;
  }
}
header .active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
header .global_nav {
  position: fixed;
  right: 40px;
  z-index: 100;
  /*
  		.contact_btn{
  			font-family: $font-family-a;
  			font-size: 14px;
  			letter-spacing: 0.1em;
  			font-weight: bold;
  			width: 220px;
  			height: 50px;
  			border-radius: 60px;
  			background-color: #EBFA00;
  			text-align: center;
  			line-height: 3.5;
  			margin-right: 50px;

  			&:hover{
  				background-color: #000;
  	  			color: #EBFA00;
  			}
  			@include mediaquery-smartphone {
  	 			line-height: 1.5;
  				font-size: 11px;
  				width: 120px;
  				height: 40px;
  				padding-top: 8px;
  			}
  		}
  */
}
header .global_nav ul {
  display: flex;
}
header .global_nav li {
  width: 75%;
}
@media only screen and (max-width: 750px) {
  header .global_nav li {
    width: auto;
  }
}
@media only screen and (max-width: 750px) {
  header .global_nav li.first {
    display: none;
  }
}
header .global_nav li.first .contact_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 220px;
  height: 50px;
  border-radius: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 3.5;
  margin-right: 20px;
  border: 2px solid #000;
  color: #000;
}
header .global_nav li.first .contact_btn:hover {
  background-color: #000;
  color: #EBFA00;
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  header .global_nav li.first .contact_btn {
    width: 200px;
    height: 45px;
    font-size: 13px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 750px) {
  header .global_nav li.first .contact_btn {
    line-height: 1.5;
    font-size: 11px;
    width: 120px;
    height: 40px;
    padding-top: 8px;
  }
}
header .global_nav li.second a {
  color: #fff;
}
header .global_nav li.second .contact_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 220px;
  height: 50px;
  border-radius: 60px;
  background-color: #000;
  text-align: center;
  line-height: 3.5;
  margin-right: 50px;
  border: 2px solid #000;
}
header .global_nav li.second .contact_btn:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  header .global_nav li.second .contact_btn {
    width: 200px;
    height: 45px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 750px) {
  header .global_nav li.second .contact_btn {
    line-height: 1.5;
    font-size: 11px;
    width: 120px;
    height: 40px;
    padding-top: 8px;
  }
}
header .global_nav li.thaad {
  margin-right: 65px;
  margin-top: 12px;
}
@media only screen and (max-width: 750px) {
  header .global_nav li.thaad {
    display: none;
  }
}
header .global_nav li.thaad .contact_btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 220px;
  height: 50px;
  border-radius: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 3.5;
  margin-right: 20px;
  border: 2px solid #000;
  color: #000;
}
header .global_nav li.thaad .contact_btn:hover {
  background-color: #000;
  color: #EBFA00;
}
@media only screen and (min-width: 751px) and (max-width: 1100px) {
  header .global_nav li.thaad .contact_btn {
    width: 200px;
    height: 45px;
    font-size: 13px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 750px) {
  header .global_nav li.thaad .contact_btn {
    line-height: 1.5;
    font-size: 11px;
    width: 120px;
    height: 40px;
    padding-top: 8px;
  }
}

/*メニューここから*/
.menu_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 200;
}

.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 26px;
  background-color: #000;
  position: absolute;
}

.menu_btn span:before {
  bottom: 8px;
}

.menu_btn span:after {
  top: 8px;
}

#menu_btn_check:checked ~ .menu_btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu_btn_check:checked ~ .menu_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu_btn_check:checked ~ .menu_btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu_btn_check {
  display: none;
}

.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #fff;
  overflow-y: scroll;
}
.menu_content ul {
  text-align: center;
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .menu_content ul {
    padding-top: 80px;
  }
}
.menu_content ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 0px 0px 30px 0px;
  position: relative;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .menu_content ul li a {
    font-size: 18px;
  }
}
.menu_content ul li a span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 5px;
}

/*メニューが常常に出ている状態なので、ボタンを押したらメニューが出てくるように記述を追加・変更*/
.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s; /*アニメーション設定*/
}

#menu_btn_check:checked ~ .menu_content {
  left: 0; /*メニューを画面内へ*/
}

/*メニューここまで*/
/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
#footer_contArea {
  width: 100%;
  background-color: #eee;
  padding: 100px 0;
}
#footer_contArea .contain {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #footer_contArea .contain {
    width: 90%;
  }
}
#footer_contArea .contain h2 {
  font-size: 82px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #footer_contArea .contain h2 {
    font-size: 48px;
  }
}
#footer_contArea .contain h3 {
  font-size: 18px;
  padding-left: 10px;
}
#footer_contArea .contain .formArea {
  padding: 50px 0 0;
  text-align: center;
}
#footer_contArea .contain .formArea p {
  font-weight: bold;
  font-size: 16px;
  line-height: 2em;
}
@media only screen and (max-width: 750px) {
  #footer_contArea .contain .formArea p {
    font-size: 14px;
    width: 70%;
  }
}
#footer_contArea .contain .formArea .form_linkBtn {
  margin: 20px auto 0;
  text-align: center;
  width: 270px;
}
@media only screen and (max-width: 750px) {
  #footer_contArea .contain .formArea .form_linkBtn {
    margin: 40px auto 0;
    width: 100%;
  }
}
#footer_contArea .contain .formArea .form_linkBtn a {
  z-index: 3;
  overflow: hidden;
  position: relative;
  display: block;
  border: solid 1px #1F2023;
  background-color: #1F2023;
  border-radius: 100px;
  padding: 15px 0;
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  #footer_contArea .contain .formArea .form_linkBtn a {
    font-size: 18px;
    padding: 20px 0;
  }
}
#footer_contArea .contain .formArea .form_linkBtn a span {
  font-weight: bold;
  color: white;
}
#footer_contArea .contain .formArea .form_linkBtn a.btn::before,
#footer_contArea .contain .formArea .form_linkBtn a.btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer_contArea .contain .formArea .form_linkBtn a.btn::before {
  right: 19px;
  width: 16px;
  height: 1px;
  background: white;
}
#footer_contArea .contain .formArea .form_linkBtn a.btn::after {
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 100px 0 10px;
}
footer li {
  margin-bottom: 15px;
}
footer li a {
  color: #fff;
}
footer .catch {
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
}
footer .logo_w {
  margin: 0 auto 0px;
  width: 80px;
}
@media only screen and (max-width: 750px) {
  footer .logo_w {
    width: 20%;
  }
}
footer .logo_w img {
  width: 100%;
}
footer ul {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer ul {
    width: 220px;
    justify-content: space-around;
  }
}
