body{
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
html{/*scroll-behavior: smooth;*/ overflow-x: hidden;}
img{image-rendering:-webkit-optimize-contrast; vertical-align: middle;}
.inner{width: 90%; max-width: 1200px; margin: auto;}
.w960{display: block;}
.w960-2{display: none;}
.w900{display: block;}
.w900-2{display: none;}
.w768{display: block;}
.w768-2{display: none;}
.w450{display: block;}
a{text-decoration: none;}
p{text-align: justify;margin:0px;line-height: 1.8;}
ul{list-style-type: none;margin: 0;padding: 0;}
h1,h2,h3,h4{margin:0px;}
table{border-collapse:collapse;}
@media screen and (max-width: 960px){
	body{font-size: 16px;}
	.w960{display: none;}
	.w960-2{display: block;}
}
@media screen and (max-width: 900px){
	.w900{display: none;}
	.w900-2{display: block;}
}
@media screen and (max-width: 768px){
	.w768{display: none;}
	.w768-2{display: block;}
}
@media screen and (max-width: 450px){
	body{font-size: 14px;}
	.w450{display: none;}
}
@media screen and (min-width: 450px){
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
}
}
/*header***************/
header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0px 0px 20px;
    height: 100px;
	position: relative;
    z-index: 5;
}
header h1{
	width:200px;
}
header h1 img{
	width: 100%;
}
header h1 a:hover{
	opacity: 0.5;
}
header .nav{
	border-radius: 30px 0px 0px 30px;
	background-color: #096765;
	padding: 20px 150px 20px 100px;
}
header .nav ul{
	display: flex;
	align-items: center;
}
header .nav ul li{
	font-size: 16px;
	margin-right: 30px;
}
header .nav ul li:last-child{
	margin-right: 0;
}
header .nav ul li a{
	color: #fff;
	font-weight: bold;
}
header .nav ul li a:hover{
	color: #EBC62C;
}
/*スクロール時に上から出てくるメニュー*/
.navscroll {
    position: fixed;
    top: -100px;
    right: 0;
    z-index: 10;
    width: 100%;
    background-color: #096765;
    display: flex;
    transition: .5s;
	justify-content: space-between;
}
.navscroll ul {
    display: flex;
	margin-left: 20px;
}
.navscroll ul li{
    text-align: center;
	padding: 20px;
}
.navscroll ul li a {
    color: #fff;
    font-size: 16px;
	font-weight: bold;
}
.navscroll ul li a:hover{
	color: #EBC62C;
}
.navscroll .btn{
	background-color: #61C2BB;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 30px;
}
.navscroll .btn:hover{
	opacity: 0.7;
}
@media screen and (max-width: 1366px){
	header h1 {width: 150px;}
	header .nav {padding: 20px 100px 20px 50px;}
}
@media screen and (max-width: 1190px){
	header .nav {padding: 20px 30px 20px 30px;}
	header .nav ul li {font-size: 15px;margin-right: 10px;}
	.navscroll ul li {padding: 20px 10px;}
	.navscroll ul li a{font-size: 15px;}
	.navscroll .btn{font-size: 15px;}
}
@media screen and (max-width: 1030px){
	.navscroll ul {margin-left: 20px;}
	.navscroll .btn {padding: 20px 30px;}
}
@media screen and (max-width: 960px){
	header {height: 70px;}
	.navscroll{display: none;}

/*ハンバーガーボタン*/
.spnav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open .spnav {
  left: 0;
  opacity: 1;
}
.spnav .spinner {
  padding: 25px 0px 25px 25px;
}
.spnav .spinner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spnav .spinner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.spnav .spinner ul li a {
  display: block;
  color: #096765;
  font-size: 16px;
	font-weight: bold;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.spnav .spinner ul li a:hover {
  background: #F4F6F6;
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
	right: 0px;
	width: 60px;
    height: 50px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
	background-color: #fff;
	border-radius: 10px 0px 0px 10px;
	padding: 10px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 15px;
}
.toggle_btn span:nth-child(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn span:nth-child(3) {
  bottom: 15px;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
}
@media screen and (max-width: 450px){
	header {padding: 0px 0px 10px 10px;height: 50px;}
	header h1 {width: 120px;}
	.spnav {width: 250px;}
	.spnav .spinner ul li a {font-size: 14px;}
	.toggle_btn {top: 0px;}
}

/*メインビジュアル（トップページ）***************/
.main{
	display: flex;
	align-items: center;
	justify-content: end;
	margin: -100px 0 220px;
}
.mv_flex{
	display: flex;
	align-items:flex-start;
	margin-top: 100px;
	z-index: 1;
    margin-right: -170px;
}
.mv_point{
	width: 144px;
	height: 144px;
	margin: 50px 20px 0 10px;
}
.main_catch{
	font-size: 50px;
    font-weight: bold;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 0px 15px;
    background-color: #fff;
    line-height: 1.6;
    letter-spacing: 0.08em;
}
.main_txt{
	margin: 20px 0px 60px 15px;
	text-shadow: 0px 0px 3px #fff;
}
a.btn_bluegreen{
	max-width: 400px;
	width: 80%;
	display: block;
	background: url("../images/arrow_bluegreen.png") no-repeat center right 15px/34px;
	background-color: #61C2BB;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 40px;
	padding: 20px 10px;
	margin-left: 15px;
}
a.btn_bluegreen:hover{
	opacity: 0.7;
}
.mv_position{
	position: relative;
}
.mv_position .mv_pic{
	background: url(../images/mv.png) no-repeat center right / 100%;
    width: 1092px;
	height: 815px;
    margin: 0 0 0 auto;
	/*background: url(../images/mv.png) no-repeat center left / cover;
    width: 1092px;
    height: 100vh;
    margin: 0px 0px 0px auto;*/
}
.mv_position img{
	width: 694px;
	position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1780px){
	.mv_flex {margin-right: -200px;}
	.mv_position .mv_pic {width: 986px;height: 736px;}
}
@media screen and (max-width: 1625px){
	.mv_point {width: 120px;height: 120px;margin: 60px 10px 0 10px;}
	.mv_position .mv_pic {width: 882px;height: 658px;}
	.mv_position img {width: 550px;}
}
@media screen and (max-width: 1473px){
	.mv_flex {margin-right: -240px;}
	.mv_point {margin: 40px 0px 0 10px;}
	.main_catch {font-size: 42px;}
	.mv_position {width: 70%;}
	.mv_position .mv_pic {background: url(../images/mv.png) no-repeat center left / cover;width: 100%;height: 700px;}
}
@media screen and (max-width: 1352px){
	.mv_point {width: 100px;height: 100px;}
	.main_catch {font-size: 40px;}
}
@media screen and (max-width: 1207px){
	.mv_position {width: 65%;}
	.mv_position img {width: 400px;}
}
@media screen and (max-width: 1020px){
	.mv_position .mv_pic {height: 600px;}
}
@media screen and (max-width: 960px){
	.main {margin: -100px 0 150px;}
	.main_catch {font-size: 30px;}
	a.btn_bluegreen {font-size: 18px;}
}
@media screen and (max-width: 900px){
	.main{display: block;margin: 0px 0 200px;}
	.mv_sp{width: 96%;border-radius: 30px;margin: auto;display: block;}
	.mv_flex {align-items: center;justify-content: center;margin: -80px 0 0;}
	.mv_point{margin: 0 10px 0 0;}
	.main_catch {font-size: 36px;}
	.main_txt {margin: 20px 5% 0px;text-align: center;}
	a.btn_bluegreen {margin: 50px auto 0;}
}
@media screen and (max-width: 768px){
	.main_catch {font-size: 30px;}
}
@media screen and (max-width: 570px){
	.mv_flex {margin: -80px 0 0;}
	.mv_point {width: 80px;height: 80px;}
}
@media screen and (max-width: 450px){
	.main {margin: 0px 0 100px;}
	.mv_flex {margin: -50px 0 0;}
	.mv_point {width: 60px;height: 60px;}
	.main_catch {font-size: 20px;}
	a.btn_bluegreen {font-size: 14px;background: url(../images/arrow_bluegreen.png) no-repeat center right 15px / 24px;background-color: #61C2BB;margin: 20px auto 0;}
}
@media screen and (max-width: 375px){
	.mv_point {width: 60px;height: 60px;margin: 0 5px 0 0;}
	.main_catch {padding: 0px 5px;}
}
@media screen and (max-width: 320px){
	.main_txt{text-align: justify;}
}

/*トップページ***************/
/*見出し*/
.heading{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	text-align: center;
}
.heading::before,
.heading::after {
	content: '';
	width: 36px;
	height: 2px;
	background-color: #000;
	letter-spacing: 0.07em;
}
.heading::before {
	margin-right: 20px;
}
.heading::after {
	margin-left: 20px;
}
.heading02{
	position: relative;
	text-align: center;
	font-size: 40px;
	padding-top: 50px;
	z-index: 1;
}
.heading02 .ad{
	font-size: 30px;
}
.heading02::before {
	content: attr(data-en);
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
	color: #DEDEDE;
	font-family: "Roboto", sans-serif;
	font-size: 140px;
	text-transform: uppercase;
	z-index: -1;
}
.heading03,.heading04,.heading05{
	position: relative;
	text-align: center;
	font-size: 40px;
	z-index: 1;
}
.heading03::before {
	content: attr(data-en);
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
	color: #F7F7F7;
	font-family: "Roboto", sans-serif;
	font-size: 140px;
	text-transform: uppercase;
	z-index: -1;
}
.heading04::before {
	content: attr(data-en);
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
	color: #EBEBEB;
	font-family: "Roboto", sans-serif;
	font-size: 140px;
	text-transform: uppercase;
	z-index: -1;
}
.heading05::before {
	content: attr(data-en);
	position: absolute;
	top: 10%;
    left: 50%;
    transform: translate(-50%, -70%);
	color: #F7F7F7;
	font-family: "Roboto", sans-serif;
	font-size: 140px;
	text-transform: uppercase;
	z-index: -1;
	font-weight: bold;
	width: 100%;
}
@media screen and (max-width: 1173px){
	.heading05::before {line-height: 0.9;top: 30%;}
}
@media screen and (max-width: 960px){
	.heading,.heading02 .ad{font-size: 24px;}
	.heading02,.heading03, .heading04, .heading05{font-size: 30px;}
	.heading02::before,.heading03::before,.heading04::before{font-size: 100px;}
	.heading05::before {font-size: 100px;top: 10%;}
}
@media screen and (max-width: 450px){
	.heading02 {font-size: 20px;padding-top: 30px;}
	.heading,.heading02 .ad {font-size: 18px;}
	.heading03, .heading04, .heading05 {font-size: 20px;}
	.heading02::before,.heading03::before,.heading04::before{font-size: 60px;}
	.heading05::before{font-size: 60px;top:20%;}
}

/*アニメーション*/
.fadein_bt{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(100px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*お悩み*/
#problem h3{
	color: #EBC62C;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.07em;
	margin: 10px 0px 90px;
}
.box-parent{
	width:100%;
	height:auto;
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.box-child{
	width:32%;
	height:auto;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	background-color: #E8E8E8;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}
.box-child2{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
    border-radius: 20px;
    position: relative;
    padding: 30px 20px;
	background-color: #FFF8E6;
	border: 2px solid #F5C600;
	margin-top: 40px;
	flex-grow: 1;
}
.box-child p{
	text-align: center;
}
.box-child-title{
	font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #EBC62C;
    border-radius: 40px;
    border: 5px solid #fff;
    margin: -50px 0px 20px;
    padding: 8px 0px;
}
.box-child img{
  display:block;
  width:100%;
  height:180px;
  object-fit:cover;
}
.box-child-text{
	width:100%;
	flex-grow:1;
	box-sizing:border-box;
	background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    padding: 6%;
    text-align: center;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-child-text2{
	width:100%;
	flex-grow:1;
	box-sizing:border-box;
    text-align: center;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	font-weight: bold;
	color: #000;
}
.box-childbox{
	width:32%;
	height:auto;
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	margin-top: 20px;
	background: url(../images/problem_arrow.png) no-repeat center top/29px;
}
#problem .kaiketsu_img{
	max-width: 521px;
	width: 80%;
	margin: 0px auto 0px;
    display: block;
}
#problem .kaiketsu{
	text-align: center;
	margin-top: -10px;
}
#problem .kaiketsu p{
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	background-color: #EBC62C;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
    line-height: 2.3;
	position: relative;
    z-index: 1;
}
#problem .kaiketsu_txt{
	text-align: center;
	margin: 20px 0px 30px;
}
#problem .kaiketsu_flex{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 180px;
}
#problem .kaiketsu_width{
	width: 26%;
}
#problem .kaiketsu_bg{
	background: url(../images/problem_bg.png) no-repeat center center/100%;
}
#problem .kaiketsu_bg p{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	padding-top: 70px;
}
#problem .kaiketsu_bg img{
	display: block;
	margin: 40px auto 0;
}
#problem .kaiketsu_kakeru{
	width: 2%;
	margin: 0 1%;
}
#problem .kaiketsu_kakeru img{
	width: 100%;
}
@media screen and (max-width: 1140px){
	#problem .kaiketsu_bg img {width: 60%;height: auto;}
}
@media screen and (max-width: 1024px){
	.box-child-title {font-size: 20px;}
}
@media screen and (max-width: 960px){
	#problem h3 {font-size: 30px;}
	#problem .kaiketsu {font-size: 30px;}
	#problem .kaiketsu_flex {margin-bottom: 150px;}
	#problem .kaiketsu_img {max-width: 350px;}
	#problem .kaiketsu p {font-size: 30px;}
	#problem .kaiketsu_width {width: 30%;}
	#problem .kaiketsu_kakeru {width: 3%;}
}
@media screen and (max-width: 768px){
	.box-child,.box-childbox{width: 100%;}
	.box-child{margin-top: 80px;}
	#problem .kaiketsu_txt {margin: 20px 0px 0px;}
	#problem .kaiketsu_bg p {font-size: 20px;}
}
@media screen and (max-width: 600px){
	#problem .kaiketsu_bg p {font-size: 14px;padding-top: 50px;}
	#problem .kaiketsu_bg img {margin: 20px auto 0;}
}
@media screen and (max-width: 450px){
	#problem{margin-top: 130px;}
	#problem h3 {font-size: 20px;margin: 10px 0px 0px;}
	.box-child-title {font-size: 18px;}
	.box-childbox{margin-top: 10px;background: url(../images/problem_arrow.png) no-repeat center top / 20px;}
	.box-child2 {margin-top: 25px;}
	#problem .kaiketsu_flex {margin-bottom: 80px;}
	#problem .kaiketsu_img {max-width: 230px;margin: 50px auto 0px;}
	#problem .kaiketsu p {font-size: 20px;}
	#problem .kaiketsu_txt{text-align: justify;}
	#problem .kaiketsu_bg img {width: 70%;}
	
}
@media screen and (max-width: 375px){
	#problem .kaiketsu_bg p {font-size: 12px;}
}
@media screen and (max-width: 360px){
	#problem .kaiketsu p {font-size: 16px;padding: .4em;line-height: 1;}
}


/*選ばれる理由*/
#marketing{
	margin-top: 300px;
}
#marketing .ph{
	width: 100%;
	height: 600px;
	background: url("../images/reason_ph.jpg") no-repeat center center/cover;
}
#marketing .flex{
	display: flex;
	justify-content: center;
}
#marketing .kouken{
	width: 700px;
	background-color: #096765;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	border-radius: 20px 0 0 20px;
	padding: 4%;
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.16);
	margin-top: -70px;
}
#marketing .kouken_txt{
	width: 38%;
	background-color: #fff;
	font-weight: bold;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	border-radius: 0 20px 20px 0;
	padding: 3%;
	box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.16);
	margin-top: -70px;
}
#reason .bg{
	background-color: #F4F6F6;
	padding-bottom: 150px;
}
#reason .heading_bg{
	background: url(../images/reason_heading_bg.png) no-repeat center bottom / cover;
    display: block;
    padding-top: 150px;
    padding-bottom: 60px;
    width: 900px;
    margin: auto;
}
#reason .item_right{
	background-color: #fff;
	border-radius: 0 120px 0 0;
	padding: 60px 60px 30px 60px;
	margin-top: -20px;
}
#reason .item_left{
	background-color: #fff;
	border-radius: 120px 0 0 0;
	padding: 60px 60px 30px 60px;
	margin-top: -20px;
}
#reason .number{
	font-family: "Roboto", sans-serif;
	font-size: 120px;
	font-weight: bold;
	color: #096765;
	margin-top: -170px;
}
#reason .item_flex,#reason .item_flex_left{
	display: flex;
	align-items: center;
	justify-content:space-between;
}
#reason .item_txt{
	width: 65%;
}
#reason .item_txt h3{
	font-size: 36px;
	font-weight: bold;
	color: #096765;
	margin: -30px 0 50px;
	letter-spacing: 0.05em;
}
#reason .item_txt h4{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background-color: #61C2BB;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
}
#reason .item_txt p{
	margin: 10px 0 50px;
}
#reason .item_flex img{
    max-width: 400px;
    width: 70%;
	margin-right: -120px;
}
#reason .item_flex_left img{
    max-width: 400px;
    width: 70%;
	margin-left: -120px;
}
#reason a.btn_green{
	max-width: 400px;
	width: 80%;
	display: block;
	margin: -30px auto 0;
	background: url("../images/arrow_green.png") no-repeat center right 15px/34px;
	background-color: #096765;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 40px;
	padding: 20px 10px;
	position: relative;
}
#reason a.btn_gray{
	max-width: 400px;
	width: 80%;
	display: block;
	margin: -30px auto 0;
	background: url("../images/arrow_gray.png") no-repeat center right 15px/34px;
	background-color: #606060;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 40px;
	padding: 20px 10px;
	position: relative;
}
#reason a.btn_green:hover,#reason a.btn_gray:hover{
	opacity: 0.7;
}
#reason .mt100{
	margin-top: 100px;
}
#reason .tr{
	text-align: right;
}
@media screen and (max-width: 1366px){
	#marketing .ph {height: 500px;}
}
@media screen and (max-width: 1230px){
	#reason .item_flex img {max-width: 350px;margin-right: -100px;}
	#reason .item_flex_left img {max-width: 350px;margin-left: -100px;}
}
@media screen and (max-width: 1000px){
	#marketing {margin-top: 280px;}
	#marketing .kouken {font-size: 30px;width: 440px;}
	#marketing .ph {height: 400px;}
}
@media screen and (max-width: 960px){
	#reason .heading_bg{width: 100%;}
	#reason .number {font-size: 90px;margin-top: -150px;}
	#reason .item_txt h3 {font-size: 26px;}
	#reason .item_txt h4 {font-size: 20px;}
	#reason .item_flex img {max-width: 300px;margin-right: -90px;}
	#reason .item_flex_left img {max-width: 300px;margin-left: -90px;}
	#reason a.btn_green,#reason a.btn_gray{font-size: 18px;}
}
@media screen and (max-width: 768px){
	#reason .heading_bg {padding-top: 100px;}
	#marketing .flex{display: inline-block;margin-top: -100px;}
	#marketing .kouken {margin: auto;border-radius: 20px 20px 0 0px;width: 80%;}
	#marketing .kouken_txt {width: 80%;border-radius: 0 0px 20px 20px;padding: 4%;margin: auto;}
	#reason .bg {padding-bottom: 100px;}
	#reason .item_flex{display: block;}
	#reason .item_flex_left {flex-wrap: wrap-reverse;}
	#reason .item_txt {width: 100%;}
	#reason .item_flex img,#reason .item_flex_left img{margin: 0 auto 20px;display: block;}
}
@media screen and (max-width: 450px){
	#marketing {margin-top: 200px;}
	#marketing .kouken {font-size: 20px;padding: 6%;}
	#marketing .kouken_txt{padding: 6%;}
	#reason .bg {padding-bottom: 60px;}
	#reason .heading_bg {padding-top: 40px;padding-bottom: 50px;}
	#reason .item_right {border-radius: 0 60px 0 0;padding: 80px 20px 30px 20px;}
	#reason .item_left {border-radius: 60px 0 0 0;padding: 80px 20px 30px 20px;}
	#reason .number {font-size: 50px;margin-top: -120px;}
	#reason .item_txt h3 {font-size: 20px;margin: -10px 0 30px;}
	#reason .item_txt h4 {font-size: 16px;line-height: 1.8;}
	#reason .item_txt p {margin: 10px 0 30px;}
	#reason a.btn_green {font-size: 14px;background: url(../images/arrow_green.png) no-repeat center right 10px / 24px;background-color: #096765;}
	#reason a.btn_gray {font-size: 14px;background: url(../images/arrow_gray.png) no-repeat center right 10px / 24px;background-color: #606060;}
	#reason .mt100 {margin-top: 60px;}
}
@media screen and (max-width: 375px){
	#marketing .ph {height: 350px;}
	#marketing .kouken{font-size: 18px;}
	#reason .heading_bg {padding-top: 30px;}
}


/*サービス内容*/
#service{
	padding-top: 200px;
}
#service .ad_txt{
	text-align: center;
	padding: 80px 0px 50px;
}
#service .flex,#service .flex2{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
#service .ad_box{
	width: 34%;
	padding: 0 3%;
	border-right: 2px solid #D9D9D9;
}
#service .flex .ad_box:last-child{
	border-right:none;
}
#service .ad_box h3{
	text-align: center;
	font-size: 24px;
	color: #F5C600;
	font-weight: bold;
}
#service .ad_box .ad_baitai{
	text-align: center;
	line-height: 1.7;
	margin: 15px 0px;
}
#service .ad_box .ad_baitai span{
	background-color: #F4F6F6;
	border-radius: 20px;
	padding: 0px 20px;
	font-size: 16px;
}
#service .ad_box img{
	width: 90%;
	margin: 0 auto 20px;
	display: block;
}
#service .ad_naiyo{
	width: 25%;
    padding: 0 2%;
	border-right: 2px solid #D9D9D9;
}
#service .ad_naiyo_ttl{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #F5C600;
}
#service .flex .ad_naiyo:last-child{
	border-right:none;
}
#service .ad_naiyo img{
	width: 60%;
    margin: 20px auto;
	display: block;
}
#service .ad_others{
	text-align:center;
	color: #fff;
	background-color: #EBC62C;
	font-weight: bold;
	display: table;
    margin: 30px auto 0px;
    padding: 5px 30px;
	border-radius: 20px;
}
.baitai{
	position: relative;
    display: inline-block;
    top: 0;
	width: 100%;
	margin: 80px 0px 100px;
}
.baitai_box{
	background-color: #FFF8E6;
	padding: 50px 30px;
    margin: 20px;
}
.baitai_box::before, .baitai_box::after {
    position: absolute;
    top: 0;
    content: '';
    width: 30px;
    height: 100%;
    display: inline-block;
}
.baitai_box::before {
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    left: 0;
}
.baitai_box:after {
    content: '';
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    right: 0;
}
.baitai_ttl{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
.baitai_txt{
	text-align: center;
	margin: 20px 0px;
}
.baitai_flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.baitai_flex img{
	width: 20%;
	padding: 1.5% 1.5% 0 0;
}
.baitai_flex img:last-child{
	padding: 1.5% 0% 0 0;
}
@media screen and (max-width: 960px){
	#service {padding-top: 150px;}
	.baitai_flex img {width: 24%;}
}
@media screen and (max-width: 768px){
	#service .ad_txt {padding: 60px 0px 30px;}
	#service .flex{display: block;}
	#service .ad_box {width: 100%;padding: 0 0 30px; margin-bottom: 30px;border-right:none;border-bottom: 2px solid #D9D9D9;}
	#service .ad_box img {width: 80%;max-width: 400px;}
	#service .flex .ad_box:last-child {border-bottom: none;margin-bottom: 0px;padding-bottom: 0px;}
	#service .flex2{flex-wrap: wrap;justify-content: center;}
	#service .ad_naiyo {width: 47%;}
	#service .ad_naiyo_ttl{font-size: 20px;}
	#service .flex2 .ad_naiyo:nth-child(1){padding-left: 0;padding-bottom: 2%;}
	#service .flex2 .ad_naiyo:nth-child(2){padding-right: 0;padding-bottom: 2%;border-right: none;}
	#service .flex2 .ad_naiyo:nth-child(3){padding-left: 0;padding-top: 2%; border-top: 2px solid #D9D9D9;}
	#service .flex2 .ad_naiyo:nth-child(4){padding-right: 0;padding-top: 2%;border-right: none;border-top: 2px solid #D9D9D9;}
	.baitai_ttl {font-size: 24px;}
}
@media screen and (max-width: 450px){
	#service {padding-top: 80px;}
	#service .ad_txt{padding: 40px 0px 30px;}
	#service .ad_box h3 {font-size: 18px;}
	#service .ad_box .ad_baitai span{font-size: 12px;}
	#service .ad_naiyo {width: 44%;padding: 0 5%;}
	#service .ad_naiyo_ttl {font-size: 18px;}
	#service .flex2 .ad_naiyo:nth-child(1),#service .flex2 .ad_naiyo:nth-child(2){padding-bottom: 5%;}
	#service .flex2 .ad_naiyo:nth-child(3),#service .flex2 .ad_naiyo:nth-child(4) {padding-top: 5%;}
	.baitai {margin: 50px 0px 80px;}
	.baitai_ttl {font-size: 18px;}
	.baitai_box {padding: 30px 20px;margin: 10px;}
}

/*料金体系*/
#price{
	background-color: #F4F6F6;
	padding: 200px 0px 100px;
}
#price .flex{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
#price .box{
	background-color: #fff;
    border-radius: 20px;
    width: 28%;
    margin-right: 1%;
}
#price .flex .box:nth-child(3){
	margin-right: 0%;
}
#price .box .ttl{
	background-color: #279896;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	border-radius: 20px 20px 0px 0px;
	letter-spacing: 0.05em;
    color: #fff;
}
#price .box .txt{
	padding: 0px 20px 30px;
}
#price .box .txt .kakaku{
	text-align: center;
    line-height: 1.3;
	font-size: 40px;
    font-weight: bold;
	margin-bottom: 20px;
}
#price .box .txt .kakaku .ichi{
	background-color: #F4F6F6;
    border-radius: 20px;
    padding: 0px 20px;
    font-size: 16px;
	font-weight: normal;
}
#price .box .txt .kakaku .en{
	font-size: 26px;
}

#price .plus{
	transform: rotate( 45deg );
	width: 24px;
    display: block;
    margin: 20px auto;
}
#price .haishinryo{
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
	width: 86%;
	margin: auto;
	padding: 20px 0px;
}
#price .haishinryo span{
	font-size: 22px;
	font-weight: bold;
}
#price ul{
	width: 86%;
	margin: 30px auto 0px;
}
#price ul li {
	text-align: center;
}
@media screen and (max-width: 1060px){
	#price .box {width: 33%;}
	#price .haishinryo,#price ul{width: 100%;}
}
@media screen and (max-width: 960px){
	#price {padding: 150px 0px 100px;}
}
@media screen and (max-width: 768px){
	#price .flex {display: block;margin-top: 60px;}
	#price .box {width: 100%;margin-right: 0%;margin-bottom: 10px;}
}
@media screen and (max-width: 450px){
	#price {padding: 80px 0px 60px;}
	#price .flex {margin-top: 40px;}
	#price .box .ttl {font-size: 18px;}
	#price .box .txt .kakaku {font-size: 30px;}
	#price .box .txt .kakaku .ichi{font-size: 12px;}
	#price .box .txt .kakaku .en {font-size: 18px;}
	#price .haishinryo span{font-size: 18px;}
	#price ul li {margin-left: 1em;text-indent: -1em;text-align: justify;}
}

/*ご利用の流れ*/
#flow{
	padding: 200px 0px 100px;
	position: relative;
}
#flow .order_p{
	margin: 80px 0 0 auto;
}
#flow .order{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-left: 5%;
}
#flow .number{
	font-family: "Roboto", sans-serif;
	color: #fff;
	width: 172px;
	height: 172px;
	font-size: 36px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	font-weight: bold;
	margin-right: 30px;
	margin-right: -85px;
    z-index: 1;
}
#flow .n01{background: url("../images/flow_number1.png") no-repeat center center/100%;}
#flow .n02{background: url("../images/flow_number2.png") no-repeat center center/100%;}
#flow .n03{background: url("../images/flow_number3.png") no-repeat center center/100%;}
#flow .n04{background: url("../images/flow_number4.png") no-repeat center center/100%;}
#flow .n05{background: url("../images/flow_number5.png") no-repeat center center/100%;}
#flow .n06{background: url("../images/flow_number6.png") no-repeat center center/100%;}
#flow .box{
	width: 70%;
	border-left: 5px solid #CCCCCC;
	padding-left: 120px;
}
#flow .box2{
	width: 70%;
	padding-left: 120px;
}
#flow h3{
	font-size: 24px;
	font-weight: bold;
	color: #F5C600;
	margin: 20px 0 10px;
}
#flow .txt{
	background-color: #F4F6F6;
	border-radius: 20px 0px 0px 20px;
	padding: 20px 0px 20px 30px;
	margin-bottom: 60px;
}
#flow .txt p{
	width: 75%;
}
#flow .free{
	background-color: #F5C600;
    color: #fff;
    font-weight: bold;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    padding: 0px 10px;
    font-size: 20px;
    position: absolute;
    top: 330px;
    right: 10%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
	letter-spacing: 1em;
}
@media screen and (max-width: 1340px){
	#flow .free {top: 350px;right: 5%;}
}
@media screen and (max-width: 1300px){
	#flow .free {height: 530px;}
}
@media screen and (max-width: 1091px){
	#flow .free {height: 570px;}
}
@media screen and (max-width: 1037px){
	#flow .box,#flow .box2{width: 75%;}
}
@media screen and (max-width: 960px){
	#flow {padding: 150px 0px 70px;}
	#flow .number {width: 120px;height: 120px;margin-right: -60px;}
	#flow .box, #flow .box2 {width: 95%;padding-left: 0px;}
	#flow h3 {margin: 20px 0px 10px 80px;}
	#flow .txt {margin-left: 80px;}
	#flow .txt p {width: 80%;}
	#flow .free {height: 450px;}
}
@media screen and (max-width: 768px){
	#flow .order_p {margin: 60px 0 0 auto;}
	#flow .number {width: 100px;height: 98px;margin-right: -50px;font-size: 26px;}
	#flow .txt {padding: 20px 40px 20px 30px;}
	#flow .txt p {width: 100%;}
	#flow .free{position: static;writing-mode:horizontal-tb;height: 70px;margin: 0 5%;}
	#flow .n03{margin-top: 60px;}
	#flow .pt03{padding-top: 60px;}
}
@media screen and (max-width: 450px){
	#flow {padding: 100px 0px 70px;}
	#flow .order_p {margin: 40px 0 0 auto;}
	#flow .number {width: 70px;height: 68px;margin-right: -35px;font-size: 18px;}
	#flow .box {border-left: 3px solid #CCCCCC;}
	#flow h3 {font-size: 18px;margin: 20px 0px 10px 50px;}
	#flow .free {font-size: 16px;letter-spacing: 0.5em;}
	#flow .txt {margin-bottom: 20px;margin-left: 50px;}
	#flow .n03 {margin-top: 20px;}
	#flow .pt03 {padding-top: 20px;}
}

/*WEB広告・SNS広告*/
#web{
	background: 
	url("../images/bg1.png") no-repeat top left 5%,
	url("../images/bg2.png") no-repeat bottom left 5%,linear-gradient(to right, #fff 0%, #fff 5%, #EAF8F8 5%, #EAF8F8 100%);
	width: 100%;
	padding: 120px 0px;
	margin-bottom: 60px;
}
#sns{
	background: 
	url("../images/bg3.png") no-repeat top right 5%,
	url("../images/bg4.png") no-repeat bottom right 5%,linear-gradient(to left, #fff 0%, #fff 5%, #FDF9EF 5%, #FDF9EF 100%);
	width: 100%;
	padding: 120px 0px;
}
#web .inner2,#sns .inner2{
	width: 80%;
	max-width: 1200px;
	margin: auto;
}
#web h2,#sns h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#web h2 span,#sns h2 span{
	font-size: 20px;
}
.setsumei{
	text-align: center;
	margin-bottom: 60px;
}
.tokutyo{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
table.tokutyo_list{
	width: 100%;
	margin-bottom: 80px;
}
table.tokutyo_list th{
	font-size: 20px;
	text-align: left;
	margin-right: 30px;
	width: 270px;
	padding: 20px 0px;
}
table.tokutyo_list td{
	text-align: justify;
	padding: 20px 0px;
	line-height: 1.8;
}
#sns .hosoku{
	margin: -50px 0px 80px;
}
.jirei{
	background-color: #fff;
	border-radius: 50px;
	width: 80%;
	max-width: 1350px;
	margin: auto;
	padding: 80px 0px;
}
.jirei .ttl{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
}
.jirei .irai{
	font-size: 20px;
	font-weight: bold;
	margin-top: 70px;
}
.jirei .irai span{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-color: #000;
	width: 110px;
    display: inline-block;
    text-align: center;
	border-radius: 20px;
	margin-right: 20px;
}
.jirei .haishin{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 15px 0px 30px;
}
.jirei .haishin p{
	font-weight: bold;
}
.jirei .haishin .naiyo{
	margin-right: 20px;
}
.jirei .item{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
	padding: .3em;
}
.jirei .kouka{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.jirei .kouka .txt{
	width: 55%;
}
.jirei .kouka .txt p{
	margin-top: 10px;
}
.jirei .kouka .img{
	width: 40%;
}

.c096765{color: #096765;}
.c61C2BB{color: #61C2BB;}
.c61C2BB_border{border-bottom: 1px solid #61C2BB;}
.cEAF8F8_bg{background-color:#EAF8F8; border-radius: 5px;padding: 0 15px;margin: 2.5px 5px 2.5px 0;}
.c61C2BB_bg{background-color:#61C2BB;}

.cF5C600{color: #F5C600;}
.cEBC62C{color: #EBC62C;}
.cEBC62C_border{border-bottom: 1px solid #EBC62C;}
.cFDF9EF_bg{background-color:#FDF9EF; border-radius: 5px;padding: 0 15px;margin: 2.5px 5px 2.5px 0;}
.cEBC62C_bg{background-color:#EBC62C;}
@media screen and (max-width: 960px){
	#web h2, #sns h2 {font-size: 30px;}
	#web h2 span, #sns h2 span {font-size: 18px;}
	#web .inner2{width: 90%;margin: 0 0 0 auto;padding-right: 5%;}
	#sns .inner2 {width: 90%;margin: 0 auto 0 0;padding-left: 5%;}
	#web .jirei {width: 85%;margin: 0 5% 0 auto;}
	#sns .jirei {width: 85%;margin: 0 auto 0 5%;}
	.jirei .ttl {font-size: 26px;}
	.jirei .item{font-size: 20px;}
}
@media screen and (max-width: 768px){
	table.tokutyo_list th,table.tokutyo_list td{display: block;width: 100%;}
	table.tokutyo_list th{margin-right: 0px;padding: 0;}
	table.tokutyo_list th.c61C2BB_border,table.tokutyo_list th.cEBC62C_border{border: none;}
	table.tokutyo_list td{padding-top: 5px;margin-bottom: 20px;}
	.jirei .kouka{display: block;}
	.jirei .kouka .txt {width: 100%;}
	.jirei .kouka .img {width: 100%;margin-top: 20px;}
}
@media screen and (max-width: 450px){
	#web,#sns{padding: 80px 0px;}
	#web h2, #sns h2 {font-size: 24px;}
	.setsumei {text-align: justify;word-break:break-all;text-justify:inter-character;}
	.tokutyo {font-size:18px;}
	table.tokutyo_list {margin-bottom: 40px;}
	table.tokutyo_list th{font-size: 16px;}
	#sns .hosoku{margin: -40px 0px 40px;}
	.jirei {border-radius: 20px;padding: 30px 0px;}
	.jirei .ttl {font-size: 16px;}
	.jirei .haishin .naiyo {margin-right: 10px;font-size: 12px;}
	.jirei .haishin p{font-size: 12px;}
	.jirei .irai span {font-size: 14px;width: 80px;margin-right: 10px;}
	.jirei .irai {font-size: 14px;margin-top: 50px;}
	.jirei .item {font-size: 16px;}
	.cEAF8F8_bg,.cFDF9EF_bg{padding: 0 10px;}
}

/*よくあるご質問*/
#faq{
	padding: 200px 0px 100px;
}
.accordion{
	margin: 80px 0px 0px;
	border-bottom: 1px solid #707070;
}
.accordion .box{
	padding-bottom: 20px;
}
.accordion-content {
  display: none;
	background-color: #F4F6F6;
	padding: 20px;
	margin-top: 20px;
}
.accordion-header {
	border-top: 1px solid #707070;
  padding: 20px 65px 0px 20px;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;

}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:20px;
  right:20px;
  bottom:0;
  width:24px;
  height:3px;
  margin:auto;
  background:#096765;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}
.accordion-header span,
.accordion-content span{
  position: relative;
	color: #096765;
	font-weight: bold;
}
@media screen and (max-width: 960px){
	#faq {padding: 150px 0px 0px;}
}
@media screen and (max-width: 768px){
	.accordion{margin: 60px 0px 0px;}
}
@media screen and (max-width: 450px){
	#faq{padding: 100px 0px 40px;}
	.accordion-header {padding: 20px 40px 0px 0px;}
	.accordion-header::before, .accordion-header::after {right: 0px;width: 15px;height: 2px;}
}

/*お問い合わせ*/
#contact{
	padding: 200px 0px 100px;
}
#contact table{
	width: 90%;
	margin: 80px auto 0;
}
#contact table th{
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
	margin: 0px 20px 20px 0px;
}
#contact table td{
	width: 60%;
}
input[type="text"],textarea {
    width: 100%;
    padding: 1%;
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
	 -webkit-appearance: none;
    outline: none;
    border-radius: 3px;
    border: 1px solid #707070;
}

#contact table td input[type=checkbox] {
  transform: scale(1.5);
	margin: 0 10px 10px 2px;
}
#contact table td input[type=checkbox]:last-child{
	margin-bottom: 20px;
}
.hissu{
	font-size: 16px;
	color: #fff;
	background-color: #E08888;
	text-align: center;
	width: 60px;
	border-radius: 20px;
}
.doui{
	display: flex;
	align-items: center;
	justify-content: center;
}
.doui .hissu{
	margin-right: 20px;
}
.doui input[type=checkbox] {
  transform: scale(1.5);
	margin: 0 10px 0px 2px;
}
.doui a{
	text-decoration: underline;
	color: #000;
}
.doui a:hover{
	opacity: 0.5;
}
#contact .btn{
	max-width: 400px;
    width: 80%;
    display: block;
    margin: 60px auto 100px;;
    background-color: #EBC62C;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    padding: 20px 10px;
    border: none;
}
#contact_comp{
	padding: 100px 0px;
}
#contact_comp .compttl{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-bottom: 30px;
}
#contact_comp .compnaiyou p{
	text-align: center;
}
#contact_comp .compnaiyou_list{
	text-align: center;
}
#contact_comp .compnaiyou_list ul{
	background-color: #FFF8E6;
    border-radius: 20px;
    padding: 30px 50px;
    margin: 20px auto;
	text-align: left;
  display: inline-block;
}
#contact_comp .compnaiyou_list ul li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}
#contact_comp a.backbtn{
	max-width: 400px;
    width: 80%;
    display: block;
	background: url("../images/arrow_yellow.png") no-repeat center right 15px/34px;
    margin: 60px auto 0px;;
    background-color: #EBC62C;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    padding: 20px 10px;
    border: none;
}
#contact_comp a.backbtn:hover{
	opacity: 0.7;
}
@media screen and (max-width: 960px){
	#contact {padding: 150px 0px 100px;}
	#contact .btn,#contact_comp a.backbtn{font-size: 18px;margin: 60px auto 0px;}
}
@media screen and (max-width: 768px){
	#contact table {margin: 60px auto 0;width: 100%;}
	#contact table th {margin: 0px 0px 5px 0px;}
	#contact table td{display: block;width: 100%;}
	.hissu {font-size: 12px;width: 45px;}
	#contact_comp .compttl{font-size: 24px;}
}
@media screen and (max-width: 450px){
	#contact {padding: 80px 0px;}
	#contact table {width: 100%;}
	input[type="text"] {height: 30px;}
	.doui .hissu{margin-right: 8px;}
	#contact .btn{font-size: 14px;}
	#contact_comp{padding: 60px 0px;}
	#contact_comp .compttl {font-size: 18px;}
	#contact_comp .compnaiyou p {text-align: justify;}
	#contact_comp .compnaiyou_list ul {padding: 20px;}
	#contact_comp a.backbtn {font-size: 14px;background: url(../images/arrow_yellow.png) no-repeat center right 10px / 24px;background-color: #EBC62C;}
}

/*会社概要*/
#company{
	background-color: #F4F6F6;
	padding: 200px 0px 100px;
}
.company_img{
	max-width: 342px;
	width: 90%;
	margin: 80px auto 0;
	display: block;
	mix-blend-mode:multiply;
}
.company_img img{
	width: 100%;
}
#company table{
	width: 90%;
	margin: 50px auto 0;
}
#company table th{
	background-color: #939393;
	color: #fff;
	font-weight: bold;
	width: 140px;
	border-bottom: 1px solid #707070;
}
#company table td{
	background-color: #fff;
	padding: 20px 40px;
	border-bottom: 1px solid #707070;
	line-height: 1.8;
    text-align: justify;
}
@media screen and (max-width: 960px){
	#company {padding: 150px 0px 100px;}
}
@media screen and (max-width: 768px){
	.company_img {margin: 60px auto 0;}
}
@media screen and (max-width: 450px){
	#company {padding: 100px 0px 60px;}
	.company_img {margin: 40px auto 0;max-width: 200px;}
	#company table {width: 100%;margin: 30px auto 0;}
	#company table th{display: block;width: 100%;border-bottom:none;padding: 10px 0px;}
	#company table td {display: block;width: 100%;padding: 10px 3%;border-bottom:none;}
}


/*footer***************/
.naviarea{
	background-color: #096765;
	padding: 30px 20px 40px;
}
.naviarea ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.naviarea ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
}
.naviarea ul li a:hover{
	color: #EBC62C;
}
.naviarea .tel{
	display: flex;
	align-items: center;
	justify-content: center;
}
.naviarea .tel a{
	background-color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    margin: 30px 8px 0px;
    width: 340px;
    padding: 5px 10px;
    font-size: 20px;
	color: #000;
}
.naviarea .tel a span{
	color: #096765;
	margin-right: 20px;
}
footer .companylink{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px 20px 30px;
}
footer .companylink h2{
	width: 150px;
}
footer .companylink h2 img{
	width: 100%;
}
footer .companylink a:hover{
	opacity: 0.5;
}
footer .companylink ul{
	display: flex;
}
footer .companylink ul li a{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
}

/*ページトップ*/
#page-top a{
	transition:all 0.3s;
}
#page-top img{
	width: 60px;
}
/*リンクを右下に固定*/
#page-top {
	position: -webkit-sticky;
    position: sticky;
    bottom: 20px;
	right: 20px;
    float: right;
	margin-top: -30px;
}
@media screen and (max-width: 1190px){
	.naviarea ul li a {font-size: 14px;}
}
@media screen and (max-width: 960px){
	.naviarea {padding: 50px 20px 60px;}
	.naviarea ul li a {padding: 0 10px;}
	footer .companylink {margin-bottom: 65px;}
	#page-top {bottom: 80px;right: 15px;}
	.btn_kotei{position: fixed;bottom: 0;z-index: 2;background-color: #61C2BB;width: 100%;color: #fff;font-weight: bold;text-align: center;font-size: 18px;padding: 20px 0px;}
}
@media screen and (max-width: 768px){
	.naviarea .tel a {margin: 0px 8px;}
}
@media screen and (max-width: 450px){
	.naviarea {padding: 30px 20px;}
	.naviarea .tel{flex-wrap: wrap;}
	.naviarea .tel a{font-size: 14px;}
	.naviarea .tel a:first-child{margin-bottom: 10px;}
	.naviarea .tel a span {width: 60px;display: inline-block;font-size: 14px;margin-right: 10px;}
	footer .companylink {padding: 5px;}
	footer .companylink h2 {width: 70px;}
	footer .companylink ul li a {font-size: 12px;padding: 0 5px;}
	#page-top {margin-top: -20px;}
	#page-top img {width: 40px;}
	.btn_kotei{font-size: 16px;}
}