@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&display=swap');

:root {
	--black: #302a25;
	--blue1: #cff0fc;
	--blue2: #33cfff;
	--orange1: #fdefd5;
	--orange2: #ffcd72;
	--orange3: #ffae1a;
	--orange4: #ff930f;
	--yellow: #ffef2d;
	--brown: #5f350f;
}

/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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;
}

body {
	line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
body {
	font-size: 14px;
	color: #333333;
	font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック',
		'Yu Gothic', sans-serif;
}
p {
	line-height: 1.6;
}
small {
	font-size: 80%;
}
.clear {
	clear: both;
}

.small {
	font-size: 14px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}
.bg_none {
	background: none !important;
}

h5 {
	font-size: 22px;
}
h6 {
	font-size: 15px;
}
strong {
	font-weight: bold;
}
.ct {
	text-align: center;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.wrapper {
		width: 100%;
		overflow-x: hidden;
	}
}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 140px;
}
.inner a img,
a {
	transition: transform 0.2s;
}
.active a {
	z-index: 3;
}
.active a:hover,
.inner a img:hover,
a:hover,
.sticky-button a:hover {
	transform: scale(0.95);
	color: rgba(255, 255, 255, 0.817);
}
.active a:hover {
	text-decoration: none;
}
.button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 64px;
	padding: 20px 8px;
	color: white;
	background: var(--orange4);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
}
.cv {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}
.effect-fade {
	opacity: 0;
	transform: translate(0, 45px);
	transition: all 1s;
}
.effect-fade.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}
.text-cont span {
	color: var(--black);
	background: var(--yellow);
}

@media only screen and (max-width: 767px) {
	.inner {
		width: 100%;
		margin: 0 auto;
		padding: 6% 4% 2%;
		box-sizing: border-box;
	}
	.inner h3 img {
		height: 9vw;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 13px;
	}
	.button {
		width: 100%;
	}
}

/* header
---------------------------------------------------------------------------- */
header {
	width: 960px;
	margin: 0 auto;
}
header .logo {
	padding: 20px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	header {
		width: 100%;
	}
	header .logo {
		padding: 4%;
		text-align: center;
	}
	header .logo img {
		width: 50%;
	}
}

/* main 
---------------------------------------------------------------------------- */
.main {
	position: relative;
	width: 100%;
	background: var(--orange1);
	background-position: center bottom -63px, center;
	background-image: url(/assets/img/special/active_recruitment/bg_plaid.png);
	background-size: 100% auto;
	height: 426px;
}
.main::before {
	content: '';
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 370px;
	background: url('/assets/img/special/active_recruitment/bg_main.png');
	background-repeat: no-repeat;
	top: 62px;
	left: 0px;
	right: 0;
	background-position: center bottom;
	z-index: 0;
}
.main-pic {
	width: 1300px;
}
.main .inner {
	text-align: center;
}
.main .inner .title {
	display: block;
}
.main .inner h2 {
	font-size: 18px;
}
.main .inner h2 span {
	background: var(--yellow);
}
@media only screen and (max-width: 769px) {
	.main {
		height: 110vw;
	}
	.main::before {
		height: 72vw;
		background: bottom / contain url(/assets/img/special/active_recruitment/bg_main_sp.png) no-repeat;
		top: auto;
		bottom: 0;
	}
	.main .inner {
		position: absolute;
		padding-left: 0;
		padding-right: 0;
	}
	.main .inner h2 {
		font-size: 4.4vw;
	}
	.main .inner .title img {
		position: relative;
		left: -14px;
		width: 100%;
	}
}

/* contents
---------------------------------------------------------------------------- */
.contents {
	background: linear-gradient(var(--orange1) 50%, var(--blue1) 50%);
	background-size: 100% auto;
}
.contents .inner {
	padding-top: 20px;
}
.contents h4 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 8px 0 18px;
}
.contents h4::after {
	content: '';
	position: absolute;
	width: 158px;
	height: 15px;
	background: url(/assets/img/special/active_recruitment/tit_deco_b.svg);
	bottom: -32px;
	left: 0;
}
.sticky-item {
	position: sticky;
	position: -webkit-sticky;
	top: 110px;
	right: 0;
	padding: 36px 20px 0 0;
	height: 0;
}
.sticky-button{
	padding: 20px 48px;
	background: var(--orange4);
	border-radius: 30px;
	bottom: 9px;
	position: relative;
	color: white;
	font-weight: 500;
}
.btn_float_entry {
    width: 525px;
    background: var(--orange4);
    border-radius: 16px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
    font-size: 20px;
	margin: 0 auto;
}
.btn_float_entry a{
	position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: white;
    text-align: center;
    text-decoration: none;
    transition: 0.25s linear;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    font-weight: 500;
    -webkit-mask-repeat: space;
    padding: 20px 45px 20px 0;
}
.btn_float_entry a span {
    font-size: 16px;
    color: white;
    width: 106px;
    height: 26px;
    border-radius: 7px;
    padding: 4px 8px 4px 10px;
    margin: 10px;
    border: 1px solid;
}
.btn_float_entry a::after, .joboffer .job-cont li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 5px;
}
.joboffer .job-cont li a{
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 15px;
}
@media only screen and (max-width: 769px) {
	.sticky-item {
		position: absolute;
		margin: auto;
		padding: 0;
		width: 90%;
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
	}
	.sticky-button {
		width: 100%;
	}
	.btn_float_entry {
		width: 90%;
    	height: auto;
	}
	.btn_float_entry a{
		padding: 3% 0 3%;
		font-size: 4.3vw;
		position: relative;
		display: block;
		z-index: 2;
		overflow: hidden;
		width: 100%;
		letter-spacing: 0.1em;
		line-height: 1.6;
		color: white;
		text-align: center;
		text-decoration: none;
		transition: 0.25s linear;
		-webkit-transition: 0.25s linear;
		-moz-transition: 0.25s linear;
		font-weight: 500;
		-webkit-mask-repeat: space;
	}
	.btn_float_entry a span {
		font-size: 3vw;
	}
	.joboffer .job-cont li a{
		width: 85%;
		font-size: 4vw;
		padding: 7% 10%;
		margin: 0 auto;
	}
}

/* message
---------------------------------------------------------------------------- */
.message {
	position: relative;
	height: 466px;
	background: center bottom / 800px no-repeat var(--blue1) url('/assets/img/special/active_recruitment/bg_messages.png');
}
.message::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	top: -60px;
	border-top-left-radius: 55% 100px;
	border-top-right-radius: 55% 100px;
	background: var(--blue1);
}
.message .inner,
.interview .inner {
	display: flex;
	justify-content: space-between;
}
.message .inner p,
.interview .inner p {
	width: 450px;
}
.message h4 {
	color: var(--blue2);
}
.message h4 span {
	color: var(--black);
}
.message .inner p {
	padding: 42px 0 0 0;
}
@media only screen and (max-width: 769px) {
	.message {
		padding-top: 8%;
		height: 167vw;
		background-size: 130vw;
		background-position-x: 162%;
	}
	.message::before {
		border-top-left-radius: 55% 40px;
		border-top-right-radius: 55% 40px;
	}
	.message .inner p {
		padding-top: 10%;
	}
	.message .inner p,
	.interview .inner p {
		width: 100%;
	}
	.message .inner {
		flex-direction: column;
		height: 178vw;
	}
	.interview::before {
		content: '';
		width: 1000px;
		height: 900px;
		background: url();
	}
}
@media only screen and (max-width: 400px) {
	.message {
		height: 180vw;
	}
}

/* interview
---------------------------------------------------------------------------- */
.interview {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 32px;
	background: var(--orange1);
}
.interview::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1000px;
	background: center top / contain url(/assets/img/special/active_recruitment/bg_interview.png) no-repeat;
	z-index: 0;
	top: 0;
}
.interview h4 {
	color: var(--orange3);
	top: -60px;
}
.interview h4::after {
	background: url(/assets/img/special/active_recruitment/tit_deco_o.svg);
}
.interview .inner {
	background: bottom right 20px / 419px no-repeat url(/assets/img/special/active_recruitment/illust_interview.png);
}
@media only screen and (max-width: 769px) {
	.interview .inner {
		background: none;
	}
	.interview .inner h3 img {
		height: 19vw;
	}
	.interview h4 {
		top: -38px;
	}
	.interview a {
		text-align: center;
	}
}

/* joboffer
---------------------------------------------------------------------------- */
.joboffer {
	position: relative;
	margin-top: 127px;
	padding: 90px 0 28px;
	background: var(--orange2);
	background-image: url(/assets/img/special/active_recruitment/bg_plaid_2.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	border-top-left-radius: 55% 100px;
	border-top-right-radius: 55% 100px;
	border-bottom-left-radius: 55% 100px;
	border-bottom-right-radius: 55% 100px;
}
.joboffer::before {
	content: '';
	position: absolute;
	margin: auto;
	width: 656px;
	height: 304px;
	background: center / contain url('/assets/img/special/active_recruitment/illust_job.png') no-repeat;
	top: -159px;
	left: 0;
	right: 0;
}
.joboffer .title h4 {
	color: var(--brown);
}
.joboffer .title h4::after {
	background: url(/assets/img/special/active_recruitment/tit_deco_o2.svg);
}
.joboffer .tit-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.joboffer .tit-cont .sticky-button {
	margin-right: 20px;
	margin-bottom: 30px;
}
.joboffer .cv {
	margin-top: 30px;
}
.joboffer .cv .button {
	margin-top: 28px;
}
.job-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.job-cont li {
	width: 312px;
}
.job-cont li:last-of-type .pay {
	padding-bottom: 34px;
}
.employ {
	position: relative;
	top: -10px;
	left: 25px;
}
.employ span {
	padding: 4px 12px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	background: var(--brown);
	border-radius: 30px;
}
.pay {
	line-height: 1.1;
	padding: 12px 12px 12px 54px;
	position: relative;
}
.pay::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	top: 8px;
	left: 15px;
	background: center / contain url(/assets/img/special/active_recruitment/yen.svg);
}
.job-tit {
	padding: 11px 16px;
	width: 90%;
	line-height: 1.4;
	color: var(--brown);
	font-weight: 600;
	background: var(--orange1);
	transform: rotateZ(358deg);
	box-shadow: -7px 7px 0 #deb05d;
}
.job-detail p {
	width: 90%;
	padding: 16px 0;
}
.simple {
	margin-right: 4px;
	padding: 4px 8px;
	border-radius: 30px;
	color: var(--orange4);
	background: white;
}
@media only screen and (max-width: 769px) {
	.joboffer {
		margin-top: 27%;
		border-top-left-radius: 55% 40px;
		border-top-right-radius: 55% 40px;
		border-bottom-left-radius: 55% 40px;
		border-bottom-right-radius: 55% 40px;
	}
	.joboffer::before {
		background: center / contain url('/assets/img/special/active_recruitment/illust_job_sp.png') no-repeat;
		width: 100%;
	}
	.joboffer .inner {
		padding: 0;
	}
	.joboffer .tit-cont .sticky-button {
		display: none;
	}
	.joboffer .tit-cont,
	.joboffer .cv {
		padding: 6% 4% 2%;
	}
	.joboffer .cv {
		margin-top: 0;
		padding-bottom: 15%;
	}
	.joboffer .cv .button {
		width: 100%;
	}
	.job-cont {
		overflow: scroll;
		overflow-x: auto;
		overflow-y: hidden;
		padding-top: 6%;
		flex-wrap: nowrap;
	}
	.job-cont::-webkit-scrollbar {
		width: 16px;
	}
	.job-cont::-webkit-scrollbar-track {
		background-color: #ffffff3f;
		border-radius: 100px;
	}
	.job-cont::-webkit-scrollbar-thumb {
		background-color: #ffffff;
		border-radius: 100px;
	}
	.job-cont li,
	.job-pic {
		width: 250px;
	}
	.job-cont li {
		margin: 0 2%;
	}
	.job-cont li:first-of-type {
		margin-left: 8%;
	}
	.job-tit {
		padding: 9px 14px;
	}
	.employ span {
		font-size: 14px;
	}
	.pay {
		padding-left: 44px;
	}
	.pay::after {
		width: 24px;
		height: 24px;
	}
	.free {
		display: none;
	}
	.job-cont li:last-of-type .pay {
		padding-bottom: 12px;
	}
}

/* voice
---------------------------------------------------------------------------- */
.voice {
	position: relative;
	background: var(--blue1);
}
.voice::before {
	content: '';
	position: absolute;
	width: 189px;
	height: 86px;
	background: center / contain url('/assets/img/special/active_recruitment/illust_ttl_voice.png') no-repeat;
	top: -61px;
	left: 0;
	right: 0;
	margin: auto;
}
.voice::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	border-top-left-radius: 55% 100px;
	border-top-right-radius: 55% 100px;
	background: white;
}
.voice .inner {
	position: relative;
	padding-top: 66px;
	padding-bottom: 335px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: center bottom 26px / 780px url(/assets/img/special/active_recruitment/bg_voice_inner.png) no-repeat;
}
.voice .inner::after {
	content: '';
	position: absolute;
	margin: auto;
	width: 399px;
	height: 225px;
	background: center / contain url(/assets/img/special/active_recruitment/illust_contect_2.png) no-repeat;
	bottom: -17px;
	right: 39px;
	z-index: 3;
}
.voice h4 {
	margin-bottom: 40px;
}
.voice h4::after {
	margin: auto;
	background: url(/assets/img/special/active_recruitment/tit_deco_o.svg);
	right: 0;
}
.voice .tit-cont {
	width: 980px;
	text-align: center;
	background: center / contain url(/assets/img/special/active_recruitment/voice_tit_deco.png) no-repeat;
}
.voice-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 790px;
	background: center 30px/ 650px url(/assets/img/special/active_recruitment/deco_voice.png) no-repeat;
}
.voice-cont p {
	position: relative;
	margin-top: 20px;
	padding: 12px 25px;
	font-size: 20px;
	font-weight: 600;
	background: white;
	color: var(--black);
	border-radius: 30px;
}
.voice-cont p::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 22px solid white;
	border-bottom: 15px solid transparent;
}
.voice-cont p:first-of-type {
	left: -100px;
}
.voice-cont p:nth-of-type(2) {
	right: -80px;
}
.voice-cont p:last-of-type {
	left: -40px;
}
.voice-cont p:first-of-type::after {
	left: -18px;
}
.voice-cont p:nth-of-type(2)::after {
	right: -17px;
	transform: rotateZ(180deg);
}
.voice-cont small {
	margin: 28px 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	color: var(--blue2);
}
.contect {
	position: relative;
	margin-top: 60px;
	padding: 30px;
	width: 784px;
	height: 374px;
	text-align: center;
	color: white;
	background: var(--orange3);
	border-radius: 20px;
	outline: solid 1px #fff;
	outline-offset: -12px;
}
.contect p {
	margin-top: 20px;
}
.contect .illust {
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 767px) {
	.voice {
		margin-bottom: 10%;
	}
	.voice .inner,
	.voice .tit-cont,
	.voice-cont {
		width: 100%;
	}
	.voice::after {
		border-top-left-radius: 55% 17px;
		border-top-right-radius: 55% 17px;
	}
	.voice .inner {
		padding-bottom: 86vw;
		background-size: contain;
		background: center bottom 26px / 100% url(/assets/img/special/active_recruitment/bg_voice_inner_sp.png) no-repeat;
	}
	.voice .inner::after {
		width: 270px;
		height: 172px;
		background: center / contain url(/assets/img/special/active_recruitment/illust_contect_2_sp.png) no-repeat;
		bottom: -24px;
		right: 0;
	}
	.voice-cont p {
		font-size: 15px;
	}
	.voice-cont p:first-of-type,
	.voice-cont p:last-of-type {
		left: 0;
	}
	.voice-cont p:nth-of-type(2) {
		right: 0;
	}
	.voice-cont p::after {
		top: 11px;
	}
	.voice-cont p:first-of-type::after {
		left: -15px;
	}
	.voice-cont p:first-of-type::after,
	.voice-cont p:nth-of-type(2)::after {
		right: -10px;
	}
	.voice-cont p:last-of-type::after {
		left: -10px;
	}
	.voice-cont small {
		font-size: 14px;
	}
	.contect {
		width: 100%;
	}
	.contect p {
		text-align: left;
	}
	.contect .illust {
		width: 100%;
	}
}
@media only screen and (max-width: 400px) {
	.voice-cont p,
	.voice-cont small {
		font-size: 13px;
	}
}


/*------------------------------------------------------
	footer other info
------------------------------------------------------*/

#other_info {
	color: #10abe8;
}

#other_info .telBox {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

#other_info .telBox .info1 {
	overflow: hidden;
	margin: 0 0 20px 0;
	background-color: #effaff;
	color: #10abe8;
	border-radius: 5px;
	padding: 10px;
}

#other_info .telBox .info1 .ttl {
text-align: center;
}

#other_info .telBox .info1 .ttl .telTtl {
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 100px;
	line-height: 1;
	background-color: #10abe8;
	color: #fff;
	text-align: center;
}

#other_info .telBox .info1 .ttl .free {
	margin: 0 0 0 10px;
	font-size: 12px;
	text-align: center;
}

#other_info .telBox .info1 li {
	width: 30%;
	float: left;
	padding-left: 5px;
	margin-top: 5px;
}

#other_info .telBox .info1 li#tel {
	text-align: center;
}

#other_info .telBox .info1 li.txt {
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	display: inline-block;
	padding-left: 15px;
}

#other_info .telBox .info1 li#tel a {
	font-family: "Roboto Condensed", "Helvetica", ヒラギノ明朝 Pro W3,
		ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
	display: block;
	border-radius: 8px;
	font-size: 40px;
	font-weight: 600;
	color: #10abe8;
	text-decoration: none;
	white-space: nowrap;
}

#other_info .telBox .box01 {
	overflow: hidden;
	border-radius: 5px;
	width: 31.3333%;
	float: left;
}

#other_info .telBox .box01,
#other_info .telBox .box02 {
	margin-right: 2%;
}

#other_info .telBox .box01 figure,
#other_info .telBox .box02 figure {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#other_info .telBox .box01 .txtbox {
	float: left;
	width: 77%;
}

#other_info .telBox .box01 .txtbox h2,
#other_info .telBox .box02 .txtbox h2 {
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: left;
	line-height: 1.2;
}

#other_info .telBox .txtbox p {
	font-size: 80%;
	line-height: 1.3;
	color: #797979;
}

footer {
	width: 100%;
	border-top: dotted 1px #999;
}

footer p {
	display: block !important;
	padding: 8px 0;
	color: #666 !important;
	font-size: 11px;
	text-align: center;
}
.add-footer-link {
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
}

.add-footer-link a {
	margin-left: 30px;
	color: #32b7e6;
}

.add-footer-link>*:first-child {
	margin-left: 0;
}

#other_info .telBox .info1 li#telSP{
	display: none;
}

	@media only screen and (max-width: 767px) {
	#other_info {
		color: #fff;
		background-color: #cff1ff;
	}
	#other_info .telBox {
		overflow: hidden;
		width: 95%;
		margin: 0 auto;
		padding: 12% 0;
	}
	#other_info .telBox .info1 {
		background-color: #cff1ff;
		color: #1d4970;
		overflow: hidden;
		margin: 0 0 10px 0;
		padding: 0px;
	}
	#other_info .telBox .info1 .ttl {
		text-align: center;
	}
	#other_info .telBox .info1 li {
		width: 30%;
		float: left;
		padding-left: 5px;
		margin-top: 5px;
	}
	#other_info .telBox .info1 li#tel {
		padding: 10px 0;
		text-align: center;
	}
	#other_info .telBox .info1 li#tel a {
		display: block;
		border-radius: 8px;
		padding: 10px;
	}
	#other_info .telBox .info1 .ttl .telTtl {
		margin: 0 0 5px 0;
		padding: 5px;
		font-size: 15px;
		font-weight: bold;
		border: solid 1px #fff;
		border-radius: 100px;
		line-height: 1;
	}
	#other_info .telBox .info1 .ttl .free {
		margin: 3px 0 0 5px;
	}
	#other_info .telBox .info1 li {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 0;
		display: block;
	}
	#other_info .telBox .info1 li#telPC{
		display: none;
	}
	#other_info .telBox .info1 li#telSP{
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	#other_info .telBox .info1 li#telSP a {
		background-color: #fff;
		display: block;
		border-radius: 8px;
		padding: 10px 15px;
	}
	#other_info .telBox .info1 li#tel {
		padding: 10px 0;
		text-align: center;
		display: block;
	}
	#other_info .telBox .info1 li#tel a {
		font-family: "Roboto Condensed", "Helvetica", ヒラギノ明朝 Pro W3,
		ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
		background-color: #fff;
		display: block;
		border-radius: 8px;
		padding: 9px 19px;
		font-size: 9.5vw;
		font-weight: 600;
		color: #10abe8;
		text-decoration: none;
		white-space: nowrap;
	}
	#other_info .telBox .info1 li.txt {
		margin: 0px;
		padding: 0px;
		font-size: 90%;
		line-height: 1.3em;
		text-align: center;
	}
	#other_info .telBox .box01 {
		border-radius: 0;
	}
	#other_info .telBox .box01,
	#other_info .telBox .box02 {
		overflow: hidden;
		background-color: #fff;
		color: #10abe8;
		padding: 10px 5px;
		display: flex;
		width: 100%;
	}
	#other_info .telBox .box01 figure,
	#other_info .telBox .box02 figure {
		display: table-cell;
		width: 15%;
		margin: 0 5px 0 0;
		padding: 0;
	}
	#other_info .telBox .box01 .txtbox,
	#other_info .telBox .box02 .txtbox {
		width: 85%;
		display: table-cell;
		vertical-align: top;
		padding-left: 5px;
	}
	#other_info .telBox .box01 .txtbox h2,
	#other_info .telBox .box02 .txtbox h2 {
		margin: 0 0 3px 0;
		color: #10abe8;
		line-height: 1.3;
		background: transparent;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}
	#other_info .telBox .box01 .txtbox p,
	#other_info .telBox .box02 .txtbox p {
		color: #000;
		font-size: 80%;
	}
	
	footer {
		width: 100%;
		border-top: dotted 1px #999;
		padding-bottom: 25%;
	}
	footer .inner {
		padding: 4%;
	}
	footer p {
		display: block !important;
		padding: 2px 0;
		color: #666 !important;
		font-size: 11px;
		line-height: 1.2;
	}
	footer #company_txt {
		padding: 20px 0 16px 0;
	}
	footer .txt_inner {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 15px;
		border-bottom: dotted 1px #999999;
	}
}
.floating {
	position: fixed;
	display: none;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 15px;
	z-index: 1000;
	background: #00000036;
}
@media only screen and (max-width: 640px) {
	.floating {
		padding: 3% 0 3% 3%;
	}
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 10000;
}

#pagetop a {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    background: rgba(119, 203, 189, 0.9);
    border-radius: 4px;
    position: relative;
}

#pagetop a:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 9px transparent;
    border-bottom: solid 15px #fff;
    position: absolute;
    top: 25%;
    right: 35%;
}

#pagetop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media only screen and (max-width: 640px) {
	#pagetop {
        bottom: 95px;
        display: none;
    }
}