@charset "utf-8";
body {
  font-family: -apple-system,"Noto Sans", "Noto Sans CJK JP", 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.pc {
  display: none;
  }
.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

/****************************************************/
/*共通*/
/****************************************************/
section {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
section .ttl {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}

section .ttl span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

/****************************************************/
/*ヘッダー*/
/****************************************************/
header.sp {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: none;
  top: 0;
  left: 0;
  background: #E48B8D;
}
h1.headerlogo {
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

h1.headerlogo img {
  max-width: 150px;
}
.headerlogo.sp {
  width: calc( 100% - 60px);
  background: rgba(255,255,255,0.8);
  font-weight: 500;
  height: 60px;
  top: 0;
  right: 0;
  left: 60px;
}
.headerlogo.sp a {
  top: 25%;
  right: 0;
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 960px){
  header {
    position: fixed;
    width: 100%;
    top:0;
    background: #fff;
  }
  .header-inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .header-inner h1 {
    width: calc(100% / 6);
    display: flex;
    height: 80px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 4%;
  }
  .header-inner h1 a {
    margin: 0 auto;
  }
  .header-inner img {
    max-width: 150px;
    vertical-align: bottom;
  }
  .header-inner nav {
    width: 100%;
    background: #000000;
  }
  .header-inner nav ul {
    display: flex;
    width: 100%;
    height: 80px;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-inner nav ul li {
    width: 20%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .header-inner nav ul li a {
    color: #fff;
    transition: .6s;
  }
  .header-inner nav ul li a:hover {
    color: #3e3e3e;
    transition: .3s;
  }

}

/****************************************************/
/*メインビジュアル*/
/****************************************************/
#top {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#main_visual {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
}
#main-txt {
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#main-txt h2 {
  font-size: 26px;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
#main-txt p {
  color: #fff;
}
@media screen and (min-width: 960px){
#main-txt {
    max-width: 980px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#main-txt h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 768px){
#top {
    position: relative;
    width: 100%;
    height: 75vh !important;
    z-index: 1;
}
#main_visual {
    position: relative;
    width: 100%;
    height: 75vh !important;
    background-size: contain;
}	
}
@media screen and (max-width: 350px) {
#top {
    position: relative;
    width: 100%;
    height: 100vh !important;
    z-index: 1;
}
#main_visual {
    position: relative;
    width: 100%;
    height: 100vh !important;
    background-size: contain;
}
}
/****************************************************/
/*お知らせ欄*/
/****************************************************/
.news {
  width: 100%;
  padding: 30px 0 100px;
}
.news .ttl {
  text-align: center;
  color: #000;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}
.news-inner {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.news_box {
  height: 100px;
  border-left: 10px solid #1098F7;
  margin-bottom: 20px;
  position: relative;
}
.news_box div {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%,-50%);
}
.news_box div dt {
  font-size: 16px;
}
.news_box div dd {
  font-size: 21px;
}
.news_box div::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.addnews01 {
	width:100%;
	text-align:center;
	margin-top:50px;
	float: none;
}
.addnews01 > a {
	width:220px;
	color:#343434;
	display:inline-block;
	padding:5px 0;
	text-decoration:none;
	border:solid 1px #898989;
	border-radius:3px;
}
.addnews01 > a {
	width:220px;
	color:#343434;
	display:inline-block;
	padding:5px 0;
	text-decoration:none;
	border:solid 1px #898989;
	border-radius:3px;
}
.addnews01 > a:hover {
  color: #fff;
  background: #000;

}

@media screen and (min-width: 960px){
  .news {
    padding: 120px 0;
  }
  .news-inner {
    width: 100%;
  }
  .news-inner ul {
    display: flex;
    height: auto;
    overflow: hidden;
  }
  .news-inner ul li {
    width: 20%;
    padding: 0 15px;
    border-bottom: none;
    border-right: 1px solid #fff;
    font-size: 12px;
  }
  .news-inner ul li:last-child {
    border-right: none;
  }
}

/****************************************************/
/*ABOUT*/
/****************************************************/
.about {
  background: #B89E97;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.about .ttl {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.about_txt {
  width: 94%;
  max-width: 980px;
  color: #fff;
  margin: 0 auto;
  padding: 15px 2% 30px;
  box-sizing: border-box;
}
.about_txt h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 6%;
  line-height: 1.4;
}
.about_txt p {
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.6;
}
.c-body {
  font-size: 14pt;
  line-height: 1.6;
}
.about-inner {
  background: #fff;
  border-radius: 2px;
  width: 94%;
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 15px 4% 30px;
  box-sizing: border-box;
}
.a-inner_box .column.-column1 h4 {
  display: flex;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.a-inner_box .column.-column1 h4 p {
  font-size: 14pt;
  font-weight: 400;
  margin-left: 20px;
}
.about-inner p {
  font-weight: 400;
}
.a-large_headline {
  font-size: 14pt;
  font-weight: 400;
  margin-bottom: 30px;
}
.small_headline {
    line-height: 1em;
    font-size: 14pt;
}
.a-inner_box {
    display: flex;
}
.column.-column1 {
    margin-left: 0;
}
.column.-column1, .column.-column2 {
    width: 49%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
}
.column.-column2 {
    margin-right: 0;
}
.column.-column2 {
    width: 49%;
}
.sns_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.sns_box p span {
  padding: 15px 0;
  display: block;
}
.sns_box .txt_02 {
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sns_box .txt_add01::before {
  content: "";
  background-image: url(../img/insta.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.sns_box .txt_add02::before {
  content: "";
  background-image: url(../img/youtube.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.sns_box .txt_add01,.sns_box .txt_add02 {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 560px){
  .about-inner img {
    width: 100%;
    max-width: 340px;
}
  .about-inner {
	display: block;
    flex-wrap: nowrap;  
  }
  .about-inner p {
	padding: 0;  
  }	
}
@media screen and (min-width: 960px){
  .about {
    padding: 120px 0;
  }
  .about-inner {
    padding: 30px 60px;
  }
  .about-inner p {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .about_txt {
    padding: 50px 2% 100px;
}
}
@media screen and (max-width: 960px){
.a-inner_box {
    display: block;
}
.column.-column1, .column.-column2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2%;
}
.column.-column2 {
    width: 100%;
}
.c-none.c-center .c-img {
    text-align: center;
}
}
/****************************************************/
/*業務内容*/
/****************************************************/
.service {
  padding: 60px 0;
}
.service .ttl {
  text-align: center;
  color: #000;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}
.service-inner {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.service-inner h2 {
  margin-bottom: 50px;
}
.service-inner ul {
  overflow: hidden;
}
.service-inner ul li {
  width: 100%;
  margin-bottom: 30px;
  padding: 5%;
  box-sizing: border-box;
  list-style-type: none;
}
.service-inner ul li h3 {
  width: 70%;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0.5% 10%;
  color: #fff;
  border-radius: 2px;
  background-color: #000;
}

.service-inner ul li img {
  display: block;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
}
.service-inner ul li a {
    display: block;
    position: relative;
}
.title {
    width: 100%;
    position: absolute;
    margin: auto;
    display: inline-block;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    /* padding: 0 30px; */
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-shadow: 0px 3px 6px #00000029, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff, 0px 0px 6px #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menuttl {
  font-size: 21px;
  margin: 6% 0;
}
.menu_txt {
  font-size: 14pt;
  line-height: 1.6;
  text-align: left;
  font-weight: normal;
  margin: 4% 0;
}
@media screen and (min-width: 560px){
  .service-inner ul li {
    width: calc( 100% /4);
    float: left;
    padding: 1%;
  }
  .service-inner ul li h3 {
    width: 80%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0.5% 5%;
    color: #fff;
    border-radius: 2px;
    background-color: #000;
}
}
@media screen and (min-width: 960px){
  .service {
    padding: 120px 0;
  }
  .service-inner h2 {
    font-size: 1.2em;
  }
}

/****************************************************/
/*PRICE*/
/****************************************************/
.price {
  padding: 120px 0;
}
.price {
  background: #B89E97;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 100px;
}
.price .ttl {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 1.4;
}
.price_txt {
  width: 94%;
  max-width: 980px;
  color: #fff;
  margin: 0 auto;
  padding: 15px 2% 30px;
  box-sizing: border-box;
}
.price h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 4%;
  text-align: center;
}
.price_txt p {
  font-weight: 400;
  font-size: 14pt;
  line-height: 1.8;
}
.price_in01 {
  margin-bottom: 4%;
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.8;
}
.price_in02 {
  text-align: center;
  background: #fff;
  font-size: 21px;
  font-weight: 600;
  border-radius: 10px;
  color: #1098F7;
  padding: 15px 4%;
}
.price-inner {
  background: #c5dff3;
  border-radius: 10px;
  width: 94%;
  max-width: 980px;
  margin: 0 auto 50px;
  padding: 15px 4%;
  box-sizing: border-box;
}
.price_inner_b {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 14pt;
  font-weight: 600;
}

@media screen and (max-width: 560px){
  .about-inner img {
    width: 100%;
    max-width: 340px;
}
  .about-inner {
	display: block;
    flex-wrap: nowrap;  
  }
  .about-inner p {
	padding: 0;  
  }	
}
@media screen and (min-width: 960px){
  .price_txt {
    padding: 50px 2% 100px;
}
.price {
    padding: 120px 0;
  }
  .price-inner {
    padding: 4%;
}
}


/****************************************************/
/*会社概要*/
/****************************************************/
.company {
  padding: 60px 0 120px;
}
.company .ttl {
  text-align: center;
  color: #000;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.4;
}
.company-inner {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.dl-row {
  background: #fff;
  font-size: 14pt;
  line-height: 1.6;
  border-bottom: 1px solid #1098F7;
  margin: 5px auto;
  padding: 6% 0;
  box-sizing: border-box;
}
.dl-row dt {
  font-weight: 500;
}
@media screen and (min-width: 960px){
  .company {
    padding: 120px 0;
  }
  .dl-row {
    max-width: 980px;
    display: flex;
  }
  .dl-row dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dl-row dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}


/****************************************************/
/*お問い合わせ*/
/****************************************************/
.contact {
  padding: 120px 0;
}
.contact {
  background: #B89E97;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 120px;
}
.contact-inner {
  width: 94%;
  max-width: 980px;
  margin: 0 auto;
}
.contact-inner p {
  font-size: 14pt;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 50px;
}
.form-row {
  font-size: 16px;
  margin: 10px auto;
}
.form-row label span {
  color: #ff341f;
}
.form-col {
  width: 100%;
}
.form-col input[type="text"],
.form-col textarea,
.form-col select {
  display: block;
  width: 100%;
  padding: 2%;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  box-sizing: border-box;
}
.form-col input[type="text"]:focus,
.form-col textarea:focus {
  border: 1px solid #426dc9;
}
.submit-btn {
  margin-top: 50px;
  text-align: center;
}
.submit-btn input[type="submit"] {
  width: 220px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  background: #fff;
  background-size: 400% auto;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 2px;
  padding: 1% 6%;
  cursor: pointer;
  -webkit-appearance: none;
  transition: .2s;
}
.submit-btn input[type="submit"]:hover {
  color: #fff;
  background: #000;

}
@media screen and (min-width: 960px){
  .contact {
    padding: 120px 0;
  }

  .contact-inner form {
    margin: 0 auto;
  }
  .form-row {
    display: flex;
    margin: 5px auto 20px;
  }
  .form-row label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .form-col input[type="text"] {
    width: 100%;
  }
  .submit-btn input[type="submit"]:hover {
    background-position: -100% 0;
  }
}

/****************************************************/
/*フッター*/
/****************************************************/
footer {
  width: 100%;
  text-align: left;
}
.footer-inner {
  display: flex;
  max-width: 980px;
  margin: 0 0 0 50px;
  /* padding: 15px 0; */
  justify-content: space-between;
}
.footer-company {
  margin-bottom: 30px;
}
.footer-company img {
  max-width: 180px;
  margin: 0 auto;
}
.footer-company p,
.footer-company p a {
  color: #fff;
}
.copyright, .copyright a {
  color: #000;
  font-size: 16px;
  margin: 10px 0;
}
#go_top {
  padding-top: 60px;
  margin-top: -60px;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 960px){
  .footer-inner {
    display: flex;
    max-width: 100%;
    margin: 0 0 0 50px;
    /* padding: 15px 0; */
    justify-content: space-between;
  }
}
