@charset "UTF-8";
/* reset
-------------------------------------*/
html {
  background: #fff; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  pointer-events: none; }

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th, td {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: super;
  font-size: 84%; }

sub {
  vertical-align: sub;
  font-size: 84%; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit; }

/* setting
-------------------------------------*/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #222;
  font-family: 'Quicksand', '游ゴシック体', 'YuGothic',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", 'sans-serif', 'sans-serif','游明朝体', 'Yu Mincho','游明朝', 'YuMincho',"ヒラギノ明朝 Pro", 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho';
  width: 100%;
  -webkit-font-feature-settings: “palt” 1;
  font-feature-settings: “palt” 1;
  margin: auto;
  background-size: 100%;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.7rem; }

main {
  display: block; }

a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

table {
  width: 100%; }

p, a, ul, li {
  text-align: justify; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
body {
  width: 100%;
  min-width: 1120px;
  font-feature-settings: "pkna" 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
body .anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }
body .ctn {
  width: 1080px;
  margin: auto; }
body p {
  line-height: 32px; }
body .gra {
  background-image: -moz-linear-gradient(-172deg, #9fd9f5 0%, #14aee4 15%, #1440a8 100%);
  background-image: -webkit-linear-gradient(-172deg, #9fd9f5 0%, #14aee4 15%, #1440a8 100%);
  background-image: -ms-linear-gradient(-172deg, #9fd9f5 0%, #14aee4 15%, #1440a8 100%); }
body .button-tel a, body .button-mail a, body .button a {
  width: 260px;
  height: 60px;
  max-width: 100%;
  padding: 0 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }
body .button-tel a, body .button-mail a {
  font-weight: 600; }
body .button-tel a::before, body .button-mail a::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px; }
body .button-tel a {
  border: solid 2px #0089d8;
  font-size: 26px;
  font-size: 2.6rem;
  background: #fff; }
body .button-tel a::before {
  min-width: 24px;
  height: 24px;
  background-image: url("/img/common/ic-tel-blue.png");
  background-size: contain; }
body .button-mail a::before {
  min-width: 20px;
  height: 15px;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: contain; }
body .button a {
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  border: solid 2px #fff;
  position: relative;
  margin: 0 auto; }
body .button a::after {
  content: '';
  display: block;
  width: 10px;
  height: 12px;
  background-image: url("/img/top/arrow-next-wht.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0; }
body .wrap-table th, body .wrap-table td {
  line-height: 24px;
  border-bottom: solid 1px #1440a8;
  vertical-align: middle;
  padding: 15px 5%; }
body .wrap-table th {
  width: 30%; }
body .wrap-table td {
  white-space: pre-wrap; }
body .pre {
  white-space: pre-wrap; }
body .col-blue {
  color: #1440a8; }
body .col-green {
  color: #19a47e; }
body .sp {
  display: none; }
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 100%; }
  body .ctn {
    width: 100%;
    padding: 0 20px; }
  body .anchor {
    padding-top: 50px;
    margin-top: -50px; }
  body p {
    line-height: 28px; }
  body .pc {
    display: none; }
  body .sp {
    display: block; } }

/*--------------------------------
	header
--------------------------------*/
header {
  background: url("/img/common/header-bg.png") center center no-repeat;
  background-size: cover;
  padding: 30px 0 70px 0; }
header .wrap {
  max-width: 1320px;
  margin: 0 auto; }
header .wrap h1 {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0; }
header .mv .frame {
/*  max-width: 56.25%;*/
	width: 1080px;
	max-width: 100%;
  margin: 0 auto;
  min-height: 380px; }

header .mv .wrap_video{
	width: 100%;
}
header .mv .wrap_video video{
	display: block;
	width: 100%;
}
/*header .mv .wrap_youtube {
  width: 100%; }
header .mv .wrap_youtube .youtube, header .mv .wrap_youtube .image {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
header .mv .wrap_youtube .youtube iframe, header .mv .wrap_youtube .youtube img, header .mv .wrap_youtube .image iframe, header .mv .wrap_youtube .image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }
header .mv .cc, header .mv .obj {
  z-index: 1; }*/
header .mv .cc {
  top: -36px;
  left: -160px; }
header .mv .obj {
  bottom: -48px;
  right: -120px; }
header .sv .ctn {
  height: 420px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center; }
header .sv .ctn.common {
  background: url("/img/common/sv-img.png") center center no-repeat;
  background-size: cover; }
header .sv .ctn.feature {
  background: url("/img/feature/sv-img.png") center center no-repeat;
  background-size: cover; }
header .sv .ctn.price {
  background: url("/img/price/sv-img.png") center center no-repeat;
  background-size: cover; }
header .sv .ctn.works {
  background: url("/img/works/sv-img.png") center center no-repeat;
  background-size: cover; }
header .sv .ctn.company {
  background: url("/img/company/sv-img.png") center center no-repeat;
  background-size: cover; }
@media (max-width: 768px) {
  header {
    padding: 10px; }
  header .wrap .box.fle {
    display: block; }
  header .wrap h1 {
    max-width: calc(100% - 60px);
    line-height: 18px; }
  header .wrap .inbox {
    margin-top: 10px; }
  header .wrap .inbox .button-tel, header .wrap .inbox .button-mail {
    width: 50%;
    margin: 0; }
  header .wrap .inbox .button-tel a, header .wrap .inbox .button-mail a {
    width: 100%;
    border-radius: 0;
    font-size: 19px;
    font-size: 1.9rem;
    height: 50px; }
  header .wrap .inbox .button-tel a::before, header .wrap .inbox .button-mail a::before {
    content: none; }
  header .mv {
    margin-top: 10px;
    background-image: linear-gradient(-45deg, rgba(0, 137, 216, 0.1) 25%, #fff 25%, #fff 50%, rgba(0, 137, 216, 0.1) 50%, rgba(0, 137, 216, 0.1) 75%, #fff 75%, #fff);
    background-size: 5px 5px;
    background-attachment: fixed;
    padding: 15px;
    border-radius: 15px; }
  header .mv .frame {
    max-width: 100%; }
  header .mv .po-ab {
    position: static; }
  header .mv .wrap-cc {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-align: end;
    margin-top: 10px; }
  header .sv .ctn {
    height: 250px; }
  header .sv.mt-60 {
    margin-top: 10px; } }

nav li {
  padding: 0 35px; }
nav li a, nav li p {
  text-align: center; }
nav li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  color: #1995dc;
  letter-spacing: 1px;
  margin-top: 13px; }
nav li:not(:first-child) {
  border-left: dotted 2.5px #14aee4; }
@media (max-width: 768px) {
  nav ol {
    padding: 60px 20px 20px; }
  nav ol.fle {
    display: block; }
  nav li {
    padding: 15px 0;
    border-bottom: dotted 2.5px #0089d8; }
  nav li:not(:first-child) {
    border-left: none; }
  nav li p {
    margin-top: 5px; }
  nav #menu-btn {
    background: #0089d8; }
  nav #menu-btn span {
    background: #fff; }
  nav #gnav {
    background: #fff; } }

/*--------------------------------
	footer
--------------------------------*/
footer {
  padding-top: 0;
  margin-top: -55px;
  padding-bottom: 60px; }
footer figure img {
  height: 55px;
  object-fit: cover;
  font-family: 'object-fit:cover'; }
footer p {
  letter-spacing: .5px;
  line-height: 26px; }
footer .box, footer ol {
  width: 50%; }
footer ol li {
  width: 50%;
  margin-bottom: 20px; }
footer ol li a {
  display: inline-block; }
footer ol li a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50rem;
  background: #0089d8;
  vertical-align: middle;
  margin-right: 5px; }
footer small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #0089d8; }
footer small span, footer small a {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block; }
@media (max-width: 768px) {
  footer {
    margin-top: -25px; }
  footer figure img {
    height: 25px; }
  footer .wrap.fle {
    display: block; }
  footer .box, footer ol {
    width: 100%; }
  footer .logo {
    text-align: center; }
  footer .box p {
    line-height: 20px;
    text-align: center; }
  footer .inbox {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center; }
  footer .button-mail, footer .button-tel {
    margin: 10px; }
  footer ol {
    background: #fff;
    border: solid 2px #0089d8;
    margin-top: 10px; }
  footer ol li {
    width: 50%;
    margin: 0;
    border-bottom: solid 1px #ddd; }
  footer ol li:first-child a {
    text-align: center; }
  footer ol li:first-child a {
    text-align: center; }
  footer ol li:last-child {
    border-bottom: none; }
  footer ol li:nth-child(odd) {
    border-right: solid 1px #ddd; }
  footer ol li a {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    padding: 15px 0;
    text-align: center; }
  footer ol li a::before {
    content: none; }
  footer small {
    font-size: 10px;
    font-size: 1rem; }
  footer small.right {
    text-align: center; }
  footer small span, footer small a {
    font-size: 10px;
    font-size: 1rem; } }

#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 90;
  transition: none; }
#page_top img {
  transition: none; }

/*--------------------------------
	common
--------------------------------*/
#main h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  margin-bottom: 60px; }
#main h1::before, #main h1::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 6px;
  background-image: url("/img/top/h1-dot.png");
  background-size: contain;
  vertical-align: middle; }
#main h1::before {
  margin-right: 50px; }
#main h1::after {
  margin-left: 50px; }
#main h1 span.col-blue {
  font-weight: 600; }
@media all and (-ms-high-contrast: none) {
  #main h1 span.col-blue {
    padding-bottom: 7px;
    padding-right: 5px; } }
#main h1.wht {
  color: #fff; }
#main h1.wht::before, #main h1.wht::after {
  background-image: url("/img/top/h1-dot-wht.png") !important; }
@media (max-width: 768px) {
  #main h1 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    display: block;
    text-align: center;
    margin-bottom: 40px; }
  #main h1 img {
    max-width: 80%;
    margin: auto; }
  #main h1::before {
    content: none; }
  #main h1::after {
    display: block;
    margin: 0 auto;
    margin-top: 15px; } }

/*--------------------------------
	feature
--------------------------------*/
#main article.feature {
  background: url("/img/top/feature-bg.png") center top no-repeat;
  background-size: cover;
  padding: 170px 0 240px 0; }
#main article.feature h1 {
  margin-bottom: 40px; }
#main article.feature h2 {
  text-align: center; }
#main article.feature h2 .obj {
  bottom: 15px;
  right: 140px; }
@media (max-width: 768px) {
  #main article.feature {
    padding: 60px 0;
    overflow: hidden; }
  #main article.feature h2 {
    text-align: center; }
  #main article.feature h2 img.sp {
    display: inline-block; }
  #main article.feature h2 .obj {
    right: inherit;
    left: 0;
    bottom: inherit;
    top: -40px; }
  #main article.feature p {
    text-align: left; }
  #main article.feature p br {
    display: none; } }

/*--------------------------------
	staff
--------------------------------*/
#main article.staff {
  margin-top: -120px; }
#main article.staff .wrap {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 40px;
  padding: 8px;
  background: #0089d8;
  overflow: hidden; }
#main article.staff .box {
  width: 100%;
  min-height: 280px;
  background: url("/img/top/staff-base.png") center center no-repeat;
  background-size: cover;
  border: solid 4px #fff;
  border-radius: 35px; }
#main article.staff .ttl {
  font-size: 130px;
  font-size: 13rem;
  line-height: 130px;
  color: rgba(156, 214, 52, 0.65);
  font-weight: 600;
  left: 40px;
  bottom: 30px; }
#main article.staff .inbox {
  max-width: 370px;
  margin-left: auto;
  z-index: 1; }
@media (max-width: 768px) {
  #main article.staff {
    margin: 0;
    padding: 40px 0; }
  #main article.staff .wrap {
    padding: 4px;
    border-radius: 15px; }
  #main article.staff .box {
    border-radius: 10px;
    border: solid 2px #fff;
    min-height: inherit;
    padding: 20px; }
  #main article.staff .ttl {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    position: static;
    color: rgba(156, 214, 52, 0.8);
    text-align: center; }
  #main article.staff .inbox {
    margin-top: -10px; } }

/*--------------------------------
	service
--------------------------------*/
#main article.service {
  background: url("/img/top/about-bg.png") bottom center no-repeat;
  background-size: cover;
  padding: 120px 0 100px 0; }
#main article.service ol li {
  width: 250px;
  max-width: 100%;
  background: #86d1f2;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }
#main article.service ol .inbox {
  padding: 40px 25px 25px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify; }
#main article.service ol figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  font-family: 'object-fit:cover'; }
#main article.service ol h2 {
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  margin: 0 auto;
  text-align: center; }
#main article.service ol h3, #main article.service ol p {
  line-height: 26px;
  position: relative;
  z-index: 1; }
#main article.service ol h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #1440a8;
  font-weight: 600;
  text-align: center; }
#main article.service ol p {
  min-height: 80px;
  color: #fff;
  margin-top: 10px; }
@media (max-width: 768px) {
  #main article.service {
    padding: 60px 0; }
  #main article.service ol {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  #main article.service ol li {
    width: calc(50% - 10px);
    margin: 5px; }
  #main article.service ol li .inbox {
    padding: 40px 15px 20px 15px; }
  #main article.service ol li h3 {
    font-size: 15px;
    font-size: 1.5rem; }
  #main article.service ol li p {
    min-height: inherit; }
  #main article.service ol figure img {
    height: 20vh; } }

/*--------------------------------
	beforeafter
--------------------------------*/
#main article.beforeafter {
  background: url("/img/top/beforeafter-bg.png") center top no-repeat;
  background-size: cover;
  padding: 220px 0 120px 0; }
@media (max-width: 768px) {
  #main article.beforeafter {
    padding: 160px 0 60px 0; } }

.wrap-list-ba .box {
  max-width: 500px; }
.wrap-list-ba .box a {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end; }
.wrap-list-ba .box:nth-child(even) {
  margin-left: 80px; }
.wrap-list-ba .box:nth-child(n+3) {
  margin-top: 80px; }
.wrap-list-ba .box .before, .wrap-list-ba .box .after {
  position: relative; }
.wrap-list-ba .box .before figure, .wrap-list-ba .box .after figure {
  max-width: 100%; }
.wrap-list-ba .box .before img, .wrap-list-ba .box .after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit:cover'; }
.wrap-list-ba .box .before p, .wrap-list-ba .box .after p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  background: #1440a8;
  color: #fff;
  padding: 7px 30px;
  position: absolute;
  bottom: 0;
  z-index: 1; }
.wrap-list-ba .box .before {
  z-index: 1; }
.wrap-list-ba .box .before figure {
  width: 190px;
  height: 180px;
  border: solid 4px #0089d8;
  position: relative; }
.wrap-list-ba .box .before figure::after {
  content: '';
  display: block;
  width: 24px;
  height: 36px;
  background-image: url("/img/top/arrow-next-blue.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  margin: auto 0; }
.wrap-list-ba .box .before p {
  left: 0; }
.wrap-list-ba .box .after {
  margin-left: -10px; }
.wrap-list-ba .box .after figure {
  width: 320px;
  height: 240px;
  border: solid 4px #86d1f2; }
.wrap-list-ba .box .after p {
  right: 0; }
.wrap-list-ba .box h2 {
  max-width: 300px;
  margin: 0 auto;
  font-weight: 500;
  margin-top: 20px;
  background: #fff;
  text-align: center;
  border-radius: 50rem;
  padding: 10px 15px; }
@media (max-width: 768px) {
  .wrap-list-ba .box {
    width: 100%;
    margin: 0 auto; }
  .wrap-list-ba .box:nth-child(even) {
    margin: 0 auto; }
  .wrap-list-ba .box:nth-child(n+2), .wrap-list-ba .box:nth-child(n+3) {
    margin-top: 30px; }
  .wrap-list-ba .box .before figure, .wrap-list-ba .box .after figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto; }
  .wrap-list-ba .box .before figure::before, .wrap-list-ba .box .after figure::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .wrap-list-ba .box .before img, .wrap-list-ba .box .after img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover'; }
  .wrap-list-ba .box .before p, .wrap-list-ba .box .after p {
    display: block;
    position: static;
    text-align: center; }
  .wrap-list-ba .box .before {
    width: 45%; }
  .wrap-list-ba .box .before p {
    background: #0089d8; }
  .wrap-list-ba .box .after {
    width: calc(55% + 10px);
    margin-left: -10px; }
  .wrap-list-ba .box .after p {
    background: #86d1f2; } }

/*--------------------------------
	contact
--------------------------------*/
#main article.contact {
  background: url("/img/top/contact-bg.png") center center no-repeat;
  background-size: cover;
  padding: 120px 0; }
@media (max-width: 768px) {
  #main article.contact {
    padding: 60px 0; } }

.wrap-box-contact h1 {
  background: rgba(20, 64, 168, 0.8);
  border-radius: 20px 20px 0 0;
  margin-bottom: 0 !important;
  padding: 50px 20px; }
.wrap-box-contact .box {
  padding: 50px 60px;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.8); }
.wrap-box-contact .info-1 {
  width: 420px;
  max-width: 100%;
  background: #fff;
  border: solid 2px #0089d8;
  border-radius: 10px;
  padding: 15px 20px; }
.wrap-box-contact .info-1 .button-tel a {
  width: auto;
  height: auto;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 40px;
  font-weight: 700;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #0089d8;
  padding-bottom: 10px; }
.wrap-box-contact .info-1 .button-tel a::before {
  margin-top: auto; }
.wrap-box-contact .info-1 .button-tel p {
  line-height: 16px; }
.wrap-box-contact .info-2 .button a {
  font-weight: 500;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 18px;
  line-height: 26px; }
.wrap-box-contact .info-2 .button a::before {
  vertical-align: top; }
.wrap-box-contact .info-2 .button a::after {
  position: static;
  display: inline-block;
  margin-left: 20px; }
.wrap-box-contact .info-2 .button-mail a::before {
  margin-top: 5px; }
.wrap-box-contact .info-2 .button-line a {
  background: #00b900; }
.wrap-box-contact .info-2 .button-line a::before {
  min-width: 28px;
  height: 28px;
  margin-top: 0;
  background-image: url("/img/common/ic-line.png"); }
@media (max-width: 768px) {
  .wrap-box-contact .box {
    display: block;
    padding: 30px 15px; }
  .wrap-box-contact h1 {
    padding: 20px; }
  .wrap-box-contact .info-1 {
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px; }
  .wrap-box-contact .info-1 .button-tel a {
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem; }
  .wrap-box-contact .info-1 .button-tel a::before {
    margin: auto 0;
    margin-right: 5px; }
  .wrap-box-contact .info-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center; }
  .wrap-box-contact .info-2 .button-mail {
    margin: 0 5px 5px; } }

/*--------------------------------
	company
--------------------------------*/
#main article.company {
  padding: 120px 0; }
#main article.company .wrap-table, #main article.company figure {
  max-width: 500px; }
#main article.company figure {
  border: solid 6px #a3dbcb;
  border-radius: 20px;
  overflow: hidden; }
@media (max-width: 768px) {
  #main article.company {
    padding: 60px 0; }
  #main article.company .wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse; }
  #main article.company figure, #main article.company .wrap-table {
    margin: 0 auto; }
  #main article.company figure {
    border-radius: 15px;
    border: solid 3px #a3dbcb; }
  #main article.company .wrap-table {
    margin-top: 20px; } }

/*--------------------------------
	blog
--------------------------------*/
#main article.blog {
  background: url("/img/top/blog-bg.png") center center no-repeat;
  background-size: cover;
  padding: 120px 0; }
@media (max-width: 768px) {
  #main article.blog {
    padding: 60px 0; } }

.wrap-list-blog a {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 25px 60px; }
.wrap-list-blog a:not(:first-child) {
  margin-top: 20px; }
.wrap-list-blog time {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  color: #1440a8; }
.wrap-list-blog p {
  margin-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
@media (max-width: 768px) {
  .wrap-list-blog a {
    padding: 12px 15px;
    border-radius: 10px;
    display: block; }
  .wrap-list-blog time, .wrap-list-blog p {
    line-height: 16px; }
  .wrap-list-blog p {
    margin-left: 0;
    margin-top: 10px; } }

/*# sourceMappingURL=style.css.map */
