@charset "utf-8";
@media only screen and (max-width: 750px) {
	/*--------------------*/
	/*---- sp_cont.css ----*/
	/*--------------------*/

	/*------------------------------------
		基本設定
	-------------------------------------*/
	html {
		font-size: 62.5%;
		overflow: auto;
	}

	body {
		font-size: 1.6em;
		overflow: hidden;
	}

	img {
		width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.spNone {
		display: none;
	}

	/*------------------------------------
		section共通設定
	-------------------------------------*/
	.sectionCommon {
		padding: 0 5.3vw;
	}

	/*------------------------------------
		共通
	-------------------------------------*/
	.boxWhite {
		padding: 30px 5.3vw;
		background: #fff;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	}

	.wrapNewsList {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: fit-content;
		margin: 0 auto;
	}
	.newsList {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.newsList .num {
		width: fit-content;
		min-width: 100px;
		padding: 5px 10px 6px 10px;
		font-size: 1.4rem;
		text-align: center;
		color: #007B89;
		border: 1px solid #007B89;
		border-radius: 6px;
	}
	.newsList p {
		font-weight: var(--font-w-medium);
		line-height: 1.5;
	}

	.formText {
		height: 45px;
		padding: 0 13px;
		font-size: 1.7rem;
		background: #fff;
		border: 1px solid #666666;
		border-radius: 6px;
	}

	.checkRadioWrap {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 20px;
	}
	.checkRadioWrap > div {
		height: 27px;
	}
	/* ラジオボタンの設定 */
	.formRadioLabel {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
		margin-top: -1px;
		font-size: 1.5rem;
		cursor: pointer;
	}
	.formRadioLabel:before {
		content: "";
		display: inline-block;
		min-width: 27px;
		height: 27px;
		margin: 1px 9px 0 0;
		background: #fff;
		border: solid 1px #666;
		border-radius: 50%;
	}
	.formRadio:checked + .formRadioLabel:after {
		content: "";
		position: absolute;
		top: 1px;
		bottom: 0;
		left: 7px;
		display: block;
		min-width: 15px;
		height: 15px;
		margin: auto;
		background: #111;
		border-radius: 50%;
	}


	/*------------------------------------
		header
	-------------------------------------*/
	header .headerWrapTop {
		height: 65px;
		background: #fff;
	}
	header .headerTop {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
		height: 65px;
	}
	header .headerTop > div {
		position: relative;
	}
	header .headerTop > div::before {
		content: "";
		display: block;
		height: 34px;
		width: 0;
		border-right: 1px solid #BABABA;
		position: absolute;
		left: -20px;
		top: 0;
		margin: auto;
	}
	header .headerTop > div:first-of-type::before{
		content: none;
	}
	header .headerTop > div:nth-child(1) img {
		width: 154px;
		height: auto;
	}
	header .headerTop > div:nth-child(2) img {
		width: 104px;
		height: auto;
	}
	header .headerWrapBottom {
		height: 150px;
		background-image: url(../img/common/header/bg_header_top_1_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	#page header .headerWrapBottom {
		height: 100px;
		background-image: url(../img/common/header/bg_header_top_2_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	header .headerBottom {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 150px;
	}
	#page header .headerBottom {
		height: 100px;
	}
	header .headerBottom > div {
		margin-top: -4px;
		font-size: 2.6rem;
		font-weight: var(--font-w-bold);
		color: #fff;
	}
	#page header .headerBottom>div {
		font-size: 2.3rem;
	}

	header .menuBoxWrap {
		display: none;
	}

	header #gNavMenuBtn {
		height: 50px;
		background-color: #fff;
		background-image: url(../img/common/menu_button.svg);
		background-repeat: no-repeat;
		background-size: 92px 21px;
		background-position: center;
		cursor: pointer;
		border-bottom: 1px solid #DEDEDE;
	}
	header #gNavMenuBtn.open {
		background-image: url(../img/common/menu_button_close.svg);
		background-repeat: no-repeat;
		background-size: 73px 20px;
		background-position: center;
	}
	header .menuBoxWrap {
		background: #fff;
		border-bottom: 1px solid #DEDEDE;
	}
	header .menuBox ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 35px 30px;
	}
	header .menuBox ul li {
		line-height: 1.5;
		font-weight: var(--font-w-bold);
	}


	/*------------------------------------
		トップページ
	-------------------------------------*/
	#top .txHeadWrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top .txHead {
		position: relative;
		font-size: 2.4rem;
		font-weight: var(--font-w-bold);
	}
	#top .txHead.news {
		margin: 40px 0 24px -15px;
		padding: 0 0 0 42px;
	}
	#top .txHead.news::before {
		content: "";
		position: absolute;
		top: calc(50% - 16px);
		left: 0;
		width: 32px;
		height: 38px;
		background-image: url(../img/top/icon_news.svg);
		background-repeat: no-repeat;
		background-size: 27px 32px;
	}

	#top .txHead.search {
		margin: 50px 0 24px -15px;
		padding: 0 0 0 42px;
	}
	#top .txHead.search::before {
		content: "";
		position: absolute;
		top: calc(50% - 15px);
		left: 0;
		width: 31px;
		height: 31px;
		background-image: url(../img/top/icon_search.svg);
		background-repeat: no-repeat;
		background-size: 31px 31px;
	}

	/*------------------------------------
		下層ページ
	-------------------------------------*/
	#page .txHeadWrap {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 45px 0 0;
	}

	#page .txHead {
		font-size: 3rem;
	}

	.txHeadM {
		position: relative;
		margin: 0 0 20px 0;
		padding: 0 0 0 17px;
		font-size: 1.9rem;
		font-weight: var(--font-w-bold);
		line-height: 1.4;
	}

	.txHeadM::before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 6px;
		height: 28px;
		background: #0D7471;
	}

	.wrapSearchList {
		padding: 2px 0 8px;
	}

	.searchList {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.searchItem {
		font-size: 1.6rem;
		font-weight: var(--font-w-bold);
		line-height: 1.4;
	}

	.searchItem a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 19px 20px;
		background: #0099AA;
		color: #fff;
		border-radius: 6px;
	}

	/*--- 事例集ダウンロード ---*/
	.downloadWrap {
		margin: 60px 0 0;
		padding: 25px 20px 32px;
		background: #D0F3F1;
		border-radius: 10px;
	}

	.columnWrap + .downloadWrap {
		margin-top: 60px;
	}

	.downloadText {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.buDownloadWrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 20px 0 0;
	}

	.buDownload {
		display: flex;
		/*flex-wrap: wrap;*/
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 11.5px 25px 12.5px 25px;
		font-size: 1.8rem;
		font-weight: var(--font-w-bold);
		line-height: 1.5;
		color: #fff;
		background: #0099AA;
		border-radius: 6px;
	}

	.buDownload::before {
		content: "";
		min-width: 26px;
		height: 20px;
		background: url(../img/common/icon_download.svg) no-repeat;
		background-size: contain;
		position: relative;
		top: 1px;
	}

	/*--------------  パンクズリスト  -------------*/
	.breadcrumbWrap {
		margin: 10px 0 0;
	}

	.breadcrumbList {
		font-size: 0;
	}

	.breadcrumbList li {
		display: inline;
		margin: 0 34px 0 0;
		position: relative;
		font-size: 1.3rem;
		line-height: 1.8;
	}

	.breadcrumbList li:last-child {
		margin-right: 0;
	}

	.breadcrumbList li::after {
		content: ">";
		position: absolute;
		top: 50%;
		right: -22px;
		transform: translateY(-50%);
	}

	.breadcrumbList li:last-child::after {
		content: none;
	}

	.breadcrumbList li a {
		color: #111;
		text-decoration: underline;
	}

	/*--------------  アンカーリンク  -------------*/
	.anchorWrap {
		margin: 30px 0 0;
		padding: 25px 25px 30px 25px;
		background: #fff;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
		border-radius: 10px;
	}

	.anchorHead {
		margin: -6px 0 22px;
		text-align: center;
	}

	.anchorHead span {
		display: inline-block;
		padding: 7px 18px 8px;
		background: #0D7471;
		font-size: 1.6rem;
		font-weight: var(--font-w-bold);
		color: #fff;
		border-radius: 9999px;
	}

	.anchorList {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 16px;
	}

	.anchorItem {
		font-size: 1.6rem;
		font-weight: var(--font-w-medium);
		line-height: 1.4;
	}

	.anchorItem a {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 8px;
		color: #007B89;
		text-decoration: underline;
	}

	.anchorItem a::after {
		content: "";
		width: 8px;
		height: 5px;
		background: url(../img/common/anchor_arrow.svg) no-repeat;
		background-size: contain;
		position: relative;
		top: 1px;
	}

	/*--------------  事例  -------------*/
	.caseSection {
		margin: 0 0 20px;
		padding: 44px 0 0;
	}

	.caseSection + .buPdfWrap {
		margin-top: 60px;
	}

	.txCaseHead {
		font-size: 2.5rem;
		font-weight: var(--font-w-bold);
		line-height: 1.2;
		text-align: center;
	}

	.caseInner {
		display: flex;
		flex-direction: column;
		margin: 30px 0 0;
	}


	.techCaseImage {
		display: none;
	}

	.caseInner.techCase {
		gap: 25px;
	}

	.caseBox {
		width: calc(100% + 10.6vw);
		margin-left: -5.3vw;
		padding: 30px 5.3vw;
		background: #fff;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	}

	/*--------------  効果別  -------------*/
	.tableScrollText {
		margin: 0 0 48px;
		font-size: 1.5rem;
		font-weight: var(--font-w-medium);
		color: #F34D00;
		text-align: center;
	}

	.caseInner.effectCase {
		gap: 30px;
	}

	.effectItem .txHeadM {
		margin-bottom: 17px;
	}

	.effectTableWrap {
		width: calc(100% + 10.6vw);
		margin: 0px 0 0 -5.3vw;
		padding: 0 5.3vw;
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.effectTableWrap::-webkit-scrollbar {
		display: none;
	}

	.effectTable {
		min-width: 1200px;
		border-collapse: collapse;
		background: #fff;
	}

	.effectTable th,
	.effectTable td {
		font-size: 1.4rem;
		line-height: 1.6;
		border: 1px solid #9F9F9F;
	}

	.effectTable th {
		padding: 5.5px 14px 6.5px;
		background: #D8F6F4;
		font-weight: var(--font-w-bold);
		text-align: center;
		vertical-align: middle;
	}

	.effectTable tr:nth-child(2) th {
		width: 280px;
	}

	.effectTable td {
		padding: 9px 15px 10px;
	}

	.effectTable td:nth-child(1) {
		width: 360px;
	}

	.effectTable td a {
		display: block;
		margin: 0 0 18px;
		font-weight: var(--font-w-medium);
		text-decoration: underline;
	}

	.effectTable td a:last-of-type {
		margin-bottom: 0;
	}

	/*--------------  作業別  -------------*/
	.taskCaseList {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}

	.taskCaseItem {
		font-size: 1.6rem;
		font-weight: var(--font-w-medium);
		line-height: 1.6;
	}

	.taskCaseItem a {
		color: #007B89;
	}

	/*--------------  コラム  -------------*/
	.columnWrap {
		width: calc(100% + 10.6vw);
		margin: 80px 0 0 -5.3vw;
		padding: 30px 5.3vw 38px;
		background: #fff;
		border-top: 3px solid #259692;
		border-bottom: 3px solid #259692;
	}

	.columnHead {
		font-size: 2.2rem;
		font-weight: var(--font-w-bold);
		text-align: center;
	}

	.columnList {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 34px 0 0;
	}

	.columnItem {
		font-size: 1.5rem;
		font-weight: var(--font-w-medium);
		line-height: 1.4;
	}

	.columnItem a {
		display: block;
		width: 100%;
		padding: 22px 25px 23px;
		background: #E5FAF9;
		color: #007B89;
		border-radius: 10px;
	}

	/*--------------  事例個別  -------------*/
	.txArticleHeadWrap {
		margin: 46px 0 0;
	}

	.txArticleNumber {
		position: relative;
		text-align: center;
	}

	.txArticleNumber::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #0D7471;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}

	.txArticleNumber span {
		display: inline-block;
		padding: 0 20px;
		position: relative;
		background: #F9F9F9;
		font-size: 2.2rem;
		font-weight: var(--font-w-bold);
	}

	.txArticleHead {
		margin: 18px 0 0;
		font-size: 2.7rem;
		font-weight: var(--font-w-bold);
		line-height: 1.3;
	}

	.txArticleHeadWrap .buPdfWrap {
		margin-top: 30px;
	}

	.buPdfWrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.buPdf {
		display: flex;
		/*flex-wrap: wrap;*/
		align-items: center;
		justify-content: center;
		gap: 15px;
		padding: 7px 24px 9px 28px;
		background: #fff;
		font-size: 1.4rem;
		font-weight: var(--font-w-medium);
		line-height: 1.4;
		color: #007B89;
		border: 1px solid #0099AA;
		border-radius: 9999px;
		box-shadow: 2px 2px 0px #0099AA;
	}

	.buPdf::after {
		content: "";
		width: 21px;
		height: 25px;
		background: url(../img/common/icon_pdf.svg) no-repeat;
		background-size: contain;
		position: relative;
		top: 1px;
	}

	.organizationWrap {
		width: calc(100% + 10.6vw);
		margin: 30px 0 0 -5.3vw;
		padding: 27px 5.3vw 34px;
		background: #fff;
		border-top: 3px solid #259692;
		border-bottom: 3px solid #259692;
	}

	.organizationContent:not(:last-child) {
		margin-bottom: 35px;
		padding-bottom: 35px;
		border-bottom: 1px solid #D8D8D8;
	}

	.organizationHead {
		padding: 3px 0 4px 18px;
		position: relative;
		font-size: 2.1rem;
		font-weight: var(--font-w-bold);
	}

	.organizationHead::before {
		content: "";
		width: 6px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #0D7471;
	}

	.organizationBody {
		margin: 25px 0 0;
	}

	.organizationImageWrap {
		width: 100%;
	}

	.organizationImage img {
		max-width: 100%;
	}

	.organizationImageCaption {
		margin: 15px 0 0;
		font-size: 1.7rem;
		line-height: 1.3;
	}

	.organizationInfo {
		width: 100%;
		margin: 30px 0 0;
		padding: 22px 20px 16px;
		background: #E5FAF9;
		border-radius: 10px;
	}

	.organizationInfo p {
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.organizationMeta {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.organizationMetaCol {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.organizationMetaRow {
		display: grid;
		grid-template-columns: 110px 1fr;
		align-items: stretch;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.organizationMetaRow div {
		display: flex;
		align-items: center;
		padding: 9.5px 12px 11px;
	}

	.organizationMetaRow div:nth-child(1) {
		background: #D0F3F1;
		font-weight: var(--font-w-bold);
	}

	.organizationMetaRow div:nth-child(2) {
		background: #F1F1F1;
	}

	.caseContent {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.caseContnetBlockHead {
		padding: 11.5px 20px 12.5px;
		background: #269B88;
		font-size: 1.7rem;
		font-weight: var(--font-w-bold);
		line-height: 1.5;
		color: #fff;
		text-align: center;
	}

	.caseContentBlockBody {
		padding: 20px 20px 26px;
		background: #fff;
	}

	.caseContentBlockBody p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.caseContentBlockBody p.commentSection {
		margin-top: 24px;
	}

	.caseContentBlockBody ul {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.caseContentBlockBody ul li {
		padding: 0 0 0 15px;
		position: relative;
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.caseContentBlockBody ul li::before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 12px;
		left: 0;
		background: #259692;
		border-radius: 50%;
	}

	.caseContentImage {
		margin: 5px 0 0;
	}

	.caseContentImage img {
		width: 100%;
		height: auto;
	}

	.caseContentImageCaption {
		margin: 10px 0 0;
		font-size: 1.3rem;
		line-height: 1.4;
	}

	.caseBackWrap {
		margin: 60px 0;
		padding: 32px 27px 40px;
		background: #fff;
		border: 3px solid #259692;
		border-radius: 10px;
	}

	.caseBackHead {
		font-size: 1.9rem;
		font-weight: var(--font-w-bold);
		text-align: center;
	}

	.caseBackLinkWrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 35px 0 0;
	}

	.caseBackLinkWrap a {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 10.5px 20px 11.5px;
		background: #fff;
		font-size: 1.4rem;
		font-weight: var(--font-w-medium);
		line-height: 1.4;
		color: #007B89;
		border: 1px solid #0099AA;
		border-radius: 9999px;
		box-shadow: 2px 2px 0px #0099AA;
	}

	/*------------------------------------
		footer
	-------------------------------------*/
	/* --------- ページトップボタン ----------- */
	#gPagetop {
		transition: 0.3s;
		cursor: pointer;
		visibility: hidden;
	}
	#gPagetop .pagetopBtn {
		position: fixed;
		position: relative;
		right: 15px;
		display: block;
		width: 45px;
		height: 45px;
		border-radius: 100%;
		z-index: 100;
	}
	#gPagetop .pagetopBtn::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0px;
		display: block;
		width: 45px;
		height: 45px;
		border-radius: 100%;
		background-image: url(../img/common/pagetop_icon_1.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		transition: all 0.2s ease;
		z-index: 100;
	}

	footer {
		height: 140px;
		margin: 100px 0 0 0;
		background-color: #747474;
	}
	footer .footerWrap .sectionCommon {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		height: 140px;
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: center;
		color: #fff;
	}
	footer .copyright {
		margin: 0 0 20px 0;
	}
}
