@charset "UTF-8";

html {
	overflow-y: scroll;
	/* IEへの対応 http://www.htmq.com/style/overflow-y.shtml */
	/*Internet Explorerが独自に追加したプロパティ*/
	/*画面に収まりきれなかったときにスクロールして表示することを許可するか否か*/
}

/* リセットおまじない--------------------------------- */

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	min-width: 100%;
	-webkit-text-size-adjust: 100%;
}

li {
	list-style: none;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

body .a :hover{
	color: white;
}

img {
	border: 0px;
	vertical-align: bottom;
}

/* --------------------------------------------------- */

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "HGPｺﾞｼｯｸM", "Osaka", "ＭＳ Ｐゴシック", sans-serif, Century Gothic, Arial;
}

section {
	text-align: center;
	padding: 0 0;
}

section h1 {
	font-size: 45px;
	line-height: 50px;
	padding-top:50px;
	margin: 0px 0 20px 0;
	font-weight: bold;
}

.box {
	width: 100%;
	margin: 0 auto;
}

#sec1 {
	background: url(https://urbanrec.work/wp-content/uploads/2020/05/writing-work-pen-money-office-business-489765-pxhere.com_-scaled.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 40px;
}

#sec1 h1 {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0 0 0;
	color          : #0D71BC;
	font-size      : 20pt; 
	letter-spacing : 2px;
	text-shadow    : 
		 3px  3px 5px #ffffff,
		-3px  3px 5px #ffffff,
		 3px -3px 5px #ffffff,
		-3px -3px 5px #ffffff,
		 3px  0px 5px #ffffff,
		 0px  3px 5px #ffffff,
		-3px  0px 5px #ffffff,
		 0px -3px 5px #ffffff; 
}

#sec1 h2 {
	font-size: 80px;
	padding: 0 0 20px 0;
	font-weight: bold;
	color          : #0D71BC; 
	font-size      : 50pt; 
	letter-spacing : -2px;
	text-shadow    : 
		 5px  5px 10px #ffffff,
		-5px  5px 10px #ffffff,
		 5px -5px 10px #ffffff,
		-5px -5px 10px #ffffff,
		 5px  0px 10px #ffffff,
		 0px  5px 10px #ffffff,
		-5px  0px 10px #ffffff,
		 0px -5px 10px #ffffff; 
	/* スマートフォンとPCでは画面幅が違うので、PC用のレイアウトでいれた改行が */
	/* スマートフォン用のレイアウトできれいに改行されるとは限らないので none で消す */
}

#sec1 h3{
	color: white;
	padding: 0 0 0 0;
	-webkit-text-stroke: 0.03em red;
}

#sec2 .flex_area {
	display: block;
}

#sec2 .flex_area div h2 {
	font-size: 20px;
	margin: auto;
}

#sec2 .flex_area div {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 60px 14px 60px;
	/* 課題２解答 flexのエリアの文字が中央寄せになっているので左寄せに修正  */
	text-align: left;
}

#sec2 .flex_area .sec2_font {
	font-size: 20px;
	line-height: 1.8;
	margin: 0 60px 30px 60px;
	/* 課題２解答 flexのエリアの文字が中央寄せになっているので左寄せに修正  */
	text-align: left;
}

#sec2 .font_bold {
	font-size: 40px;
	font-weight: bold;
}



#sec3 {
	background: url(https://urbanrec.work/wp-content/uploads/2020/05/DSC_5010.02-scaled.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
	width:100%;
	padding-bottom:40px;
}

#sec3 h1 {
	font-weight: bold;
}


#sec3 p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	margin: 0px auto 0 auto;
	padding: 60px 15px;
	width: 600px;
	background-color: rgba(101, 181, 240, 0.7);
	border-radius: 4px;
	
}

#sec3 .border{
	border-top: solid 1px #fff;
	padding-top:30px;
	margin-top:30px;
}


#sec6 .box_flex_area{
	text-align: center;
}

#sec6 h3{
	margin-top: 10px;
}

#sec6 p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 10px;
}

#sec6 .border2{
	border-bottom: solid 1px #000;
	padding-bottom:20px;
}


.box_in_box{
	width: 450px;
	text-align: center;
	background:#65B5F0;
	padding:0px 80px 50px 80px;
	margin:20px auto 0px auto;
}

.box_in_box h1 {
	font-size: 2em;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 0px 0;
	padding-bottom: 5px;
	border-bottom: 1.2px solid #fff;
}


.box_in_box h2 {
	font-size: 1.2em;
	padding: 4px;
	margin-top: 0;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#sec6 .box_in_box h2 {
	padding: 30px 0 0 0;
}



.box_in_box p {
	color: #FFF;
	font-size: 20px;
	text-align: left;
	padding: 4px 0 4px 30px;
}

#sec6 .box_in_box p {
	padding: 0 0 0 30px;
	margin-bottom: 0;
}

#sec4 p {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 5px;
}

#sec4 .box_in_box h2 {
	margin-top:30px;
}

#sec4 .box_in_box .sp_h2 {
	font-size: 1.2em;
	padding: 4px;
	margin-top: 30px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

#sec4 .box_in_box p {
	padding: 0 0 0 30px;
	margin-bottom: 20px;
}




#sec4 .port .portfolio {
	width: 90%;
	margin: 40px auto;
	text-align: left;
	display: flex;
}

#sec4 .port .portfolio img {
	width: 100%;
}

#sec4 .port .portfolio p {
	font-size: 30px;
	margin: 5px 0;
}

#sec4 .port .portfolio p.port_title {
	text-align: center;
	font-size: 18px;
}

#sec4 .box-tejun{
	color: #FFF;
	background-color: #65B5F0;
	text-align: left;
	padding: 20px;
	margin:auto 60px;
	border-radius: 4px;
}



#sec4 h3{
	margin-bottom: 10px;
}

#sec5 p{
	margin: 15px 0 15px 0;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


footer {
	height: 220px;
	background: #65B5F0;
	width: 100%;
}

footer .copyright {
	color: #fff;
	font-size:20px;
	font-weight:bold;
	/* font-weight: bold; */
	padding-top: 50px;
	letter-spacing: 1px;
}

.sp_br{
	display: none;
}



/* 課題１.余白を開けよう */
#sec2 .flex_area .flex_area_padding {
	padding: 20px;
}


.btn-square {
	z-index: 9999;
	position: fixed;
    bottom: 30px;
    right: 30px;
	display: inline-block;
	padding: 1em 1.2em;
	text-decoration: none;
	background: #E22658;/*ボタン色*/
	color: #FFF;
	font-size: 25px;
	font-weight:bold;
	border-bottom: solid 0px #de737d;
}
.btn-square:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

sec7{
	display: none;
	padding: -50px 0 -50px 0;
}

.btn-square2 {
	margin: 0 0;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	background: #668ad8;/*ボタン色*/
	color: #FFF;
	font-size: 30px;
	border-bottom: solid 5px #627295;
	border-radius: 4px;
	display: none;
}
.btn-square2:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}


.flex_p {
	/* 課題4. 制作実績の画像と文字のバランスが悪いのでテキストの位置を修正    */
	display: flex;
	align-items: center;
	padding: 0 80px 0 80px;
}

/* 課題4. その他の解答 制作実績の画像と文字のバランスが悪いのでテキストの位置を修正   */
/* #sec4 .port p.port_margin{
	margin-top:100px;
	margin-left: 60px;
	margin-right:60px;
}  */

.changeColor {
	color: red;
}

.lead-form{
	text-align: center;
	font-size:20px;
}
form{
	width:500px;
	margin:0 auto;
}
.item{
	overflow: hidden;
	margin-bottom: 20px;
}
.label{
	float: left;
	margin-right: 20px;
	width:135px;
	border-left: solid 3px #668ad8;
	padding-left: 10px;
}
.inputs{
	float: left;
	width:300px;
}
input[type="text"],input[type="email"],input[type="tel"]{
	border: solid 1px #aaa;
	border-radius:5px;
	padding:10px;
	font-size: 15px;
}

textarea{
	border: solid 1px #aaa;
	border-radius:5px;
	padding: 10px;
	height: 160px;
	font-size: 15px;
}

.cheack{
	margin: 20px;
}

.btn-area {
    bottom: 30px;
    right: 30px;
	display: inline-block;
	padding: 20px 20px;
	margin: 40px 5px 0 5px;
	text-decoration: none;
	background: #264180;/*ボタン色*/
	color: #FFF;
	font-size:17px;
	font-weight:bold;
	border-bottom: solid 0 #627295;
}

.btn-area:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

#sec6 .flex_area {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

#sec6 .flex_area {
	display: flex;
}

#sec6 .flex_area div h2 {
	font-size: 1.2em;
	background:#65B5F0;
	padding: 4px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#sec6 .flex_area div p {
	/* font-size: 14px;
	line-height: 1.8;
	margin-bottom: 14px;
	/* 課題２解答 flexのエリアの文字が中央寄せになっているので左寄せに修正  */
	/* text-align: left; */ 
	padding: 0 30px;
	margin: 0;
}

#sec6 .flex_area .flex_area_padding {
	color: #FFF;
	margin: 2em 1em;
	background: #65B5F0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}


.flex_area_content {
	/* 課題3. flexのエリアのpの中身が消えると3つ並びの割合が崩れるので、テキストが消えても崩れないように修正*/
	width: 30%;
}


.flex_p {
	/* 課題4. 制作実績の画像と文字のバランスが悪いのでテキストの位置を修正    */
	display: flex;
	align-items: center;
	padding: 0 80px;
}

.btn-circle-fishy {
	font-family: sans-serif;
	font-size: 25px;
    font-weight: 900;
    padding: 20px;
    display: inline-block;
    color: #FFF;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
	margin: 10px 0;
	-webkit-text-stroke: 0.03em black;
}

.box-img{
	text-align: right;
	padding-right: 15%;
}

.img{
	height: 110px;
}

.img_2{
	height: 50px;
}

iframe {
    border: none;
    width: 100%;
}

.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }


.youtube-wrapper {
	background: url(../img/6_bg.png);
	padding: 50px 5%;
	text-align: center;
  }
  
  .tubesize{
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom: 80px;
  }
  
  .tubesize iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
  }





