@charset "UTF-8";
/*----------------------------------------------------　*/
/* font
------------------------------------------------------　*/
@font-face {
  font-family: 'Antro_Vectra';
  src: url(../fonts/Antro_Vectra.eot);
  src: url(../fonts/Antro_Vectra.eot?) format("embedded-opentype"), url(../fonts/Antro_Vectra.woff) format("woff"), url(../fonts/Antro_Vectra.otf) format("opentype");
  font-style: normal;
  font-weight: normal;
}

/*----------------------------------------------------　*/
/* common css
------------------------------------------------------　*/
html, body {
  position: relative;
  background: #fff;
  font-family: "noto-sans-cjk-jp", YuGothic, "Yu Gothic Medium", "游ゴシック Medium", 游ゴシック体, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: inherit;
}

a:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.6;
}

a.line {
  display: inline;
}

a.link {
  text-decoration: underline;
  color: #00AADD;
}

a img {
  border: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, p, a, ul, li {
  margin: 0;
}

p.text {
  margin-bottom: 1.5em;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}

picture img {
  width: inherit;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table thead th {
  font-size: 16px;
  font-weight: normal;
  background-color: #e3d6bf;
  border-bottom: 4px solid #fff;
}

table thead th.color-no {
  color: #000;
  background: none;
}

table thead th.colo-red {
  color: #fff;
  background-color: #e1200f;
}

table thead th + th {
  border-left: 4px solid #fff;
}

table tbody tr:nth-child(odd) {
  background-color: #efefef;
}

table tbody th {
  text-align: center;
}

table tbody td {
  text-align: center;
}

/* 汎用クラス ---------------------------------*/
/* PCサイズのときは電話のリンクを無効に */

.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden;
}

.break_word {
  word-wrap: break-word;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh17 {
  line-height: 1.7;
}

.lh175 {
  line-height: 1.75;
}

.lh2 {
  line-height: 2;
}

/* 余白 */
.pt50 {
  padding-top: 25px;
}

.pt70 {
  padding-top: 35px;
}

.pt90 {
  padding-top: 45px;
}

.pt110 {
  padding-top: 55px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb150 {
  padding-bottom: 75px;
}

.pb160 {
  padding-bottom: 80px;
}

.m0 {
  margin: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 25px;
}

.mt120 {
  margin-top: 60px;
}

/* 幅 */
.w100 {
  width: 100%;
}

/* ブロック */
.db {
  display: block;
}

/* SP-PC切り替え */

/* テキスト */
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_bold {
  font-weight: 600;
}

/* 色 */
.color_main {
  color: #036eb8;
}

.color_white {
  color: #fff;
}

.color_emphasis {
  color: #FA9F2A;
}

.color_green {
  color: #1F9F3E;
}

/*  マーク */
.mark {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 50%, transparent 50%, #fddbdd 50%, #fddbdd 100%);
  background: -webkit-linear-gradient(top, transparent 50%, transparent 50%, #fddbdd 50%, #fddbdd 100%);
  background: linear-gradient(to bottom, transparent 50%, transparent 50%, #fddbdd 50%, #fddbdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#fddbdd',GradientType=0 );
}

.mark_b {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 50%, transparent 50%, #f1ebdf 50%, #f1ebdf 100%);
  background: -webkit-linear-gradient(top, transparent 50%, transparent 50%, #f1ebdf 50%, #f1ebdf 100%);
  background: linear-gradient(to bottom, transparent 50%, transparent 50%, #f1ebdf 50%, #f1ebdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fddbdd',GradientType=0 );
}

/* コンテンツ */
.content_inner {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.content-lead {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 32px;
}

/* section */
.sec {
  margin-top: 60px;
}

/* コンテンツタイトル */
.sec_title {
  width: 100%;
  max-width: 100%;
}

.sec_title .sub {
  position: relative;
  display: block;
  font-family: "Antro_Vectra", serif;
  font-size: 36px;
  font-size: calc( 36px + ((1vw - 3.2px) * 5.5814 ));
  letter-spacing: 3px;
  margin-left: 1rem;
  margin-bottom: 2px;
  z-index: 1;
  height: 13.2vw;
  width: auto;
}

.sec_title .sub:before, .sec_title .sub:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #e3d6bf;
  z-index: -1;
}

.sec_title .sub:before {
  left: -100vw;
  width: 100vw;
}

.sec_title .sub:after {
  left: 0;
  width: 50vw;
}

.sec_title .sub img {
  max-height: 100%;
  width: auto;
}

.sec_title .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 3.48837 ));
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02rem;
  padding: 0 20px;
}

/* flex */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

/* btn */
.btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: calc( 16px + ((1vw - 3.2px) * 3.25581 ));
  font-weight: bold;
  width: 90%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e1200f;
  color: #fff;
  padding: 5.5% 8px;
}

.arrow, .arrow-link, .arrow-down {
  position: relative;
}

.arrow:after, .arrow-link:after, .arrow-down:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.arrow-link:after {
  right: 2.5vw;
  width: 26px;
  height: 7px;
  background-image: url(../images/icon_arrow_r.svg);
  background-size: 100% 7px;
}

.arrow-down:after {
  right: 4px;
  width: 15px;
  height: 8px;
  background-image: url(../images/icon_arrow_down.svg);
  background-size: auto 100%;
}
/* cont-cta*/
.cont-cta{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cont-cta .btn{
  margin-left: 15px;
  margin-right: 15px;
}

.cont-cta .btn span{
  background: #fff;
  color: #e1200f;
  padding: .1em .5em;
  display: inline-block;
  margin-right: .5em;
}
.cont-cta .cta-doc{
  background-color: #a3762b;
}

.cont-cta .cta-doc span{
  color: #a3762b;
}
.cont-cta .btn:hover{
  opacity: 1;
  background-color: #f0655e;
}
.cont-cta .btn:hover span{
  color: #f0655e;
}
.cont-cta .cta-doc:hover{
  background-color: #be9f6a;
  /*background-color: rgba( 163, 118, 43, 0.8 );*/
}
.cont-cta .cta-doc:hover span{
  color: #be9f6a;
}
/* cta */
.cta, .cta .cta-tel, .cta .cta-doc, .cta .cta-online {
  font-weight: bold;
  text-align: center;
}

.cta .cta-tel {
  font-size: 19px;
  color: #fff;
  background-color: #838383;
}

.cta .cta-doc {
  font-size: 16px;
  color: #fff;
  background-color: #a3762b;
}

.cta .cta-online {
  font-size: 16px;
  color: #fff;
  background-color: #e92319;
}

/*----------------------------------------------------　*/
/* header
------------------------------------------------------　*/
.header {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.header .header_inner {
  position: relative;
  padding: 0 20px;
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  padding: 0 0 0 20px;
}

.header .header_logo {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin-right: 10px;
}

.header .header_cta {
  width: 60%;
  max-width: 420px;
  margin-left: auto;
  margin-right: 5.75%;
}

.header .header_cta .btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  max-width: 210px;
}

.header .header_cta .btn + .btn {
  margin-left: 1px;
}

/*----------------------------------------------------　*/
/* gnav
------------------------------------------------------　*/
.menu_wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 103;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.5vw;
  margin: 0 5.5% 0 2%;
  z-index: 103;
}

.menu .menu_check {
  display: none;
}

.menu .menu_border {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6.5vw;
  cursor: pointer;
  transition: all .2s;
  text-align: left;
}

.menu .menu_border span,
.menu .menu_border span:before,
.menu .menu_border span:after {
  background: #000;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 4px;
  transition: all .2s;
}

.menu .menu_border span:first-child {
  top: 5px;
  top: 1vw;
}

.menu .menu_border span:nth-child(2) {
  top: 19px;
  top: 3.5vw;
}

.menu .menu_border span:nth-child(3) {
  top: 33px;
  top: 6vw;
}

.menu #menu_icon + label span {
  transition: all .2s;
}

.menu #menu_icon:checked + label span:first-child {
  top: 3.3vw;
  left: 0;
  width: 50%;
  transform: rotate(30deg);
}

.menu #menu_icon:checked + label span:nth-child(3) {
  top: 5.9vw;
  right: 0.7vw;
  width: 50%;
  transform: rotate(30deg);
}

.menu .menu_name {
  font-size: 12px;
  font-weight: 500;
  line-height: 0.5;
  letter-spacing: -0.5px;
  text-align: center;
  color: #000;
}

.menu_nav_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  width: 80%;
  max-width: 510px;
  height: 100vh;
  transition: all 0.5s ease-in;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  overflow-y: auto;
  padding: 20% 15px 15px;
}

.menu_nav_wrapper.off {
  right: -100%;
}

.menu_nav .menu_nav_inner .menu_nav_item {
  text-align: center;
  border-bottom: 2px solid #e3d6bf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.nav_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(163, 118, 43, 0.5);
  transition: 0.3s 0.5s ease-in-out;
  z-index: 101;
}

.nav_bg.on {
  display: block;
}

/*--------------------------------------------------------------　*/
/* footer
--------------------------------------------------------------　*/
.footer {
  border-top: 2px solid #e3d6bf;
  padding: 37px 15px;
  margin-top: 60px;
}

.footer .footer_inner {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer_logo {
  margin-bottom: 26px;
}

.footer .address {
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 13px;
}

.footer .copy_wrapper {
  text-align: center;
  padding: 30px 15px;
}

.footer .copy_wrapper .copy1 {
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer .copy_wrapper .copy2 {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

/* footerメニュー */
.footer_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 100;
}

.footer_menu .cta-tel {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.25581 ));
  width: 21%;
}

.footer_menu .cta-tel img {
  width: 50%;
  max-width: 60px;
}

.footer_menu .cta-doc {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 2.09302 ));
  width: 49.5%;
}

.footer_menu .cta-online {
  font-size: 12px;
  font-size: calc( 12px + ((1vw - 3.2px) * 3.72093 ));
  width: 49.5%;
}
.footer_menu .arrow-link:after{
  background:none;
}
.footer_menu .btn {
  padding: 4.5% 8px;
}

.mv {
  padding: 0 4%;
  margin-top: 65px;
}

.mv .mv_inner {
  position: relative;
}

.mv .mv_image {
  text-align: right;
  margin-right: -4%;
  margin-top: -10%;
}

.mv .btn {
  margin-right: auto;
}

.mv .caution{
  font-size: 10px;
  margin: 5vw 0 0 0; 
  color: #666;
}

.mv .scroll .scroll_text {
  position: absolute;
  font-size: 14px;
  color: #b59155;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mv .scroll .scroll_text:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #b59155;
}

/* メインエリア */

/* 特徴 */

.sec_features .sec_title .main {
  letter-spacing: 1px;
}

.sec_features .features_wrapper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec_features .features_cont {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 68%;
  height: 0;
}

.sec_features .features_cont.online {
  background-image: url(../images/features_bg1.png);
}

.sec_features .features_cont.online .features_title {
  top: 18%;
}

.sec_features .features_cont.service {
  background-image: url(../images/features_bg2.png);
}

.sec_features .features_cont.service:before {
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  max-width: 77px;
  height: 70px;
  background-image: url(../images/features_icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.sec_features .features_cont.service .features_title {
  top: 15%;
}

.sec_features .features_title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 22px;
  font-size: calc( 22px + ((1vw - 3.2px) * 5.11628 ));
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

.sec_features .features_list {
  position: absolute;
  top: 69%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.sec_features .features_list .features_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 3.25581 ));
  text-align: left;
  margin-bottom: 0.5em;
}

.sec_features .features_list .features_item:before {
  content: "・";
}

.sec_features .features_image {
  width: 100%;
  text-align: center;
}

/* ポイント */
.sec_point {
  margin-top: 118px;
}

.sec_point .table_point {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sec_point .table_point thead th {
  padding: 16px 10px;
  width: 25%;
}

.sec_point .table_point tbody th, .sec_point .table_point tbody td {
  padding: 20px 10px 25px;
}

.sec_point .table_point tbody th {
  font-size: 14px;
}

.sec_point .table_point tbody td {
  font-size: 14px;
  border-left: 1px solid #fff;
}

.sec_point .table_point tbody .our {
  position: relative;
}

.sec_point .table_point tbody .our .service {
  width: 100%;
  font-size: 26px;
  color: #e1200f;
}

.sec_point .table_point tbody .our .topic {
  width: 80%;
  position: relative;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 0.75em;
}

.sec_point .table_point tbody .our .topic .point-color {
  color: #e1200f;
}

.sec_point .table_point tbody .our .topic .point-text {
  font-size: 22px;
}

.sec_point .table_point tbody .our .topic .point-line {
  text-decoration: underline;
}

.sec_point .table_point tbody .our .topic .kome {
  font-size: 0.5em;
  vertical-align: super;
}

.sec_point .table_point tbody .our .fukidashi_wrapper {
  font-size: 16px;
  height: 1.75em;
}

.sec_point .table_point tbody .our .fukidashi_wrapper .fukidashi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 2.0;
  background-color: #e1200f;
  color: #fff;
  text-align: center;
}

.sec_point .table_point tbody .our .fukidashi_wrapper .fukidashi span {
  font-size: 1.3125em;
  font-weight: bold;
}

.sec_point .table_point tbody .our .fukidashi_wrapper .fukidashi:after {
  content: "";
  position: absolute;
  top: -26px;
  right: 23%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 26px solid #e1200f;
}

.sec_point .table_point tbody .our-sp {
  position: relative;
  background-color: #e1200f;
  color: #fff;
  padding: 1em 10px;
}

.sec_point .table_point tbody .our-sp:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 10%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 26px solid #e1200f;
}

.sec_point .table_point tbody .our-sp .point-line {
  text-decoration: underline;
}

.sec_point .table_point tbody .our-sp .point-text {
  font-size: 1.2857em;
}

.sec_point .table_point tbody .our-sp .kome {
  font-size: 0.8571em;
  vertical-align: super;
}

.sec_point .table_point_caption {
  font-size: 12px;
  margin-top: 17px;
}

/* アクティビティ */

.sec_activity .activity_link {
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.sec_activity .activity_link .activity_link-item {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #a3762b;
  width: 49%;
  border: 1px solid #a3762b;
  padding: 8px 8px 8px 2px;
}

.sec_activity .activity_title {
  font-size: 23px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.sec_activity .activity_title span {
  position: relative;
  font-family: "Antro_Vectra", serif;
  text-align: center;
  margin-bottom: -15px;
  font-size: 38px;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: -7px;
  z-index: 1;
}

.sec_activity .activity_title span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e3d6bf;
  z-index: -1;
}

.sec_activity .activity_title.activity span:after {
  bottom: 0.25em;
}

.sec_activity .activity_title.solution span:after {
  bottom: 0;
  background-color: #fff;
}

.sec_activity .activity_program {
  padding: 50px 0 26px;
}

.sec_activity .activity_solution {
  padding: 50px 0 100px;
  background-color: #f6f1e9;
}

.sec_activity .activity_list.program .activity_list_item:nth-child(1) .activity_list_title {
  background-image: url(../images/activity_num01.png);
}

.sec_activity .activity_list.program .activity_list_item:nth-child(2) .activity_list_title {
  background-image: url(../images/activity_num02.png);
}

.sec_activity .activity_list.program .activity_list_item:nth-child(3) .activity_list_title {
  background-image: url(../images/activity_num03.png);
}

.sec_activity .activity_list.program .activity_list_item:nth-child(4) .activity_list_title {
  background-image: url(../images/activity_num04.png);
}

.sec_activity .activity_list.program .activity_list_item:nth-child(5) .activity_list_title {
  background-image: url(../images/activity_num05.png);
}

.sec_activity .activity_list.program .activity_list_item:nth-child(6) .activity_list_title {
  background-image: url(../images/activity_num06.png);
}

.sec_activity .activity_list.program .activity_list_text {
  background-color: #fff;
}

.sec_activity .activity_list.solution1 .activity_list_item:nth-child(1) .activity_list_title {
  background-image: url(../images/activity_num_sl01.png);
}

.sec_activity .activity_list.solution1 .activity_list_item:nth-child(2) .activity_list_title {
  background-image: url(../images/activity_num_sl02.png);
}

.sec_activity .activity_list.solution1 .activity_list_item:nth-child(3) .activity_list_title {
  background-image: url(../images/activity_num_sl03.png);
}

.sec_activity .activity_list.solution1 .activity_list_text {
  background-color: #f6f1e9;
}

.sec_activity .activity_list.solution2 .activity_list_item:nth-child(1) .activity_list_title {
  background-image: url(../images/activity_num_sl04.png);
}

.sec_activity .activity_list.solution2 .activity_list_item:nth-child(2) .activity_list_title {
  background-image: url(../images/activity_num_sl05.png);
}

.sec_activity .activity_list.solution2 .activity_list_text {
  background-color: #f6f1e9;
}

.sec_activity .activity_list .activity_list_item {
  margin-bottom: 22px;
}

.sec_activity .activity_list .activity_list_title {
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 4.18605 ));
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left 10px top 6px;
  background-size: auto 100%;
  padding: 10px 0 8px;
}

.sec_activity .activity_list .activity_list_lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #a3762b;
  margin-bottom: 18px;
}

.sec_activity .activity_list .activity_list_lead.narrow {
  letter-spacing: -1px;
}

.sec_activity .activity_list .activity_list_image {
  position: relative;
  text-align: center;
}

.sec_activity .activity_list .activity_list_image .badge {
  width: 25%;
  position: absolute;
  right: 0;
  top: -10px;
}

.sec_activity .activity_list .activity_list_text {
  position: relative;
  width: 86%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
}

.sec_activity .activity_list .activity_list_text .kome {
  font-size: 0.5em;
  vertical-align: super;
}

/* 料金プラン */

.sec_price .price_table {
  margin-top: 50px;
  margin-bottom: 25px;
}

.sec_price .price_table .title,
.sec_price .c_req .title{
  font-size: 18px;
  font-size: calc( 18px + ((1vw - 3.2px) * 0.46512 ));
  font-weight: 500;
}

.sec_price .price_table thead th {
  padding: 15px 8px;
}

.sec_price .price_table thead th:nth-child(1) {
  width: 25%;
}

.sec_price .price_table thead th:nth-child(2), .sec_price .price_table thead th:nth-child(3) {
  width: 37.5%;
}

.sec_price .price_table tbody th, .sec_price .price_table tbody td {
  font-weight: normal;
  padding: 17px 8px;
}

.sec_price .price_table tbody th {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
}

.sec_price .price_table tbody td.text1 {
  font-size: 15px;
  font-size: calc( 15px + ((1vw - 3.2px) * 3.48837 ));
}

.sec_price .price_table tbody td.text2 {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 2.7907 ));
}
.sec_price .price_table tbody td .ltsp01{
  letter-spacing: -0.1em;
}
.sec_price .price_table tbody td .tax {
  font-size: 0.6em;
}

.sec_price .price_table tbody td .service {
  font-size: 0.7692em;
}

.sec_price .price_table tbody .price {
  background-color: #e3d6bf;
  border-top: 4px solid #fff;
  padding: 26px 4px;
  border-right: 2px solid #fff; 
}

.sec_price .price_table tbody .price.title {
  font-size: 15px;
}

.sec_price .price_table tbody .price.value {
  font-size: 14px;
  font-size: calc( 14px + ((1vw - 3.2px) * 4.18605 ));
  font-weight: 500;
}

.sec_price .price_table tbody .price.value .yen,
.sec_price .c_req .yen {
  font-size: 0.75em;
}

.sec_price .price_table tbody .price.value .tax,
.sec_price .c_req .tax{
  font-size: 0.5em;
}

.sec_price .c_req{
  text-align: center;
  border: 2px solid #e3d6bf;
  padding: 12px 8px;
  margin-bottom: 50px;
}
.sec_price .c_req .title{
  margin: 0 0 7px 0;
  display: inline-block;
  
}

/* 活動の流れ */
.sec_flow .sec_title .sub {
  left: -12px;
}

.sec_flow .sec_title .main {
  letter-spacing: 2px;
}

.sec_flow .flow_list {
  margin-top: 50px;
  margin-bottom: 28px;
}

.sec_flow .flow_list .flow_item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 24px;
}

.sec_flow .flow_list .flow_item:before, .sec_flow .flow_list .flow_item:after {
  content: "";
  position: absolute;
  top: 6px;
}

.sec_flow .flow_list .flow_item:before {
  left: -8px;
  width: 20px;
  height: 20px;
  background-color: #a3762b;
  border-radius: 50vw;
}

.sec_flow .flow_list .flow_item:after {
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #a3762b;
}

.sec_flow .flow_list .flow_item:last-child:after {
  content: none;
}

.sec_flow .flow_list .flow_title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 19px;
}

.sec_flow .flow_list .flow_title .real {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #e1200f;
  width: 100px;
  padding: 6px;
  margin-right: 1rem;
}

.sec_flow .flow_list .flow_lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #a3762b;
  margin-bottom: 11px;
}

.sec_flow .flow_list .flow_text {
  line-height: 1.6;
}

.sec_flow .flow_list .flow_text + .flow_lead {
  margin-top: 30px;
}

.sec_flow .flow_list .flow_text + .flow_text {
  margin-top: 15px;
}

.sec_flow .flow_list .flow_frame {
  background-color: #f2f1ec;
  padding: 15px;
  margin-top: 17px;
}

/* 実績・データ */
.sec_data .sec_title .sub {
  left: -29px;
}

.sec_data .sec_title .main {
  letter-spacing: 2px;
}

.sec_data .data_list_wrapper {
  margin-top: 50px;
  margin-bottom: 40px;
}

.sec_data .data_list .flex_item {
  background-color: #f6f1e9;
  margin-bottom: 12px;
}

.sec_data .data_list .flex_item.item1 .img {
  height: 64px;
}

.sec_data .data_list .flex_item.item2 .img {
  height: 64px;
  margin-top: 10px;
}

.sec_data .data_list .flex_item.item3 .img {
  margin-top: 10px;
}

.sec_data .data_list .flex_item.item4 .data_title, .sec_data .data_list .flex_item.item5 .data_title, .sec_data .data_list .flex_item.item6 .data_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.7em;
  margin-bottom: 10px;
}

.sec_data .data_list .flex_item.item4 .data_title .kome, .sec_data .data_list .flex_item.item5 .data_title .kome, .sec_data .data_list .flex_item.item6 .data_title .kome {
  position: relative;
  top: -7px;
  right: -3px;
  font-size: 0.4444em;
  color: #000;
}

.sec_data .data_list.col2 .flex_item {
  padding: 25px 32px 16px;
}

.sec_data .data_list.col2 .data_title {
  line-height: 1.4;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}

.sec_data .data_list.col3 .flex_item {
  padding: 24px 25px 16px;
}

.sec_data .data_list.col3 .data_title {
  line-height: 1.4;
  margin-bottom: 0;
}

.sec_data .data_title {
  color: #a3762b;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.sec_data .data_text {
  line-height: 1.65;
  max-width: 350px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.sec_data .data_text2 {
  line-height: 1.65;
  font-feature-settings: "palt" 1;
  max-width: 400px;
  text-align: center;
  margin-top: 15px;
  align-items: flex-start;
}

.sec_data .data_text em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #a3762b;
  margin-top: 12px;
  margin-bottom: 4px;
}

.sec_data .data_text .caution,.sec_data .data_text2 .caution {
  font-size: 12px;
}

.sec_data .data_number {
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.sec_data .data_number .main {
  font-weight: bold;
  color: #e1200f;
}

.sec_data .data_number .small {
  font-size: 0.533em;
  font-weight: normal;
  color: #e1200f;
}

.sec_data .data_number .kome {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0.26em;
}

/* 5つの約束 */
.sec_promise {
  /* スライダー(slick)設定 */
}

.sec_promise .sec_title .sub {
  left: -12px;
  margin-bottom: 6px;
}

.sec_promise .sec_title .main {
  letter-spacing: 2px;
}

.sec_promise .slider {
  background-image: url(../images/promise_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 46%;
  margin-bottom: 30px;
}

.sec_promise .slider_item_wrapper {
  display: none;
  text-align: right;
}

.sec_promise .slider_item {
  text-align: left;
  border: 10px solid #f6f1e9;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 15px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.sec_promise .promise_title {
  font-size: 18px;
  font-weight: bold;
  color: #a3762b;
  margin-bottom: 12px;
}

.sec_promise .promise_text {
  line-height: 1.6;
}

.sec_promise .slick, .sec_promise .slick-prev, .sec_promise .slick-next {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: auto;
}

.sec_promise .slick:hover, .sec_promise .slick-prev:hover, .sec_promise .slick-next:hover {
  opacity: 0.6;
}

.sec_promise .slick:before, .sec_promise .slick-prev:before, .sec_promise .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 17px;
  height: 53px;
}

.sec_promise .slick-prev {
  left: -6px;
}

.sec_promise .slick-prev:before {
  background-image: url(../images/icon_slide_l.png);
}

.sec_promise .slick-next {
  right: -6px;
}

.sec_promise .slick-next:before {
  background-image: url(../images/icon_slide_r.png);
}

/* FAQ */
.sec_faq .sec_title .sub {
  letter-spacing: 0;
  left: -12px;
}

.sec_faq .sec_title .main {
  letter-spacing: 1.5px;
}

.sec_faq .faq_list {
  margin-top: 47px;
  margin-bottom: 0;
}

.sec_faq .faq_list + .faq_list {
  margin-top: 23px;
}

.sec_faq .faq_list .faq:before, .sec_faq .faq_list .faq-q:before, .sec_faq .faq_list .faq-a:before {
  font-size: 14px;
  font-weight: bold;
  color: #a3762b;
  display: inline-block;
  margin-right: 0.25em;
}

.sec_faq .faq_list .faq-q {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #e3d6bf;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.sec_faq .faq_list .faq-q:after {
  cursor: pointer;
  position: absolute;
  right: -3px;
  bottom: -4px;
  content: "+";
  display: inline-block;
  font-size: 29px;
  font-weight: bold;
  color: #a3762b;
}

.sec_faq .faq_list .faq-q.close:after {
  content: "－";
  right: 2px;
}

.sec_faq .faq_list .faq-a {
  display: none;
  margin-left: 0;
}

.sec_faq .faq_list .faq-a .faq-a-caution {
  font-size: 12px;
}

.sec_faq .faq_list:nth-child(1) .faq-q:before {
  content: "Q1.";
}

.sec_faq .faq_list:nth-child(1) .faq-a:before {
  content: "A1.";
}

.sec_faq .faq_list:nth-child(2) .faq-q:before {
  content: "Q2.";
}

.sec_faq .faq_list:nth-child(2) .faq-a:before {
  content: "A2.";
}

.sec_faq .faq_list:nth-child(3) .faq-q:before {
  content: "Q3.";
}

.sec_faq .faq_list:nth-child(3) .faq-a:before {
  content: "A3.";
}

.sec_faq .faq_list:nth-child(4) .faq-q:before {
  content: "Q4.";
}

.sec_faq .faq_list:nth-child(4) .faq-a:before {
  content: "A4.";
}

.sec_faq .faq_list:nth-child(5) .faq-q:before {
  content: "Q5.";
}

.sec_faq .faq_list:nth-child(5) .faq-a:before {
  content: "A5.";
}

.sec_faq .faq_list:nth-child(6) .faq-q:before {
  content: "Q6.";
}

.sec_faq .faq_list:nth-child(6) .faq-a:before {
  content: "A6.";
}

.sec_faq .faq_list:nth-child(7) .faq-q:before {
  content: "Q7.";
}

.sec_faq .faq_list:nth-child(7) .faq-a:before {
  content: "A7.";
}

.sec_faq .faq_list:nth-child(8) .faq-q:before {
  content: "Q8.";
}

.sec_faq .faq_list:nth-child(8) .faq-a:before {
  content: "A8.";
}

.sec_faq .faq_list:nth-child(9) .faq-q:before {
  content: "Q9.";
}

.sec_faq .faq_list:nth-child(9) .faq-a:before {
  content: "A9.";
}

.sec_faq .faq_list:nth-child(10) .faq-q:before {
  content: "Q10.";
}

.sec_faq .faq_list:nth-child(10) .faq-a:before {
  content: "A10.";
}

/* footer cta */
.footer_cta {
  border: 10px solid #f6f1e9;
  padding: 24px 4%;
  margin-top: 50px;
}

.footer_cta h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 27px;
}

.footer_cta .cta-tel, .footer_cta .cta-doc, .footer_cta .cta-online {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_cta .cta-tel {
  width: 25%;
}

.footer_cta .cta-doc {
  flex-direction: column;
  font-size: 14px;
  width: 45%;
}

.footer_cta .cta-doc span {
  font-size: 20px;
}

.footer_cta .cta-online {
  width: 45%;
}

@media print, screen and (min-width: 751px) {
  html, body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt70 {
    padding-top: 70px;
  }
  .pt90 {
    padding-top: 90px;
  }
  .pt110 {
    padding-top: 110px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb150 {
    padding-bottom: 150px;
  }
  .pb160 {
    padding-bottom: 160px;
  }
  .m0 {
    margin: 0px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt120 {
    margin-top: 120px;
  }
  .sp {
    display: none !important;
  }
  .content_inner {
    padding: 0 15px;
  }
  .sec {
    margin-top: 118px;
  }
  .sec_title {
    width: 520px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_title .sub {
    font-size: 45px;
    margin-left: -1px;
    height: auto;
  }
  .sec_title .sub:before, .sec_title .sub:after {
    bottom: 0.65em;
    bottom: 26px;
  }
  .sec_title .sub:after {
    width: 15vw;
  }
  .sec_title .sub img {
    height: auto;
    max-width: 100%;
  }
  .sec_title .main {
    font-size: 27px;
    padding: 0;
  }
  .flex_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flex_pc2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_pc.col-1 .flex_item {
    width: 99%;
  }
  .flex_pc.col-2 .flex_item {
    width: 49%;
  }
  .flex_pc.col-3 .flex_item {
    width: 32.33333%;
  }
  .flex_pc.col-4 .flex_item {
    width: 24%;
  }
  .flex_pc.col-5 .flex_item {
    width: 19%;
  }
  .flex_pc.col-6 .flex_item {
    width: 15.66667%;
  }
  .flex_pc.col-7 .flex_item {
    width: 13.28571%;
  }
  .flex_pc.col-8 .flex_item {
    width: 11.5%;
  }
  .flex_pc.col-9 .flex_item {
    width: 10.11111%;
  }
  .flex_pc.col-10 .flex_item {
    width: 9%;
  }
  .btn {
    font-size: 20px;
    width: 400px;
    height: 60px;
    padding: 0;
  }
  .arrow-link:after {
    right: 19px;
  }
  .header {
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .header_logo {
    width: 27%;
    max-width: 369px;
    margin-right: 0;
  }
  .header .header_cta .arrow-link:after {
    right: 9px;
  }
  .menu {
    width: auto;
    margin: 14px 1.5% 0 2%;
  }
  .menu .menu_border {
    width: 30px;
    height: 30px;
  }
  .menu .menu_border span,
  .menu .menu_border span:before,
  .menu .menu_border span:after {
    height: 1px;
  }
  .menu .menu_border span:first-child {
    top: 0px;
  }
  .menu .menu_border span:nth-child(2) {
    top: 12px;
  }
  .menu .menu_border span:nth-child(3) {
    top: 24px;
  }
  .menu #menu_icon:checked + label span:first-child {
    top: 6px;
    left: 3px;
    width: 50%;
    transform: rotate(45deg);
  }
  .menu #menu_icon:checked + label span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .menu #menu_icon:checked + label span:nth-child(3) {
    top: 17px;
    right: 2px;
    width: 50%;
    transform: rotate(45deg);
  }
  .menu_nav_wrapper {
    padding: 80px 15px 15px;
  }
  .mv {
    padding: 0 15px;
    margin-top: 40px;
  }
  .mv .mv_inner {
    background-image: url(../images/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3.5vw 0 9vw 0;
  }
  .mv .mv_text2 {
    margin-top: 10%;
    margin-bottom: 3.3%;
  }
  .mv .btn {
    margin-left: 6.5%;
  }
  .mv .scroll .scroll_text {
    right: -30px;
  }
  .mv .scroll .scroll_text:after {
    width: 200px;
  }
  .mainarea {
    position: relative;
    margin-top: -11.33vw;
  }
  .sec_features .sec_title {
    width: 540px;
  }
  .sec_features .sec_title .sub {
    max-width: 190px;
  }
  .sec_features .sec_title .sub:before, .sec_features .sec_title .sub:after {
    bottom: 12px;
  }
  .sec_features .features_wrapper {
    padding-bottom: 220px;
  }
  .sec_features .features_cont {
    padding-top: 45%;
    width: 50%;
  }
  .sec_features .features_cont.service:before {
    width: 70px;
    height: 70px;
    top: 50%;
    left: -8%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sec_features .features_title {
    font-size: 30px;
  }
  .sec_features .features_list {
    top: 66%;
  }
  .sec_features .features_list .features_item {
    font-size: 17px;
    font-size: calc( 17px + ((1vw - 7.5px) * 3.64964 ));
    letter-spacing: -1px;
    text-indent: -1em;
    line-height: 1.25;
    margin-bottom: 1em;
  }
  .sec_features .features_list .features_item:last-child {
    margin-bottom: 0;
  }
  .sec_features .features_image {
    position: absolute;
    left: 50%;
    bottom: -9.5vw;
    width: 580px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sec_point .sec_title {
    width: 547px;
    max-width: 100%;
  }
  .sec_point .sec_title .sub {
    max-width: 140px;
  }
  .sec_point .sec_title .sub:before, .sec_point .sec_title .sub:after {
    bottom: 5px;
  }
  .sec_point .table_point thead th:nth-child(1), .sec_point .table_point thead th:nth-child(2), .sec_point .table_point thead th:nth-child(3),
  .sec_point .table_point thead th:nth-child(4){
    width: 17%;
    font-size: 15px;
  }
  .sec_point .table_point thead th:nth-child(5) {
    width: 32%;
    font-size: 18px;
  }
  .sec_point .table_point tbody tr:nth-child(3), .sec_point .table_point tbody tr:nth-child(7) {
    background: none;
  }
  .sec_point .table_point tbody th {
    font-size: 15px;
  }
  .sec_point .table_point tbody td {
    font-size: 20px;
    border-left: none;
  }
  .sec_point .table_point tbody .our .service {
    width: 20%;
  }
  .sec_activity .sec_title .sub {
    max-width: 173px;
  }
  .sec_activity .sec_title .sub:before, .sec_activity .sec_title .sub:after {
    bottom: 7px;
  }
  .sec_activity .activity_title.activity span {
    width: 148px;
  }
  .sec_activity .activity_title.solution span {
    width: 157px;
    margin-bottom: 3px;
  }
  .sec_activity .activity_solution {
    padding-top: 30px;
  }
  .sec_activity .activity_list .activity_list_item {
    max-width: 300px;
  }
  .sec_activity .activity_list.justify-center .activity_list_item + .activity_list_item {
    margin-left: 30px;
  }
  .sec_activity .activity_list .activity_list_title {
    font-size: 18px;
  }
  .sec_activity .activity_link .activity_link-item {
    width: 47%;
    font-size: 16px;
  }
  .arrow-down:after {
    right: 19px;
    width: 25px;
    height: 13px;
  }
  .sec_price .sec_title .sub {
    bottom: 4px;
    max-width: 120px;
    margin-left: -14px;
  }
  .sec_price .sec_title .sub:before, .sec_price .sec_title .sub:after {
    bottom: 7px;
  }
  .sec_price .price_table .title ,
  .sec_price .c_req .title {
    font-size: 20px;
  }
  .sec_price .price_table thead th {
    padding: 15px;
  }
  .sec_price .price_table tbody td.text1 {
    font-size: 20px;
  }
  .sec_price .price_table tbody td.text2 {
    font-size: 18px;
  }
  .sec_price .price_table tbody td .service {
    font-size: 18px;
  }
  .sec_price .price_table tbody .price {
    padding: 26px 8px;
  }
  .sec_price .price_table tbody .price.value {
    font-size: 24px;
  }
  .sec_price .c_req{
    font-size: 18px;
    text-align: left;
    padding: 20px 10%;
  }
  .sec_price .c_req .title_sub{
    font-size: 15px;
  }
  .sec_price .c_req .mark_b.title{
    margin: 0 20px 0 0 ;
  }
  .sec_flow .sec_title .sub {
    max-width: 140px;
  }
  .sec_flow .sec_title .sub:before, .sec_flow .sec_title .sub:after {
    bottom: 18px;
  }
  .sec_flow .flow_list .flow_item {
    padding-left: 40px;
  }
  .sec_flow .flow_list .flow_item:before {
    left: 0;
  }
  .sec_flow .flow_list .flow_item:after {
    left: 8px;
  }
  .sec_flow .flow_list .flow_title .real {
    margin-right: 20px;
  }
  .sec_flow .flow_list .flow_image {
    width: 34%;
    max-width: 315px;
    margin-right: 50px;
  }
  .sec_flow .flow_list .flow_cont {
    width: 61%;
    max-width: 520px;
  }
  .sec_data .sec_title .sub {
    max-width: 140px;
    margin-bottom: 11px;
  }
  .sec_data .sec_title .sub:before, .sec_data .sec_title .sub:after {
    bottom: 5px;
  }
  .sec_data .data_list.col2 .flex_item {
    width: 49.5%;
    max-width: 475px;
  }

  .sec_data .data_list.col3 .flex_item {
    width: 32.5%;
    max-width: 314px;
  }
  .sec_promise .sec_title .sub {
    max-width: 172px;
  }
  .sec_promise .sec_title .sub:before, .sec_promise .sec_title .sub:after {
    bottom: 7px;
  }
  .sec_promise .slider {
    background-position: top left;
    background-size: 65% auto;
    padding-top: 130px;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }
  .sec_promise .slider_item {
    width: 82%;
    padding: 25px 38px 28px;
    max-width: 720px;
    margin-right: 0;
  }
  .sec_promise .slick, .sec_promise .slick-prev, .sec_promise .slick-next {
    top: 58%;
  }
  .sec_promise .slick-prev {
    left: -40px;
  }
  .sec_promise .slick-next {
    right: -40px;
  }
  .sec_faq .sec_title .sub {
    max-width: 146px;
  }
  .sec_faq .sec_title .sub:before, .sec_faq .sec_title .sub:after {
    bottom: 13px;
  }
  .footer_cta {
    padding: 24px 30px;
  }
  .footer_cta .cta, .footer_cta .cta .cta-tel, .cta .footer_cta .cta-tel, .footer_cta .cta .cta-doc, .cta .footer_cta .cta-doc, .footer_cta .cta .cta-online, .cta .footer_cta .cta-online {
    height: 70px;
    max-width: 80%;
    margin: 0 auto;
  }
  .footer_cta .cta-online {
    font-size: 22px;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .flex_sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header_logo img {
    width: 100%;
  }
  .header .header_cta {
    display: none;
  }
  .menu .menu_border {
    margin-top: 1vw;
  }
  .menu #menu_icon:checked + label {
    height: 10vw;
  }
  .menu #menu_icon:checked + label span:nth-child(2) {
    top: 4.5vw;
    left: 0;
    transform: rotate(-30deg);
  }
  .mv .mv_text1 {
    position: relative;
    z-index: 1;
  }
  .mv .mv_text2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 6%;
  }
  .mv .scroll .scroll_text {
    right: -4%;
    bottom: 20vw;
  }
  .mv .scroll .scroll_text:after {
    width: 25vw;
    top: 0.75em;
    right: 3em;
  }
  .sec_features .features_cont.service {
    margin-top: 20px;
  }
  .sec_features .features_cont.service:before {
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sec_features .features_image {
    margin-top: 20px;
  }
  .sec_point {
    margin-top: 0;
  }
  .sec_point .table_point thead th {
    font-size: 12px;
    font-size: calc( 12px + ((1vw - 3.2px) * 2.7907 ));
  }
  .sec_price .price_table .title_sub ,
  .sec_price .c_req .title_sub {
    font-size: 14px;
  }
  .sec_flow .flow_list .flow_title {
    text-align: center;
  }
  .sec_flow .flow_list .flow_title .real {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec_flow .flow_list .flow_lead {
    text-align: center;
    margin-top: 1.25rem;
  }
  .sec_promise .promise_title {
    text-align: center;
  }
  .sec_faq .faq_list .faq-a {
    line-height: 1.75;
  }
  .cont-cta .btn{
    margin-left: 0;
    margin-right: 0;
    padding: 3% 8px 3% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc( 13px + ((1vw - 3.2px) * 3.25581 ));
  }
  .cont-cta .arrow-link:after{
    right: 1.0vw;
    width: 18px;
    height: 5px;
    background-size: 100% 5px;
  }
  .cont-cta .btn span{
    padding: 0 .5em ;
    display: block;
    margin-right: 0;
  }
  .cont-cta .btn:first-of-type{
    margin-right: 1px;
  }
  .footer_cta h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
  .footer_cta .cta, .footer_cta .cta .cta-tel, .cta .footer_cta .cta-tel, .footer_cta .cta .cta-doc, .cta .footer_cta .cta-doc, .footer_cta .cta .cta-online, .cta .footer_cta .cta-online {
    flex-wrap: wrap;
  }
  .footer_cta .cta-tel {
    font-size: 15px;
    font-size: calc( 15px + ((1vw - 3.2px) * 3.48837 ));
    width: 48%;
  }
  .footer_cta .cta-tel span {
    width: 100%;
  }
  .footer_cta .cta-doc {
    width: 100%;
  }
  .footer_cta .cta-online {
    font-size: 16px;
    font-size: calc( 16px + ((1vw - 3.2px) * 1.39535 ));
    width: 100%;
    height: 70px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 321px) {
  .sp320 {
    display: none !important;
  }
}

@media (min-width: 751px) and (max-width: 883px) {
  .cta .cta-tel {
    font-size: 14px;
    font-size: calc( 14px + ((1vw - 7.5px) * 3.7594 ));
  }
}

@media print, screen and (min-width: 1030px) {
  .footer {
    margin-top: 120px;
  }
  .footer .copy_wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 425px) {
  .sec_features .features_cont {
    padding-top: 85%;
  }
}

@media print, screen and (min-width: 887px) {
  .sec_features .features_list .features_item {
    font-size: 22px;
  }
}

@media print, screen and (min-width: 960px) {
  .sec_features .features_image {
    bottom: -60px;
  }
}

@media screen and (max-width: 450px) {
  .sec_flow .flow_list .flow_title.left {
    padding-left: 100px;
  }
}

@media print, screen and (min-width: 1052px) {
  .sec_promise .slider {
    margin-left: auto;
    margin-right: 80px;
  }
}

@media screen and (max-width: 1110px) {
  .sec_promise .slick-dotted.slick-slider {
    width: calc(100% - 40px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 320px) {
  .footer_cta .cta-tel {
    width: 100%;
  }
  .footer_cta .cta-doc {
    width: 100%;
    margin-top: 20px;
  }
}
