@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;700&display=swap");
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #3a3939;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  min-width: 123rem;
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: inherit;
  }
  body.is_fixed {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  line-break: normal;
  word-wrap: break-word;
}

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

p,
li,
dt,
dd,
th,
td,
form {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.1vw;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
input,
button,
select,
textarea {

  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {

}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text] {
  line-height: normal;
}

.content_inner {
  width: 120rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .content_inner {
    width: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.ttl {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
.ttl.txtsize_small {
  font-size: 2.8rem;
}

.heading_txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.ttl + .heading_txt {
  margin-top: 2.4rem;
}

.bgcolor_gray {
  background-color: #f6f5f4;
}

.bgcolor_main {
  background-color: #e17900;
}

b {
  font-weight: bold;
}

.txtcolor_main {
  color: #e17900;
}

.txtcolor_white {
  color: #fff;
}

.txtcolor_blue {
  color: #4373a3;
}

.num {
  display: inline-block;
}
.num img {
  height: 100%;
  width: auto;
}

.line {
  background: linear-gradient(180deg, rgba(225, 121, 0, 0) 0%, rgba(225, 121, 0, 0) 92%, rgb(225, 121, 0) 92%, rgb(225, 121, 0) 100%);
}

.pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.link {
  margin-bottom: 0.7rem;
  background-color: #61d14a;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: grid;
  place-content: center;
  box-shadow: 0px 0.7rem 0px 0px rgb(47, 142, 33);
  transition: 0.3s;
  overflow: hidden;
  top: 0;
}
.link1 {
  margin-bottom: 0.7rem;
  background-color: #e17900;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: grid;
  place-content: center;
box-shadow: 0px 0.7rem 0px 0px rgb(160 110 36);
  transition: 0.3s;
  overflow: hidden;
  top: 0;
}
.link2 {
  margin-bottom: 0.7rem;
  background-color: #4373a3;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: grid;
  place-content: center;
    box-shadow: 0px 0.7rem 0px 0px rgb(83 155 188);
	    box-shadow: 0px 0.7rem 0px 0px rgb(29 92 120);
  transition: 0.3s;
  overflow: hidden;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .link {
    font-size: 1.47rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0.3rem 0px 0px rgb(47, 142, 33);
  }
  .link1 {
    font-size: 1.47rem;
    border-radius: 0.5rem;
box-shadow: 0px 0.7rem 0px 0px rgb(169 115 36);
  }	
  .link2 {
    font-size: 1.47rem;
    border-radius: 0.5rem;
        box-shadow: 0px 0.3rem 0px 0px rgb(61 92 116);
  }		
}
@media (any-hover) {
  .link:hover {
    top: 0.7rem;
    box-shadow: 0px 0 0px 0px rgb(47, 142, 33);
  }
  .link1:hover {
    top: 0.7rem;
    box-shadow: 0px 0 0px 0px rgb(47, 142, 33);
  }	
  .link2:hover {
    top: 0.7rem;
    box-shadow: 0px 0 0px 0px rgb(47, 142, 33);
  }		
}
.link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/icn_arw.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
.link1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/icn_arw.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
.link2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../img/icn_arw.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .link::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .link1::after {
    width: 1.6rem;
    height: 1.6rem;
  }	
  .link2::after {
    width: 1.6rem;
    height: 1.6rem;
  }		
}

.inquiry_link {
  height: 7.7rem;
  padding-left_bk: 21.5rem;
  text-align: left;
  place-content_bk: center left;
}
@media screen and (max-width: 767.98px) {
  .inquiry_link {
    height: 5.8rem;
    padding-left:rem;
  }
}
.inquiry_link .txt {
  width: 17.4rem;
  padding: 0 3.6rem 0 2rem;
  position: absolute;
  height: 100%;
  background-color: #d0ffc5;
  display: grid;
  place-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 3.5rem) 100%, 0% 100%);
}
@media screen and (max-width: 767.98px) {
  .inquiry_link .txt {
    width: 13.2rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, calc(100% - 2.5rem) 100%, 0% 100%);
  }
}
.inquiry_link .txt img {
  width: 9.2rem;
}
@media screen and (max-width: 767.98px) {
  .inquiry_link .txt img {
    width: 7.6rem;
  }
}

.btn {
  min-height: 7.7rem;
}
.btn.disable {
  background-color: #ccc;
  box-shadow: 0px 0.7rem 0px 0px rgb(119, 119, 119);
}
@media screen and (max-width: 767.98px) {
  .btn.disable {
    box-shadow: 0px 0.3rem 0px 0px rgb(119, 119, 119);
  }
}

@media screen and (min-width: 768px) {
  .to_right {
    transform: translateX(-400px);
    opacity: 0;
  }
  .to_right.is_animation {
    -webkit-animation-name: to_right;
            animation-name: to_right;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .delay2 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .delay3 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767.98px) {
  .to_up {
    transform: translateY(200px);
    opacity: 0;
  }
  .to_up.is_animation {
    -webkit-animation-name: to_up;
            animation-name: to_up;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .sp_delay2 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .sp_delay3 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .sp_delay4 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .sp_delay5 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
}
@-webkit-keyframes to_right {
  0% {
    transform: translateX(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes to_right {
  0% {
    transform: translateX(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes to_up {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes to_up {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	nav
* --------------------------------------------------------------------------------------------------*/
.nav_wrapper {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.nav_wrapper.is_header_open {
  pointer-events: auto;
  opacity: 1;
}

.ham_wrapper {
  top: 0;
  right: 0;
  position: fixed;
  width: 9rem;
  height: 9rem;
  z-index: 100;
  text-align: center;
  background-color: #3a3939;
  padding: 2rem 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .ham_wrapper {
    padding: 1rem 0 0.5rem;
    width: 5.7rem;
    height: 5.7rem;
  }
}
.ham_wrapper.is_ham_open .ham_btn .ham_line:first-of-type {
  transform: rotate(45deg);
  top: calc(50% - 0.25rem);
}
.ham_wrapper.is_ham_open .ham_btn .ham_line:nth-of-type(2) {
  opacity: 0;
}
.ham_wrapper.is_ham_open .ham_btn .ham_line:last-of-type {
  transform: rotate(-45deg);
  top: calc(50% - 0.25rem);
}

.ham_btn {
  width: 5.3rem;
  height: 3.5rem;
  margin: 0 auto;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  border: none;
}
@media (any-hover) {
  .ham_btn {
    transition: 0.3s;
  }
  .ham_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .ham_btn {
    width: 3rem;
    height: 2.5rem;
  }
}

.ham_txt {
  font-size: 1.4rem;
  color: #fff;
  width: 4.3rem;
  display: block;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .ham_txt {
    margin-top: -0.3rem;
    width: 3rem;
  }
}

.ham_line {
  width: 4.4rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .ham_line {
    height: 0.3rem;
    width: 2.7rem;
  }
}
.ham_line:first-of-type {
  top: 0%;
}
.ham_line:nth-of-type(2) {
  top: calc(50% - 0.25rem);
}
.ham_line:last-of-type {
  top: calc(100% - 0.5rem);
}

.nav_content {
  margin-left: auto;
  background-color: #3a3939;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 58.1rem;
  overflow: auto;
  height: 100svh;
  height: 100vh;
  padding: 8.6rem 7rem;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.98px) {
  .nav_content {
    width: 100%;
    padding: 2rem 4rem 12rem;
  }
}
.nav_content .link_wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .nav_content .link_wrapper {
    margin-top: 2rem;
  }
}
.nav_content .link {
  height: 6.6rem;
}
.nav_content .tel_wrapper {
  text-align: center;
  margin-top: 3rem;
}
.nav_content .tel_wrapper a {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
}
.nav_content .tel_wrapper a img {
  width: 100%;
}
.nav_content .tel_wrapper p {
  margin-top: 1rem;
  font-size: 1.38rem;
  color: #fff;
}

.header_nav_link {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 0;
}
@media (any-hover) {
  .header_nav_link {
    transition: 0.3s;
  }
  .header_nav_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .header_nav_link {
    padding: 1rem 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	.cta
* --------------------------------------------------------------------------------------------------*/
.cta {
  width: 100%;
  background-color: #3a3939;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .cta {
    display: block;
	  display: none;
  }
}
.cta.is_hide {
  opacity: 0;
  pointer-events: none;
}

.cta_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt_cta {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .txt_cta {
    font-size: 1.15rem;
  }
}
.txt_cta span {
  font-size: 2.3rem;
  color: #f8ed6f;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .txt_cta span {
    font-size: 1.45rem;
  }
}
.txt_cta span::before, .txt_cta span::after {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  background-color: #f8ed6f;
  width: 3px;
}
.txt_cta span::before {
  left: -1rem;
  transform: rotate(-30deg);
}
.txt_cta span::after {
  right: -1rem;
  transform: rotate(30deg);
}

.cta_btn_wrapper {
  display: none;
  justify-content: space-between;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .cta_btn_wrapper {
    display: flex;
  }
}

.cta_link {
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.39rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 49%;
  text-decoration: none;
  border-radius: 0.5rem;
}
.cta_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/icn_arw.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}

.btn_inq {
  background-color: #61d14a;
  padding-left: 1rem;
  padding-right: 2rem;
}
.btn_inq p {
  text-align: center;
  line-height: 1.2;
}
.btn_inq span {
  display: inline-block;
}

.btn_tel {
  background-color: #e17900;
  align-items: center;
}

.cta_tel_btn_wrapper {
  display: flex;
  align-items: center;
}
.cta_tel_btn_wrapper .tel_num {
  width: 27.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .cta_tel_btn_wrapper {
    display: none;
  }
}
.cta_tel_btn_wrapper .tel {
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  border-left: 2px solid #fff;
  margin-left: 2rem;
}
.cta_tel_btn_wrapper .tel p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 0.5rem;
}
.cta_tel_btn_wrapper .btn_inquiry_wrapper {
  margin-top: 0;
  margin-left: 4.3rem;
}
.cta_tel_btn_wrapper .btn_inquiry_wrapper .inquiry_link {
  padding-left: 0rem;
  font-size: 1.98rem;
  width: 35rem;
  height: 5.8rem;
}
.cta_tel_btn_wrapper .btn_inquiry_wrapper .inquiry_link .txt {
  width: 12.9rem;
}
.cta_tel_btn_wrapper .btn_inquiry_wrapper .inquiry_link::after {
  top: 51%;
  width: 1.6rem;
  height: 1.6rem;
}

/* ----------------------------------------------------------------------------------------------------
*	キャンペーン
* --------------------------------------------------------------------------------------------------*/
.campaign_balloon {
  padding: 5rem 0;
}
@media screen and (max-width: 767.98px) {
  .campaign_balloon {
    padding-bottom: 2rem;
  }
}

.campaign_balloon_txt {
  text-align: center;
  font-size: 3.39rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .campaign_balloon_txt {
    font-size: 2rem;
  }
}
.campaign_balloon_txt .txt {
  position: relative;
  display: inline-block;
}
.campaign_balloon_txt .txt::after, .campaign_balloon_txt .txt::before {
  content: "";
  width: 3px;
  height: 80%;
  position: absolute;
  background-color: #3a3939;
  bottom: 0;
}
.campaign_balloon_txt .txt::after {
  right: -4rem;
  transform: rotate(30deg);
}
@media screen and (max-width: 767.98px) {
  .campaign_balloon_txt .txt::after {
    right: -2rem;
  }
}
.campaign_balloon_txt .txt::before {
  left: -4.5rem;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767.98px) {
  .campaign_balloon_txt .txt::before {
    left: -2rem;
  }
}

.campaign_content {
  padding: 2.5rem 0;
  background-color: #e4e1dd;
}

.campaign_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .campaign_inner {
    display: block;
  }
}

.trial {
  width: 53.5rem;
  border: 1px solid #e17900;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .trial {
    width: auto;
  }
}

.trial_ttl_wrapper {
  display: flex;
  background-color: #e17900;
  padding: 0.5rem 3rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .trial_ttl_wrapper {
    padding: 0.5rem;
  }
}

.trial_company {
  width: 16.6rem;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .trial_company {
    width: 13rem;
  }
}

.trial_ttl {
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .trial_ttl {
    font-size: 2, 2rem;
  }
}

.trial_body {
  padding: 2.3rem 1rem;
  text-align: center;
}
.trial_body .txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.trial_body .txtsize_samll {
  font-weight: normal;
  font-size: 1.4rem;
}

.traial_call {
  margin: 0 auto;
  width: 36.7rem;
}

.campaign_inquiry {
  width: 62rem;
}
@media screen and (max-width: 767.98px) {
  .campaign_inquiry {
    width: auto;
    margin-top: 2rem;
  }
}
.campaign_inquiry .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.btn_inquiry_wrapper {
  margin-top: 2.6rem;
}

.tel_inquiry_wrapper {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .tel_inquiry_wrapper {
    display: block;
  }
}
.tel_inquiry_wrapper .tel_num {
  width: 38.9rem;
  flex-shrink: 0;
  padding-right: 1rem;
}
.tel_inquiry_wrapper .hour {
  padding-left: 1.6rem;
  font-size: 1.38rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .tel_inquiry_wrapper .hour {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.tel_inquiry_wrapper .hour::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #3a3939;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .tel_inquiry_wrapper .hour::before {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	mv
* --------------------------------------------------------------------------------------------------*/
.content_ttl {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .content_ttl {
    font-size: 1.1rem;
  }
}
.content_ttl .logo {
  display: inline-block;
  width: 8.5rem;
  flex-shrink: 0;
  margin-right: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .content_ttl .logo {
    width: 6.5rem;
  }
}
.content_ttl .txt {
  margin-top: 2.5rem;  margin-top: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .content_ttl .txt {
    margin-top: 1.8rem;
  }
}

.mv {
  padding-top: 1.7rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .mv {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 100vh;
  }
}
.mv::after {
  content: "";
  position: absolute;
  height: 16rem;
  content: "";
  background-color: #e17900;
  bottom: 0;bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767.98px) {
  .mv::after {
    height: 12.4rem;
    -webkit-clip-path: polygon(50% calc(100% - 4rem), 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% calc(100% - 4rem), 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.mv_inner {
  max-width: 120rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mv_content {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: 61.2rem auto;
  grid-template-rows: auto -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: auto min-content min-content 1fr;
  gap: 0px 40px;
  grid-template-areas: "ttl img" "catch img" "catch list" "btn list";
}
@media screen and (max-width: 767.98px) {
  .mv_content {
    display: block;
  }
}

.mv_ttl {
  padding-top: 9rem;
  grid-area: ttl;
}
@media screen and (max-width: 767.98px) {
  .mv_ttl {
    padding-top: 5rem;
  }
}

.mv_img_wrapper {
  grid-area: img;
  position: relative;
  width: 59.7rem;
	padding-top: 15px;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .mv_img_wrapper {
    margin-top: 0rem;
    width: auto;
  }
  .mv_img_wrapper .ill {
    margin-left: 0rem;
    margin-right: 3rem;
  }
}
.mv_img_wrapper .mark {
  position: absolute;
  width: 15.8rem;
  height: 15.8rem;
  right: -4rem;
  bottom: -2rem;
}
@media screen and (max-width: 767.98px) {
  .mv_img_wrapper .mark {
    width: 13rem;
    height: 13rem;
    right: 0;
    bottom: -1rem;
  }
}

.mv_catch {
  grid-area: catch;
  width: 55.6rem;
  margin: 3.3rem 0 0 3.3rem;
}
@media screen and (max-width: 767.98px) {
  .mv_catch {
    width: auto;
    margin: 4rem 1rem 0;
  }
}

.gecko .mv_btn_wrapper,
.mac.safari .mv_btn_wrapper {
  margin-top: -2rem;
}
.gecko .mv_point,
.mac.safari .mv_point {
  margin-top: 1rem;
}
.gecko .mv_img_wrapper .mark,
.mac.safari .mv_img_wrapper .mark {
  bottom: -3rem;
}

.mv_btn_wrapper {
  text-align: center;
  grid-area: btn;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .mv_btn_wrapper {
    margin-top: 2rem;
  }
}
.mv_btn_wrapper .btn_wrapper {
  margin-top: 0;
}
.mv_btn_wrapper .camp_txt {
  font-size: 2.8rem;
  font-weight: bold;
  color: #4373a3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .mv_btn_wrapper .camp_txt {
    font-size: 2.1rem;
  }
}
.mv_btn_wrapper .camp_txt span {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 240, 166, 0) 0%, rgba(255, 240, 166, 0) 86%, rgb(255, 240, 166) 87%, rgb(255, 240, 166) 100%);
}
.mv_btn_wrapper .camp_txt span::before, .mv_btn_wrapper .camp_txt span::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #4373a3;
  height: 90%;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .mv_btn_wrapper .camp_txt span::before, .mv_btn_wrapper .camp_txt span::after {
    width: 2px;
  }
}
.mv_btn_wrapper .camp_txt span::before {
  transform: rotate(-30deg);
  left: -3rem;
}
.mv_btn_wrapper .camp_txt span::after {
  transform: rotate(30deg);
  right: -3rem;
}

.mv_point {
  padding: 2.4rem 3.5rem 2rem;
  grid-area: list;
  width: 50rem;
}
@media screen and (max-width: 767.98px) {
  .mv_point {
    padding: 1.2rem 2.4rem 1rem;
    width: auto;
    margin-top: 1rem;
  }
}

.mv_point_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .mv_point_ttl {
    font-size: 1.92rem;
    letter-spacing: 0.1em;
  }
}
.mv_point_ttl .txtsize_small {
  font-size: 80%;
}

.mv_point_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.mv_point_item {
  display: flex;
  background-color: #e17900;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 49%;
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 1.8rem;
  margin-top: 0.8rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767.98px) {
  .mv_point_item {
    font-size: 1.39rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}
.mv_point_item .icn {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  top: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .mv_point_item .icn {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
  }
}
.mv_point_item .icn img {
  vertical-align: top;
}

/* ----------------------------------------------------------------------------------------------------
*	よくあるご相談内容
* --------------------------------------------------------------------------------------------------*/
.consultation {
  position: relative;
  padding: 10rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .consultation {
    padding-top: 5rem;
    margin-top: -2px;
  }
}

.consultation_content {
  position: relative;
  padding-bottom: 7.7rem;
}
@media screen and (max-width: 767.98px) {
  .consultation_content {
    padding-bottom: 3rem;
  }
}
.consultation_content::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 23.4rem;
  height: 5.1rem;
  background-color: #e17900;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateY(100%);
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .consultation_content::after {
    height: 4rem;
  }
}

.consultation_img {
  position: absolute;
  bottom: -4.4rem;
  width: 26.1rem;
  left: calc(50% + 36.5rem);
  z-index: 20;
}
@media screen and (max-width: 767.98px) {
  .consultation_img {
    right: 0;
    left: auto;
    width: 12rem;
  }
}

.consultation_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 106.6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .consultation_list {
    display: block;
    margin-top: 2rem;
  }
}

.consultation_item {
  position: relative;
  background-color: #fff;
  width: 52.2rem;
  display: flex;
  align-items: center;
  padding: 2.2rem 0.5rem 2.2rem 2.2rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .consultation_item {
    width: auto;
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.consultation_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #d9d4ce;
  width: 2.3rem;
  height: 2.3rem;
}
.consultation_item .icn {
  width: 3.7rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .consultation_item .icn {
    width: 3rem;
    margin-right: 1rem;
  }
}
.consultation_item .txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.resolution {
  position: relative;
  background-color: #f6f5f4;
  padding: 11rem 0 6.8rem;
}

.resolution1 {
    position: relative;

}
@media screen and (max-width: 767.98px) {
  .resolution {
    padding: 6rem 0;
  }
}
.resolution::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;    width: 25%;
  left: 0;
  height: 100%;
  background: url(../img/bg_resolution.png) no-repeat top right/cover;
}

.resolution1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;    width: 38%;
  right: 0;
  height: 100%;
  background: url(../img/bg_resolution1.png) no-repeat top left/cover;
}
@media screen and (max-width: 767.98px) {
  .resolution::after {
    display: block;
    position: relative;
    width: 80%;
    margin: 4rem auto 0;
    height: 26rem;
  }
	  .resolution1::after {
    display: none;
  }
}
.resolution .team_content {
  margin-left: 57%;    margin-left: 23%;
}
@media screen and (max-width: 767.98px) {
  .resolution .team_content {
    margin-left: 0;
  }
}

.team_content {
  position: relative;
  z-index: 1;
  width: 47.8rem;    width: 66rem;
}
@media screen and (max-width: 767.98px) {
  .team_content {
    width: auto;
    text-align: center;
  }
}
.team_content .aside {
  border: 2px solid #3a3939;
  border-radius: 2rem 0 2rem 0;
  padding: 1.8rem;
  margin-top: 3.6rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .team_content .aside {
    display: inline-block;
  }
}
.team_content .aside .txt {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .team_content .aside .txt {
    font-size: 1.8rem;
  }
}

.team_ttl {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
  .team_ttl {
    font-size: 2.6rem;
    text-align: center;	text-align: center;
  }
}
.team_ttl .txtsize_large {
  white-space: nowrap;
  display: inline-block;
  font-size: 4.8rem; font-size: 5.6rem; 
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767.98px) {
  .team_ttl .txtsize_large {
    font-size: 3.2rem;
    white-space: inherit;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	選ばれる理由
* --------------------------------------------------------------------------------------------------*/
.reason {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .reason {
    padding: 5rem 0;
  }
}

.reason_item {
  display: flex;
  margin-top: 9.2rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item {
    display: block;
    margin-top: 4rem;
  }
}
.reason_item .apli {
  display: inline-block;
  margin-top: 4.4rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item .apli {
    margin-top: 2rem;
  }
}
.reason_item.rev {
  flex-direction: row-reverse;
}
.reason_item.rev .img_wrapper {
  margin-left: 0;
  margin-right: 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item.rev .img_wrapper {
    margin-right: 0;
  }
}
.reason_item .reasong_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.reason_item .num {
  display: inline-block;
  width: 7.8rem;
  height: 7.8rem;
  margin-right: 2rem;
  flex-shrink: 0;
}
.reason_item .img_wrapper {
  width: 55.9rem;
  flex-shrink: 0;
  margin-left: 7.5rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item .img_wrapper {
    width: auto;
    margin-top: 2rem;
    margin-left: 0;
  }
  .reason_item .img_wrapper img {
    width: 100%;
    height: auto;
  }
}
.reason_item .txt_wrapper .txt {
  margin-top: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .reason_item .txt_wrapper .txt {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.reason_item .txt_wrapper .txt + .txt {
  margin-top: 2.2rem;
}
.reason_item + .reason_item {
  margin-top: 11.8rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item + .reason_item {
    margin-top: 4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	テレアポを外注するメリット
* --------------------------------------------------------------------------------------------------*/
.merit {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .merit {
    padding: 5rem 0;
  }
}

.merit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 99.6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .merit_list {
    margin-top: 0;
  }
}

.merit_item {
  width: 48.2rem;
  margin-top: 3rem;
  position: relative;
  padding: 4rem 2.4rem 2.4rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .merit_item {
    padding: 4rem 1rem 2rem;
  }
}
.merit_item .icn {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-30%);
}
.merit_item .txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.merit_aside {
  max-width: 99.6rem;
  background-color: #fff;
  margin: 6rem auto 9.3rem;
  padding: 4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .merit_aside {
    margin-bottom: 4rem;
  }
}
.merit_aside .ill {
  position: absolute;
  width: 23.7rem;
  bottom: -4rem;
  left: -13.8rem;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .merit_aside .ill {
    left: -1rem;
    bottom: -4rem;
    width: 11rem;
  }
}
.merit_aside::after {
  background-color: #fff;
  content: "";
  width: 11.4rem;
  height: 3.7rem;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.merit_aside .txt {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.backup_content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .backup_content {
    display: block;
  }
}
.backup_content .img_wrapper {
  width: 46.2rem;
  flex-shrink: 0;
  margin-left: 6rem;
}
@media screen and (max-width: 767.98px) {
  .backup_content .img_wrapper {
    width: 80%;
    margin: 2rem auto 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	サービス特長
* --------------------------------------------------------------------------------------------------*/
.reccomend {
  padding: 9.5rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .reccomend {
    padding: 5rem 0;
  }
}

.reccomend_list {
  max-width: 102rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reccomend_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48rem;
  margin-top: 6rem;
  padding: 2rem 3.6rem 3.5rem;

  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item {
    margin-top: 2rem;
    width:99%;
    padding: 1.5rem;
  }
}
.reccomend_item .num {
  height: 5.4rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .num {
    height: 4rem;
  }
}
.reccomend_item .ill {
  display: grid;
  place-content: center;
  height: 32rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill {
    height: 16rem;
  }
}
.reccomend_item .ill img {
  display: inline-block;
  margin: 0 auto;
}
.reccomend_item .ill01 img {
  width: 24.9rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill01 img {
    width: 62.25%;
  }
}
.reccomend_item .ill02 img {
  width: 37rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill02 img {
    width: 92.5%;
  }
}
.reccomend_item .ill03 img {
  width: 23.6rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill03 img {
    width: 59%;
  }
}
.reccomend_item .ill04 img {
  width: 38.4rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill04 img {
    width: 96%;
  }
}
.reccomend_item .ill05 img {
  width: 37.1rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill05 img {
    width: 92.75%;
  }
}
.reccomend_item .ill06 img {
  width: 40.6rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_item .ill06 img {
    width: 101.5%;
  }
}

.reccomend_body .txt {
  font-size: 1.6rem;
  text-align: justify;
  line-break: strict;
  word-break: normal;
}

.reccomend_ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
	    padding: 10px 0px 5px 0px;
}
@media screen and (max-width: 767.98px) {
  .reccomend_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.reccomend_ttl + .txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .reccomend_ttl + .txt {
    margin-top: 1rem;
  }
}

.point {
  margin-top: 10rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  height: 56rem;
  min-width: 120rem;
}
@media screen and (max-width: 767.98px) {
  .point {
    display: block;
    height: auto;
    min-width: inherit;
    position: relative;
    padding: 0 2rem 2rem;
    margin: 3rem 2rem 0;
  }
}
.point .img_wrapper {
  width: 45.4612005857%;
  margin-right: 4.8rem;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .point .img_wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
.point .img_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
}
.point .txt_wrapper {
  flex-grow: 1;
}

.point_body {
  max-width: 61.1rem;
  padding: 6rem 0;
}
@media screen and (max-width: 767.98px) {
  .point_body {
    padding: 2rem 0;
  }
}

.point_ttl {
  background-color: #e17900;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .point_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.point_list {
  padding-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .point_list {
    padding: 0;
  }
}

.point_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e1dd;
  padding: 1.8rem 0;
}
@media screen and (max-width: 767.98px) {
  .point_item:last-of-type {
    border-bottom: none;
  }
}
.point_item .num {
  height: 2.8rem;
  flex-shrink: 0;
  margin-right: 1.7rem;
}
.point_item .txt {
  font-size: 1.8rem;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------
*	対応実績
* --------------------------------------------------------------------------------------------------*/
.achievement {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .achievement {
    padding: 5rem 0;
  }
}

.achievement_list {
  margin-top: 1.7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 110rem;
  margin: 0 auto;
}

.achivement_item {
  position: relative;
  background-color: #f6f5f4;
  padding: 3rem;
  width: 100%;    width: 53rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .achivement_item {
    margin-top: 3rem;  width: 100%;  
  }
}
.achivement_item .txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;    line-height: 28px;
}
.achivement_item .txt span {
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .achivement_item .txt span {
    display: block;
    padding-left: 0;
  }
}
.achivement_item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 4.7rem;
  height: 4.7rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #d9d4ce;
}

.result_inner {
  display: flex;
  justify-content: center;
}
.result_inner > div {
  height: 7.64rem;
  margin: 0 2rem;
}
.result_inner > div img {
  height: 100%;
  width: auto;
}

.result_ttl {
    margin-top: 2rem;
    background-color: #e17900;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem;
    margin-bottom: 3rem;
    position: relative;
}
.result_ttl::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e17900;
  width: 2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateY(100%);
}
.result_ttl1 {
    margin-top: 2rem;
    background-color: #4373a3;    background-color: #595959;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 0.8rem;
    margin-bottom: 3rem;
    position: relative;
}
.result_ttl1::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color:#4373a3;  background-color:#595959;
  width: 2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: translateY(100%);
}


.example {
  margin-top: 3.5rem;
}

.example_content {
  padding: 3.2rem;
  max-width: 110rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.example_inner {
  display: grid;
  place-content: center;
}
.example_inner .txt {
  font-size: 1.6rem;
}

.example_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.example_ttl + .txt {
  margin-top: 2.5rem;
}

.suggestion {
  position: relative;
  padding: 16rem 0 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 767.98px) {
  .suggestion {
    padding: 14rem 0 5rem;
    margin-top: -16rem;
  }
}
.suggestion::after {
  top: 0;
  content: "";
  position: absolute;
  width: 44.4444444444%;
  left: 0;
  height: 100%;
  background: url(../img/bg_suggestion.png) no-repeat right center/cover;
}
@media screen and (max-width: 767.98px) {
  .suggestion::after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    background-position: top left;
  }
}

.suggestion_content {
  position: relative;
  z-index: 1;
  margin-left: 50%;
}
@media screen and (max-width: 767.98px) {
  .suggestion_content {
    margin-left: 0;
  }
}
.suggestion_content .line {
  letter-spacing: 0.14em;
}
.suggestion_content .txt {
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .suggestion_content .txt {
    font-size: 2rem;
  }
}
.suggestion_content .txt .txtsize_large {
  font-size: 3.7rem;
}
@media screen and (max-width: 767.98px) {
  .suggestion_content .txt .txtsize_large {
    font-size: 2.6rem;
  }
}
.suggestion_content .txt + .txt {
  margin-top: 1rem;
}

/* ----------------------------------------------------------------------------------------------------
*	サービス紹介
* --------------------------------------------------------------------------------------------------*/
.service {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .service {
    padding: 5rem 0;
  }
}

.img_service {
  max-width: 88.5rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .img_service {
    margin-top: 2rem;
  }
}

.support {
  margin-top: 7.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767.98px) {
  .support {
    margin-top: 4rem;
    display: block;
  }
}
.support .img_wrapper {
  width: 53.1rem;
  flex-shrink: 0;
  margin-right: 6rem;
}
@media screen and (max-width: 767.98px) {
  .support .img_wrapper {
    width: 80%;
    margin: 2rem auto 0;
  }
}
.support .txt_wrapper .txt {
  margin-top: 1em;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .support .txt_wrapper .txt {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.support .txt_wrapper .txt + .txt {
  margin-top: 2.2em;
}

.support_ttl {
  font-size: 3.7rem;
  font-weight: bold;
  color: #e17900;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767.98px) {
  .support_ttl {
    font-size: 2.7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	主な対応業務
* --------------------------------------------------------------------------------------------------*/
.business {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .business {
    padding-top: 5rem;
  }
}

.business_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.business_item {
  width: 16rem;
  margin: 2.8rem 3rem 0;
}
@media screen and (max-width: 767.98px) {
  .business_item {
    width: 29%;
    margin: 2rem 2% 0;
  }
}
.business_item .icn {
  display: inline-block;
  width: 100%;
}

.business_ttl {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .business_ttl {
    font-size: 1.5rem;
  }
}
.business_ttl .txtsize_small {
  display: block;
  margin-top: 0.2rem;
  font-size: 80%;
}

/* ----------------------------------------------------------------------------------------------------
*	料金案内
* --------------------------------------------------------------------------------------------------*/
.charge {
  padding: 10rem 0 0;
}
	.tt1{
		font-size: 29px;
		font-weight: 600;
		padding-bottom: 15px;
		padding-top: 20px;	
		padding-bottom: 20px;		
	}	
    .c-head02 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 2px solid #909090;
    }

.tt2{
	    font-size: 22px;
    text-align: left;
    word-break: normal;
    margin-top: 1rem;
    border-bottom: 0px dashed #cccccc;
    width: 100%;
    line-height: 33px;
}
@media screen and (max-width: 767.98px) {
  .charge {
    padding-top: 5rem;
  }
	.tt1{
		font-size: 24px;
		font-weight: 600;
		padding-bottom: 15px;	
		padding-top: 20px;
		padding-bottom: 20px;			
	}
    .c-head02 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 2px solid #909090;
    }	
	.tt2{
	    font-size: 16px;
    text-align: left;
    word-break: normal;
    margin-top: 1rem;
    border-bottom: 0px dashed #cccccc;
    width: 100%;
    line-height: 26px;
}
}

.cahrge_img {
  width: 63.8rem;
  margin: 6.4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .cahrge_img {
    width: auto;
    margin-top: 3rem;
  }
    .c-head02 {
  font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 2px solid #3A9982;
    }		
}

.charge_block {
  background-color: #e4e1dd;
  padding: 10rem 0 4rem;
  margin-top: -10rem;
}
@media screen and (max-width: 767.98px) {
  .charge_block {
    margin-top: -7rem;
    padding-top: 7rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.charge_list {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .charge_list {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}

.cahrge_item {
  width: 20.5rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .cahrge_item {
    width: 33%;
    margin-top: 2rem;
  }
}
.cahrge_item .icn {
  display: block;
  width: 15.3rem;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767.98px) {
  .cahrge_item .icn {
    width: 80%;
  }
}
.cahrge_item .txt {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .cahrge_item .txt {
    font-size: 1.6rem;
  }
}

.note {
  margin-top: 3.8rem;
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .note {
    display: block;
    text-align: left;
    padding-left: 2rem;
  }
}
.note li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  .note li + li {
    margin-left: 0;
  }
}

.obsession {
  padding-top: 6rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .obsession {
    padding-top: 3rem;
    display: block;
  }
}
.obsession .img_wrapper {
  width: 54rem;
  flex-shrink: 0;
  margin-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .obsession .img_wrapper {
    width: 80%;
    margin: 2rem auto 0;
  }
}

.obsession_body {
  flex-grow: 1;
}
.obsession_body .txt {
  font-size: 2.4rem;
  line-height: 2.1;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .obsession_body .txt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.obsession_ttl span {
  background-color: #3a3939;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 767.98px) {
  .obsession_ttl span {
    display: block;
    text-align: center;
    padding: 1.5rem;
  }
}

.obsession_inner_ttl {
  font-size: 3.7rem;
  font-weight: bold;
  margin-top: 3.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .obsession_inner_ttl {
    margin-top: 2rem;
    font-size: 2.7rem;
  }
}
.obsession_inner_ttl + .txt {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .obsession_inner_ttl + .txt {
    margin-top: 1rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	お客様インタビュー
* --------------------------------------------------------------------------------------------------*/
.interview {
  background: url(../img/bg_interview.jpg) no-repeat top center/100% auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .interview {
    padding: 5rem 0 0;
  }
}

.inetrview_ttl {
  text-align: center;
  font-size: 3.8rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .inetrview_ttl {
    font-size: 3rem;
  }
}
.inetrview_ttl span {
  background-color: #e17900;
  -webkit-clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
          clip-path: polygon(2rem 0%, 100% 0%, calc(100% - 2rem) 100%, 0% 100%);
  padding: 1.5rem 6rem;
  display: inline-block;
}

.interview_list {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .interview_list {
    margin-top: 4rem;
  }
}

.interview_item {
  margin-top: 2rem;
  background-color: #f6f5f4;
  padding: 3rem;
}
@media screen and (max-width: 767.98px) {
  .interview_item {
    padding: 3rem 2rem;
  }
}

.interview_block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .interview_block {
    display: block;
  }
}
.interview_block .mark {
  font-size: 1.7rem;
  border-radius: 50px;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 2rem;
}
@media screen and (max-width: 767.98px) {
  .interview_block .mark {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.interview_block .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .interview_block .txt {
    font-size: 1.8rem;
  }
}

.interview_ans {
  margin-top: 2rem;
}

.txt_ans {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mark_ans {
  background-color: #e17900;
}

.mark_ask {
  background-color: #3a3939;
}

/* ----------------------------------------------------------------------------------------------------
*	架電方法の比較
* --------------------------------------------------------------------------------------------------*/
.comparison {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .comparison {
    padding: 5rem 0;
  }
}

.comparison_table {
  max-width: 102rem;
  margin: 6.4rem auto 0;
  border-spacing: 5px;
}
@media screen and (max-width: 767.98px) {
  .comparison_table {
    border-spacing: 2px;
  }
}
.comparison_table .ul {
  border-radius: 1rem 0 0 0;
}
.comparison_table .bl {
  border-radius: 0 0 0 1rem;
}
.comparison_table .br {
  border-radius: 0 0 1rem 0;
}
.comparison_table td {
  width: 26.568627451%;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f6f5f4;
  padding: 2.8rem 2rem 2.8rem 2.8rem;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .comparison_table td {
    font-size: 1.14rem;
    padding: 1rem 0.5rem;
    letter-spacing: 0.05em;
  }
}
.comparison_table td.vt {
  vertical-align: top;
}
.comparison_table td ul {
  margin-top: 1rem;
}
.comparison_table td li {
  padding-left: 1em;
  position: relative;
}
.comparison_table td li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.comparison_table .icn {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .comparison_table .icn {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.comparison_table .icn img {
  vertical-align: bottom;
}

.table_heading {
  background-color: #686765;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 19%;
}
@media screen and (max-width: 767.98px) {
  .table_heading {
    font-size: 1.5rem;
    padding: 0.6rem 0;
  }
}

.row_service th {
  height: 10rem;
  vertical-align: bottom;
}
@media screen and (max-width: 767.98px) {
  .row_service th {
    height: 6rem;
  }
}

.comparison_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .comparison_ttl {
    font-size: 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.service01 {
  height: 100%;
  background-color: #e17900;
}

.service02 {
  height: 70%;
  background-color: #3a3939;
}

.pack {
  margin-top: 6rem;
  padding: 5rem 0;
}

.pack_content {
  padding: 0 5rem;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767.98px) {
  .pack_content {
    margin-top: 2rem;
    padding: 0 2rem;
    display: block;
  }
}
.pack_content .img_wrapper {
  width: 50.2rem;
  flex-shrink: 0;
  margin-right: 4.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .pack_content .img_wrapper {
    width: 80%;
    margin: 2rem auto 0;
  }
}
.pack_content .txt {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.115em;
}
@media screen and (max-width: 767.98px) {
  .pack_content .txt {
    font-size: 1.8rem;
  }
}
.pack_content .txt + .txt {
  margin-top: 1.6em;
}

.pack_ttl {
  text-align: center;
  font-size: 2.8rem;
}

/* ----------------------------------------------------------------------------------------------------
*	FAQ
* --------------------------------------------------------------------------------------------------*/
.faq {
  padding: 3rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .faq {
    padding: 5rem 0;
  }
}

.faq_ttl_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper {
    align-items: center;
    padding-bottom: 2rem;
  }
}
.faq_ttl_wrapper .ill {
  flex-shrink: 0;
  margin-bottom: -4rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper .ill {
    margin-bottom: 0;
  }
}
.faq_ttl_wrapper .ill01 {
    width: 11rem;
    margin-right: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper .ill01 {
    margin-right: 2rem;
    width: 4rem;
  }
}
.faq_ttl_wrapper .ill02 {
  width: 11rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper .ill02 {
    margin-left: 2rem;
    width: 4rem;
  }
}

.faq_block {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.3rem 4rem 1.9rem;
  max-width: 69rem;
  margin: 2rem auto 0;
  box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.98px) {
  .faq_block {
    padding: 2rem 1rem 2rem 2rem;
  }
}
.faq_block:first-of-type {
  margin-top: 0;
}
.faq_block .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .faq_block .txt {
    font-size: 1.8rem;
  }
}

.faq_row {
  display: flex;
}
.faq_row .icn {
  margin-top: -0.2rem;
  flex-shrink: 0;
  width: 3.6rem;
  display: inline-block;
  margin-right: 1.6rem;
}

.faq_answer {
  margin-top: 0.8rem;
}

/* ----------------------------------------------------------------------------------------------------
*	流れ
* --------------------------------------------------------------------------------------------------*/
.flow {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .flow {
    padding: 5rem 0;
  }
}

.flow_list {
  max-width: 94rem;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .flow_list {
    margin-top: 3rem;
  }
}

.flow_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .flow_inner {
    display: block;
  }
}

.flow_ttl_wrapper {
  width: 31.8rem;
  display: flex;
  align-items: center;
  border-right: 2px solid #3a3939;
  padding: 1rem 0 1rem 2.3rem;
}
@media screen and (max-width: 767.98px) {
  .flow_ttl_wrapper {
    text-align: center;
    border: none;
    width: auto;
    justify-content: center;
  }
}
.flow_ttl_wrapper .num {
  height: 5.3rem;
}
@media screen and (max-width: 767.98px) {
  .flow_ttl_wrapper .num {
    height: 4rem;
    margin-right: 2rem;
  }
}

.flow_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .flow_ttl {
    flex-grow: 0;
  }
}

.flow_item {
  background-color: #fff;
  padding: 2.3rem 0;
  margin-bottom: 5.9rem;
  position: relative;
}
.flow_item:last-of-type {
  margin-bottom: 0;
}
.flow_item:last-of-type::after {
  display: none;
}
.flow_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #874400 transparent transparent transparent;
}

.flow_body {
  padding: 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .flow_body {
    padding: 0 2rem;
  }
}
.flow_body .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .flow_body .txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	テレアポの外注をご検討中の方へ
* --------------------------------------------------------------------------------------------------*/
.consider {
  padding: 10rem 0;
  position: relative;
  background: url(../img/bg_consider.png) #f6f5f4 no-repeat right center/auto 100%;
}
@media screen and (max-width: 767.98px) {
  .consider {
    padding: 5rem 0;
  }
}

.consider_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4;
}
.consider_ttl span {
  display: inline-block;
  background-color: #e17900;
  padding: 1.3rem 8rem 1.3rem 5rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 100%, 0% 100%);
}

.consider_content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 5rem 0;
  width: 73.6rem;
}
@media screen and (max-width: 767.98px) {
  .consider_content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    width: auto;
  }
}
.consider_content .txt_wrapper {
  padding: 3.6rem 5rem 0 6rem;
}
@media screen and (max-width: 767.98px) {
  .consider_content .txt_wrapper {
    padding: 2rem;
  }
}
.consider_content .txt_wrapper .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .consider_content .txt_wrapper .txt {
    font-size: 1.8rem;
  }
}
.consider_content .txt_wrapper .txt + .txt {
  margin-top: 2em;
}

/* ----------------------------------------------------------------------------------------------------
*	フォーム
* --------------------------------------------------------------------------------------------------*/
.contact {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .contact {
    padding: 5rem 0;
  }
}

.form_content {
  max-width: 88rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .form_content {
    margin-top: 2rem;
  }
}

.field {
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 5.8rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .field {
    display: block;
  }
}

.field + .field {
  margin-top: 1.7rem;
}

.label {
  width: 21.7rem;
  cursor: text;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .label {
    min-height: inherit;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 0;
  }
}

.required {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  background-color: #e17900;
  margin-right: 0.8rem;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .required {
    position: relative;
    top: 0.4rem;
  }
}

.content_container {
  flex-grow: 1;
}
.content_container .input_area p {
  padding: 1.4rem 0;
  font-size: 1.8rem;
}

.input {
  font-size: 1.8rem;
  width: 100%;
  background-color: #f6f5f4;
  height: 100%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .input {
    font-size: 16px;
  }
}

.textarea {
  min-height: 23rem;
  padding: 1rem 2rem;
}

::-moz-placeholder {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #999;
}

::placeholder {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #999;
}

.agree {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .agree {
    margin-top: 3rem;
  }
}
.agree .label {
  width: auto;
  display: flex;
  justify-content: center;
}
.agree a {
  color: currentColor;
  transition: 0.3s;
}
@media (any-hover) {
  .agree a:hover {
    opacity: 0.7;
  }
}

.checkbox_content {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.check_txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.btn_wrapper {
  max-width: 61.2rem;
  margin: 6.5rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .btn_wrapper {
    max-width: inherit;
    margin-top: 3rem;
  }
}
.btn_wrapper .back {
  display: inline-block;
  margin-top: 4rem;
  font-size: 1.8rem;
  color: currentColor;
}
@media (any-hover) {
  .btn_wrapper .back {
    transition: 0.3s;
  }
  .btn_wrapper .back:hover {
    opacity: 0.7;
  }
}

input[type=checkbox],
input[type=radio] {

}

input + .check_txt {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}

/* inputの位置と枠　*/
input + .check_txt:before {
  display: block;
  position: absolute;
  content: "";
}

input[type=checkbox] + .check_txt:before {
  top: 50%;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
  background-color: #f6f5f4;
  border-radius: 0.5rem;
}

/*　チェックマーク　*/
input[type=checkbox]:checked + .check_txt:after {
  display: block;
  position: absolute;
  top: 40%;
  left: 0.9rem;
  width: 0.8rem;
  height: 1.5rem;
  border-right: 2px solid #3a3939;
  border-bottom: 2px solid #3a3939;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

input[type=radio] + .check_txt:before {
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  transform: translateY(-50%);
}

/* ラジオボタンのチェック　*/
input[type=radio]:checked + .check_txt:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e462d3;
  content: "";
}

/* ----------------------------------------------------------------------------------------------------
*	フッター
* --------------------------------------------------------------------------------------------------*/
.footer_upper {
  max-width: 128.6rem;
	  max-width: 110rem;
  margin: 0 auto;
  display: flex_bk;
  align-items: center;
  padding-bottom: 2.4rem;
  box-sizing: content-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.footer_company {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .footer_company {
    display: block;
  }
}

.company_name {
  font-size: 1.6rem;
  margin-left: 2rem;
}

.pp_mark {
  margin-left: 2rem;
  width: 7rem;
}
@media screen and (max-width: 767.98px) {
  .pp_mark {
    width: 8rem;
    margin-left: auto;
  }
}

.footer_logo {
  width: 15.1rem;
}

.footer_bottom {
  background-color: #f6f5f4;
  padding: 2rem 0;
}

.footer_bottom_inner {
  max-width: 128.6rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
  flex-direction: row-reverse;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom_inner {
    display: block;
  }
}

.copyright {
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
  }
}

.footer_nav {
  font-size: 1.4rem;
}

.footer_nav_list {
  display: flex;
}

.footer_nav_item {
  position: relative;
}
.footer_nav_item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #3a3939;
}
.footer_nav_item:last-of-type::after {
  display: none;
}

.footer_nav_link {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  padding: 0 2rem;
}

/* ----------------------------------------------------------------------------------------------------
*	確認画面
* --------------------------------------------------------------------------------------------------*/
.confirm .header_content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.confirm .content_ttl {
  position: static;
}
.confirm .form {
  padding-top: 10rem;
}
.confirm .label {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .confirm .content_container {
    min-height: inherit;
  }
}
.confirm .content_container p {
  padding: 0;
}

.thanks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.thanks .header_content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.thanks .content_ttl {
  position: relative;
  width: 100%;
}
.thanks .contact {
  flex-grow: 1;
}

span.error {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
	display: none !important;
}
/*# sourceMappingURL=style.css.map */


.osieru1 {
    display: flex;
    background-color: #4373a3;
    padding: 0.5rem 3rem;
    align-items: center;
    justify-content: center;
}
.osieru1waku {
    padding: 2.3rem 1rem;
background: #ffffff;
	border: solid 1px #4373a3;
}
.osieru2 {
    display: flex;
    background-color: #fee0df;
    padding: 0.5rem 3rem;
    align-items: center;
    justify-content: center;
}
.osieru2waku {
    padding: 2.3rem 1rem;
background: #ffffff;
	border: solid 1px #fee0df;
}

.osieru_list {
    max-width: 102rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.osieru_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48rem;
    margin-top: 6rem;
}
.osieru_txt{
	font-size: 18px;
    text-align: left;
    word-break: normal;
	margin-top: 2rem;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
	    line-height: 36px;
}
.osieru_txt1{
	font-size: 18px;
    text-align: left;
    word-break: normal;
	margin-top: 1rem;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
	    line-height: 36px;
}
.osieru_txt0{
	font-size: 1.6rem;
    text-align: left;
    word-break: normal;
	margin-top: 2rem;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
	    line-height: 36px;
}
.osieru_txt01{
	font-size: 1.6rem;
    text-align: left;
    word-break: normal;
	margin-top: 1rem;
	border-bottom: 1px dashed #cccccc;
	width: 100%;
	    line-height: 36px;
}
.orenzi{
	    color: #e17900;
}

.resolution .txt{
    letter-spacing: 0.1em;
    font-size: 2.8rem;
    font-weight: bold;
	text-align: center;
    line-height: 1.8;
	padding-bottom: 15px;
}
  #flow {
    padding: 40px 0 70px;
  }
#flow section {
  display: flex;
  flex-direction: column;
  padding: 0 140px 60px 140px;
  border-radius: 30px;
  width: 96vw;
  max-width: 1200px;
  margin: 0 auto;
  background: #f6f5f4;
}
#flow section h4 {
  max-width: 350px;
  margin: -10px auto 60px;
}
#flow section h4 img {
  width: 100%;
}
#flow section div {
  display: flex;
  gap: 30px;
  background: url(../img/flow_line_01.png) no-repeat 50px 5px;
  background-size: 4px;
}
#flow section div:last-of-type {
  background-image: none;
}
#flow section div img {
  display: block;
  width: 100px;
  padding-bottom: 70px;
}
#flow section div:last-of-type img {
  padding-bottom_bk: 0;
}
#flow section div dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#flow section div dl dt {
  font-weight: 800;
  font-size: 2.2em;
}
#flow section div dl dd {
  font-size:1.4em;
}
@media screen and (max-width: 800px) {
  #flow {
    padding: 50px 0 50px;
  }
  #flow section {
    padding: 0 30px 40px;
  }
#flow section div dl {
  display: flex;
  flex-direction: column;
  gap: 7px;
}	
	
#flow section div dl dt {
  font-weight: 800;
  font-size: 1.7em;
}
#flow section div dl dd {
  font-size:1.2em;
}		
}

.price-table {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
    width: auto;
    position: relative;
	    max-width: 99.6rem;
	margin: 4rem auto 0;
}
.price-table1 {

    width: auto;
    position: relative;
	    max-width: 99.6rem;
	margin: 4rem auto 0;
}

.price-table__plan--blue {
    border-color: #8dc8ff !important;    border-color: #4373a3 !important;   border-color: #595959 !important;
}
.price-table__plan--blue .price-table__header {
    background-color: #8dc8ff;background-color: #4373a3;background-color: #595959;
}

.price-table__plan--blue1 {
    border-color: #8dc8ff !important;    border-color: #4373a3 !important; 
}
.price-table__plan--blue1 .price-table__header {
    background-color: #8dc8ff;background-color: #4373a3;
}

.price-table__header {
    padding: 10px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}
.price-table__body {
    padding: 2rem;    padding-top: 2px;
}

.price-table__plan--yellow {
    border-color: #F9BB00 !important;    border-color: #e17900 !important;
}
.price-table__plan--yellow .price-table__header {
    background-color: #F9BB00;background-color: #e17900;
}
.price-table__plan--yellow1 {
    border-color: #ffdd33 !important;
}
.price-table__plan--yellow1 .price-table__header {
      background: #ffdd33;
    color: #333333;
}

.price-table__plan {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 20px;
    border: 5px solid;
    background-color: #FFFFFF;        float: left;

	
}
.blue{
	color: #8dc8ff ;color: #4373a3 ;color: #595959;
}
.yellow{
   color: #F9BB00;color: #e17900;
}
.yellow1{
   color: #fff388;
}
.yellow2{
   color: #ffdd33;
}
@media screen and (max-width: 800px) {
	
.price-table {
    display:block;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
    width: auto;
    position: relative;
	    max-width: 99.6rem;
	margin: 4rem auto 0;
}

}
.beforeimage{
	margin: 15px auto;
	width: 200px;
	text-align: center;
}

@media screen and (min-width: 767.99px) {
	.pc767{
		display: block;
	}
	.sp767{
		display: none;
	}	
.sikaku{
	background: #ffeb3b;
	color: #333333;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	text-align: center;
	width: 150px;
}
.sikakumigi{
	font-size: 28px;
	color: #ffffff !important;
	font-weight: 600;
}	
.sikaku1{
    background-color: #e17900;
	color: #ffffff;    background: #ffdd33;
    color: #333333;        background:#606060;
        color: #ffffff;
	font-weight: 600;
	font-size: 28px;
	padding: 10px;
	text-align: center;
	width: 150px;
}
.sikakumigi1{
	font-size: 28px;
	padding: 10px 25px;
	font-weight: 600;
	    background-color: #efefef;
}		
}
@media screen and (max-width: 767.98px) {
	.pc767{
		display: none;
	}
	.sp767{
		display: block;
	}	
.sikaku{
	background: #FFEB3B;
	color: #333333;
	font-weight: 600;
	font-size: 25px;
	padding: 10px;
	text-align: center;
	width: 150px;
}
.sikaku1{
    background-color: #e17900;
	color: #ffffff;        background: #606060;
        color: #ffffff;
	font-weight: 600;
	font-size: 25px;
	padding: 10px;
	text-align: center;
	width: 150px;
}	
.sikakumigi{
	font-size: 23px;
	color: #ffffff !important;
	font-weight: 600;
}
	
.sikakumigi1{
	font-size: 21px;
	font-weight: 600;
		padding: 10px 25px;
	font-weight: 600;
	    background-color: #efefef;
	text-align: center;
}
.ttl {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1.4;
}	
}
.mb5{
	padding-bottom: 5px;
}
.mb10{
	padding-bottom: 10px;
}
.mb20{
	padding-bottom: 20px;
}
.mb30{
	padding-bottom: 30px;
}
.price-table__monthly {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 20px;
}
.price-table__monthly .price-table__monthly-label {
    background-color: #f8ed6f;
    color: #333;
}

.price-table__monthly .price-table__monthly-price {
    line-height: 1;
    font-size: 68px;
	    font-family: "Noto Sans JP", sans-serif !important;
	font-weight: 600;
	color: #e17900;

}
.price-table__monthly-unit {
    line-height: 1;
    font-size: 26px;
		font-weight: 600;
}

.price-table__monthly .price-table__initial-tax {
    line-height: 1;
    font-size: 18px;
		font-weight: 600;
}
.price-table__monthly-label {
    padding: 0.75rem 1rem;
    margin-right: 1rem;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

.p-example__list-head {
    position: relative;
    background-size: 0.625rem 0.125rem;
    background-repeat: repeat-x;
    padding: 0.875rem 0 0.5rem 0;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
}

.p-example__list-head::before {
    position: absolute;
    top: 1.438rem;
    left: 0;
    background-color: #333333;
    background-position: left bottom;
    background-size: 0.625rem 0.125rem;
    background-repeat: repeat-x;
    width: 31%;
    height: 0.5px;
    content: "";
}

.p-example__list-head::after {
    position: absolute;
    top: 1.438rem;
    right: 0;
    background-color: #333333;
    background-position: left bottom;
    background-size: 0.625rem 0.125rem;
    background-repeat: repeat-x;
    width: 31%;
    height: 0.031rem;
    content: "";
}
@media screen and (max-width: 600px) {
.price-table__monthly-label {
    padding: 0.75rem 1rem;
    margin-right: 1rem;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
}
.price-table__monthly .price-table__monthly-price {
    line-height: 1;
    font-size: 42px;
    font-family: "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    color: #e17900;
}	
	
}


.font14{
font-size: 16px;
    padding: 10px 0px;
    line-height: 28px;
}
.center{
	text-align: center;
}

.area {
    background-color: #ffffff;
    color: #333333;
    padding: 13px 25px;
    font-size: 21px;margin-left: 5px;
	border-radius: 4px;
	font-weight: 600;
	float: left;
	margin-bottom: 10px;
}


/*フッター固定*/
/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 50%;
	right: 0;
	/*margin-left: -20px;*/
	transform: translateY(-50%);
	/*overflow: hidden;*/
    z-index: 9999;
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 15px 17px 15px 13px;
	/*border-radius: 10px 0 0 10px;*/
	z-index: 10;
	transition: .3s;
    writing-mode: vertical-rl;
    font-weight: 700;
	font-size: 12px;
    
}


.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn1 {
	background: #ffdd33;	color: #333333;
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn2 {
background: #4373a3;    color: #FFF;
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn3 {
	background: #61d14a;    color: #FFF;
    margin-top: 10px;
    
}

.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn1 a{
	background: #ffdd33;	color: #333333;

}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn2 a{
background: #4373a3;    color: #FFF;

}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn2 a span{
 text-combine-upright: all;

}

.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn3 a{
	background: #61d14a;    color: #FFF;


    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.contact_fixed_btn4 {
	background: var(--color-other);
    margin-top: 10px;
    
}

.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
text-decoration: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	padding-right: 30px;
	margin-left: -15px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
	/*padding: 15px 20px 20px 20px;*/
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 28px;
}
@media screen and (max-width: 767.98px) {
	.contact_fixed_btn_wrap.pc_only_bk {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
        justify-content: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 0 2%;
		text-align: center;
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.contact_fixed_btn2 {
		background: none;
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px 0;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 60px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 959px) {
.site-footer_bk {
    padding-bottom: 60px;
    }
}
/*-----------------------固定お問合せボタン*/
/*フッター固定*/

#contact .ttlWrap {
    background-color: #fdeea6;
    color: #333333;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 42px 0;
	padding-top: 72px;
    position: relative;
}

#contact .ttlBig {
    font-size: 40px;
    margin-bottom: 45px;
}

#contact .ttlSmall {
    font-size: 18px;
    z-index: 2;
}

#contact .ttlWrap::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 118.5px 0 118.5px;
    border-color: #fdeea6 transparent transparent transparent;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
}



#contact1 .ttlWrap {
background: #d5e7fa;
    color: #333333;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 42px 0;
	padding-top: 72px;
    position: relative;
}

#contact1 .ttlBig {
    font-size: 40px;
    margin-bottom: 45px;
}

#contact1 .ttlSmall {
    font-size: 18px;
    z-index: 2;
}

#contact1 .ttlWrap::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 118.5px 0 118.5px;
    border-color: #d5e7fa transparent transparent transparent;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
}




.mwform-checkbox-field-text{
	font-size: 14px;
}
.mwform-checkbox-field{
	padding-top: 10px;
	vertical-align: middle;
}


.footer1{
	padding: 60px 0px;
    background-color: #f6f5f4;
    letter-spacing: 0.1em;
}
.footertt{
	font-size: 15px;
	line-height: 28px;
}

@media screen and (max-width: 767.98px) {
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
        justify-content: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 0 2%;
		text-align: center;
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.contact_fixed_btn2 {
		background: none;
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px 0;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 70px;
		margin: 0 auto;
	}
    .contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
        margin: 0 2%;
        text-align: center;
    }	
	
	    a.sp-document-div {
        background-color: #049736;background-color: #4373a3;
        border-bottom: 4px solid #057130; border-bottom: 4px solid #2d5985;
        display: flex;
        flex-direction: column;
        line-height: 1.3;
        width: 30vw;    display: block;
			text-decoration: none;
    }
    a.sp-bottom-tel {
        background-color: #c66275;background-color: #e17900;
        border-bottom: 4px solid #66464d;  border-bottom: 4px solid #ab6310;
        display: flex;
        flex-direction: row;
        line-height: 1.3;
        position: relative;
        align-items: center;
        width: 33vw;        float: left;
    }
	    a.sp-bottom-tel, a.sp-document-div {
        color: #fff;
        text-align: center;
        height: 60px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: clamp(16px, 2.6vw, 20px);        float: left;
			text-decoration: none;
    }
	
	    .sp-document-div-lower {
        font-size: 12px;
    }
    .sp-sidenavi-modal-div-upper {
       font-size: clamp(16px, 2.6vw, 20px); 
    }	
	    .side {
        top: auto;
        display: flex;
        bottom: -1vw;
        right: 0;
        background: rgba(0, 0, 0, 0.0);
        padding: 0px 0 0px;
    }
	
a.sidenavi-modal {
        height: 60px;
        width: 33vw;
        line-height: 1.3;
        border-radius: 0px;
        color: #515151;
        background-color: #fff;        float: left;
        border-bottom: 4px solid #313131;
		        background-color: #049736;
        border-bottom: 4px solid #057130;
		color: #ffffff;letter-spacing: 1px;
        text-align: center;
        height: 60px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      
        text-decoration: none;
    }	
	    a.sp-bottom-tel {
        align-items: center;
    }
    .sp-bottom-tel-lower {
        font-size: 12px !important;
    }
	
	
}
    
@media screen and (max-width: 959px) {
.site-footer {
    padding-bottom: 60px;
    }	
}

.mv_bb {

    grid-area: list;
}

.btn_wrapper11 {

    margin: 3.9rem auto 0;
 
}
.osieru_txt000 {
font-size: 21px;
    font-weight: 500;
    text-align: left;
    word-break: normal;
    margin-top: 1rem;
    border-bottom: 0px dashed #cccccc;
    width: 100%;
line-height: 33px;

    padding-left: 13px;
}
.osieru_txt000::first-letter {
  float: left;
 margin-left: -15px;
  margin-bottom: 50px;
}
.firsta{
	position: relative;
	margin-left: -40px;
}
.pppl{
	padding-left: 30px;    padding-bottom: 17px;
}
@media screen and (max-width: 767.98px) {
.btn_wrapper11 {

    margin: 1.5rem auto 0;
 
}	
.pppl{
	padding-left: 30px;    padding-bottom: 5px;
}	
}
.kon{
	color: #4373a3;
}
.midori{
	color: #049736;
}
.f13{
	font-size: 13px !important;
}
.waku1{
	padding: 12px 8px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	border-radius: 4px;
}

.dounyu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dounyu_item {
  width: 18rem;
  margin: 2.8rem 1.5rem 0;
}
@media screen and (max-width: 767.98px) {
.dounyu_item {
    width: 29%;
    margin: 2rem 2% 0;
  }
}
.dounyu_item .icn {
  display: inline-block;
  width: 100%;
}

span.marker {
background: linear-gradient(transparent 64%, rgba(255, 250, 125, 0.86)  0%);
}
.sikakuwaku11{
	padding: 60px;
	background: #777777;
	height: 300px;    max-width: 95rem;
	border: solid 0px #666666;
	margin: 0 auto;
	position: relative;
}

.RightToLeft {
    transform: translateX(0px);
    transition: .6s;
}
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 10px;
	padding-bottom: 50px;
}
@media screen and (min-width: 701px) {
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
}
@media screen and (max-width: 700px) {
	.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrapa;
  justify-content: flex-start;    PADDING: 0 0PX;
}
}
.oneArea .onebox:nth-child(even) _bk{
  flex-direction: row-reverse;
  margin-top: 30px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
@media screen and (max-width: 700px) {
.oneArea .onebox .imgArea {
  width: 30%;
  position: relative;
}	
}
.oneArea .onebox:nth-child(odd)_bk .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox.imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 78%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;background-color: #fde5e5;
  font-size: 17px;
  color: #231815;    line-height: 30px;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd)_bk .fukidasi::before {
  left: -15px;
  border-left: 25px solid #fde5e5;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd)_bk .fukidasi::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even)_bk .fukidasi {
  background-color: #fde5e5; background-color: #f2f3f7;
}
.oneArea .onebox:nth-child(even)_bk .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fde5e5;  border-top: 25px solid #f2f3f7;
}
.oneArea .onebox:nth-child(even)_bk .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}

.oneArea .onebox .fukidasi {
 background-color: #f2f3f7;  background-color: #fde5e5;    background-color: #ffefd8;
}
.oneArea .onebox .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
 border-top: 25px solid #f2f3f7;  border-top: 25px solid #fde5e5; border-top: 25px solid #ffefd8; 
}
.oneArea .onebox .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}

.oneArea .onebox .imgArea img {
    width: 100%;
    max-width: 150px;
    position: absolute;
    top: -20px;
    left: auto;
    right: 0;
    padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox:nth-child(odd)_bk .imgArea img {
    max-width: 70%;max-width: 120%;
    top: 0;
  }
  .oneArea .onebox .imgArea img {
    max-width: 70%;max-width: 120%;
    top: 0;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .imgArea {
    width: 60%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.bold{
	font-weight: 600;
}
.komento1{
padding: 4px;
    padding-left: 6px;
    background: #e17900;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    display: table;
    display: inline;
    margin-bottom: 5px;
	margin-right: 7px;
}
.dougamozia{
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 30px;
	    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}