@charset "UTF-8";
/*==========================
common
==============================*/
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #666666;
}
img {
  max-width: 100% !important;
}
a {
  text-decoration: none;
}
a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50); /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
p {
  font-weight: 200;
  font-size: 14px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End Hack */
/*==========================
header
==============================*/
.inner {
  width: 980px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
.logo {
  background: url("images/common/logo.svg") no-repeat left center;
  text-indent: -99999999px;
  width: 150px;
}
/* header */
#top-head {
  font-size: 14px;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
#top-head a, #top-head {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
  position: relative;
}
#global-nav ul li a {
  padding: 0 30px;
}
/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
  background: #fff;
  bottom: -30px;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  background: url("images/common/logo_green.svg") no-repeat left center;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
  bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
  background: #30B7B9;
  bottom: -20px;
}
#top-head #global-nav ul li:last-child:hover:after {
  display: none;
}
/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/*==========================
style
==============================*/
.main_v {
  background-image: url(images/top/main_v_bg2.png), url(images/top/main_v_bg.gif);
  background-repeat: no-repeat, repeat;
  background-position: center, center;
  height: 800px;
  position: relative;
}
.main_cont {
  text-align: center;
  padding-top: 160px;
}
.main_cont h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 900;
  line-height: 4rem;
}
.main_cont img {
  width: 900px;
}
section {
  padding: 5rem 0;
}
.green_bg {
  background: #EFF9F9;
}
.title {
  text-align: center;
  color: #30B7B9;
  font-size: 43px;
  font-weight: 900;
  position: relative;
  margin-bottom: 1em;
}
.title span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  display: block;
}
.title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 4px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #30B7B9; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
#service {
  padding: 100px 0 5rem !important;
}
.work_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work_box li {
  background: #fff;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 2rem;
}
.work_box li div {
  padding: 5%;
}
.work_box li img {
  border-radius: 20px 20px 0 0;
  display: block;
}
.work_box li h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 900;
}
.contact_wrap {
  background: url("images/top/main_v_bg.gif") repeat;
  text-align: center;
}
.contact_wrap h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 900;
}
.contact_btn {
  background: #F65774;
  color: #fff !important;
  text-decoration: none;
  padding: 1% 10%;
  border-radius: 100px;
}
.contact_wrap .contact_btn {
  font-size: 24px;
}
.sub_title {
  font-size: 36px;
  color: #30B7B9;
  margin-bottom: 20px;
  font-weight: 900;
}
.chatch_box li {
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 280px;
  margin-bottom: 30px;
}
.chatch_box li:nth-child(even) {
  background-position: left center;
  padding-left: 40%;
}
.chatch_box li:nth-child(odd) {
  background-position: right center;
  padding-right: 40%;
}
.chatch_box li.chatch_homepages {
  background-image: url("images/top/chatch_01.png");
}
.chatch_box li.chatch_app {
  background-image: url("images/top/chatch_02.png");
}
.chatch_box li.chatch_consulting {
  background-image: url("images/top/chatch_03.png");
}
.chatch_box li.chatch_ec {
  background-image: url("images/top/chatch_04.png");
}
#company dl {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 20px;
}
#company dt, #company dd {
  padding: 2%;
}
#company dt {
  background: #30B7B9;
  color: #fff;
  width: 22%;
  border-radius: 100px 0 0 100px;
  text-align: center;
}
#company dd {
  width: 70%;
  background: #fff;
  border-radius: 0 100px 100px 0;
}
.dot_bg {
  background: url("images/top/dot_bg.gif") repeat;
}
.rec_box {
  background: #83d4d5;
  border-radius: 30px;
  padding: 5%;
}
.rec_contant {
  background: #ffffff;
  border-radius: 30px;
  padding: 3%;
}
.rec_contant .title {
  font-size: 26px;
  font-weight: 400;
}
.rec_contant ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rec_contant li {
  padding-left: 1em;
  text-indent: -.7em;
  font-weight: 200;
  margin-bottom: 10px;
}
.rec_contant li:before {
  content: "◆ ";
  color: #ace2e3;
}
.col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 {
  width: 43%;
}
table {
  width: 100%;
}
table th {
  background: #EFF9F9;
}
table td {
  background: #fff;
}
table th, table td {
  border: solid 1px #4d4d4d;
  padding: 15px
}
.more_button {
  background: #fff;
  padding: 15px;
  width: 40%;
  margin: auto;
  color: #30b7b9;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.more_button:before {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #30b7b9 #30b7b9;
  transform: rotate(-45deg);
}
.oubo_btn {
  background: #fcee21;
  padding: 25px;
  width: 70%;
  margin: auto;
  color: #30b7b9;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: block;
}
footer {
  text-align: center;
  padding: 3rem 0 1rem;
  background: #fff;
}
footer ul {
  margin-bottom: 30px;
}
footer li {
  display: inline-block;
  padding: 0 2rem;
}
footer li a {
  color: #30b7b9;
  font-family: 'Montserrat', sans-serif;
}
.copy {
  font-size: 11px;
}
/*==========================
page
==============================*/
.page_innner {
  background: #EFF9F9;
}
.title_wrap {
  height: 13rem;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 10rem;
}
.title_wrap .title {
  color: #fff;
}
.title_wrap .title::before {
  background-color: #fff;
}
#entry .title_wrap {
  background-image: url("images/page/entry_bg.jpg");
}
#contact .title_wrap {
  background-image: url("images/page/contact_bg.jpg");
}
.entry_form {
  border-bottom: solid 3px #fff;
}
.entry_form dt, .entry_form dd {
  display: inline-block;
  vertical-align: middle;
  padding: 1%;
}
.entry_form dt {
  width: 30%;
}
.entry_form dd {
  width: 65%;
  border-left: solid 3px #fff;
}
input[type="text"], input[type="email"], input[type="tel"] {
  border: none;
  background: #fff;
  padding: 15px;
  width: 100%;
}
textarea {
  border: none;
  background: #fff;
  padding: 15px !important;
  width: 100%;
  height: 200px;
}
input::placeholder {
  color: #ccc;
}
/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #30B7B9;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #30B7B9;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.submit_btn {
  text-align: center;
  padding-top: 2rem;
}
input[type="submit"] {
  width: 250px;
  background: #30B7B9;
  padding: 2%;
  color: #fff;
  border: none;
}
.require {
  background: #F65774;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  padding: 1px 8px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 10px;
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .container {
    width: 1000px;
    margin: auto;
  }
  .sp_br {
    display: none;
  }
}
/*==========================
SP common
==============================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  p {
    font-size: 12px;
  }
  .pc_br {
    display: none;
  }
  .logo {
    background: url("images/common/logo_green.svg") no-repeat left center;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background-color: rgba(48, 183, 185, 0.8);
    width: 100%;
    text-align: center;
    padding: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .open #global-nav {
    height: 100vh;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 95%;
    display: block;
    color: #fff;
    padding: 2rem 0;
    font-size: 24px;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
  .main_cont h2 {
    font-size: 31px;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
  .main_v {
    height: 70vh;
    padding: 0 1rem;
  }
  .main_cont {
    padding-top: 8rem;
  }
  .main_cont img {
    width: 100%;
  }
  .title {
    margin-bottom: 2em;
  }
  #service {
    padding: 5rem 1rem 1rem !important;
  }
  .title {
    font-size: 24px;
  }
  .title span {
    font-size: 12px;
  }
  section {
    padding: 3rem 1rem;
  }
  .work_box li {
    width: 100%;
  }
  .contact_wrap h4 {
    font-size: 26px;
  }
  .contact_btn {
    padding: 3% 10%;
    width: 80%;
    display: block;
  }
  .chatch_box li {
    height: auto;
  }
  .chatch_box li:nth-child(2n+1), .chatch_box li:nth-child(2n) {
    background-position: top center;
    padding-right: 0;
    padding-left: 0;
    padding-top: 9rem;
    background-size: 50% auto;
  }
  .sub_title {
    font-size: 26px;
    text-align: center;
  }
  #company dt, #company dd {
    font-size: 12px;
  }
  .rec_contant .title {
    font-size: 18px;
  }
  .rec_contant li {
    font-size: 12px;
  }
  .rec_contant {
    padding: 6%;
  }
  .col2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .more_button {
    padding: 10px;
    width: 70%;
    font-size: 14px;
  }
  .oubo_btn {
    padding: 20px;
    width: 80%;
  }
  .oubo_btn:hover {
    color: #30B7B9 !important;
  }
  footer {
    padding: 1rem 0 1rem;
  }
  footer li {
    display: block;
    padding: 1rem;
  }
  .entry_form {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .entry_form dt, .entry_form dd {
    width: 100%;
  }
  .entry_form dd {
    border-left: none;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 90%;
  }
  input[type="submit"] {
    padding: 6%;
  }
  .title_wrap {
    height: 6rem;
    padding-top: 5rem;
  }
}
/*==========================
iphone5
==============================*/
@media screen and (device-aspect-ratio: 40/71) {}
/*==========================
ipad
==============================*/
@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (orientation:portrait) {
  .inner {
    width: 90%;
  }
  .container {
    width: 90%;
    padding: 0px 5%;
  }
  .logo {
    width: 95px;
  }
  #global-nav ul li a {
    padding: 0px 15px;
  }
  section {
    padding: 3rem 1rem;
  }
  .main_v {
    height: 690px;
  }
  .main_cont h2 {
    font-size: 42px;
  }
  .title {
    font-size: 30px;
  }
  .chatch_box li {
    background-size: auto 60%;
  }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {}