/*
Theme Name: マンションやアパートの外壁塗装ならアップシェル株式会社へ
Theme URI: up-shell.com
Description: 神戸市西区でマンションやアパート、ビルを対象に外壁塗装を承っております
ぜひお気軽にご相談ください
Version: 1.1
Author: マンションやアパートの外壁塗装ならアップシェル株式会社へ
Author URI: up-shell.com
*/
@charset "utf-8";
/*リセットcss*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-size: 18px;
  line-height: 2;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav,
ul,
ol,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #fff;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* ----------------------------------------------
　animate css
----------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transition: 2s;
}
.fadeIn_up.is-show {
  opacity: 1;
}
/* ----------------------------------------------
　共通
----------------------------------------------*/
@media screen and (min-width: 865px) {
  .sp {
    display: none;
  }
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
/* Chrome でのみフォントを太めに表示する */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  * {
    text-shadow: transparent 0 0 0, rgba(0, 0, 0, 0.7) 0 0 0 !important;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  box-sizing: border-box;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
section {
  width: 100%;
}
.content {
  width: 100%;
}
figure {
  line-height: 0;
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
.main_ttl {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 0 30px;
}
.ttl_catch{
  color: #0d65bf;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.ttl_catch:after{
  background: #0d65bf;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: -5px;
  width: 45px;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_btn{
  position: absolute;
  top: 33vw;
  left: 37%;
  width: 26%;
  z-index: 999;
}
.contact_btn:hover{
  opacity: 0.8;
}
/* ----------------------------------------------
　mv
----------------------------------------------*/
.top-mv{
  position: relative;
  z-index: -1;
}
.logo{
  position: absolute;
  top:0;
  left: 0;
  width: 10%;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
small {
  background: #0d65bf;
  color: #fff;
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}
/* ----------------------------------------------
　漫画
----------------------------------------------*/
.manga {
  padding: 100px 0;
  text-align: center;
}
.manga_con{
  margin: 0 auto;
  width: 1000px;
}
.manga_con .ttl_catch:after{
  left: calc( 50% - 22.5px);
}
.manga li {
  margin: 0 auto 50px;
  width: 960px;
}
.manga li.w700 {
  width: 700px;
}
.manga li.w800 {
  width: 800px;
}
.manga li.w888 {
  width: 888px;
}
.manga li.w1000 {
  width: 1000px;
}

/* ----------------------------------------------
content01
----------------------------------------------*/
.sec01 {
  background: linear-gradient(180deg, #fff 0%, #fff 22%, #0d65bf 22%, #0d65bf 100%);
  align-items: center;
  justify-content: left;
  color: #fff;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.con01_img{
  width: 50%;
}
.sec01_con{
  margin: 150px 0 0 50px;
  width: 550px;
}
.sec01_con .main_ttl span{
  display: block;
  font-size: 27px;
}
.sec01_con .ttl_catch{
  color: #fff;
}
.sec01_con .ttl_catch:after{
  background: #fff;
}
/* ----------------------------------------------
section02
----------------------------------------------*/
.sec02 {
  background: url(img/con02_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.sec02_con{
  margin: 0 auto;
  width: 1100px;
}
.sec02_con .ttl_catch:after{
  left: calc( 50% - 22.5px);
}
.sec02_con ul{
  margin-bottom: 50px;
}
.sec02_con li{
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 10px 5px 5px #ccc;
  margin: 0 0 30px;
  justify-content: left;
  text-align: left;
  padding: 20px;
  width: 520px;
}
.sec02_con li figure{
  width: 150px;
}
.sec02_con li p{
  color: #0d65bf;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 0 20px;
  text-align: left;
}
.con02_catch{
  margin: 0 auto;
  width: 800px;
}
/* ----------------------------------------------
section03
----------------------------------------------*/
.sec03 {
  padding: 0 0 100px;
}
.sec03 h2{
  margin-bottom: 50px;
}
.sec03_con{
  margin: 0 auto;
  width: 1200px;
}
.sec03_con li{
  justify-content: space-between;
  margin-bottom: 50px;
}
.sec03_con li figure{
  width: 650px;
}
.sec03_con li h3{
  margin: 0 0 15px;
}
.sec03_con li:nth-child(1) h3 figure{
  width: 300px;
}
.sec03_con li:nth-child(2) h3 figure{
  width: 400px;
}
.sec03_con li:nth-child(3) h3 figure{
  width: 350px;
}
.sec03_con li:nth-child(4) h3 figure{
  width: 350px;
}
.sec03_con li:nth-child(5) h3 figure{
  width: 420px;
}
.sec03_con_inner{
  width: 450px;
}
.sec03_con_inner p{
  font-size: 21px;
  font-weight: 500;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.sec04 {
  background: url(img/con04_bg.png) no-repeat;
  background-size: cover;
  background-position: left;
  padding: 100px 0;
}
.sec04_con{
  margin: 0 0 0 50%;
  width: 550px;
}
.sec04_con h2 span{
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
.sec04_con h2 span.bg_red{
  background: #ea0101;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  line-height: 1.4;
  padding: 0 10px;
}
/* ----------------------------------------------
section05
----------------------------------------------*/
.sec05 {
  background: url(img/con05_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0 200px;
  text-align: center;
}
.sec05_con{
  background: #fff;
  margin: 0 auto;
  padding: 50px 0;
  width: 1100px;
}
.sec05_con .ttl_catch{
  margin-bottom: 10px;
}
.sec05_con .ttl_catch:after{
  left: calc( 50% - 22.5px);
}
.sec05_con .main_ttl{
  line-height: 1.3;
}
.sec05_con .main_ttl span{
  display: block;
  line-height: 1.3;
  font-size: 24px;
}
.sec05_con .main_ttl span.red{
  color: #ea0101;
  display: unset;
  font-size: 40px;
}
/* ----------------------------------------------
section06
----------------------------------------------*/
.sec06 {
  padding: 100px 0 0;
  text-align: center;
}
.sec06_con{
  margin: 0 auto 100px;
  width: 1100px;
}
.sec06_con .ttl_catch:after{
  left: calc( 50% - 22.5px);
}
.sec06_con .main_ttl{
  line-height: 1.3;
}
.sec06_con .main_ttl span{
  display: block;
  line-height: 1.3;
  font-size: 24px;
}
.sec06_con .main_ttl span.red{
  color: #ea0101;
  display: unset;
  font-size: 40px;
}
.sec06 li{
  width: calc( 100% / 3);
}
/* ----------------------------------------------
section07
----------------------------------------------*/
.sec07 {
  background: linear-gradient(180deg, #fff 0%, #fff 22%, #0d65bf 22%, #0d65bf 100%);
  align-items: center;
  justify-content: left;
  color: #fff;
  margin: 0 auto;
  padding: 100px 0 100px;
}
.con07_img{
  width: 50%;
}
.sec07_con{
  margin: 150px 0 0 50px;
  width: 570px;
}
.sec07_con .main_ttl span{
  display: block;
  font-size: 27px;
}
.sec07_con .ttl_catch{
  color: #fff;
}
.sec07_con .ttl_catch:after{
  background: #fff;
}
/* ----------------------------------------------
section08
----------------------------------------------*/
.sec08 {
  background:url(img/con07_bg.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.sec08_con{
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 0;
  width: 1100px;
}
.sec08_con .ttl_catch:after{
  left: calc( 50% - 22.5px);
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 50px;
}
.menu-list dt,
.menu-list dd {
  padding: 25px 0 10px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #006bb1;
}
.menu-list dt {
  box-sizing: border-box;
  padding-left: 10px;
  width: 30%;
}
.menu-list dd {
  text-align: left;
  width: 70%;
  padding-right: 10px;
  box-sizing: border-box;
}
.menu-list dd span {
  display: block;
  font-size: 12px;
}
.menu-list dd a {
  color: #971111;
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact {
  padding:100px 0;
  text-align: center;
}
.contact_con{
  margin: 0 auto;
  width: 800px;
}
form{
  text-align: left;
}
.contact .ttl_catch:after{
  left: calc( 50% - 22.5px);
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 4.3vw;
  }
  small {
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
  }
  footer {
    display: block;
    height: auto;
    margin: 0px 0 60px;
    position: unset;
  }
  .footer_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10000;
  }
  .footer_tel .footer_tel_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
    margin-right: 0px;
  }
  .inquiry_btn {
    color: #fff;
    background: #ea0101;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.5px;
  }
  .content {
    box-sizing: border-box;
    padding: 50px 10px;
  }
  .main_ttl{
    font-size: 9vw;
    margin-bottom: 20px;
  }
  .ttl_catch{
    font-size: 15px;
  }
  .top-mv {
    margin-bottom: 0;
  }
  .logo {
    width: 35%;
  }
  .manga_con{
    width: 100%;
  }
  .manga_con .main_ttl{
    font-size: 6.5vw;
  }
  .manga li {
    margin: 0 auto 30px;
    width: 100%;
  }
  .manga li.w700 {
    width: 100%;
  }
  .manga li.w800 {
    width: 100%;
  }
  .manga li.w888 {
    width: 100%;
  }
  .manga li.w1000 {
    width: 100%;
  }
  .contact_btn {
    top: 85vw;
    left: 15%;
    width: 70%;
  }
  .sec01{
    padding: 50px 0 0;
  }
  .con01_img{
    width: 90%;
  }
  .sec01_con{
    margin: 0;
    width: 100%;
  }
  .sec01_con .main_ttl span{
    font-size: 6vw;
  }
  .sec02{
    background: url(img/sp_con02_bg.png) no-repeat;
    background-size: cover;
  }
  .sec02_con{
    width: 100%;
  }
  .sec02_con .main_ttl{
    font-size: 6.5vw;
  }
  .sec02_con ul{
    margin-bottom: 0;
  }
  .sec02_con li{
    padding: 20px 10px;
    width: 100%;
  }
  .sec02_con li figure{
    width: 30%;
  }
  .sec02_con li p{
    font-size: 4.5vw;
  }
  .con02_catch{
    width: 100%;
  }
  .sec03{
    padding-bottom: 0;
  }
  .sec03 h2{
    margin-bottom: 0;
  }
  .sec03_con{
    width: 100%;
  }
  .sec03_con li:nth-child(even){
    flex-direction: column-reverse;
  }
  .sec03_con li figure{
    margin: 0 0 10px;
    width: 90%;
  }
  .sec03_con_inner{
    width: 100%;
  }
  .sec03_con li:nth-child(1) h3 figure{
    width: 70%;
  }
  .sec03_con li:nth-child(2) h3 figure{
    width: 80%;
  }
  .sec03_con li:nth-child(3) h3 figure{
    width: 70%;
  }
  .sec03_con li:nth-child(4) h3 figure{
    width: 70%;
  }
  .sec03_con li:nth-child(5) h3 figure{
    width: 80%;
  }
  .sec03_con_inner p{
    font-size: 4.5vw;
  }
  .sec04{
    background: none;
    padding: 0;
  }
  .sec04_con{
    margin: 0;
    width: 100%;
  }
  .sec04_con h2 span.bg_red{
    font-size: 5vw;
  }
  .sec05{
    background: none;
    padding: 0;
  }
  .sec05_con{
    background: none;
    text-align: left;
    width: 100%;
  }
  .sec05_con .main_ttl{
    font-size: 8vw;
  }
  .sec05_con .main_ttl span.red{
    font-size: 8vw;
  }
  .sec05_con .main_ttl span{
    font-size: 6vw;
  }
  .sec05_con .ttl_catch:after{
    left: 0;
  }
  .sec06{
    padding: 0;
    text-align: left;
  }
  .sec06_con{
    margin-bottom: 0;
    width: 100%;
  }
  .sec06_con .main_ttl,.sec06_con .main_ttl span.red{
    font-size: 8vw;
  }
  .sec06_con .main_ttl span{
    font-size: 5vw;
  }
  .sec06_con .ttl_catch:after{
    left: 0;
  }
  .sec06 li{
    width: 50%;
  }
  .sec07{
    padding: 50px 0 0;
  }
  .con07_img{
    width: 90%;
  }
  .sec07_con{
    margin: 0;
    width: 100%;
  }
  .sec07_con .main_ttl{
    font-size: 8vw;
  }
  .sec07_con .main_ttl span{
    font-size: 6vw;
  }





  .sec08{
    background: none;
    padding: 0;
  }
  .sec08 figure{
    margin-bottom: 50px;
  }
  .sec08_con{
    background: none;
    padding-top: 0;
    width: 100%;
  }


  .contact_con{
    width: 100%;
  }
  iframe{
    height: 70vw;
    width: 100%;
  }
  .menu-list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .menu-list dt,
  .menu-list dd {
    font-size: 12px;
  }
  .fg-item.fg-type-image.fg-loaded {
    width: 45%;
  }
  .fg-default.fg-gutter-10 .fg-item {
    margin-right: 0;
  }
  .fg-default.fg-gutter-10 {
    justify-content: space-between;
  }
  form{
    width: 100%;
  }
}
