@charset "UTF-8";
/* CSS Document */
/* common
---------------------------------*/
html {
  font-size: 14px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #3B4043;
  line-height: 1.8;
  margin: 0;
}
img {
  width: 100%;
  vertical-align: top;
}
h1 {
  color: #fff;
  font-size: 20px;
}
h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 35px;
}
.logo{
  width: 133px;
  height:100px;
  vertical-align: middle;
}
.inner {
  padding: 0 20px 0;
}
.flex {
  display: block;
}
.wr {
  word-wrap: break-word;
  display: inline-block;
}
.pc-only {
  display: none;
}
.pc-md {
  display: none;
}
.notice{
  color: #ff0000;
}
/* page_top
---------------------------------*/
#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.contents_innner {
  padding-top: 62px;
  margin-top: -62px;
}
/* header
---------------------------------*/
header {
  background: #3B4043;
  padding: 13px 11px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 999;
}
h1 span {
  font-size: 12px;
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* nav
---------------------------------*/
#header #navi {
  transition: all .6s;
  overflow-y: auto;
  padding-top: 40px;
  width: 100%;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -100%;
  background: rgba(65, 64, 67, 0.8);
  position: fixed;
  text-align: center;
  margin-top: 62px;
}
#header #navi li {
  margin-bottom: 40px;
}
#header #navi a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
#header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 13%;
  right: 7px;
  cursor: pointer;
  position: absolute;
}
.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #fff;
  position: absolute;
}
.hamburger_line1 {
  top: 10px;
}
.hamburger_line2 {
  top: 21px;
}
.hamburger_line3 {
  top: 32px;
}
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}
/* 表示された時用のCSS */
.nav_open #header #navi {
  right: 0;
}
.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}
.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}
.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}
/* main_visual
---------------------------------*/
.main_visual {
  margin: 62px 0 35px;
  background: url("../image/main_visual_sp.png") center;
  background-size: cover;
  padding: 40% 20px 30px;
}
.main_visual_text {
  margin: auto;
  color: #fff;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px;
}
.main_visual_text .ttl {
  font-size: 27px;
}
.main_visual_text p:last-of-type span {
  font-size: 17px;
}
.main_visual_text p:last-of-type {
  line-height: 1.5em;
}
/* About
---------------------------------*/
#About {
  margin-bottom: 50px;
}
#About .face {
  width: 50%;
  margin: 0 auto 10px;
}
#About .About_name {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
}
#About .About_nameEn {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
/* About
---------------------------------*/
#About .About_nameEn + p {
  font-size: 12px;
  margin-bottom: 20px;
}
#About .skill_icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#About .skill_icon {
  width: 20%;
  background: #F0F3F5;
  border: 1px solid #CDD6DD;
  border-radius: 20px;
  padding: 7px;
  text-align: center;
  margin-bottom: 10px;
}
#About .skill_icon_list p {
  font-size: 10px;
}
#About .skill_icon_list p:last-of-type {
  font-size: 10px;
}
#About .profile2 {
  position: relative;
}
#About .profile2_text {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  line-height: 2em;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* Service
---------------------------------*/
#Service {
  margin-bottom: 50px;
}
#Service .service1 div:nth-of-type(2), #Service .service2 div:nth-of-type(2), #Service .service3 div:nth-of-type(2) {
  background: #CDD6DD;
  padding: 25px 0;
  text-align: center;
}
#Service .service1, #Service .service2, #Service .service3 {
  margin-bottom: 20px;
}
#Service .service1 h3, #Service .service2 h3, #Service .service3 h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
#Service .service1 h3 + p, #Service .service2 h3 + p, #Service .service3 h3 + p {
  font-size: 12px;
  width: 70%;
  margin: 0 auto;
}
#Service .service1 .service1_pic img {
  width: 100%;
}
/* Price
---------------------------------*/
#Price {
  margin-bottom: 50px;
}
#Price .price_left {
  background: #F0F3F5;
  padding: 25px 15px 25px;
  text-align: center;
}
#Price h3 {
  font-size: 25px;
  margin-bottom: 5px;
}
#Price .price_right_text {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}
#Price .price_left h3 + p {
  font-size: 14px;
  text-align: center;
}
#Price .price_right {
  position: relative;
}
#Price .price_right .plus {
  position: absolute;
  width: 10%;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2
}
#Price .price_right_1, #Price .price_right_2 {
  background: #CDD6DD;
  padding: 10px 20px;
}
#Price .price_right_1 {
  padding: 40px 0;
}
#Price .price_text_wrap {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: auto;
}
#Price .price_right_1 .price_text_wrap {}
#Price .price_right_2 {
  margin-top: 2px;
  padding: 40px 0;
}
#Price .price_right_cap {
  font-size: 12px;
  width: 70%;
  margin: auto;
}
/* Contact
---------------------------------*/
#Contact {
  margin-bottom: 50px;
}
#Contact p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#access_map{
  display: flex;
}
/* footer
---------------------------------*/
footer {
  background: #3B4043;
  height: 50px;
}
@media screen and (min-width:767px) {
  /* common
---------------------------------*/
  h1 {
    font-size: 30px;
  }
  h1 span {
    font-size: 20px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .pc-md {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inner {
    padding: 0 20px 0;
    max-width: 1000px;
    margin: auto;
  }
  /* main_visual
---------------------------------*/
  .main_visual {
    margin: 62px auto 35px;
    background: url(../image/main_visual.png) center no-repeat;
    background-size: cover;
    max-width: 1200px;
  }
  .main_visual_text {
    margin: 0 0 0 50%;
    width: 47%;
  }
  /* About
---------------------------------*/
  #About {
    margin-bottom: 80px;
  }
  #About .flex {
    justify-content: space-between;
  }
  #About .profile1 {
    width: 40%;
  }
  #About .profile2 {
    width: 50%;
  }
  #About .face {
    width: 50%;
    margin: 0 auto 10px;
  }
  #About .skill_icon_list {
    justify-content: flex-start;
  }
  #About .skill_icon_list .skill_icon {
    margin: 5px;
  }
  #About .profile2_text {
    top: 30%;
  }
  /* Service
---------------------------------*/
  #Service {
    margin-bottom: 80px;
  }
  #Service .service1, #Service .service2, #Service .service3 {
    width: 33%;
  }
  #Service .service1, #Service .service2 {
    padding-right: 20px;
  }
  #Service .service1 h3, #Service .service2 h3, #Service .service3 h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #Service .service1 h3 + p, #Service .service2 h3 + p, #Service .service3 h3 + p {
    font-size: 12px;
    width: 70%;
    margin: 0 auto;
  }
  #Service .service1 div:last-of-type, #Service .service2 div:last-of-type, #Service .service3 div:last-of-type {
    height: 200px;
  }
  /* Price
---------------------------------*/
  #Price {
    margin-bottom: 80px;
  }
  #Price h3 {
    font-size: 20px;
  }
  #Price .price_left {
    width: 50%;
    padding: 75px 45px;
  }
  #Price .price_right {
    width: 50%;
  }
  #Price .price_right .plus {
    width: 11%;
    top: 40%;
  }
}
@media screen and (min-width:970px) {
  header {
    position: initial;
  }
  #header {
    display: flex;
    flex-flow: wrap;
    padding: 20px 30px;
    align-items: center;
    max-width: 1200px;
    margin: auto;
  }
  /*   nav
---------------------------------*/
  #header h1 {
    margin-right: auto;
    margin-bottom: 20px;
  }
  #header h1 a:hover {
    opacity: .7;
  }
  #header #navi {
    margin-top: 0;
    justify-content: start;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: auto;
    background: none;
    position: initial;
    padding: 0;
  }
  #header #navi li {
    margin: 0 35px;
    line-height: 100%;
  }
  #header #navi li:last-child {
    margin: 0 0 0 35px;
  }
  #header #navi li a:hover {
    text-decoration: none;
    color: #BAFFB1;
  }
  #header .nav_btn {
    display: none;
  }
  /* main_visual
---------------------------------*/
  .main_visual {
    margin: 0px auto 35px;
  }
  /* About
---------------------------------*/
  #About .profile2_text {
    top: 35%;
    left: 57%;
  }
  #Service .service1 div:last-of-type, #Service .service2 div:last-of-type, #Service .service3 div:last-of-type {
    height: 150px;
  }
}


/*-- モーダル  --*/
.modal-p{
  line-height: 1.4;
}
.modal_open{
  display: inline-block;
  margin: 3vw;
  float: left; 
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  margin: 0;
  padding: 60px 2vw 80px;
  border: 2px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 46px;
  color: #000;
  line-height: 62px;
  text-align: center;
  background: #e6e6e6;
}

.modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.7);
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}


@media screen and (max-width: 769px) {

/*  ウィンドウサイズ769px以下の時のスタイル  */

.modal_box {
    padding: 50px 2vw 40px;
}

.modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
}

.modal_close i {
    line-height: 44px;
}

.link_area {
    margin: 25px auto 0;
}

.link_area .modal_link a {
    margin: 15px auto 0;
}

.link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
}

.link_area ul li.modal_link:last-child a {
    float: none;
}

}
