@charset "utf-8";
/*
	Theme Name: for INC./DESIGN OFFICE
	Description: for INC./DESIGN OFFICEのレスポンシブテーマ
	Theme URI: https://for-i.com
	Author: for INC./DESIGN OFFICE
	Author URI: https://for-i.com

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color:#333333;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 420px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}
/* header
---------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 999999;
	transition: transform .4s cubic-bezier(0.43, 0.05, 0.17, 1);
	transform: translateY(30px);
}
.header_container{
	padding: 0 70px;
    margin: 0 5vw;
    background-color: #fff;
    border-radius: 100px;
    transition: margin .4s cubic-bezier(0.43, 0.05, 0.17, 1), padding .4s cubic-bezier(0.43, 0.05, 0.17, 1), border-radius .4s cubic-bezier(0.43, 0.05, 0.17, 1);
	height: 90px;
	align-items: center;
	justify-content: space-between;
}
.header_logo{
	width: 12%;
}
.header_logo img{
	display: block;
}
.H_btn a{
	display: block;
	color: #FFF;
	background-color: #1B75DE;
	padding: 0.5rem 4rem;
	border-radius: 30px;
}
.H_btn a i{
	font-size: 1.2rem;
	margin-left: 0.7rem;
}
.headerR{
	padding-right: 250px;
}
header.scroll-nav .header_container {
    padding: 0 75px;
    margin: 0;
    border-radius: 0;
    height: 72px;
}
header.scroll-nav{
	transform: translateY(0);
}
@media screen and (max-width: 1900px) {
	.headerR{
		padding-right: 200px;
	}
}
@media screen and (max-width: 1750px) {
	.headerR{
		padding-right: 150px;
	}
}
@media screen and (max-width: 1680px) {
	.headerR{
		padding-right: 70px;
	}
}
@media screen and (max-width: 1550px) {
	.headerR{
		padding-right: 0;
	}
}
@media screen and (max-width: 1450px) {
	.header_container{
		padding: 0 45px;
	}
}

@media screen and (max-width: 840px) {
	header{
		height: 65px;
	}
	.header_container{
		height: 65px;
	}
	header .header_logo{
		width: 30%;
	}
	header.scroll-nav .header_container{
		padding: 0 25px;
	}
}
@media screen and (max-width: 420px) {
	header .header_logo{
		width: 50%;
	}
	
}
/*--- Gnav ---*/
#Gnav{
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	margin-right: 2rem;
}
#Gnav ul:before, #Gnav ul:after{
    content: "";
    display: table;
}
#Gnav ul:after{
    clear: both;
}
#Gnav ul{
	position: relative; 
	z-index: 999999;
	display: flex;
	justify-content: center;
	width: 100%;
}
#Gnav ul li{
    position: relative;
	line-height: 1.4;
}
#Gnav ul li a{
	display: block;
	padding: 0 1.5rem;
	color: #00325E;
}
#Gnav ul li a::after {
	content: '\f078';
	font: var(--fa-font-solid);
	margin-left: 0.5rem;
	font-size: 1.2rem;
	padding-bottom: 0.3rem;
}
#Gnav li ul{
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0;
    width:250px;
	z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	display: block;
	background-color: #1B75DE;
}
#Gnav li:hover ul{
    visibility: visible;
    opacity: 1;
}
#Gnav li ul li{
    width: 250px;
    display:block;
	border: none;
	text-align: left;
	padding: 1rem 0 1rem 1em;
}
#Gnav li ul li a{
	display: block;
	color: #FFF;
}
#Gnav li ul li ul{
	width: auto;
	position: relative;
	top: 0;
}

@media screen and (max-width: 1400px) {
	#Gnav ul li a{
		padding: 0 1rem;
	}
	.H_btn a{
		background-color: #1B75DE;
		padding: 0.3rem 2rem;
		border-radius: 25px;
		font-size: 1.4rem;
	}
}

/* --- hamburger-menu --- */
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #1B75DE;
}
.menu-btn {
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
	background-color: #1B75DE;
	position: relative;
	cursor: pointer;
	border-radius: 50%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #FFF;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 23px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 60px;
    right: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    right: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    right: 20%;
}

/* footer
---------------------------------------*/
footer{
	background-color: #EBF2FA;
	border-top: 1px solid #DDDDDD;
	margin-bottom: -56px;
}
.footer_area{
	padding: 5rem 0;
	justify-content: space-between;
	align-items: baseline;
}
.footer_area img{
	width: 20%;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
    flex-wrap:wrap;
}
.footer_nav ul li{
	margin: 0 1.5rem;
}
footer .copy{
	background-color: #1B75DE;
	padding: 1rem 0;
	color: #FFF;
	font-size: 1.2rem;
}

/*---- back-top ----*/
/* ボタンの指定 */

.js-backToTop{
	position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #1B75DE;
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #1B75DE;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 420px) {
	.footer_area img{
		width: 50%;
		margin: 0 auto 2rem;
	}
	.footer_nav ul li{
		margin: 0 1rem;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.contents{
	padding-top: 7rem;
}
.top_flex{
	margin-top: 70px;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-100px;
	padding-top:100px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.contents{
		padding-top: 4rem;
	}
	.anchor{
		margin-top:-80px;
		padding-top:80px;
	}
	.width70,.width60{
		width: 100%;
	}
}

/* TOP PAGE
---------------------------------------*/
/*---- main_img ----*/
.main_img{
	margin-top: -30px;
	align-items: center;
}
.main_img_text{
	padding-left: 5vw;
	font-size: 1.6rem;
}
.main_img_text .text01{
	font-weight: bold;
	font-size: 8vw;
}
.text04{
	/* display: inline-block; */
	border: 1px solid #ffffff;
	padding: 1rem 3rem;
	font-size: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	font-weight: bold;
}

/*---- parallax ----*/
.parallax_content{
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #FFF;
}
.para_img01{
	background-image: url("images/img_top.png");
	height: 950px;
}
.para_img02{
	background-image: url("images/img04l.png");
	height: 400px;
}
.para_img03{
	background-image: url("images/img04r.png");
	height: 400px;
}
.para_img02,.para_img03{
	margin: -8rem 0 -18rem;
	z-index: -1;
}

@media screen and (max-width: 1500px) {
	.para_img01{
		height: 800px;
	}
}
@media screen and (max-width: 1300px) {
	.para_img01{
		height: 650px;
	}
}

@media screen and (max-width: 840px) {
	.para_img01{
		height: 400px;
	}
}
@media screen and (max-width: 420px) {
	.para_img01{
		height: 400px;
	}
	.para_img02,.para_img03{
		height: 150px;
		margin: 0;
	}
}

/*---- Our Vision ----*/
.lead01{
	color: #1B75DE;
	font-size: 4vw;
	margin-bottom: 4rem;
	font-weight: bold;
}
.box01{
	align-items: center;
}
.box01 .text_box01,.box01 .img_box01{
	width: 50%;
}
.box01 .text_box01{
	padding: 6rem;
	background-color: #FFF;
}
.box01 .text_box01 h3{
	color: #1B75DE;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.box01 .text_box01 .text02{
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
}
.btn01{
	margin-top: 2rem;
}
.btn01 a i,.btn01 a span{
	vertical-align: middle;
}
.btn01 a i{
	background-color: #1B75DE;
	border: 2px solid #1B75DE;
	padding: 1.8rem;
	border-radius: 50%;
	color: #FFF;
	font-size: 1.2rem;
	margin-right: 1rem;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn01 a:hover {
	opacity: 1;
}
.btn01 a:hover i{
	color: #1B75DE;
	background-color: #FFF;
}
.btn01 a span {
	padding-bottom: 5px;
	position: relative;
}
.btn01 a span::before {
	background: #1B75DE;
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.btn01 a:hover span::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.img_box01{
	background-color: #1B75DE;
	position: relative;
	border-radius: 3% 0 0 3%;
}
.img_box01 img{
	display: block;
}
.img_box01 .img_box02 img{
	border-radius: 3% 0 0 3%;
}
.inner_img{
	opacity: 0;         
	transition: .7s; 
	position: absolute;
	width: 40%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.innner_text{
	opacity: 0;         
	transition: .7s; 
}
.active {
	opacity: 1;  
}
.reverse{
	flex-direction: row-reverse;
}
.reverse .img_box01,.reverse .img_box01 .img_box02 img{
	border-radius: 0 3% 3% 0;
}
/* 文字がぬるりと現れる */
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
@media screen and (max-width: 1200px) {
	.box01 .text_box01 h3{
		font-size: 2rem;
	}
	.box01 .text_box01 .text02{
		font-size: 3rem;
	}
}
@media screen and (max-width: 840px) {
	.lead01{
		color: #1B75DE;
		font-size: 8vw;
		margin-bottom: 2rem;
		font-weight: bold;
	}
	.box01 .text_box01{
		padding: 2rem 2%;
	}
	.box01 .text_box01 h3{
		font-size: 2.2rem;
	}
	.box01 .text_box01 .text02{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.box01 .text_box01,.box01 .img_box01{
		width: 100%;
	}
	.box01 .img_box01,.box01 .img_box01 .img_box02 img{
		border-radius: 0 0 0 0;
	}
}

/*---- 制作実績 ----*/
.pad10{
	padding: 10rem 0;
}
.bg_blue{
	background-color: #EBF2FA;
}
.ttl01{
	font-size: 2.4rem;
	font-weight: bold;
	color: #1B75DE;
	margin-bottom: 0.7rem;
}
.lead02{
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 0.7rem;
}
.results_box{
	margin-top: 2rem;
}
.results_box .child_box{
	background-color: #FFF;
	padding: 2rem 2rem 5rem 2rem;
	border-radius: 10px;
}
.text03{
	display: inline-block;
	color: #1B75DE;
	border: 1px solid #1B75DE;
	border-radius: 20px;
	padding: 0 3rem;
	font-size: 1.4rem;
	margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
	.ttl01{
		font-size: 2rem;
	}
	.lead02{
		font-size: 3rem;
	}
}
@media screen and (max-width: 840px) {
	.ttl01{
		font-size: 2.2rem;
	}
	.lead02{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.pad10{
		padding: 5rem 0;
	}
	.results_box .child_box{
		padding: 1rem 1rem 3rem 1rem;
	}
}
/*---- サービスプラン ----*/
.service_box{
	margin-top: 2rem;
}
.service_box .child_box{
	background-color: #1B75DE;
	padding: 2rem 2rem 5rem 2rem;
	border-radius: 10px;
	color: #FFF;
}
.service_box .child_box h3{
	margin: 0.5rem 0 1rem;
	font-weight: bold;
	font-size: 2rem;
}
.price{
	margin-top: 1.5rem;
	font-size: 2.2rem;
	font-weight: bold;
}
.price .sText{
	font-size: 1.4rem;
	font-weight: normal;
}
.sText{
	font-size: 1.2rem;
	font-weight: normal;
}
.btn02{
	margin-top: 3rem;
}
.btn02 a{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1rem;
	border-radius: 30px;
	border: 1px solid #1B75DE;
	color: #1B75DE;
}
.btn02 a i{
	font-size: 1.4rem;
	margin-left: 1rem;
}
@media screen and (max-width: 480px) {
	.service_box .child_box{
		padding: 1rem 1rem 3rem 1rem;
	}
}


/*---- 制作の流れ ----*/
.faq #faq-body dl:not(:last-child) {
	margin-bottom: 30px;
}
.faq #faq-body dt {
	font-size: 1.8rem;
	background-color: #FFF;
	display: flex;
	line-height: 1.7;
	cursor: pointer;
	border-radius: 40px;
	padding: 25px 40px;
}
.faq #faq-body dt strong {
	flex: 1;
	position: relative;
}
.faq #faq-body dt strong .blue{
	margin-right: 2em;
}
.faq #faq-body dt .btn {
  flex: 0 1 31px;
  min-width: 31px;
  position: relative;
}
.faq #faq-body dt .btn-bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #1B75DE;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.faq #faq-body dt .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
.faq #faq-body dt .btn.open .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
.faq #faq-body dt .btn.close .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}
.faq #faq-body dd {
  position: relative;
  padding: 20px 30px;
	background-color: #1B75DE;
	color: #FFF;
	margin-top: 1rem;
}
.faq #faq-body dd .note {
  padding-left: 1.6rem;
  text-indent: -1.2rem;
}
.faq #faq-body dd.close {
  height: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.faq #faq-body dd.open {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
	.faq #faq-body dt {
		font-size: 1.6rem;
		border-radius: 40px;
		padding: 20px 20px;
	}
	.faq #faq-body dt strong .blue{
		margin-right: 1em;
	}
}

/*---- 機能 ----*/
#function_slider{
	margin-bottom: 7rem;
}
#function_slider .slick-track{
    display:flex;
}
#function_slider li{
	margin: 0 0.7rem;
	background-color: #1B75DE;
	padding: 1.5rem;
	border-radius: 10px;
	color: #FFF;
	height: auto !important;
}
#function_slider li h3{
	margin: 1rem 0;
	font-weight: bold;
	font-size: 2rem;
}

#function_slider .slick-prev,#function_slider .slick-next{
	top: 105%;
	background-color: #1B75DE;
	border-radius: 50%;
	color: #FFF;
	width: 25px;
	height: 25px;
}
#function_slider .slick-prev{
	left: 47.7%;
}
#function_slider .slick-next{
	right: 47.7%;
}
#function_slider .slick-prev:before,#function_slider .slick-next:before{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background-color: #1B75DE;
	border-radius: 50%;
	color: #FFF;
	font-size: 1.4rem;
}
#function_slider .slick-prev:before{
	font-family: "Font Awesome 5 Free";
	content: '\f053';
	font-weight: 900;
	opacity: 1;
	color: #FFF;
} 
#function_slider .slick-next:before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	opacity: 1;
	color: #FFF;
}
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
@media screen and (max-width: 840px) {
	#function_slider .slick-prev{
		left: 46%;
	}
	#function_slider .slick-next{
		right: 46%;
	}
}
@media screen and (max-width: 480px) {
	#function_slider .slick-prev{
		left: 43%;
	}
	#function_slider .slick-next{
		right: 43%;
	}
}



/* 下層ページ
---------------------------------------*/
.lead04{
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 5rem;
	text-align: center;
	color: #1B75DE;
}

/* breadcrumbs */
.breadcrumbs{
	padding: 1.5rem 0;
	margin-top:12rem;
	font-size: 1.4rem;
	padding-left: 4rem;
}
@media screen and (max-width: 840px) {
	.breadcrumbs{
		margin-top:9rem;
		padding-left: 2rem;
	}
}

/* 私たちが考えるWebデザイン
---------------------------------------*/
.btn_area{
	margin-bottom: 8rem;
}
.btn_area .btn02 a{
	background-color: #FFF;
}
.lead03{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.box02{
	padding: 3rem;
	background-color: #FFF;
}
.mB100{
	margin-bottom: 10rem;
}
.text05{
	background-color: #f5f5f5;
	padding: 1rem 3rem;
	font-size: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	font-weight: bold;
}
.text06{
	color: #1B75DE;
	border: 1px solid #1B75DE;
	border-radius: 40px;
	padding: 1.5rem 3rem 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 1rem;
	text-align: center;
}
.text07{
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
}


.line-s{
	line-height: 3.6rem;
}
@media screen and (max-width: 480px) {
	.btn_area{
		margin-bottom: 5rem;
	}
	.box02{
		padding: 1.5rem;
	}
	.mB100{
		margin-bottom: 7rem;
	}
}

/* 企業情報
---------------------------------------*/
.about{
	width: 100%;
	border-collapse:collapse;
}
.about tr{
	border-bottom: 1px solid #DDDDDD;
}
.about th{
	width: 25%;
}
.about td{
	width: 75%;
}
.about th,.about td{
	padding: 1rem 0;
}

@media screen and (max-width: 480px) {
	.about th{
		width: 35%;
	}
	.about td{
		width: 65%;
	}
}

/* 個人情報保護方針
---------------------------------------*/
.policy h2{
	font-weight: bold;
	margin-top: 1em;
	color: #1B75DE;
}

/* お問い合わせ
---------------------------------------*/
.contact_box{
	position: relative;
	padding-left: 65px;
	margin-bottom: 1rem;
}
.required{
	text-align: center;
	color: #FFF;
	background-color: #FF0000;
	padding: 0 1.5rem;
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 1.2rem;
	line-height: 1.5;
}
.contact_box .label{
	font-weight: bold;
	font-size: 1.8rem;
}
.contact_box input{
	width: 100%;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	padding: 1rem 1rem 1rem 2rem;
	border-radius: 5px;
}
.contact_box input::valid {
	background-color: #FFF;
}
.contact textarea{
	width: 100%;
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	padding: 1rem 1rem 1rem 2rem;
	
}
.contact select{
	padding: 1rem 1rem 1rem 2rem;
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
}
.submit input[type="submit"] {
	width: 170px;
	text-align: center;
	padding: 1rem 0;
	color: #FFF;
	background-color: #1B75DE;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 2rem;
}



.mw_wp_form_confirm .contact_box p:nth-of-type(2){
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	padding: 1rem 1rem 1rem 2rem;
}













@media screen and (max-width: 420px) {
	.contact_box{
		position: relative;
		padding-left: 0;
		margin-bottom: 1rem;
	}
	.contact_box .label{
		padding-left: 65px;
	}
}
/* SINGLE
---------------------------------------*/
.text_area p{
	margin-bottom: 1em;
}
.text_area h2{
	font-weight: bold;
}
/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 1050px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 420px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}


















