/*
Theme Name: 建築の求人を最短で加速｜TikTok動画×採用HP制作代行
Description: 建築業の求人はTikTok動画と採用特化HPで“応募が止まらない”仕組みに。台本作成・撮影・編集・投稿・分析まで丸投げOK、応募数と入社率を底上げ。
Version: 1.1
Author: 建築の求人を最短で加速｜TikTok動画×採用HP制作代行へ
Author URI: https://tiktok-recruit.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: 16px;
  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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
/* 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;
}
section figure{
  margin-bottom: 0;
}
.main-title {
  line-height: 1.4;
}
.content-text{
  color: #222;
}
.orenge{
  color: #ffae00;
}
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* ----------------------------------------------
　mv
----------------------------------------------*/
.top-mv{
  background: url(img/mv.webp) no-repeat;
  background-size: cover;
}
.mv-text{
  margin: 0 0 0 5vw;
  padding: 6vw 0 10vw;
}
.mv-text01{
  width: 40%;
}
.mv-text02 {
  color: #fff;
  font-size: 3.3vw;
  margin: 0 0 0 3vw;
}
.mv-text03,.mv-text04,.mv-text05,.mv-text06{
  background: #fff;
  color: #31a8cc;
  display: table;
  font-size: 1.5vw;
  font-weight: 500;
  margin: 0 0 1vw 3vw;
  letter-spacing: 1px;
  padding: 0 2vw;
}
/* ----------------------------------------------
　footer
----------------------------------------------*/
small {
  background: #2ba9cc;
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

/* ----------------------------------------------
content01
----------------------------------------------*/
.section01 {
  background: #ecf7fa;
  text-align: center;
}
.section01-content{
  background: #2ba9cc;
  color: #fff;
  margin: 0 auto;
  padding: 30px 0 0;
}
.item{
  margin: 0 auto;
  width: 150px;
}
.section01-content .main-title{
  font-size: 45px;
}
.section01-content .main-title span{
  font-size: 75px;
}
.section01-content .content-text{
  color: #fff;
  font-size: 27px;
}
.section01-content .content-text span{
  background: linear-gradient(180deg, #2ba9cc 0%, #2ba9cc 30%, #ffae00 30%, #ffae00 100%);
  font-size: 27px;
}
.content01-image{
  margin: 50px auto 0;
  width: 500px;
}
/* ----------------------------------------------
content02
----------------------------------------------*/
.section02 {
  padding: 100px 0;
  text-align: center;
}
.arrow03{
  margin: 0 auto 50px;
  width: 40px;
}
.section02-content {
  display: flex;
  justify-content: space-between;
  margin:50px auto ;
  width: 1100px;
}
.section02 .main-title{
  color: #2ba9cc;
  border-bottom: 4px solid #2ba9cc;
  display: inline-block;
  font-size: 60px;
  margin: 0 0 30px;
}
.section02 .content-text{
  font-size: 36px;
}
.section02 .content-text span{
  color: #ffae00;
  font-size: 60px;
  line-height: 1.2;
}
.section02-content{
  background: #2ba9cc;
  box-sizing: border-box;
  padding: 50px;
  margin: 50px auto 100px;
  width: 1200px;
}
.section02-conten-inner{
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
  width: 1100px;
}
.section02-content h3{
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
  display: inline-block;
  font-size: 45px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.section02-conten-inner ul{
  text-align: left;
}
.section02-conten-inner li{
  font-size: 30px;
  line-height: 3.5;
  margin: 0 0 0 100px;
  position: relative;
}
.section02-conten-inner li:before{
  background: url(img/check.webp) no-repeat;
  background-size: cover;
  content: "";
  height: 58px;
  left: -60px;
  position: absolute;
  top: 12px;
  width: 60px;
}
.mail-link{
  background: #ffae00;
  box-sizing: border-box;
  border-radius: 40px;
  display: block;
  color: #fff;
  margin: 0 auto;
  padding: 30px 0;
  width: 700px;
}
.mail-icon{
  margin: 0 auto 10px;
  width: 60px;
}
.mail-link h3{
  font-size: 36px;
}
.mail-link .content-text{
  color: #fff;
  font-size: 24px;
}
.mail-link:hover{
  background: #ffcf68;
  transition: 1s;
}
/* ----------------------------------------------
content03
----------------------------------------------*/
.section03 {
  background: #ecf7fa;
  padding: 100px 0;
  text-align: center;
}
.section03 .title-catch{
  font-size: 48px;
  margin-bottom: 30px;
}
.section03 .title-catch span{
  color: #ffae00;
  font-size: 48px;
}
.section03 .main-title{
  border-bottom: 4px solid #2ba9cc;
  color: #2ba9cc;
  display: inline-block;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
}
.section03-content{
  margin: 0 auto;
  width: 1100px;
}
.section03-content ul{
  display: flex;
  justify-content: space-between;
}
.section03-content li{
  width: 330px;
}
.section03-content li figure{
  margin: 0 0 20px;
}
.section03-content li h3{
  align-items: center;
  background: #2ba9cc;
  color: #fff;
  display: flex;
  line-height: 1.2;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 10px 0;
  justify-content: center;
}
.section03-content li p{
  text-align: left;
}
.blue{
  color: #2ba9cc;
  font-size: 21px;
}
/* ----------------------------------------------
content04
----------------------------------------------*/
.section04{
  padding: 100px 0 ;
  text-align: center;
}
.section04 .main-title,.section04 .main-title span{
  font-size: 50px;
}
.section04-content{
  margin: 0 auto;
  width: 1100px;
}
.section04-content li{
  background: #fcfcfc;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding: 15px 10px;
  width: 330px;
}
.section04-content li figure{
  margin: 0 auto;
  width: 70%;
}
/* ----------------------------------------------
content05
----------------------------------------------*/
.section05-content{
  background: url(img/content04_bg.webp) no-repeat;
  background-position: right bottom;
  background-size: auto 95%;
  margin: 0 auto;
  padding: 0 0 100px;
  width: 1100px;
}
.section05-content .main-title{
  font-size: 75px;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 30px;
}
.section05-content .main-title .orenge{
  color: #ffae00;
  font-size: 90px;
  line-height: 1;
}
.section05-content .main-title .blue{
 color: #2ba9cc;
 font-size: 90px;
 line-height: 1;
}
.section05-content .content-text{
  background: #000;
  color: #fff;
  display: table;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 10px;
  padding: 0 20px;
}
/* ----------------------------------------------
section06
----------------------------------------------*/
.section06 {
  text-align: center;
}
.section06-content{
  background: #2ba9cc;
  color: #fff;
  padding: 50px 0;
}
.section06-content .main-title{
  border-bottom: 3px solid #fff;
  display: inline-block;
  font-size: 60px;
  margin: 0 0 30px;
}
.section06-content .content-text{
  background: linear-gradient(180deg, #2ba9cc 0%, #2ba9cc 50%, #ffae00 50%, #ffae00 100%);
  display: table;
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  margin: 0 auto;
}
/* ----------------------------------------------
section07
----------------------------------------------*/
.section07 {
  padding: 50px 0;
  text-align: center;
}
.section07 .main-title{
  font-size: 70px;
}
.section07 .main-title span{
  color: #000;
  display: block;
  font-size: 36px;
}
.section07 p{
  font-size: 21px;
}
.red{
  color: #ff0000;
}
.section07 p.blue{
  font-size: 27px;
  line-height: 1.4;
  margin: 20px 0 50px;
}
/* ----------------------------------------------
section08
----------------------------------------------*/
.section08 {
  background: #ecf7fa;
  padding: 100px 0;
  text-align: center;
}
.section08 .main-title{
  font-size: 30px;
  margin: 0 0 30px;
}
.section08 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1100px;
}
.section08 li{
  background: #2ba9cc;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  margin: 0 0 30px;
  padding: 30px 20px;
  width: 250px;
}
.section08 li figure{
  margin: 0 auto 30px;
  width: 80px;
}
/* ----------------------------------------------
section09
----------------------------------------------*/
.section09 {
  background: #ecf7fa;
  padding: 50px 0;
  text-align: center;
}
.section09 .main-title,.section09 .main-title span{
  font-size: 50px;
}
.section09-content{
  margin: 0 auto;
  width: 1100px;
}
.section09-content .bg_blue{
  margin: 0 0 15px;
}
.bg_blue{
  background: #2ba9cc;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  padding: 0 15px;
}
.section09-content li{
  width: 500px;
}
.section09-content li.li_arrow{
  margin: 50px 0 0;
  width: 25px;
}
.section09-content li figure{
  margin: 0 0 20px;
}
/* ----------------------------------------------
section10
----------------------------------------------*/
.section10 {
  padding: 50px 0;
  text-align: center;
}
.section10-content{
  margin: 0 auto;
  width: 1100px;
}
.section10 .main-title,.section10 .main-title span{
  font-size: 50px;
}
.section10-content figure{
  margin: 30px 0;
}
.bg_black{
  background: #000;
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 5px 0;
}
.section10-content ul{
  margin: 30px 0;
  text-align: left;
}
.section10-content li{
  margin: 0 0 30px;
  width: 520px;
}
.num{
  font-size: 60px;
  line-height: 1;
  width: 80px;
}
.section10-content h4{
  font-size: 21px;
}
.section10-content-inner{
  width: 420px;
}
.bg_green{
  background: #00b900;
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 5px 0;
}
.green{
  color: #00b900;
}
/* ----------------------------------------------
  概要ブロック
----------------------------------------------*/
.menu-list {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto 100px;
}
.menu-list dt,
.menu-list dd {
  padding: 25px 0 10px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #333;
}
.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: 11px;
}
.menu-list dd a {
  color: rgb(255, 196, 0);
}
/* ----------------------------------------------
　お問い合わせ
----------------------------------------------*/
.contact {
  padding: 100px 0;
  text-align: center;
}
.contact .main-title{
  font-size: 30px;
}
.contact-content{
  margin: 0 auto;
  text-align: left;
  width: 800px;
}
/* ----------------------------------------------
inner_mv
----------------------------------------------*/
.inner-mv{
  background: #f9f9f9;
  padding: 120px 0;
  text-align: center;
}
.inner-mv-text h1{
  color: #2ba9cc;
  font-size: 53px;
  line-height: 1.5;
	margin: 0 0 10px;
}
.inner-mv-text p{
  font-size: 30px;
}
.bg_black{
	background:#333;
	color:#fff;
}

.inner-mv-text p.bg_black{
	font-size: 24px;
	background: #333;
    color: #fff;
    display: inline-block;
    padding: 0 50px;
    line-height: 1.7;
}
/* ----------------------------------------------
contact_sec01
----------------------------------------------*/
.contact_sec01_con{
  padding: 100px 0 0;
  text-align: center;
}
.contact_sec01_con .main-title{
  color: #2ba9cc;
  font-size: 24px;
  margin: 0 0 30px;
}
a.line_banner {
    display: block;
    margin: 50px auto 0;
    width: 750px;
}
/* ----------------------------------------------
　スマホ
----------------------------------------------*/
@media screen and (max-width: 864px) {
  .pc {
    display: none;
  }
  p,
  li {
    font-size: 16px;
  }
  small {
    padding: 10px 0;
    text-align: center;
    writing-mode: unset;
  }
  footer {
    display: block;
    height: auto;
    position: unset;
  }
  .content {
    box-sizing: border-box;
    padding: 50px 20px;
  }
  .main-title{
    font-size: 6vw;
    line-height: 1.6;
  }
  .title-catch,.title-catch span {
    font-size: 15vw;
    line-height: 1.5;
  }
  .top-mv {
    background: url(img/sp_mv.webp) no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }
  .mv-text {
    margin: 0;
    padding: 7vw 0 66vw;
  }
  .mv-text01 {
    width: 80%;
  }
  .mv-text02{
    font-size: 7.2vw;
  }
  .mv-text03, .mv-text04, .mv-text05, .mv-text06{
    font-size: 3.5vw;
  }
  .item{
    width: 30%;
  }
  .section01-content .main-title {
    font-size: 7vw;
    line-height: 1;
  }
  .section01-content .main-title span {
    display: block;
    font-size: 9vw;
  }
  .section01-content .content-text{
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .section01-content .content-text span{
    background: linear-gradient(180deg, #2ba9cc 0%, #2ba9cc 50%, #ffae00 50%, #ffae00 90%, #2ba9cc 90%, #2ba9cc 100%);
    display: block;
    font-size: 7vw;
  }
  .content01-image{
    width: 90%;
  }
  .section02{
    padding: 30px 0;
  }
  .arrow03{
    margin-bottom: 30px;
    width: 10%;
  }
  .section02 .main-title{
    border: none;
    font-size: 7vw;
  }
  .section02 .content-text {
    font-size: 7vw;
    line-height: 1.5;
  }
  .section02 .content-text span{
    font-size: 9vw;
  }
  .section02-content{
    margin-bottom: 30px;
    padding: 30px 20px;
    width: 100%;
  }
  .section02-conten-inner{
    padding: 30px 10px;
    width: 100%;
  }
  .section02-content h3{
    font-size: 5.5vw;
  }
  .section02-conten-inner li{
    font-size: 4vw;
    margin: 0 0 0 45px;
    line-height: 2.4;
  }
  .section02-conten-inner li:before {
    background: url(img/check.webp) no-repeat;
    background-size: cover;
    content: "";
    height: 33px;
    left: -40px;
    position: absolute;
    top: -4px;
    width: 30px;
  }
  .mail-link{
    padding: 20px 0;
    width: 90%;
  }
  .mail-icon{
    width: 15%;
  }
  .mail-link h3 {
    font-size: 6vw;
  }
  .section03-content{
    width: 100%;
  }
  .section03 .title-catch,.section03 .title-catch span {
    font-size: 11vw;
    line-height: 1.4;
  }
  .section03-content ul{
    flex-wrap: wrap;
  }
  .section03-content li{
    margin-bottom: 20px;
    width: 100%;
  }
  .section04-content{
    width: 100%;
  }
  .section04 .main-title, .section04 .main-title span {
    font-size: 11vw;
    line-height: 1.4;
  }
  .section04-content ul{
    flex-wrap: wrap;
  }
  .section04-content li{
    margin: 0 0 30px;
    width: 100%;
  }
  .section04-content li h3{
    font-size: 5.5vw;
  }
  .section04-content li figure {
    width: 60%;
  }
  .section05{
    padding: 0 20px;
  }
  .section05-content{
    background: none;
    padding: 0;
    width: 100%;
  }
  .section05-content .main-title{
    font-size: 11vw;
    line-height: 1.4;
  }
  .section05-content .main-title .orenge{
    font-size: 11vw;
  }
  .section05-content .main-title .blue{
    font-size: 11vw;
  }
  .section05 figure{
    margin: 0 auto;
    width: 80%;
  }
  .section05-content .content-text{
    font-size: 4.5vw;
  }
  .section06-content .main-title{
    font-size: 6.5vw;
  }
  .section06-content .content-text{
    font-size: 5.5vw;
  }
  .section07 .main-title {
    font-size: 10vw;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .section07 .main-title span {
    font-size: 5.5vw;
  }
  .section07{
    padding: 0 0 30px;
  }
  .section07 p {
    font-size: 5vw;
  }
  .section07 p.blue {
    font-size: 6.2vw;
  }
  .section08 .main-title {
    font-size: 7vw;
  }
  .section08 ul{
    width: 100%;
  }
  .section08 li{
    width: 48%;
  }
  .section08 li figure{
    margin-bottom: 20px;
    width: 50%;
  }
  .section09-content{
    width: 100%;
  }
  .section09 .main-title, .section09 .main-title span {
    font-size: 11vw;
    line-height: 1.4;
  }
  .section09-content li{
    width: 100%;
  }
  .section09-content li.li_arrow{
    margin: 20px 0;
    width: 100%;
  }
  .section10{
    padding-bottom: 0;
  }
  .section10-content{
    margin: 0 auto;
    width: 90%;
  }
  .section10 .main-title, .section10 .main-title span {
    font-size: 11vw;
    line-height: 1.4;
  }
   .section10 .main-title span{
    display: block;
   }
   .section10-content li{
    display: block;
    width: 100%;
   }
   .bg_black,.bg_green{
    font-size: 4.5vw;
   }
   .section10-content-inner{
    width: 100%;
   }
	.inner-mv-text h1{
		font-size:7vw;
	}
	.inner-mv-text p {
    font-size: 5vw;
}
	.contact_sec01_con{
		padding:0;
	}
	.contact_sec01_con .main-title {
    font-size: 6vw;
}
	.inner-mv-text p.bg_black{
		font-size:4vw;
		padding:0 20px;
	}
	a.line_banner {
    display: block;
    margin: 50px auto 0;
    width: 100%;
}


  .contact-content{
    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%;
  }
}
