/*
Theme Name:AD CONSULTANT&FLOWER
Description:AD CONSULTANT&FLOWERのテーマ
Version:1.0
Author:STUDIO tuuli
*/

.mediaViewInfo {
	--web-view-name: top;
	--web-view-id: top;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
	--web-is-overlay: true;
}
:root {
	--web-view-ids: top;
}

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-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	scroll-behavior: smooth;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

h1{
	margin: 200px auto 40px auto;
	font-size: 32px;
	line-height: 1;
	text-align: center;
}

h2{
	font-family: avenir-lt-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	line-height: 55px;
}
h3{
	font-size: 14px;
	line-height: 22px;
}

h4{
	text-align: center;
	font-size: 24px;
	line-height: 38px;
	margin: 60px 0 35px 0;
	word-break: keep-all;
}

strong {
	color: #4985AF;
}

input, textarea{
	font-size: 14px;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: 'Avenir', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

body {
	width: 100vw;
	height: auto;
	background-color:#FFFFFF;
	overflow-x: hidden;
}

.grecaptcha-badge { visibility: hidden; }

/*responsive*/
.tb, .tbpc, .pc{
	display: none;
}

/*header*/
.menubar{
	position: fixed;
	top: 0;
	width: 100vw;
	height: 90px;
	z-index: 9998;
	background-color: #ffffff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	img{
		position: absolute;
		height: 14px;
		left: 20px;
		top: 50%;
		transform:translateY(-50%);
	}
}

.openbtn{
	position:fixed;
	top:18px;
	right:20px;
	z-index:9999;/*ボタンを最前面に*/
	cursor:pointer;
	width:50px;
	height:50px;
	background-color:#223A70;
	border-radius:50%;
}

/*×に変化*/
.openbtn span{
	display:inline-block;
	transition:all 0.4s;
	position:absolute;
	left:calc((50px - 24px) / 2);
	height:2px;
	background-color:#ffffff;
	width:24px;
}

.openbtn span:nth-of-type(1){
	top:calc((50px - 2px) / 2 - 7px);
}

.openbtn span:nth-of-type(2){
	top:calc((50px - 2px) / 2);
}

.openbtn span:nth-of-type(3){
	top:calc((50px - 2px) / 2 + 7px);
}

.openbtn.active span:nth-of-type(1){
	top:24px;
	transform:rotate(-45deg);
}

.openbtn.active span:nth-of-type(2){
	opacity:0;
}

.openbtn.active span:nth-of-type(3){
	top:24px;
	transform:rotate(45deg);
}

.menu{
	display:none;
}

.menu.menuactive{
	display:block;
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	right:0;
	z-index:91;
	overflow:hidden;
}

/*丸の拡大*/
.circle-bg{
	position:absolute;
	z-index:100;
	/*丸の形*/
	width:100px;
	height:100px;
	border-radius:50%;
	background:#223A70;
	/*丸のスタート位置と形状*/
	transform:scale(0);/*scaleをはじめは0に*/
	right:-50px;
	top:-50px;
	transition:all 0.6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform:scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*アクティブになったエリア*/
#g-nav.panelactive{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index:800;
	top:0;
	right:0;
	width:100%;
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
	display:none;/*はじめは表示なし*/
	/*ナビの数が増えた場合縦スクロール*/
	position:fixed;
	z-index:999;
	width:100%;
	height:100vh;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

#g-nav.panelactive #g-nav-list{
	display:block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
.spgnav{
	opacity:0;/*はじめは透過0*/
	display:none;
	margin: 140px auto 50px auto;
	width: calc(100vw - 80px);
	border-top: solid 1px #ffffff;
	img{
		height: 14px;
		margin-right: 10px;
	}
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul{
	opacity:1;
	display:block;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li div{
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:0.2s;/*0.2 秒遅らせて出現*/
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes gnaviAnime{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

/*リストのレイアウト設定*/
#g-nav li{
	list-style:none;
	font-size: 16px;
	border-bottom: solid 1px #ffffff;
}

#inner-nav li:nth-child(2){
	border: none;
}

.flex_between{
	display:flex;
	align-items:center;
	justify-content: space-between;
	padding:25px 0;
}

.flex_start{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	ul{
		flex-grow: 1;
	}
}

#g-nav li a{
	color:#ffffff;
	line-height:1;
}

#g-nav li p{
	color:#ffffff;
	line-height:1;
}

.header_contact{
	opacity:0;/*はじめは透過0*/
	display:none;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 21px 74px;
	font-size: 18px;
	color: #223A70;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

#g-nav.panelactive .header_contact{
	opacity:1;
	display: inline-block;
	margin-bottom: calc(100vh - 269px - 190px - 62px - 98px - 36px);
}

/*top*/
.background_blue{
    width: 560px;
    position: absolute;
    top: -100px;
    left: -285px;
}

.background_orange {
    width: 285px;
    position: absolute;
    right: 0;
    top: 600px;
    overflow: hidden;
	img{
		width: 530px;
	}
}

.background_blue_lower{
    width: 560px;
    position: absolute;
    top: -50px;
    left: -285px;
}

.background_orange_lower {
    width: 285px;
    position: absolute;
    right: 0;
    top: 540px;
    overflow: hidden;
	img{
		width: 530px;
	}
}

p{
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.message{
	text-align: center;
	margin: 200px 0 60px 0;
	span{
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 50px;
		display: block;
	}
	p{
		font-size: 15px;
	}
}

.service01{
	position: relative;
	background-color: #F5F5F5;
	width: calc(100vw - 80px);
	max-width: 960px;
	margin: calc(215px - 8px) 0 100px auto;
	border-radius: 20px 0 0 20px;
	padding: 50px 40px 50px 20px;
	p{
		text-align: left;
		max-width: 580px;
        margin: 0 auto;
	}
	img{
		display: block;
		height: 140px;
		margin: 35px auto 50px auto;
	}
}

.service02{
	position: relative;
	background-color: #F5F5F5;
	width: calc(100vw - 80px);
	max-width: 960px;
	margin: 100px auto 140px 0;
	border-radius: 0 20px 20px 0;
	padding: 50px 20px 50px 40px;
	p{
		text-align: left;
		max-width: 580px;
        margin: 0 auto;
	}
	img{
		display: block;
		height: 160px;
		margin: 35px auto 50px auto;
	}
}

.link_btn{
	display: flex;
	justify-content: center;
	gap:20px;
	flex-wrap: wrap;
}

.link_btn_inner{
	position: relative;
	width: calc(100vw - 80px);
	max-width: 450px;
	height: 60px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	text-align: center;
	p{
		text-align: center;
		padding: 18px;
		font-size: 18px;
		line-height: 24px;
	}
	img{
		position: absolute;
		top: 19px;
		right: 15px;
		width: 22px;
		height: 22px;
		margin: 0;
	}
}

.link_btn_inner .before{
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
}

.link_btn_inner .after{
	display: none;
}

.service01 .link_btn_inner:hover{
	background-color: #DF6C31;
}

.service02 .link_btn_inner:hover{
	background-color: #223A70;
}

.link_btn_inner:hover .after{
	display: block;
	color: #ffffff;
	width: 100%;
	height: 100%;
}

.link_btn_inner:hover .before{
	display: none;
}

/*company*/
.companypageimg{
	position: absolute;
	width: 360px;
	top: 360px;
	left: 50%;
	transform: translateX(-50%);
}

.container{
	position: relative;
	background-color: #F5F5F5;
	width: calc(100vw - 80px);
	max-width: 960px;
	margin: 450px 0 100px auto;
	border-radius: 20px 0 0 20px;
	padding: 50px 40px 50px 20px;
	p{
		text-align: left;
	}
}

.company{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.company_inner{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: solid 1px #707070;
	gap: 10px;
	p{
		width: 100%;
		text-align: left;
		line-height: 1.2;
	}
}

.company_inner:last-child{
	border-bottom: solid 1px #707070;
}

/*ai*/
.aipageimg{
	position: absolute;
	width: 380px;
	top: 360px;
	left: 50%;
	transform: translateX(-50%);
}

.curriculum{
	width: calc(100vw - 40px);
	margin: 100px auto;
}

.accordion{
	width: 100%;
	margin: 50px auto;
	z-index: 10;
	position: relative;
}

.accordion_outer{
	background-color: #F5F5F5;
	border-radius: 10px 10px 0 0;
	padding: 20px;
}

.number{
	font-size: 60px;
	color: #DF6C31;
	text-align: left;
	line-height: 1;
}

.course{
	font-size: 24px;
	line-height: 38px;
	margin: 18px auto;
	text-align: left;
}

.description{
	font-size: 15px;
	line-height: 2;
	text-align: left;
}

.accordion_header{
	background-color: #223A70;
	color: #ffffff;
	border-radius: 0 0 10px 10px;
	text-align: center;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	img{
		height: 8px;
	}
	span{
		font-size: 16px;
	}
}

    .accordion_header.open img{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion_inner{
	display:none;
	background-color:#223A70;
	font-size:14px;
	color:#FFFFFF;
	padding:20px 20px 0 20px;
	text-align:left;
	line-height:1.5;
	word-break: break-all;
	table{
		width: 100%;
		margin: 10px auto 30px auto;
		border-collapse: collapse;
		tr{
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
		}
		td{
			width: 50%;
			font-size: 16px;
			line-height: 84px;
		}
	}
}

.point_container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}

.point_inner{
	width: 100%;
	p{
		font-size: 14px;
		line-height: 2;
		text-align: left;
	}
}

.point{
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 15px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	p{
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}
}

/*contact*/
.contact_form_img{
	position: absolute;
	height: 172.5px;
	top: 350px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.contact_message{
	position: absolute;
	top: 560px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 40px);
	max-width: 960px;
	/*margin: 40px auto 60px auto;*/
	p{
		font-size: 14px;
		text-align: left;
		line-height: 1.5;
	}
}

.wpcf7-spinner{
	display:none!important;
}

.wpcf7-form-control-wrap{
	display:block;
}

.wpcf7-form.invalid .wpcf7-response-output{
	display:none;
}

.wpcf7-not-valid-tip{
	font-size:14px!important;
	font-weight:bold!important;
	position:absolute;
	top:-34px;
	right:0;
}

.contact_container{
	margin: 0 auto 50px auto;
	max-width: 600px;
}

.contact_inner{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: solid 1px #707070;
	padding: 20px 0 15px 0;
}

.contact_inner:last-child{
	border-bottom: solid 1px #707070;
}

.contact_inner div:nth-child(odd){
	width: 100%;
	p{
		text-align: left;
		font-size:16px;
		line-height:1;
	}
}

.contact_inner div:nth-child(even){
	margin-top: 10px;
	width: 100%;
	p{
		text-align: left;
		font-size:14px;
		line-height:1;
	}
}

.contact_policy{
	max-width: 600px;
	margin: 50px auto;
	font-size: 14px;
}

.wpcf7-list-item{
	margin:0!important;
	width:100%;
}

.contact_flex label{
	display:flex;
	gap:10px;
}


input[type="radio"]{
	width:20px;
	margin:0;
}

span.wpcf7-list-item-label{
	font-size:14px;
	/*line-height:1;*/
}

input, textarea{
	border:none;
	border-radius:10px;
	width:calc(100% - 20px);
	padding:10px;
}

input::placeholder {
	color: #C7C7C7;
}

textarea::placeholder {
	color: #C7C7C7;
}

input[type="submit"], input[type="button"]{
	background-color:#223A70;
	width:100%;
	height:60px;
	color:#FFFFFF;
	font-size:18px;
}

.button_flex{
	display:flex;
	margin:0 auto;
	justify-content:space-between;
	width:calc(100% - 40px);
	max-width:500px;
	flex-wrap: wrap;
	gap: 30px;
}

.toConfirmation{
	position:relative;
	width: calc(100vw - 80px);
	max-width:400px;
	height:60px;
	margin:0 auto;
}

.toContact, .toCompletion{
	position:relative;
	width:100%;
	height:60px;
}

.toConfirmation img, .toCompletion img, .toContact img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	height:22px;
}

.complete_message{
	margin-top: 240px;
}

.toTOP{
	display: block;
	background-color:#223A70;
	position:relative;
	width: calc(100vw - 80px);
	max-width:400px;
	height:60px;
	margin:30px auto 120px auto;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	border-radius:10px;
	img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:15px;
	height:22px;
	}
}

/*footer*/
.button{
	display: flex;
	width: 100vw;
	flex-wrap: wrap;
}

.contact_button ,.company_button{
	display: block;
	width: 100vw;
	background-color: #F5F5F5;
	border: 1px solid #ffffff;
	color: #000000;
}

.contact_button .button_contents{
	position: relative;
	height: 275px;
	margin: 30px 40px auto 40px;
}

.contact_btn_img{
	position: absolute;
	top: 77px;
	left: 50%;
	transform: translateX(-50%);
	height: 172.5px;
}

.company_button .button_contents{
	position: relative;
	height: 275px;
	margin: 30px 40px auto 40px;
}

.company_btn_img{
	position: absolute;
	height: 220px;
	top:60px;
	left: calc(50vw - 45px - 40px);
}

.dog{
	position: absolute;
    z-index: 11;
    width: 90px;
	left: calc(50vw - 133.8px - 40px);
	bottom: -20px;
}

footer{
	position: relative;
	background-color: #223A70;
	height: 140px;
	z-index: 10;
}

.footer_flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 40px;
}

.name{
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	width: 100%;
	margin-top: 30px;
}

.policy{
	font-size: 10px;
	line-height: 1;
	width: 100%;
	color: #ADADAD;
	margin-top: 24px;
}

.separator{
	display: none;
}

.copyright{
	font-size: 10px;
	line-height: 1;
	width: 100%;
	color: #ADADAD;
	margin-top: 10px;
}

.topButton{
	position: absolute;
    top: 20px;
    right: 20px;
	width: 50px;
	height: 50px;
	img{
		width: 100%;
	}
}

/* fadeUp */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
from {
    opacity: 0;
	transform: translateY(100px);
}

to {
    opacity: 1;
	transform: translateY(0);
}
}

.fadeUpRight{
animation-name:fadeUpAnimeRight;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnimeRight{
from {
    opacity: 0;
	transform: translateX(100px);
}

to {
    opacity: 1;
	transform: translateX(0);
}
}

.fadeUpLeft{
animation-name:fadeUpAnimeLeft;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnimeLeft{
from {
    opacity: 0;
	transform: translateX(-100px);
}

to {
    opacity: 1;
	transform: translateX(0);
}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger, .fadeUpTriggerRight, .fadeUpTriggerLeft{
    opacity: 0;
}

@media screen and (min-width:1024px){
	/*responsivePC*/
	.sp, .sptb, .tb{
		display:none;
	}

	.pc{
		display: block;
	}

	h1{
	margin: 300px auto 180px calc((100vw - 960px) / 2);
	font-size: 40px;
	text-align: left;
}

h4{
	font-size: 26px;
	margin: 40px 0 60px 0;
}

	/*header*/
	.pcheader{
	position: fixed;
	display: flex;
	z-index: 2;
	height: 80px;
	width: calc(100vw - 80px);
	align-items: center;
	top:40px;
	left:40px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 20px;
	z-index: 999;
	}

	.header_title{
		height: 100%;
		background-color: #FFFFFF;
		border-radius: 20px 0 0 20px;
		flex-grow: 1;
		img{
			margin: 33px 0 33px 20px;
			height: 14px;
		}
	}

.header_menu{
background-color: #FFFFFF;
height: 100%;
	display: flex;
	align-items: center;
	list-style: none;
	justify-content: space-evenly;
	width: 320px;
	li{
		height: 100%;
	}
	a{
		display: inline-block;
		color: #000000;
        font-size: 14px;
        height: 14px;
        padding: 33px 0;
        line-height: 1;
	}
}

.drop-menu{
	display: none;
	li{
		height: 50%;
		margin: 0 10px;
	}
	a{
		color: #ffffff;
		/*width: 220px;*/
		height: 14px;
		font-size: 14px;
		line-height: 1;
		padding: 18px 0;
	}
	p{
		text-align: left;
		color: #ffffff;
		width: 220px;
		height: 14px;
		font-size: 14px;
		line-height: 1;
		padding: 18px 0;
	}
}

.drop-menu_item{
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #ffffff;
	img{
		margin-left: 10px;
	}
}

.menu_item:hover .drop-menu{
	display: block;
	position: absolute;
	top: 80px;
	right: 270px;
	list-style: none;
	background-color: #223A70;
	width: 160px;
	height: 100px;
	border-radius: 0 0 10px 10px;
}

.drop-menu::before{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background: #223A70;
	top: -12px;
	left: 0;
	right: 0;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin: auto;
}

.header_contact{
	opacity: 1;
	display: inline-block;
	background-color: #223A70;
	border-radius: 0 20px 20px 0;
	padding: 33px 30px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1;
	left: 0;
	transform: translateX(0);
}

.header_contact:hover{
	background-color: #DF6C31;
}

/*top*/
.background_blue {
    width: 860px;
    top: -300px;
    left: calc(50vw - 740px);
}

.background_blue_lower {
    width: 860px;
    top: -370px;
    left: calc(50vw - 740px);
}

.background_orange {
    width: 820px;
    right: calc(50vw - 740px);
    top: 600px;
	overflow: auto;
	img{
		width: 820px;
	}
}

.background_orange_lower {
    width: 820px;
    right: calc(50vw - 740px);
    top: 380px;
	overflow: auto;
	img{
		width: 820px;
	}
}

.message{
	width: 960px;
	text-align: center;
	margin: 400px auto 200px auto;
	span{
		font-size: 40px;
		line-height: 1;
	}
}

.service01{
	width: 960px;
	margin: calc(215px - 8px) 0 100px auto;
	border-radius: 20px 0 0 20px;
	padding: 80px calc(50vw - 480px) 80px 80px;
	p{
		text-align: center;
	}
	img{
		display: block;
		height: 140px;
		margin: 40px auto;
	}
}

.service02{
	width: 960px;
	margin: 100px calc(50vw - 560px) 140px auto;
	border-radius: 0 20px 20px 0;
	padding: 80px 80px 80px calc(50vw - 480px);
	p{
		text-align: center;
		max-width: 960px;
	}
	img{
		display: block;
		margin: 40px auto 40px 400px;
	}
}

.link_btn{
	gap:60px;
}

.link_btn_inner{
	height: 100px;
	p{
		padding: 40px;
		font-size: 20px;
		line-height: 1;
	}
	img{
		position: absolute;
		top: 35px;
		right: 20px;
		width: 30px;
		height: 30px;
		margin: 0;
	}
}

/*ai*/
.aipageimg{
	top: 180px;
	left: calc(50vw - 480px + 380px);
	transform: translateX(0);
}

.container h4{
	text-align: center;
	font-size: 26px;
	line-height: 38px;
	margin: 0 auto;
}

.curriculum{
	width: 960px;
	margin: 140px auto;
}

.accordion{
	width: 960px;
}

.accordion_outer{
	padding: 50px;
}

.number{
	font-size: 80px;
}

.course{
	font-size: 26px;
	line-height: 1;
	margin: 25px auto;
	text-align: left;
}

.accordion_inner{
	display:none;
	background-color:#223A70;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	line-height:1.5;
	word-break: break-all;
	table{
		width: 650px;
		margin: 30px auto;
		border-collapse: collapse;
		tr{
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
		}
		td{
			width: 50%;
			font-size: 16px;
			line-height: 84px;
		}
	}
}

.point_container{
	width: 650px;
	padding-bottom: 30px;
}

.point_inner{
	width: 310px;
}

/*company*/
.companypageimg{
	top: 180px;
	left: calc(50vw - 480px + 360px);
	transform: translateX(0);
}

.container{
	margin: 180px 0 100px auto;
	padding: 80px calc(50vw - 480px) 80px 80px;
	h4{
		margin-bottom: 50px;
	}
	p{
		text-align: center;
	}
}

.company_inner{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	border-top: solid 1px #707070;
	gap: 0;
	justify-content: space-between;
	p{
		text-align: left;
		line-height: 1;
	}
}

.company_inner p:nth-of-type(1){
	width: 30%;
}

.company_inner p:nth-of-type(2){
	width: 70%;
}

/*contact*/
.contact_form_img{
	top: 233.8px;
	left: calc(50vw - 480px + 580px);
	transform: translateX(0);
	z-index: 2;
}

.contact_message{
	top: 383px;
	left: calc(50vw - 480px);
	transform: translateX(0);
}

.contact_inner{
	padding: 24px 0;
}

.contact_inner div:nth-child(odd){
	width: 30%;
}

.contact_inner div:nth-child(even){
	margin: 0;
	flex: 1;
}

.wpcf7-not-valid-tip{
	top:-24px;
}

input[type="submit"], input[type="button"]{
	height:80px;
}

.toConfirmation{
	height:80px;
}

.toContact, .toCompletion{
	flex: 1;
	height:80px;
}

.toConfirmation img, .toCompletion img, .toContact img{
	right:30px;
	height:30px;
}

.complete_message{
	margin-top: 0;
}

.toTOP{
	height: 80px;
	line-height: 80px;
	margin:50px auto 210px auto;
}

/*footer*/
.button{
	height: 300px;
}

.contact_button{
	display: block;
	flex: 1;
	background-color: #F5F5F5;
	border: 1px solid #ffffff;
}

.contact_button .button_contents{
	height: 250px;
	margin: 50px auto auto calc(50vw - 480px);
}

.contact_btn_img{
	top: 47.5px;
	left: 93.2px;
	transform: translateX(0);
}

.company_button{
	position: relative;
	display: block;
	flex: 1;
	background-color: #F5F5F5;
	border: 1px solid #ffffff;
}

.company_button .button_contents{
	height: 250px;
	margin: 50px auto auto 60px;
}

/*.company_button .button_img{
	position: relative;
	width: 270px;
	height: 175px;
	margin: 0 auto;
}*/

.company_btn_img{
	position: absolute;
	height: 200px;
	left: 154.1px;
	top: 52px;
}

.dog{
	bottom: -17.5px;
	left: 68.7px;
}

footer{
	height: 120px;
}

.footer_flex{
	align-items: center;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.name{
	flex: 1;
	margin: 0;
}

.policy{
	font-size: 12px;
	margin: 0;
	width: auto;
	margin-right: 20px;
}

.separator{
	display: block;
	width: 1px;
	height:17px;
	background-color:#ADADAD;
}

.copyright{
	font-size: 12px;
	margin: 0;
	width: auto;
	margin-left: 20px;
}
}