/*
Theme Name: tegyLP Theme
Theme URI: http://promotiontegy.local/
Author: tegyLP
Author URI:
Description: Original Theme of theme's name
Version: 1.0
License: tegyLP.
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
button,
select,
textarea {
	display: block;
	width: 100%;
	border: 1px solid #888;
	border-radius: none;
	outline: none;
	background: transparent;
	font: inherit;
}

textarea {
	resize: vertical;
}

* {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	 -ms-user-select: auto !important;
	     user-select: auto !important;
	-webkit-user-drag: auto !important;
}

/*===================================
全ページ　共通css
===================================*/

body {
	padding-bottom: 120px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 1.75;
	color: #333;
	letter-spacing: 0.05em;
}

.wrap {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

.wrapper-min {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.wrapper-top {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.image {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.eg {
	font-family: "Poppins", sans-serif;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.br_tb {
	display: block;
}

.br_tb_sp {
	display: none;
}

a {
	text-decoration: none !important;
}

a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.ctaBtn-bginner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 95%;
}

.ctaBtn-bginner .dl_btn {
	margin-right: 15px;
}

.ctaBtn-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.ctaBtn-inner a {
	display: block;
}

.ctaBtn-inner a:not(:last-child) {
	margin-right: 0.5em;
}

.ctaBtn-inner a picture,
.ctaBtn-inner a img {
	display: block;
	width: 100%;
}

.ctaBtn {
	padding: 0.5em 0 0;
}

.ctaBtn a {
	display: block;
	padding: 0.5em 1em 0;
	border-radius: 10px;
}

.ctaBtn__contact {
	background-color: #fc031b;
}

.ctaBtn__request {
	background-color: #cccc00;
}

.mb1 {
	margin-bottom: 1em;
}

.fwb {
	font-weight: bold;
}

.red {
	color: #fc031b;
}

.section {
	position: relative;
	z-index: 10;
	padding: 150px 0;
}

.reason_section,
.features_section,
.hours_section {
	background-color: #f9f9f9;
}

.section_ttl {
	width: 100%;
	max-width: 650px;
	margin: auto;
}

.section_ttl02 {
	width: 100%;
	max-width: 450px;
	margin: auto;
}

.ref {
	font-size: 13px;
	color: rgb(107, 107, 107);
	text-align: center;
}

.ref a {
	color: rgb(107, 107, 107);
	text-decoration: none;
}

.img_sp {
	display: none;
}

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

/* ----- TOP header ----- */

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

#header {
	position: relative;
}

#header .h-nav {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 4px 6px 6px 6px rgba(196, 196, 196, 0.2);
	        box-shadow: 4px 6px 6px 6px rgba(196, 196, 196, 0.2);
}

.mv-content {
	position: relative;
	margin: 100px 0 40px;
	background-image: url("images/mv/mv-bg.png");
	background-position: center;
	background-size: cover;
}

.mv-content picture,
.mv-content img {
	display: block;
	width: 100%;
}

.mv-content .mv-inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: auto;
	padding: 22% 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.mv-content .mv-inner__rightBox {
	width: 60%;
}

.mv-inner__leftBox__btn {
	position: absolute;
	z-index: 10;
	top: 76%;
	left: 7%;
	width: 40%;
}

body {
	-webkit-animation: fadein 3s forwards;
	   -moz-animation: fadein 3s forwards;
	        animation: fadein 3s forwards;
}

h1 img {
	max-width: 320px;
	padding: 10px 20px;
}

.h-nav {
	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;
}

.h-nav__content__list ul li {
	width: 90%;
}

.h-nav__content__list ul li a {
	display: block;
	width: 100%;
	margin: 0 auto 0.5em;
	padding-left: 2em;
	line-height: 1.5;
	text-indent: -2em;
}

.h-nav__content__list .ctaBtn-inner {
	margin-bottom: 2em;
}

.h-nav__content__list .ctaBtn-inner a {
	margin: 0;
	padding: 0;
}

.headerBtn {
	position: absolute;
	right: 100px;
	max-width: 592px;
}

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

/* ----- ハンバーガーメニュー ----- */

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

/*ハンバーガーボタン用のCSS（三本線）*/

.hbg_button::before,
.hbg_button::after,
.cp_bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 5px;
	background-color: #333;
	content: "";
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.cp_bar {
	position: relative;
	margin: 5px 0;
}

.hbg_button {
	position: absolute;
	position: fixed;
	z-index: 100;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

/*ハンバーガーボタンのCSS（×ボタン）*/

.show + .hbg_button .cp_bar {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.show + .hbg_button::before {
	background-color: #fff;
	-webkit-transform: translateY(8px) rotate(135deg);
	   -moz-transform: translateY(8px) rotate(135deg);
	    -ms-transform: translateY(8px) rotate(135deg);
	        transform: translateY(8px) rotate(135deg);
}

.show + .hbg_button::after {
	background-color: #fff;
	-webkit-transform: translateY(-8px) rotate(-135deg);
	   -moz-transform: translateY(-8px) rotate(-135deg);
	    -ms-transform: translateY(-8px) rotate(-135deg);
	        transform: translateY(-8px) rotate(-135deg);
}

/*メニュー画面のCSS（ボタンOFF・非表示）*/

.menuNav {
	background: rgba(0, 0, 0, 0);
}

.menuNav ul {
	display: none;
}

.menuNav ul li {
	display: inline-block;
	font-size: 24px;
}

.menuNav ul li:last-of-type {
	border: 0;
}

.menuNav ul li a {
	display: block;
	color: inherit;
}

.menuNav ul li a:hover {
	color: #f7ff8b;
	text-decoration: none;
	opacity: 1;
}

/*メニュー画面のCSS（ボタンON・表示）*/

.menuNav.show {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.menuNav.show ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 80%;
	height: 100vh;
	margin: auto;
	padding: 0;
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.menuNav.show ul li a {
	text-decoration: none;
}

/*テキストを選択不可にする*/

* {
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}

.fixed_ctaBtn {
	display: none;
}

.dl_box {
	margin: 40px 0 0;
	color: #fc031b;
}

.dl_box p {
	width: 70%;
	max-width: 408px;
	margin: auto;
	text-align: center;
}

.dl_box p picture,
.dl_box p img {
	width: 100%;
}

.dl_box p span {
	font-size: 28px;
}

.dl_box a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	max-width: 480px;
	margin: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.dl_box a picture,
.dl_box a img {
	width: 100%;
}

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

/* ----- リード文 ----- */

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

.read_txtBox {
	padding: 0 0 40px;
}

.read_txtBox p {
	text-align: center;
}

.read_txtBox__txt {
	font-size: 24px;
}

.read_txtBox__txt span {
	font-size: 48px;
}

.read_txtBox .dl_btn {
	width: 40% !important;
}

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

/* ----- CTA section----- */

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

.cta_section {
	background-image: url("images/cta_bg.png");
	background-position: center;
	background-size: cover;
}

.cta_section .cta_inner {
	padding: 4em;
	background-color: #fff;
	-webkit-filter: drop-shadow(20px 20px 0 rgb(241, 112, 126));
	        filter: drop-shadow(20px 20px 0 rgb(241, 112, 126));
}

.cta_section .cta_inner:not(:last-child) {
	padding-bottom: 0;
}

.cta_section .cta_inner__ttl {
	width: 90%;
	margin: 2em auto;
}

.cta_section .cta_inner__suBttl {
	margin-bottom: 40px;
	font-size: 30px;
	text-align: center;
}

.cta_section .cta_inner__suBttl span {
	padding: 0.25em 0;
	border-bottom: 4px solid #f1707e;
}

.cta_section .cta_inner__imgBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.cta_section .cta_inner__imgBox__img {
	width: 30%;
}

.cta_section .cta_inner__imgBox__list {
	width: 65%;
}

.cta_section .cta_inner__imgBox__list ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 8px 0;
	font-size: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.cta_section .cta_inner__imgBox__list ul li img {
	width: 24px;
	margin-right: 0.5em;
}

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

/* ----- Worries section----- */

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

.worries_section .worries_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 40px 0 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.worries_section .worries_inner__box {
	width: 25%;
}

.worries_section .worries_inner__box__img {
	max-width: 210px;
	margin: auto;
}

.worries_section .worries_inner__box__txt {
	font-size: 24px;
	text-align: center;
}

.arrow {
	background: #f9f9f9;
}

.triangle {
	width: 0;
	height: 0;
	margin: auto;
	border-top: 30px solid #fff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}

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

/* ----- Reason section----- */

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

.reason_section .reason_inner {
	width: 100%;
	max-width: 980px;
	margin: 60px auto 0;
	padding: 60px 0;
	background-color: #fff;
}

.reason_section .reason_inner__ttl {
	width: 90%;
	margin: auto;
}

.reason_section .reason_inner .ttl02 {
	width: 76%;
	max-width: 980px;
	margin: auto;
}

.reason_section .reason_inner__img {
	width: 70%;
	margin: auto;
	padding: 20px 0;
}

.reason_section .reason_inner__txtTtl {
	margin: 20px 0 10px;
	font-size: 24px;
	text-align: center;
}

.reason_section .reason_inner__txt {
	text-align: center;
}

.reason_section .reason_inner__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 2em 2em 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.reason_section .reason_inner__box__imgBox {
	width: 24%;
	padding: 1em;
}

.reason_section .reason_inner__box__imgBox__txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center !important;
}

.reason_section .reason_inner__graphBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 40px 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	        align-items: flex-end;
}

.reason_section .reason_inner__graphBox__img {
	width: 30%;
	margin-right: 1em;
}

.reason_section .reason_inner__graphBox__img p {
	margin: 0;
	padding: 0 !important;
	font-size: 12px;
}

.reason_section .reason_inner__graphBox__img02 {
	width: 50%;
}

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

/* ----- Winning section----- */

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

.winning_section .winning_graphBox {
	width: 80%;
	margin: auto;
}

.winning_section .winning_graphBox__imgBox__img {
	width: 60%;
	margin: 40px auto 0;
}

.winning_section .winning_graphBox__txtBox {
	margin: 40px 0;
	text-align: center;
}

.winning_section .winning_case__inner {
	width: 100%;
	max-width: 858px;
	margin: auto;
	border: 4px solid #cccc00;
}

.winning_section .winning_case__inner:not(:last-child) {
	margin-bottom: 40px;
}

.winning_section .winning_case__inner__txt {
	padding: 1em 2em 2em;
}

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

/* ----- Features section----- */

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

.features_section .features_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.features_section .features_inner__box {
	position: relative;
	width: 47%;
	margin-bottom: 60px;
	padding: 2em;
	border: 4px solid #f1707e;
	border-radius: 20px;
	background-color: #fff;
}

.features_section .features_inner__box__num {
	position: absolute;
	top: -40px;
	left: 20px;
	width: 96px;
}

.features_section .features_inner__box__txtBox__ttl {
	padding: 20px 0;
	font-size: 28px;
	line-height: 1.5;
	color: #f1707e;
	text-align: center;
}

.features_section .features_inner__box__txtBox__txt {
	font-weight: bold;
}

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

/* ----- Flow section----- */

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

.flow_section .flow_img {
	width: 80%;
	margin: 40px auto;
}

.flow_section .flow_txt {
	text-align: center;
}

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

/* ----- About section----- */

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

.about_section .about_ttl {
	max-width: 850px;
	margin: auto;
}

.about_section .about_img {
	width: 60%;
	margin: 40px auto;
}

.about_section .about_txt {
	text-align: center;
}

.about_section .about_txtBox {
	width: 80%;
	margin: 2em auto;
	padding: 2em;
	border: 4px solid #fc031b;
	border-radius: 20px;
	text-align: center;
}

.about_section .about_txtBox__ttl {
	font-size: 24px;
}

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

/* ----- Service section----- */

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

.service_section .service_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 60px 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.service_section .service_inner:not(:last-child) {
	margin-bottom: 40px;
}

.service_section .service_inner__txtBox {
	width: 50%;
}

.service_section .service_inner__txtBox__ttl {
	margin-bottom: 1em;
	font-size: 24px;
	line-height: 2;
	color: #fff;
}

.service_section .service_inner__txtBox__ttl span {
	padding: 4px 10px;
	background-color: #cccc00;
}

.service_section .service_inner__imgBox {
	width: 45%;
}

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

/* ----- Hours section----- */

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

.hours_section .hours_imgBox {
	width: 80%;
	margin: 40px auto;
	padding: 4em 6em;
	background-color: #fff;
}

.hours_section p {
	text-align: center;
}

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

/* ----- Works section----- */

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

.works_section .wrapper .sample-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.works_section .wrapper .sample-title .titleBox {
	display: inline-block;
	border-bottom: #f1707e 4px dashed;
}

.works_section .wrapper .sample-title .titleBox .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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.works_section .wrapper .sample-title .icon {
	width: 46px;
	height: 46px;
}

.works_section .wrapper .sample-title .title {
	margin-left: 0.25em;
	font-size: 28px;
	font-weight: bold;
}

.works_section .works-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 5% 0 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.works_section .works-inner__graph {
	position: relative;
	width: 48%;
	padding: 3em 0;
	border-radius: 10px;
	background-image: url("images/works/note-bg.png");
	background-position: center;
	background-size: cover;
}

.works_section .works-inner__graph__img {
	width: 70%;
	margin: 0 auto 1em;
}

.works_section .works-inner__graph__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.works_section .works-inner__graph__title .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}

.works_section .works-inner__graph__title .icon {
	margin-right: 0.25em;
}

.works_section .attention-text {
	padding-left: 1em;
	font-size: 0.8em;
	text-indent: -1em;
}

.works_section .works-sample {
	position: relative;
	margin: 5% 0;
	background-color: #fbe7e8;
}

.works_section .works-sample::before,
.works_section .works-sample::after {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50vh;
	background-color: #fff;
	content: "";
}

.works_section .works-sample::before {
	top: 24px;
	left: 24px;
}

.works_section .works-sample::after {
	top: 24px;
	right: 24px;
}

.works_section .works-sample .frame {
	position: relative;
	display: block;
	margin: 5% 0;
	padding: 5% 0;
}

.works_section .works-sample .frame::before,
.works_section .works-sample .frame::after {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50vh;
	background-color: #fff;
	content: "";
}

.works_section .works-sample .frame::before {
	bottom: 24px;
	left: 24px;
}

.works_section .works-sample .frame::after {
	right: 24px;
	bottom: 24px;
}

.works_section .works-sample .works-sample-inner {
	width: 90%;
	margin: 0 auto;
}

.works_section .works-sample .works-sample-inner .sample-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 5%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.works_section .works-sample .works-sample-inner .sample-inner__box {
	position: relative;
	width: 31%;
	padding: 2em;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 0px #f1707e;
	        box-shadow: 6px 6px 0px #f1707e;
	opacity: 1;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .num-icon {
	position: absolute;
	top: 1em;
	left: 1em;
	content: "";
}

.works_section .works-sample .works-sample-inner .sample-inner__box .before-text {
	margin: 1em 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .text-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .text-center .after-text {
	position: relative;
	display: inline-block;
	background-image: -webkit-repeating-linear-gradient(135deg, transparent 0 4px, #f1707e 4px 8px);
	background-image: -moz-repeating-linear-gradient(135deg, transparent 0 4px, #f1707e 4px 8px);
	background-image: repeating-linear-gradient(-45deg, transparent 0 4px, #f1707e 4px 8px);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 0.5rem;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .text-center .after-text .red {
	font-size: 40px;
	color: #fc031b;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .triangle {
	width: 0px;
	height: 0px;
	margin: 0 auto;
	border-width: 20px 20px 0px;
	border-style: solid;
	border-color: #f1707e transparent transparent;
}

.works_section .works-client {
	position: relative;
}

.works_section .works-client .client-inner {
	width: 70%;
	margin: 2em auto 0;
}

.works_section .works-client .client-inner .client-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.works_section .works-client .client-inner .client-list .item {
	margin-bottom: 1em;
	padding: 10px 20px;
	border: #f1707e;
	border: 2px solid #f1707e;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 0px #f1707e;
	        box-shadow: 3px 3px 0px #f1707e;
	font-size: 20px;
	font-weight: bold;
}

.works_section .works-client .client-inner .client-list .item:not(:last-child) {
	margin-right: 1em;
}

.works_section .works-client .hp-contact-btn {
	position: relative;
	z-index: 1;
}

.works_section .works-client .hp-contact-btn p {
	margin: 1em 0;
	text-align: center;
}

.works_section .works-client .hp-contact-btn__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 40%;
	margin: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.works_section .works-client .hp-contact-btn__link a,
.works_section .works-client .hp-contact-btn__link picture,
.works_section .works-client .hp-contact-btn__link img {
	display: block;
	width: 100%;
}

.works_section .works-client .illust01,
.works_section .works-client .illust02 {
	position: absolute;
	z-index: 0;
	width: 18%;
	content: "";
}

.works_section .works-client .illust01 {
	bottom: 0;
	left: 0;
}

.works_section .works-client .illust02 {
	right: 0;
	bottom: 15%;
}

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

/* ----- FAQ section----- */

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

.faq_section {
	margin-bottom: 80px;
}

.faq_section .faq_list {
	max-width: 1080px;
	margin: 40px auto;
}

.faq_section .faq_list .menu__item {
	display: block;
	margin-bottom: 10px;
	background: #e8e8e8;
	color: #333;
	cursor: pointer;
}

.faq_section .faq_list .menu__item__link {
	position: relative;
	display: block;
	padding: 0 1rem;
	line-height: 1.5;
	color: #333;
}

.faq_section .faq_list .menu__item__link .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.faq_section .faq_list .menu__item__link .box__icon img {
	width: 14px;
}

.faq_section .faq_list .menu__item__link.on .box__icon {
	-webkit-transform: scaleY(-1);
	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}

.faq_section .faq_list .menu__item a {
	color: #333;
	text-decoration: none;
}

.faq_section .faq_list .submenu {
	display: none;
	padding: 1em;
	background: #fff;
	line-height: 1.5;
}

.faq_section .faq_list .submenu .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.faq_section .faq_list .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 4px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.faq_section .faq_list .flex .icon img {
	width: 45px;
	height: 45px;
	margin-top: 4px;
	margin-right: 0.5em;
}

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

/* ----- ALL footer ----- */

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

.footer {
	padding: 2em 0;
	background-color: #1e1e1e;
}

.footer .wrapper {
	width: 90%;
	max-width: none;
	margin: auto;
}

.footer .footer_info {
	margin-bottom: 1em;
	color: #fff;
}

.footer .footer_info .tel {
	display: block;
	font-size: 48px;
	color: #fff;
	text-decoration: none;
}

.footer .footer_cta .dl_box {
	margin: 0;
}

.footer .footer_cta .dl_box p {
	margin: 0 auto;
	text-align: center;
}

.footer .copy_txt {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.footer_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.footer_wrapper .footer_logo {
	max-width: 465px;
}

.footer_wrapper .footer_logo img {
	width: 60%;
}

.back_btn a {
	display: block;
	margin: 0 auto 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.back_btn .triangle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 0;
	height: 0;
	margin: 0 auto 0.5em;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
}

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

/* ----- 追従ボタン ----- */

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

.fixedCta {
	position: fixed;
	z-index: 800;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px 16px;
	background: #fff;
	-webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.fixedCta-inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}

.fixedCta-caption picture {
	display: inline-block;
}

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

.fixedCta-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	gap: 16px;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.fixedCta-buttons a {
	min-width: 140px;
	max-width: 400px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 45%;
	   -moz-box-flex: 1;
	        flex: 1 1 45%;
}

.fixedCta-buttons picture,
.fixedCta-buttons img {
	display: block;
	width: 100%;
	height: auto;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cform th {
	width: 25%;
	padding: 10px 0 10px 15px;
	font-weight: bold;
	text-align: left;
}

.cform td {
	padding: 10px 5px;
	line-height: 150%;
	line-height: 1.25;
}

.name-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 8px;
}

.name-flex input {
	width: 100%;
	max-width: 200px;
}

.cform input[type=email],
.cform input[type=search],
.cform input[type=text],
.cform input[type=url],
.cform option,
.cform textarea {
	padding: 10px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	padding: 10px 30px;
	border-bottom: solid 4px #b17c00;
	border-radius: 3px;
	background: #ff8f00;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #f1707e;
	font-size: 10pt;
	color: #fff;
	vertical-align: middle;
}

.optional-srt {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 3px;
	background: rgb(158, 158, 158);
	font-size: 10pt;
	color: #fff;
	vertical-align: middle;
}

.submit-btn input {
	display: block;
	width: 60%;
	min-width: 220px;
	margin: 30px auto;
	padding: 1em;
	border: 1px #333 solid;
	background: #333;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit-btn input:hover {
	background: #fff;
	color: #333;
}

input[type=checkbox] + span:before {
	display: inline-block;
	margin-right: 0.5em;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0c8";
}

input[type=checkbox]:checked + span:before {
	font-weight: 400;
	content: "\f14a";
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	border: none;
}

.contact_section {
	width: 95%;
	margin: auto;
}

.contact_section p {
	margin: 2em 0;
	text-align: center;
}

.contact_section .ctaBtn {
	width: 30%;
	margin: auto;
}

.contact_section .ctaBtn img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	margin: auto;
	padding: 1em 0;
}

.contact_section p {
	margin: 2em auto;
}

.main_cta #mw_wp_form_mw-wp-form-168 .cform_top tr td {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.main_cta #mw_wp_form_mw-wp-form-168 .cform_top tr td .error {
	display: block;
	color: #fc031b;
}

/*===================================
資料ページ
===================================*/

/*===================================
資料請求サンクスページ
===================================*/

.thanks .ctaBtn {
	width: 50%;
}

.thanks .backBtn a {
	display: block;
	width: 50%;
	min-width: 220px;
	margin: 0 auto;
	padding: 1em;
	border: 1px #333 solid;
	background: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.thanks p {
	margin: 0;
	padding: 0;
}

/*===================================
LP
===================================*/

.cta_section .sub-page h4 {
	margin: 100px 0 40px;
	font-size: 30px;
	text-align: center;
}

.cta_section .sub-page h4 span {
	border-bottom: 4px solid #f1707e;
}

.cta_section .sub-page .cta_txt {
	margin-bottom: 40px;
	text-align: center;
}

.cta_section .sub-page input,
.cta_section .sub-page select,
.cta_section .sub-page textarea {
	border: none;
	background-color: #eeeeee;
}

.cta_section .sub-page .submit-btn input {
	width: 30%;
	min-width: 220px;
	margin: 2em auto;
	padding: 0.5em 0;
	border-radius: 30px;
	background: #333 !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.cta_section .sub-page .back-btn input[type=submit] {
	width: 30%;
	min-width: 220px;
	margin: 2em auto;
	padding: 0.5em 0;
	border-radius: 30px;
	background: #888 !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.cta_section .sub-page .back-btn {
	max-width: auto;
}

.thanks_section {
	padding: 200px 0 80px;
}

.thanks_section .wrapper {
	width: 100%;
	max-width: 880px;
	margin: auto;
}

.thanks_section .thanks_inner {
	padding: 2em 0 0;
	border: #fc031b 4px solid;
}

.thanks_section .thanks_txtBox__txt {
	text-align: center;
}

.thanks_section .dl_box p {
	display: none;
}

.thanks_section .dl_box .dl_btn {
	color: #fff;
	text-align: center;
}

* {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

input,
textarea {
	-webkit-user-select: auto;
}

/*===================================
プライバシーポリシー
===================================*/

.privacy_section {
	width: 90%;
	margin: 60px auto 0;
	padding: 10px 20px;
	border: 1px solid #969696;
}

.privacy_section .privacy_ttl {
	font-size: 18px;
	text-align: center;
}

.privacy_section .scroller {
	overflow-y: scroll;
	width: 100%;
	height: 200px;
	padding: 1em 2em;
	background-color: #fff;
	scrollbar-width: thin;
}

.privacy_section .scroller__box ul {
	font-size: 14px;
}

.privacy_section .scroller__box ul li:not(:last-child) {
	margin-bottom: 2em;
}

.privacy_section .scroller__box ul li h4 {
	margin: 0 !important;
	font-size: 18px;
}

.privacy_section .scroller__box ul li .txt {
	padding-left: 1em;
}

.privacy_section .scroller__box ul li .txt ul li {
	margin-bottom: 0;
	list-style: disc;
}

.checkBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.checkBox input {
	margin-top: 5px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border: 1px solid;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
	display: inline-block;
	-webkit-appearance: auto;
	   -moz-appearance: auto;
	        appearance: auto;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

input[type=checkbox] + span:before {
	display: none;
}

.mw_wp_form_send_error {
	text-align: center;
}

.mw_wp_form_complete h3,
.mw_wp_form_complete h4 {
	font: 18px;
	font-weight: bold;
	text-align: center;
}

input[type=button],
input[type=submit] {
	width: 30%;
	min-width: 220px;
	margin: 2em auto;
	padding: 0.5em 0;
	border-radius: 30px;
	background: #333 !important;
}

input[type=submit] {
	width: 30%;
	min-width: 220px;
	margin: 2em auto;
	padding: 0.5em 0;
	border-radius: 30px;
	background-color: #888 !important;
}

.mail-check-info {
	width: 90%;
	margin: 40px auto 0;
	padding: 0.5em 1.5em 1em;
	background-color: #eee;
}

.mail-check-info p {
	font-size: 0.8em;
}

.mail-check-info .title {
	margin-bottom: 0.5em;
	font-size: inherit;
}

#contact { /*===================================
  プライバシーポリシー
  ===================================*/ /* ----- 採用、お問い合わせページの枠 ----- */ /* プライバシーセクション内だけ左揃えに戻す */
}

#contact input,
#contact button,
#contact select,
#contact textarea {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

#contact * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#contact .ttl_img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 15% 0 5% 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#contact .cform th {
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	padding: 10px 0 10px 15px;
	font-weight: bold;
	text-align: left;
}

#contact .cform td {
	padding: 10px 5px;
	line-height: 1.25;
}

#contact .cform input[type=email],
#contact .cform input[type=search],
#contact .cform input[type=text],
#contact .cform input[type=url],
#contact .cform option,
#contact .cform textarea {
	padding: 10px;
}

#contact .cform {
	width: 100%;
	margin: auto;
}

#contact .name-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 8px;
}

#contact .name-flex input {
	width: 100%;
	max-width: 200px;
}

#contact .cform [type=submit] {
	display: inline-block;
	padding: 10px 30px;
	border-bottom: solid 4px #b17c00;
	border-radius: 3px;
	background: #ff8f00;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

#contact .cform option,
#contact .cform textarea,
#contact .cform input[type=text],
#contact .cform input[type=email],
#contact .cform input[type=search],
#contact .cform input[type=url] {
	width: 100%;
}

#contact .required-srt {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #f1707e;
	font-size: 10pt;
	color: #fff;
	vertical-align: middle;
}

#contact .reason .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
	line-height: 1.6;
}

#contact .optional-srt {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 3px;
	background: rgb(158, 158, 158);
	font-size: 10pt;
	color: #fff;
	vertical-align: middle;
}

#contact .submit-btn input {
	display: block;
	width: 60%;
	min-width: 220px;
	max-width: 500px;
	margin: 30px auto;
	padding: 1em;
	border: 1px #333 solid;
	border-radius: 400px;
	background: #333 !important;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#contact .submit-btn input:hover {
	background: #fff;
	color: #333;
}

#contact input[type=checkbox] {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none; /* Safari用 */
}

#contact input[type=checkbox] + span:before {
	display: inline-block;
	margin-right: 0.25em;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f0c8";
}

#contact input[type=checkbox]:checked + span:before {
	font-weight: 400;
	content: "\f14a";
}

#contact .mwform-checkbox-field input,
#contact .mwform-radio-field input {
	border: none;
}

#contact .privacy_section {
	width: 90%;
	margin: 60px auto 0;
	padding: 10px 20px;
	border: 1px solid #969696;
}

#contact .privacy_section .privacy_ttl {
	font-size: 18px;
	text-align: center;
}

#contact .privacy_section .scroller {
	overflow-y: scroll;
	width: 100%;
	height: 200px;
	padding: 1em 2em;
	background-color: #fff;
	scrollbar-width: thin;
}

#contact .privacy_section .scroller__box ul {
	font-size: 14px;
}

#contact .privacy_section .scroller__box ul li:not(:last-child) {
	margin-bottom: 2em;
}

#contact .privacy_section .scroller__box ul li h4 {
	margin: 0 !important;
	font-size: 18px;
}

#contact .privacy_section .scroller__box ul li .txt {
	padding-left: 1em;
}

#contact .privacy_section .scroller__box ul li .txt ul li {
	margin-bottom: 0;
	list-style: disc;
}

#contact .privacy-check {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 5px;
	line-height: 1.8;
	-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;
	gap: 0.5em;
	gap: 0.5em; /* 余白は line-height ではなく gap で調整が◎ */
}

#contact .privacy-check .required-srt {
	margin: 0 5px;
}

#contact .mail-check-info .checkBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#contact .mail-check-info {
	width: 90%;
	margin: 40px auto 0;
	padding: 0.5em 1.5em 1em;
	background-color: #eee;
}

#contact .mail-check-info p {
	font-size: 0.8em;
}

#contact .mail-check-info .title {
	margin-bottom: 0.5em;
	font-size: inherit;
}

#contact .frame_inner {
	position: relative;
	z-index: 1;
	margin-bottom: 100px;
	padding: 60px 0;
	background-color: #fff;
}

#contact .pinKFrame {
	border: 8px solid #ffc9cf;
}

#contact .pinKFrame .dashedBorder {
	border-top: 2px dashed #ffc9cf;
	border-bottom: 2px dashed #ffc9cf;
}

#contact .back-btn input {
	display: block;
	width: 60%;
	min-width: 220px;
	max-width: 500px;
	margin: 30px auto;
	padding: 1em;
	border: 1px solid #333;
	border-radius: 400px;
	background: #fff !important;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#contact .back-btn input:hover {
	background: #333;
	color: #fff;
}

#contact .privacy_section .h4.fwb,
#contact .privacy_section .txt,
#contact .privacy_section p,
#contact .privacy_section li {
	line-height: 1.8;
	text-align: left;
}

#contact .privacy_section p {
	margin: 0;
}

@media (min-width: 1025px) {

.br_tb {
	display: none;
}

}

@media (max-width: 1366px) {

.br_pc {
	display: none;
}

.br_tb_sp {
	display: block;
}

.section {
	padding: 80px 0;
}

.section_ttl {
	max-width: 450px;
}

.section_ttl02 {
	max-width: 400px;
}

h1 img {
	max-width: 280px;
}

.headerBtn .ctaBtn-inner {
	max-width: 370px;
}

.read_txtBox__txt {
	font-size: 18px;
}

.read_txtBox__txt span {
	font-size: 24px;
}

.cta_section .cta_inner {
	width: 90%;
	margin: auto;
	padding: 2em;
}

.cta_section .cta_inner__suBttl {
	font-size: 24px;
}

.cta_section .cta_inner__imgBox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.cta_section .cta_inner__imgBox__img {
	width: 80%;
	margin: auto;
}

.cta_section .cta_inner__imgBox__list {
	width: 100%;
	margin: auto;
}

.cta_section .cta_inner__imgBox__list ul li {
	font-size: 18px;
}

.worries_section .worries_inner__box {
	width: 30%;
}

.worries_section .worries_inner__box__img {
	width: 180px;
}

.worries_section .worries_inner__box__txt {
	font-size: 20px;
}

.reason_section .reason_inner {
	width: 90%;
	padding: 40px 0;
}

.reason_section .reason_inner__txt {
	width: 80%;
	margin: auto;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.reason_section .reason_inner__txt br {
	display: none;
}

.reason_section .reason_inner__box {
	width: 85%;
	margin: auto;
}

.reason_section .reason_inner__box__imgBox {
	width: 47%;
}

.winning_section .winning_graphBox {
	width: 90%;
	margin: auto;
}

.winning_section .winning_graphBox__txtBox p {
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.winning_section .winning_case__inner {
	width: 90%;
	margin: auto;
}

.features_section .features_inner {
	width: 90%;
	margin: 40px auto 0;
}

.features_section .features_inner__box {
	width: 48%;
	padding: 1em;
}

.features_section .features_inner__box__num {
	top: -20px;
	width: 70px;
}

.features_section .features_inner__box__txtBox__ttl {
	padding: 5px 0;
	font-size: 18px;
}

.features_section .features_inner__box__txtBox__txt {
	font-size: 16px;
}

.service_section .service_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.service_section .service_inner__txtBox {
	width: 80%;
	margin: auto;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	   -moz-box-ordinal-group: 3;
	        order: 2;
}

.service_section .service_inner__imgBox {
	width: 80%;
	margin: 0 auto 20px;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	        order: 1;
}

.hours_section .hours_imgBox {
	width: 90%;
	margin: 40px auto;
	padding: 2em;
}

.works_section .works-sample .works-sample-inner .sample-inner__box {
	padding: 1em;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .text-center .after-text .red {
	font-size: 32px;
}

.works_section .works-client .client-inner {
	width: 80%;
}

.footer_wrapper .footer_content {
	margin: auto;
}

.cform th {
	width: 30%;
	font-size: 16px;
}

.cform td {
	padding: 0;
	font-size: 16px;
}

.name-flex {
	gap: 4px;
}

.name-flex input {
	max-width: none;
}

.cform {
	width: 95%;
}

.required-srt {
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 8pt;
}

.optional-srt {
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 8pt;
}

#contact .ttl_img img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	margin: 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

#contact .cform th {
	width: 30%;
	font-size: 16px;
}

#contact .cform td {
	padding: 0;
	font-size: 16px;
}

#contact .cform {
	width: 95%;
}

#contact .name-flex {
	gap: 4px;
}

#contact .name-flex input {
	max-width: none;
}

#contact .required-srt {
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 8pt;
}

#contact .optional-srt {
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 8pt;
}

}

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

.faq_section .faq_list {
	padding: 2em;
}

}

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

.menuNav.show ul {
	width: 100%;
}

}

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

.footer_wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.footer_wrapper .footer_map iframe {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 700px;
	margin: 2em auto;
}

}

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

.headerBtn {
	max-width: 400px;
}

}

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

.thanks_section .thanks_inner {
	width: 90%;
	margin: auto;
}

}

@media (max-width: 767px) {

body {
	padding-bottom: 40px;
}

.br_pc {
	display: none;
}

.br_sp {
	display: block;
}

.br_tb {
	display: none;
}

.br_tb_sp {
	display: block;
}

a:hover {
	opacity: 1;
}

.ctaBtn-bginner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.br_pc {
	display: none;
}

.section {
	padding: 40px 0;
}

.section_ttl {
	width: 90%;
	margin: auto;
}

.section_ttl02 {
	width: 70%;
	margin: auto;
}

.ref {
	font-size: 10px;
}

.img_pc {
	display: none;
}

.img_sp {
	display: block;
}

#header .h-nav {
	height: 60px;
}

.mv-content {
	margin: 60px 0 1em;
	background-image: url("images/mv/mv-bg_sp.png");
}

.mv-content .mv-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	padding: 73% 0;
}

.mv-content .mv-inner__rightBox {
	width: 90%;
	margin: auto;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	   -moz-box-ordinal-group: 2;
	        order: 1;
}

.mv-inner__leftBox__btn {
	display: none;
}

h1 img {
	max-width: 150px;
	margin: 10px 10px 5px;
	padding: 0;
}

.h-nav__content__list {
	margin-top: 30px;
}

.h-nav__content__list ul li a {
	margin: 0 auto 5px;
	font-size: 14px;
}

.h-nav__content__list .ctaBtn-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 80%;
	margin-bottom: 0.5em;
}

.headerBtn {
	right: 40px;
	display: none;
}

.hbg_button {
	top: 20px;
	right: 10px;
}

.menuNav.show ul {
	width: 100%;
}

.fixed_ctaBtn {
	position: fixed;
	z-index: 95;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0.65em 0;
	background-color: #333;
	-webkit-filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
	        filter: drop-shadow(10px 10px 10px rgb(0, 0, 0));
}

.fixed_ctaBtn picture,
.fixed_ctaBtn img {
	width: 100%;
}

.fixed_ctaBtn .ctaBtn-inner {
	width: 70%;
	margin: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.dl_box {
	margin: 0 0 20px;
}

.dl_box p {
	font-size: 14px;
}

.dl_box p span {
	font-size: 18px;
}

.dl_box a {
	width: 80%;
}

.read_txtBox {
	width: 90%;
	margin: auto !important;
	padding: 0 0 20px;
}

.read_txtBox__txt {
	font-size: 14px;
}

.read_txtBox__txt span {
	font-size: 19px;
	letter-spacing: 0;
}

.cta_section .cta_inner {
	width: 100%;
	padding: 0.5em 1em;
	-webkit-filter: drop-shadow(8px 8px 0 rgb(241, 112, 126));
	        filter: drop-shadow(8px 8px 0 rgb(241, 112, 126));
}

.cta_section .cta_inner__ttl {
	width: 100%;
}

.cta_section .cta_inner__suBttl {
	margin-bottom: 20px;
	font-size: 18px;
}

.cta_section .cta_inner__suBttl span {
	padding: 0;
	border-bottom: 3px solid #f1707e;
}

.cta_section .cta_inner__imgBox__list ul li {
	font-size: 14px;
	line-height: 1.5;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.cta_section .cta_inner__imgBox__list ul li img {
	width: 12px;
	margin-right: 5px;
	padding-top: 0.5em;
}

.worries_section .worries_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	margin: 0;
}

.worries_section .worries_inner__box {
	width: 90%;
	margin: 1em auto;
}

.worries_section .worries_inner__box__img {
	width: 120px;
}

.worries_section .worries_inner__box__txt {
	font-size: 16px;
}

.reason_section .reason_inner {
	margin: 20px auto 0;
}

.reason_section .reason_inner__ttl {
	width: 99%;
}

.reason_section .reason_inner .ttl02 {
	width: 99%;
}

.reason_section .reason_inner__img {
	width: 100%;
}

.reason_section .reason_inner__txtTtl {
	margin: 1em 0;
	font-size: 18px;
}

.reason_section .reason_inner__txt {
	width: 90%;
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.reason_section .reason_inner__box {
	width: 100%;
	padding: 0.5em;
}

.reason_section .reason_inner__box__imgBox {
	width: 48%;
	margin-top: 1em;
	padding: 0;
}

.reason_section .reason_inner__box__imgBox__img {
	width: 100%;
	margin: auto;
}

.reason_section .reason_inner__box__imgBox__txt p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.reason_section .reason_inner__graphBox {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.reason_section .reason_inner__graphBox__img {
	width: 70%;
	margin: auto;
}

.reason_section .reason_inner__graphBox__img p {
	margin-bottom: 2em;
	font-size: 10px;
}

.reason_section .reason_inner__graphBox__img02 {
	width: 90%;
	margin: auto;
}

.winning_section .winning_graphBox__imgBox__img {
	width: 100%;
	margin: 0 auto;
}

.winning_section .winning_graphBox__txtBox p {
	font-size: 16px;
	font-weight: normal;
}

.winning_section .winning_case__inner {
	width: 95%;
}

.winning_section .winning_case__inner__txt {
	padding: 0.5em 1em;
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.features_section .features_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.features_section .features_inner__box {
	width: 100%;
	margin: 0 auto 40px;
	border-radius: 15px;
}

.features_section .features_inner__box__num {
	left: 10px;
	width: 60px;
}

.features_section .features_inner__box__txtBox__ttl {
	font-size: 16px;
}

.features_section .features_inner__box__txtBox__ttl br {
	display: none;
}

.features_section .features_inner__box__txtBox__txt {
	font-weight: normal;
	line-height: 1.5;
}

.flow_section .flow_img {
	margin: 20px auto;
}

.flow_section .flow_txt {
	width: 90%;
	margin: auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}

.about_section .about_ttl img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 95%;
	margin: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.about_section .about_img {
	width: 90%;
	margin: 20px auto;
}

.about_section .about_txt {
	width: 90%;
	margin: auto;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.about_section .about_txtBox {
	width: 90%;
	padding: 1em;
	border: 2px solid #fc031b;
	border-radius: 10px;
}

.about_section .about_txtBox__ttl {
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 1.5;
}

.about_section .about_txtBox__txt {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.service_section .service_inner {
	margin: 20px 0;
}

.service_section .service_inner__txtBox {
	width: 90%;
}

.service_section .service_inner__txtBox__ttl {
	font-size: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.service_section .service_inner__txtBox__ttl span {
	padding: 4px 2px;
}

.service_section .service_inner__txtBox__txt {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.service_section .service_inner__txtBox__txt p {
	margin-bottom: 0.5em;
}

.service_section .service_inner__imgBox {
	width: 90%;
	margin: 0 auto 10px;
}

.hours_section p {
	width: 90%;
	margin: auto;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.works_section .wrapper {
	width: 90%;
	margin: auto;
}

.works_section .wrapper .sample-title .icon {
	width: 24px;
	height: 24px;
}

.works_section .wrapper .sample-title .title {
	font-size: 20px;
}

.works_section .works-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.works_section .works-inner__graph {
	width: 100%;
	padding: 1.5em 0;
}

.works_section .works-inner__graph:not(:last-child) {
	margin-bottom: 1em;
}

.works_section .works-inner__graph__title .title {
	font-size: 20px;
}

.works_section .works-sample {
	margin: 10% 0;
}

.works_section .works-sample::before,
.works_section .works-sample::after {
	width: 10px;
	height: 10px;
}

.works_section .works-sample::before {
	top: 10px;
	left: 10px;
}

.works_section .works-sample::after {
	top: 10px;
	right: 10px;
}

.works_section .works-sample .frame::before,
.works_section .works-sample .frame::after {
	width: 10px;
	height: 10px;
}

.works_section .works-sample .frame::before {
	bottom: 10px;
	left: 10px;
}

.works_section .works-sample .frame::after {
	right: 10px;
	bottom: 10px;
}

.works_section .works-sample .works-sample-inner .sample-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	margin-top: 8%;
}

.works_section .works-sample .works-sample-inner .sample-inner__box {
	width: 80%;
	margin: 0 auto 1.5em;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .num-icon {
	top: 0.5em;
	left: 0.5em;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .before-text {
	margin: 0.5em 0;
	font-size: 16px;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .text-center .after-text {
	font-size: 16px;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .text-center .after-text .red {
	font-size: 28px;
}

.works_section .works-sample .works-sample-inner .sample-inner__box .triangle {
	border-width: 15px 15px 0px;
}

.works_section .works-client .client-inner {
	width: 100%;
}

.works_section .works-client .client-inner .client-list .item {
	padding: 4px 10px;
	font-size: 16px;
}

.works_section .works-client .hp-contact-btn p {
	font-size: 0.8em;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.works_section .works-client .hp-contact-btn__link {
	width: 80%;
}

.works_section .works-client .illust01,
.works_section .works-client .illust02 {
	display: none;
}

.faq_section .faq_list {
	width: 95%;
	margin: 20px auto;
	padding: 0;
	font-size: 16px;
}

.faq_section .faq_list .menu__item__link {
	padding: 0.5em;
}

.faq_section .faq_list .menu__item__link .box__icon img {
	padding-left: 5px;
}

.faq_section .faq_list .submenu {
	padding: 0.5em;
	font-weight: normal;
}

.faq_section .faq_list .flex {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

.faq_section .faq_list .flex .icon img {
	width: 30px;
	height: 30px;
	margin-top: 0;
}

.footer .footer_info .tel {
	font-size: 24px;
	text-align: center;
}

.footer .footer_cta .dl_box p {
	width: 100%;
}

.footer .footer_cta .dl_box .footer_cta_inner .ctaBtn-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.footer .footer_cta .dl_box .footer_cta_inner .ctaBtn-inner a {
	margin: 0.25em auto !important;
}

.footer .copy_txt {
	margin-bottom: 20px;
}

.footer_wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 95%;
	margin: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.footer_wrapper .footer_map iframe {
	width: 100%;
	height: 30vh;
	margin: 2em auto;
}

.footer_wrapper .footer_logo img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: auto;
}

.footer_wrapper .address {
	margin: 0.5em 0;
	font-size: 12px;
	text-align: center;
}

.fixedCta {
	padding: 12px 8px;
}

.fixedCta-caption picture {
	width: 75%;
}

.fixedCta-buttons {
	gap: 8px;
}

.cform th {
	margin: 10px 0 5px;
	padding: 0;
}

.name-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 0;
}

.submit-btn input {
	width: 90%;
}

.mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
	width: 80px !important;
}

.mwform-checkbox-field-text {
	font-size: 16px;
}

.contact_section p {
	width: 90%;
	margin: 1em auto;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

.contact_section .ctaBtn {
	width: 80%;
}

.thanks .backBtn a {
	width: 80%;
}

.cta_section .sub-page h4 {
	margin: 40px 0 20px;
	font-size: 24px;
}

.cta_section .sub-page .cta_txt {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.thanks_section {
	padding: 100px 0 40px;
}

.thanks_section .thanks_inner {
	padding: 1em 0 0;
}

.thanks_section .thanks_txtBox__txt {
	width: 90%;
	margin: auto;
	font-size: 16px;
	text-align: left;
}

.thanks_section .dl_box {
	margin: 20px 0;
}

.thanks_section .dl_box .dl_btn {
	width: 90%;
	margin: auto;
	font-size: 16px;
	text-align: left;
}

.privacy_section {
	width: 95%;
	margin: 40px auto 0;
}

.privacy_section .scroller {
	padding: 0 !important;
}

.privacy_section .scroller__box ul li h4 {
	font-size: 14px;
}

.mw_wp_form_complete h3,
.mw_wp_form_complete h4 {
	font-size: 14px;
}

.mw_wp_form_complete .text {
	font-size: 14px;
}

.mail-check-info {
	width: 95%;
	margin: 20px auto 0;
}

#contact .ttl_img img {
	width: 70%;
	margin: 0 auto;
}

#contact .cform th {
	margin: 10px 0 5px;
	padding: 0;
}

#contact .name-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	gap: 0;
}

#contact .submit-btn input {
	width: 90%;
}

#contact .mwform-tel-field input[type=text],
#contact .mwform-zip-field input[type=text] {
	width: 80px !important;
}

#contact .privacy_section {
	width: 95%;
	margin: 40px auto 0;
}

#contact .privacy_section .scroller {
	padding: 0 !important;
}

#contact .privacy_section .scroller__box ul li h4 {
	font-size: 14px;
}

#contact .mail-check-info {
	width: 95%;
	margin: 20px auto 0;
}

#contact .frame_inner {
	margin-bottom: 40px;
	padding: 20px 0;
}

#contact .pinKFrame {
	border: 4px solid #ffc9cf;
}

#contact .pinKFrame .dashedBorder th {
	background-color: #ffdade;
}

#contact .back-btn input {
	width: 100%;
}

}

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

.ctaBtn-bginner .dl_btn {
	margin-right: 0;
}

}

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

.cform th,
.cform td {
	display: block;
	width: 100%;
	border-top: none;
}

#contact .cform th,
#contact .cform td {
	display: block;
	width: 100%;
	border-top: none;
}

}

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

#contact .cform {
	display: block;
	width: 95%;
	margin: auto;
}

}

@-webkit-keyframes fadein {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes fadein {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadein {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

