@charset "utf-8";
/*===== CSS Document =====*/

/*===== 共通CSS =====*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
}

body {
    font-family: "Noto Sans", sans-serif;
	color: #333333;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

p {
    text-align: left;
	font-weight: 400;
	font-size: 1.6rem;
}

picture {
	display: grid;
    place-items: center;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    opacity: 0.9;
}

.br_1200 {
	display: none;
}

.br_500 {
	display: none;
}

.br_600 {
	display: none;
}

.br_700 {
	display: none;
	}

.br_800 {
	display: none;
}

.br_900 {
	display: none;
}

.br_1000 {
	display: none;
}

.br_1100 {
	display: none;
}

.br_1200 {
	display: none;
}

.container {
	padding: 100px 0;
}

.box_title {
	text-align: center;
    width: 90%;
    margin: 0 auto;
}

.title {
	font-size: 3.6rem;
	text-align: center; 
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}

.contents_box-title {
	font-size: 2rem;
}

.section-title {
	margin: 0 auto;
}

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

.title_bottom-txt {
	text-align: center;
    margin-top: 50px;
	line-height: 1.6;
}

.title-wrap {
	text-align: center;
}

.font-center {
	text-align: center;
}

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

.font-400 {
	font-weight: 400;
}

.font-600 {
	font-weight: 600;
}

.font-yellow{
	color: #fbd317;
}

.font-white {
	color: #fdfdfd;
}

.font-blue {
	color: #02568f;
}

.font-lightblue {
	color: #2a83da;
}

.title_top-txt {
	font-size: 2.4rem;
}

.font-section_title {
	font-size: 3.6rem;
}

.background-black {
	background: #333333;
}

.background-blue {
	background: #02568f;
}

.background-lightblue {
	background: #2a83da;
}

.background-whiteblue {
	background: #f3f6fd;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
}

/*===== header =====*/

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fdfdfd;
    padding: 10px 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.logo {
  width: 184px; 
  height: auto;
  display: block;
}

.left {
  display: inline-block; 
}

.header_menu {
	display: flex;
	gap: 20px;
}

.btn-blue,
a.btn-blue {
    font-size: 1.6rem;
    color: #fff;
    border-radius: 100vh;
    background-image: -webkit-linear-gradient(110deg, #ec6302 0%, #f69615 100%);
    background-image: linear-gradient(-20deg, #ec6302 0%, #f69615 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	font-weight: 600;
}

.btn-blue:hover,
a.btn-blue:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

/*===== メインビジュアル =====*/
.topmv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #eff1f6;
	padding: 50px;
}

.catchcopy-top {
	background-image: -webkit-linear-gradient(110deg, #2a83da 0%, #1677c9 100%);
    background-image: linear-gradient(-20deg, #2a83da 0%, #1677c9 100%);
	color: #fdfdfd;
	font-size: 2.0rem;
	padding: 5px 10px;
    text-align: center;
	width: 70%;
}

.catchcopy_main-small {
	font-size: 3.6rem;
}

.catchcopy-main {
	font-size: 4.4rem;
	margin-top: 20px;
}

.catchcopy-bottom1 {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catchcopy_bottom1-list {
	font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.catchcopy_bottom1-txt {
	font-weight: 600;
}

.catchcopy-bottom2 {
    gap: 0; /* ボーダーで間隔を作るので0にします */
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
}

/* 各リストに右側の線と余白を持たせる */
.catchcopy_bottom2-list {
    flex: 1; /* 各リストの幅を均等に */
    border-right: 1px solid #333333;
}

/* 一番右の要素だけ線を消す */
.catchcopy_bottom2-list:last-child {
    border-right: none;
}

.catchcopy_bottom2-list:nth-child(3) {
    padding: 0 0 0 10px;
}

.catchcopy-bottom2-listtitle {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5px;
}

.catchcopy-bottom2-listtxt {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}

.catchcopy-bottom2_big {
    font-size: 4rem;
}

.catchcopy-bottom2_big2 {
    font-size: 3.2rem;
}


.topmv-right {
	display: flex;
    gap: 20px;
	width: 40%;
}

.topmv-img {
	width: 450px;
}


/*===== CTA =====*/
.cta {
	display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
}

.content_cta {
	background: #02568f;
}

.cta-txt {
	color: #fdfdfd;
    margin: 30px auto 0;
}

.cta_top-txt , .cta_bottom-txt {
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	margin: 30px 0 0 0;
}

.cta_txt-big {
	font-size: 3.6rem;
}

.cta_btn-blue {
	display: flex;
    justify-content: center;
    gap: 50px;
	align-items: center;
	margin: 30px 0 0 0;
}

.btn--blue2--cta,
a.btn--blue2--cta {
    color: #fdfdfd;
	font-weight: bold;
	padding: 30px 80px;
    background-image: -webkit-linear-gradient(110deg, #ec6302 0%, #f69615 100%);
    background-image: linear-gradient(-20deg, #ec6302 0%, #f69615 100%);
	border: 2px solid #fdfdfd;
}

.btn--blue2--cta:hover,
a.btn--blue2--cta:hover {
    color: #3d4060;
	font-weight: bold;
    background: #fdfdfd;
	border: 2px solid #3d4060;
}

a.btn--radius {
    border-radius: 100vh;
}

.cta_btntxt-top {
	font-weight: 600;
	font-size: 2rem;
}

.btn-text-with-icon:after {
    position: absolute;
    /* Symbols専用の名前に変更 */
    font-family: 'Material Symbols Outlined' !important;
    content: "\e2c4"; /* ダウンロードアイコンのコード */
    font-weight: normal !important;
    display: inline-block;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.2rem;
}

.btn-text-with-icon {
    position: relative;
    display: inline-block;
    padding-right: 2.5em; 
}

.cta_btntxt-bottom {
	font-size: 2.4rem;
    text-align: center;
    font-weight: 800;
}


/*===== 不安 =====*/
.content_trouble {
	position: relative;
}

.content_trouble::after {
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-top: 120px solid #f3f6fd;
    bottom: -45px;
}

.trouble-wrap {
	display: flex;
    justify-content: flex-start;
    gap: 50px;
    margin: 50px;
}

.trouble-img {
	width: 30%;
    margin: 0 0 10px 0;
}

.trouble-box {
	background: #fdfdfd;
	padding: 30px;
	width: 30%;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


/*===== 解決 =====*/
.solution-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
	width: 90%;
    margin: 50px auto;
}

.solution-box {
    background: #fdfdfd;
    padding: 20px;
    width: 30%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-img {
    width: 60%;
    height: auto;
	margin: 0 0 10px 0;
}

.solution-img2 {
    width: 60%;
    height: auto;
	margin: 10px 0;
}

.solution_txt-box {
    margin-top: auto; 
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/*===== メリット =====*/
.merit-wrap {
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 90%;
	margin: 50px auto 0;
}

.merit-box {
	display: flex;
    justify-content: center;
    gap: 50px;
	align-items: center;
}

.merit_title-txt {
	border: 1px solid #333333;
    border-radius: 30px;
    padding: 5px 10px;
    width: 20%;
    text-align: center;
}

.merit_box-title {
	margin: 5px 0 10px 0;
}

.feature-img {
	border-radius: 10px;
}


/*===== 導入ステップ =====*/
.step-wrap {
	display: flex;
    justify-content: center;
    gap: 50px;
    width: 90%;
	margin: 70px auto 0;
}

.step-box {
	position: relative;
    background: #fdfdfd;
    border-radius: 10px;
    padding: 60px 0 20px 0;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.step-num {
	color: #fdfdfd;
	background: #2a83da;
	width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 3rem;
    font-weight: 400;
}

.step-img {
	width: 80%;
}

.step_txt-box {
	display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0 0 0;
    align-items: center;
}


/*===== 支援体制 =====*/
.support_title-bottomtxt {
	font-size: 2rem;
	font-weight: 600;
	width: 90%;
	margin: 50px auto 0;
}

.support-wrap {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 90%;
    align-items: stretch;
}

.support-box {
    width: 30%;
    display: flex;
    flex-direction: column;
	padding: 20px 0;
	border-radius: 10px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.support-box picture {
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-grow: 1;  
    width: 100%;
    height: 180px;  
    margin: 0 0 10px 0;
}

.support-img {
    max-width: 60%;    
    max-height: 100%;
    height: auto;
    object-fit: contain; 
    display: block;
}

.relative {
    position: relative;
    padding-top: 10px;
}

.en-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 4.8rem;
    opacity: 0.15;
    font-weight: bold;
    z-index: 0;
    pointer-events: none;
    margin: 0;
}

.support_box-title {
    position: relative;
    z-index: 1;
}

.support_boxtitle-toptxt {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 5px;
}

.support_boxtitle-maintxt {
    text-align: center;
    font-size: 2.4rem;
    margin: 0;
	line-height: 0.8;
}

.support_txt-big {
    font-size: 3rem;
}

.support_txt-big2 {
    font-size: 3.6rem;
}

.support_bottom-box {
	margin: 50px auto 0;
	padding: 30px;
	border-radius: 20px;
	width: 90%;
}

.support_bottom-title {
	color: #fdfdfd;
    font-size: 2rem;
    background: #2a83da;
    text-align: center;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
}

.support_bottom-txt {
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 1.6;
}

/*===== fqa =====*/
@keyframes simpleBoxFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.content_fqa {
	background: #eeeeee;
}

.containerfqa {
    margin: 20px 0;
    position: relative;
	background: #fdfdfd;
}

.containerfqa .btn-box button {
    width: 100%;
    padding: 15px 35px 15px 20px;
    background: transparent;
    border: 1px solid #ddd;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
	font-size: 1.6rem;
	color: #02568f;
}

.containerfqa .btn-box button::after {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s ease;
}

.containerfqa .btn-box button:hover {
    border-color: #999;
}

.containerfqa .more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: transparent;
    border: none;
    margin-top: -1px;
}

.containerfqa .more.appear {
    max-height: 400px;
    animation: simpleBoxFadeIn 0.3s ease;
    border: 1px solid #ddd;
    border-top: 1px dashed #ddd;
}

.containerfqa:has(.more.appear) .btn-box button::after {
    transform: translateY(-50%) rotate(180deg);
}

.containerfqa:has(.more.appear) .btn-box button {
    border-bottom: none;
}

.containerfqa .more ul {
    list-style: none;
    padding: 15px 20px;
    margin: 0;
}

.containerfqa .more li {
    padding: 8px 0;
    color: #3d4060;
    font-size: 1.6rem;
    line-height: 1.6;
}

.fqa-wrap {
	width: 90%;
    margin: 50px auto 0;
}

/*===== フォーム ======*/
.content_foam {
	background: #fdfdfd;
	padding: 100px 0;
}

.cv-foot {
    margin: 0 auto;
}

.cv-box-foot {
	background: #006496;
    padding: 50px;
	position: relative;
}

.cv-box-foot::after {
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 50px solid #006496;
    bottom: -25px;
}

.cv-title-foot {
	color: #006496;
    background: #fdfdfd;
    padding: 10px 5px;
    border-radius: 50px;
    line-height: inherit;
    font-size: 3.2rem;
	width: 90%;
	margin: 0 auto 30px;
}

.c-form {
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 90%;
    margin: 50px auto 0;
}

.form-box {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-form__item {
	list-style: none;
}

.c-form__label {
	display: flex;
    align-items: center;
}

.c-form__label-text {
	color: #3d4060;
	font-size: 1.6rem;
}

.form-required {
	font-size: 90%;
    color: #fdfdfd;
    background: #e14143;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 0 0 0 10px;
}
.form-requigray {
	font-size: 90%;
    color: #fdfdfd;
    background: #7b818e;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 0 0 0 10px;
}

.c-form__input-text {
    width: 100%;
    height: 50px;
    margin: 10px 0 0 0;
    border-radius: 5px;
	border: solid 1px #c1c1c1;
	font-size: 1.6rem;
    background: #fdfdfd;
    padding: 0 0 0 10px;
    filter: drop-shadow(1px 0 1px rgba(0, 0, 0, .25));
}

/* お問い合わせ内容（textarea）専用のスタイル */
.c-form__input-textarea {
    width: 100%;
    min-height: 150px;       /* 5〜6行分くらいの高さを確保 */
    padding: 10px;           /* 中の余白を少し広げる */
    resize: vertical;        /* 横方向のサイズ変更を禁止してレイアウト崩れを防ぐ */
    box-sizing: border-box;  /* 枠線を含めた幅計算にする */
    display: block;
    font-family: inherit;    /* フォントを他の入力欄と合わせる */
    line-height: 1.6;        /* 改行したときに見やすくする */
}

.form-checkbox {
    display: flex;       /* チェックボックスとlabelを横並びにする */
    align-items: flex-start; /* 上揃えにする */
    gap: 8px;            /* チェックボックスと文字の間隔 */
	font-weight: 400;
}

.form-checkbox input[type="checkbox"] {
    margin-top: 4px;     /* 1行目の文字の高さに合わせて微調整 */
}

.note {
    display: block;      /* 改行させる */
    font-size: 0.85em;   /* 注釈なので少し小さく（お好みで） */
    color: #666;         /* 少し薄く（お好みで） */
}

#privacy-policy-scroll {
	margin: 50px 0 0 0;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
    height: 150px;
    border: 1px solid #ccc;
	background: #fff;
	width: 100%;
	border-radius: 5px;
}

.ppmain {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 10px;
}

.ppmain-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 10px 0;
}

.ppmain-title-under {
	font-size: 1.4rem;
}

.ppmain-text dt {
    font-size: 1.4rem;
    margin: 20px 0 0 0;
}

.ppmain-text dd {
	font-size: 1.4rem;
	margin: 5px 0 0 0;
}

.ppmain-text ul {
	list-style: none;
	margin: 0px;
}

#e4 {
	display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.ppmain-check {
	color: #3d4060;
	font-size: 1.4rem;
}

.c-form__button {
	margin: 50px 0 0 0;
}

.c-button {
	width: 200px;
    height: 60px;
    background-color: #e14143;
    border-radius: 10px;
    box-shadow: 0 5px #940011;
    color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative;
    text-decoration: none;
	border: 0px;
}

.c-button:hover {
	background-color: #fdfdfd;
    color: #e14143;
    border: 3px solid #e14143;
    box-shadow: 0 5px #e14143;
    transition: .4s;
    opacity: 100;
}

.c-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
}


button.disabled {
	box-shadow: 0 5px #888888;
	background-color: #cccccc; 
	pointer-events: none;
 
}



/* クリックで表示させるテキストを隠す */
.hidden {
  display: none;
}

#c-button-text{
  margin: 16px 0;
	font-size: 1.6rem;
  color: #006496;
  font-weight: 700;
}

.footer-link {
	margin: 30px 8.3333% 0;
	display: flex;
	gap: 20px;
}

.companyprofile-text {
	color: #333333;
	font-size: 1.4rem;
}

.p-information {
	color: #333333;
}

.companyprofile-text:hover {
    opacity: 60%;
}

.footer-link1 a .footer-link2 a {
	text-decoration: none!important;
	border-bottom: 1px solid #fdfdfd;
}


/*===== フッター =====*/
.footer_txt-topwrap {
	padding: 50px 0;
}

.footer_txt-topbox {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    align-items: end;
}

.footer_txt {
	display: flex;
    justify-content: space-between;
    margin: 0 50px;
}

.footer_txt-left {
	display: flex;
    gap: 20px;
}

.footer_link {
	color: #fdfdfd;
	font-size: 1.4rem;
    text-decoration: underline !important;
}

.footer_font {
	color: #fdfdfd;
	font-size: 1.4rem;
}

.footer_txt-bottombox {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.registeredtrademark , .copyright {
	text-align: center;
}

.registeredtrademark {
	width: 90%;
	margin: 0 auto;
}


	
/*===== 追従ボタン =====*/
#contact-flex {
	width: 100%;	
	margin: 10px auto 0;
	padding: 0;
	background: #fdfdfd;
	bottom: 0;
	display: flex;
	align-items: center;
}

.contact-fixed {
	position: fixed;
	transition: 0.5s;
	z-index: 100;
}

#contact-flex {
	width: 100%;
	margin: 10px auto 0;
	padding: 0;
	background: #f4f4f4;
	bottom: 0;
	display: flex;
}

.contact-item {
	width: 100%;
}

.text-center {
	margin: 0　10px;
	padding: 5px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#contact-flex .btn {
	width: 95%;
	height: 60px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: -webkit-linear-gradient(110deg, #ec6302 0%, #f69615 100%);
    background-image: linear-gradient(-20deg, #ec6302 0%, #f69615 100%);
}

#contact-flex .btn:active {
	transform: scale(.95);
}

#contact-flex a {
	color: #3d4060;
	text-decoration: none;
}

.red-a700 {
	background: #3d4060;
}

#contact-flex .contact-text {
	font-size: 1.6rem;
	color: #fdfdfd;
	font-weight: bold;
}
.contact-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#contact-flex {
	font-size: 1.6rem;
	color: #3d4060;
}

.cv-text {
	font-weight: 600;
}

/*ctafootまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/*===== レスポンシブ =====*/
@media screen and (max-width: 1400px) {
	.br_1800 {
		display: block;
	}
	
@media screen and (max-width: 1250px) {	

}


@media screen and (max-width: 1200px) {	
/*===== 共通 =====*/
	.br_1200-none {
		display: none;
	}
	
/*===== メインビジュアル =====*/
	.topmv-img {
		width: 400px;
	}
}


@media screen and (max-width: 1150px) {	
	/*===== 共通 =====*/
	.br_1200 {
		display: block;
	}
	
/*===== メリット =====*/
	.merit_txt-box {
		width: 60%;
	}
	
	.merit_title-txt {
		width: 30%;
	}
	
	.merit_img-box {
		width: 100%;
	}
	
	.feature-img {
		width: 98%;
	}
}


@media screen and (max-width: 1100px) {
/*===== 共通 =====*/
	.br_1100 {
		display: block;
	}
	
	.br_none-1100 {
		display: none;
	}
	
	.topmv-left {
    	width: 600px;
}
	
	.topmv-img {
		width: 380px;
	}

}

@media screen and (max-width: 1000px) {
/*===== 共通 =====*/	
	.br_1000 {
		display: block;
	}
	
	.br_none-1000 {
		display: none;
	}
	
	
/*===== ヘッダー・メインビジュアル =====*/
	header {
		justify-content: center;
		padding: 10px;
	}
	
	.right {
		display: none;
	}
	
	.topmv {
		padding: 50px 0 0;
		margin: 0 auto;
		flex-direction: column;
	}
	
	.catchcopy-bottom {
		text-align: center;
		font-size: 1.8rem;
	}
	
	.topmv-right {
		gap: 0px;
		width: 100%;	
		display: block;
	}
	
	.topmv-img {
		margin: 0 0 50px 0;
	}
	
/*===== CTA =====*/
	.cta_btn-blue {
        flex-direction: column;
        width: 90%;
        margin: 30px auto 0;
        gap: 10px;
	}
	
	.cta_telbtn-box {
		text-align: center;
		margin: 20px 0;
		display: block;
		width: 100%;
	}
	
	.material-btn {
		font-size: 2rem;
		font-weight: 600;
	}
	
	.cta_btn-box {
		width: 100%;
		display: contents;
	}

	.btn--white--cta { 
		display: inline-block;
		text-decoration: none;
		padding: 10px 30px; 
		background-color: #fdfdfd;
		border: 2px solid #3d4060;
		color: #3d4060;
		transition: all 0.3s ease;
		width: 70%;
	}

	.cta_btntxt-top {
		font-size: 2rem;
		font-weight: 800;
		margin: 0;
	}

	.cta_btntxt-bottom {
		font-size: 1.6rem;
		font-weight: 400;
		opacity: 0.8;
	}

	.btn--white--cta:hover {
		background-color: #3d4060;
		border-color: #fdfdfd;
		color: #fdfdfd;
	}

	.btn--white--cta:hover .cta_btntxt-bottom {
		color: #fdfdfd;
	}
	
	.cta_btntxt-top {
		text-align: center;
	}
	
	.btn--blue2--cta, a.btn--blue2--cta {
		width: 70%;
	}
	
/*===== 不安 =====*/
	.trouble-wrap {
		flex-direction: column;
		margin: 50px auto 0;
		align-items: center;
		gap: 50px;
	}
	
	.trouble-box {
		width: 65%;
	}
	
	.trouble-img {
    	width: 20%;
	}
	

}

/*===== 950px以下 =====*/
@media screen and (max-width: 950px) {


/*===== 900px以下 =====*/
@media screen and (max-width: 900px) {
	.br_900 {
		display: block;
	}
	
	.br_900-none {
		display: none;
	}
	
/*===== メリット =====*/
	.merit_txt-box {
		width: 80%;
	}
	
	.merit-box {
		gap: 30px;
	}
	
	.merit_img-box {
		width: 70%;
	}
	
/*==== 導入ステップ =====*/
	.step_txt-box {
		padding: 0 10px;
	}
}


/*===== 800px以下 =====*/
@media screen and (max-width: 800px) {
/*===== 共通・フォントサイズ =====*/
	.br_800 {
		display: block;
	}
	
	.br_800-none {
		display: none;
	}
	
	.container {
		padding: 50px 0;
	}

	.box_title {
		padding:0 0 30px 0;
	}

	.title {
		font-size: 3rem;
	}
	
	.title_top-txt {
		font-size: 2rem;
	}
	
	.font-section_title {
		font-size: 3rem;
	}

	.cta_btntxt-bottom {
		font-size: 1.8rem;
	}


/*===== CTA =====*/
	.cta_btn-blue {
        margin: 0 auto;
		gap: 30px;
    }
	
	.btn--white--cta {
        width: 100%;
    }
	
	.btn--blue2--cta, a.btn--blue2--cta {
        width: 100%;
		padding: 30px 0;
    }
	
	.cta_bottom-txt {
		text-align: justify;
	}
	
/*===== 不安 =====*/
	.trouble-box {
		padding: 10px 10px 20px 10px;
	}
	
	.trouble-wrap {
		margin: 0 auto 0;
		gap: 30px;
	}
	
/*===== 解決 =====*/
	.content_trouble::after {
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		border-top: 50px solid #f3f6fd;
	}
	
	.solution {
		margin: 30px 0 0 0;
	}
	
	.solution-wrap {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin: 30px auto 0;
	}
	
	.solution-box {
		width: 90%;
	}
	
/*===== メリット =====*/
	.merit-wrap {
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin: 30px auto 0;
	}
	
		
/*===== 支援体制 =====*/
	.support_title-bottomtxt {
		font-size: 1.6rem;
		font-weight: 400;
		margin: 30px auto 0;
		gap: 30px;
		text-align: justify;
	}
	
	.support-wrap {
		flex-direction: column;
		align-items: center;
		margin: 30px auto 0;
		width: 100%;
	}
	
	.support-box {
		width: 90%;
	}
	
	.support_boxtitle-toptxt {
		font-size: 1.6rem;
		margin: 0 0 0 0;
	}
	
	.en-title {
		font-size: 3.2rem;
	}
	
	.support_boxtitle-maintxt {
		font-size: 2rem;
		line-height: 1.2;
	}
	
	.support_txt-big {
		font-size: 2.6rem;
	}
	
	.support_bottom-box {
		margin: 30px auto 0;
	}
	
	.support_bottom-title {
		width: 80%;
		padding: 5px;
	}
	
	.support_bottom-txt {
		text-align: justify;
	}

/*===== 質問 =====*/
	.fqa-wrap {
		margin: 30px auto 0;
	}
	
	.containerfqa {
		margin: 0 0 20px 0;
	}

/*===== フォーム =====*/
	.content_foam {
		background: #fdfdfd;
		padding: 50px 0;
	}

	.c-form {
		margin: 30px auto 0;
	}
	
	.c-form__button {
		margin: 30px 0 0 0;
	}
	
/*===== フッター =====*/
	.footer_txt-topwrap {
		padding: 30px;
	}
	
	.footer_txt-topbox {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	
	.company-box {
		font-size: 1.4rem;
  	 	 text-align: center;
	}
	
	.footer_txt-left {
		flex-direction: column;
		text-align: center;
		gap: 5px;
	}
}


/*===== 700px以下 =====*/
@media screen and (max-width: 700px) {
	/*===== 共通 =====*/
	.br_700 {
		display: block;
	}
	
	.br_700-none {
		display: none;
	}
	
	/*===== ファーストビュー =====*/
	.topmv-left {
		width: 90%;
	}

	/*===== メリット =====*/
	.merit-box {
		flex-direction: column;
		gap: 20px;
	}
	
	.merit_txt-box {
		width: 100%;
	}
	
	.merit_img-box {
		width: 100%;
	}
	
	.feature-img {
		width: 100%;
	}
	
	.merit-box:first-child {
		flex-direction: column-reverse;
	} 
	
	.merit-box:last-child {
		flex-direction: column-reverse;
	} 
	
	/*===== 導入ステップ =====*/
	.step-wrap {
		flex-direction: column;
		gap: 70px;
		align-items: center;
	}
	
	.step-box {
		width: 90%;
	}

}

/*===== 650px以下 =====*/
@media screen and (max-width: 650px) {	
	.br_600 {
		display: block;
	}
	
	.br_600-none {
		display: none;
	}
	
	.title {
		font-size: 2.6rem;
	}
	
	.title_top-txt {
		font-size: 1.6rem;
	}
	
	.font-section_title {
		font-size: 2.8rem;
	}
	
/*===== ヘッダー =====*/	
	.logo {
		width: 120px;
	}
	
/*===== ファーストビュー =====*/
	.catchcopy-main {
		font-size: 3.8rem;
	}

	.catchcopy_main-small {
		font-size: 3.2rem;
	}
	
	.catchcopy-top {
		font-size: 1.6rem;
		width: 60%;
	}
	
	.catchcopy-bottom2_big {
		font-size: 3.2rem;
	}
	
	.catchcopy-bottom2_big2 {
		font-size: 2.8rem;
	}
	
	.catchcopy-bottom2-listtitle {
		font-size: 1.6rem;
	}
	
/*===== 不安 =====*/
	.trouble-box {
		width: 90%;
	}

/*===== フォーム =====*/
	.c-form__button {
		margin: 0;
	}

	
/*===== フッター =====*/	
	.footer_txt {
		flex-direction: column;
		gap: 10px;
    	align-items: center;
	}
	
	/*===== 追従 =====*/	
	.btn-text-with-icon2 {
		font-size: 1.4rem;
	}
	
	.btn-text-with-icon2:after {
		font-size: 2rem;
		margin-left: 5px;
	}
}

/*===== 500px以下 =====*/
@media screen and (max-width: 500px) {
/*===== 共通 =====*/
	.br_500 {
		display: block;
	}
	.br_none-500 {
		display: none;
	}
	
/*===== ファーストビュー =====*/
	.topmv-left {
		width: 90%;
	}
	
	.catchcopy-top {
		width: 86%;
	}
	
	.catchcopy-main {
		text-align: justify;
	}
	
	.catchcopy-bottom {
		text-align: justify;
		font-size: 1.6rem;
	}
	
	.catchcopy-bottom2_big {
		font-size: 2.6rem;
	}
	
	.catchcopy-bottom2_big2 {
		font-size: 2rem;
	}
	
	.catchcopy_bottom2-list:nth-child(3) {
   		 padding: 0 0 0 5px;
	}
	
	.catchcopy-bottom2-listtxt {
		font-size: 1.6rem;
	}
	
	.catchcopy-bottom2-listtitle {
		font-size: 1.4rem;
	}
	
	.catchcopy_bottom2-list:nth-child(1) {
		padding: 0 10px 0 0;
	}
	
	.topmv-img {
		width: 300px;
	}


/*===== CTA =====*/
	.cta_top-txt , .cta_bottom-txt {
		font-size: 1.6rem;
	}
	
	.cta_txt-big {
		font-size: 3rem;
	}
	
	.btn--blue2--cta, a.btn--blue2--cta {
		padding: 25px 0;
	}
	
	.cta_btntxt-top {
		font-size: 1.6rem;
	}
	
	.cta_bottom-txt {
		margin: 20px 0 0 0;
	}
	
	.triangle-wrap:after {
		width:85%;
	}
	
	/*===== CTA =====*/
	.mechanism_bottom-txt {
		width: 90%;
	}
	
	.support_bottom-title {
		width: 85%;
		font-size: 1.6rem;
	}
	
	.support_bottom-box {
		padding: 20px;
	}
	

	/*===== フォーム =====*/
	.ppmain-check {
		text-align: justify;
	}
	
	/*===== フッター =====*/
	.footer_txt-bottombox {
		padding: 20px 0;
		gap: 5px;
	}
	
	.registeredtrademark {
    	text-align: justify;
	}
	
	.registeredtrademark, .copyright {
    	font-size: 1.2rem;
	}
}