/*
Theme Name: 株式会社アビリティ
Theme URI: 
Author: kaizaki
Author URI: 
Description: Original Theme of アビリティ
Version: 1.0
License: kaizaki
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
	color: #000000;
	letter-spacing: 0.5em;
}

/* chromeでクリック時に黒枠を表示させない */

* {
	outline: none !important;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	font: 100%;
	font-size: inherit;
}

fieldset {
	border: 0;
	vertical-align: bottom;
}

img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}

/*address , caption , cite , code , dfn , em , strong , th , var {*/

address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: normal;
	font-style: normal;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
}

textarea {
	font-size: 100%;
}

hr {
	height: 0px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	color: #ffffff;
}

/*- フォントサイズ指定 -*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6em;
}

/*- フォームスタイル -*/

input[type=button],
input[type=submit],
input[type=email],
input[type=text],
input[type=tel] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	     appearance: button;
}

textarea,
button {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	     appearance: button;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

/*- slick -*/

.slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
}

.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-family: slick;
	font-size: 0;
	line-height: 0;
	color: #000;
	text-align: center;
	content: "•";
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

br.pc {
	display: inline;
}

br.tb {
	display: none;
}

br.sp {
	display: none;
}

:root {
	--c-black: #1a1a1a;
	--c-blackL: #1a1a1a;
	--c-green: #34a2a4;
	--c-red: #d90519;
	--c-orange: #f05a24;
	--c-yellow: #fbed21;
	--c-white: #ffffff;
	--c-line: #39b44a;
	--font-main: "Zen Kaku Gothic New", sans-serif;
	--font-number: "Poppins", sans-serif;
}

:root {
	--fade: fade-animation;
	--fade-up: fade-up-animation;
	--fade-down: fade-down-animation;
	--zoom: zoomin-animation;
	--delay: delay-animation;
}

.delay-scroll .box {
	opacity: 0;
}

.fade-in-trigger,
.fade-up-trigger,
.fade-down-trigger,
.zoom-in-trigger {
	opacity: 0;
}

.fade-in {
	opacity: 0;
	-webkit-animation-name: var(--fade);
	   -moz-animation-name: var(--fade);
	        animation-name: var(--fade);
	-webkit-animation-duration: 1.2s;
	   -moz-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-up {
	opacity: 0;
	-webkit-animation-name: var(--fade-up);
	   -moz-animation-name: var(--fade-up);
	        animation-name: var(--fade-up);
	-webkit-animation-duration: 1.2s;
	   -moz-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-down {
	opacity: 0;
	-webkit-animation-name: var(--fade-down);
	   -moz-animation-name: var(--fade-down);
	        animation-name: var(--fade-down);
	-webkit-animation-duration: 1.2s;
	   -moz-animation-duration: 1.2s;
	        animation-duration: 1.2s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.zoom-in {
	opacity: 0;
	-webkit-animation-name: var(--zoom);
	   -moz-animation-name: var(--zoom);
	        animation-name: var(--zoom);
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

body {
	overflow-x: hidden;
	font-family: var(--font-main);
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
	font-weight: 400;
	line-height: 1.6;
	color: var(--c-black);
	letter-spacing: 0.05em;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	-moz-animation: fadeIn 2s ease 0s 1 normal;
	     animation: fadeIn 2s ease 0s 1 normal;
}

body img {
	width: 100%;
	height: auto;
}

/* リンク - 基本 */

a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a:link,
a:visited {
	color: var(--c-orange);
}

a:hover,
a:active {
	color: var(--c-orange);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* 電話番号リンク - 基本 */

.tel-link a {
	color: var(--c-blackL);
	text-decoration: none;
}

/* 詳しく見る - 基本 */

/* flex - 基本 */

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

/* 見出し - 基本 */

/* slick-dots - 基本 */

section,
div.section {
	position: relative;
	padding: 10rem 0;
}

section .content,
div.section .content {
	position: relative;
	z-index: 5;
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}

/* header+MV */

#header {
	width: 100%;
}

#header #header-content #mv img {
	width: 100%;
}

/* campaign-mv下 */

#campaign-01 {
	padding: 5rem 0;
	background-color: var(--c-green);
	background-image: url(images/back01.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

#campaign-01 .content .sub-title {
	display: block;
	width: 80%;
	max-width: 950px;
	margin: 0 auto 1.5rem;
}

#campaign-01 .content .text-s {
	width: 60%;
	margin: 0 auto;
	font-weight: bold;
	color: var(--c-white);
}

/* 相談button-共有 */

div.consultation .content {
	width: 75%;
	max-width: 1360px;
	border-radius: 2rem;
	background-color: var(--c-white);
}

div.consultation .content .flex {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

div.consultation .content .flex .tel-link {
	width: 52%;
}

div.consultation .content .flex .tel-link a {
	background-color: var(--c-orange);
}

div.consultation .content .flex .tel-link a img {
	width: auto;
	height: 8.5rem;
}

div.consultation .content .flex .mail-link {
	width: 22.5%;
	margin: 0 1.5%;
}

div.consultation .content .flex .mail-link a {
	background-color: var(--c-black);
}

div.consultation .content .flex .mail-link a img {
	width: auto;
	height: 8.5rem;
}

div.consultation .content .flex .line-link {
	width: 22.5%;
}

div.consultation .content .flex .line-link a {
	background-color: var(--c-line);
}

div.consultation .content .flex .line-link a img {
	width: auto;
	height: 8.5rem;
}

div.consultation .content .flex a {
	display: block;
	padding: 2rem 0;
	border-radius: 0.75rem;
	text-align: center;
}

div.consultation .content .flex a:hover {
	opacity: 0.5;
}

div.consultation#consultation-01 {
	padding: 3rem 0 5rem;
	background-color: var(--c-green);
}

div.consultation#consultation-01 .content {
	border-radius: 2rem;
}

div.consultation#consultation-01 .content .flex {
	padding: 3.5rem;
}

div.consultation#consultation-02 {
	padding: 0;
	background-color: #d7eefb;
	background-color: #fff;
}

div.consultation#consultation-02 .content {
	border-radius: 2rem 2rem 0 0;
}

div.consultation#consultation-02 .content .flex {
	padding: 3.5rem 3.5rem 0;
}

/* 適切な価格でお見積りします */

#estimate {
	padding-top: 5rem;
}

#estimate .content .main-img {
	width: 85%;
	max-width: 1080px;
}

/* こんな症状ありませんか？ */

#symptom {
	position: relative;
	padding: 2px 0 5rem;
	background-color: var(--c-black);
}

#symptom .sub-title {
	position: absolute;
	z-index: 10;
	top: -5rem;
	right: 0;
	left: 0;
	width: 65%;
	max-width: 1000px;
	margin: 0 auto;
}

#symptom .content {
	position: relative;
	padding: 12.5rem 0 5rem;
	background-color: var(--c-white);
	background-image: url(images/back02.svg), url(images/back02.svg);
	background-repeat: repeat-y;
	background-position: left center, right center;
	background-size: 6rem auto;
}

#symptom .content .symptom-text01 {
	width: 75%;
	max-width: 900px;
}

#symptom .content .symptom-fix {
	padding: 5rem 0;
}

#symptom .content .symptom-fix .text {
	font-size: -webkit-calc(17px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(17px + 5 * (100vw - 1081px) / 839);
	font-size: calc(17px + 5 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#symptom .content .symptom-fix .text .strong {
	display: inline-block;
	margin: 1rem auto 0;
	padding: 0.75rem 4rem;
	background-color: var(--c-orange);
	font-size: -webkit-calc(25px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 10 * (100vw - 1081px) / 839);
	font-size: calc(25px + 10 * (100vw - 1081px) / 839);
	color: var(--c-white);
	letter-spacing: 0em;
}

#symptom .content .symptom-fix .symptom-img {
	position: absolute;
	z-index: 10;
	bottom: 5rem;
	width: 42rem;
}

#symptom .content .symptom-fix .symptom-img.img01 {
	left: -6.5rem;
}

#symptom .content .symptom-fix .symptom-img.img02 {
	right: -6.5rem;
}

/* 私たちにお任せください */

#security {
	padding: 5rem 0 0;
	background-image: url(images/back03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#security .content .sub-title {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* シロアリの消毒方法 */

#construction {
	position: relative;
	padding: 5rem 0;
	border-top: 10rem solid var(--c-orange);
	background-image: url(images/back04.svg);
	background-repeat: repeat;
	background-position: center center;
	background-size: 2rem;
}

#construction .sub-title {
	position: absolute;
	z-index: 10;
	top: -15rem;
	right: 0;
	left: 0;
	width: 60rem;
	margin: 0 auto;
	padding: 2.5rem 7.5rem;
	background-color: var(--c-orange);
}

#construction .content {
	width: 80%;
	max-width: 1080px;
}

#construction .content h3 {
	display: block;
	width: 40rem;
	max-width: 320px;
	margin: 0 auto 0 0;
}

#construction .content .construction-content {
	padding: 3.5rem;
	background-color: var(--c-white);
	text-align: left;
}

#construction .content .construction-content .main-text {
	font-size: -webkit-calc(16px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 2 * (100vw - 1081px) / 839);
	font-size: calc(16px + 2 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#construction .content .construction-content .construction-data {
	margin-top: 2.5rem;
	letter-spacing: 0;
}

#construction .content .construction-content .construction-data .flex .left {
	margin-right: 2.5rem;
	-webkit-flex-basis: 40rem;
	        flex-basis: 40rem;
}

#construction .content .construction-content .construction-data .flex .right {
	width: 100%;
}

#construction .content .construction-content .construction-data .flex .right h4 {
	padding-bottom: 1rem;
	font-size: -webkit-calc(21px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(21px + 3 * (100vw - 1081px) / 839);
	font-size: calc(21px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#construction .content .construction-content .construction-data .flex .right h4::first-letter {
	color: var(--c-orange);
}

#construction .content .construction-content .construction-data .flex .right .text {
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
}

/* 安全性の高い薬剤で施工 */

#safety {
	padding: 0;
	background-color: #dceeea;
}

#safety .flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#safety .flex .left {
	width: 60%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	        order: 1;
}

#safety .flex .right {
	width: 32.5%;
	margin-right: 7.5%;
	padding-left: 0%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	        order: 2;
}

#safety .flex .right h2 {
	width: 85%;
	max-width: 450px;
	padding-bottom: 2.5rem;
}

#safety .flex .right .text {
	width: 90%;
	max-width: 550px;
	padding-bottom: 4.5rem;
	font-size: -webkit-calc(14px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 5 * (100vw - 1081px) / 839);
	font-size: calc(14px + 5 * (100vw - 1081px) / 839);
}

/* 工法紹介 */

#construction-method {
	background-color: #dceeea;
}

#construction-method div.cm {
	position: relative;
	padding: 3.5rem 0;
	background-color: var(--c-green);
}

#construction-method div.cm .sub-title {
	position: absolute;
	z-index: 10;
	top: -5rem;
	right: 0;
	left: 0;
	width: 70rem;
	margin: 0 auto;
	padding: 2rem 5rem;
	background-color: var(--c-green);
}

#construction-method div.cm .content {
	max-width: 1080px;
}

#construction-method div.cm .content .construction-method-content .flex {
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;
}

#construction-method div.cm .content .construction-method-content .flex li {
	width: 48.5%;
	margin-top: 3rem;
	background-color: var(--c-white);
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data {
	padding: 3.5rem;
	text-align: left;
	letter-spacing: 0;
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data h3 {
	padding-bottom: 1rem;
	font-size: -webkit-calc(19px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(19px + 2 * (100vw - 1081px) / 839);
	font-size: calc(19px + 2 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data h3::first-letter {
	color: var(--c-orange);
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data .text {
	font-size: -webkit-calc(15px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 2 * (100vw - 1081px) / 839);
	font-size: calc(15px + 2 * (100vw - 1081px) / 839);
}

#construction-method div.cm .content .construction-method-content .flex li:nth-of-type(2),
#construction-method div.cm .content .construction-method-content .flex li:nth-of-type(4) {
	margin-left: 3%;
}

#construction-method div.cm#cm-02 {
	margin-top: 7.5rem;
}

/* アビリティが駆けつけます */

#rush-achievements {
	padding: 2.5rem 0 0;
	background-image: url(images/back05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#rush-achievements .sub-title {
	width: 75%;
	max-width: 1000px;
	margin: 0 auto;
}

#rush-achievements .content {
	max-width: 1360px;
	padding-bottom: 3.5rem;
	border-radius: 2rem;
	background-color: var(--c-white);
}

#rush-achievements .content .rush-content {
	max-width: 1080px;
	margin: 0 auto;
}

#rush-achievements .content .rush-content .flex {
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#rush-achievements .content .rush-content .flex .rush-data {
	width: 45%;
	margin: 0 2.5%;
	padding: 3.5rem 0 0;
	text-align: left;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .right {
	width: 42.5%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	        order: 2;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left {
	width: 52.5%;
	margin: 0 5% 0 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	        order: 1;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left h3 {
	display: inline-block;
	padding: 0.25rem 1.5rem;
	border-radius: 0.5rem;
	background-color: var(--c-orange);
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: var(--c-white);
	letter-spacing: 0;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .season {
	margin: 0 0 1rem 1.5rem;
	padding: 2rem 0 0.75rem;
	border-bottom: 1px solid #ccc;
	font-size: -webkit-calc(11px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(11px + 2 * (100vw - 1081px) / 839);
	font-size: calc(11px + 2 * (100vw - 1081px) / 839);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .area {
	padding: 0 0 1.5rem 1.5rem;
	font-size: -webkit-calc(17px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(17px + 3 * (100vw - 1081px) / 839);
	font-size: calc(17px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .text {
	margin-left: 1.5rem;
	font-size: -webkit-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: calc(13px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#rush-achievements .achievements-link {
	display: block;
	padding: 5rem 0;
}

#rush-achievements .achievements-link a:hover {
	opacity: 0.5;
}

#rush-achievements .achievements-img {
	display: block;
	width: 75%;
	max-width: 1360px;
	margin: 0 auto;
}

/* プロが見極めて対応！！ */

#pro {
	position: relative;
	padding: 5rem 0;
	background-color: var(--c-orange); /* 矢印 */
}

#pro .content .text {
	font-size: -webkit-calc(20px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 5 * (100vw - 1081px) / 839);
	font-size: calc(20px + 5 * (100vw - 1081px) / 839);
	font-weight: bold;
	line-height: 1.5;
	color: var(--c-white);
}

#pro .content .text .strong {
	font-size: -webkit-calc(30px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(30px + 5 * (100vw - 1081px) / 839);
	font-size: calc(30px + 5 * (100vw - 1081px) / 839);
}

#pro .content .text .inversion {
	display: inline-block;
	margin: 1rem 2rem;
	padding: 0.25rem 2rem;
	background-color: var(--c-white);
	color: var(--c-orange);
}

#pro .ya-01 {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: -4rem;
	left: 0;
	width: 12rem;
	margin: 0 auto;
}

#pro .ya-01 img {
	display: block;
	width: 12rem;
	max-width: 60px;
	margin: 0 auto;
}

/* 私たちが選ばれる理由をご紹介 */

#chosen {
	overflow-x: hidden;
	padding: 7.5rem 0 10rem;
	background-image: url(images/back06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#chosen .content .sub-title {
	display: block;
	width: 70%;
	max-width: 880px;
	margin: 0 auto 3.5rem;
}

#chosen .content .chosen-content {
	padding: 7.5rem;
	border-radius: 5rem;
	background-color: var(--c-white);
}

#chosen .content .chosen-content ul {
	max-width: 1200px;
	margin: 0 auto;
}

#chosen .content .chosen-content ul li {
	padding-top: 3.5rem;
	text-align: left;
}

#chosen .content .chosen-content ul li .flex {
	padding-bottom: 0.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
}

#chosen .content .chosen-content ul li .flex .number {
	display: inline-block;
	width: 15rem;
	margin-right: 1.5rem;
	-webkit-flex-basis: 15rem;
	        flex-basis: 15rem;
}

#chosen .content .chosen-content ul li .flex h3 {
	display: block;
	width: 100%;
	font-size: -webkit-calc(21px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(21px + 4 * (100vw - 1081px) / 839);
	font-size: calc(21px + 4 * (100vw - 1081px) / 839);
	font-weight: bold;
	letter-spacing: 0;
}

#chosen .content .chosen-content ul li .flex h3 .strong {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: -webkit-calc(28px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(28px + 5 * (100vw - 1081px) / 839);
	font-size: calc(28px + 5 * (100vw - 1081px) / 839);
	line-height: 0;
}

#chosen .content .chosen-content ul li .flex h3 .strong-n {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: -webkit-calc(45px + 15 * (100vw - 1081px) / 839);
	font-size: -moz-calc(45px + 15 * (100vw - 1081px) / 839);
	font-size: calc(45px + 15 * (100vw - 1081px) / 839);
	line-height: 0;
}

#chosen .content .chosen-content ul li .flex h3 .orange {
	line-height: 0;
	color: var(--c-orange);
}

#chosen .content .chosen-content ul li .text {
	width: 70%;
	max-width: 1000px;
	padding-top: 2rem;
	font-size: -webkit-calc(15px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 2 * (100vw - 1081px) / 839);
	font-size: calc(15px + 2 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#chosen .content .chosen-content ul li:first-of-type {
	padding-top: 0;
}

#chosen .content .chosen-img {
	position: absolute;
	z-index: 10;
	right: -5rem;
	bottom: -10rem;
	width: 40rem;
}

/* plan・費用など */

#plan-price {
	padding: 7rem 0;
	background-color: #dceeea;
}

#plan-price .content .price-list {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 5rem;
}

#plan-price .content .price-list .flex {
	width: 100%;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	        align-items: flex-end;
}

#plan-price .content .price-list .flex li {
	width: 47%;
	margin: 0 1.5%;
}

#plan-price .content .included-list {
	padding-bottom: 3.5rem;
}

#plan-price .content .included-list .sub-title {
	display: block;
	width: 80%;
	max-width: 900px;
	margin: 0 auto 2.5rem;
}

#plan-price .content .included-list .flex {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#plan-price .content .included-list .flex li {
	width: 31%;
	margin-bottom: 2.5rem;
}

#plan-price .content .included-list .flex li:nth-of-type(2),
#plan-price .content .included-list .flex li:nth-of-type(5) {
	margin: 0 3.5% 3.25rem;
}

#plan-price .content .commitment-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5rem;
	border-radius: 2rem;
	background-color: var(--c-white);
}

#plan-price .content .commitment-content .flex {
	max-width: 1000px;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#plan-price .content .commitment-content .flex .left {
	width: 45%;
	margin: 0 5%;
}

#plan-price .content .commitment-content .flex .right {
	width: 50%;
	text-align: left;
}

#plan-price .content .commitment-content .flex .right h2 {
	font-size: -webkit-calc(21px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(21px + 4 * (100vw - 1081px) / 839);
	font-size: calc(21px + 4 * (100vw - 1081px) / 839);
	font-weight: bold;
	line-height: 1.3;
	color: var(--c-green);
}

#plan-price .content .commitment-content .flex .right .text {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #ccc;
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
}

/* 社長あいさつ */

#greeting {
	padding: 7.5rem 0;
	background-image: url(images/back07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#greeting .content {
	width: 80%;
	max-width: 1200px;
	background: rgba(255, 255, 255, 0.8);
}

#greeting .content .greeting-content {
	padding: 7rem 10rem;
	text-align: left;
}

#greeting .content .greeting-content .greeting-title {
	text-align: left;
}

#greeting .content .greeting-content .greeting-title h2 {
	display: block;
}

#greeting .content .greeting-content .greeting-title h2 span {
	display: inline-block;
	width: auto;
	margin: 0 0 0.75rem;
	padding: 0.75rem 2.5rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#82d2c1), to(#006da3));
	background-image: -webkit-linear-gradient(left, #82d2c1, #006da3);
	background-image: -moz-linear-gradient(left, #82d2c1, #006da3);
	background-image: linear-gradient(90deg, #82d2c1, #006da3);
	font-size: -webkit-calc(25px + 7 * (100vw - 1081px) / 839);
	font-size: -moz-calc(25px + 7 * (100vw - 1081px) / 839);
	font-size: calc(25px + 7 * (100vw - 1081px) / 839);
	font-weight: bold;
	line-height: 1;
	color: var(--c-white);
}

#greeting .content .greeting-content .text p {
	padding-top: 2rem;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#greeting .content .name-content {
	padding-top: 2.5rem;
	font-weight: bold;
	text-align: right;
}

#greeting .content .name-content .name span {
	display: inline-block;
	padding-left: 2rem;
	font-size: -webkit-calc(20px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(20px + 4 * (100vw - 1081px) / 839);
	font-size: calc(20px + 4 * (100vw - 1081px) / 839);
}

#greeting .greeting-img {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 43rem;
}

/* LINE */

#line .content a {
	display: block;
	margin: 0 auto;
}

#line .content a:hover {
	opacity: 0.5;
}

/* QA */

#qa {
	padding: 3.5rem 0 10rem;
	background-color: var(--c-green);
}

#qa .content .sub-title {
	display: block;
	width: 75%;
	max-width: 900px;
	margin: 0 auto 5rem;
}

#qa .content ul {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

#qa .content ul li {
	margin-bottom: 2.5rem;
	background-color: var(--c-white);
}

#qa .content ul li .toggle-title {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 1.25rem 2.25rem;
	font-weight: 700;
	text-align: left;
	pointer-events: all;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
}

#qa .content ul li .toggle-title .q {
	padding: 1rem 1.65rem;
	border-radius: 50rem;
	background-color: var(--c-orange);
}

#qa .content ul li .toggle-title .q img {
	width: 1em;
}

#qa .content ul li .toggle-title h3 {
	display: block;
	padding-left: 1.5rem;
	font-size: -webkit-calc(19px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(19px + 3 * (100vw - 1081px) / 839);
	font-size: calc(19px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#qa .content ul li .toggle-title span {
	position: relative;
	display: block;
	width: 4rem;
	margin-left: auto;
	border: 0.55rem solid var(--c-orange);
	border-radius: 100rem;
	background-color: var(--c-white);
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	aspect-ratio: 1/1;
}

#qa .content ul li .toggle-title span::before,
#qa .content ul li .toggle-title span::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	width: 2rem;
	height: 0.55rem;
	border-radius: 0.5rem;
	background: var(--c-orange);
	content: "";
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#qa .content ul li .toggle-title span::after {
	background: var(--c-orange);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(-50%) rotate(90deg);
	   -moz-transform: translateY(-50%) rotate(90deg);
	    -ms-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}

#qa .content ul li .toggle-title.active span::after {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
}

#qa .content ul li .toggle-data {
	display: none;
	padding: 3rem;
	background-color: #eee;
	text-align: left;
}

#qa .content ul li .toggle-data p {
	font-size: -webkit-calc(16px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 3 * (100vw - 1081px) / 839);
	font-size: calc(16px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
}

#qa .content ul li:last-of-type {
	margin-bottom: 0;
}

/* campaign-footer上 */

#campaign-02 {
	padding: 5rem 0;
	background-color: #d7eefb;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

#campaign-02 .content .sub-title {
	display: block;
	width: 80%;
	max-width: 950px;
	margin: 0 auto 1.5rem;
}

#campaign-02 .content .text-s {
	font-weight: bold;
	color: #0071bb;
}

/* footer */

#footer {
	position: relative;
	width: 100%;
	padding: 5rem 0 0;
	padding: 0;
}

#footer #footer-content {
	position: relative;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}

#footer #footer-content .consultation {
	width: 85%;
	margin: 0 auto;
}

#footer #footer-content .footer-about {
	max-width: 1250px;
	margin: 0 auto;
	padding-top: 5rem;
}

#footer #footer-content .footer-about .flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer #footer-content .footer-about .flex .left {
	width: 50%;
	margin-right: 3.5rem;
}

#footer #footer-content .footer-about .flex .left .company-data {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer #footer-content .footer-about .flex .left .company-data .logo {
	margin-right: 3.5rem;
	-webkit-flex-basis: 20rem;
	        flex-basis: 20rem;
}

#footer #footer-content .footer-about .flex .left .company-data .logo a:hover {
	opacity: 0.5;
}

#footer #footer-content .footer-about .flex .left .company-data .text {
	font-size: -webkit-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 3 * (100vw - 1081px) / 839);
	font-size: calc(14px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
	text-align: left;
}

#footer #footer-content .footer-about .flex .left .company-data .text p:nth-of-type(1) {
	padding-bottom: 2rem;
}

#footer #footer-content .footer-about .flex .left .company-data .text p a {
	color: var(--c-black);
}

#footer #footer-content .footer-about .flex .right {
	width: 50%;
}

#footer #footer-content .footer-about .flex .right h2 {
	display: block;
	margin-bottom: 1rem;
	padding: 0.5rem;
	background-color: var(--c-blackL);
	font-size: -webkit-calc(16px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(16px + 2 * (100vw - 1081px) / 839);
	font-size: calc(16px + 2 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: var(--c-white);
	text-align: center;
}

#footer #footer-content .footer-about .flex .right .tel-data {
	margin: 0 1rem 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--c-blackL);
}

#footer #footer-content .footer-about .flex .right .tel-data .flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li {
	width: 100%;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a {
	display: block;
	margin: 0;
	padding: 0;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 0 1rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img {
	display: block;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-text {
	width: auto;
	height: 7.57rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-ya {
	width: auto;
	height: 4rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a:hover {
	opacity: 0.5;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li:first-of-type {
	border-right: 1px solid var(--c-blackL);
}

#footer #footer-content .footer-about .flex .right .button-data .flex li {
	width: 48.5%;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a {
	display: block;
	padding: 1.5rem;
	border-radius: 1rem;
	font-weight: bold;
	color: var(--c-white);
	text-decoration: none;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex {
	width: 100%;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex p {
	display: block;
	width: 100%;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: var(--c-white);
	text-decoration: none;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex .img-ya {
	display: block;
	width: auto;
	height: 4rem;
	margin-left: 2rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a.mail-link {
	background-color: #fe7106;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a.line-link {
	background-color: #31c037;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a:hover {
	opacity: 0.5;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li:first-of-type {
	margin-right: 3%;
}

#footer .copy {
	margin-top: 5rem;
	padding: 1rem;
	background-color: var(--c-blackL);
	font-size: -webkit-calc(14px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(14px + 2 * (100vw - 1081px) / 839);
	font-size: calc(14px + 2 * (100vw - 1081px) / 839);
	color: var(--c-white);
	text-align: center;
}

/* フローティングメニュー（SPのみ） */

#floating {
	display: none !important;
}

/* 相談・お見積りフォーム */

.mail-form {
	padding: 10rem 0;
	background-color: #dceeea;
	line-height: 1.6;
}

.mail-form .confirm_area,
.mail-form .thanks_area {
	display: none !important;
}

.mail-form .wpcf7-response-output {
	display: none !important;
}

.mail-form .content {
	width: 75%;
	max-width: 900px;
	margin: 0 auto;
	padding: 10rem;
	border-radius: 5rem;
	background-color: var(--c-white);
	text-align: center;
}

.mail-form .content h2 {
	padding-bottom: 2.5rem;
	font-size: 5rem;
	font-size: -webkit-calc(40px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(40px + 10 * (100vw - 1081px) / 839);
	font-size: calc(40px + 10 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: var(--c-green);
}

.mail-form .content h2 br {
	display: none;
}

.mail-form .content .text {
	width: 80%;
	margin: 0 auto;
}

.mail-form .content .form-content {
	margin: 0 auto;
	padding: 5rem 0 3.5rem;
}

.mail-form .content .form-content dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 3.5rem 2.5rem;
	border-bottom: 1px solid #ecebe9;
	-webkit-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.mail-form .content .form-content dl.post .wpcf7-form-control-wrap {
	display: inline-block;
}

.mail-form .content .form-content dl.post .text-s {
	padding-top: 0.5rem;
	font-size: -webkit-calc(13px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 2 * (100vw - 1081px) / 839);
	font-size: calc(13px + 2 * (100vw - 1081px) / 839);
}

.mail-form .content .form-content dl dt {
	position: relative;
	width: 20em;
	margin-right: 5rem;
	font-size: -webkit-calc(18px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(18px + 2 * (100vw - 1081px) / 839);
	font-size: calc(18px + 2 * (100vw - 1081px) / 839);
	font-weight: bold;
}

.mail-form .content .form-content dl dt p {
	text-align: left;
}

.mail-form .content .form-content dl dt .required {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0.25rem 1.25rem;
	border-radius: 50rem;
	background-color: #ef264d;
	font-size: -webkit-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 3 * (100vw - 1081px) / 839);
	font-size: calc(13px + 3 * (100vw - 1081px) / 839);
	color: #fff;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.mail-form .content .form-content dl dt .required.no {
	background-color: #ccc;
}

.mail-form .content .form-content dl dd {
	width: 100%;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	text-align: left;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	        flex-grow: 1;
}

.mail-form .content .form-content dl dd input[type=email],
.mail-form .content .form-content dl dd input[type=text],
.mail-form .content .form-content dl dd input[type=tel],
.mail-form .content .form-content dl dd input[type=number] {
	width: 100%;
	padding: 1.5rem 2.5rem;
	border-radius: 0.75rem;
	background-color: #ecebe9;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	line-height: 1.5;
	cursor: text;
}

.mail-form .content .form-content dl dd input[type=email].name,
.mail-form .content .form-content dl dd input[type=email].tel,
.mail-form .content .form-content dl dd input[type=text].name,
.mail-form .content .form-content dl dd input[type=text].tel,
.mail-form .content .form-content dl dd input[type=tel].name,
.mail-form .content .form-content dl dd input[type=tel].tel,
.mail-form .content .form-content dl dd input[type=number].name,
.mail-form .content .form-content dl dd input[type=number].tel {
	width: 75%;
}

.mail-form .content .form-content dl dd input[type=email].post,
.mail-form .content .form-content dl dd input[type=text].post,
.mail-form .content .form-content dl dd input[type=tel].post,
.mail-form .content .form-content dl dd input[type=number].post {
	width: 45%;
}

.mail-form .content .form-content dl dd input[type=email].post01,
.mail-form .content .form-content dl dd input[type=text].post01,
.mail-form .content .form-content dl dd input[type=tel].post01,
.mail-form .content .form-content dl dd input[type=number].post01 {
	width: 6em;
}

.mail-form .content .form-content dl dd input[type=email].post02,
.mail-form .content .form-content dl dd input[type=text].post02,
.mail-form .content .form-content dl dd input[type=tel].post02,
.mail-form .content .form-content dl dd input[type=number].post02 {
	width: 9em;
}

.mail-form .content .form-content dl dd input[type=email].address,
.mail-form .content .form-content dl dd input[type=text].address,
.mail-form .content .form-content dl dd input[type=tel].address,
.mail-form .content .form-content dl dd input[type=number].address {
	margin-top: 0.5em;
}

.mail-form .content .form-content dl dd .select-box {
	position: relative;
	width: 65%;
}

.mail-form .content .form-content dl dd .select-box select {
	width: 100%;
	padding: 1.5rem 5.5rem 1.5rem 2.5rem;
	border-radius: 0.75rem;
	background-color: #ecebe9;
	cursor: pointer;
}

.mail-form .content .form-content dl dd .select-box:after {
	position: absolute;
	z-index: 10;
	top: 1.65em;
	right: 1.25em;
	width: 10px;
	height: 10px;
	border-top: 3px solid #ccc;
	border-left: 3px solid #ccc;
	pointer-events: none;
	content: "";
	-webkit-transform: translateY(-50%) rotate(-135deg);
	   -moz-transform: translateY(-50%) rotate(-135deg);
	    -ms-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

.mail-form .content .form-content dl dd textarea {
	width: 100%;
	height: 270px;
	padding: 1.5rem 5.5rem 1.5rem 2.5rem;
	border-radius: 0.75rem;
	background-color: #ecebe9;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	line-height: 1.5;
	cursor: text;
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox] {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	margin-right: 0.25em;
	border: 3px solid #999;
	border-radius: 0.5rem;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox]:checked {
	border: 3px solid var(--c-green);
	background-color: var(--c-green);
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox]:checked::after {
	position: absolute;
	top: 0.45em;
	left: 0.35em;
	width: 0.5em;
	height: 0.25em;
	border-bottom: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	content: "";
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.mail-form .content .form-content .wpcf7-form-control-wrap .wpcf7-list-item-label {
	display: inline-block;
	padding-left: 1rem;
	font-weight: bold;
	vertical-align: middle;
}

.mail-form .content .form-content .privacy-check {
	padding-top: 5rem;
	text-align: center;
}

.mail-form .content .form-content .privacy-check p {
	display: inline-block;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
}

.mail-form .content .form-content .privacy-check p a {
	display: inline-block;
	margin: 0 5px;
	color: var(--c-orange);
	text-decoration: underline;
}

.mail-form .content input[type=submit] {
	display: inline-block;
	max-width: 500px;
	margin: 1.5rem auto 0;
	padding: 3.5rem 9.5rem;
	border-radius: 100rem;
	background-color: var(--c-green);
	font-size: -webkit-calc(18px + 5 * (100vw - 1081px) / 839);
	font-size: -moz-calc(18px + 5 * (100vw - 1081px) / 839);
	font-size: calc(18px + 5 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.mail-form .content input[type=submit]:hover {
	opacity: 0.5;
}

.mail-form .content .wpcf7-not-valid-tip {
	display: block;
	font-size: -webkit-calc(13px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(13px + 2 * (100vw - 1081px) / 839);
	font-size: calc(13px + 2 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: #dc3232;
}

.mail-form .content .wpcf7-spinner {
	position: absolute;
}

/* お問い合わせ完了 */

#header-thanks .logo {
	width: 25%;
	max-width: 200px;
	margin: 0 auto;
	padding: 7.5rem 0 0;
}

main.thanks {
	padding: 0;
	border-bottom: 1px solid #ccc;
}

main.thanks .content {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

main.thanks .content h1 {
	padding-bottom: 2.5rem;
	font-size: -webkit-calc(35px + 10 * (100vw - 1081px) / 839);
	font-size: -moz-calc(35px + 10 * (100vw - 1081px) / 839);
	font-size: calc(35px + 10 * (100vw - 1081px) / 839);
	font-weight: bold;
	line-height: 1.6;
	color: var(--c-green);
}

main.thanks .content .text {
	width: 80%;
	margin: 0 auto;
}

main.thanks .content .text p {
	font-size: -webkit-calc(17px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(17px + 4 * (100vw - 1081px) / 839);
	font-size: calc(17px + 4 * (100vw - 1081px) / 839);
	font-weight: bold;
	line-height: 1.8;
}

main.thanks .content .text p.text-s {
	padding-top: 2.5rem;
	font-size: -webkit-calc(15px + 2 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 2 * (100vw - 1081px) / 839);
	font-size: calc(15px + 2 * (100vw - 1081px) / 839);
	font-weight: normal;
}

main.thanks .content .back-link {
	padding-top: 2.5rem;
}

main.thanks .content .back-link a {
	display: inline-block;
	max-width: 500px;
	margin: 2.5rem auto 0;
	padding: 1.5rem 7.5rem;
	border-radius: 100rem;
	background-color: var(--c-green);
	font-size: -webkit-calc(17px + 4 * (100vw - 1081px) / 839);
	font-size: -moz-calc(17px + 4 * (100vw - 1081px) / 839);
	font-size: calc(17px + 4 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

main.thanks .content .back-link a:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 1750px) {

#greeting .content {
	max-width: 1100px;
}

#greeting .greeting-img {
	left: -5rem;
	width: 40rem;
}

}

@media only screen and (max-width: 1600px) {

html {
	font-size: 0.625vw;
}

}

@media (max-width: 1600px) {

body {
	line-height: 1.6;
}

}

@media (max-width: 1500px) {

#greeting .content {
	width: 70%;
}

#greeting .content .greeting-content {
	width: 80%;
	margin: 0 auto;
}

#greeting .greeting-img {
	left: -5rem;
	width: 40rem;
}

#footer #footer-content .footer-about {
	width: 95%;
}

#footer #footer-content .footer-about .flex .left {
	margin-right: 2rem;
}

#footer #footer-content .footer-about .flex .right .tel-data {
	margin: 0 0 1.5rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-text {
	width: auto;
	height: 8.5rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-ya {
	width: auto;
	height: 4rem;
	margin-left: 0.5rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li {
	width: 48.5%;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a {
	display: block;
	padding: 1.5rem;
	border-radius: 1rem;
	font-weight: bold;
	color: var(--c-white);
	text-decoration: none;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex {
	width: 100%;
	margin: 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex p {
	display: block;
	width: 100%;
	font-size: -webkit-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: -moz-calc(15px + 3 * (100vw - 1081px) / 839);
	font-size: calc(15px + 3 * (100vw - 1081px) / 839);
	font-weight: bold;
	color: var(--c-white);
	text-decoration: none;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex .img-ya {
	display: block;
	width: auto;
	height: 4rem;
	margin-left: 2rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a.mail-link {
	background-color: #fe7106;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a.line-link {
	background-color: #31c037;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a:hover {
	opacity: 0.5;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li:first-of-type {
	margin-right: 3%;
}

}

@media only screen and (max-width: 1080px) {

html {
	font-size: 0.7585568918vw;
}

html br.pc {
	display: none;
}

html br.tb {
	display: inline;
}

html br.sp {
	display: none;
}

}

@media (max-width: 1080px) {

body {
	font-size: -webkit-calc(14px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 4 * (100vw - 601px) / 679);
	font-size: calc(14px + 4 * (100vw - 601px) / 679);
}

#campaign-01 {
	padding: 7.5rem 0;
}

#campaign-01 .content .sub-title {
	width: 90%;
	max-width: none;
}

div.consultation .content {
	width: 90%;
	max-width: none;
}

div.consultation .content .flex {
	width: 95%;
	max-width: none;
}

div.consultation .content .flex .tel-link a img {
	height: 9rem;
}

div.consultation .content .flex .mail-link a img {
	height: 9rem;
}

div.consultation .content .flex .line-link a img {
	height: 9rem;
}

div.consultation .content .flex a {
	border-radius: 1rem;
}

div.consultation .content .flex a:hover {
	opacity: 1;
}

div.consultation#consultation-01 {
	padding: 5rem 0;
}

#estimate {
	padding-top: 7.5rem;
}

#estimate .content .main-img {
	width: 100%;
	max-width: none;
}

#symptom .sub-title {
	width: 80%;
	max-width: none;
}

#symptom .content {
	width: 92.5%;
}

#symptom .content .symptom-text01 {
	width: 80%;
	max-width: none;
}

#symptom .content .symptom-fix {
	padding: 7.5rem 0;
}

#symptom .content .symptom-fix .text {
	font-size: -webkit-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 7 * (100vw - 601px) / 679);
	font-size: calc(13px + 7 * (100vw - 601px) / 679);
}

#symptom .content .symptom-fix .text .strong {
	padding: 2rem 4rem;
	font-size: -webkit-calc(18px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 15 * (100vw - 601px) / 679);
	font-size: calc(18px + 15 * (100vw - 601px) / 679);
	line-height: 1.2;
}

#symptom .content .symptom-fix .symptom-img {
	position: absolute;
	width: 40rem;
}

#symptom .content .symptom-fix .symptom-img.img01 {
	left: -3.5rem;
}

#symptom .content .symptom-fix .symptom-img.img02 {
	right: -3.5rem;
}

#security .content {
	width: 95%;
}

#security .content .sub-title {
	width: 100%;
	max-width: none;
}

#construction .sub-title {
	top: -17.5rem;
	width: 70rem;
	padding: 2.5rem 5rem;
}

#construction .content {
	width: 85%;
	max-width: none;
}

#construction .content h3 {
	width: 50rem;
	max-width: none;
}

#construction .content .construction-content .main-text {
	font-size: -webkit-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: calc(12px + 7 * (100vw - 601px) / 679);
	line-height: 1.5;
}

#construction .content .construction-content .construction-data .flex .left {
	-webkit-flex-basis: 60rem;
	        flex-basis: 60rem;
}

#construction .content .construction-content .construction-data .flex .right h4 {
	font-size: -webkit-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 10 * (100vw - 601px) / 679);
	font-size: calc(15px + 10 * (100vw - 601px) / 679);
}

#construction .content .construction-content .construction-data .flex .right .text {
	font-size: -webkit-calc(11px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(11px + 5 * (100vw - 601px) / 679);
	font-size: calc(11px + 5 * (100vw - 601px) / 679);
}

#safety .flex .left {
	width: 47.5%;
}

#safety .flex .left img {
	width: 100%;
	height: 50rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

#safety .flex .right {
	width: 42.5%;
	margin-right: 5%;
	padding: 5rem 0 5rem 5%;
}

#safety .flex .right h2 {
	width: 100%;
	max-width: none;
}

#safety .flex .right .text {
	width: 100%;
	max-width: none;
	padding-bottom: 2.5rem;
	font-size: -webkit-calc(10px + 8 * (100vw - 601px) / 679);
	font-size: -moz-calc(10px + 8 * (100vw - 601px) / 679);
	font-size: calc(10px + 8 * (100vw - 601px) / 679);
}

#construction-method div.cm {
	padding: 5rem 0;
}

#construction-method div.cm .sub-title {
	width: 85rem;
	padding: 2rem 3.5rem;
}

#construction-method div.cm .content {
	max-width: none;
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data h3 {
	font-size: -webkit-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: calc(14px + 7 * (100vw - 601px) / 679);
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data .text {
	font-size: -webkit-calc(11px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(11px + 5 * (100vw - 601px) / 679);
	font-size: calc(11px + 5 * (100vw - 601px) / 679);
}

#construction-method div.cm#cm-02 {
	margin-top: 7.5rem;
}

#rush-achievements .sub-title {
	width: 85%;
	max-width: none;
	padding-left: 5%;
}

#rush-achievements .content {
	width: 92.5%;
	max-width: none;
}

#rush-achievements .content .rush-content {
	max-width: none;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left h3 {
	font-size: -webkit-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: calc(12px + 7 * (100vw - 601px) / 679);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .season {
	font-size: -webkit-calc(8px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(8px + 6 * (100vw - 601px) / 679);
	font-size: calc(8px + 6 * (100vw - 601px) / 679);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .area {
	padding: 0 0 0 1.5rem;
	font-size: -webkit-calc(12px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 10 * (100vw - 601px) / 679);
	font-size: calc(12px + 10 * (100vw - 601px) / 679);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .text {
	font-size: -webkit-calc(10px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(10px + 6 * (100vw - 601px) / 679);
	font-size: calc(10px + 6 * (100vw - 601px) / 679);
	font-weight: normal;
}

#rush-achievements .achievements-link a:hover {
	opacity: 1;
}

#rush-achievements .achievements-img {
	width: 95%;
	max-width: none;
}

#pro { /* 矢印 */
}

#pro .content .text {
	font-size: -webkit-calc(13px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 10 * (100vw - 601px) / 679);
	font-size: calc(13px + 10 * (100vw - 601px) / 679);
}

#pro .content .text .strong {
	font-size: -webkit-calc(20px + 17 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 17 * (100vw - 601px) / 679);
	font-size: calc(20px + 17 * (100vw - 601px) / 679);
}

#pro .ya-01 {
	position: absolute;
	bottom: -5rem;
	width: 12rem;
}

#pro .ya-01 img {
	width: 12rem;
	max-width: none;
}

#chosen .content .sub-title {
	width: 85%;
}

#chosen .content .chosen-content {
	padding: 7.5rem;
}

#chosen .content .chosen-content ul li .flex {
	-webkit-box-align: anchor-center;
	-webkit-align-items: anchor-center;
	   -moz-box-align: anchor-center;
	        align-items: anchor-center;
}

#chosen .content .chosen-content ul li .flex .number {
	width: 15rem;
	-webkit-flex-basis: 15rem;
	        flex-basis: 15rem;
}

#chosen .content .chosen-content ul li .flex h3 {
	font-size: -webkit-calc(15px + 8 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 8 * (100vw - 601px) / 679);
	font-size: calc(15px + 8 * (100vw - 601px) / 679);
}

#chosen .content .chosen-content ul li .flex h3 .strong {
	font-size: -webkit-calc(20px + 10 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 10 * (100vw - 601px) / 679);
	font-size: calc(20px + 10 * (100vw - 601px) / 679);
}

#chosen .content .chosen-content ul li .flex h3 .strong-n {
	font-size: -webkit-calc(35px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(35px + 20 * (100vw - 601px) / 679);
	font-size: calc(35px + 20 * (100vw - 601px) / 679);
}

#chosen .content .chosen-content ul li .text {
	width: 83%;
	font-size: -webkit-calc(13px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 4 * (100vw - 601px) / 679);
	font-size: calc(13px + 4 * (100vw - 601px) / 679);
	line-height: 1.4;
}

#chosen .content .chosen-img {
	position: absolute;
	z-index: 10;
	right: -15rem;
	bottom: -10rem;
	width: 40rem;
}

#plan-price .content .price-list {
	width: 100%;
	max-width: none;
}

#plan-price .content .included-list .sub-title {
	width: 100%;
	max-width: none;
}

#plan-price .content .included-list .flex {
	width: 100%;
	max-width: none;
}

#plan-price .content .commitment-content {
	width: auto;
	max-width: none;
	padding: 5rem;
}

#plan-price .content .commitment-content .flex {
	max-width: none;
}

#plan-price .content .commitment-content .flex .left {
	width: 45%;
	margin: 0 3.5% 0 1.5%;
}

#plan-price .content .commitment-content .flex .right {
	width: 50%;
	text-align: left;
}

#plan-price .content .commitment-content .flex .right h2 {
	font-size: -webkit-calc(15px + 11 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 11 * (100vw - 601px) / 679);
	font-size: calc(15px + 11 * (100vw - 601px) / 679);
}

#plan-price .content .commitment-content .flex .right .text {
	font-size: -webkit-calc(10px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(10px + 7 * (100vw - 601px) / 679);
	font-size: calc(10px + 7 * (100vw - 601px) / 679);
	line-height: 1.3;
}

#greeting {
	padding-bottom: 24rem;
}

#greeting .content {
	width: 80%;
}

#greeting .content .greeting-content {
	width: auto;
	padding: 9rem;
}

#greeting .content .greeting-content .greeting-title h2 span {
	font-size: -webkit-calc(20px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 20 * (100vw - 601px) / 679);
	font-size: calc(20px + 20 * (100vw - 601px) / 679);
}

#greeting .content .greeting-content .text p {
	font-size: -webkit-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: calc(12px + 5 * (100vw - 601px) / 679);
}

#greeting .content .name-content .company {
	font-size: -webkit-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: calc(12px + 5 * (100vw - 601px) / 679);
}

#greeting .content .name-content .name {
	font-size: -webkit-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: calc(12px + 5 * (100vw - 601px) / 679);
}

#greeting .content .name-content .name span {
	font-size: -webkit-calc(14px + 12 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 12 * (100vw - 601px) / 679);
	font-size: calc(14px + 12 * (100vw - 601px) / 679);
}

#greeting .greeting-img {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 50rem;
}

#line {
	padding: 3rem;
}

#line .content {
	width: 100%;
}

#qa .content .sub-title {
	width: 85%;
	max-width: none;
}

#qa .content ul {
	width: 100%;
}

#qa .content ul li .toggle-title h3 {
	font-size: -webkit-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 7 * (100vw - 601px) / 679);
	font-size: calc(14px + 7 * (100vw - 601px) / 679);
}

#qa .content ul li .toggle-title .q {
	padding: 1rem 2rem;
}

#qa .content ul li .toggle-title .q img {
	width: 1em;
}

#qa .content ul li .toggle-data p {
	font-size: -webkit-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 5 * (100vw - 601px) / 679);
	font-size: calc(12px + 5 * (100vw - 601px) / 679);
}

#campaign-02 .content .sub-title {
	width: 90%;
	max-width: none;
}

#footer #footer-content {
	width: 95%;
}

#footer #footer-content .consultation {
	width: 95%;
}

#footer #footer-content .footer-about {
	width: 80%;
	margin: 0 auto;
}

#footer #footer-content .footer-about .flex {
	display: block;
}

#footer #footer-content .footer-about .flex .left {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3rem;
}

#footer #footer-content .footer-about .flex .left .company-data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#footer #footer-content .footer-about .flex .left .company-data .logo {
	-webkit-flex-basis: 30rem;
	        flex-basis: 30rem;
}

#footer #footer-content .footer-about .flex .left .company-data .text {
	width: auto;
	font-size: -webkit-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 7 * (100vw - 601px) / 679);
	font-size: calc(12px + 7 * (100vw - 601px) / 679);
}

#footer #footer-content .footer-about .flex .right {
	width: 100%;
}

#footer #footer-content .footer-about .flex .right h2 {
	font-size: -webkit-calc(17px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(17px + 7 * (100vw - 601px) / 679);
	font-size: calc(17px + 7 * (100vw - 601px) / 679);
}

#footer #footer-content .footer-about .flex .right .tel-data .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	padding: 0;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-text {
	height: 12rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-ya {
	height: 5rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li {
	width: 49%;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a {
	padding: 4rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex p {
	font-size: -webkit-calc(14px + 13 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 13 * (100vw - 601px) / 679);
	font-size: calc(14px + 13 * (100vw - 601px) / 679);
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex .img-ya {
	height: 5rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li:first-of-type {
	margin-right: 2%;
}

#footer .copy {
	font-size: -webkit-calc(11px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(11px + 4 * (100vw - 601px) / 679);
	font-size: calc(11px + 4 * (100vw - 601px) / 679);
}

.mail-form .content {
	width: 87.5%;
	max-width: none;
	padding: 10rem 0;
}

.mail-form .content h2 {
	font-size: -webkit-calc(20px + 30 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 30 * (100vw - 601px) / 679);
	font-size: calc(20px + 30 * (100vw - 601px) / 679);
}

.mail-form .content .form-content {
	padding: 5rem 7.5rem 3.5rem;
}

.mail-form .content .form-content dl.post .text-s {
	font-size: -webkit-calc(13px + 2 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 2 * (100vw - 601px) / 679);
	font-size: calc(13px + 2 * (100vw - 601px) / 679);
}

.mail-form .content .form-content dl dt {
	font-size: -webkit-calc(13px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(13px + 6 * (100vw - 601px) / 679);
	font-size: calc(13px + 6 * (100vw - 601px) / 679);
}

.mail-form .content .form-content dl dt .required {
	font-size: -webkit-calc(12px + 3 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 3 * (100vw - 601px) / 679);
	font-size: calc(12px + 3 * (100vw - 601px) / 679);
}

.mail-form .content .form-content dl dd {
	font-size: -webkit-calc(15px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(15px + 4 * (100vw - 601px) / 679);
	font-size: calc(15px + 4 * (100vw - 601px) / 679);
}

.mail-form .content .form-content dl dd input[type=email],
.mail-form .content .form-content dl dd input[type=text],
.mail-form .content .form-content dl dd input[type=tel],
.mail-form .content .form-content dl dd input[type=number] {
	font-size: -webkit-calc(14px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 4 * (100vw - 601px) / 679);
	font-size: calc(14px + 4 * (100vw - 601px) / 679);
}

.mail-form .content .form-content dl dd input[type=email].name,
.mail-form .content .form-content dl dd input[type=email].tel,
.mail-form .content .form-content dl dd input[type=text].name,
.mail-form .content .form-content dl dd input[type=text].tel,
.mail-form .content .form-content dl dd input[type=tel].name,
.mail-form .content .form-content dl dd input[type=tel].tel,
.mail-form .content .form-content dl dd input[type=number].name,
.mail-form .content .form-content dl dd input[type=number].tel {
	width: 100%;
}

.mail-form .content .form-content dl dd input[type=email].post01,
.mail-form .content .form-content dl dd input[type=text].post01,
.mail-form .content .form-content dl dd input[type=tel].post01,
.mail-form .content .form-content dl dd input[type=number].post01 {
	width: 5em;
}

.mail-form .content .form-content dl dd input[type=email].post02,
.mail-form .content .form-content dl dd input[type=text].post02,
.mail-form .content .form-content dl dd input[type=tel].post02,
.mail-form .content .form-content dl dd input[type=number].post02 {
	width: 6em;
}

.mail-form .content .form-content dl dd textarea {
	font-size: -webkit-calc(14px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 4 * (100vw - 601px) / 679);
	font-size: calc(14px + 4 * (100vw - 601px) / 679);
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox] {
	width: 2em;
	height: 2em;
	font-size: 2rem;
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox]:checked::after {
	top: 0.45em;
	left: 0.35em;
	width: 0.75em;
	height: 0.35em;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

.mail-form .content .form-content .privacy-check p {
	font-size: -webkit-calc(16px + 4 * (100vw - 601px) / 679);
	font-size: -moz-calc(16px + 4 * (100vw - 601px) / 679);
	font-size: calc(16px + 4 * (100vw - 601px) / 679);
}

.mail-form .content input[type=submit] {
	max-width: none;
	padding: 4.5rem 9.5rem;
	font-size: -webkit-calc(18px + 6 * (100vw - 601px) / 679);
	font-size: -moz-calc(18px + 6 * (100vw - 601px) / 679);
	font-size: calc(18px + 6 * (100vw - 601px) / 679);
}

.mail-form .content .wpcf7-not-valid-tip {
	font-size: -webkit-calc(12px + 2 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 2 * (100vw - 601px) / 679);
	font-size: calc(12px + 2 * (100vw - 601px) / 679);
}

main.thanks .content {
	width: 80%;
	max-width: none;
}

main.thanks .content h1 {
	padding-bottom: 7.5rem;
	font-size: -webkit-calc(30px + 15 * (100vw - 601px) / 679);
	font-size: -moz-calc(30px + 15 * (100vw - 601px) / 679);
	font-size: calc(30px + 15 * (100vw - 601px) / 679);
}

main.thanks .content .text {
	width: 90%;
	text-align: left;
}

main.thanks .content .text p {
	font-size: -webkit-calc(17px + 7 * (100vw - 601px) / 679);
	font-size: -moz-calc(17px + 7 * (100vw - 601px) / 679);
	font-size: calc(17px + 7 * (100vw - 601px) / 679);
}

main.thanks .content .text p.text-s {
	font-size: -webkit-calc(14px + 5 * (100vw - 601px) / 679);
	font-size: -moz-calc(14px + 5 * (100vw - 601px) / 679);
	font-size: calc(14px + 5 * (100vw - 601px) / 679);
}

main.thanks .content .text p.text-s br {
	display: none;
}

main.thanks .content .back-link {
	padding-top: 7.5rem;
	text-align: center;
}

main.thanks .content .back-link a {
	padding: 3.5rem 12.5rem;
	font-size: -webkit-calc(20px + 20 * (100vw - 601px) / 679);
	font-size: -moz-calc(20px + 20 * (100vw - 601px) / 679);
	font-size: calc(20px + 20 * (100vw - 601px) / 679);
}

}

@media only screen and (max-width: 600px) {

html {
	font-size: 1.3333333333vw;
}

html br.pc {
	display: none;
}

html br.tb {
	display: none;
}

html br.sp {
	display: inline;
}

body {
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

}

@media (max-width: 600px) {

body {
	font-size: -webkit-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: calc(12px + 6 * (100vw - 320px) / 280);
}

section .content,
div.section .content {
	width: 90%;
}

#campaign-01 {
	padding: 3.5rem 0;
}

#campaign-01 .content .sub-title {
	width: 100%;
}

#campaign-01 .content .text-s {
	width: 75%;
	font-size: -webkit-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: calc(11px + 5 * (100vw - 320px) / 280);
}

div.consultation .content {
	width: 90%;
}

div.consultation .content .flex {
	width: auto;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

div.consultation .content .flex .tel-link {
	width: 100%;
	padding-bottom: 1.5rem;
}

div.consultation .content .flex .tel-link a {
	padding: 3rem 0;
}

div.consultation .content .flex .tel-link a img {
	height: 10rem;
}

div.consultation .content .flex .mail-link {
	width: 48.5%;
	margin: 0 3% 0 0;
}

div.consultation .content .flex .mail-link a img {
	height: 11rem;
}

div.consultation .content .flex .line-link {
	width: 48.5%;
}

div.consultation .content .flex .line-link a img {
	height: 11rem;
}

div.consultation .content .flex a {
	border-radius: 1rem;
}

div.consultation .content .flex a:hover {
	opacity: 1;
}

div.consultation#consultation-01 {
	padding: 3.5rem 0;
}

div.consultation#consultation-01 .content .flex {
	padding: 2rem;
}

#estimate {
	padding-top: 3.5rem;
}

#estimate .content {
	width: 95%;
}

#symptom .sub-title {
	width: 90%;
}

#symptom .content {
	width: 97.5%;
	padding: 7.5rem 0 5rem;
	background-size: 5rem auto;
}

#symptom .content .symptom-text01 {
	width: 80%;
}

#symptom .content .symptom-fix {
	padding: 5rem 0 0;
}

#symptom .content .symptom-fix .text {
	font-size: -webkit-calc(13px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 10 * (100vw - 320px) / 280);
	font-size: calc(13px + 10 * (100vw - 320px) / 280);
	line-height: 1.4;
}

#symptom .content .symptom-fix .text .strong {
	padding: 2rem 4rem;
	font-size: -webkit-calc(20px + 17 * (100vw - 320px) / 280);
	font-size: -moz-calc(20px + 17 * (100vw - 320px) / 280);
	font-size: calc(20px + 17 * (100vw - 320px) / 280);
	line-height: 1.2;
}

#symptom .content .symptom-fix .symptom-img {
	position: relative;
	width: auto;
	padding: 4.5rem 0 0;
}

#symptom .content .symptom-fix .symptom-img.img01 {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 80%;
	margin: 0 auto;
}

#symptom .content .symptom-fix .symptom-img.img02 {
	display: none !important;
}

#construction .sub-title {
	top: -15rem;
	width: 45rem;
	padding: 2.5rem 5rem;
}

#construction .content {
	width: 80%;
	padding-top: 5rem;
}

#construction .content h3 {
	width: 30rem;
}

#construction .content .construction-content .main-text {
	font-size: -webkit-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: calc(12px + 6 * (100vw - 320px) / 280);
}

#construction .content .construction-content .construction-data .flex {
	display: block;
}

#construction .content .construction-content .construction-data .flex .left {
	padding-bottom: 1rem;
	-webkit-flex-basis: inherit;
	        flex-basis: inherit;
}

#construction .content .construction-content .construction-data .flex .right h4 {
	font-size: -webkit-calc(18px + 15 * (100vw - 320px) / 280);
	font-size: -moz-calc(18px + 15 * (100vw - 320px) / 280);
	font-size: calc(18px + 15 * (100vw - 320px) / 280);
}

#construction .content .construction-content .construction-data .flex .right .text {
	font-size: -webkit-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: calc(12px + 6 * (100vw - 320px) / 280);
}

#safety .flex {
	display: block;
}

#safety .flex .left {
	width: 100%;
}

#safety .flex .left img {
	width: 100%;
	height: auto;
	-o-object-fit: inherit;
	   object-fit: inherit;
}

#safety .flex .right {
	width: auto;
	margin-right: auto;
	padding: 5rem 7.5rem 2.5rem;
}

#safety .flex .right h2 {
	width: 100%;
	max-width: none;
}

#safety .flex .right .text {
	width: 100%;
	max-width: none;
	padding-bottom: 0;
	font-size: -webkit-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: calc(12px + 6 * (100vw - 320px) / 280);
}

#construction-method div.cm {
	padding: 5rem 0;
}

#construction-method div.cm .sub-title {
	width: 27.5rem;
	padding: 1.5rem 5rem;
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data h3 {
	padding-left: 1em;
	font-size: -webkit-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: calc(14px + 6 * (100vw - 320px) / 280);
	line-height: 1.3;
	text-indent: -1em;
}

#construction-method div.cm .content .construction-method-content .flex li .flex-data .text {
	font-size: -webkit-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: calc(11px + 4 * (100vw - 320px) / 280);
	line-height: 1.4;
}

#construction-method div.cm#cm-02 {
	margin-top: 7.5rem;
}

#construction-method div.cm#cm-02 .sub-title {
	width: 47.5rem;
	padding: 1.5rem 5rem;
}

#rush-achievements .sub-title {
	width: 80%;
	padding-left: 0;
}

#rush-achievements .content .rush-content .flex {
	display: block;
}

#rush-achievements .content .rush-content .flex .rush-data {
	width: 90%;
	margin: 0 5%;
	padding-bottom: 1.5rem;
}

#rush-achievements .content .rush-content .flex .rush-data.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left h3 {
	font-size: -webkit-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 6 * (100vw - 320px) / 280);
	font-size: calc(14px + 6 * (100vw - 320px) / 280);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .season {
	font-size: -webkit-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: calc(12px + 6 * (100vw - 320px) / 280);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .area {
	font-size: -webkit-calc(15px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 6 * (100vw - 320px) / 280);
	font-size: calc(15px + 6 * (100vw - 320px) / 280);
}

#rush-achievements .content .rush-content .flex .rush-data.flex .left .text {
	font-size: -webkit-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 6 * (100vw - 320px) / 280);
	font-size: calc(12px + 6 * (100vw - 320px) / 280);
}

#rush-achievements .content .rush-content .flex .rush-data:last-of-type {
	padding-bottom: 0;
}

#rush-achievements .achievements-link {
	padding: 5rem 3rem;
}

#rush-achievements .achievements-img {
	width: 85%;
}

#pro { /* 矢印 */
}

#pro .content .text {
	font-size: -webkit-calc(14px + 11 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 11 * (100vw - 320px) / 280);
	font-size: calc(14px + 11 * (100vw - 320px) / 280);
	line-height: 1.4;
}

#pro .content .text p {
	display: inline;
}

#pro .content .text .strong {
	font-size: -webkit-calc(23px + 17 * (100vw - 320px) / 280);
	font-size: -moz-calc(23px + 17 * (100vw - 320px) / 280);
	font-size: calc(23px + 17 * (100vw - 320px) / 280);
}

#pro .content .text .inversion {
	display: block;
	padding: 2rem 2rem;
	line-height: 1.2;
}

#chosen .content {
	padding-bottom: 0rem;
}

#chosen .content .title-04 {
	width: 95%;
}

#chosen .content .chosen-content {
	padding: 7rem 5rem;
}

#chosen .content .chosen-content ul li .flex {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

#chosen .content .chosen-content ul li .flex .number {
	height: 2em;
	-webkit-flex-basis: 2em;
	        flex-basis: 2em;
}

#chosen .content .chosen-content ul li .flex h3 {
	font-size: -webkit-calc(14px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 10 * (100vw - 320px) / 280);
	font-size: calc(14px + 10 * (100vw - 320px) / 280);
	line-height: 1.5;
}

#chosen .content .chosen-content ul li .flex h3 .strong-n {
	line-height: 0.8;
}

#chosen .content .chosen-content ul li .text {
	width: auto;
	padding-right: 0;
	font-size: -webkit-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: calc(11px + 5 * (100vw - 320px) / 280);
}

#chosen .content .chosen-content ul li:last-of-type .text {
	padding-right: 20rem;
}

#chosen .content .chosen-img {
	position: absolute;
	z-index: 10;
	right: -5rem;
	bottom: -10rem;
	width: auto;
	height: 40rem;
}

#plan-price .content .price-list .flex {
	display: block;
}

#plan-price .content .price-list .flex li {
	width: 90%;
	margin: 0 auto 2rem;
}

#plan-price .content .included-list .flex {
	width: 100%;
	max-width: none;
}

#plan-price .content .included-list .flex li {
	width: 48.5%;
	margin: 0 0 2.25rem;
}

#plan-price .content .included-list .flex li:nth-of-type(2),
#plan-price .content .included-list .flex li:nth-of-type(5) {
	margin: 0 0 2.25rem;
}

#plan-price .content .included-list .flex li:nth-of-type(2),
#plan-price .content .included-list .flex li:nth-of-type(4),
#plan-price .content .included-list .flex li:nth-of-type(6) {
	margin: 0 0 2.25rem 3%;
}

#plan-price .content .commitment-content {
	padding: 3.5rem;
}

#plan-price .content .commitment-content .flex {
	display: block;
}

#plan-price .content .commitment-content .flex .left {
	width: 100%;
	margin: 0 0 2.5rem;
}

#plan-price .content .commitment-content .flex .right {
	width: 100%;
	text-align: left;
}

#plan-price .content .commitment-content .flex .right h2 {
	font-size: -webkit-calc(18px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(18px + 7 * (100vw - 320px) / 280);
	font-size: calc(18px + 7 * (100vw - 320px) / 280);
}

#plan-price .content .commitment-content .flex .right .text {
	font-size: -webkit-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 4 * (100vw - 320px) / 280);
	font-size: calc(12px + 4 * (100vw - 320px) / 280);
	line-height: 1.3;
}

#greeting {
	padding-bottom: 24rem;
}

#greeting .content {
	width: 100%;
}

#greeting .content .greeting-content {
	width: auto;
	padding: 4rem;
}

#greeting .content .greeting-content .greeting-title h2 span {
	padding: 1.5rem 2rem;
	font-size: -webkit-calc(15px + 13 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 13 * (100vw - 320px) / 280);
	font-size: calc(15px + 13 * (100vw - 320px) / 280);
}

#greeting .content .greeting-content .text p {
	font-size: -webkit-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: calc(11px + 4 * (100vw - 320px) / 280);
}

#greeting .content .name-content .company {
	font-size: -webkit-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: calc(11px + 4 * (100vw - 320px) / 280);
}

#greeting .content .name-content .name {
	font-size: -webkit-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 4 * (100vw - 320px) / 280);
	font-size: calc(11px + 4 * (100vw - 320px) / 280);
}

#greeting .content .name-content .name span {
	font-size: -webkit-calc(13px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 7 * (100vw - 320px) / 280);
	font-size: calc(13px + 7 * (100vw - 320px) / 280);
}

#greeting .greeting-img {
	width: 43.5rem;
}

#line {
	padding: 3rem;
}

#line .content {
	width: 100%;
}

#qa .content .title-05 {
	width: 75%;
	margin: 0 auto 2rem;
}

#qa .content ul li .toggle-title h3 {
	font-size: -webkit-calc(12px + 7 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 7 * (100vw - 320px) / 280);
	font-size: calc(12px + 7 * (100vw - 320px) / 280);
	line-height: 1.3;
}

#qa .content ul li .toggle-data p {
	font-size: -webkit-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: calc(11px + 5 * (100vw - 320px) / 280);
}

#campaign-02 {
	padding: 4.5rem 0 2.5rem;
}

#campaign-02 .content .sub-title {
	width: 100%;
}

#campaign-02 .content .text-s {
	width: 85%;
	margin: 0 auto;
	font-size: -webkit-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(11px + 5 * (100vw - 320px) / 280);
	font-size: calc(11px + 5 * (100vw - 320px) / 280);
}

#footer #footer-content {
	width: 95%;
}

#footer #footer-content .consultation {
	width: 95%;
}

#footer #footer-content .footer-about {
	width: 100%;
	margin: 0 auto;
	padding-top: 3rem;
}

#footer #footer-content .footer-about .flex .left {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 5rem;
}

#footer #footer-content .footer-about .flex .left .company-data .logo {
	-webkit-flex-basis: 20rem;
	        flex-basis: 20rem;
}

#footer #footer-content .footer-about .flex .left .company-data .text {
	font-size: -webkit-calc(10px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(10px + 4 * (100vw - 320px) / 280);
	font-size: calc(10px + 4 * (100vw - 320px) / 280);
}

#footer #footer-content .footer-about .flex .right h2 {
	font-size: -webkit-calc(15px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 5 * (100vw - 320px) / 280);
	font-size: calc(15px + 5 * (100vw - 320px) / 280);
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li {
	width: 50%;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-text {
	height: 11rem;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li a .flex img.img-ya {
	display: none;
}

#footer #footer-content .footer-about .flex .right .tel-data .flex li:first-of-type {
	border: none;
}

#footer #footer-content .footer-about .flex .right .button-data .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li {
	width: 49%;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a {
	padding: 2.5rem;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex p {
	font-size: -webkit-calc(15px + 5 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 5 * (100vw - 320px) / 280);
	font-size: calc(15px + 5 * (100vw - 320px) / 280);
	line-height: 1.3;
	text-align: left;
}

#footer #footer-content .footer-about .flex .right .button-data .flex li a .flex .img-ya {
	height: 4rem;
}

#footer .copy {
	padding-bottom: 17.5rem;
	font-size: -webkit-calc(10px + 4 * (100vw - 320px) / 280);
	font-size: -moz-calc(10px + 4 * (100vw - 320px) / 280);
	font-size: calc(10px + 4 * (100vw - 320px) / 280);
}

#floating {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	display: block !important;
	width: 100%;
	background-color: var(--c-white);
}

#floating ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#floating ul li {
	padding: 0 1rem;
}

#floating ul li a {
	display: block;
}

#floating ul li a img {
	height: 14.5rem;
}

.mail-form {
	padding: 3.5rem;
}

.mail-form .content {
	width: auto;
	padding: 8.5rem 0;
	border-radius: 3rem;
}

.mail-form .content h2 {
	font-size: -webkit-calc(27px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(27px + 10 * (100vw - 320px) / 280);
	font-size: calc(27px + 10 * (100vw - 320px) / 280);
	line-height: 1.25;
	letter-spacing: 0;
}

.mail-form .content h2 br {
	display: block;
}

.mail-form .content .text {
	width: 80%;
	text-align: left;
}

.mail-form .content .form-content {
	padding: 2.5rem 2.5rem 3.5rem;
}

.mail-form .content .form-content dl {
	display: block;
}

.mail-form .content .form-content dl.post .text-s {
	font-size: -webkit-calc(12px + 2 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 2 * (100vw - 320px) / 280);
	font-size: calc(12px + 2 * (100vw - 320px) / 280);
}

.mail-form .content .form-content dl dt {
	width: 100%;
	padding: 0 0 2rem;
	font-size: -webkit-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: calc(15px + 3 * (100vw - 320px) / 280);
}

.mail-form .content .form-content dl dt .required {
	font-size: -webkit-calc(12px + 1s * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 1s * (100vw - 320px) / 280);
	font-size: calc(12px + 1s * (100vw - 320px) / 280);
}

.mail-form .content .form-content dl dd {
	font-size: -webkit-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: calc(15px + 3 * (100vw - 320px) / 280);
}

.mail-form .content .form-content dl dd input[type=email],
.mail-form .content .form-content dl dd input[type=text],
.mail-form .content .form-content dl dd input[type=tel],
.mail-form .content .form-content dl dd input[type=number] {
	padding: 2rem 3rem;
	font-size: -webkit-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: calc(15px + 3 * (100vw - 320px) / 280);
}

.mail-form .content .form-content dl dd input[type=email].name,
.mail-form .content .form-content dl dd input[type=email].tel,
.mail-form .content .form-content dl dd input[type=text].name,
.mail-form .content .form-content dl dd input[type=text].tel,
.mail-form .content .form-content dl dd input[type=tel].name,
.mail-form .content .form-content dl dd input[type=tel].tel,
.mail-form .content .form-content dl dd input[type=number].name,
.mail-form .content .form-content dl dd input[type=number].tel {
	width: 100%;
}

.mail-form .content .form-content dl dd input[type=email].post01,
.mail-form .content .form-content dl dd input[type=text].post01,
.mail-form .content .form-content dl dd input[type=tel].post01,
.mail-form .content .form-content dl dd input[type=number].post01 {
	width: 5em;
}

.mail-form .content .form-content dl dd input[type=email].post02,
.mail-form .content .form-content dl dd input[type=text].post02,
.mail-form .content .form-content dl dd input[type=tel].post02,
.mail-form .content .form-content dl dd input[type=number].post02 {
	width: 6em;
}

.mail-form .content .form-content dl dd textarea {
	font-size: -webkit-calc(14px + 2 * (100vw - 320px) / 280);
	font-size: -moz-calc(14px + 2 * (100vw - 320px) / 280);
	font-size: calc(14px + 2 * (100vw - 320px) / 280);
	line-height: 1.6;
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox] {
	width: 32px;
	height: 32px;
	font-size: 2rem;
}

.mail-form .content .form-content .wpcf7-form-control-wrap input[type=checkbox]:checked::after {
	top: 7px;
	left: 7px;
	width: 10px;
	height: 5px;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
}

.mail-form .content .form-content .privacy-check p {
	font-size: -webkit-calc(13px + 2 * (100vw - 320px) / 280);
	font-size: -moz-calc(13px + 2 * (100vw - 320px) / 280);
	font-size: calc(13px + 2 * (100vw - 320px) / 280);
}

.mail-form .content input[type=submit] {
	max-width: none;
	padding: 4.5rem 7.5rem;
	font-size: -webkit-calc(17px + 3 * (100vw - 320px) / 280);
	font-size: -moz-calc(17px + 3 * (100vw - 320px) / 280);
	font-size: calc(17px + 3 * (100vw - 320px) / 280);
	letter-spacing: 0.05em;
}

.mail-form .content .wpcf7-not-valid-tip {
	font-size: -webkit-calc(12px + 2 * (100vw - 601px) / 679);
	font-size: -moz-calc(12px + 2 * (100vw - 601px) / 679);
	font-size: calc(12px + 2 * (100vw - 601px) / 679);
}

main.thanks .content h1 {
	padding-bottom: 5rem;
	font-size: -webkit-calc(18px + 10 * (100vw - 320px) / 280);
	font-size: -moz-calc(18px + 10 * (100vw - 320px) / 280);
	font-size: calc(18px + 10 * (100vw - 320px) / 280);
}

main.thanks .content h1 br {
	display: none;
}

main.thanks .content .text {
	width: 90%;
	text-align: left;
}

main.thanks .content .text p {
	font-size: -webkit-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: calc(15px + 3 * (100vw - 320px) / 280);
}

main.thanks .content .text p.text-s {
	font-size: -webkit-calc(12px + 2 * (100vw - 320px) / 280);
	font-size: -moz-calc(12px + 2 * (100vw - 320px) / 280);
	font-size: calc(12px + 2 * (100vw - 320px) / 280);
}

main.thanks .content .text p.text-s br {
	display: none;
}

main.thanks .content .back-link {
	padding-top: 5rem;
	text-align: center;
}

main.thanks .content .back-link a {
	padding: 2rem 12.5rem;
	font-size: -webkit-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: -moz-calc(15px + 3 * (100vw - 320px) / 280);
	font-size: calc(15px + 3 * (100vw - 320px) / 280);
}

}

@-webkit-keyframes fade-animation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-moz-keyframes fade-animation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fade-animation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes fade-up-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	        transform: translateY(3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-up-animation {

from {
	opacity: 0;
	-moz-transform: translateY(3rem);
	     transform: translateY(3rem);
}

to {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-up-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	   -moz-transform: translateY(3rem);
	        transform: translateY(3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-down-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	        transform: translateY(-3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-down-animation {

from {
	opacity: 0;
	-moz-transform: translateY(-3rem);
	     transform: translateY(-3rem);
}

to {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-down-animation {

from {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	   -moz-transform: translateY(-3rem);
	        transform: translateY(-3rem);
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes zoomin-animation {

from {
	opacity: 0;
	-webkit-transform: scale(0.6);
	        transform: scale(0.6);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@-moz-keyframes zoomin-animation {

from {
	opacity: 0;
	-moz-transform: scale(0.6);
	     transform: scale(0.6);
}

to {
	opacity: 1;
	-moz-transform: scale(1);
	     transform: scale(1);
}

}

@keyframes zoomin-animation {

from {
	opacity: 0;
	-webkit-transform: scale(0.6);
	   -moz-transform: scale(0.6);
	        transform: scale(0.6);
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	        transform: scale(1);
}

}

@-webkit-keyframes delay-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes delay-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes delay-animation {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

