@charset "utf-8";
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: local("Noto Sans CJK JP Medium"),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: local("Noto Sans CJK JP Bold"),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
           url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
/* ===== RESET ===== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

p {
	margin: 0;
}

/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	line-height: 1.8;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	letter-spacing: 1px;
	color: #060606;
	background: #fff;
	min-width: 1080px;
	-webkit-text-size-adjust: 100%;
}

.f_roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.font_s {
	font-size: 12px;
	font-size: 1.2rem;
}

.font_l {
	font-size: 16px;
	font-size: 1.6rem;
}

.font_xl {
	font-size: 18px;
	font-size: 1.8rem;
}

img {
	display: block;
	max-width: 100%;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

a, .hover {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #3c3c3c;
	text-decoration: none;
	cursor: pointer;
}
a:hover, .hover:hover {
	opacity: .7;
	color: #606060;
}
.sp {
	display: none;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}


.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.block-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nowrap {
	white-space: nowrap;
}

.hide {
	display: none;
}

.colWrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.colWrap.wrap {
	flex-wrap: wrap;
}

.colWrap.boxAlign-left {
	justify-content: flex-start;
}

.colWrap.boxAlign-right {
	justify-content: flex-end;
}

.colWrap.boxAlign-center {
	justify-content: center;
}

.colWrap.mdl > *,
.colWrap > .mdl:not(.colWrap) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}

.colWrap.mdl > * > *,
.colWrap > .mdl:not(.colWrap) > * {
	width: 100%;
}

.colWrap.mdl.ct > *,
.colWrap > .mdl.ct:not(.colWrap) {
	justify-content: center;
}

.commonTbl {
	width: 100%;
	border-collapse: collapse;
}

.commonTbl th,
.commonTbl td {
	padding: 15px 11px;
}

.commonTbl th {
	position: relative;
	width: 15%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	background: #ececec;
	text-align: left;
}

.commonTbl td {
	border-bottom: 1px solid #dcdcdc;
}

.commonTbl th:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -16px;
	margin: -8px 0 0;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 9px solid #ececec;
}

.wrapper {
	position: relative;
}

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

	HEADER

----------------------------------------------------------------------------- */
.header {
	position: relative;
	padding: 15px 0;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 30;
}

.fixed {
	width: 100%;
	position: fixed;
}

.header .logo {
	width: 360px;
}

.header .logo a {
	display: block;
	width: 360px;
	height: 70px;
}


.header .container {
	padding: 0 25px;
	max-width: 100%;
}

.gnav {
	/* position: relative; */
}

.gnav .colWrap {
	height: 70px;
}

.gnav a {
	position: relative;
	padding: 0 40px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #444;
	text-align: center;
}

.gnav a .en {
	display: block;
	color: #0f96b8;
	font-size: 15px;
	font-size: 1.1rem;
}

/* .header .gnav li:first-child a:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin: 0 0 0 -5px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #cfcfcf;
	border-right: 2px solid #cfcfcf;
	transform: rotate(45deg);
} */

.gnav .hasChild > a:hover {
	opacity: 1;
}

.gnav .subMenu {
	overflow: hidden;
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 1);
	transition: all .18s ease-out;
	z-index: 100;
}

.gnav .hasChild:hover .subMenu {
	height: 200px;
	opacity: 1;
}

.gnav .subMenu .title {
	width: 30.91%;
	font-size: 30px;
	letter-spacing: 6px;
	color: #fff;
	background: #0f96b8;
	font-weight: bold;
	text-align: center;
}

.gnav .subMenu .title .en {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3px;
}

.gnav .subMenu .colWrap {
	flex: 1 1 auto;
	height: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.gnav .subMenu .colWrap ul {
	padding: 0 50px;
}

.gnav .subMenu .colWrap ul li {
	float: left;
}

.gnav .subMenu .colWrap ul li + li {
	padding: 0 0 0 65px;
}

.gnav .subMenu .colWrap ul li a {
	padding: 0 0 0 20px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #404040;
	font-weight: bold;
}

.gnav .subMenu .colWrap ul li a:before {
	left: 0;
	top: 50%;
	bottom: auto;
	margin: -5px 0 0;
	width: 7px;
	height: 7px;
	border-bottom: 3px solid #cfcfcf;
	border-right: 3px solid #cfcfcf;
	transform: rotate(-45deg);
}


/* pageTop */
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 30px;
}

.pageTop a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -20px auto 0;
	padding: 40px 0 0;
	width: 40px;
	height: 0;
	outline: none;
	border-radius: 50%;
	background: #0f96b8;
	text-align: center;
	text-decoration: none;
}

.pageTop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -7px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(-45deg);
}


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

	FOOTER

----------------------------------------------------------------------------- */footer {
	padding: 50px 0 0;
	background: #ececec;
	border-top: 4px solid #0f96b8;
}

footer .fnav {
}

footer .fnav li {
	margin: 0 0 10px;
}

footer .fnav > li {
	padding: 0 90px 0 0;
}

footer .fnav > li:last-child {
	padding: 0;
}

footer .fnav > li > .head {
	color: #606060;
	font-weight: bold;
}

footer .fnav li ul {
	margin: 15px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
}

footer .copy {
	margin: 30px auto 0;
	border-top: 1px solid #cacaca;
}

footer .copy p {
	padding: 10px 0;
	font-size: 11px;
	font-size: 1.1rem;
	color: #000;
}

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

	CONTENT

----------------------------------------------------------------------------- */
.content {
	padding: 0 0 50px;
}

.section {
	overflow: hidden;
	padding: 45px 0;
}

.section:last-of-type {
	padding-bottom: 0;
}

.section .article {
	padding: 25px 0;
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	max-width: 1280px;
}

.container.narrow {
	max-width: 1080px;
}

.directoryFrame {
	overflow: hidden;
	padding: 17px 25px;
	height: auto;
	background: #ececec;
}

.directoryFrame li {
	float: left;
	margin: 0 5px 0 0;
	font-size: 12px;
	color: #444;
}

.directoryFrame a {
	display: inline-block;
	margin: 0 5px 0 0;
	color: #0f96b8;
}

.pgTitle {
	margin: 0;
	padding: 40px 0;
	font-size: 33px;
	font-weight: bold;
	background: #0f96b8;
	color: #fff;
	text-align: center;
}

.ttl {
	margin: 30px 0 25px;
	font-size: 42px;
	font-weight: bold;
	color: #0f96b8;
	text-align: center;
}

.ttl.f_black {
	color: #060606;
}

.ttl.text-left {
	text-align: left;
}

.ttl.en,
.ttl .sub.en {
	font-family: 'Roboto', sans-serif;
}

.ttl .sub {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #060606;
}

.ttl .sub.en {
	font-size: 16px;
	font-weight: 500;
}

.ttl.en .sub {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.bg {
	background: #ececec;
}

ul.list_icon li{
	position: relative;
	padding-left: 15px;
}
ul.list_icon li:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #060606;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 0.7em;
}

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

	INDEX PAGE STYLES

----------------------------------------------------------------------------- *
/* visualSection */
.pg_top .visualSection {
	padding: 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.pg_top .visualSection .catchFrame {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 43.5%;
	height: 320px;
	background: #0f96b8;
	z-index: 10;
}

.pg_top .visualSection .catch {
	position: absolute;
	top: 50%;
	left: -5%;
	font-size: 28px;
	color: #fff;
}

.pg_top .visualSection .catch span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	transform: translate(-50%, -50%);
	transition: all .5s ease-out;
	white-space: nowrap;
	opacity: 0;
}

.pg_top .visualSection .catch .view {
	opacity: 1;
}

.pg_top .visualSection .img {
	width: 86.897%;
}

.pg_top .visualSection .swiper-button-prev,
.pg_top .visualSection .swiper-button-next {
	background: none;
	top: auto;
	width: 40px;
	height: 60px;
	bottom: 3.5%;
	background: rgba(0,0,0, .3);
	opacity: .5;
	transition: all .3s ease-out;
}

.pg_top .visualSection .swiper-button-prev {
	left: 0;
}

.pg_top .visualSection .swiper-button-next {
	right: 0;
}

.pg_top .visualSection .swiper-button-prev:before,
.pg_top .visualSection .swiper-button-next:before {
	content: "";
	position: absolute;
	top: 50%;
	margin: -11px 0 0;
	width: 20px;
	height: 20px;
	border-top: 2px solid rgba(255, 255, 255, .8);
	border-right: 2px solid rgba(255, 255, 255, .7);
	transform: rotate(45deg);
}

.pg_top .visualSection .swiper-button-prev:hover,
.pg_top .visualSection .swiper-button-next:hover {
	opacity: 1;
}

.pg_top .visualSection .swiper-button-prev:before {
	left: 14px;
	transform: rotate(-135deg);
}


/* introSection */
.pg_top .introSection{
	padding-bottom: 30px;
}
.pg_top .introSection .ttl {
	font-size: 30px;
	font-weight: 500;
}
.pg_top .introSection p {
	font-size: 1.5rem;
}

/* businessSection */
.pg_top .businessSection{
	padding-top: 0;
}
.pg_top .businessSection .ttl {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}


/* newsSection */
.pg_top .newsSection {
	padding-top: 0;
}
.pg_top .newsSection .ttl {
	margin: 0;
	width: 21.8%;
	line-height: 1.4;
	font-size: 53px;
	font-size: 5.3rem;
	font-weight: 400;
	color: #0f96b8;
}

.pg_top .newsSection .ttl .sub {
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
}

.pg_top .newsSection .newsFrame {
	width: 79.8%;
	margin-top: 35px;
}

.pg_top .newsSection .newsFrame li {
	margin: 0 0 15px;
}

.pg_top .newsSection .newsFrame .date {
	display: block;
	color: #0f96b8;
}
.pg_top .newsSection .newsFrame a {
	text-decoration: underline;
}
.pg_top .newsSection .newsFrame a.linkBlue{
	color: #0000ff;
}

.pg_top .businessWrap{
	display: flex;
	text-align: center;
	margin-top: 15px;
}

.pg_top .businessWrap a{
	background-color: #0f8daf;
	color: #fff;
	width: 30%;
	padding: 25px 0 25px 15px;
	font-size: 27px;
	font-weight: 700;
	margin-right: 5%;
	border-radius: 10px;
	position: relative;
}

.pg_top .businessWrap a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 37px;
	width: 27px;
	height: 27px;
	background-image: url('../images/common/icon_arrow01_white.svg');
}

.pg_top .businessWrap a:nth-child(3n){
	margin-right: 0;
}

/* マスコットキャラ */
.pg_top .charaArea{
	text-align: center;
	margin-top: 50px;
}

.pg_top .charaArea img{
	width: 164px;
	height: auto;
	margin: 0 auto;
}

.pg_top .charaArea .name{
	font-size: 10px;
	margin-top: 24px;
}

/* 2023/08/28 add */
.pg_top .newsMore{
	margin-top: 80px;
	text-align: center;
}
.pg_top .newsMore .moreBtn{
	display: inline-block;
	position: relative;
	border: 2px solid #0f8daf;
	border-radius: 15px;
	color: #0f8daf;
	font-size: 2.0rem;
	padding: 15px 75px 15px 104px;
}
.pg_top .newsMore .moreBtn:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../images/common/icon_arrow01_blue.svg') center no-repeat;
	background-size: 26px 26px;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -13px;
}


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

	COMPANY PAGE STYLES

----------------------------------------------------------------------------- *
/* ------------------
  POLICY PAGE
--------------------- */
.pg_company .policySection {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.pg_company .policySection .box {
	border: 1px solid #d5d5d5;
}

.pg_company .policySection .img_policy {
	margin-bottom: 50px;
}

/* policy */
.pg_company .policySection .ttl {
	margin: 0 -1px;
	padding: 35px 0 40px;
	font-size: 36px;
	background: #fff;
	border-bottom: 1px solid #d5d5d5;
}

.pg_company .policySection .box {
	width: calc(50% - 20px);
	border-top: 0;
}

.pg_company .policySection .innerBox {
	padding: 50px 40px;
}

.pg_company .policySection dl {
	color: #444;
	line-height: 1.6;
}

.pg_company .policySection dt {
	margin: 0 0 0.8em;
	font-weight: bold;
	font-size: 18px;
}

.pg_company .policySection dd {
	padding: 0 0 1.8em 1.65em;
}

.pg_company .policySection dd:last-child {
	padding-bottom: 0;
}

/* ------------------
  OVERVIEW PAGE
--------------------- */

.pg_company .content{
	padding: 0 0 140px;
}

.pg_company .overviewSection .infoFrame .commonTbl {
	margin: 30px auto;
}

.pg_company .overviewSection .infoFrame .overviewBiz{
	margin-top: 5px;
}
.pg_company .overviewSection .infoFrame .overviewBiz dd{
	padding-left: 1em;
}

.pg_company .overviewSection .overviewFrame {
	margin-top: 45px;
}

.pg_company .graphSection{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.pg_company .graphSection .img_handicapped_graph01,
.pg_company .graphSection .img_handicapped_graph02{
	width: 100%;
}
.pg_company .graphSection .img_handicapped_graph02{
	margin-top: 50px;
}


/* ------------------
  MESSAGE PAGE
--------------------- */
/* visual */
.pg_company .messageVisualSection {
	margin-top: 30px;
}

.pg_company .messageVisualSection img {
	display: block;
	background: #f2f2f2;
}

.pg_company .messageVisualSection .img_president {
	object-fit: cover;
	margin: 0 auto;
}

@media all and (-ms-high-contrast: none) {
	.pg_company .messageVisualSection .img_president {
		height: auto;
  }
}


/* message */
.pg_company .messageSection .messageFrame p {
	line-height: 2;
}

.pg_company .messageSection .messageFrame p + p{
	margin: 20px 0 0;
}

.pg_company .messageSection .messageFrame .signature p {
	width: 200px;
	margin-left: auto;
	text-align: left;
	line-height: 1.8;
}

.pg_company .messageSection .messageFrame .signature .img_sign {
	width: 200px;
	height: auto;
	margin-left: auto;
}


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

	BUSINESS PAGE STYLES

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

.pg_business .content{
	padding-bottom: 170px;
}

.pg_business .businessSection.osaka,
.pg_business .businessSection.ehime {
	padding-top: 120px;
}



.pg_business .businessSection .ttl {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 30px;
	color: #000;
}

.pg_business .businessSection .wrap {
	display: flex;
	flex-wrap: wrap;
}

.pg_business .businessSection .wrap .box {
	width: calc(364 / 1200 * 100%);
	margin-right: calc(54 / 1200 * 100%);
	margin-bottom: 55px;
}

.pg_business .businessSection .wrap .box:nth-child(3n) {
	margin-right: 0;
}

.pg_business .businessSection .wrap .name {
	background-color: #0f8daf;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	padding: 2px 0;
	text-align: center;
}

.pg_business .businessSection .maparea img {
	width: 595px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.pg_business .businessSection .maparea p {
	width: 595px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.014em;
	font-size: 18px;
	margin-top: 15px;
	line-height: 1.35;
}

.pg_business .businessSection .maparea p.mt25 {
	margin-top: 25px;
}

.pg_business .businessSection .maparea p.width715 {
	width: 715px;
}

.pg_business .businessSection .maparea p.width775 {
	width: 775px;
}


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

	RECRUIT/CONTAXT PAGE STYLES

----------------------------------------------------------------------------- */
.pg_recruit .content{
	padding: 0 0 140px;
}

.recruitSection .ttl_s,
.contactSection .ttl_s {
	margin: 30px auto 0;
}

.recruitSection .addressBox,
.contactSection .addressBox {
	margin: 20px auto;
	padding: 50px;
	max-width: 760px;
	border: 1px solid #d5d5d5;
}

.recruitSection .addressBox p,
.contactSection .addressBox p {
	font-size: 18px;
}

.recruitSection .addressBox .mail,
.contactSection .addressBox .mail {
	margin-top: 15px;
	margin-left: 40px;
}

.recruitSection .addressBox .mail a,
.contactSection .addressBox .mail a{
	position: relative;
}

.recruitSection .addressBox .mail a::after,
.contactSection .addressBox .mail a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
	width: 28px;
	height: 28px;
	background-image: url('../images/common/icon_mail.png');
	background-repeat: no-repeat;
	background-size: contain;
}


.faqSection{
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 20px;
}

.faqSection .faqWrap{
	margin-top: 25px;
}

.faqSection .faqBox{
	margin-bottom: 23px;
}

.faqSection .question{
	background-color: #0f8daf;
	color: #fff;
	padding: 10px 10px 10px 40px;
	font-size: 21px;
	letter-spacing: -0.03em;
}

.faqSection .answer{
	display: flex;
	background-color: #eaeaea;
	padding: 10px 40px;
	font-size: 21px;
	letter-spacing: -0.03em;
}

.faqSection .answerContent{
	padding-left: 30px;
}

.faqSection .answerContent p.indent{
	text-indent: -1.25em;
	padding-left: 1em;
}

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

	ACCESS PAGE STYLES

----------------------------------------------------------------------------- */
.m-box-mapframe{
	margin-top: 25px;
}

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

	NEWS PAGE STYLES

----------------------------------------------------------------------------- */
.pg_news .newsSection .container >*:first-child{
	margin-top: 0 !important;
}
.pg_news .newsSection p {
	margin-top: 15px;
}
.pg_news .newsSection .ttl_s {
	margin-top: 40px;
}


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

	TOPICS PAGE STYLES

----------------------------------------------------------------------------- */
.topicsSection .article.bdt{
	border-top: 1px solid #ccc;
}

.topicsSection .thumbnail{
	margin-left: auto;
	margin-right: auto;
}

.topicsSection .date{
	font-size: 16px;
	text-align: right;
	margin-bottom: 20px;
}

.topicsSection .bg-gray{
	background-color: #eee;
	padding: 35px;
}

.topicsSection .linkFlex{
	display: flex;
	flex-wrap: wrap;
}

.topicsSection .linktext{
	white-space: nowrap;
}


@media screen and (min-width: 768px) {
	.sp{
		display: none;
	}
}

/* add parts */
.btnArrow{
	display: inline-block;
	position: relative;
	padding-left: 35px;
	text-decoration: underline;
}
.btnArrow:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../images/common/icon_arrow01_blue.svg') center no-repeat;
	background-size: 26px 26px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -13px;
}