@charset "UTF-8";

/*------------------------------------------- 初期設定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

.en__font {
	font-family: "Exo 2", sans-serif;
}
.en__font__2 {
	font-family: "Roboto", sans-serif;
}
.color_1 {
	color: #1ea821;
}
html {
	font-size: 62.5%;
}
body {
	position: relative;
	background: #fff;
	line-height: 1.6;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #444444;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	text-decoration: none;
	display: block;
	color: #444444;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (min-width: 992px) {
	body {
		font-size: 1.8rem;
	}
}

/*------------------------------------------- pc・sp分ける */
.visibility--s,
.visibility--m,
.visibility--l {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.hidden--s {
		display: none !important;
	}
	.visibility--s {
		display: block !important;
	}
}

@media screen and (min-width: 992px) {
	.hidden--m {
		display: none !important;
	}
	.visibility--m {
		display: block !important;
	}
}

@media screen and (min-width: 1200px) {
	.hidden--l {
		display: none !important;
	}
	.visibility--l {
		display: block !important;
	}
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?j2ow6d");
	src: url("fonts/icomoon.eot?j2ow6d#iefix") format("embedded-opentype"),
		url("fonts/icomoon.ttf?j2ow6d") format("truetype"), url("fonts/icomoon.woff?j2ow6d") format("woff"),
		url("fonts/icomoon.svg?j2ow6d#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow:before {
	content: "\e903";
}
.icon-document:before {
	content: "\e900";
}
.icon-mail:before {
	content: "\e901";
}
.icon-download:before {
	content: "\e902";
}
.icon-quote:before {
	content: "\e904";
}
.icon-window:before {
	content: "\e906";
}

/*------------------------------------------- コンテンツ幅 */
.content {
	margin-bottom: 60px;
}
.content__bg {
	padding: 60px 0;
}
.content__area {
	max-width: 1320px;
	padding: 0 20px;
	margin: 0 auto;
}
.content__area__min {
	max-width: 1080px;
}

@media screen and (min-width: 768px) {
	.content__area {
		padding: 0 30px;
	}
}

@media screen and (min-width: 992px) {
	.content {
		margin-bottom: 80px;
	}
	.content__bg {
		padding: 80px 0;
	}
	.content__area {
		padding: 0 60px;
	}
}

/*------------------------------------------- ヘッター */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
	background-color: #fff;
}
.header__inner {
	padding-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__logo {
	display: grid;
	justify-items: start;
	gap: 5px;
}
.header__logo picture {
	display: flex;
}
.header__logo img {
	width: 100px;
}
.header__logo span {
	font-size: 1rem;
	color: #e66700;
	background: #f6e8d4;
	white-space: nowrap;
	line-height: 1.5;
	padding: 0 8px;
	letter-spacing: 0;
}
.header__nav {
	display: none;
}
.header__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__btn__txt__pc {
	display: none;
}
.header__btn .btn__hamburger {
	background-color: #e66700;
	color: #fff;
}
.hamburger__icon {
	display: block;
	width: 20px;
	height: 16px;
	position: relative;
	margin-bottom: 4px;
}
.hamburger__icon span {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 8px;
	left: 0;
}
.hamburger__icon span::before,
.hamburger__icon span::after {
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
}
.hamburger__icon span::before {
	top: -8px;
}
.hamburger__icon span::after {
	bottom: -7px;
}

@media screen and (max-width: 1081px) {
	.header__btn .btn__1 {
		width: 60px;
		height: 60px;
		border-radius: 0;
		font-size: 1.1rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 5px;
		letter-spacing: 0;

	}
	.header__btn .btn__green {
		width: 120px;
        border: 1px solid #1ea821;
	}
	.header__btn .btn__orange {
		background-color: #f6e8d4;
	}
	.header__btn .btn__1 .btn__icon {
		display: block;
		margin: 0 auto 5px;
		font-size: 2.2rem;
	}
	.btn__hamburger .close {
		display: none;
	}
	.hamburger__icon span {
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		-o-transition: transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
	}
	.hamburger__icon span::before {
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.hamburger__on,
	.hamburger__on .header {
		left: auto;
		right: 275px;
	}
	.hamburger__on .hamburger__icon span {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hamburger__on .hamburger__icon span::before {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 0;
	}
	.hamburger__on .hamburger__icon span::after {
		opacity: 0;
	}
	.hamburger__on .btn__hamburger .open {
		display: none;
	}
	.hamburger__on .btn__hamburger .close {
		display: block;
	}
	.hamburger__content {
		background-color: #e66700;
		position: fixed;
		top: 0;
		right: -100%;
		width: 275px;
		height: 100%;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 99;
		overflow-y: scroll;
	}
	.hamburger__inner {
		padding: 40px 0 100px 30px;
	}
	.hamburger__inner > ul {
		margin-bottom: 30px;
	}
	.hamburger__item {
		color: #fff;
		font-size: 1.6rem;
		padding: 20px 0;
		border-bottom: 1px solid #ec8e42;
		line-height: 1;
	}
	.hamburger__p {
		color: #fff;
		font-size: 1.6rem;
		padding: 20px 0;
		border-bottom: 1px solid #ec8e42;
		line-height: 1;
	}
	.hamburger__banner {
		margin-left: -30px;
		padding: 20px 30px 30px;
		position: relative;
	}
	.hamburger__banner::before {
		content: "";
		display: inline-block;
		width: 100%;
		height: calc(100% + 110px);
		background-color: #c55a11;
		position: absolute;
		top: 0;
		left: 0;
	}
	.hamburger__banner > p {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.4375;
		color: #fff;
		text-align: center;
		margin: -5px 0 15px;
		position: relative;
	}
	.hamburger__banner > p::before {
		content: "";
		display: inline-block;
		width: 72px;
		height: 97px;
		background: url(../img/banner/menu_bnr_item1.png) no-repeat center/contain;
		position: absolute;
		top: -17px;
		left: -16px;
	}
	.hamburger__banner > p::after {
		content: "";
		display: inline-block;
		width: 73px;
		height: 97px;
		background: url(../img/banner/menu_bnr_item2.png) no-repeat center/contain;
		position: absolute;
		top: -17px;
		right: -30px;
	}
	.hamburger__banner > ul > li  {
		margin-bottom: 5px;
		position: relative;
	}
	.hamburger__banner > ul > li:last-child  {
		margin-bottom: 0;
	}
	.hamburger__on .hamburger__content {
		right: 0;
	}

}

@media screen and (min-width: 1082px) {
	.header {
		height: auto;
		background-color: transparent;
		-webkit-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
		transition: background-color 0.4s;
	}
	.on .header {
		background-color: #fff;
	}
	.header__inner {
		padding: 15px;
	}
	.header__menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__nav {
		display: block;
	}
	.header__nav>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}
	.header__nav>ul>li {
		height: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header__nav > ul > li + li {
		margin-left: 14px;
	}
	.header__nav>ul>li:hover .header__nav__child {
		opacity: 1;
		pointer-events: all;
	}
	.header__nav__item {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.header__nav__child {
		position: absolute;
		top: calc(100% + -5px);
		left: -40px;
		width: calc(100% + 120px);
		pointer-events: none;
		opacity: 0;
		transition: opacity .6s;
	}
	.header__nav__child__banner>a:hover {
		opacity: .7;
	}
	.header__btn {
		margin-left: 15px;
	}
	.header__btn .btn__1 {
		font-size: 1.2rem;
		border-width: 2px;
		min-width: 120px;
		height: 50px;
		white-space: nowrap;
		padding: 5px;
	}
	.header__btn .btn__1 p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__btn .btn__green .btn__icon {
		font-size: 1.8rem;
		margin-right: 10px;
	}
	.header__btn>*+* {
		margin-left: 15px;
	}
	.header__btn__txt__pc {
		display: block;
	}
	.header__btn__txt__sp {
		display: none;
	}
	.header__btn .btn__hamburger {
		display: none;
	}
	.hamburger__content {
		display: none;
	}
  .header ul li.dmenu01 p {
    position: relative;
    padding: 0 22px 0 0;
  }
  .header ul li.dmenu01 p:before {
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width:5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 7px solid #e66700;
  }
}

@media screen and (min-width: 1281px) {
	.header__nav>ul>li+li {
		margin-left: 15px;
	}
	.header__nav__item {
		font-size: 1.3rem;
		letter-spacing: 0.08em;
	}
	.header__nav__child {
		left: -90px;
		width: calc(100% + 226px);
	}
	.header__btn {
		margin-left: 15px;
	}
	.header__btn .btn__1 {
		font-size: 1.6rem;
		height: 60px;
		padding: 0 30px;
		min-width: auto;
	}
	.header__btn .btn__green .btn__icon {
		font-size: 2.3rem;
	}
}

@media screen and (min-width: 1350px) {
	.header__logo {
		grid-template-columns: auto auto;
		gap: 10px;
		align-items: end;
	}
	.header__logo img {
		width: 140px;
	}
	.header__logo span {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1501px) {
	.header__inner {
		padding: 25px 30px 25px 40px;
	}
	.header__nav__item {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1851px) {
	.header__logo img {
		width: 190px;
	}
	.header__logo span {
		font-size: 1.4rem;
	}
	.header__nav>ul>li+li {
		margin-left: 50px;
	}
	.header__btn {
		margin-left: 50px;
	}
}

/*------------------------------------------- メイン */
main {
	position: relative;
	margin-top: 60px;
}

@media screen and (min-width: 992px) {
	main {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1082px) {
	main {
		margin-top: 80px;
	}
}

@media screen and (min-width: 1281px) {
	main {
		margin-top: 90px;
	}
}

@media screen and (min-width: 1400px) {
	main {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1501px) {
	main {
		margin-top: 110px;
	}
}

/*------------------------------------------- ぱんくず */
.list_p{
	display: flex;
	align-items: center;
	background-color: #f3f2ee;
	padding-left: 30px;
	gap:10px;
}
.list_p div:not(:last-child) a {
	color: #1ea821;
	text-decoration: underline;
	transition: border-color 0.4s;
}
.list_p div:not(:last-child) a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.list_p a{
	font-size: 0.8em;
	color: #444;
}

/*------------------------------------------- フッター */
.footer {
	padding: 20px 0;
	background-color: #f3f2ee;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.copy {
	color: #999999;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
}
.footer_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.footer_menu>li {
	width: 50%;
}
.footer_menu>li+li {
	border-left: 1px solid #e7e5dc;
}
.footer_menu a {
	color: #999999;
	font-size: 1.3rem;
	white-space: nowrap;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__inner .copy {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.footer__inner .footer_menu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (min-width: 768px) {
	.footer__inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer_menu {
		margin-bottom: 0;
	}
	.footer_menu>li {
		width: auto;
	}
	.footer_menu>li:first-child {
		padding-right: 20px;
	}
	.footer_menu>li:last-child {
		padding-left: 20px;
	}
}

@media screen and (min-width: 992px) {
	.footer {
		padding: 27px 0;
	}
	.copy {
		font-size: 1.2rem;
	}
	.footer_menu a {
		font-size: 1.6rem;
	}
}

/*------------------------------------------- レスポンス */
.response__content {
	background-image: url("../img/response/img_response_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0;
}
.response__ttl {
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: 500;
	margin: -6px 0 15px;
}

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

@media screen and (min-width: 992px) {
	.response__content {
		background-image: url("../img/response/img_response_pc.jpg");
		padding: 60px 0;
	}
	.response__ttl {
		font-size: 4rem;
		margin: -11px 0 25px;
	}
	.response__content .btn__1 {
		font-size: 2.8rem;
		height: 90px;
	}
	.response__content .btn__green .btn__icon {
		font-size: 4rem;
		margin-right: 20px;
	}
}

/*------------------------------------------- テマサックLite 紹介 */
.lite__content {
	background-color: #f7f7f7;
	padding: 40px 0;
}
.lite__content img {
	width: 100%;
}
.lite__banner {
	position: relative;
}
.lite__banner__inner{
	display: flex;
	justify-content: center;
}
.lite__banner__inner + .lite__banner__inner{
  margin-top: 20px;
}
.lite__banner__img{
	position: relative;
}
.lite__banner__img:hover{
	opacity: .8;
    transition: .3s;
}
.lite__content a {
	transform: opacity .3s;
}
.lite__content a:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) {
	.lite__ttl br {
		display: none;
	}
	.btn__lite {
		margin: 0 auto;
	}
  .lite__banner__inner + .lite__banner__inner{
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
	.lite__content {
		background-color: #f7f7f7;
		padding: 60px 0;
	}
}

@media screen and (min-width: 1600px) {
	.lite__banner {
		margin: 0 -116.5px;
	}
}

/*------------------------------------------- 固定フッター */
.fixed__footer {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0 20px;
	z-index: 98;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.4s, bottom 0.4s;
	-o-transition: opacity 0.4s, bottom 0.4s;
	transition: opacity 0.4s, bottom 0.4s;
	display: none;
}
.on .fixed__footer {
	opacity: 1;
	pointer-events: all;
}
.fixed__none .fixed__footer {
	position: absolute;
	bottom: -125px;
}
.fixed__footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
}
.btn__modal {
	border-radius: 5px 5px 0 0;
	background-color: #e66700;
	font-size: 1.4rem;
	color: #fff;
	width: 160px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.modal__none .btn__modal {
	opacity: 0;
	pointer-events: none;
}
.pagetop {
	width: 45px;
	height: 45px;
	background-color: #fff;
	font-size: 1.2rem;
	border-bottom: 1px solid #444444;
	margin-bottom: 20px;
}
.pagetop__img {
	width: 15px;
	height: 7px;
	margin: 10px auto 8px;
}
.pagetop>p {
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
}
.banner {
	position: relative;
	margin-bottom: 20px;
}
.banner .modal__cancel{
	width: 25px;
	height: 25px;
	top: -10px;
	right: -10px;
	z-index: 1;
}
.banner .modal__cancel::before,
.banner .modal__cancel::after{
	width: 11px;
	height: 2px;
}
.banner .modal__cancel::before{
	top: 12px;
	left: 7px;
}
.banner .modal__cancel::after{
	top: 12px;
	left: 7px;
}

@media screen and (max-width: 767px) {
	.banner .banner_item {
		max-width: 335px;
	}
}

@media screen and (min-width: 768px) {
	.fixed__footer {
		width: auto;
		right: 0;
		left: auto;
		display: block;
	}
	.pagetop__img {
		position: relative;
	}
	.pagetop__img::before {
		content: "";
		display: inline-block;
		background-image: url("../img/common/img_arrow_hover.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	.pagetop:hover {
		background-color: #444;
	}
	.pagetop:hover .pagetop__img::before {
		opacity: 1;
	}
	.pagetop>p {
		-webkit-transition: color 0.4s;
		-o-transition: color 0.4s;
		transition: color 0.4s;
	}
	.pagetop:hover>p {
		color: #fff;
	}
	.banner_item:hover {
		opacity: 0.7;
	}
}

@media screen and (min-width: 992px) {
	.fixed__footer {
		padding: 0 30px;
	}
	.pagetop {
		width: 60px;
		height: 60px;
		font-size: 1.6rem;
	}
	.pagetop__img {
		width: 20px;
		height: 10px;
		margin: 13px auto 10px;
	}
}

@media screen and (min-width: 1400px) {
	.fixed__none .fixed__footer {
		bottom: -90px;
	}
}

@media screen and (min-width: 1800px) {
	.btn__modal {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
}

/*------------------------------------------- 固定バナー */
.fixed__banner {
	position: fixed;
	width: 343px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 98;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 0.4s, bottom 0.4s, left 0.4s;
	-o-transition: opacity 0.4s, bottom 0.4s, left 0.4s;
	transition: opacity 0.4s, bottom 0.4s, left 0.4s;
}
.fixed__banner__inner {
	position: relative;
	z-index: 1;
}
.fixed__banner__inner .banner {
	margin-bottom: 0;
}
.fixed__banner__inner .banner + .banner {
	margin-top: 0px;
}
.fixed__banner__inner .banner .banner_item {
	max-width: 100%;
}
.fixed__banner__inner .banner--ar,
.fixed__banner__inner .banner--merit,
.fixed__banner__inner .banner--pro,
.fixed__banner__inner .banner--manga-anime{
	display: none;
}
.on .fixed__banner {
	opacity: 1;
	pointer-events: all;
}
.fixed__banner__inner .banner.banner--hide {
	display: none;
}
.hamburger__on .fixed__banner {
	left: calc(50% - 275px);
}

@media screen and (max-width: 374px) {
	.fixed__banner {
		width: calc(100% - 40px);
	}
}

@media screen and (min-width: 768px) {
	.fixed__banner {
		width: auto;
		height: auto;
		left: auto;
		transform: none;
		right: 25px;
		bottom: 30px;
	}
	.fixed__banner__inner {
		display: block;
		padding: 0;
	}
	.fixed__banner__inner .banner {
		width: auto;
	}
  .fixed__banner__inner .banner--ar,
	.fixed__banner__inner .banner--merit,
	.fixed__banner__inner .banner--pro,
	.fixed__banner__inner .banner--manga-anime{
		display: block;
	}
	.fixed__banner__inner .modal__cancel{
		display: block;
	}
	.fixed__banner__inner .banner + .banner {
		margin-top: 5px;
	}
}

@media screen and (min-width: 992px) {
	.fixed__banner__inner .modal__cancel{
		width: 32px;
		height: 32px;
		top: -5px;
	}
	.fixed__banner__inner .modal__cancel::before,
	.fixed__banner__inner .modal__cancel::after{
		width: 14px;
		height: 2px;
		top: 15px;
		left: 9px;
	}
	.fixed__banner__inner .banner--subsidy .modal__cancel{
		top: -5px;
	}
}

/*------------------------------------------- モーダル */
.modal__content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(68, 68, 68, 0.5);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.modal__on .modal__content {
	opacity: 1;
	pointer-events: all;
}
.modal__inner {
	padding: 60px 30px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.modal__cancel{
	width: 32px;
	height: 32px;
	background-color: #444444;
	border-radius: 100%;
	position: absolute;
	top: -15px;
	right: -15px;
}
.modal__cancel::before,
.modal__cancel::after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 1px;
	background-color: #fff;
	position: absolute;
}
.modal__cancel::before{
	top: 15px;
	left: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal__cancel::after{
	top: 15px;
	left: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal__body {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.modal__body>p {
	font-size: 1.4rem;
}
.modal__body .notes {
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e5dc;
	margin-bottom: 15px;
}
.modal__body .notes p {
	font-size: 1.2rem;
}
.link__modal {
	border-radius: 20px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
}
.modal__btn__wrap>ul>li:first-child>.link__modal {
	border: 2px solid #444444;
	color: #444444;
}
.modal__btn__wrap>ul>li:last-child>.link__modal {
	border: 2px solid #e66700;
	color: #e66700;
}

@media screen and (min-width: 768px) {
	.modal__body {
		max-width: 300px;
		margin: 0 auto;
	}
	.modal__btn__wrap>ul>li:first-child>.link__modal:hover {
		color: #fff;
		background-color: #444;
	}
	.modal__btn__wrap>ul>li:last-child>.link__modal:hover {
		color: #fff;
		background-color: #e66700;
	}
}

@media screen and (min-width: 1800px) {
	.modal__content {
		width: auto;
		height: auto;
		max-width: 300px;
		left: auto;
		right: 30px;
		bottom: 90px;
		background-color: transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		bottom: 110px;
		top: auto;
	}
	.on .modal__content {
		opacity: 1;
		pointer-events: all;
	}
	.modal__none .modal__content {
		opacity: 0;
		pointer-events: none;
	}
	.fixed__none .modal__content {
		position: absolute;
		top: auto;
		bottom: 30px;
	}
	.modal__inner {
		padding: 0;
		height: auto;
	}
	.modal__body {
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
	}
}

/*------------------------------------------- タイトル */
.ttl__01 {
	font-size: 2.8rem;
	line-height: 1.3;
	margin: -8px 0 35px;
	text-align: center;
	font-weight: 500;
	letter-spacing: .075em;
}
.ttl__02 {
	padding: 13px 20px 13px 30px;
	background-color: #f6e8d4;
	color: #e66700;
	position: relative;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
}
.ttl__02::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #e66700;
	position: absolute;
	top: 25px;
	left: 10px;
}

@media screen and (min-width: 992px) {
	.ttl__01 {
		font-size: 4.6rem;
		margin: -14px 0 50px;
	}
	.ttl__02 {
		padding: 13px 20px 13px 30px;
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.ttl__02::before {
		top: 32px;
	}
}

/*------------------------------------------- ボタン */
.btn__1 {
	width: 100%;
	height: 60px;
	border: 3px solid transparent;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2rem;
	background-color: #fff;
}
.btn__1 .btn__icon {
	margin-right: 15px;
	font-size: 2rem;
}
.btn__green {
	border-color: #1ea821;
}
.btn__green .btn__icon {
	font-size: 2.3rem;
}
.btn__green,
.btn__green .btn__icon {
	color: #1ea821;
}
.btn__orange {
	border-color: #e66700;
}
.btn__orange .btn__icon {
	font-size: 1.6rem;
}
.btn__orange,
.btn__orange .btn__icon {
	color: #e66700;
}
.btn__red {
	background-color: #bf0000;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.btn__green:hover {
		background-color: #1ea821;
		color: #fff;
	}
	.btn__orange:hover {
		background-color: #f6e8d4;
	}
	.btn__icon {
		-webkit-transition: color 0.4s;
		-o-transition: color 0.4s;
		transition: color 0.4s;
	}
	.btn__green:hover .btn__icon {
		color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.btn__1 {
		height: 80px;
		font-size: 2.6rem;
		border-radius: 40px;
	}
	.btn__green .btn__icon {
		font-size: 3.7rem;
	}
	.btn__orange .btn__icon {
		font-size: 2.2rem;
	}
}

/*------------------------------------------- 背景 */
.bg__gray {
	background-color: #f3f2ee;
}
.bg__green {
	background: #1ea821;
	color: #fff;
}
.bg__img_1 {
	background-image: url("../img/common/img_bg_1_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media screen and (min-width: 992px) {
	.bg__img_1 {
		background-image: url("../img/common/img_bg_1_pc.jpg");
	}
}

/*------------------------------------------- テキスト */
.notes {
	margin-top: 10px;
}
.notes__txt {
	display: inline-block;
}
.notes>p,
.notes__txt {
	padding-left: 1em;
	position: relative;
	color: #999999;
	font-size: 1.4rem;
}
.notes>p::before,
.notes__txt::before {
	content: "※";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.link {
	color: #1ea821;
	display: inline-block;
}
.link__txt {
	-webkit-transition: border-bottom-color 0.4s;
	-o-transition: border-bottom-color 0.4s;
	transition: border-bottom-color 0.4s;
	border-bottom: 1px solid #1ea821;
}

@media screen and (min-width: 768px) {
	.link:hover .link__txt {
		border-bottom-color: transparent;
	}
}

/*------------------------------------------- テーブル */
.table__1 th,
.table__1 td {
	display: block;
	padding: 14px 20px;
	font-weight: normal;
}
.table__1 th {
	background-color: #f3f2ee;
}

@media screen and (max-width: 767px) {
	.table__1 th {
		border-top: 1px solid #e7e5dc;
	}
	.table__1 tr:last-child td {
		border-bottom: 1px solid #e7e5dc;
	}
}

@media screen and (min-width: 768px) {
	.table__1 th,
	.table__1 td {
		display: table-cell;
		padding: 14px 20px;
		border-top: 1px solid #e7e5dc;
	}
	.table__1 th {
		width: 265px;
		vertical-align: middle;
	}
	.table__1 tr:last-child th,
	.table__1 tr:last-child td {
		border-bottom: 1px solid #e7e5dc;
	}
}

@media screen and (min-width: 992px) {
	.table__1 th,
	.table__1 td {
		padding: 12px 30px;
	}
}

/*------------------------------------------- メインビジュアル */
.mv {
	margin-bottom: 40px;
}
.mv img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.mv {
		margin-bottom: 58px;
	}
}

/*------------------------------------------- このようなお悩みありませんか？ */
.worried__ttl {
	position: relative;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.3;
	letter-spacing: .08em;
	font-weight: 500;
	margin-bottom: 48px;
}
.worried__ttl span {
	color: #e66700;
}
.worried__ttl img {
	position: absolute;
	right: 70px;
	translate: 66px -75px;
	width: 28px;
}
.worried__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 55px 0;
}
.worried__body__inner {
	background: #e3f0e3;
	padding: 0 20px 20px;
	border-radius: 3px;
}
.worried__body__inner h3 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 290px;
	height: 40px;
	background: #1ea821;
	color: #fff;
	font-size: 1.5rem;
	margin: -20px auto 10px;
	font-weight: 500;
	border-radius: 25px;
	padding-top: 7px;
}
.worried__body__inner h3 span {
	font-size: 1rem;
}
.worried__body__inner h4 {
	font-size: 2.1rem;
	color: #1ea821;
	font-weight: 500;
	text-align: center;
	letter-spacing: .075em;
	margin-bottom: 10px;
}
.worried__body__inner ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px 0;
}
.worried__body__inner li {
	position: relative;
	background: #fff;
	font-weight: 500;
	line-height: 1.5;
	padding: 12px 20px 12px 52px;
	letter-spacing: .08em;
}
.worried__body__inner li::before {
	content: "";
	display: inline-block;
	background-image: url(../img/common/ico_check.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height:18px;
	position: absolute;
	top: calc(50% - 3px);
	left: 20px;
	translate: 0 -50%;
}
.worried__body__inner li span {
	background: linear-gradient(transparent 40%, #fff7b4 60%);
}

@media screen and (min-width: 768px) {
	.worried__body {
		grid-template-columns: 1fr 1fr;
		gap: 75px 30px;
	}
}

@media screen and (min-width: 992px) {
	.worried__ttl {
		font-size: 4.6rem;
		margin-bottom: 68px;
	}
	.worried__ttl img {
		right: auto;
		translate: -8px -24px;
		width: 46px;
	}
	.worried__body__inner {
		padding: 0 30px 30px;
	}
	.worried__body__inner h3 {
		font-size: 2.4rem;
		width: 380px;
		height: 50px;
		margin: -24px auto 15px;
		padding-top: 0;
	}
	.worried__body__inner h3 span {
		font-size: 1.3rem;
	}
	.worried__body__inner h4 {
		font-size: 3rem;
		margin-bottom: 17px;
	}
	.worried__body__inner li {
		font-size: 2rem;
		padding: 16px 20px 16px 76px;
	}
	.worried__body__inner li::before {
		width: 26px;
		height: 26px;
		left: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.worried__body__inner h3 {
		width: 411px;
	}
}

/*------------------------------------------- そのお悩みテマサックが解決します */
.solution__content {
	position: relative;
}
.solution__content__arrow {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.solution__content__arrow::before {
	content: "";
	display: block;
	background-image: url(../img/industry/solution_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 180px;
	height: 44px;
	position: absolute;
	top: -22px;
	left: 50%;
	translate: -50% 0;
}
.solution__content .content__area {
	position: relative;
}
.solution__img01 {
	position: absolute;
	width: 191px;
	left: 1.5%;
	top: -106px;
}
.solution__img02 {
	position: absolute;
	width: 67px;
	right: 9%;
	top: -93px;
}
.solution__ttl {
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: .08em;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: -15px;
}
.solution__ttl span {
	color: #e66700;
}
.solution__lead {
	line-height: 1.95;
	letter-spacing: .075em;
	margin-bottom: 30px;
}
.solution__lead span {
	color: #1ea821;
}
.solution__band {
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .075em;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.8;
}
.solution__result .solution__band {
	color: #e66700;
}
.solution__achievement .solution__band {
	color: #1ea821;
}
.solution__result {
	margin-bottom: 28px;
}
.solution__result__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px 0;
}
.solution__result__item {
	background: #fff;
	padding: 20px 20px 15px;
	text-align: center;
}
.solution__result__top {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 4px;
	justify-items: center;
	max-width: 230px;
	margin: 0 auto;
}
.solution__result__icon {
	width: 85px;
	min-width: 85px;
}
.solution__result__label {
	color: #e66700;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .075em;
	margin-bottom: 12px;
	line-height: 1;
}
.solution__result__pre {
	display: grid;
	place-content: center;
	width: 100%;
	height: 22px;
	background: #f6f6f2;
	color: #999999;
	font-weight: 500;
	font-size: 1.3rem;
}
.solution__result__val {
	font-size: 1.5rem;
	letter-spacing: .05em;
	font-weight: 500;
}
.solution__result__arrow {
	display: block;
	width: 20px;
	margin: 0 auto 10px;
}
.solution__result__post {
	display: grid;
	place-content: center;
	height: 30px;
	background: #f6e8d4;
	color: #e66700;
	font-size: 1.5rem;
	letter-spacing: .05em;
	border-radius: 3px;
	font-weight: 500;
}
.solution__result__num {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #444444;
}
.solution__result__digit {
	font-size: 4.8rem;
	color: #e66700;
	line-height: 1;
}
.solution__result__digit span {
	font-size: .6em;
}
.solution__achievement__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px 0;
	margin-bottom: 20px;
}
.solution__achievement__item {
	display: grid;
	background: #fff;
	padding: 20px;
}
.solution__achievement__head {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0 15px;
	margin-bottom: 12px;
	line-height: 1;
	border-bottom: 1px solid #f6e8d4;
	padding-bottom: 15px;
}
.solution__achievement__icon img {
	width: 38px;
}
.solution__achievement__label {
	color: #1ea821;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 6px;
}
.solution__achievement__num {
	color: #1ea821;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .12em;
}
.solution__achievement__unit {
	font-size: 1.5rem;
	margin-right: 4px;
	color: #444444;
}
.solution__achievement__digit {
	font-size: 3.6rem;
	line-height: 1;
}
.solution__achievement__sup {
	color: #888;
	font-size: 1.6rem;
	margin-left: -1px;
}
.solution__achievement__desc {
	line-height: 1.6;
	letter-spacing: .075em;
	font-weight: 500;
	text-align: center;
}
.solution__achievement__member {
	display: inline-block;
	border: 1px solid #1ea821;
	color: #1ea821;
	font-size: 1.3rem;
	letter-spacing: .075em;
	padding: 0px 8px;
	margin-top: 2px;
	font-weight: 500;
	justify-self: center;
	line-height: 1.7;
}
.solution__note {
	color: #888;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: .08em;
	font-weight: 500;
	margin-top: -10px;
}

@media screen and (min-width: 768px) {
	.solution__result__list {
		grid-template-columns: 1fr 1fr;
		gap: 20px 20px;
	}
	.solution__achievement__list {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0 20px;
	}
	.solution__ttl {
		text-align: center;
	}
	.solution__lead {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.solution__content__arrow::before {
		width: 290px;
		height: 70px;
	}
	.solution__ttl {
		font-size: 3vw;
		margin-bottom: 34px;
	}
	.solution__lead {
		font-size: 1.8rem;
	}
	.solution__band {
		font-size: 2.4rem;
	}
	.solution__result {
		margin-bottom: 30px;
	}
	.solution__result__list {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.solution__result__label {
		font-size: 1.8rem;
	}
	.solution__result__pre {
		width: 140px;
		height: 20px;
		font-size: 1.4rem;
	}
	.solution__result__val {
		font-size: 1.6rem;
	}
	.solution__result__arrow {
		width: 32px;
	}
	.solution__result__post {
		height: 30px;
		font-size: 1.6rem;
	}
	.solution__result__num {
		font-size: 1.8rem;
	}
	.solution__result__digit {
		font-size: 5rem;
	}
	.solution__achievement__list {
		gap: 0 20px;
		margin-bottom: 25px;
	}
	.solution__achievement__item {
		padding: 20px;
	}
	.solution__achievement__head {
		gap: 0 18px;
	}
	.solution__achievement__icon img {
		width: 80px;
	}
	.solution__achievement__label {
		font-size: 1.8rem;
	}
	.solution__achievement__num {
		font-size: 3rem;
	}
	.solution__achievement__unit {
		font-size: 1.8rem;
	}
	.solution__achievement__digit {
		font-size: 4.5rem;
	}
	.solution__achievement__desc {
		font-size: 1.6rem;
	}
	.solution__achievement__member {
		font-size: 1.4rem;
	}
	.solution__note {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1200px) {
	.solution__result__list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 0 20px;
	}
	.solution__result__icon {
		width: 55px;
		min-width: 55px;
	}
}

@media screen and (min-width: 1300px) {
	.solution__ttl {
		font-size: 4.6rem;
	}
	.solution__img01 {
		left: 27px;
	}
	.solution__img02 {
		right: 101px;
	}
	.solution__result__icon {
		width: 85px;
		min-width: 85px;
	}
}

/*------------------------------------------- テマサックが選ばれる理由 */
.select__content {
	margin-top: 88px;
}
.select__content .ttl__01 {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	left: 50%;
	translate: -50% 0;
	margin-bottom: 50px;
}
.select__content .ttl__01::before,
.select__content .ttl__01::after {
	content: "";
	width: 15px;
	height: 112%;
	border: 2px solid currentColor;
	position: absolute;
	top: 0;
}
.select__content .ttl__01::before {
	border-right: 0;
	left: -30px;
}
.select__content .ttl__01::after {
	border-left: 0;
	right: -30px;
}
.select__content .ttl__01 span {
	position: relative;
}
.select__content .ttl__01 span::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #e66700;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 1px;
}
.select__box {
	display: grid;
	gap: 30px;
}
.select__box + .select__box {
	margin-top: 40px;
}
.select__ttl {
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .075em;
	margin-bottom: 18px;
}
.select__ttl__accent {
	color: #e66700;
}
.select__ttl__pro,
.select__ttl__lite {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 41px;
	height: 22px;
	font-size: 1.4rem;
	margin-left: 8px;
	translate: 0 -3px;
}
.select__ttl__pro {
	background: #e66700;
	color: #fff;
}
.select__ttl__lite {
	background: #fce002;
}
.select__text {
	letter-spacing: .075em;
	line-height: 2;
}
.select__text span:not([class]) {
	background: linear-gradient(transparent 50%, #fff7b4 50%);
}
.select__text .kome {
	font-size: 62%;
	translate: 0 -8px;
	display: inline-block;
	margin-right: 3px;
}
.select__kome {
	color: #999999;
	margin-top: 20px;
	padding-left: 1.4em;
	text-indent: -1.4em;
	line-height: 1.3;
}
.select__kome + .select__kome {
	margin-top: 8px;
}
.select__pay {
	display: grid;
	margin-top: 86px;
	margin-bottom: 60px;
	padding: 0 20px 20px;
	border: 2px solid #e95a1f;
}
.select__pay__ttl {
	background: #e95a1f;
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	translate: 0 -19px;
	padding: 10px 28px;
	line-height: 1.3;
}
.select__pay__list {
	display: grid;
	justify-content: center;
	gap: 2px 0;
	margin-bottom: 10px;
	letter-spacing: .04em;
}
.select__pay__kome {
	color: #999999;
	text-align: center;
	line-height: 1.5;
	font-size: 1.2rem;
}
.select__pay__img {
	display: block;
	text-align: center;
}
.select__pay__box {
	padding: 5px 10px 10px;
	margin-top: 17px;
	background: #f6e8d4;
}
.select__pay__box__ttl {
	color: #e95a1f;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.select__pay__box__text {
	font-size: 13px;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.select__img {
		order: -1;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.select__content .ttl__01 {
		margin-bottom: 0;
	}
	.select__content .ttl__01::before {
		left: -30px;
	}
	.select__content .ttl__01::after {
		right: -30px;
	}
	.select__body {
		margin-top: 73px;
	}
	.select__box {
		grid-template-columns: 1fr 1fr;
		gap: 0 30px;
		align-items: center;
	}
	.select__ttl__pro,
	.select__ttl__lite {
		width: 53px;
		height: 29px;
		margin-left: 13px;
    translate: 0 -6px;
		font-size: 1.7rem;
	}
	.select__ttl {
		text-align: left;
	}
	.select__pay {
		padding: 0 60px 40px;
	}
	.select__pay__ttl {
		margin: 0 auto;
		font-size: 3rem;
		translate: 0 -29px;
		padding: 10 56px;
	}
	.select__img + .select__txt {
		padding-left: 13px;
	}
	.select__txt + .select__img {
		text-align: right;
	}
	.select__pay__list {
		grid-template-columns: auto auto;
		gap: 2px 90px;
	}
	.select__pay__kome {
		font-size: 1.6rem;
	}
	.select__pay__box {
		text-align: center;
		margin-top: 30px;
		padding: 10px 15px 15px;
	}
	.select__pay__box__ttl {
		font-size: 2.4rem;
		text-align: center;
		margin-bottom: 3px;
		letter-spacing: .11em;
	}
	.select__pay__box__text {
		font-size: 1.8rem;
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.select__ttl {
		font-size: 3.4rem;
		margin: -7px 0 20px;
	}
	.select__content .ttl__01 span::before {
		width: 7px;
		height: 7px;
	}
	.select__box + .select__box {
		margin-top: 60px;
	}
	.select__kome {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1200px) {
	.select__pay__list {
		grid-template-columns: auto auto auto;
	}
}

/*------------------------------------------- テマサックを導入された医科クリニック様の声 */
.case__ttl {
	font-size: 2.6rem;
	line-height: 1.45;
	letter-spacing: .08em;
	font-weight: 500;
	margin-bottom: 40px;
}
.case__intro {
	margin-bottom: 3em;
}
.case__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px 0;
}
.case__item {
	background: #fff;
	overflow: hidden;
}
.case__link {
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
}
.case__img {
	display: block;
	width: 100%;
}
.case__body {
	padding: 11px 20px;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
}
.case__name {
	color: #1ea821;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .1em;
	margin-bottom: 12px;
	min-height: 62px;
	display: grid;
	place-content: center;
}
.case__tag {
	background: #e3f0e3;
	color: #1ea821;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.case__text {
	line-height: 2;
	letter-spacing: .08em;
	font-weight: 500;
}
.case__text span {
	background: linear-gradient(transparent 40%, #fff7b4 60%);
}
.case__more {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
	font-weight: 500;
	letter-spacing: .05em;
	align-self: end;
	transition: .3s;
}
.case__more::after {
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #e66700;
  border-right: 0;
}
.case__link:hover .case__more {
	color: #e66700;
}

@media screen and (min-width: 768px) {
	.case__list {
		grid-template-columns: 1fr 1fr;
		gap: 40px 30px;
	}
	.case__ttl {
		text-align: center;
	}
	.case__intro {
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	.case__ttl {
		font-size: 4.6rem;
		margin-bottom: 52px;
	}
	.case__list.--three {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0 30px;
	}
	.case__name {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.case__tag {
		font-size: 1.6rem;
		margin-bottom: 23px;
	}
	.case__text {
		font-size: 1.8rem;
	}
	.case__more {
		font-size: 1.6rem;
	}
}

/*------------------------------------------- LINEUP */
.lineup__content {
	position: relative;
	overflow: hidden;
	padding: 145px 0 80px;
}
.lineup__bg01 {
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
}
.lineup__bg02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.lineup__ttl {
	color: rgba(255, 255, 255, .2);
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: .15em;
	margin-bottom: 40px;
}
.lineup__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px 0;
}
.lineup__img {
	width: 60%;
	margin: 0 auto 24px;
}
.lineup__img img {
	display: block;
	width: 100%;
}
.lineup__name {
	position: relative;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .1em;
	padding-left: 30px;
	line-height: 1.3;
}
.lineup__name::before {
	content: "";
	display: inline-block;
	background-image: url(../img/industry/lineup_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	translate: 0 -50%;
}
.lineup__text {
	color: #fff;
	line-height: 2;
	letter-spacing: .075em;
	margin-top: 12px;
}
.lineup__feature {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px 0;
	margin-top: 20px;
}
.lineup__feature li {
	background: #fff;
	color: #e66700;
	line-height: 1.5;
	letter-spacing: .075em;
	padding: 12px 16px;
}
.lineup__btn {
	display: grid;
	place-content: center;
	position: relative;
	width: 260px;
	height: 56px;
	color: #fff;
	font-weight: 500;
	letter-spacing: .1em;
	border: 2px solid #fff;
	border-radius: 64px;
	margin: 25px auto 0;
	transition: background .3s;
}
.lineup__btn::after {
	content: "";
	display: block;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	width: 9px;
	height: 9px;
	position: absolute;
	top: calc(50% - 5px);
	right: 44px;
	transform: rotate(45deg);
	transition: border-color .3s, color .3s;
}
.lineup__btn:hover {
	background: #fff;
	color: #e66700;
}
.lineup__btn:hover::after {
	border-color: #e66700;
}

@media screen and (max-width: 767px) {
	.lineup__img img {
		max-height: 300px;
    width: auto;
    margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.lineup__list {
		gap: 80px 0;
	}
	.lineup__item {
		display: grid;
		grid-template-columns: 42% 58%;
		align-items: center;
	}
	.lineup__item:nth-child(even) {
		grid-template-columns: 58% 42%;
	}
	.lineup__item:nth-child(even) .lineup__img {
		order: 2;
	}
	.lineup__img {
		width: auto;
		margin: 0;
		text-align: center;
	}
	.lineup__img img {
		width: 100%;
		margin: 0 auto;
	}
	.lineup__item:nth-child(1) .lineup__img img {
		max-width: 200px;
	}
	.lineup__item:nth-child(2) .lineup__img img {
		max-width: 285px;
	}
	.lineup__item:nth-child(3) .lineup__img img {
		max-width: 153px;
	}
	.lineup__btn {
		margin: 25px 0 0;
	}
}

@media screen and (min-width: 992px) {
	.lineup__ttl {
		font-size: 13rem;
		margin-bottom: 20px;
	}
	.lineup__list {
		gap: 100px 0;
	}
	.lineup__name {
		font-size: 3rem;
		padding-left: 36px;
	}
	.lineup__name::before {
		width: 18px;
		height: 18px;
	}
	.lineup__text {
		font-size: 1.8rem;
	}
	.lineup__feature {
		gap: 3px 0;
		margin-top: 24px;
	}
	.lineup__feature li {
		font-size: 2rem;
		padding: 10px 23px;
	}
	.lineup__btn {
		width: 300px;
		height: 64px;
		font-size: 2rem;
		margin-top: 37px;
	}
}

@media screen and (min-width: 1200px) {
	.lineup__bg01 {
		left: 65%;
	}
}

/*------------------------------------------- 導入までの流れ */
.introduction__flow__box {
	background-color: #f6e8d4;
	padding: 20px;
	position: relative;
	height: 100%;
}
.introduction__flow__ttl {
	color: #e66700;
	font-size: 2.4rem;
	text-align: center;
	font-weight: 500;
	margin: -5px 0 15px;
	line-height: 1.5;
}
.introduction__flow__ttl span {
	font-style: italic;
}
.introduction__flow__img {
	margin-bottom: 10px;
	text-align: center;
}
.introduction__flow__box>p {
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.introduction__flow__wrap>ul>li:not(:last-child) .introduction__flow__box {
		border-bottom: 1px solid #fff;
	}
}
@media screen and (min-width: 768px) {
	.introduction__flow__wrap>ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.introduction__flow__box {
		position: relative;
		padding: 40px;
	}
	.introduction__flow__box::before {
		content: "";
		display: inline-block;
		background-image: url("../img/introduction__flow/icon_arrow.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 30px;
		height: 60px;
		position: absolute;
		top: 50%;
		right: -30px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.introduction__flow__wrap>ul>li:nth-child(n + 3) {
		margin-top: 20px;
	}
	.introduction__flow__wrap>ul>li:nth-child(odd) .introduction__flow__box {
		border-right: 1px solid #fff;
	}
	.introduction__flow__wrap>ul>li:nth-child(even) .introduction__flow__box::before,
	.introduction__flow__wrap>ul>li:last-child .introduction__flow__box::before {
		content: none;
	}
}
@media screen and (min-width: 992px) {
	.introduction__flow__wrap>ul>li:nth-child(n + 4) {
		margin-top: 40px;
	}
	.introduction__flow__box {
		border-right: 1px solid #fff;
	}
	.introduction__flow__ttl {
		font-size: 2.8rem;
		margin: -9px 0 15px;
	}
	.introduction__flow__ttl span {
		margin-right: 10px;
	}
	.introduction__flow__wrap>ul>li:nth-child(3) .introduction__flow__box::before,
	.introduction__flow__wrap>ul>li:last-child .introduction__flow__box::before {
		content: none;
	}
	.introduction__flow__box>p {
		font-size: 1.6rem;
	}
}

/*------------------------------------------- アンカー */
.anchor__list > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0;
}
.anchor__list > ul > li {
	width: 100%;
	padding: 20px 0 0;
}
.btn__anchor {
	font-size: 1.4rem;
	height: 45px;
	border-width: 1px;
	position: relative;
}
.btn__anchor .icon-arrow {
	font-size: 1rem;
	position: absolute;
	top: 54%;
	right: 10px;
	transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
	.anchor__list > ul {
		margin: -20px -10px 0;
	}
	.anchor__list > ul > li {
		width: 50%;
		padding: 20px 10px 0;
	}
}
@media screen and (min-width: 992px) {
	.anchor__list > ul > li {
		width: 33.3333%;
	}
	.btn__anchor {
		font-size: 1.8rem;
		height: 60px;
	}
	.btn__anchor .icon-arrow {
		font-size: 1.3rem;
		right: 15px;
	}
	.btn__anchor.btn__anchor--min {
		font-size: 1.2rem;
	}
	.btn__anchor.btn__anchor--min .icon-arrow {
		font-size: 1rem;
		right: 5px;
	}
}
@media screen and (min-width: 1200px) {
	.anchor__list > ul {
		margin: -30px -15px 0;
	}
	.anchor__list > ul > li {
		padding: 30px 15px 0;
	}
	.btn__anchor.btn__anchor--min {
		font-size: 1.4rem;
	}
	.btn__anchor.btn__anchor--min .icon-arrow {
		font-size: 1.2rem;
		right: 10px;
	}
}
@media screen and (min-width: 1400px) {
	.btn__anchor.btn__anchor--min {
		font-size: 1.6rem;
	}
}


/*------------------------------------------- よくある質問 */
.faq__content {
	padding: 90px 0;
	margin-bottom: 0;
}
.faq__area {
	margin-bottom: 60px;
}
.faq__block {
	margin-bottom: 40px;
}
.faq__block:last-child {
	margin-bottom: 0;
}
.faq__box {
	border-top: 1px solid #e7e5dc;
}
.faq__box:last-child {
	border-bottom: 1px solid #e7e5dc;
}
.faq__box_q,
.faq__box_a {
	position: relative;
	padding: 15px 60px 15px 70px;
	font-size: 1.6rem;
}
.faq__box_a {
	display: none;
	padding: 15px 20px 15px 70px;
	font-size: 1.4rem;
}
.faq__box_q .plus {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 20px;
	right: 11px;
}
.faq__box_q .plus::before,
.faq__box_q .plus::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #e66700;
	position: absolute;
	top: 20px;
	left: 11px;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.faq__box_q .plus::after {
	width: 2px;
	height: 20px;
	top: 11px;
	left: 20px;
}
.faq__box_q.active .plus::before {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.faq__box_q.active .plus::after {
	opacity: 0;
}
.faq__box_a {
	background-color: #f6e8d4;
}
.faq__box_q>span,
.faq__box_a>span {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.6rem;
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: 500;
}
.faq__box_q>span {
	color: #e66700;
	background-color: #f6e8d4;
}
.faq__box_a>span {
	color: #fff;
	background-color: #e66700;
}
.faq__box_a .notes {
	margin-top: 0;
}
.faq__btn {
	position: relative;
	color: #e66700;
	border: 2px solid currentColor;
	width: 300px;
	height: 50px;
	border-radius: 70px;
	display: grid;
	place-content: center;
	margin: 0 auto;
	font-size: 1.6rem;
	transition: background .3s, color .3s;
}
.faq__btn::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg) translateY(-50%);
	top: 50%;
	right: 20px;
	transition: border-color .3s;
}
.faq__btn:hover {
	background: #e66700;
	color: #fff;
}
.faq__btn:hover::after {
	border-color: #fff;
}

@media screen and (min-width: 768px) {
	.faq__content {
		margin-bottom: 80px;
	}
	.faq__box_q {
		-webkit-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
		transition: background-color 0.4s;
	}
	.faq__box_q:hover {
		background-color: #f3f2ee;
	}
	.faq__btn {
		width: 500px;
		height: 70px;
		font-size: 2rem;
	}
	.faq__btn::after {
		width: 13px;
		height: 13px;
		right: 65px;
	}
}

@media screen and (min-width: 992px) {
	.faq__content .anchor__list {
		margin-bottom: 60px;
	}
	.faq__block {
		margin-bottom: 60px;
	}
	.faq__box_q,
	.faq__box_a {
		font-size: 2.2rem;
		padding: 20px 90px 20px 100px;
	}
	.faq__box_a {
		font-size: 1.8rem;
		padding: 20px 40px 20px 100px;
	}
	.faq__box_q .plus {
		right: 42px;
	}
	.faq__box_q>span,
	.faq__box_a>span {
		width: 40px;
		height: 40px;
		font-size: 2.2rem;
	}
}

/* 会計の待ち時間、毎日のレジ締め残業をゼロへ。 */
.inquiry__content {
	background: #f6e8d4;
}
.inquiry__ttl {
	color: #e66700;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: .08em;
	margin-bottom: 20px;
}
.inquiry__catch {
	color: #e66700;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.45;
  letter-spacing: .08em;
	margin-bottom: 15px;
}
.inquiry__text {
	color: #444444;
	letter-spacing: .08em;
}
.inquiry__img {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.inquiry__inner {
		display: grid;
		grid-template-columns: 1fr 300px;
		column-gap: 30px;
	}
	.inquiry__img {
		margin-top: -100px;
	}
}

@media screen and (min-width: 1200px) {
	.inquiry__content {
		padding-bottom: 130px;
	}
	.inquiry__inner {
		grid-template-columns: 1fr 440px;
	}
	.inquiry__ttl {
		font-size: 5rem;
		margin-bottom: 30px;
	}
	.inquiry__catch {
		font-size: 3.4rem;
		margin-bottom: 25px;
	}
	.inquiry__img {
		margin-top: -140px;
	}
}

@media screen and (min-width: 1500px) {
	.inquiry__inner {
		grid-template-columns: 1fr 540px;
		margin-right: -150px;
	}
}

/*------------------------------------------- 他の診療科ページはこちら */
.solutionLink__content {
	position: relative;
	padding-bottom: 90px;
}
.solution__content + .solutionLink__content {
	margin-top: -115px;
}
.solutionLink__content .ttl__01 {
	margin-bottom: 27px;
	font-size: 3rem;
	letter-spacing: .08em;
}
.solutionLink__list {
	display: grid;
	row-gap: 10px;
}
.solutionLink__list a {
	display: grid;
	grid-template-columns: 120px 1fr auto;
	align-items: center;
	column-gap: 15px;
	padding: 10px;
	background: #fff;
	transition: .3s;
}
.solutionLink__list a:hover {
	opacity: .8;
}
.solutionLink__text {
	color: #1ea821;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.3;
	white-space: nowrap;
}
.solutionLink__text span {
	display: inline-block;
	translate: 0 -5px;
	font-size: 17px;
}
.solutionLink__icon {
	display: grid;
	width: 12px;
	margin-right: 7px;
}

@media screen and (min-width: 768px) {
	.solution__content + .solutionLink__content {
		margin-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.solutionLink__content .ttl__01 {
		font-size: 4.6rem;
		margin-bottom: 40px;
	}
	.solutionLink__list {
		grid-template-columns: repeat(6, 1fr);
		gap: 30px;
	}
	.solutionLink__list li {
		grid-column: span 3;
	}
}

@media screen and (min-width: 1200px) {
	.solutionLink__list li {
		grid-column: span 2;
	}
	.solutionLink__list li:nth-child(1),
	.solutionLink__list li:nth-child(2) {
		grid-column: span 3;
	}
	.solutionLink__list a {
		grid-template-columns: 130px 1fr auto;
		column-gap: 22px;
	}
	.solutionLink__list li:nth-child(1) a,
	.solutionLink__list li:nth-child(2) a {
		grid-template-columns: 160px 1fr auto;
	}
	.solutionLink__list li:nth-child(1) .solutionLink__text,
	.solutionLink__list li:nth-child(2) .solutionLink__text {
		font-size: 3rem;
	}
	.solutionLink__list li:nth-child(1) .solutionLink__icon,
	.solutionLink__list li:nth-child(2) .solutionLink__icon {
		width: 19px;
	}
}













header ul li.dmenu01 p {
	/*padding-right: 1.2rem;*/
	position: relative;
	cursor: pointer;
}
header ul li.dmenu01 p span {
	position: absolute;
	right: 0;
	top: 0;
}
header ul li.dmenu01 p span:before {
	position: absolute;
}

.dmenuSub {
	position: absolute;
	padding: 5rem 0 0;
	left: -1.4rem;
	top: 1.8rem;
	display: none;
}
.dmenuSub li:nth-of-type(1) {
	border-bottom: 1px solid #312f2f;
	cursor: pointer;
}
.dmenuSub li:nth-of-type(2) {
	border-bottom: 1px solid #312f2f;
	cursor: pointer;
}
.dmenuSub li a {
	display: block;
	background: #fff;
	width: 20rem;
	padding: 1rem 1.6rem;
	display: block;
	font-size: 1.4rem;
	color: #312f2f;
}
.dmenuSub li a:hover {
	background:#f6e8d4;
	color:#312f2f;
}

/*
@media (max-width: 959px) {
*/
@media (max-width: 1081px) {

	.global-nav__list {
    margin: 0;
    list-style: none;
    font-size: 16px;
    color: #fff;
  }
    .global-nav__list li ul {
    display: none;
    margin: .6rem 0 0;
  }
    .global-nav__list li ul li {
    border-bottom: none;
    padding: .6rem 0 .6rem 2.6rem;
    font-size: 14px;
    color: #fff;

  }
    .global-nav__list .global-nav__item {
    text-align: center;
    padding: 0 4%;
  }
    .global-nav__list .global-nav__item a {
    display: block;
    text-decoration: none;
    color: #111;
    text-align: left;
  }
    .global-nav__list .global-nav__item a:before {
    font-family: "Material Icons";
    content: "navigate_next";
    color: #313198;
    margin-right: .5rem;
  }
    .global-nav__list .global-nav__item a:hover {
    background-color: #eee;
  }
  .global-nav__list .hamburger__p {
    position: relative;
  }
  .global-nav__list .hamburger__p:before {
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width:5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 7px solid #FFF;
  }
  .global-nav__list .hamburger__p.active:before {
    top: 0;
    bottom: 4px;
    border: 5px solid transparent;
    border-bottom: 7px solid #FFF;
  }
}

@media (max-width: 769px) {
	.sp__mb{
		margin-bottom: 165px;
	}
	.sp_manga_mb{
		margin-bottom: 60px;
	}
}

.top_back_img{
	max-width: 40px;
}
@media screen and (min-width: 768px) {
	.top_back_img{
		max-width: 50px
	}
}

.case__banner {
    position: static!important;
    text-align: center;
}
.case__banner a{
    transition: .3s;
}
.case__banner a:hover{
    opacity: .8;
}

/* 202511追記 */
.mv__notes > li {
    position: relative;
    padding-left: 30px;
    text-indent: -30px;
    color: #999999;
    font-size: 1rem;
}

.mv__notes > li::before {
    counter-increment: num;
    content: none;
    color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.mv__subnotes > li + li {
    padding-top: 8px;
}

@media screen and (min-width: 768px) {
    .mv__subnotes > li + li {
        padding-top: 0;
    }

    .mv__catch__img {
        display: block;
        margin-top: -5%;
        max-width: 32vw;
        margin-bottom: 0;
        position: relative;
        left: 0;
    }
}

.movie__area p {
    font-size: 1.3rem;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .movie__area p {
        font-size: 1.6rem;
    }
}

.btn__green {
    background-color: #1ea821;

}

.btn__green,
.btn__green .btn__icon {
    color: #fff;
}

.btn__green .btn__icon:hover {
    color: #1ea821;
}

@media screen and (min-width: 768px) {
    .btn__green:hover {
        background-color: #fff;
        color: #1ea821;
        border: 1px solid #1ea821;
    }

    .btn__icon {
        -webkit-transition: color 1;
        -o-transition: color 0.4s;
        transition: color 0.4s;
    }

    .btn__green:hover .btn__icon {
        color: #1ea821;
    }
}

@media screen and (max-width: 991px) {
    .header__btn .btn__green {
        width: 120px;
        background-color: #1ea821;
    }
}

.movie__area p {
    font-size: 1.3rem;
    margin-top: 10px;
    font-weight: bold;
}

.content__area_img {
    display: none;
}

@media screen and (min-width: 992px) {
    .movie__area p {
        font-size: 1.6rem;
    }
}

.btn__green:hover {
    background-color: #fff;
    color: #1ea821;
}
.btn__green:hover .btn__icon {
    color: #1ea821;
}

.content__area_img {
    margin: 20px auto 0;
    text-align: center;
}

.content__area_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .mv__img {
        max-width: 100vw;
        background-image: none;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .content__area_img {
        display: block;
        margin: 8% auto 0;
        text-align: center;
    }

    .content__area_img img {
        max-width: 789px;
        width: 100%;
        height: auto;
    }
}

.header-logo a img {
    border: none;
    display: block
}

.header-logo a {
    outline: none;
}
