@charset "UTF-8";
/*
* top.css
*
*/
/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------
  common
-------------------------------- */
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  letter-spacing: 1px; 
  font-family: "Noto Sans JP", sans-serif;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  body {
    position: relative;
    min-width: 1150px;
  }
}
@media (max-width: 767.98px) {
  body.opened {
    overflow: hidden;
  }
}

.font_en {
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font700 {
  font-weight: 700;
}

.font900 {
  font-weight: 900;
}

.font_green {
  color: #5fd510;
}

.font_green02 {
  color: #00b000;
}

.font_white {
  color: #fff;
}

.font_black {
  color: #333;
}

.arw {
  position: relative;
}
.arw::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 0.66667vw solid;
  border-right: 0.66667vw solid;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}
@media (min-width: 768px) {
  .arw::before {
    border-width: 2px; 
    width: 10px;
    height: 10px;
  }
}
.arw._green::before {
  border-color: #00b000 #00b000 transparent transparent;
}
.arw._white::before {
  border-color: #fff #fff transparent transparent;
}
.arw._black::before {
  border-color: #333 #333 transparent transparent;
}

.btn_01 {
  position: relative; 
  margin: auto;
  width: 68.26667vw;
  height: 14.13333vw;
}
@media (min-width: 768px) {
  .btn_01 {
    width: 320px;
    height: 66px;
  }
}
.btn_01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.6vw; 
  border-radius: 7.06667vw;
  height: 100%;
  text-decoration: none;
  letter-spacing: 0.1em;
  box-shadow: 0.66667vw 0.66667vw 2vw 0px #dae3eb;
  font-size: 4.26667vw;
}
@media (min-width: 768px) {
  .btn_01 a {
    padding-right: 0;
    border-radius: 33px;
    letter-spacing: 0.12em;
    box-shadow: 5px 5px 15px 0px #dae3eb; 
    font-size: 1.9em;
  }
}
.btn_01 a::before {
  right: 4.8vw;
}
@media (min-width: 768px) {
  .btn_01 a::before {
    right: 18px;
  }
}
.btn_01 a .txt-num {
  display: inline-block;
  margin-right: 0.53333vw; 
  margin-bottom: 1.06667vw;
  letter-spacing: -0.03em;
  font-size: 7.54667vw;
}
@media (min-width: 768px) {
  .btn_01 a .txt-num {
    margin-right: 3px;
    margin-bottom: 4px; 
    font-size: 3.5rem;
  }
}
.btn_01._yellow a {
  background-color: #fff900;
  color: #333;
}
.btn_01._white a {
  background-color: #fff;
  color: #00b000;
}
.btn_01 .btn-fukidashi {
  display: inline-block;
  position: absolute;
  top: -4.8vw;
  left: 14.13333vw;
  padding: 0.53333vw 1.86667vw 1.06667vw 2.66667vw;
  border-radius: 0.53333vw;
  background: #ff9600;
  color: #fff;
  font-size: 3.06667vw; 
  line-height: 1.4;
}
@media (min-width: 768px) {
  .btn_01 .btn-fukidashi {
    top: -22px;
    left: 76px;
    padding: 4px 11px 3px 12px;
    border-radius: 3px;
    letter-spacing: 0.09em; 
    font-size: 1.4rem;
  }
}
.btn_01 .btn-fukidashi::before {
  content: "";
  position: absolute;
  bottom: -1.33333vw; 
  left: 9.06667vw;
  width: 2.4vw;
  height: 1.6vw;
  background-image: url(../img/fukidashi_cv.png);
  background-size: 2.4vw 1.6vw;
}
@media (min-width: 768px) {
  .btn_01 .btn-fukidashi::before {
    bottom: -7px;
    left: 37px;
    width: 13px;
    height: 8px;
    background-size: 13px 8px;
  }
}

.shadow {
  box-shadow: 0.66667vw 0.66667vw 2vw 0px #dae3eb;
}
@media (min-width: 768px) {
  .shadow {
    box-shadow: 5px 5px 15px 0px #dae3eb;
  }
}

.shadow02 {
  box-shadow: 0.53333vw 0.53333vw 2vw 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .shadow02 {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
  }
}

a {
  transition: 0.3s opacity cubic-bezier(0, 0, 0.58, 1);
}
a:hover {
  opacity: 0.7;
}

.marker {
  padding: 0 2px; 
  background: linear-gradient(transparent 0%, transparent 15%, #5fd510 15%, #5fd510 97%, transparent 97%, transparent 100%);
  color: #fff;
}

/* --------------------------------
  header
-------------------------------- */
.header {
  position: relative;
  z-index: 4; 
  height: 16vw;
  background: #fff;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
    box-shadow: 7px 7px 30px 8px #dae3eb;
  }
}

.header_inner_01 {
  display: flex;
  margin-left: 1.6vw; 
  height: 100%;
}
@media (min-width: 768px) {
  .header_inner_01 {
    margin-left: 12px;
  }
}

.header_inner_02 {
  position: absolute;
  top: 0;
  right: 0;
}

.header_h {
  margin-top: 3.2vw; 
  width: 34.66667vw;
}
@media (min-width: 768px) {
  .header_h {
    margin-top: 22px; 
    width: 226px;
  }
}
.header_h a {
  display: block;
}

.header_logo {
  margin: 4.26667vw 0 0 4vw; 
  width: 29.86667vw;
}
@media (min-width: 768px) {
  .header_logo {
    margin: 28px 0 0 27px; 
    width: 196px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  vertical-align: baseline;
}

.header_tel {
  width: 16vw;
}

@media (min-width: 768px) {
  .nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 48.9%; 
    max-width: 672px;
  }
}

@media (min-width: 768px) {
  .nav_inner_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
    max-width: 312px;
  }
}

.nav_txt_tel {
  padding-top: 8px;
  width: 312px;
  letter-spacing: 1px; 
  color: #00b000;
  line-height: 1;
}
@media (min-width: 768px) {
  .nav_txt_tel {
    margin-top: -4px; 
    padding-top: 0;
  }
}
.nav_txt_tel .icon {
  display: inline-block;
  margin-right: 4px; 
  width: 28px;
}

.nav_txt_tel_01 {
  white-space: nowrap; 
  font-size: 3.6rem;
}
.nav_txt_tel_01 img {
  vertical-align: baseline;
}

.nav_txt_tel_02 {
  margin-top: 4px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .nav_txt_tel_02 {
    margin-top: 6px;
  }
}

.nav_inner_02 {
  display: flex;
  align-items: flex-end;
  height: 13.33333vw;
}
@media (min-width: 768px) {
  .nav_inner_02 {
    border: none; 
    width: 360px;
    height: 100px;
  }
}

.nab_link {
  width: 50%;
  height: 100%;
}
.nab_link a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nab_link a {
    font-size: 2rem;
  }
}
.nab_link a::before {
  right: 2.66667vw;
}
@media (min-width: 768px) {
  .nab_link a::before {
    right: 10px;
  }
}

.nav_trial p {
  margin-left: -6.13333vw;
}
@media (min-width: 768px) {
  .nav_trial p {
    margin-left: -6px;
    font-size: 1.6rem;
  }
}

.nav_trial a {
  background-color: #fff900;
  color: #333;
}
@media (max-width: 767.98px) {
  .nav_trial a {
    padding-left: 18px; 
    letter-spacing: 0.12em;
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .nav_trial a {
    text-align: center;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .nav_trial .txt-lg {
    display: inline-block; 
    margin-bottom: 2px;
    font-size: 2rem;
  }
}

.nav_trial .txt-lg .txt-num {
  display: inline-block; 
  margin-bottom: 0.26667vw;
  vertical-align: bottom;
  font-size: 5.33333vw;
}
@media (min-width: 768px) {
  .nav_trial .txt-lg .txt-num {
    margin-right: 4px;
    margin-bottom: 2px;
    letter-spacing: -0.03em; 
    font-size: 3.6rem;
    line-height: 0.7;
  }
}

.nav_document a {
  background-color: #4cc20a;
  color: #fff;
}
@media (max-width: 767.98px) {
  .nav_document a {
    padding-right: 2.66667vw; 
    font-size: 4vw;
  }
}

/* --------------------------------
  menu（sp）
-------------------------------- */
.menu {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.menu .nav_txt_tel {
  margin: auto;
  padding-top: 8vw;
  width: 56.53333vw;
  text-align: center; 
  letter-spacing: 1px;
  line-height: 1;
}
@media (min-width: 768px) {
  .menu .nav_txt_tel {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
  }
}
.menu .nav_txt_tel a {
  text-decoration: none;
  color: #00b000;
}
.menu .nav_txt_tel .icon {
  display: inline-block;
  margin-right: 1.86667vw; 
  width: 5.6vw;
}
@media (min-width: 768px) {
  .menu .nav_txt_tel .icon {
    margin-right: 8px; 
    width: 24px;
  }
}
.menu .nav_txt_tel_company {
  text-align: left; 
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .menu .nav_txt_tel_company {
    font-size: 1.4em;
  }
}
.menu .nav_txt_tel_01 {
  margin-top: 2.13333vw;
  white-space: nowrap; 
  font-size: 6.4vw;
}
@media (min-width: 768px) {
  .menu .nav_txt_tel_01 {
    margin-top: 8px;
    font-size: 2.8rem;
  }
}
.menu .nav_txt_tel_01 img {
  vertical-align: baseline;
}
.menu .nav_txt_tel_02 {
  margin-top: 1.06667vw;
  text-align: left; 
  letter-spacing: 0;
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .menu .nav_txt_tel_02 {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .menu .nav_txt_tels {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0; 
    max-width: 800px;
  }
}

.menu_inner {
  position: relative;
  padding-top: 8vw;
}

.menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
}
.menu_btn::before,
.menu_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6.66667vw;
  height: 0.66667vw;
  background: #00b000;
  pointer-events: none;
}
.menu_btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu_btn_close {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------------------------
  mv
-------------------------------- */
.mv {
  position: relative;
  z-index: 3; 
  padding-bottom: 16vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .mv {
    margin: 0 auto;
    padding-bottom: 0;
    max-width: 1920px; 
    height: 600px;
    background-image: url(../img/mv_img_01_lg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px 600px;
  }
}

.mv_badge {
  display: none; 
  position: absolute;
}
@media (min-width: 768px) {
  .mv_badge {
    display: block;
    top: 21px;
    right: 20px; 
    width: 134px;
    height: 66px;
  }
}

@media (min-width: 768px) {
  .mv_container_01 {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .mv_imgs {
    overflow: hidden; 
    height: 100%;
  }
}

@media (min-width: 768px) {
  .mv_img {
    position: absolute;
    width: 1920px; 
    height: 100%;
    height: 600px;
  }
}

@media (min-width: 768px) {
  .mv_img img {
    height: 100%;
  }
}

.mv_container_02 {
  margin-top: 9.33333vw;
}
@media (min-width: 768px) {
  .mv_container_02 {
    position: absolute;
    z-index: 1;
    top: 80px;
    right: 12px;
    left: 0;
    margin: auto; 
    width: 100%;
    max-width: 982px;
  }
}

.mv_txts {
  text-align: center;
}
@media (min-width: 768px) {
  .mv_txts {
    text-align: left;
  }
}

.mv_fukidashi {
  display: inline-block;
  position: relative;
  margin: 0 auto 2.66667vw;
  padding: 0.53333vw 1.86667vw 0.8vw 2.13333vw;
  border-radius: 0.8vw; 
  background: #00b000;
  vertical-align: text-top;
  color: #fff;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .mv_fukidashi {
    margin-right: 0px;
    margin-bottom: 11px;
    margin-left: 0;
    padding: 2px 13px 3px;
    border-radius: 3px;
    vertical-align: baseline;
    font-size: 1.8rem;
  }
}
.mv_fukidashi::before {
  content: "";
  position: absolute;
  bottom: -1.73333vw;
  left: 7.46667vw;
  width: 3.2vw;
  height: 1.73333vw;
  background-image: url(../img/fukidashi_mv.png);
  background-size: 3.2vw 1.73333vw;
}
@media (min-width: 768px) {
  .mv_fukidashi::before {
    bottom: -9px;
    left: 22px;
    width: 18px;
    height: 9px;
    background-size: 18px 9px;
  }
}

.mv_h {
  padding-bottom: 6.13333vw;
  background-image: url(../img/heading_line_lg_green.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 59.73333vw 3.2vw;
  text-align: center;
  letter-spacing: 0.1em; 
  font-size: 4vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mv_h {
    padding-bottom: 45px;
    background-image: url(../img/mv_line_lg.png);
    background-position: 0 bottom;
    background-size: 386px 20px;
    text-align: left; 
    font-size: 2.4rem;
    line-height: 1.54;
  }
}
.mv_h strong {
  font-size: 6.93333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .mv_h strong {
    font-size: 3.9rem;
  }
}

.mv_award {
  margin: 4.53333vw auto 0; 
  width: 76.8vw;
}
@media (min-width: 768px) {
  .mv_award {
    margin: 28px 0 0 2px; 
    width: 495px;
  }
}

.mv_btn {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -8vw;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .mv_btn {
    bottom: -29px;
  }
}

/* --------------------------------
  lead
-------------------------------- */
.lead {
  position: relative;
  z-index: 2; 
  padding: 27.73333vw 0 30.66667vw;
}
@media (min-width: 768px) {
  .lead {
    padding: 119px 0 132px;
  }
}
.lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: -38.13333vw;
  left: 0;
  margin: auto;
  width: 60vw;
  height: 52.93333vw;
  background: url(../img/security_bridge_img.svg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .lead::after {
    bottom: -362px; 
    width: 450px;
    height: 397px;
  }
}

.lead_inner {
  position: relative;
  margin: 0 auto;
  background: url(../img/lead_block_img.jpg) no-repeat top 26% left 67%/109.8% auto;
}
@media (min-width: 768px) {
  .lead_inner {
    margin: auto;
    max-width: 1024px;
    background: url(../img/lead_block_img.jpg) no-repeat top 21px center/1120px auto;
  }
}

.lead_h {
  margin-top: 4.26667vw;
  text-align: center;
  letter-spacing: 0.1em; 
  line-height: 1.46;
}
@media (min-width: 768px) {
  .lead_h {
    margin-top: 0;
    letter-spacing: 0.1em; 
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.lead_h strong {
  display: inline-block;
  padding-bottom: 7.46667vw;
  background-image: url(../img/heading_line_lg_green.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 59.73333vw 3.2vw;
  font-size: 6.93333vw;
}
@media (min-width: 768px) {
  .lead_h strong {
    margin-top: 2px;
    padding-bottom: 32px;
    background-size: 351px 18px;
    letter-spacing: 0.11em; 
    font-size: 4.2rem;
    line-height: 1.5;
  }
}

.lead_block {
  padding-top: 53.33333vw; 
  text-align: center;
}
@media (min-width: 768px) {
  .lead_block {
    padding-top: 502px;
  }
}

.lead_block_txt p {
  letter-spacing: 0.17em; 
  font-size: 3.46667vw;
  line-height: 1.95;
}
@media (min-width: 768px) {
  .lead_block_txt p {
    letter-spacing: 0.1em; 
    font-size: 1.6rem;
    line-height: 2.4;
  }
}

.lead_block_txt strong {
  display: inline-block; 
  margin-top: 7px;
  font-size: 4.53333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead_block_txt strong {
    margin-top: 0;
    letter-spacing: 0.22em; 
    font-size: 2rem;
    line-height: normal;
  }
}

/* --------------------------------
  security
-------------------------------- */
.security {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 45.6vw 0 0;
  background-color: #ebf1f1;
}
@media (min-width: 768px) {
  .security {
    padding: 406px 0 0;
  }
}
.security::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  border-width: 21.33333vw 50vw 0 50vw;
  border-style: solid;
  border-color: #fff transparent transparent transparent; 
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .security::before {
    border-width: 186px 50vw 0;
  }
}
@media (min-width: 768px) and (max-width: 1149px) {
  .security::before {
    border-width: 186px 574px 0;
  }
}
.security .cv {
  margin-top: 26.13333vw;
}
@media (min-width: 768px) {
  .security .cv {
    margin-top: 112px;
  }
}

.security_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .security_inner {
    margin: auto; 
    max-width: 992px;
  }
}

.security_h {
  margin-top: 4.26667vw;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .security_h {
    margin-top: 0;
    letter-spacing: 0.1em; 
    font-size: 2.8rem;
  }
}
.security_h strong {
  display: inline-block;
  margin-top: 1.33333vw; 
  padding-bottom: 6.66667vw;
  background-image: url(../img/heading_line_lg_green.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 59.73333vw 3.2vw;
  letter-spacing: 0.11em;
  font-size: 6.93333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .security_h strong {
    margin-top: 2px;
    padding-bottom: 32px;
    background-size: 351px 18px;
    letter-spacing: 0.11em; 
    font-size: 4.2rem;
    line-height: 1.5;
  }
}

.security_lists {
  margin: 2.93333vw 11.6vw 0;
}
@media (min-width: 768px) {
  .security_lists {
    margin: 20px auto 0;
  }
}

@media (min-width: 768px) {
  .security_item {
    display: flex;
  }
}

.security_item + .security_item {
  margin-top: 8.26667vw;
}
@media (min-width: 768px) {
  .security_item + .security_item {
    margin-top: 92px;
  }
}
.security_item + .security_item + .security_item {
  margin-top: 9.33333vw;
}
@media (min-width: 768px) {
  .security_item + .security_item + .security_item {
    margin-top: 60px;
  }
}

.security_item:nth-of-type(odd) .security_item_img {
  margin-left: -4.8vw;
  width: 109.4%;
}
@media (min-width: 768px) {
  .security_item:nth-of-type(odd) .security_item_img {
    order: 1;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 30px;
    width: 622px;
  }
}

.security_item:nth-of-type(odd) .security_item_txts {
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .security_item:nth-of-type(odd) .security_item_txts {
    margin-top: 105px; 
    max-width: 388px;
  }
}

.security_item:nth-of-type(odd) .security_item_fukidashi {
  margin-left: -0.8vw;
}
@media (min-width: 768px) {
  .security_item:nth-of-type(odd) .security_item_fukidashi {
    margin-left: 0;
  }
}

.security_item:nth-of-type(even) .security_item_img {
  margin-left: -4.26667vw; 
  width: 110%;
}
@media (min-width: 768px) {
  .security_item:nth-of-type(even) .security_item_img {
    margin-top: -20px;
    margin-left: -2px;
    width: 620px;
  }
}

.security_item:nth-of-type(even) .security_item_txts {
  margin-top: 5.6vw;
}
@media (min-width: 768px) {
  .security_item:nth-of-type(even) .security_item_txts {
    margin-top: 76px; 
    margin-left: 15px;
    max-width: 415px;
  }
}

@media (max-width: 767.98px) {
  .security_item:last-of-type .security_item_img {
    margin-left: -4.8vw;
  }
}

@media (max-width: 767.98px) {
  .security_item:last-of-type .security_item_txts {
    margin-top: 5.6vw;
  }
}

.security_item_fukidashi {
  display: inline-block;
  position: relative;
  padding: 1.33333vw 2.66667vw;
  border: 2px solid #00b000;
  border-radius: 0.53333vw;
  background-color: #fff;
  letter-spacing: 0.01em; 
  color: #00b000;
  font-size: 3.06667vw;
}
@media (min-width: 768px) {
  .security_item_fukidashi {
    padding: 7px 15px;
    border-width: 3px; 
    border-radius: 4px;
    font-size: 1.6rem;
  }
}
.security_item_fukidashi::before {
  content: "";
  position: absolute;
  right: 6.13333vw;
  bottom: -2.13333vw;
  width: 3.2vw;
  height: 2.13333vw;
  background-image: url(../img/fukidashi_point.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.2vw 2.13333vw;
}
@media (min-width: 768px) {
  .security_item_fukidashi::before {
    right: 28px;
    bottom: -12px;
    width: 17px;
    height: 12px;
    background-image: url(../img/fukidashi_point.png);
    background-size: 17px 12px;
  }
}

.security_item_h {
  margin-top: 4.53333vw;
  padding-left: 3.73333vw;
  letter-spacing: 0.12em; 
  color: #333;
  font-size: 5.6vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .security_item_h {
    margin-top: 20px;
    padding-left: 16px;
    font-size: 3rem;
  }
}

.security_item_txt {
  margin-top: 2.13333vw;
  padding-left: 3.73333vw;
  letter-spacing: 0.1em; 
  font-size: 3.2vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .security_item_txt {
    margin-top: 15px;
    padding-left: 16px;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.security_desc {
  margin: 15.2vw 11.6vw 0; 
  border-radius: 3px;
  background: #fff;
}
@media (min-width: 768px) {
  .security_desc {
    margin: 82px auto 0;
  }
}

.security_desc_visual {
  border-bottom: 0.8vw solid #ebf1f1;
}
@media (min-width: 768px) {
  .security_desc_visual {
    display: flex;
    padding: 52px 64px 0; 
    border-bottom: 4px solid #ebf1f1;
  }
}

.security_desc_visual_img {
  margin: 0px 8vw;
  padding-top: 5.33333vw; 
  width: 60vw;
}
@media (min-width: 768px) {
  .security_desc_visual_img {
    margin: 9px 0 0;
    padding-top: 0; 
    width: 444px;
  }
}

.security_desc_visual_txt {
  padding: 3.46667vw 8vw 6.93333vw;
}
@media (min-width: 768px) {
  .security_desc_visual_txt {
    padding: 0 0 0 34px; 
    width: calc(100% - 444px);
  }
}

.security_desc_visual_ttl {
  letter-spacing: 0.12em; 
  font-size: 5.6vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .security_desc_visual_ttl {
    font-size: 3rem;
  }
}

.security_desc_visual_desc {
  margin-top: 2.13333vw; 
  letter-spacing: 0.13em;
  font-size: 3.2vw;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .security_desc_visual_desc {
    margin-top: 15px; 
    font-size: 1.6rem;
  }
}

.security_desc_sub {
  padding: 5.86667vw 8.53333vw 5.33333vw;
}
@media (min-width: 768px) {
  .security_desc_sub {
    padding: 21px 65px 27px 61px;
  }
}

.security_desc_txts {
  display: flex;
  margin-top: 2.13333vw;
}
@media (min-width: 768px) {
  .security_desc_txts {
    justify-content: space-between;
    margin-top: 7px;
  }
}

.security_desc_h {
  font-size: 3.73333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .security_desc_h {
    letter-spacing: 0.1em; 
    font-size: 2.2rem;
  }
}

.security_desc_txt {
  padding-right: 3.46667vw; 
  width: calc(100% - 25.73333vw);
  letter-spacing: 0.01em;
  font-size: 2.93333vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .security_desc_txt {
    padding-right: 0; 
    width: auto;
    max-width: 616px;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.security_desc_img {
  margin-top: 1.06667vw; 
  width: 25.73333vw;
}
@media (min-width: 768px) {
  .security_desc_img {
    flex-basis: 213px;
    margin-top: -65px;
    width: auto;
  }
}

.security_desc_annotation {
  margin: 4vw 11.6vw 0;
  letter-spacing: 0.15em;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .security_desc_annotation {
    margin: 14px auto 0;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
    line-height: normal;
  }
}

/* --------------------------------
  point
-------------------------------- */
.point {
  padding-top: 10.66667vw;
}
@media (min-width: 768px) {
  .point {
    padding-top: 84px;
  }
}
.point .cv {
  margin-top: 27.46667vw;
}
@media (min-width: 768px) {
  .point .cv {
    margin-top: 158px;
  }
}

.point_h {
  margin-top: 4.26667vw;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .point_h {
    margin-top: 0;
    letter-spacing: 0.1em;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.point_h strong {
  display: inline-block;
  font-size: 6.93333vw;
}
@media (min-width: 768px) {
  .point_h strong {
    letter-spacing: 0.11em; 
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
.point_h strong:last-of-type {
  padding-bottom: 8vw;
  background-image: url(../img/heading_line_lg_green.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 59.73333vw 3.2vw;
}
@media (min-width: 768px) {
  .point_h strong:last-of-type {
    margin-top: 2px;
    padding-bottom: 32px;
    background-size: 351px 18px;
    letter-spacing: 0.08em;
  }
}

.point_container {
  overflow: hidden;
  margin: 8vw 7.33333vw 0;
  border-radius: 2px;
  background: #eaf1f1;
}
@media (min-width: 768px) {
  .point_container {
    overflow: visible; 
    margin: 60px auto 0;
    max-width: 992px;
  }
}

.point_visual {
  position: relative;
  padding: 10.93333vw 8.53333vw 37.33333vw; 
  background: url(../img/point_visual_bg.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .point_visual {
    padding: 56px 64px 57px;
    background: url(../img/point_visual_bg_lg.jpg) no-repeat center/cover;
  }
}
.point_visual::before {
  content: "";
  position: absolute;
  right: 5.06667vw;
  bottom: -3.2vw;
  width: 68.66667vw;
  height: 38vw;
  background: url(../img/point_visiual_img.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .point_visual::before {
    right: 35px;
    bottom: -28px;
    width: 473px;
    height: 378px;
    background: url(../img/point_visiual_img_lg.png) no-repeat center/contain;
  }
}

.point_visual_txts {
  padding: 6.66667vw 8vw 6.66667vw 9.33333vw; 
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .point_visual_txts {
    padding: 37px 53px 40px; 
    width: 384px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.point_visual_txt {
  letter-spacing: 0.12em; 
  font-size: 3.46667vw;
}
@media (min-width: 768px) {
  .point_visual_txt {
    font-size: 2rem;
  }
}

.point_visual_txt_strong {
  margin-top: 2.93333vw;
  letter-spacing: 0.1em; 
  font-size: 5.33333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .point_visual_txt_strong {
    margin-top: 15px;
    letter-spacing: 0.15em; 
    font-size: 3rem;
  }
}

.point_container_content {
  margin-top: 11.73333vw;
  padding: 0 8.53333vw 15.2vw;
}
@media (min-width: 768px) {
  .point_container_content {
    margin-top: 72px;
    padding: 0 64px 50px;
  }
}

.point_container_h {
  text-align: center;
  letter-spacing: 0.1em; 
  font-size: 4.26667vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .point_container_h {
    letter-spacing: 0.16em; 
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.point_list {
  margin-top: 9.33333vw;
}
@media (min-width: 768px) {
  .point_list {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .point_item {
    display: flex;
  }
}

.point_item + .point_item {
  margin-top: 13.33333vw;
}
@media (min-width: 768px) {
  .point_item + .point_item {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .point_item:nth-of-type(odd) .point_item_img {
    order: 1;
  }
}

@media (min-width: 768px) {
  .point_item:nth-of-type(odd) .point_item_txts {
    padding-right: 50px; 
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .point_item:nth-of-type(even) .point_item_txts {
    padding-left: 48px; 
    max-width: 400px;
  }
}

.point_item_img {
  border-radius: 1.06667vw;
}
@media (min-width: 768px) {
  .point_item_img {
    border-radius: 8px;
    width: 464px;
  }
}

.point_item_txts {
  margin-top: 4.8vw;
}
@media (min-width: 768px) {
  .point_item_txts {
    margin-top: 0;
  }
}

.point_item_fukidashi {
  display: inline-block;
  position: relative;
  padding: 1.33333vw 1.06667vw;
  border: 2px solid #00b000;
  border-radius: 0.53333vw;
  background-color: #fff;
  letter-spacing: 0; 
  color: #00b000;
  font-size: 3.06667vw;
}
@media (min-width: 768px) {
  .point_item_fukidashi {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .point_item_fukidashi span {
    font-size: 2.2rem;
  }
}
.point_item_fukidashi::before {
  content: "";
  position: absolute;
  right: 1.86667vw;
  bottom: -2.53333vw;
  width: 3.33333vw;
  height: 2.53333vw;
  background-image: url(../img/fukidashi_point.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.33333vw 2.53333vw;
}
@media (min-width: 768px) {
  .point_item_fukidashi::before {
    right: 26px;
    bottom: -8px;
    width: 16px;
    height: 8px;
    background-image: url(../img/fukidashi_02_lg.png);
    background-size: 16px 8px;
  }
}

.point_item_h {
  margin-top: 2.13333vw;
  padding-left: 3.73333vw;
  letter-spacing: 0.1em; 
  color: #333;
  font-size: 5.6vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .point_item_h {
    margin-top: 7px;
    padding-left: 0;
    letter-spacing: 0.1em; 
    font-size: 2.4rem;
  }
}

.point_item_txt {
  margin-top: 1.86667vw;
  padding-left: 4.53333vw;
  font-size: 3.2vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .point_item_txt {
    margin-top: 7px;
    padding-left: 0;
    letter-spacing: 0.1em; 
    font-size: 1.4rem;
    line-height: 1.95;
  }
}

.point_icon_list {
  display: flex;
  flex-wrap: wrap; 
  margin: 8.26667vw 7.46667vw 0 10.66667vw;
}
@media (min-width: 768px) {
  .point_icon_list {
    flex-wrap: nowrap; 
    margin: 37px auto 0;
    padding: 0 46px;
    max-width: 992px;
  }
}
.point_icon_list li {
  width: 25%;
  text-align: center;
}
@media (min-width: 768px) {
  .point_icon_list li {
    width: 1250%;
  }
}
@media (max-width: 767.98px) {
  .point_icon_list li:nth-child(n + 5) {
    margin-top: 3.73333vw;
  }
}
.point_icon_list li:first-child img {
  width: 8.8vw;
}
@media (min-width: 768px) {
  .point_icon_list li:first-child img {
    width: 44px;
  }
}
.point_icon_list li:nth-child(2) img {
  width: 9.6vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(2) img {
    width: 46px;
  }
}
.point_icon_list li:nth-child(3) img {
  width: 7.2vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(3) img {
    width: 36px;
  }
}
.point_icon_list li:nth-child(4) img {
  width: 9.2vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(4) img {
    width: 46px;
  }
}
.point_icon_list li:nth-child(5) img {
  width: 8.93333vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(5) img {
    width: 44px;
  }
}
.point_icon_list li:nth-child(6) img {
  width: 8.66667vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(6) img {
    width: 42px;
  }
}
.point_icon_list li:nth-child(7) img {
  width: 7.46667vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(7) img {
    width: 37px;
  }
}
.point_icon_list li:nth-child(8) img {
  width: 8.53333vw;
}
@media (min-width: 768px) {
  .point_icon_list li:nth-child(8) img {
    width: 41px;
  }
}

.point_icon_img {
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 8vw;
}
@media (min-width: 768px) {
  .point_icon_img {
    height: 42px;
  }
}

.point_icon_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.86667vw;
  height: 6.93333vw; 
  letter-spacing: 0em;
  font-size: 2.66667vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .point_icon_txt {
    margin-top: 6px;
    height: 32px; 
    letter-spacing: 1px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.point_link {
  margin: 7.46667vw auto 0;
  width: 68.26667vw;
  height: 11.73333vw;
}
@media (min-width: 768px) {
  .point_link {
    margin: 25px auto 0; 
    width: 400px;
    height: 63px;
  }
}
.point_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.06667vw;
  border-radius: 5.86667vw;
  height: 100%;
  background: #5fd510;
  text-decoration: none;
  letter-spacing: 0.13em; 
  color: #fff;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .point_link a {
    padding-right: 0; 
    border-radius: 32px;
    letter-spacing: 0.1em;
    font-size: 1.9rem;
  }
}
.point_link a::before {
  right: 7.46667vw;
}
@media (min-width: 768px) {
  .point_link a::before {
    right: 26px;
  }
}

/* --------------------------------
  cv
-------------------------------- */
.cv {
  position: relative;
}
.cv.type_02 {
  background: linear-gradient(to right, #5fd510, #cff465);
}

.cv_inner {
  position: relative;
  padding: 23.46667vw 0 10.66667vw;
}
@media (min-width: 768px) {
  .cv_inner {
    display: flex;
    margin: auto;
    padding: 24px 64px 34px; 
    max-width: 1120px;
  }
}

.cv_img {
  position: relative; 
  width: 48vw;
}
@media (min-width: 768px) {
  .cv_img {
    margin-left: -62px; 
    width: 307px;
  }
}
.cv_img img {
  position: absolute;
  bottom: -2.93333vw;
  left: 21.33333vw;
}
@media (min-width: 768px) {
  .cv_img img {
    bottom: -34px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .cv_desc {
    margin-left: 14px; 
    width: calc(100% - 270px);
  }
}

.cv_link {
  text-align: center;
}
@media (min-width: 768px) {
  .cv_link {
    display: inline-block;
    margin: 89px 0 0;
  }
}
.cv_link a {
  display: inline-block;
  padding: 1.86667vw 6.13333vw 2.13333vw 2.93333vw;
  border-radius: 0.53333vw;
  border-radius: 0.53333vw;
  width: auto;
  text-decoration: none; 
  color: #00b000;
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .cv_link a {
    padding: 9px 10px 10px 0;
    border-radius: 4px;
    border-radius: 4px;
    width: 256px;
    font-size: 1.2rem;
  }
}
.cv_link a::before {
  right: 2.4vw;
}
@media (min-width: 768px) {
  .cv_link a::before {
    right: 10px;
  }
}

.cv_h {
  margin-top: 4.8vw;
  text-align: center;
  letter-spacing: 0.13em;
  font-size: 4.53333vw;
  line-height: 1.5;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cv_h {
    display: inline-block;
    margin-top: 0;
    margin-left: 46px;
    letter-spacing: 0.15em; 
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.type_02 .cv_h {
  color: #333;
}

.cv_btns {
  margin-top: 9.06667vw;
}
@media (min-width: 768px) {
  .cv_btns {
    display: inline-flex;
    justify-content: space-between;
    margin-top: 34px;
    margin-left: 24px; 
    width: 100%;
    max-width: 658px;
  }
}

.cv_btn {
  position: relative;
  margin: auto; 
  width: 59.73333vw;
  height: 11.73333vw;
}
@media (min-width: 768px) {
  .cv_btn {
    margin: 0; 
    width: 321px;
    height: 57px;
  }
}
@media (max-width: 767.98px) {
  .cv_btn + .cv_btn {
    margin-top: 9.33333vw;
  }
}
.cv_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.86667vw;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cv_btn a {
    border-radius: 28px;
  }
}
.cv_btn a::before {
  right: 2.66667vw;
}
@media (min-width: 768px) {
  .cv_btn a::before {
    right: 21px;
  }
}
.cv_btn._yellow a {
  background-color: #fff900;
  letter-spacing: 0.12em; 
  color: #333;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .cv_btn._yellow a {
    letter-spacing: 1px; 
    font-size: 1.7rem;
  }
}
.cv_btn._yellow a .txt-num {
  display: inline-block;
  margin-right: 0.53333vw;
  margin-bottom: 0.26667vw; 
  letter-spacing: -0.02em;
  font-size: 5.33333vw;
}
@media (min-width: 768px) {
  .cv_btn._yellow a .txt-num {
    margin-right: 3px;
    margin-bottom: 2px; 
    font-size: 2.9rem;
  }
}
.cv_btn._white a {
  background-color: #fff;
  color: #00b000;
  font-size: 3.73333vw;
}
@media (min-width: 768px) {
  .cv_btn._white a {
    font-size: 2rem;
  }
}

.cv_btn_fukidashi {
  position: absolute;
  z-index: 1;
  top: -5.06667vw;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0.53333vw 0;
  border-radius: 0.53333vw; 
  width: 38.4vw;
  background-color: #ff9600;
  text-align: center;
  color: #fff;
  font-size: 3.06667vw;
}
@media (min-width: 768px) {
  .cv_btn_fukidashi {
    top: -20px;
    padding: 2px 0;
    border-radius: 4px;
    width: 174px;
    font-size: 1.4rem;
  }
}
.cv_btn_fukidashi::before {
  content: "";
  position: absolute;
  bottom: -1.33333vw;
  left: 8.53333vw;
  width: 2.93333vw;
  height: 1.6vw;
  background-image: url(../img/fukidashi_cv.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.93333vw 1.6vw;
}
@media (min-width: 768px) {
  .cv_btn_fukidashi::before {
    bottom: -7px;
    left: 34px;
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
  }
}

/* --------------------------------
  voice
-------------------------------- */
.voice {
  background-color: #eaf1f1;
}

.voice_inner {
  position: relative;
  padding: 15.2vw 0 13.06667vw;
}
@media (min-width: 768px) {
  .voice_inner {
    padding: 120px 0 0;
  }
}
.voice_inner::before {
  content: "";
  position: absolute;
  top: 8.53333vw;
  left: 10.13333vw;
  width: 16.53333vw;
  height: 24.4vw;
  background-image: url(../img/voice_illust_01.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16.53333vw 24.4vw;
}
@media (min-width: 768px) {
  .voice_inner::before {
    top: 143px;
    left: 50%;
    margin-left: -386px;
    width: 128px;
    height: 190px;
    background-size: 128px 190px;
  }
}

.voice_fukidashi {
  text-align: center;
}
.voice_fukidashi span {
  display: inline-block;
  position: relative;
  padding: 1.6vw 3.2vw; 
  border-radius: 3px;
  background: #5fd510;
  color: #fff;
  font-size: 3.46667vw;
}
.voice_fukidashi span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 35px;
  width: 18px;
  height: 9px;
  background: url(../img/fukidashi_01.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .voice_fukidashi span {
    padding: 7px 18px 8px;
    letter-spacing: 0.08em; 
    font-size: 1.8rem;
  }
}

.voice_h {
  margin-top: 1.33333vw; 
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 6.93333vw;
}
@media (min-width: 768px) {
  .voice_h {
    margin-top: 4px; 
    font-size: 4.3rem;
  }
}

.voice_lead {
  margin-top: 3.2vw;
  text-align: center;
  letter-spacing: 0.15em; 
  line-height: 1.5;
}
@media (min-width: 768px) {
  .voice_lead {
    margin-top: 24px; 
    letter-spacing: 0.1em;
    font-size: 2.6rem;
    line-height: normal;
  }
}

.voice_case_lists {
  padding: 6.93333vw 11.73333vw 2.66667vw;
}
@media (min-width: 768px) {
  .voice_case_lists {
    margin: 32px 0 0;
    padding: 0 0 30px;
  }
}

.voice_case_item_inner {
  border-radius: 4px; 
  background: #fff;
}
@media (min-width: 768px) {
  .voice_case_item_inner {
    padding-bottom: 38px;
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .voice_case_item_lead {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .voice_case_item_img {
    order: 2;
  }
}

.voice_case_item_txts {
  padding: 5.33333vw 8.53333vw 0;
}
.voice_case_item_txts ul {
  margin-top: 1.06667vw;
}
.voice_case_item_txts li {
  letter-spacing: 0.1em;
  font-size: 3.2vw;
}
.voice_case_item_txts span {
  display: inline-block;
  margin-right: 1.86667vw; 
  padding: 0 1.06667vw;
  border-radius: 2px;
  background: #00b000;
  color: #fff;
  font-size: 2.66667vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .voice_case_item_txts {
    order: 1;
    padding: 39px 0 0 50px;
  }
  .voice_case_item_txts ul {
    display: flex;
    flex-wrap: wrap; 
    margin: 0 -14px;
  }
  .voice_case_item_txts li {
    margin: 0 14px; 
    min-width: 160px;
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
  .voice_case_item_txts span {
    margin-right: 6px; 
    padding: 0 5px 1px;
    border-radius: 4px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .voice_case_item_txts li + li {
    margin-top: 1.6vw;
  }
}

.voice_case_tag {
  display: inline-block;
  position: relative;
  padding: 0 2.66667vw;
  border-radius: 2px;
  background: #5fd510;
  letter-spacing: 0.12em; 
  color: #fff;
  font-size: 3.56vw;
}
@media (min-width: 768px) {
  .voice_case_tag {
    padding: 0 13px 1px; 
    border-radius: 4px;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}
.voice_case_tag::before {
  content: "";
  position: absolute;
  bottom: -1.46667vw;
  left: 7.46667vw; 
  width: 3.2vw;
  height: 1.86667vw;
  background-image: url(../img/fukidashi_01.png);
  background-size: 3.2vw 1.86667vw;
}
@media (min-width: 768px) {
  .voice_case_tag::before {
    bottom: -9px;
    left: 35px;
    width: 16px;
    height: 10px;
    background-size: 16px 10px;
  }
}

.voice_case_logo {
  margin-top: -0.53333vw; 
  width: 45.06667vw;
}
@media (min-width: 768px) {
  .voice_case_logo {
    margin-top: 0;
    width: auto;
  }
}

.voice_case_item_desc {
  padding: 1.6vw 8.53333vw 9.6vw;
}
@media (min-width: 768px) {
  .voice_case_item_desc {
    margin-top: 12px; 
    padding: 0 50px;
  }
}

.voice_case_item_desc_txt {
  letter-spacing: 0.12em; 
  font-size: 3.46667vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .voice_case_item_desc_txt {
    letter-spacing: 1px; 
    font-size: 1.4rem;
    line-height: normal;
  }
}

.voice_case_item_desc_list {
  margin-top: 6.4vw;
}
@media (min-width: 768px) {
  .voice_case_item_desc_list {
    display: flex;
    margin: 26px -8px 0;
  }
}
.voice_case_item_desc_list li {
  padding: 2.93333vw 4vw; 
  border-radius: 4px;
  background: #f4f8f8;
}
@media (min-width: 768px) {
  .voice_case_item_desc_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    padding: 15px;
    width: calc(33.33% - 16px); 
    min-height: 110px;
  }
}
@media (max-width: 767.98px) {
  .voice_case_item_desc_list li + li {
    margin-top: 10px;
  }
}
.voice_case_item_desc_list p {
  font-size: 2.93333vw;
}
@media (min-width: 768px) {
  .voice_case_item_desc_list p {
    font-size: 1.4rem;
  }
}

.swiper-slide .voice_case_item_inner {
  opacity: 0.6; 
  -webkit-transform: scale(0.9); 
          transform: scale(0.9);
}

.swiper-slide-active .voice_case_item_inner {
  opacity: 1; 
  -webkit-transform: scale(1); 
          transform: scale(1);
}

.swiper-button-prev {
  left: 2.66667vw;
  outline: none; 
  width: 15.73333vw;
  height: 15.73333vw;
  background-image: url(../img/btn_prev.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15.73333vw 15.73333vw;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    z-index: 1;
    top: 44%;
    left: 18%;
    width: 86px;
    height: 86px;
    transition: 0.3s opacity cubic-bezier(0, 0, 0.58, 1); 
    background-image: url(../img/btn_prev_lg.png);
    background-size: 86px 86px;
  }
  .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1600px) {
  .swiper-button-prev {
    left: 23%;
  }
}
.swiper-button-prev::after {
  font-size: 0;
}

.swiper-button-next {
  right: 0.53333vw;
  outline: none; 
  width: 15.73333vw;
  height: 15.73333vw;
  background-image: url(../img/btn_next.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15.73333vw 15.73333vw;
}
@media (min-width: 768px) {
  .swiper-button-next {
    z-index: 1;
    top: 44%;
    right: 17.3%;
    width: 86px;
    height: 86px;
    transition: 0.3s opacity cubic-bezier(0, 0, 0.58, 1); 
    background-image: url(../img/btn_next_lg.png);
    background-size: 86px 86px;
  }
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1600px) {
  .swiper-button-next {
    right: 22.3%;
  }
}
.swiper-button-next::after {
  font-size: 0;
}

/* --------------------------------
  case
-------------------------------- */
.case {
  background-color: #eaf1f1;
}
@media (min-width: 768px) {
  .case {
    padding-top: 90px;
  }
}
.case .cv {
  margin-top: 27.46667vw;
}
@media (min-width: 768px) {
  .case .cv {
    margin-top: 117px;
  }
}

.case_h {
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .case_h {
    letter-spacing: 0.1em; 
    font-size: 2.8rem;
  }
}
.case_h strong {
  display: inline-block;
  font-size: 6.93333vw;
}
@media (min-width: 768px) {
  .case_h strong {
    letter-spacing: 0.11em; 
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
.case_h strong:last-of-type {
  padding-bottom: 6.13333vw;
  background-image: url(../img/heading_line_lg_green.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 59.73333vw 3.2vw;
}
@media (min-width: 768px) {
  .case_h strong:last-of-type {
    margin-top: 2px;
    padding-bottom: 32px;
    background-size: 351px 18px;
    letter-spacing: 0.08em;
  }
}

.case_lists {
  margin: 5.06667vw 11.6vw 0;
}
@media (min-width: 768px) {
  .case_lists {
    margin: 25px auto 0;
    max-width: 992px;
  }
}

.case_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.66667vw;
}
@media (min-width: 768px) {
  .case_list {
    margin: 0 -2px;
  }
}
.case_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.66667vw;
  width: calc(50% - 1.33333vw);
  height: 13.33333vw; 
  background: #fff;
}
@media (min-width: 768px) {
  .case_list li {
    margin: 2px;
    width: calc(25% - 4px);
    height: 94px;
  }
}
.case_list li:first-child .case_list_icon,
.case_list li:nth-child(2) .case_list_icon,
.case_list li:nth-child(3) .case_list_icon,
.case_list li:nth-child(4) .case_list_icon {
  width: 7.46667vw;
}
@media (min-width: 768px) {
  .case_list li:first-child .case_list_icon,
  .case_list li:nth-child(2) .case_list_icon,
  .case_list li:nth-child(3) .case_list_icon,
  .case_list li:nth-child(4) .case_list_icon {
    width: 50px;
  }
}
.case_list li:nth-child(5) .case_list_icon {
  width: 4.8vw;
}
@media (min-width: 768px) {
  .case_list li:nth-child(5) .case_list_icon {
    width: 32px;
  }
}
.case_list li:nth-child(6) .case_list_icon {
  width: 5.73333vw;
}
@media (min-width: 768px) {
  .case_list li:nth-child(6) .case_list_icon {
    width: 37px;
  }
}
.case_list li:nth-child(7) .case_list_icon {
  width: 5.2vw;
}
@media (min-width: 768px) {
  .case_list li:nth-child(7) .case_list_icon {
    width: 35px;
  }
}
@media (max-width: 767.98px) {
  .case_list li:nth-child(7) p {
    letter-spacing: -0.03em;
  }
}
.case_list li:nth-child(8) .case_list_icon {
  width: 6.26667vw;
}
@media (min-width: 768px) {
  .case_list li:nth-child(8) .case_list_icon {
    width: 43px;
  }
}

.case_list_txt {
  padding-left: 1.06667vw;
}
@media (min-width: 768px) {
  .case_list_txt {
    padding-left: 13px;
  }
}
.case_list_txt p {
  font-size: 2.93333vw;
}
@media (min-width: 768px) {
  .case_list_txt p {
    font-size: 2rem;
  }
}
.case_list_txt span {
  display: block;
  margin-bottom: -0.53333vw; 
  letter-spacing: -0.03em;
  font-size: 2.66667vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .case_list_txt span {
    margin-bottom: 0; 
    font-size: 1.5rem;
  }
}

/* --------------------------------
  plan
-------------------------------- */
.plan {
  padding-top: 17.6vw;
  background-color: #f0f3f6;
}
@media (min-width: 768px) {
  .plan {
    padding-top: 121px;
  }
}
.plan .cv {
  margin-top: 28.26667vw;
}
@media (min-width: 768px) {
  .plan .cv {
    margin-top: 120px;
  }
}

.plan_inner {
  position: relative;
  margin: 0 10.66667vw;
}
@media (min-width: 768px) {
  .plan_inner {
    margin: auto; 
    max-width: 928px;
  }
}
.plan_inner::before {
  content: "";
  position: absolute;
  top: -9.06667vw;
  right: -10.66667vw;
  width: 24.8vw;
  height: 26.26667vw;
  background-image: url(../img/plan_illust_01.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24.8vw 26.26667vw;
}
@media (min-width: 768px) {
  .plan_inner::before {
    top: 16px;
    right: -20px;
    width: 177px;
    height: 195px;
    background-size: 177px 195px;
  }
}

.plan_fukidashi {
  text-align: center;
}
.plan_fukidashi span {
  display: inline-block;
  position: relative;
  padding: 1.6vw 3.2vw; 
  border-radius: 3px;
  background: #5fd510;
  color: #fff;
  font-size: 3.46667vw;
}
.plan_fukidashi span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 65px;
  width: 18px;
  height: 9px;
  background: url(../img/fukidashi_01.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .plan_fukidashi span {
    padding: 7px 18px 8px;
    border-radius: 3px;
    letter-spacing: 0.08em; 
    font-size: 1.8rem;
  }
}

.plan_h {
  margin-top: 1.33333vw; 
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 6.93333vw;
}
@media (min-width: 768px) {
  .plan_h {
    margin-top: 4px; 
    letter-spacing: 0.1em;
    font-size: 4.3rem;
  }
}

.plan_lead {
  margin-top: 3.2vw;
  text-align: center;
  letter-spacing: 0.17em;
  font-size: 4.26667vw; 
  line-height: 1.5;
}
@media (min-width: 768px) {
  .plan_lead {
    margin-top: 22px;
    letter-spacing: 0.1em;
    font-size: 2.6rem;
    line-height: normal;
  }
}

.plan_cloud {
  margin-top: 6.66667vw;
}
@media (min-width: 768px) {
  .plan_cloud {
    margin-top: 23px;
  }
}

.plan_cloud_lead {
  letter-spacing: 0.12em; 
  font-size: 3.73333vw;
}
@media (min-width: 768px) {
  .plan_cloud_lead {
    text-align: center;
    letter-spacing: 0.11em; 
    font-size: 2.2rem;
  }
}

.plan_cloud_annotation_list {
  margin-top: 2.13333vw;
  margin-left: 1.06667vw;
}
@media (min-width: 768px) {
  .plan_cloud_annotation_list {
    margin-top: 10px;
    margin-left: -2px;
  }
}
.plan_cloud_annotation_list li {
  padding-left: 1em;
  text-indent: -1em; 
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .plan_cloud_annotation_list li {
    letter-spacing: 0.1em; 
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .plan_cloud_annotation_list li + li {
    margin-top: 0.53333vw;
  }
}
.plan_cloud_annotation_list a {
  color: #333;
}
.plan_cloud_annotation_list a:hover {
  color: #333;
}

.plan_poster {
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .plan_poster {
    margin-top: 10px;
  }
}

.plan_table_lead {
  margin-top: 8.26667vw; 
  text-align: center;
  font-size: 5.86667vw;
}
@media (min-width: 768px) {
  .plan_table_lead {
    margin-top: 18px; 
    font-size: 3.6rem;
  }
}
.plan_table_lead span {
  display: inline-block;
  position: relative;
  letter-spacing: 0.1em;
}
.plan_table_lead span::before {
  content: "";
  position: absolute;
  right: -100%;
  bottom: -0.13333vw;
  left: -100%;
  margin: auto;
  border-radius: 1px;
  width: 100%;
  height: 0.53333vw; 
  background: #5fd510;
}
@media (min-width: 768px) {
  .plan_table_lead span::before {
    bottom: 0;
    width: 110%; 
    height: 3px;
  }
}

.plan_table_lead_sub {
  margin: 3.73333vw 1.06667vw 0;
  letter-spacing: 0.1em; 
  font-size: 3.73333vw;
}
@media (min-width: 768px) {
  .plan_table_lead_sub {
    margin: 17px 0 0;
    text-align: center;
    letter-spacing: 0.12em; 
    font-size: 2.4rem;
  }
}

.plan_table {
  margin: 2.93333vw -10.66667vw 0;
}
@media (max-width: 767.98px) {
  .plan_table {
    padding-bottom: 5.86667vw;
  }
}
@media (min-width: 768px) {
  .plan_table {
    margin: 9px 0 0;
  }
}

.plan_table_01 {
  overflow: hidden; 
  padding: 0 10.66667vw;
  width: 146.4vw;
  min-width: 549px;
}
@media (min-width: 768px) {
  .plan_table_01 {
    padding: 0;
    width: 100%;
  }
}
.plan_table_01 table {
  width: 100%;
}
.plan_table_01 thead th {
  padding: 2.4vw; 
  border-bottom: 2px solid #f0f3f6;
  background-color: #5fd510;
  color: #fff;
  font-size: 2.93333vw;
}
@media (min-width: 768px) {
  .plan_table_01 thead th {
    padding: 10px 20px; 
    border-width: 5px;
    font-size: 1.6rem;
  }
}
.plan_table_01 thead th:not(:first-of-type) {
  border-left: 2px solid #f0f3f6;
}
@media (min-width: 768px) {
  .plan_table_01 thead th:not(:first-of-type) {
    padding: 12px 10px; 
    border-width: 5px;
  }
}
.plan_table_01 thead th span {
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .plan_table_01 thead th span {
    display: inline-block; 
    margin-left: 5px;
    font-size: 1.2rem;
  }
}
.plan_table_01 tbody th {
  padding: 0 4.26667vw;
  border-bottom: 2px solid #f0f3f6;
  width: 41.86667vw;
  min-width: 156px; 
  height: 9.86667vw;
  background-color: #5fd510;
  text-align: center;
  color: #fff;
  font-size: 2.93333vw;
}
@media (min-width: 768px) {
  .plan_table_01 tbody th {
    padding: 27px 32px;
    border-width: 5px;
    width: 306px;
    height: auto; 
    font-size: 1.6rem;
  }
}
.plan_table_01 td {
  padding: 0 4.26667vw;
  border-bottom: 2px solid #f0f3f6;
  border-left: 2px solid #f0f3f6;
  width: 41.86667vw;
  min-width: 157px; 
  background-color: #fff;
  text-align: center;
  color: #333;
  font-weight: 700;
}
@media (min-width: 768px) {
  .plan_table_01 td {
    padding: 18px 32px;
    border-width: 5px; 
    width: 306px;
    font-size: 1.6rem;
  }
}
.plan_table_01 p {
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .plan_table_01 p {
    font-size: 1.6rem;
  }
}
.plan_table_01 strong {
  display: inline-block; 
  letter-spacing: -0.01em;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .plan_table_01 strong {
    display: inline-block;
    margin-right: 8px; 
    letter-spacing: -0.01em;
    font-size: 3.6rem;
  }
}
.plan_table_01 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.plan_table_01 a:hover,
.plan_table_01 a:active,
.plan_table_01 a:visited {
  color: #00b000;
}
.plan_table_01 a::before,
.plan_table_01 a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -3.73333vw;
  bottom: 0;
  margin: auto;
  width: 2.93333vw;
  height: 2.93333vw;
  background: url(../img/table_arrow.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .plan_table_01 a::before,
  .plan_table_01 a::after {
    right: -17px;
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 767.98px) {
  .simplebar-track {
    margin: 0 10.66667vw;
    border-radius: 4px;
    height: 8px !important; 
    background-color: #fff;
  }
  .simplebar-scrollbar {
    top: 0 !important;
    height: 8px !important;
  }
  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-scrollbar::before {
    opacity: 1;
    border-radius: 4px;
    height: 8px;
    background-color: #5fd510;
  }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    right: 0; 
    left: 0;
  }
}

.plan_note {
  margin-top: 4vw;
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .plan_note {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.plan_note_list li {
  padding-left: 1em;
  text-indent: -1em;
  color: #333;
  line-height: 1.7;
}
.plan_note_list li a {
  color: #333;
}

.plan_txt_01 {
  margin: 5.33333vw 1.33333vw 0;
  text-align: center;
  letter-spacing: 0.12em; 
  color: #333;
  font-size: 3.46667vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .plan_txt_01 {
    margin: 10px auto 0;
    letter-spacing: 0.12em; 
    font-size: 1.7rem;
  }
}

/* --------------------------------
  organization
-------------------------------- */
.organization {
  padding-top: 14.66667vw;
  background-color: #f8fcfd;
  background-image: url(../img/organization_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 100vw 120vw;
}
@media (min-width: 768px) {
  .organization {
    padding-top: 108px;
    background-image: url(../img/organization_bg_01_lg.jpg);
    background-position: center 0; 
    background-size: 1920px 781px;
  }
}

.organization_inner {
  position: relative;
}
.organization_inner::before {
  content: "";
  position: absolute;
  top: -9.6vw;
  left: 3.73333vw;
  width: 19.2vw;
  height: 28.4vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); 
  background-image: url(../img/organization_illust_01.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 19.2vw 28.4vw;
}
@media (min-width: 768px) {
  .organization_inner::before {
    top: -4px;
    left: 50%;
    margin-left: -403px;
    width: 131px;
    height: 194px;
    background-size: 131px 194px;
  }
}
.organization_inner::after {
  content: "";
  position: absolute;
  top: -12.8vw;
  right: 2.66667vw;
  width: 23.73333vw;
  height: 31.6vw;
  background-image: url(../img/organization_illust_02.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 23.73333vw 31.6vw;
}
@media (min-width: 768px) {
  .organization_inner::after {
    top: -23px;
    right: 50%;
    margin-right: -428px;
    width: 162px;
    height: 215px;
    background-size: 162px 215px;
  }
}

.organization_h {
  margin-top: 5.33333vw;
  text-align: center;
  font-size: 4vw; 
  line-height: 1.4;
}
@media (min-width: 768px) {
  .organization_h {
    margin-top: 0;
    letter-spacing: 0.1em; 
    font-size: 2.8rem;
  }
}
.organization_h strong {
  display: inline-block;
  margin-top: 1.33333vw; 
  padding-bottom: 6.13333vw;
  background-image: url(../img/heading_line_lg_green.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 59.73333vw 3.2vw;
  letter-spacing: 0.12em;
  font-size: 6.93333vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .organization_h strong {
    margin-top: 2px;
    padding-bottom: 32px;
    background-size: 351px 18px;
    letter-spacing: 0.11em; 
    font-size: 4.2rem;
    line-height: 1.5;
  }
}

.organization_info {
  margin: 6.66667vw 11.73333vw 0;
  padding: 4vw 8.53333vw 8.8vw;
  border-radius: 2.66667vw 2.66667vw 0 0;
  background-color: rgba(98, 214, 33, 0.85);
}
@media (min-width: 768px) {
  .organization_info {
    margin: 51px auto 0;
    padding: 54px 32px 36px;
    border-radius: 20px 20px 0 0; 
    max-width: 992px;
  }
}
.organization_info .cv {
  background: none;
}
@media (min-width: 768px) {
  .organization_info .cv_btns {
    position: static;
    margin-top: 0;
    margin-left: 0; 
    max-width: none;
  }
}
@media (min-width: 768px) {
  .organization_info .cv_btn {
    width: 290px;
    height: 88px;
  }
}
@media (min-width: 768px) {
  .organization_info .cv_btn a {
    border-radius: 44px; 
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .organization_info .cv_btn + .cv_btn {
    margin-top: 11.06667vw;
  }
}
.organization_info .cv_btn._yellow a {
  background-color: #fff900;
  letter-spacing: 0.12em; 
  color: #333;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .organization_info .cv_btn._yellow a {
    letter-spacing: 0.18em; 
    font-size: 1.7rem;
  }
}
.organization_info .cv_btn._yellow a .txt-num {
  display: inline-block;
  margin-right: 0.53333vw; 
  margin-bottom: 0.8vw;
  letter-spacing: -0.02em;
  font-size: 5.33333vw;
}
@media (min-width: 768px) {
  .organization_info .cv_btn._yellow a .txt-num {
    margin-right: 3px;
    margin-bottom: 5px; 
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .organization_info .cv_btn_fukidashi {
    top: -28px;
    padding: 3px 0;
    width: 224px;
    letter-spacing: 0.11em; 
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .organization_info .cv_btn_fukidashi::before {
    left: 52px;
  }
}
.organization_info .nav_txt_tel {
  margin: auto;
  padding-top: 7.46667vw;
  width: 56.53333vw;
  text-align: center; 
  letter-spacing: 1px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tel {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
  }
}
.organization_info .nav_txt_tel a {
  text-decoration: none;
  color: #fff;
}
.organization_info .nav_txt_tel .icon {
  display: inline-block;
  margin-right: 1.86667vw; 
  width: 5.6vw;
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tel .icon {
    margin-right: 8px; 
    width: 24px;
  }
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tel:last-child {
    margin-right: -10px;
  }
}
.organization_info .nav_txt_tel_company {
  margin-left: 2.66667vw; 
  text-align: left;
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tel_company {
    margin-left: 0; 
    font-size: 1.4em;
  }
}
.organization_info .nav_txt_tel_01 {
  margin-top: 2.13333vw;
  white-space: nowrap; 
  font-size: 6.4vw;
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tel_01 {
    margin-top: 8px;
    font-size: 2.8rem;
  }
}
.organization_info .nav_txt_tel_01 img {
  vertical-align: baseline;
}
.organization_info .nav_txt_tel_02 {
  margin-top: 1.06667vw;
  font-size: 2.66667vw;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tel_02 {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}
@media (max-width: 360px) {
  .organization_info .nav_txt_tel_02 {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  .organization_info .nav_txt_tels {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0; 
    max-width: 800px;
  }
  .organization_info .nav_txt_tels.clmn_two {
    display: flex;
    justify-content: space-around;
  }
}

/* --------------------------------
  footer
-------------------------------- */
.footer {
  padding-bottom: 0; 
  background-color: #00b000;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 7px;
  }
}

.footer_inner {
  position: relative;
  padding: 13.33333vw 2.93333vw 4vw;
}
@media (min-width: 768px) {
  .footer_inner {
    margin: auto;
    padding: 40px 0 72px; 
    max-width: 1056px;
  }
}

.footer_bnr {
  display: flex;
}
@media (min-width: 768px) {
  .footer_bnr {
    justify-content: center;
  }
}

.footer_bnr_01 {
  margin: 0 4.26667vw; 
  width: 38.4vw;
}
@media (min-width: 768px) {
  .footer_bnr_01 {
    margin: 0 48px; 
    width: 290px;
  }
}
.footer_bnr_01 a {
  display: block;
  text-align: center; 
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px) {
  .footer_bnr_img {
    width: 290px;
  }
}

.footer_bnr_txt {
  margin-top: 2.13333vw;
  font-size: 2.66667vw;
}
@media (min-width: 768px) {
  .footer_bnr_txt {
    margin: 10px -5em 0;
    letter-spacing: 1px; 
    font-size: 1.4rem;
  }
}

.footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.33333vw;
}
@media (min-width: 768px) {
  .footer_sns {
    position: absolute;
    bottom: 12px;
    left: 0;
    margin: 0;
  }
}

.footer_sns_txt {
  letter-spacing: 2px; 
  color: #fff;
  font-size: 4vw;
}
@media (min-width: 768px) {
  .footer_sns_txt {
    font-size: 1.6rem;
  }
}

.footer_sns_btns {
  display: flex;
  align-items: center;
  margin-left: 2.66667vw;
}
@media (min-width: 768px) {
  .footer_sns_btns {
    margin-left: 12px;
  }
}

.footer_sns_btn {
  margin: 0 1.86667vw;
}
@media (min-width: 768px) {
  .footer_sns_btn {
    margin: 0 7px;
  }
}
.footer_sns_btn a {
  display: block;
}
.footer_sns_btn.footer_sns_fb {
  width: 6.53333vw;
}
@media (min-width: 768px) {
  .footer_sns_btn.footer_sns_fb {
    width: 27px;
  }
}
.footer_sns_btn.footer_sns_tw {
  width: 7.2vw;
}
@media (min-width: 768px) {
  .footer_sns_btn.footer_sns_tw {
    width: 29px;
  }
}
.footer_sns_btn.footer_sns_yt {
  width: 8vw;
}
@media (min-width: 768px) {
  .footer_sns_btn.footer_sns_yt {
    width: 33px;
  }
}

.pagetop {
  position: absolute;
  top: -6.4vw; 
  right: 4.8vw;
  width: 15.73333vw;
}
@media (min-width: 768px) {
  .pagetop {
    top: -35px; 
    right: -18px;
    width: 86px;
  }
}
.pagetop a {
  display: block;
}

.footer_copyright {
  margin-top: 5.33333vw;
  text-align: center; 
  letter-spacing: 1px;
  color: #fff;
  font-size: 2.66667vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer_copyright {
    position: absolute;
    right: 0;
    bottom: 18px;
    margin: 0;
    letter-spacing: 3px; 
    font-size: 1rem;
  }
}

/* --------------------------------
  fixcv
-------------------------------- */
.fixcv {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28.53333vw;
  transition: 0.3s box-shadow cubic-bezier(0, 0, 0.58, 1), 0.3s opacity cubic-bezier(0, 0, 0.58, 1), 0.3s visibility cubic-bezier(0, 0, 0.58, 1); 
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .fixcv {
    height: 122px;
  }
}
.fixcv.is-active {
  visibility: visible; 
  opacity: 1;
}
.fixcv.cv.type_02 {
  background: #5fd510;
}
.fixcv.cv.type_02 .cv_h {
  color: #333;
}
.fixcv .cv_inner {
  position: relative;
  padding: 8.26667vw 0 0;
}
@media (min-width: 768px) {
  .fixcv .cv_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    padding: 14px 35px 0 0px; 
    max-width: 916px;
    height: 100%;
  }
}
.fixcv .cv_h {
  margin-top: 0;
}
@media (min-width: 768px) {
  .fixcv .cv_h {
    margin-left: 0;
    text-align: left; 
    font-size: 2.8rem;
  }
}
.fixcv .cv_btn {
  position: relative; 
  width: 85.2vw;
  height: 16vw;
}
@media (min-width: 768px) {
  .fixcv .cv_btn {
    margin: 0; 
    width: 408px;
    height: 76px;
  }
}
.fixcv .cv_btn::before {
  content: "";
  position: absolute;
  top: -15.06667vw;
  left: 2.93333vw;
  width: 83.6vw;
  height: 15.06667vw;
  background: url(../img/fixcv_decoration.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .fixcv .cv_btn::before {
    top: -70px;
    left: -132px;
    width: 710px;
    height: 162px;
    background: url(../img/fixcv_decoration_lg.png) no-repeat center/contain;
  }
}
@media (max-width: 767.98px) {
  .fixcv .cv_btn + .cv_btn {
    margin-top: 9.33333vw;
  }
}
.fixcv .cv_btn a {
  border-radius: 8vw;
}
@media (min-width: 768px) {
  .fixcv .cv_btn a {
    border-radius: 38px;
  }
}
.fixcv .cv_btn a::before {
  right: 4.8vw;
}
@media (min-width: 768px) {
  .fixcv .cv_btn a::before {
    right: 22px;
  }
}
.fixcv .cv_btn._yellow a {
  background-color: #fff900;
  color: #333; 
  font-size: 4.66667vw;
}
@media (min-width: 768px) {
  .fixcv .cv_btn._yellow a {
    padding: 7px 9px 0 0; 
    letter-spacing: 0.14em;
    font-size: 2.2rem;
  }
}
.fixcv .cv_btn._yellow .txt-num {
  margin-right: 0.53333vw; 
  margin-bottom: 1.33333vw;
  font-size: 8.53333vw;
}
@media (min-width: 768px) {
  .fixcv .cv_btn._yellow .txt-num {
    margin-right: 3px;
    margin-bottom: 5px; 
    font-size: 4.1rem;
  }
}
.fixcv .cv_btn_fukidashi {
  top: -4.8vw;
  left: -2.13333vw;
  width: 42.4vw;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .fixcv .cv_btn_fukidashi {
    top: -17px;
    left: 0;
    padding: 2px 0;
    border-radius: 4px;
    width: 186px;
    letter-spacing: 0.1em; 
    font-size: 1.5rem;
  }
}
.fixcv .cv_btn_fukidashi::before {
  content: "";
  position: absolute;
  bottom: -1.33333vw;
  left: 10.66667vw;
  width: 2.93333vw;
  height: 1.6vw;
  background-image: url(../img/fukidashi_cv.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.93333vw 1.6vw;
}
@media (min-width: 768px) {
  .fixcv .cv_btn_fukidashi::before {
    bottom: -7px;
    left: 34px;
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
  }
}