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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

/* ---------------------------
foundation-base
--------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-print-color-adjust: exact;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    overflow-x: hidden;
  }
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

a,
a img,
button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a img:hover {
  opacity: 0.7;
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
  opacity: 0.8;
}

a:active {
  color: inherit;
}

/* ---------------------------
layout-layout
--------------------------- */
#l-wrap {
  position: relative;
  z-index: 0;
}

.l-cont_l {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cont_l {
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_l {
    width: 92%;
  }
}
.l-cont_m {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cont_m {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_m {
    width: 92%;
  }
}
.l-cont_s {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cont_s {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_s {
    width: 92%;
  }
}
.l-cont_ss {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cont_ss {
    max-width: 940px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_ss {
    width: 92%;
  }
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-bg_stripe, .l-bg_dots, .l-bg_dots-ylw {
  background-position: center;
  background-repeat: repeat;
}
.l-bg_stripe {
  padding-bottom: 70px;
  background-image: url(../img/bg_stripe.png);
  background-size: 65px;
}
@media screen and (max-width: 767px) {
  .l-bg_stripe {
    padding-bottom: 25px;
  }
}
.l-bg_stripe_light {
  padding-bottom: 70px;
  background-image: url(../img/bg_stripe_light.png);
  background-size: 65px;
}
@media screen and (max-width: 767px) {
  .l-bg_stripe_light {
    padding-bottom: 25px;
  }
}
.l-bg_stripe_ble {
  padding-bottom: 70px;
  background-image: url(../img/bg_stripe_ble.png);
  background-size: 65px;
}
@media screen and (max-width: 767px) {
  .l-bg_stripe_ble {
    padding-bottom: 25px;
  }
}
.l-bg_dots {
  padding: 90px 0;
  background-image: url(../img/bg_dots.jpg);
  background-size: 7px 11px;
}
@media screen and (max-width: 767px) {
  .l-bg_dots {
    padding: 40px 0;
  }
}
.l-bg_dots-ylw {
  padding: 90px 0;
  background-image: url(../img/bg_dots-ylw.jpg);
  background-size: 7px 11px;
}
@media screen and (max-width: 767px) {
  .l-bg_dots-ylw {
    padding: 40px 0;
  }
}
.l-bg_ylw {
  padding: 90px 0;
  background-color: #ffeda4;
}
@media screen and (max-width: 767px) {
  .l-bg_ylw {
    padding: 40px 0;
  }
}
.l-bg_ble {
  padding: 90px 0;
  background-color: #e2e9f9;
}
@media screen and (max-width: 767px) {
  .l-bg_ble {
    padding: 40px 0;
  }
}
.l-bg_wht {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .l-bg_wht {
    padding: 40px 0;
  }
}

.l-page_cont {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .l-page_cont {
    padding-bottom: 40px;
  }
}

/* ---------------------------
layout-header
--------------------------- */
.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 150px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
    padding-top: 10px;
  }
}
.l-header.fixed {
  position: fixed;
  background-color: transparent;
}
.l-header.fixed .l-header_txt,
.l-header.fixed .l-header_logo_name {
  color: #fff;
}
.l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header_inner_left {
  z-index: 1000;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-header_inner_left {
    padding-top: 7px;
  }
}
.l-header_inner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-header_inner_right {
    padding-top: 25px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_inner_right {
    padding-top: 35px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_inner_right {
    padding-top: 43px;
  }
}
.l-header_txt {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  letter-spacing: -0.05em;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-header_txt {
    display: none;
  }
}
.l-header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header_logo a img {
  width: 68px;
  margin-right: 13px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_logo a img {
    width: 55px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_logo a img {
    width: 50px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo a img {
    width: 34px;
    margin-right: 5px;
  }
}
.l-header_logo_name {
  line-height: 1;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_logo_name {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_logo_name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo_name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.l-header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2000;
}
@media print, screen and (min-width: 768px) {
  .l-header_contact {
    margin-right: 100px;
  }
}
@media screen and (max-width: 944px) {
  .l-header_contact {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_contact_tel {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_tel {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_tel a {
    display: block;
    text-align: center;
  }
}
.l-header_contact_tel .num {
  font-family: "Anton", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  position: relative;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_contact_tel .num {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_tel .num {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_tel .num {
    color: #fff;
  }
}
.l-header_contact_tel .num::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  background-image: url(../img/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_contact_tel .num::before {
    width: 21px;
    height: 30px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_tel .num::before {
    width: 15px;
    height: 21px;
  }
}
.l-header_contact_tel .sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_tel .sub {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_tel .sub {
    color: #fff;
    text-align: center;
  }
}
.l-header_contact_mail {
  width: 240px;
  border-radius: 8px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f25e1d;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_mail {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_mail {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_mail a {
    display: block;
  }
}
.l-header_contact_mail .main {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.08em;
  text-align: center;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_contact_mail .main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_mail .main {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_mail .main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-header_contact_mail .main::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 25px;
  background-image: url(../img/ico_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-header_contact_mail .main::before {
    width: 31px;
    height: 21px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_mail .main::before {
    width: 24px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_mail .main::before {
    width: 20px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_mail .center {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1;
    text-align: center;
  }
}
.l-header_contact_mail .sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f25e1d;
  background-color: #ffea00;
  letter-spacing: -0.08em;
  text-align: center;
  border-radius: 2px;
  padding: 0 6px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_contact_mail .sub {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_contact_mail .sub {
    width: 80%;
    margin: 0 auto;
  }
}
.l-header_menu {
  position: fixed;
  top: 34px;
  cursor: pointer;
  right: 5%;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  z-index: 999;
  background-color: #20a27d;
}
@media print, screen and (min-width: 1861px) {
  .l-header_menu {
    right: 11%;
  }
}
@media print, screen and (max-width: 1860px) and (min-width: 1700px) {
  .l-header_menu {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_menu {
    top: 10px;
    width: 45px;
    height: 45px;
  }
}
.l-header_menu_cont {
  position: relative;
  z-index: 0;
  height: 100%;
}
.l-header_menu_cont::after {
  content: "MENU";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-header_menu_cont::after {
    font-size: 10px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: 6px;
  }
}
.l-header_menu_cont span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 24px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .l-header_menu_cont span {
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.l-header_menu_cont span:nth-of-type(1) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .l-header_menu_cont span:nth-of-type(1) {
    top: 10px;
  }
}
.l-header_menu_cont span:nth-of-type(2) {
  top: 30px;
}
@media screen and (max-width: 767px) {
  .l-header_menu_cont span:nth-of-type(2) {
    top: 16px;
  }
}
.l-header_menu_cont span:nth-of-type(3) {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .l-header_menu_cont span:nth-of-type(3) {
    top: 22px;
  }
}
.l-header_menu.active .l-header_menu_cont::after {
  content: "CLOSE";
}
.l-header_menu.active .l-header_menu_cont span:nth-of-type(1) {
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header_menu.active .l-header_menu_cont span:nth-of-type(1) {
    top: 10px;
  }
}
.l-header_menu.active .l-header_menu_cont span:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.l-header_menu.active .l-header_menu_cont span:nth-of-type(3) {
  top: 36px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-header_menu.active .l-header_menu_cont span:nth-of-type(3) {
    top: 22px;
  }
}
.l-header_nav {
  position: fixed;
  z-index: 998;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-top: 200px;
  background-color: #0c8c67;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 945px) and (min-width: 678px) {
  .l-header_nav {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav {
    padding-top: 60px;
  }
}
.l-header_nav.panelactive {
  top: 0;
  opacity: 1;
  pointer-events: inherit;
}
.l-header_nav_cont {
  width: 100%;
  height: calc(100vh - 60px);
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 945px) and (min-width: 678px) {
  .l-header_nav_cont {
    padding-bottom: 300px;
    overflow-y: scroll;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #20a27d #005a3d;
  }
  .l-header_nav_cont::-webkit-scrollbar-track {
    background: #005a3d;
    border-radius: 6px;
  }
  .l-header_nav_cont::-webkit-scrollbar-thumb {
    background: #20a27d;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_cont {
    padding-bottom: 140px;
    overflow-y: scroll;
  }
}
.l-header_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-header_nav_list {
    display: block;
  }
}
.l-header_nav_cat {
  font-size: 20px;
  font-size: 2rem;
  width: 47%;
  border-bottom: dotted 1px #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header_nav_cat {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-header_nav_cat a {
  display: block;
  padding: 14px;
}
.l-header_nav_toggle {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header_nav_toggle {
    position: relative;
    z-index: 0;
  }
  .l-header_nav_toggle::before, .l-header_nav_toggle::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    background-color: #fff;
    content: "";
  }
  .l-header_nav_toggle::before {
    right: 7px;
    width: 16px;
    height: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header_nav_toggle::after {
    top: 50%;
    right: 14px;
    width: 2px;
    height: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-header_nav_toggle.menu-toggle::after {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.l-header_nav_toggle a {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header_nav_toggle a {
    pointer-events: none;
  }
}
.l-header_nav_inner {
  padding: 14px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-header_nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .l-header_nav_inner.single li {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner {
    display: none;
    padding: 7px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_nav_inner li:nth-child(2) {
    width: 33%;
  }
  .l-header_nav_inner li:nth-child(3) {
    width: 25%;
  }
  .l-header_nav_inner li:nth-child(4) {
    width: 42%;
  }
}
.l-header_nav_inner li a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 0 0 0 30px;
  color: #23715b;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-header_nav_inner li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner li a {
    padding: 7px 14px 7px 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-header_nav_inner li a::before {
  position: absolute;
  z-index: 0;
  top: 12px;
  left: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0c8c67;
  border-right: 1px solid #0c8c67;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .l-header_nav_inner li a::before {
    top: 17px;
    width: 5px;
    height: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_nav_contact {
    display: none;
  }
}
@media screen and (max-width: 945px) and (min-width: 678px) {
  .l-header_nav_contact {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_contact {
    margin-top: 30px;
  }
}
.l-header_nav_contact_ttl {
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #fff;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header_nav_contact_ttl {
    margin-bottom: 5px;
    padding: 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 945px) and (min-width: 678px) {
  .l-header_nav_contact .l-header_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_tel {
    margin-right: 0;
    width: 48%;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_tel a {
    text-align: center;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_tel .num {
    font-size: 5vw;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_tel .num::before {
    width: 22px;
    height: 34px;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_tel .sub {
    font-size: 1.5vw;
    text-align: center;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_mail {
    width: 48%;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_mail .main {
    font-size: 2.8vw;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_mail .center {
    display: none;
  }
  .l-header_nav_contact .l-header_contact .l-header_contact_mail .sub {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header_nav_contact .l-header_contact {
    display: block;
  }
}

/* ---------------------------
layout-footer
--------------------------- */
.l-footer_main {
  background-color: #eaf2f0;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-footer_main {
    padding: 20px 0;
  }
}
.l-footer .l-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .l-flex {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_logo {
    width: 45%;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_logo {
    width: 35%;
  }
}
.l-footer_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer_logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_logo a img {
  width: 68px;
  margin-right: 13px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-footer_logo a img {
    width: 50px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_logo a img {
    width: 34px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo a img {
    width: 34px;
    margin-right: 5px;
  }
}
.l-footer_logo_name {
  line-height: 1;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-footer_logo_name {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_logo_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav_pc {
    width: 55%;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_nav_pc {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav_pc {
    display: none;
  }
}
.l-footer_nav_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav_sp {
    display: none;
  }
}
.l-footer_nav_list {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-footer_nav_list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_nav_list {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav_list {
    width: 48%;
    margin-right: 4%;
  }
  .l-footer_nav_list:nth-child(even) {
    margin-right: 0;
  }
}
.l-footer_nav_cont {
  position: relative;
  z-index: 0;
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav_cont {
    width: 32%;
    margin-top: 20px;
    margin-right: 2%;
  }
  .l-footer_nav_cont:nth-child(-n+3) {
    margin-top: 0;
  }
  .l-footer_nav_cont:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav_cont {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-footer_nav_cont:first-child {
    margin-top: 0;
  }
}
.l-footer_nav_cont::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "・";
}
.l-footer_nav_inner li {
  margin-top: 10px;
}
.l-footer_nav_inner li a {
  position: relative;
  z-index: 0;
  color: #666;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_inner li a {
    padding-left: 0.9em;
  }
}
.l-footer_nav_inner li a::before {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .l-footer_nav_inner li a::before {
    top: 7px;
    width: 5px;
    height: 5px;
  }
}
.l-footer_copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #004d33;
  color: #fff;
  padding: 15px 0 200px;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright {
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 0 106px;
  }
}
.l-footer_fix {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 15.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 500;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-footer_fix {
    padding: 20px 6%;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix {
    padding: 5px;
  }
}
.l-footer_fix.is-active {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-footer_fix_tel {
  background-color: #0c8c67;
  width: 49%;
  border-radius: 4px;
}
.l-footer_fix_tel .num {
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Anton", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix_tel .num {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix_tel .num {
    margin-bottom: 5px;
    font-size: 6.2vw;
  }
}
.l-footer_fix_tel .num::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 37px;
  margin-right: 8px;
  background-image: url(../img/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix_tel .num::before {
    width: 18px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix_tel .num::before {
    width: 15px;
    height: 21px;
    margin-right: 3px;
  }
}
.l-footer_fix_tel .sub {
  color: #0c8c67;
  background-color: #daf8c6;
}
.l-footer_fix_mail {
  background-color: #f25e1d;
  width: 49%;
  border-radius: 4px;
}
.l-footer_fix_mail .mail {
  line-height: 1;
  padding-top: 2px;
  margin-bottom: 8px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.08em;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix_mail .mail {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix_mail .mail {
    padding-top: 1px;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.l-footer_fix_mail .mail::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-right: 8px;
  background-image: url(../img/ico_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix_mail .mail::before {
    width: 31px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix_mail .mail::before {
    width: 20px;
    height: 15px;
    margin-right: 3px;
  }
}
.l-footer_fix_mail .sub {
  background-color: #ffea00;
  color: #f25e1d;
}
.l-footer_fix a {
  display: block;
  padding: 13px 15px 15px;
}
@media screen and (max-width: 767px) {
  .l-footer_fix a {
    padding: 6px;
  }
}
.l-footer_fix a p:nth-child(1) {
  margin-bottom: 3px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffea00;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix a p:nth-child(1) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix a p:nth-child(1) {
    font-size: 10px;
    font-size: 1rem;
  }
}
.l-footer_fix a p.sub {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  border-radius: 2px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-footer_fix a p.sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fix a p.sub {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* ---------------------------
layout-cv
--------------------------- */
.l-cv {
  padding: 90px 0;
  background-image: url(../img/bg_cv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cv {
    padding: 40px 0;
  }
}
.l-cv::after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ec7a48), color-stop(49%, rgba(240, 184, 159, 0.5)), to(rgba(245, 248, 250, 0)));
  background: linear-gradient(0deg, #ec7a48 0%, rgba(240, 184, 159, 0.5) 49%, rgba(245, 248, 250, 0) 100%);
  mix-blend-mode: color-burn;
  position: absolute;
  bottom: 0;
  opacity: 0.68;
  filter: alpha(opacity=68);
}
.l-cv_ttl {
  width: 68%;
  margin: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .l-cv_ttl {
    max-width: 850px;
  }
}
@media screen and (max-width: 767px) {
  .l-cv_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-cv_copy {
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-cv_copy {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cv_copy {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.l-cv_img {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-cv_img {
    width: 110%;
    margin: 0 -5%;
  }
}
.l-cv_btm {
  max-width: 1080px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.l-cv_btm::before {
  content: "";
  display: block;
  background-size: cover;
  width: 754px;
  height: 608px;
  background-image: url(../img/img_cv02.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -90px;
  left: -320px;
  z-index: -1;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .l-cv_btm::before {
    left: 0;
    bottom: 120px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-cv_btm::before {
    left: 0;
    bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-cv_btm::before {
    width: 212px;
    height: 170px;
    bottom: unset;
    top: -130px;
  }
}
.l-cv_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-cv_card {
    display: block;
  }
}
.l-cv_card_ttl {
  letter-spacing: -0.05em;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  background-color: #4c9983;
  color: #fff;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-cv_card_ttl {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
  }
}
.l-cv_card_cont {
  width: calc(100% - 320px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-cv_card_cont {
    width: 100%;
  }
}
.l-cv_card_cont_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0px;
}
.l-cv_card_cont_list > li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-cv_card_cont_list > li:not(:last-child) {
    margin-right: 10px;
  }
}
.l-cv_card_cont_list img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .l-cv_card_cont_list img {
    height: 26px;
  }
}
.l-cv_btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  padding: 45px 55px;
  margin-top: 30px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-cv_btnarea {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-cv_btnarea {
    display: block;
    padding: 17px 15px;
    margin-top: 8px;
  }
}
.l-cv_btn {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .l-cv_btn {
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-cv_btn a {
  padding: 26px 36px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-cv_btn a {
    padding: 13px;
  }
}
.l-cv_btn_inner {
  position: relative;
  text-align: center;
}
.l-cv_btn_inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-cv_btn .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .l-cv_btn .sub {
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 2px;
    padding: 4px;
  }
}
.l-cv_btn.tel {
  width: 44%;
  background-color: #0c8c67;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-cv_btn.tel {
    width: 100%;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .l-cv_btn.tel {
    width: 100%;
    margin-bottom: 13px;
  }
}
.l-cv_btn.tel .l-cv_btn_inner {
  padding-left: 66px;
}
@media screen and (max-width: 767px) {
  .l-cv_btn.tel .l-cv_btn_inner {
    padding-left: 40px;
  }
}
.l-cv_btn.tel .l-cv_btn_inner::before {
  background-image: url(../img/ico_tel.svg);
  background-repeat: no-repeat;
  width: 46px;
  height: 63px;
}
@media screen and (max-width: 767px) {
  .l-cv_btn.tel .l-cv_btn_inner::before {
    width: 30px;
    height: 42.5px;
  }
}
.l-cv_btn.tel .num {
  font-family: "Anton", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-cv_btn.tel .num {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.l-cv_btn.tel .sub {
  color: #0c8c67;
  background-color: #daf8c6;
}
.l-cv_btn.mail {
  width: 52%;
  background-color: #f25e1d;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .l-cv_btn.mail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-cv_btn.mail {
    width: 100%;
  }
}
.l-cv_btn.mail .l-cv_btn_inner {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .l-cv_btn.mail .l-cv_btn_inner {
    padding-left: 50px;
  }
}
.l-cv_btn.mail .l-cv_btn_inner::before {
  background-image: url(../img/ico_mail.png);
  background-position: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 46px;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .l-cv_btn.mail .l-cv_btn_inner::before {
    width: 44.5px;
    height: 31.5px;
    left: -4px;
  }
}
.l-cv_btn.mail .main {
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .l-cv_btn.mail .main {
    font-size: 20px;
    font-size: 2rem;
  }
}
.l-cv_btn.mail .sub {
  color: #f25e1d;
  background-color: #ffea00;
}

/* ---------------------------
layout-nav
--------------------------- */
/* ---------------------------
object-component-ttl
--------------------------- */
.c-ttl_bg {
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #23715b;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_bg {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_bg {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 0;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.c-ttl_bg_ble {
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #3a60ae;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_bg_ble {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_bg_ble {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 0;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.c-ttl_main {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-ttl_main {
    margin-bottom: 30px;
  }
}
.c-ttl_main span {
  display: block;
  text-align: center;
}
.c-ttl_main_jp {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 900;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_main_jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_main_jp {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-ttl_main_eng {
  font-family: "Anton", sans-serif;
  color: #0c8c67;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_main_eng {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-ttl_center {
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  color: #f25e1d;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-ttl_center {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 14px;
  }
}
.c-ttl_list {
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_list {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl_list.ble {
  color: #4690ba;
}
.c-ttl_list.org {
  color: #f25e1d;
}
.c-ttl_toc {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
  color: #20a27d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl_toc {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 0;
    line-height: 1.4;
  }
}
.c-ttl_toc::before, .c-ttl_toc::after {
  width: 60%;
  background-color: #20a27d;
}
.c-ttl_row {
  position: relative;
  z-index: 0;
  padding-bottom: 8px;
  font-weight: 900;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-ttl_row {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.c-ttl_row::before {
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
}
.c-ttl_row.grn {
  border-bottom: 3px solid #0c8c67;
}
.c-ttl_box {
  font-weight: 900;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 15px;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_box {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_box {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 14px;
  }
}
.c-ttl_box.ble {
  color: #4690ba;
}
.c-ttl_box.org {
  color: #f25e1d;
}
.c-ttl_box.grn {
  color: #20a27d;
}
.c-ttl_box.left {
  text-align: left;
}
.c-ttl_check {
  font-weight: 900;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_check {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.c-ttl_check.org {
  color: #f25e1d;
}
.c-ttl_check.ble {
  color: #3a60ae;
}
.c-ttl_borderBox {
  position: absolute;
  z-index: 0;
  top: -25px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_borderBox {
    top: -17px;
  }
}
.c-ttl_borderBox.red {
  color: #dc0000;
}
.c-ttl_borderBox_cont {
  display: inline-block;
  line-height: 1;
  padding: 0 40px;
  background-color: #fff;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_borderBox_cont {
    padding: 0 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_borderBox_cont {
    line-height: 1.5;
    padding: 0 5%;
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-ttl_declare {
  margin-bottom: 30px;
}
.c-ttl_declare_row {
  display: block;
}
.c-ttl_declare_row.grn em {
  background-color: #23715b;
}
.c-ttl_declare_row.ble em {
  background-color: #3a60ae;
}
.c-ttl_declare_row em {
  line-height: 1;
  margin-right: 8px;
  padding: 0 15px 3px 10px;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .c-ttl_declare_row em {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_declare_row em {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_declare_row em {
    margin-right: 3px;
    padding: 0 8px 2px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl_declare_row em:last-child {
  margin-right: 0;
}
.c-ttl_declare_btm {
  display: block;
  line-height: 1;
  margin-top: 22px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 900;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .c-ttl_declare_btm {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-ttl_declare_btm {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl_declare_btm {
    line-height: 1.5;
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* ---------------------------
object-component-bg
--------------------------- */
.c-bg {
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-bg {
    padding: 15px 5% 20px;
  }
}
.c-bg.ble {
  background-color: #f5f8fa;
}
.c-bg.ylw {
  background-color: #fffbe7;
}
.c-bg.grn {
  background-color: #eaf2f0;
}
.c-bg_border {
  position: relative;
  z-index: 0;
  margin-top: 90px;
  padding: 60px 50px 50px;
  border: 4px solid #3a60ae;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-bg_border {
    margin-top: 50px;
    padding: 55px 5% 20px;
  }
}
.c-bg_border.ble {
  border: 4px solid #3a60ae;
}
.c-bg_border.red {
  border: 4px solid #dc0000;
}
.c-bg_box {
  padding: 50px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-bg_box {
    padding: 20px 5% 30px;
  }
}

/* ---------------------------
object-component-box
--------------------------- */
.c-box_contact {
  border-radius: 4px;
  background-color: #fff;
}
.c-box_contact_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  background-color: #4c9983;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .c-box_contact_ttl {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 0;
  }
}
.c-box_contact + .c-box_contact {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-box_contact + .c-box_contact {
    margin-top: 15px;
  }
}

/* ---------------------------
object-component-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-breadcrumb ul li {
  position: relative;
  z-index: 0;
  padding-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul li {
    padding-right: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-breadcrumb ul li a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul li a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-breadcrumb ul li::after {
  position: absolute;
  z-index: 0;
  content: "／";
  right: 4px;
  top: 4px;
  width: 1em;
  height: 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul li::after {
    top: 3px;
    right: 3px;
  }
}
.c-breadcrumb ul li:last-child {
  padding-right: 0;
}
.c-breadcrumb ul li:last-child::after {
  display: none;
}

/* ---------------------------
object-component-btn
--------------------------- */
.c-btn_base {
  width: 510px;
  text-align: center;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-btn_base {
    width: 75%;
  }
}
.c-btn_base::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 4px;
  border-right: solid 4px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-btn_base::after {
    border-width: 2px;
    width: 6px;
    height: 6px;
    right: 14px;
  }
}
.c-btn_base a {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  line-height: 100px;
}
@media screen and (max-width: 767px) {
  .c-btn_base a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
  }
}
.c-btn_base.grn a {
  color: #fff;
  background-color: #428c77;
}
.c-btn_base.grn::after {
  border-color: #fff;
}
.c-btn_base.wht a {
  color: #4c9983;
  background-color: #fff;
}
.c-btn_base.wht::after {
  border-color: #4c9983;
}

/* ---------------------------
object-component-faq
--------------------------- */
.c-faq_inner:last-child {
  border-bottom: 1px solid #ccc;
}
.c-faq_ttl {
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 10px 1.5em 33px 1.5em;
  border-top: 1px solid #ccc;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-faq_ttl {
    line-height: 1.6;
    padding: 0 1.5em 15px 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-faq_ttl::before {
  position: absolute;
  z-index: 0;
  top: 32px;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #20a27d;
  font-family: "Anton", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  content: "Q.";
}
@media screen and (max-width: 767px) {
  .c-faq_ttl::before {
    top: 18px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-faq_ttl_cont {
    margin-top: -10px;
  }
}
.c-faq_txt {
  position: relative;
  z-index: 0;
  line-height: 1.7;
  padding: 30px 0 40px 2em;
  border-top: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-faq_txt {
    padding: 20px 5% 30px 1.6em;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-faq_txt::before {
  position: absolute;
  z-index: 0;
  top: 30px;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: #58a9d8;
  font-family: "Anton", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  content: "A.";
}
@media screen and (max-width: 767px) {
  .c-faq_txt::before {
    top: 22px;
    font-size: 20px;
    font-size: 2rem;
  }
}

/* ---------------------------
object-component-form
--------------------------- */
form {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input {
  border: none;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
  border: none;
  background-image: none;
  background-color: #eee;
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form textarea {
    padding: 8px 15px;
  }
}
form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form textarea::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=text]::placeholder,
  form input[type=email]::placeholder,
  form textarea::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
form input[type=tel] {
  border: none;
  background-image: none;
  background-color: #eee;
  padding: 15px 20px;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  form input[type=tel] {
    padding: 8px 15px;
  }
}
form input[type=tel]::-webkit-input-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=tel]::-moz-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=tel]:-ms-input-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=tel]::-ms-input-placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
form input[type=tel]::placeholder {
  color: #aeaeae;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 767px) {
  form input[type=tel]::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=tel]::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=tel]:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=tel]::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  form input[type=tel]::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  form input[type=tel] {
    width: 40%;
  }
}
form textarea {
  resize: vertical;
}

.c-form_req, .c-form_opt {
  display: inline-block;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px 4px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-form_req, .c-form_opt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-form_req {
  background-color: #f00;
}
.c-form_opt {
  background-color: #20a27d;
}
.c-form_btn, .c-form_back {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  height: 56px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
  border-radius: 30px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .c-form_btn, .c-form_back {
    max-width: 500px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .c-form_btn, .c-form_back {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-form_btn, .c-form_back {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form_btn, .c-form_back {
    font-size: 14px;
    font-size: 1.4rem;
    height: 45px;
  }
}
.c-form_btn {
  background-color: #ffcc00;
}
.c-form_btn:disabled {
  background-color: #aeaeae;
}
.c-form_back {
  margin-right: 30px;
  background-color: #aeaeae;
}
@media screen and (max-width: 767px) {
  .c-form_back {
    margin-right: 2%;
  }
}

/* ---------------------------
object-component-kv
--------------------------- */
.c-kv {
  position: relative;
  z-index: 0;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-kv {
    height: 200px;
  }
}
.c-kv .l-cont_m {
  position: relative;
  z-index: 1;
  height: 100%;
}
.c-kv_ttl {
  position: absolute;
  z-index: 0;
  top: 65%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-kv_ttl_cont {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px 12px;
  background-color: #ffea00;
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-kv_ttl_cont {
    padding: 8px 10px 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* ---------------------------
object-component-list
--------------------------- */
.c-list_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list_side li {
  margin-top: 6%;
  margin-right: 2.5333%;
}
.c-list_side.four > li {
  width: 23.1%;
}
@media print, screen and (min-width: 768px) {
  .c-list_side.four > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .c-list_side.four > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list_side.four > li {
    width: 47%;
    margin-right: 6%;
  }
  .c-list_side.four > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-list_side.four > li:nth-child(2n) {
    margin-right: 0;
  }
}
.c-list_side.three > li {
  width: 31.5%;
}
@media print, screen and (min-width: 768px) {
  .c-list_side.three > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-list_side.three > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list_side.three > li {
    width: 47%;
    margin-right: 6%;
  }
  .c-list_side.three > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-list_side.three > li:nth-child(2n) {
    margin-right: 0;
  }
}
.c-list_circle.org li::before {
  background-color: #ff8955;
}
.c-list_circle.ble li::before {
  background-color: #58a9d8;
}
.c-list_circle li {
  position: relative;
  z-index: 0;
  margin-top: 10px;
  padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
  .c-list_circle li {
    margin-top: 15px;
  }
}
.c-list_circle li:first-child {
  margin-top: 0;
}
.c-list_circle li::before {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-list_circle li::before {
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
  }
}
.c-list_check.org li::after {
  border-bottom: 3px solid #ff8955;
  border-left: 3px solid #ff8955;
}
.c-list_check.ble li::after {
  border-bottom: 3px solid #3a60ae;
  border-left: 3px solid #3a60ae;
}
.c-list_check li {
  position: relative;
  z-index: 0;
  padding-left: 35px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-list_check li {
    margin-top: 10px;
  }
}
.c-list_check li:first-child {
  margin-top: 0;
}
.c-list_check li::before, .c-list_check li::after {
  position: absolute;
  z-index: 0;
  content: "";
}
.c-list_check li::before {
  top: 7px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-list_check li::before {
    top: 2px;
  }
}
.c-list_check li::after {
  top: 11px;
  left: 9px;
  width: 11px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-list_check li::after {
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-list_box {
    display: block;
  }
}
.c-list_box.grn li {
  background-color: #eaf2f0;
}
.c-list_box.wht li {
  background-color: #fff;
}
.c-list_box li {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-list_box li {
    width: 100% !important;
    margin-right: 0;
  }
  .c-list_box li:nth-child(2) {
    margin-top: 6% !important;
  }
}
.c-list_box_ttl {
  line-height: 1.4;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  padding: 12px 0 13px;
  border-radius: 8px 8px 0 0;
  background-color: #23715b;
  text-align: center;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .c-list_box_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-list_box_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-list_box_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 0 12px;
  }
}
.c-list_box_cont {
  padding: 20px 30px 30px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-list_box_cont {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-list_box_cont {
    padding: 15px 5% 20px;
  }
}
.c-list_step li {
  margin-top: 50px;
  padding: 40px 40px 50px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-list_step li {
    margin-top: 25px;
    padding: 30px 5%;
  }
  .c-list_step li .c-row_box_cont {
    margin-top: 0;
  }
}
.c-list_step li:first-child {
  margin-top: 0;
}
.c-list_step_ico {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-list_step_ico {
    margin-bottom: 15px;
  }
}
.c-list_step_ico.eng {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
}
.c-list_step_ico.eng .c-list_step_ico_cont {
  padding: 11px 15px 4px;
}
@media screen and (max-width: 767px) {
  .c-list_step_ico.eng .c-list_step_ico_cont {
    padding: 8px 10px 3px;
  }
}
.c-list_step_ico.jp-eng {
  font-weight: 900;
}
.c-list_step_ico.jp-eng .c-list_step_ico_cont {
  padding: 11px 15px 6px;
}
@media screen and (max-width: 767px) {
  .c-list_step_ico.jp-eng .c-list_step_ico_cont {
    padding: 8px 10px 3px;
  }
}
.c-list_step_ico_cont {
  line-height: 1;
  background-color: #20a27d;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-list_step_ico_cont {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-list_step_ico_cont em {
  display: inline-block;
  line-height: 1;
  padding-left: 0.25em;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-list_step_ico_cont em {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-list_step_ico_cont em.eng {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.c-list_step_ttl {
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-list_step_ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

/* ---------------------------
object-component-pagelink
--------------------------- */
.c-pagelink {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-pagelink {
    margin-bottom: 30px;
  }
}
.c-pagelink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-pagelink_list.three li {
  width: 32.2%;
  margin-right: 1.5%;
}
.c-pagelink_list.three li:nth-child(-n+3) {
  margin-top: 0;
}
.c-pagelink_list.three li:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-pagelink_list.two li {
    width: 32.2%;
    margin-right: 1.5%;
  }
  .c-pagelink_list.two li:nth-child(-n+3) {
    margin-top: 0;
  }
  .c-pagelink_list.two li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-pagelink_list.two li {
    width: 49%;
    margin-right: 2%;
  }
  .c-pagelink_list.two li:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-pagelink_list.two li:nth-child(2n) {
    margin-right: 0;
  }
}
.c-pagelink_list li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-pagelink_list li {
    margin-top: 10px;
  }
}
.c-pagelink_list li a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 10px 0 12px;
  color: #fff;
  background-color: #0c8c67;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-pagelink_list li a {
    padding: 10px 10px 12px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-pagelink_list li a {
    padding: 7px 10px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-pagelink_list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  right: 25px;
  top: 45%;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-pagelink_list li a::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagelink_list li a::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 6px;
    height: 6px;
    right: 10px;
  }
}

/* ---------------------------
object-component-row
--------------------------- */
@media print, screen and (min-width: 768px) {
  .c-row_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_base.rightImg .c-row_base_cont {
    margin-right: 4%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_base.leftImg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_base.leftImg .c-row_base_cont {
    margin-left: 4%;
  }
}
.c-row_base_img {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-row_base_img {
    width: 44%;
    max-width: 528px;
  }
}
@media screen and (max-width: 767px) {
  .c-row_base_img {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_base_cont {
    width: 52%;
    max-width: 624px;
  }
}
@media screen and (max-width: 767px) {
  .c-row_base_cont {
    margin-top: 20px;
  }
}
.c-row_base_cont .c-bg {
  margin: 20px 0;
}
.c-row_base_txt, .c-row_base_btm {
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-row_base_txt, .c-row_base_btm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_box.rightImg .c-row_box_cont {
    margin-right: 4%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_box.leftImg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_box.leftImg .c-row_box_cont {
    margin-left: 4%;
  }
}
.c-row_box_img {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-row_box_img {
    width: 40%;
    max-width: 448px;
  }
}
@media screen and (max-width: 767px) {
  .c-row_box_img {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-row_box_cont {
    width: 56%;
    max-width: 627px;
  }
}
@media screen and (max-width: 767px) {
  .c-row_box_cont {
    margin-top: 20px;
  }
}
.c-row_box_cont .c-bg {
  margin: 20px 0;
}
.c-row_box_txt, .c-row_box_btm {
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-row_box_txt, .c-row_box_btm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* ---------------------------
object-component-tbl
--------------------------- */
.c-tbl_contact {
  width: 100%;
}
.c-tbl_contact th,
.c-tbl_contact td {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-tbl_contact th,
  .c-tbl_contact td {
    display: block;
  }
}
.c-tbl_contact th {
  width: 30%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-tbl_contact th {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-tbl_contact td {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .c-tbl_contact td {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-tbl_contact td img {
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_contact td img {
    max-width: 840px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_contact td img {
    max-width: 100%;
  }
}
.c-tbl_company {
  width: 100%;
}
.c-tbl_company th,
.c-tbl_company td {
  font-size: 17px;
  font-size: 1.7rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-tbl_company th,
  .c-tbl_company td {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-tbl_company th {
  width: 30%;
  padding: 20px;
  font-weight: 700;
  border-bottom: 2px solid #4c9983;
}
@media screen and (max-width: 767px) {
  .c-tbl_company th {
    width: 100%;
    padding: 10px 5%;
    border-bottom: 1px solid #4c9983;
  }
}
.c-tbl_company td {
  width: 70%;
  padding: 20px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-tbl_company td {
    width: 100%;
    padding: 10px 5%;
    border-bottom: 1px solid #ccc;
  }
}
.c-tbl_company td img {
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .c-tbl_company td img {
    max-width: 840px;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-tbl_company td img {
    max-width: 100%;
  }
}

/* ---------------------------
object-component-txt
--------------------------- */
.c-txt_cv-copy {
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-txt_cv-copy {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-txt_cv-copy {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 14px;
  }
}
.c-txt_italic {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .c-txt_italic {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .c-txt_italic {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-txt_italic {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.c-txt_lead {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-txt_lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.c-txt_top {
  line-height: 1.8;
  margin-bottom: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-txt_top {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-txt_bold {
  font-weight: 700;
}
.c-txt_liner.ylw {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffea00));
  background: linear-gradient(transparent 80%, #ffea00 80%);
}
.c-txt_liner.grn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #deeee9));
  background: linear-gradient(transparent 80%, #deeee9 80%);
}
.c-txt_liner.ble {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #3a60ae));
  background: linear-gradient(transparent 80%, #3a60ae 80%);
}
.c-txt_liner.lBle {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #58a9d8));
  background: linear-gradient(transparent 80%, #58a9d8 80%);
}
.c-txt_liner.org {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffb500));
  background: linear-gradient(transparent 80%, #ffb500 80%);
}
.c-txt_org {
  color: #f25e1d;
}
.c-txt_box {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-txt_box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-txt_wave {
  position: relative;
  z-index: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-txt_wave {
    padding-bottom: 5px;
  }
}
.c-txt_wave::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-position: left top;
  background-size: contain;
  background-repeat: repeat-x;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-txt_wave::before {
    height: 6px;
  }
}
.c-txt_wave.ble {
  color: #3a60ae;
}
.c-txt_wave.ble::before {
  background-image: url(../img/liner_wave.svg);
}
.c-txt_wave.ylw {
  color: #ffea00;
}
.c-txt_wave.ylw::before {
  background-image: url(../img/liner_wave_ylw.svg);
}

/* ---------------------------
object-component-voice
--------------------------- */
.c-voice_img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1.528/1;
  font-family: "object-fit: cover; object-position: center;";
}
.c-voice_txt {
  padding: 15px 24px 40px;
  position: relative;
}
.c-voice_txt_ico {
  position: absolute;
  right: 15px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-voice_txt_ico {
    width: 74px;
    height: 74px;
  }
}
.c-voice_txt_ico img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-voice_txt_sub {
  font-weight: 700;
  position: relative;
  max-width: calc(100% - 100px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-voice_txt_sub {
    max-width: calc(100% - 80px);
  }
}
.c-voice_txt_sub::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-size: cover;
  background-image: url(../img/ico_camera.svg);
  background-repeat: no-repeat;
}
.c-voice_txt_ttl {
  font-weight: 900;
  color: #4c9983;
  letter-spacing: -0.08em;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .c-voice_txt_ttl {
    max-width: calc(100% - 80px);
  }
}

/* ---------------------------
object-project-index
--------------------------- */
.home .l-header {
  background-color: transparent;
}

.p-index {
  /*fv*/
  /*topics*/
  /*contact*/
  /*plan*/
  /*maker*/
  /*achievement*/
  /*example*/
  /*voice*/
  /*news*/
}
.p-index_fv_img {
  padding-top: 10px;
  background-image: url(../img/index/bg_fv.jpg);
  height: 847px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img {
    height: 780px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img {
    height: auto;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.p-index_fv_img .l-cont_s {
  position: relative;
  z-index: 0;
  height: 100%;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_fv_img .l-cont_s {
    width: 95%;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img .l-cont_s {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img .l-cont_s {
    width: 95%;
  }
}
.p-index_fv_img_cont {
  width: 87%;
  margin: 0 auto 0 120px;
}
@media print, screen and (min-width: 768px) {
  .p-index_fv_img_cont {
    max-width: 934px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_fv_img_cont {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: 0 auto 0 10%;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_cont {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 89%;
    margin: 0 auto 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_cont {
    width: 100%;
    margin: 0 auto;
  }
}
.p-index_fv_img_list li {
  position: absolute;
  z-index: 0;
}
.p-index_fv_img_list li.list_01 {
  bottom: 165px;
  left: 0;
  width: 185px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_01 {
    bottom: 135px;
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_01 {
    bottom: 140px;
    width: 92px;
  }
}
.p-index_fv_img_list li.list_02 {
  left: 160px;
  bottom: 274px;
  width: 185px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_02 {
    bottom: 244px;
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_02 {
    bottom: 185px;
    left: 20%;
    width: 92px;
  }
}
.p-index_fv_img_list li.list_03 {
  right: 160px;
  bottom: 289px;
  width: 185px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_03 {
    bottom: 259px;
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_03 {
    right: 27%;
    bottom: 181px;
    width: 92px;
  }
}
.p-index_fv_img_list li.list_04 {
  right: 0;
  bottom: 160px;
  width: 215px;
  height: 185px;
  background-image: url(../img/index/key_b04.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_04 {
    bottom: 130px;
    width: 185px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_04 {
    bottom: 140px;
    width: 107px;
    height: 92px;
  }
}
.p-index_fv_img_list li.list_04 .block {
  padding: 30px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_04 .block {
    padding: 15px 0 0 5px;
  }
}
.p-index_fv_img_list li.list_04 .pack,
.p-index_fv_img_list li.list_04 .sub {
  color: #ffd92a;
  font-size: 22px;
  font-size: 2.2rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_04 .pack,
  .p-index_fv_img_list li.list_04 .sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_04 .pack,
  .p-index_fv_img_list li.list_04 .sub {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-index_fv_img_list li.list_04 .pack,
.p-index_fv_img_list li.list_04 .main {
  margin-bottom: 3px;
}
.p-index_fv_img_list li.list_04 .pack,
.p-index_fv_img_list li.list_04 .main,
.p-index_fv_img_list li.list_04 .sub {
  line-height: 1;
  font-weight: 900;
}
.p-index_fv_img_list li.list_04 .pack {
  letter-spacing: -0.15em;
}
.p-index_fv_img_list li.list_04 .main {
  display: block;
  background: #ffd92a;
  font-size: 28px;
  font-size: 2.8rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #ffd92a), color-stop(50%, #fff4c1), color-stop(90%, #ffd92a));
  background: linear-gradient(to right, #ffd92a 10%, #fff4c1 50%, #ffd92a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.1em;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_04 .main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_04 .main {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_fv_img_list li.list_04 .main .price {
  display: inline-block;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: normal;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_img_list li.list_04 .main .price {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_img_list li.list_04 .main .price {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_fv_img_list li.list_04 .sub {
  letter-spacing: -0.08em;
}
.p-index_fv_sameday {
  text-align: center;
  position: relative;
  margin-top: -15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.p-index_fv_sameday::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-color: #ffcc00;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday::before {
    top: 10px;
    height: 60px;
  }
}
.p-index_fv_sameday .l-cont_s {
  position: relative;
}
.p-index_fv_sameday_sub {
  position: absolute;
  right: 0;
  top: -30px;
  background-color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 34px;
  padding: 0 15px;
  height: 34px;
  border-radius: 17px;
  letter-spacing: -0.02em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday_sub {
    font-size: 14px;
    font-size: 1.4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    height: 26px;
    line-height: 26px;
  }
}
.p-index_fv_sameday_sub::after {
  content: "▲";
  display: block;
  color: #fff;
  -webkit-transform: rotate(90deg) scale(2.5, 1);
          transform: rotate(90deg) scale(2.5, 1);
  position: absolute;
  -webkit-transform: 0;
          transform: 0;
  left: 2em;
  margin-top: -1em;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday_sub::after {
    left: unset;
    right: 2em;
  }
}
.p-index_fv_sameday_sub span.grn {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0c8c67;
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday_sub span.grn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-index_fv_sameday_main {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_fv_sameday_main {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_sameday_main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday_main {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_fv_sameday_main span.org {
  color: #f25e1d;
}
.p-index_fv_sameday_main span.large {
  font-size: 80px;
  font-size: 8rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  vertical-align: text-bottom;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_fv_sameday_main span.large {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_fv_sameday_main span.large {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_fv_area {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .p-index_fv_area {
    padding: 18px 0;
  }
}
.p-index_fv_area_inner {
  background-color: #deeee9;
  border-radius: 4px;
  padding: 40px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index_fv_area_inner {
    margin-left: 0;
    padding: 20px;
  }
}
.p-index_fv_area_inner dt {
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #004d33;
  color: #fff;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  left: -30px;
  top: -15px;
  padding: 5px 25px;
}
@media screen and (max-width: 767px) {
  .p-index_fv_area_inner dt {
    font-size: 16px;
    font-size: 1.6rem;
    left: -6px;
    padding: 5px 20px;
  }
}
.p-index_fv_area_inner dd {
  font-size: 17px;
  font-size: 1.7rem;
  word-break: break-all;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-index_fv_area_inner dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_topics {
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .p-index_topics {
    padding: 40px 0;
  }
}
.p-index_topics_ttl {
  display: block;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_topics_ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
  }
}
.p-index_topics_ttl span.grn {
  font-size: 46px;
  font-size: 4.6rem;
  color: #20a27d;
}
@media screen and (max-width: 767px) {
  .p-index_topics_ttl span.grn {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.p-index_topics_ttl_deco {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-index_topics_ttl_deco {
    padding: 0 15px;
  }
}
.p-index_topics_ttl_deco::before, .p-index_topics_ttl_deco::after {
  content: "";
  display: block;
  background-image: url(../img/deco_topics.svg);
  width: 25px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_topics_ttl_deco::before, .p-index_topics_ttl_deco::after {
    width: 12.5px;
    height: 21.5px;
    top: 5px;
  }
}
.p-index_topics_ttl_deco::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-index_topics_ttl_deco::after {
  right: 0;
}
.p-index_topics_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1f1f1;
  border: solid 1px #0c8c67;
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont {
    display: block;
  }
}
.p-index_topics_cont_ttl {
  width: 200px;
  background-color: #0c8c67;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont_ttl {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 14px;
  }
}
.p-index_topics_cont_ttl span {
  display: block;
  text-align: center;
}
.p-index_topics_cont_ttl_eng {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont_ttl_eng {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.p-index_topics_cont_ttl_jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont_ttl_jp {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 1em;
  }
}
.p-index_topics_cont_main {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont_main {
    width: 100%;
  }
}
.p-index_topics_cont_main_slide li {
  padding: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont_main_slide li {
    padding: 12px;
  }
}
.p-index_topics_cont_main_slide li p {
  font-size: 17px;
  font-size: 1.7rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-index_topics_cont_main_slide li p {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1.3em;
    margin-left: 1.3em;
  }
}
.p-index_topics_cont_main_slide li p::before {
  content: "■ ";
  color: #0c8c67;
}
.p-index_topics_cont_main_slide li:nth-child(odd) {
  background-color: #fff;
}
.p-index_contact {
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .p-index_contact {
    padding: 0 0 40px;
  }
}
.p-index_contact_point {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-index_contact_point {
    width: 100%;
    margin-bottom: 11px;
  }
}
.p-index_contact_point > li {
  width: 48.5%;
  background-color: #ffcc00;
  border-radius: 4px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_contact_point > li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
}
.p-index_contact .l-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_contact .l-flex {
    display: block;
    width: 75%;
    margin-bottom: 10px;
    margin-top: -40px;
  }
}
.p-index_contact .l-flex,
.p-index_contact .c-txt_cv-copy {
  z-index: 1;
  position: relative;
}
.p-index_contact_tel {
  width: 50%;
  padding-left: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index_contact_tel {
    width: 100%;
    padding-left: 0;
  }
}
.p-index_contact_tel_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_tel_sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_contact_tel_sub dt {
  width: 30%;
  background-color: #4c9983;
  color: #fff;
  border-radius: 4px 0 0 4px;
  text-align: center;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_tel_sub dt {
    padding: 3px 0;
  }
}
.p-index_contact_tel_sub dd {
  width: 70%;
  border: solid 1px #0c8c67;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  text-align: center;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_tel_sub dd {
    padding: 3px 0;
  }
}
.p-index_contact_tel_num {
  font-family: "Anton", sans-serif;
  font-size: 72px;
  font-size: 7.2rem;
  color: #f91311 !important;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_contact_tel_num {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_contact_tel_num {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_contact_tel_num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.p-index_contact_tel_num::before {
  content: "";
  display: inline-block;
  background-image: url(../img/ico_tel-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 70px;
  margin-right: 15px;
  -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
          filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_contact_tel_num::before {
    width: 35px;
    height: 49px;
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_contact_tel_num::before {
    width: 31px;
    height: 43px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_contact_tel_num::before {
    width: 22px;
    height: 31px;
    margin-right: 8px;
  }
}
.p-index_contact_card {
  position: relative;
}
.p-index_contact_card::before {
  content: "";
  display: block;
  width: 302px;
  height: 507px;
  background-size: contain;
  background-image: url(../img/index/img_contact01.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -507px;
  right: 10px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_card::before {
    width: 110px;
    height: 185px;
    top: -185.5px;
    right: 0px;
  }
}
.p-index_contact_card .c-box_contact_cont {
  padding: 6px;
}
.p-index_contact_cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14px 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_cardlist {
    margin: 5px 0;
  }
}
.p-index_contact_cardlist > li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_cardlist > li:not(:last-child) {
    margin-right: 10px;
  }
}
.p-index_contact_cardlist > li img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_cardlist > li img {
    height: 26px;
  }
}
.p-index_contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_form {
    display: block;
    padding: 20px;
    padding-top: 10px;
  }
}
.p-index_contact_form textarea {
  height: 140px;
}
@media screen and (max-width: 767px) {
  .p-index_contact_form textarea {
    height: 110px;
  }
}
.p-index_contact_form_inner {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-index_contact_form_inner {
    width: 100%;
  }
}
.p-index_contact_form_inner .c-tbl_contact th {
  padding: 18px 0 7px;
}
@media print, screen and (min-width: 768px) {
  .p-index_contact_form_inner .c-tbl_contact th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_contact_form_inner .c-tbl_contact th {
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_contact_form_inner .c-tbl_contact th .c-form_req,
  .p-index_contact_form_inner .c-tbl_contact th .c-form_opt {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_contact_form_inner .c-tbl_contact td {
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .p-index_contact_form_inner .c-tbl_contact td {
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_contact_form_inner .c-tbl_contact td input[type=tel] {
    width: 100%;
  }
}
.p-index_contact_form_inner .c-tbl_contact.column th {
  display: block;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 5px;
}
.p-index_contact_form_inner .c-tbl_contact.column td {
  display: block;
  width: 100%;
}
.p-index_plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-index_plan_list {
    display: block;
  }
}
.p-index_plan_list > li {
  border: solid 3px;
  border-radius: 8px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-index_plan_list > li {
    width: 32%;
    margin-right: 2%;
  }
  .p-index_plan_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_list > li {
    width: 48%;
    margin-top: 40px;
    margin-right: 4%;
  }
  .p-index_plan_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-index_plan_list > li:nth-child(even) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_list > li {
    width: 48%;
    margin-top: 40px;
    margin-right: 4%;
  }
  .p-index_plan_list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-index_plan_list > li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_list > li {
    width: 90%;
    margin: auto;
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-index_plan_list > li.ble {
  border-color: #58a9d8;
}
.p-index_plan_list > li.ble .p-index_plan_list_ttl {
  background-color: #58a9d8;
}
.p-index_plan_list > li.ble .p-index_plan_list_table_price {
  color: #58a9d8;
}
.p-index_plan_list > li.grn {
  border-color: #4c9983;
}
.p-index_plan_list > li.grn .p-index_plan_list_ttl {
  background-color: #4c9983;
}
.p-index_plan_list > li.grn .p-index_plan_list_table_price {
  color: #4c9983;
}
.p-index_plan_list > li.org {
  border-color: #ff8955;
}
.p-index_plan_list > li.org .p-index_plan_list_ttl {
  background-color: #ff8955;
}
.p-index_plan_list > li.org .p-index_plan_list_copy {
  letter-spacing: -0.08em;
}
.p-index_plan_list > li.org .p-index_plan_list_table_price {
  color: #ff8955;
}
.p-index_plan_list > li.osusume {
  position: relative;
}
.p-index_plan_list > li.osusume::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background-image: url(../img/index/badge_osusume.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  left: -20px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_list > li.osusume::before {
    width: 65px;
    height: 65px;
    top: -20px;
  }
}
.p-index_plan_list_ttl {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  letter-spacing: -0.12em;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_list_ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_list_ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_ttl {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.p-index_plan_list_cont {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_cont {
    padding-top: 15px;
  }
}
.p-index_plan_list_copy {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-align: center;
  margin: 0 -15px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_list_copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_list_copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_plan_list_table {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_table {
    margin-top: 10px;
  }
}
.p-index_plan_list_table tr:not(:last-child) {
  border-bottom: dotted 2px #e1e5e4;
}
.p-index_plan_list_table tr:nth-child(1) th {
  vertical-align: bottom;
}
.p-index_plan_list_table th {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  vertical-align: top;
  padding: 20px 0;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_table th {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
.p-index_plan_list_table th span.bg {
  background-color: #edf5f3;
  width: 74px;
  padding: 5px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_table th span.bg {
    width: 60px;
  }
}
.p-index_plan_list_table td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  padding-right: 0;
  letter-spacing: -0.06em;
  width: calc(100% - 85px);
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_table td {
    padding: 12px;
    padding-right: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_plan_list_table_price span.num {
  font-family: "Anton", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_list_table_price span.num {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_list_table_price span.num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_table_price span.num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.p-index_plan_list_table_price span.yen {
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: text-bottom;
  position: relative;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_list_table_price span.yen {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_list_table_price span.yen {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_list_table_price span.yen {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.p-index_plan_list_table_price span.yen::before {
  content: "（税込）";
  font-size: 10px;
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: -0.8em;
  left: -0.5em;
}
.p-index_plan .img01 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-index_plan .img01 {
    margin-top: 25px;
  }
}
.p-index_plan_subsidy {
  position: relative;
  z-index: 0;
  margin: 50px auto 0;
  padding: 70px 0 70px 490px;
  border-radius: 8px;
  border: 3px solid #f25e1d;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-index_plan_subsidy {
    width: 90%;
    max-width: 1080px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_subsidy {
    padding: 70px 0 70px 380px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_subsidy {
    padding: 50px 30px 50px 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_subsidy {
    margin: 25px auto 0;
    padding: 15px 5% 15px 42%;
    border: 2px solid #f25e1d;
  }
}
.p-index_plan_subsidy_img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 40px;
  width: 398px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_subsidy_img {
    width: 300px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_subsidy_img {
    left: 25px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) and (min-width: 530px) {
  .p-index_plan_subsidy_img {
    left: 3vw;
    width: 28vw;
  }
}
@media screen and (max-width: 529px) {
  .p-index_plan_subsidy_img {
    left: -3%;
    width: 43%;
  }
}
.p-index_plan_subsidy_en {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -35px;
  line-height: 1;
  color: #f25e1d;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 70px;
  font-size: 7rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_subsidy_en {
    right: -30px;
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_subsidy_en {
    right: -4%;
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_plan_subsidy_ttl_big {
  display: block;
  line-height: 1;
  font-weight: 900;
  font-size: 62px;
  font-size: 6.2rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_subsidy_ttl_big {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_subsidy_ttl_big {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_subsidy_ttl_big {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_plan_subsidy_ttl_big em {
  line-height: 1;
  font-size: 90px;
  font-size: 9rem;
  color: #f25e1d;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_subsidy_ttl_big em {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_subsidy_ttl_big em {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_subsidy_ttl_big em {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.p-index_plan_subsidy_ttl_main {
  display: block;
  line-height: 1.4;
  margin-top: 15px;
  font-weight: 900;
  font-size: 62px;
  font-size: 6.2rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_subsidy_ttl_main {
    font-size: 46px;
    font-size: 4.6rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_subsidy_ttl_main {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_subsidy_ttl_main {
    line-height: 1.5;
    margin-top: 6px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_plan_subsidy_txt {
  position: relative;
  z-index: 0;
  line-height: 1.6;
  margin-top: 25px;
  padding-left: 1em;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-index_plan_subsidy_txt {
    line-height: 1.4;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_plan_subsidy_txt::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "※";
}
.p-index_plan_pack {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack {
    margin-top: 25px;
  }
}
.p-index_plan_pack_ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_plan_pack_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_ttl {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 6px 0;
    letter-spacing: -0.08em;
  }
}
.p-index_plan_pack_cont {
  padding: 50px 75px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont {
    padding: 20px 15px;
  }
}
.p-index_plan_pack_cont .l-flex {
  border-bottom: dashed 2px;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont .l-flex {
    display: block;
    border-width: 1px;
    padding-bottom: 30px;
    margin-bottom: 8px;
  }
}
.p-index_plan_pack_cont_img {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_img {
    width: 75%;
    margin: auto;
    margin-bottom: 15px;
  }
}
.p-index_plan_pack_cont_txt {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt {
    width: 100%;
  }
}
.p-index_plan_pack_cont_txt .sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .sub {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 4px 15px;
  }
}
.p-index_plan_pack_cont_txt .name {
  font-weight: 900;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack_cont_txt .name {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .name {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-index_plan_pack_cont_txt .data {
  font-weight: 900;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .data {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-index_plan_pack_cont_txt .bef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .bef {
    margin-top: 15px;
  }
}
.p-index_plan_pack_cont_txt .bef::before {
  content: "通常価格";
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  width: 90px;
  height: 34px;
  border: solid 1px;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .bef::before {
    font-size: 13px;
    font-size: 1.3rem;
    width: 70px;
    height: 26px;
    line-height: 26px;
  }
}
.p-index_plan_pack_cont_txt .bef span.num {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  position: relative;
  line-height: 1;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack_cont_txt .bef span.num {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .bef span.num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.p-index_plan_pack_cont_txt .bef span.num::before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  background-color: #f00;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .bef span.num::before {
    height: 1px;
  }
}
.p-index_plan_pack_cont_txt .bef span.yen {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
  font-weight: 900;
  vertical-align: text-bottom;
  line-height: 1;
  margin-top: 0.5em;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack_cont_txt .bef span.yen {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .bef span.yen {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_plan_pack_cont_txt .aft {
  line-height: 1;
  margin-top: 12px;
}
.p-index_plan_pack_cont_txt .aft span.num {
  font-family: "Anton", sans-serif;
  font-size: 108px;
  font-size: 10.8rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack_cont_txt .aft span.num {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .aft span.num {
    font-size: 70px;
    font-size: 7rem;
  }
}
.p-index_plan_pack_cont_txt .aft span.yen {
  font-weight: 900;
  font-size: 56px;
  font-size: 5.6rem;
  vertical-align: text-bottom;
  position: relative;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack_cont_txt .aft span.yen {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .aft span.yen {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_plan_pack_cont_txt .aft span.yen::before {
  content: "（税込）";
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  position: absolute;
  top: -0.4em;
  left: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_txt .aft span.yen::before {
    font-size: 10px;
    font-size: 1rem;
    left: -0.2em;
  }
}
.p-index_plan_pack_cont_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-index_plan_pack_cont_pic > li {
  border-radius: 4px;
  overflow: hidden;
}
.p-index_plan_pack_cont_pic > li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_pic > li:not(:last-child) {
    margin-right: 15px;
  }
}
.p-index_plan_pack_cont_pic.two > li {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_pic.three {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-index_plan_pack_cont_pic.three > li {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack_cont_pic.three > li {
    margin-right: 0;
    width: 48%;
  }
  .p-index_plan_pack_cont_pic.three > li:first-child {
    margin: 0 20px;
    margin-bottom: 4%;
  }
  .p-index_plan_pack_cont_pic.three > li:nth-child(2) {
    margin-right: 4%;
  }
}
.p-index_plan_pack > li {
  border: solid 4px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack > li {
    border-width: 2px;
  }
}
.p-index_plan_pack > li:not(:last-child) {
  margin-bottom: 50px;
}
.p-index_plan_pack > li.blue {
  border-color: #3a60ae;
}
.p-index_plan_pack > li.blue .p-index_plan_pack_ttl {
  background-color: #3a60ae;
}
.p-index_plan_pack > li.blue .l-flex {
  color: #3a60ae;
}
.p-index_plan_pack > li.blue .l-flex .sub {
  background-color: #e2e9f9;
}
.p-index_plan_pack > li.green {
  border-color: #428c77;
}
.p-index_plan_pack > li.green .p-index_plan_pack_ttl {
  background-color: #428c77;
}
.p-index_plan_pack > li.green .l-flex {
  color: #428c77;
}
.p-index_plan_pack > li.green .l-flex .sub {
  background-color: #e0eeea;
}
.p-index_plan_pack > li.orange {
  border-color: #f25e1d;
}
.p-index_plan_pack > li.orange .p-index_plan_pack_ttl {
  background-color: #f25e1d;
}
.p-index_plan_pack > li.orange .p-index_plan_pack_cont_pic {
  border-bottom: dashed 2px #f25e1d;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack > li.orange .p-index_plan_pack_cont_pic {
    border-width: 1px;
    padding-bottom: 20px;
  }
}
.p-index_plan_pack > li.orange .l-flex {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack > li.orange .l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}
.p-index_plan_pack > li.orange .l-flex .txt {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_plan_pack > li.orange .l-flex .txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack > li.orange .l-flex .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_plan_pack > li.orange .l-flex .img {
  width: 284px;
}
@media screen and (max-width: 767px) {
  .p-index_plan_pack > li.orange .l-flex .img {
    width: 70px;
  }
}
.p-index_maker_inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-index_maker_inner {
    padding: 15px;
    border-radius: 4px;
  }
}
.p-index_achievement {
  padding: 90px 0;
  background-image: url(../img/index/bg_fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index_achievement {
    padding: 40px 0;
  }
}
.p-index_achievement::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.p-index_achievement_ttl {
  width: 66%;
  margin: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-index_achievement_ttl {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_achievement_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-index_achievement_list {
  margin-top: 40px;
}
.p-index_achievement_list_ttl {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  background-color: #0c8c67;
  color: #fff;
  line-height: 1;
  padding: 15px;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 14px;
  letter-spacing: -0.08em;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-index_achievement_list_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_achievement_list_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_achievement_list_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px;
  }
}
.p-index_achievement_list_img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.p-index_achievement_list_img + p {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-index_achievement_list_img + p {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_example_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-index_example_list {
    margin-bottom: 20px;
  }
}
.p-index_example_list > li {
  border-radius: 4px;
  overflow: hidden;
}
.p-index_example_list_ttl {
  text-align: center;
  background-color: #fff;
  color: #f25e1d;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  padding: 10px 0;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_example_list_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_example_list_ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_voice {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index_voice {
    padding: 40px 0;
  }
}
.p-index_voice::after {
  content: "";
  display: block;
  width: 100%;
  height: 45%;
  background-color: #4c9983;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.p-index_voice_slide {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide {
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.p-index_voice_slide li {
  margin: 0 10px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.p-index_voice_slide_img {
  width: 100%;
  position: relative;
  padding-top: 65.4%;
}
.p-index_voice_slide_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-index_voice_slide_ico {
  top: -50px;
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide_ico {
    top: -37px;
  }
}
.p-index_voice_slide_sub {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide_sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_voice_slide_sub::after {
  margin-left: 5px;
}
.p-index_voice_slide_ttl {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-index_voice_slide_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_voice_slide .slick-prev,
.p-index_voice_slide .slick-next {
  width: 31px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide .slick-prev,
  .p-index_voice_slide .slick-next {
    width: 22px;
    height: 30px;
  }
}
.p-index_voice_slide .slick-prev::before,
.p-index_voice_slide .slick-next::before {
  content: "";
  display: block;
  width: 31px;
  height: 42px;
  background-size: cover;
  background-image: url(../img/ico_arw.png);
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide .slick-prev::before,
  .p-index_voice_slide .slick-next::before {
    width: 22px;
    height: 30px;
  }
}
.p-index_voice_slide .slick-prev {
  left: -34px;
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide .slick-prev {
    left: -19px;
  }
}
.p-index_voice_slide .slick-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-index_voice_slide .slick-next {
    right: -18px;
  }
}
.p-index_news {
  background-image: url(../img/index/bg_news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 30%;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-index_news {
    padding: 45px 10px;
  }
}
.p-index_news_inner {
  background-color: #fff;
  padding: 60px 70px;
}
@media screen and (max-width: 767px) {
  .p-index_news_inner {
    padding: 35px 25px;
  }
}
.p-index_news_ttl {
  text-align: center;
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-index_news_ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.p-index_news_ttl span {
  font-size: 35px;
  font-size: 3.5rem;
  color: #4c9983;
}
@media screen and (max-width: 767px) {
  .p-index_news_ttl span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_news_tbl {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index_news_tbl {
    margin-bottom: 20px;
  }
}
.p-index_news_tbl tr {
  border-bottom: dotted 2px #ccc;
}
@media screen and (max-width: 767px) {
  .p-index_news_tbl tr {
    border-width: 1px;
  }
}
.p-index_news_tbl tr:first-child {
  border-top: dotted 2px #ccc;
}
@media screen and (max-width: 767px) {
  .p-index_news_tbl tr:first-child {
    border-width: 1px;
  }
}
.p-index_news_tbl th {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  color: #0c8c67;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-index_news_tbl th {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 6px;
    padding-top: 15px;
  }
}
.p-index_news_tbl td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 0;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-index_news_tbl td {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-index_news .c-btn_base {
    width: 95%;
  }
}

/* ---------------------------
object-project-camera
--------------------------- */
.camera .c-kv {
  background-image: url(../img/camera/img_kv_camera.jpg);
}

.p-camera_list_cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 0;
  margin-top: 30px;
}
.p-camera_list_cont li:first-child {
  margin-top: 0;
}
.p-camera_list_img {
  position: relative;
  z-index: 0;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-camera_list_img {
    width: 80px;
    height: 80px;
    margin-right: 5%;
  }
}
.p-camera_list_img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-camera_list_img.img_01 img, .p-camera_list_img.img_05 img, .p-camera_list_img.img_07 img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_img.img_01 img, .p-camera_list_img.img_05 img, .p-camera_list_img.img_07 img {
    width: 50px;
  }
}
.p-camera_list_img.img_02 img {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_img.img_02 img {
    width: 45px;
  }
}
.p-camera_list_img.img_03 img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_img.img_03 img {
    width: 40px;
  }
}
.p-camera_list_img.img_04 img {
  width: 55px;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_img.img_04 img {
    width: 45px;
  }
}
.p-camera_list_img.img_06 img {
  width: 38px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_img.img_06 img {
    width: 28px;
  }
}
.p-camera_list_detail {
  width: 70%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_detail {
    width: 65%;
    margin-top: 5px;
  }
}
.p-camera_list_detail dt {
  margin-bottom: 5px;
  color: #4690ba;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-camera_list_detail dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-camera_list_txt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_txt {
    margin-top: 20px;
  }
}
.p-camera_list_row {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-camera_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-camera_list_row {
    margin-top: 40px;
  }
}
.p-camera_list_row:first-child {
  margin-top: 0;
}
.p-camera_list_row_img {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-camera_list_row_img {
    width: 35%;
    max-width: 407px;
    margin-right: 4%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .p-camera_list_row_img {
    margin-top: 20px;
  }
  .p-camera_list_row_img.u-only_sp {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-camera_list_row_cont {
    width: 60%;
    max-width: 710px;
  }
}
.p-camera_list_row_ttl {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-camera_list_row_ttl {
    margin-bottom: 25px;
    padding: 5px 5%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-camera_list_row_ttl.org {
  background-color: #f25e1d;
}
.p-camera_list_row_ttl.ble {
  background-color: #58a9d8;
}

/* ---------------------------
object-project-company
--------------------------- */
.company .c-kv {
  background-image: url(../img/company/img_kv_company.jpg);
}

.p-company_map {
  height: 500px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-company_map {
    height: 200px;
    margin-top: 30px;
  }
}
.p-company_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------------------
object-project-contact
--------------------------- */
.contact .c-kv {
  background-image: url(../img/contact/img_kv_contact.jpg);
}

.p-contact_form .c-tbl_contact th {
  padding: 25px 0 15px;
}
@media screen and (max-width: 767px) {
  .p-contact_form .c-tbl_contact th {
    padding: 5px 0 5px;
  }
}
.p-contact_form .c-tbl_contact td {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-contact_form .c-tbl_contact td {
    padding: 5px 0 15px;
  }
}
.p-contact_form_tel {
  width: 40% !important;
}
.p-contact_form_agree {
  margin-top: 60px;
  padding: 15px 0;
  background-color: #fff4c1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact_form_agree {
    margin-top: 30px;
    padding: 10px 0;
  }
}
.p-contact_form_agree_checkbox {
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact_form_agree_checkbox::before, .p-contact_form_agree_checkbox::after {
  display: block;
  position: absolute;
  z-index: 0;
  content: "";
}
.p-contact_form_agree_checkbox::before {
  top: -16px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact_form_agree_checkbox::before {
    top: -14px;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.p-contact_form_agree_checkbox::after {
  top: -13px;
  left: 3px;
  height: 8px;
  width: 14px;
  border-bottom: 3px solid #20a27d;
  border-left: 3px solid #20a27d;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-contact_form_agree_checkbox::after {
    top: -9px;
    left: 4px;
    height: 5px;
    width: 12px;
  }
}
.p-contact_form_agree_checkbox:checked::after {
  opacity: 1;
}
.p-contact_form_agree_checkbox_txt {
  line-height: 1;
  padding-left: 25px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact_form_agree_checkbox_txt {
    padding-left: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-contact_form_privacy {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact_form_privacy {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-contact_form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact_form_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact_form_btn button {
    width: 49%;
  }
}
.p-contact_flow_list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list {
    margin-top: 30px;
  }
}
.p-contact_flow_list li {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list li {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.p-contact_flow_list li::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 10px;
  height: 100%;
  background-color: #ffea00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media print, screen and (min-width: 768px) {
  .p-contact_flow_list li::before {
    bottom: -50%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list li::before {
    top: 0;
    width: 8px;
  }
}
.p-contact_flow_list li:last-child {
  margin-bottom: 0;
}
.p-contact_flow_list li:last-child::before {
  display: none;
}
.p-contact_flow_list_ico {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffcc00;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_ico {
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-contact_flow_list_ico span {
  display: block;
  line-height: 1;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.05em;
}
.p-contact_flow_list_ico_step {
  padding-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_ico_step {
    padding-top: 12px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.p-contact_flow_list_ico_number {
  margin-top: 2px;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_ico_number {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-contact_flow_list_cont {
  padding: 30px 60px 30px 80px;
  border-radius: 8px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-contact_flow_list_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    width: 96%;
    max-width: 1150px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_cont {
    padding: 40px 5% 20px;
  }
}
.p-contact_flow_list_img {
  width: 18%;
}
@media print, screen and (min-width: 768px) {
  .p-contact_flow_list_img {
    max-width: 180px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_img {
    width: 45%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact_flow_list_inner {
    width: 79%;
    max-width: 790px;
  }
}
.p-contact_flow_list_ttl {
  color: #20a27d;
  font-weight: 900;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_ttl {
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-contact_flow_list_txt {
  line-height: 1.8;
  margin-top: 18px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact_flow_list_txt {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mwform-checkbox-field-text {
  padding-left: 1.3em;
}

/* ---------------------------
object-project-faq
--------------------------- */
.faq .c-kv {
  background-image: url(../img/faq/img_kv_faq.jpg);
}
@media screen and (max-width: 767px) {
  .faq .c-kv {
    background-position: 87% 90%;
    background-size: 200%;
  }
}

/* ---------------------------
object-project-news
--------------------------- */
.news .c-kv,
.archive .c-kv,
.voice .c-kv,
.example .c-kv {
  background-image: url(../img/news/img_kv_news.jpg);
}

.p-news_main_cont {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-news_main_cont {
    padding-bottom: 30px;
  }
}
.p-news_list_cont {
  margin-top: 60px;
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news_list_cont {
    margin-top: 30px;
    padding: 15px 5% 0;
  }
}
.p-news_list_cont.example {
  background-color: #ecf8fe;
}
.p-news_list_cont.example .p-news_list_cat span {
  background-color: #4690ba;
}
.p-news_list_cont.voice {
  background-color: #fffbe7;
}
.p-news_list_cont.voice .p-news_list_cat span {
  background-color: #f25e1d;
}
.p-news_list_cont.news {
  background-color: #edf5f3;
}
.p-news_list_cont.news .p-news_list_cat span {
  background-color: #20a27d;
}
.p-news_list_cont:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-news_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-news_list_img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-top: 32.67%;
}
@media screen and (max-width: 767px) {
  .p-news_list_img {
    padding-top: 65.34%;
  }
}
.p-news_list_img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .p-news_list_img {
    width: 43%;
    max-width: 481px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news_list_inner {
    width: 54%;
    max-width: 604px;
    margin-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-news_list_inner {
    padding: 15px 5% 30px;
  }
}
.p-news_list_cat {
  padding-bottom: 5px;
}
.p-news_list_cat span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_cat span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-news_list_cat span:last-child {
  margin-right: 0;
}
.p-news_list_ttl {
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-news_list_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news_list_ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-news_list_ttl_article {
  font-weight: 900;
  letter-spacing: -0.08em;
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_ttl_article {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-news_list_ico {
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-news_list_ico {
    top: 15px;
  }
}
.p-news_list_user {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_user {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-news_list_sub {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-news_list_sub::after {
  margin-left: 10px;
}
.p-news_list_detail {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_detail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-news_list_comment {
  margin-top: 30px;
  padding: 30px;
  background-color: #f5f8fa;
}
@media screen and (max-width: 767px) {
  .p-news_list_comment {
    padding: 15px 5% 20px;
  }
}
.p-news_list_txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-news_list_budget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-news_list_budget dt {
  width: 100px;
  margin-right: 10px;
  line-height: 1;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #58a9d8;
  color: #58a9d8;
  font-weight: 900;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-news_list_budget dd {
  width: 82%;
  padding-top: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news_list_budget dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .pagination li {
  width: 400px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .pager .pagination li {
    width: 48%;
    margin-right: 4%;
  }
}
.pager .pagination li:last-child {
  margin-right: 0;
}
.pager .pagination li.prev a::after {
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .pager .pagination li.prev a::after {
    left: 14px;
  }
}
.pager .pagination li.next_page a::after {
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pager .pagination li.next_page a::after {
    right: 14px;
  }
}
.pager .pagination li a {
  position: relative;
  z-index: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  color: #fff;
  background-color: #428c77;
  line-height: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pager .pagination li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 50px;
  }
}
.pager .pagination li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .pager .pagination li a::after {
    border-width: 2px;
    width: 6px;
    height: 6px;
  }
}

/* ---------------------------
object-project-privacy
--------------------------- */
.privacy .c-kv {
  background-image: url(../img/privacy/img_kv_privacy.jpg);
}

.p-privacy_list_inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-privacy_list_inner {
    margin-bottom: 30px;
  }
}
.p-privacy_list_inner dt {
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy_list_inner dt {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-privacy_list_inner dd {
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacy_list_inner dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* ---------------------------
object-project-strength
--------------------------- */
.strength .c-kv {
  background-image: url(../img/strength/img_kv_strength.jpg);
}

.p-strength_head {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-strength_head {
    padding-top: 25px;
  }
}
.p-strength_head_cont {
  position: relative;
  z-index: 0;
  padding: 60px 50px 50px;
  border-radius: 8px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .p-strength_head_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-strength_head_cont {
    padding: 45px 5% 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-strength_head_inner {
    width: 72%;
    max-width: 806px;
  }
}
.p-strength_head_txt {
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-strength_head_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-strength_head_img {
  position: absolute;
  z-index: -1;
  right: -40px;
  width: 32%;
}
@media print, screen and (min-width: 768px) {
  .p-strength_head_img {
    bottom: 0;
    max-width: 384px;
  }
}
@media screen and (max-width: 767px) {
  .p-strength_head_img {
    top: -15px;
    right: 0;
  }
}
.p-strength_reason_ttl {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-strength_reason_ttl {
    margin-bottom: 20px;
  }
}
.p-strength_reason_ttl span {
  line-height: 1;
  font-weight: 900;
}
.p-strength_reason_ttl_head {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-strength_reason_ttl_head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-strength_reason_ttl_head em {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-left: 20px;
  padding: 0 30px;
  color: #20a27d;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-strength_reason_ttl_head em {
    margin-left: 10px;
    padding: 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-strength_reason_ttl_head em::before, .p-strength_reason_ttl_head em::after {
  content: "";
  display: block;
  background-image: url(../img/deco_topics_grn.svg);
  width: 20px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-strength_reason_ttl_head em::before, .p-strength_reason_ttl_head em::after {
    width: 12.5px;
    height: 21.5px;
    top: 1px;
  }
}
.p-strength_reason_ttl_head em::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-strength_reason_ttl_head em::after {
  right: 0;
}
.p-strength_reason_ttl_main {
  display: block;
  color: #23715b;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-strength_reason_ttl_main {
    margin-top: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-strength_reason_ttl_main em {
  font-size: 70px;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .p-strength_reason_ttl_main em {
    font-size: 40px;
    font-size: 4rem;
  }
}

/* ---------------------------
object-project-subside
--------------------------- */
.subsidy .c-kv {
  background-image: url(../img/subsidy/img_kv_subsidy.jpg);
}
.subsidy .c-row_base {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .subsidy .c-row_base {
    margin-top: 50px;
  }
}
.subsidy .c-row_base:first-child {
  margin-top: 0;
}

.p-subsidy_top_head {
  position: relative;
  z-index: 0;
  margin: 20px 0 40px;
  padding: 30px 0 0;
  border: 2px solid #f25e1d;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head {
    margin: 10px 0 30px;
    padding: 15px 0 0;
  }
}
.p-subsidy_top_head::before {
  position: absolute;
  z-index: 0;
  bottom: 60px;
  left: 40px;
  width: 266px;
  height: 364px;
  background-image: url(../img/subsidy/img_subsidy_ttl.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-subsidy_top_head::before {
    left: 20px;
    bottom: 51px;
    width: 200px;
    height: 274px;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head::before {
    bottom: 92px;
    left: -1%;
    width: 122px;
    height: 167px;
  }
}
.p-subsidy_top_head_ttl {
  padding-left: 280px;
}
@media print, screen and (min-width: 768px) {
  .p-subsidy_top_head_ttl {
    text-align: center;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-subsidy_top_head_ttl {
    padding-left: 220px;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head_ttl {
    padding-left: 38%;
  }
}
.p-subsidy_top_head_ttl_big {
  display: block;
  line-height: 1;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-subsidy_top_head_ttl_big {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head_ttl_big {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-subsidy_top_head_ttl_big em {
  line-height: 1;
  font-size: 100px;
  font-size: 10rem;
  color: #f25e1d;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-subsidy_top_head_ttl_big em {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-subsidy_top_head_ttl_big em {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head_ttl_big em {
    font-size: 50px;
    font-size: 5rem;
  }
}
.p-subsidy_top_head_ttl_main {
  display: block;
  line-height: 1;
  margin-top: 20px;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-subsidy_top_head_ttl_main {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-subsidy_top_head_ttl_main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head_ttl_main {
    line-height: 1.6;
    margin-top: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-subsidy_top_head_point {
  margin-top: 50px;
  padding: 15px 0;
  border-radius: 0 0 8px 8px;
  background-color: #ffeda4;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-subsidy_top_head_point {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_top_head_point {
    margin-top: 15px;
    padding: 10px 5%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-subsidy_cont {
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-subsidy_cont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-subsidy_box {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-subsidy_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_box {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-subsidy_box .c-bg {
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_box .c-bg {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-subsidy_box .c-bg:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-subsidy_box .c-bg:last-child {
    margin-bottom: 0;
  }
}
.p-subsidy_box .c-bg .c-list_circle {
  margin-top: 20px;
}
.p-subsidy_box .c-bg .c-list_circle.org li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-subsidy_box .c-bg .c-list_circle.org li {
    margin-top: 15px;
  }
}
.p-subsidy_box .c-bg .c-list_circle.org li:first-child {
  margin-top: 0;
}
.p-subsidy_box .c-bg .c-list_circle li::before {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .p-subsidy_box .c-bg .c-list_circle li::before {
    top: 6px;
  }
}
.p-subsidy_box_btm {
  margin-top: 20px;
}
.p-subsidy_tbl {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  border-left: 1px solid #20a27d;
}
.p-subsidy_tbl th {
  width: 50%;
  padding: 8px 0;
  border-right: 1px solid #fff;
  background-color: #20a27d;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-subsidy_tbl td {
  padding: 8px;
  border-right: 1px solid #20a27d;
  border-bottom: 1px solid #20a27d;
}

/* ---------------------------
object-project-surveillance
--------------------------- */
.surveillance .c-kv {
  background-image: url(../img/surveillance/img_kv_surveillance.jpg);
}

.p-surveillance_smartphone_cont {
  padding: 50px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_cont {
    padding: 30px 5%;
  }
}
.p-surveillance_smartphone_ttl {
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
  color: #20a27d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_ttl {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_smartphone_box_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_smartphone_box_img {
    width: 55%;
    max-width: 537px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_smartphone_box_point {
    width: 41%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_box_point {
    margin-top: 20px;
  }
}
.p-surveillance_smartphone_box_point li {
  line-height: 1;
  margin-top: 15px;
  padding: 15px 0 16px;
  border-radius: 8px;
  background-color: #f25e1d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_smartphone_box_point li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_box_point li {
    margin-top: 10px;
    padding: 10px 0 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-surveillance_smartphone_box_point li:first-child {
  margin-top: 0;
}
.p-surveillance_smartphone_box_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.p-surveillance_smartphone_box_detail li {
  margin-top: 15px;
  padding: 20px;
  border-radius: 8px;
  background-color: #f5f8fa;
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_smartphone_box_detail li {
    width: 18.4%;
    margin-right: 2%;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(-n+5) {
    margin-top: 0;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(5n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-surveillance_smartphone_box_detail li {
    width: 32%;
    margin-right: 2%;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(-n+5) {
    margin-top: 15px;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(5n) {
    margin-right: 2%;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_smartphone_box_detail li {
    width: 32%;
    margin-right: 2%;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(-n+5) {
    margin-top: 15px;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(-n+3) {
    margin-top: 0 !important;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(5n) {
    margin-right: 2%;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_box_detail li {
    width: 48%;
    margin-top: 10px;
    margin-right: 4%;
    padding: 10px 5% 15px;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-surveillance_smartphone_box_detail li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-surveillance_smartphone_box_detail_img {
  position: relative;
  z-index: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_box_detail_img {
    width: 60px;
    height: 60px;
  }
}
.p-surveillance_smartphone_box_detail_img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 49px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_box_detail_img img {
    width: 40px;
  }
}
.p-surveillance_smartphone_box_detail_ttl {
  line-height: 1.4;
  margin-top: 13px;
  color: #3a60ae;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-surveillance_smartphone_box_detail_ttl {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_role_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_role_row_cont {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_role_row_cont {
    margin-top: 30px;
  }
}
.p-surveillance_role_row_cont .c-bg {
  margin: 20px 0;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_role_row_cont .c-bg {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_role_row_cont .c-bg {
    margin: 15px 0;
  }
}
.p-surveillance_role_row_cont .c-bg .c-ttl_list {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-surveillance_role_row_cont .c-bg .c-ttl_list {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_role_row_cont .c-bg .c-ttl_list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-surveillance_role_row_txt, .p-surveillance_role_row_btm {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-surveillance_role_row_txt, .p-surveillance_role_row_btm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-surveillance_role_row_txt {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-surveillance_role_list {
    width: 48%;
  }
}
.p-surveillance_role_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.p-surveillance_role_list li:first-child {
  margin-top: 0;
}
.p-surveillance_role_list_head {
  position: relative;
  z-index: 0;
  width: 200px;
  border-radius: 8px 0 0 8px;
  background-color: #23715b;
}
@media screen and (max-width: 767px) {
  .p-surveillance_role_list_head {
    width: 50%;
  }
}
.p-surveillance_role_list_head_ttl {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_role_list_head_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_role_list_head_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-surveillance_role_list_img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-surveillance_role_list_img {
    width: 50%;
  }
}
.p-surveillance_security_ttl {
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_security_ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_security_ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.p-surveillance_security_box_ttl {
  line-height: 1.4;
  margin-bottom: 20px;
  color: #23715b;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-surveillance_security_box_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-surveillance_security_box_ttl {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-surveillance_security_box_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-surveillance_setUp_ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-surveillance_setUp_ttl {
    margin-bottom: 30px;
  }
}
.p-surveillance_setUp_ttl span {
  line-height: 1;
  font-weight: 900;
}
.p-surveillance_setUp_ttl_sub {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-surveillance_setUp_ttl_sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-surveillance_setUp_ttl_main {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: 15px;
  padding: 0 30px;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-surveillance_setUp_ttl_main {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-surveillance_setUp_ttl_main::before, .p-surveillance_setUp_ttl_main::after {
  content: "";
  display: block;
  background-image: url(../img/deco_topics_blk.svg);
  width: 20px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-surveillance_setUp_ttl_main::before, .p-surveillance_setUp_ttl_main::after {
    width: 12.5px;
    height: 21.5px;
    top: 1px;
  }
}
.p-surveillance_setUp_ttl_main::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-surveillance_setUp_ttl_main::after {
  right: 0;
}

/* ---------------------------
object-project-trouble
--------------------------- */
.trouble .c-kv {
  background-image: url(../img/trouble/img_kv_trouble.jpg);
}

.p-trouble_case_head {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-trouble_case_head {
    margin-bottom: 40px;
  }
}
.p-trouble_case_head_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-trouble_case_head_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}
.p-trouble_case_head_list li {
  width: 18.8%;
  margin-right: 1.5%;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  background-color: #3a60ae;
  color: #fff;
  line-height: 1;
  padding: 14px 0;
  text-align: center;
  border-radius: 40px;
  letter-spacing: -0.08em;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_case_head_list li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_case_head_list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_case_head_list li {
    width: 49%;
    margin-top: 5px;
    margin-right: 2%;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 8px 0;
  }
  .p-trouble_case_head_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-trouble_case_head_list li:nth-child(even) {
    margin-right: 0;
  }
}
.p-trouble_case_head_main {
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  color: #3a60ae;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_case_head_main {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_case_head_main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-trouble_case_row {
  margin-bottom: 50px;
  padding: 50px;
  background-color: #fff;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_case_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_case_row {
    margin-bottom: 30px;
    padding: 20px 5%;
  }
}
.p-trouble_case_row:last-child {
  margin-bottom: 0;
}
.p-trouble_case_row_img {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_case_row_img {
    width: 47%;
    max-width: 480px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-trouble_case_row_cont {
    width: 53%;
    max-width: 565px;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_case_row_cont {
    margin-top: 30px;
  }
}
.p-trouble_case_row_cont .c-list_check {
  padding: 30px;
  border-radius: 8px;
  background-color: #ecf8fe;
}
@media screen and (max-width: 767px) {
  .p-trouble_case_row_cont .c-list_check {
    padding: 20px 5%;
  }
}
.p-trouble_case_row_ttl {
  margin: 10px 0 30px;
  padding: 0 0 8px 20px;
  border-left: 10px solid #3a60ae;
  font-weight: 900;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble_case_row_ttl {
    border-left: 5px solid #3a60ae;
    margin: 0 0 20px;
    padding: 0 0 3px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-trouble_case_row_ttl .c-txt_liner {
  color: #3a60ae;
}
.p-trouble_ttl {
  position: relative;
  z-index: 0;
  line-height: 1.4;
  font-weight: 900;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  padding: 30px 0 50px;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 15px 0 20px;
    line-height: 1.6;
  }
}
.p-trouble_ttl.grn {
  background-color: #0c8c67;
}
.p-trouble_ttl.grn::before {
  border-color: #0c8c67 transparent transparent transparent;
}
.p-trouble_ttl.dGrn {
  background-color: #23715b;
}
.p-trouble_ttl.dGrn::before {
  border-color: #23715b transparent transparent transparent;
}
.p-trouble_ttl::before {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-trouble_ttl::before {
    bottom: -25px;
    border-width: 25px 50px 0 50px;
  }
}
.p-trouble_prevent_ttl {
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 48px;
  font-size: 4.8rem;
  color: #0c8c67;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_prevent_ttl {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_ttl {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-trouble_prevent_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box {
    margin-bottom: 30px;
  }
}
.p-trouble_prevent_box:last-child {
  margin-bottom: 0;
}
.p-trouble_prevent_box .p-trouble_ttl {
  border-radius: 8px 8px 0 0;
}
.p-trouble_prevent_box .c-bg_box {
  padding: 70px 50px 50px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box .c-bg_box {
    padding: 30px 5% 20px;
  }
}
.p-trouble_prevent_box_ttl {
  text-align: center;
}
.p-trouble_prevent_box_ttl_cont {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 10px 60px 20px;
  font-weight: 900;
  font-size: 26px;
  font-size: 2.6rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_prevent_box_ttl_cont {
    padding: 10px 40px 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_ttl_cont {
    padding: 10px 20px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-trouble_prevent_box_ttl_cont::before, .p-trouble_prevent_box_ttl_cont::after {
  position: absolute;
  z-index: 0;
  width: 32px;
  height: 27px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_ttl_cont::before, .p-trouble_prevent_box_ttl_cont::after {
    width: 24px;
    height: 21px;
  }
}
.p-trouble_prevent_box_ttl_cont::before {
  top: 0;
  left: 0;
  background-image: url(../img/trouble/txt_mark_left.svg);
}
.p-trouble_prevent_box_ttl_cont::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/trouble/txt_mark_right.svg);
}
.p-trouble_prevent_box_ttl .c-txt_org {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_ttl .c-txt_org {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-trouble_prevent_box_comment {
  margin-top: 5px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_comment {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-trouble_prevent_box_txt {
  line-height: 1.8;
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-trouble_prevent_box_graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.p-trouble_prevent_box_graph li {
  padding: 20px 0;
  font-weight: 900;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_prevent_box_graph li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_prevent_box_graph li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_graph li {
    padding: 10px 0;
  }
}
.p-trouble_prevent_box_graph li.yes {
  background-color: #3a60ae;
  color: #fff;
}
.p-trouble_prevent_box_graph li.no {
  background-color: #f1f1f1;
}
.p-trouble_prevent_box_graph li.graph_01 {
  width: 49%;
}
.p-trouble_prevent_box_graph li.graph_02 {
  width: 51%;
}
.p-trouble_prevent_box_graph li.graph_03 {
  width: 83%;
}
.p-trouble_prevent_box_graph li.graph_04 {
  width: 17%;
}
.p-trouble_prevent_box_graph_ttl {
  margin-right: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_prevent_box_graph_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_graph_ttl {
    margin-right: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-trouble_prevent_box_graph_p {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_graph_p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-trouble_prevent_box_btm {
  margin-top: 60px;
  padding: 40px;
  border-radius: 8px;
  background-color: #f2fcfd;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_btm {
    margin-top: 30px;
    padding: 15px 5%;
  }
}
.p-trouble_prevent_box_btm_ttl {
  line-height: 1.8;
  margin-bottom: 40px;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 900;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_prevent_box_btm_ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_btm_ttl {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-trouble_prevent_box_btm_img {
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_btm_img {
    max-width: 970px;
  }
}
.p-trouble_prevent_box_txt {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-trouble_prevent_box_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-trouble_prevent_box_row_txt {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_prevent_box_row_txt {
    width: 60%;
    margin-right: 4%;
    max-width: 595px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_row_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-trouble_prevent_box_row_img {
  border-radius: 8px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_prevent_box_row_img {
    width: 36%;
    max-width: 357px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_prevent_box_row_img {
    margin-top: 20px;
  }
}
.p-trouble_handle {
  text-align: center;
}
.p-trouble_handle .l-cont_m {
  position: relative;
  z-index: 0;
}
.p-trouble_handle_img_staff {
  position: absolute;
  z-index: 0;
  left: -100px;
  width: 380px;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_handle_img_staff {
    bottom: -90px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-trouble_handle_img_staff {
    width: 310px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_handle_img_staff {
    top: -60px;
    bottom: 0;
    left: -50px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) and (min-width: 540px) {
  .p-trouble_handle_img_staff {
    top: -20vw;
    bottom: 0;
    left: -50px;
    width: 160px;
  }
}
@media screen and (max-width: 541px) and (min-width: 440px) {
  .p-trouble_handle_img_staff {
    top: -18vw;
    bottom: unset;
    left: -50px;
    width: 135px;
  }
}
@media screen and (max-width: 441px) {
  .p-trouble_handle_img_staff {
    top: -20px;
    left: -6%;
    width: 25%;
  }
}
.p-trouble_handle_img_list li {
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-trouble_handle_img_list li {
    width: 150px;
    height: 150px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_handle_img_list li {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_handle_img_list li {
    width: 50px;
    height: 50px;
  }
}
.p-trouble_handle_img_list li.list_01 {
  top: -50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .p-trouble_handle_img_list li.list_01 {
    top: -20px;
    right: 3%;
  }
}
.p-trouble_handle_img_list li.list_02 {
  top: 140px;
  right: -50px;
}
@media print, screen and (max-width: 1440px) and (min-width: 1060px) {
  .p-trouble_handle_img_list li.list_02 {
    top: 160px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_handle_img_list li.list_02 {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_handle_img_list li.list_02 {
    top: 30px;
    right: -3%;
  }
}
.p-trouble_handle_img_list li.list_03 {
  right: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-trouble_handle_img_list li.list_03 {
    bottom: -50px;
  }
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_handle_img_list li.list_03 {
    bottom: 120px;
  }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
  .p-trouble_handle_img_list li.list_03 {
    right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_handle_img_list li.list_03 {
    top: 80px;
    right: 3%;
  }
}
.p-trouble_handle_txt {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .p-trouble_handle_txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble_handle_txt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-trouble_resolution_name {
  margin-bottom: 3px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-trouble_resolution_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-trouble_resolution .c-list_step {
  margin-top: 62px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-trouble_resolution .c-list_step {
    margin-top: 32px;
    padding-top: 30px;
  }
}

/* ---------------------------
utility
--------------------------- */
@media screen and (max-width: 767px) {
  .u-only_sp {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .u-only_sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-only_pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-only_pc {
    display: none !important;
  }
}

.u-fl_r {
  float: right;
}

.u-fl_l {
  float: left;
}

.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-va_t {
  vertical-align: top !important;
}

.u-va_m {
  vertical-align: middle !important;
}

.u-va_b {
  vertical-align: bottom !important;
}

.u-mt_100 {
  margin-top: 100px !important;
}

.u-mb_100 {
  margin-bottom: 100px !important;
}

.u-mr_100 {
  margin-right: 100px !important;
}

.u-ml_100 {
  margin-left: 100px !important;
}

.u-mt_95 {
  margin-top: 95px !important;
}

.u-mb_95 {
  margin-bottom: 95px !important;
}

.u-mr_95 {
  margin-right: 95px !important;
}

.u-ml_95 {
  margin-left: 95px !important;
}

.u-mt_90 {
  margin-top: 90px !important;
}

.u-mb_90 {
  margin-bottom: 90px !important;
}

.u-mr_90 {
  margin-right: 90px !important;
}

.u-ml_90 {
  margin-left: 90px !important;
}

.u-mt_85 {
  margin-top: 85px !important;
}

.u-mb_85 {
  margin-bottom: 85px !important;
}

.u-mr_85 {
  margin-right: 85px !important;
}

.u-ml_85 {
  margin-left: 85px !important;
}

.u-mt_80 {
  margin-top: 80px !important;
}

.u-mb_80 {
  margin-bottom: 80px !important;
}

.u-mr_80 {
  margin-right: 80px !important;
}

.u-ml_80 {
  margin-left: 80px !important;
}

.u-mt_75 {
  margin-top: 75px !important;
}

.u-mb_75 {
  margin-bottom: 75px !important;
}

.u-mr_75 {
  margin-right: 75px !important;
}

.u-ml_75 {
  margin-left: 75px !important;
}

.u-mt_70 {
  margin-top: 70px !important;
}

.u-mb_70 {
  margin-bottom: 70px !important;
}

.u-mr_70 {
  margin-right: 70px !important;
}

.u-ml_70 {
  margin-left: 70px !important;
}

.u-mt_65 {
  margin-top: 65px !important;
}

.u-mb_65 {
  margin-bottom: 65px !important;
}

.u-mr_65 {
  margin-right: 65px !important;
}

.u-ml_65 {
  margin-left: 65px !important;
}

.u-mt_60 {
  margin-top: 60px !important;
}

.u-mb_60 {
  margin-bottom: 60px !important;
}

.u-mr_60 {
  margin-right: 60px !important;
}

.u-ml_60 {
  margin-left: 60px !important;
}

.u-mt_55 {
  margin-top: 55px !important;
}

.u-mb_55 {
  margin-bottom: 55px !important;
}

.u-mr_55 {
  margin-right: 55px !important;
}

.u-ml_55 {
  margin-left: 55px !important;
}

.u-mt_50 {
  margin-top: 50px !important;
}

.u-mb_50 {
  margin-bottom: 50px !important;
}

.u-mr_50 {
  margin-right: 50px !important;
}

.u-ml_50 {
  margin-left: 50px !important;
}

.u-mt_45 {
  margin-top: 45px !important;
}

.u-mb_45 {
  margin-bottom: 45px !important;
}

.u-mr_45 {
  margin-right: 45px !important;
}

.u-ml_45 {
  margin-left: 45px !important;
}

.u-mt_40 {
  margin-top: 40px !important;
}

.u-mb_40 {
  margin-bottom: 40px !important;
}

.u-mr_40 {
  margin-right: 40px !important;
}

.u-ml_40 {
  margin-left: 40px !important;
}

.u-mt_35 {
  margin-top: 35px !important;
}

.u-mb_35 {
  margin-bottom: 35px !important;
}

.u-mr_35 {
  margin-right: 35px !important;
}

.u-ml_35 {
  margin-left: 35px !important;
}

.u-mt_30 {
  margin-top: 30px !important;
}

.u-mb_30 {
  margin-bottom: 30px !important;
}

.u-mr_30 {
  margin-right: 30px !important;
}

.u-ml_30 {
  margin-left: 30px !important;
}

.u-mt_25 {
  margin-top: 25px !important;
}

.u-mb_25 {
  margin-bottom: 25px !important;
}

.u-mr_25 {
  margin-right: 25px !important;
}

.u-ml_25 {
  margin-left: 25px !important;
}

.u-mt_20 {
  margin-top: 20px !important;
}

.u-mb_20 {
  margin-bottom: 20px !important;
}

.u-mr_20 {
  margin-right: 20px !important;
}

.u-ml_20 {
  margin-left: 20px !important;
}

.u-mt_15 {
  margin-top: 15px !important;
}

.u-mb_15 {
  margin-bottom: 15px !important;
}

.u-mr_15 {
  margin-right: 15px !important;
}

.u-ml_15 {
  margin-left: 15px !important;
}

.u-mt_10 {
  margin-top: 10px !important;
}

.u-mb_10 {
  margin-bottom: 10px !important;
}

.u-mr_10 {
  margin-right: 10px !important;
}

.u-ml_10 {
  margin-left: 10px !important;
}

.u-mt_5 {
  margin-top: 5px !important;
}

.u-mb_5 {
  margin-bottom: 5px !important;
}

.u-mr_5 {
  margin-right: 5px !important;
}

.u-ml_5 {
  margin-left: 5px !important;
}

.u-mt_0 {
  margin-top: 0px !important;
}

.u-mb_0 {
  margin-bottom: 0px !important;
}

.u-mr_0 {
  margin-right: 0px !important;
}

.u-ml_0 {
  margin-left: 0px !important;
}

.u-pt_100 {
  padding-top: 100px !important;
}

.u-pb_100 {
  padding-bottom: 100px !important;
}

.u-pr_100 {
  padding-right: 100px !important;
}

.u-pl_100 {
  padding-left: 100px !important;
}

.u-p_100 {
  padding: 100px !important;
}

.u-pt_95 {
  padding-top: 95px !important;
}

.u-pb_95 {
  padding-bottom: 95px !important;
}

.u-pr_95 {
  padding-right: 95px !important;
}

.u-pl_95 {
  padding-left: 95px !important;
}

.u-p_95 {
  padding: 95px !important;
}

.u-pt_90 {
  padding-top: 90px !important;
}

.u-pb_90 {
  padding-bottom: 90px !important;
}

.u-pr_90 {
  padding-right: 90px !important;
}

.u-pl_90 {
  padding-left: 90px !important;
}

.u-p_90 {
  padding: 90px !important;
}

.u-pt_85 {
  padding-top: 85px !important;
}

.u-pb_85 {
  padding-bottom: 85px !important;
}

.u-pr_85 {
  padding-right: 85px !important;
}

.u-pl_85 {
  padding-left: 85px !important;
}

.u-p_85 {
  padding: 85px !important;
}

.u-pt_80 {
  padding-top: 80px !important;
}

.u-pb_80 {
  padding-bottom: 80px !important;
}

.u-pr_80 {
  padding-right: 80px !important;
}

.u-pl_80 {
  padding-left: 80px !important;
}

.u-p_80 {
  padding: 80px !important;
}

.u-pt_75 {
  padding-top: 75px !important;
}

.u-pb_75 {
  padding-bottom: 75px !important;
}

.u-pr_75 {
  padding-right: 75px !important;
}

.u-pl_75 {
  padding-left: 75px !important;
}

.u-p_75 {
  padding: 75px !important;
}

.u-pt_70 {
  padding-top: 70px !important;
}

.u-pb_70 {
  padding-bottom: 70px !important;
}

.u-pr_70 {
  padding-right: 70px !important;
}

.u-pl_70 {
  padding-left: 70px !important;
}

.u-p_70 {
  padding: 70px !important;
}

.u-pt_65 {
  padding-top: 65px !important;
}

.u-pb_65 {
  padding-bottom: 65px !important;
}

.u-pr_65 {
  padding-right: 65px !important;
}

.u-pl_65 {
  padding-left: 65px !important;
}

.u-p_65 {
  padding: 65px !important;
}

.u-pt_60 {
  padding-top: 60px !important;
}

.u-pb_60 {
  padding-bottom: 60px !important;
}

.u-pr_60 {
  padding-right: 60px !important;
}

.u-pl_60 {
  padding-left: 60px !important;
}

.u-p_60 {
  padding: 60px !important;
}

.u-pt_55 {
  padding-top: 55px !important;
}

.u-pb_55 {
  padding-bottom: 55px !important;
}

.u-pr_55 {
  padding-right: 55px !important;
}

.u-pl_55 {
  padding-left: 55px !important;
}

.u-p_55 {
  padding: 55px !important;
}

.u-pt_50 {
  padding-top: 50px !important;
}

.u-pb_50 {
  padding-bottom: 50px !important;
}

.u-pr_50 {
  padding-right: 50px !important;
}

.u-pl_50 {
  padding-left: 50px !important;
}

.u-p_50 {
  padding: 50px !important;
}

.u-pt_45 {
  padding-top: 45px !important;
}

.u-pb_45 {
  padding-bottom: 45px !important;
}

.u-pr_45 {
  padding-right: 45px !important;
}

.u-pl_45 {
  padding-left: 45px !important;
}

.u-p_45 {
  padding: 45px !important;
}

.u-pt_40 {
  padding-top: 40px !important;
}

.u-pb_40 {
  padding-bottom: 40px !important;
}

.u-pr_40 {
  padding-right: 40px !important;
}

.u-pl_40 {
  padding-left: 40px !important;
}

.u-p_40 {
  padding: 40px !important;
}

.u-pt_35 {
  padding-top: 35px !important;
}

.u-pb_35 {
  padding-bottom: 35px !important;
}

.u-pr_35 {
  padding-right: 35px !important;
}

.u-pl_35 {
  padding-left: 35px !important;
}

.u-p_35 {
  padding: 35px !important;
}

.u-pt_30 {
  padding-top: 30px !important;
}

.u-pb_30 {
  padding-bottom: 30px !important;
}

.u-pr_30 {
  padding-right: 30px !important;
}

.u-pl_30 {
  padding-left: 30px !important;
}

.u-p_30 {
  padding: 30px !important;
}

.u-pt_25 {
  padding-top: 25px !important;
}

.u-pb_25 {
  padding-bottom: 25px !important;
}

.u-pr_25 {
  padding-right: 25px !important;
}

.u-pl_25 {
  padding-left: 25px !important;
}

.u-p_25 {
  padding: 25px !important;
}

.u-pt_20 {
  padding-top: 20px !important;
}

.u-pb_20 {
  padding-bottom: 20px !important;
}

.u-pr_20 {
  padding-right: 20px !important;
}

.u-pl_20 {
  padding-left: 20px !important;
}

.u-p_20 {
  padding: 20px !important;
}

.u-pt_15 {
  padding-top: 15px !important;
}

.u-pb_15 {
  padding-bottom: 15px !important;
}

.u-pr_15 {
  padding-right: 15px !important;
}

.u-pl_15 {
  padding-left: 15px !important;
}

.u-p_15 {
  padding: 15px !important;
}

.u-pt_10 {
  padding-top: 10px !important;
}

.u-pb_10 {
  padding-bottom: 10px !important;
}

.u-pr_10 {
  padding-right: 10px !important;
}

.u-pl_10 {
  padding-left: 10px !important;
}

.u-p_10 {
  padding: 10px !important;
}

.u-pt_5 {
  padding-top: 5px !important;
}

.u-pb_5 {
  padding-bottom: 5px !important;
}

.u-pr_5 {
  padding-right: 5px !important;
}

.u-pl_5 {
  padding-left: 5px !important;
}

.u-p_5 {
  padding: 5px !important;
}

.u-pt_0 {
  padding-top: 0px !important;
}

.u-pb_0 {
  padding-bottom: 0px !important;
}

.u-pr_0 {
  padding-right: 0px !important;
}

.u-pl_0 {
  padding-left: 0px !important;
}

.u-p_0 {
  padding: 0px !important;
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_100--tab {
    padding-top: 100px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_100--tab {
    padding-bottom: 100px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_100--tab {
    padding-right: 100px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_100--tab {
    padding-left: 100px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_100--tab {
    padding: 100px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_95--tab {
    padding-top: 95px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_95--tab {
    padding-bottom: 95px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_95--tab {
    padding-right: 95px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_95--tab {
    padding-left: 95px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_95--tab {
    padding: 95px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_90--tab {
    padding-top: 90px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_90--tab {
    padding-bottom: 90px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_90--tab {
    padding-right: 90px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_90--tab {
    padding-left: 90px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_90--tab {
    padding: 90px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_85--tab {
    padding-top: 85px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_85--tab {
    padding-bottom: 85px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_85--tab {
    padding-right: 85px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_85--tab {
    padding-left: 85px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_85--tab {
    padding: 85px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_80--tab {
    padding-top: 80px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_80--tab {
    padding-bottom: 80px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_80--tab {
    padding-right: 80px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_80--tab {
    padding-left: 80px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_80--tab {
    padding: 80px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_75--tab {
    padding-top: 75px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_75--tab {
    padding-bottom: 75px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_75--tab {
    padding-right: 75px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_75--tab {
    padding-left: 75px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_75--tab {
    padding: 75px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_70--tab {
    padding-top: 70px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_70--tab {
    padding-bottom: 70px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_70--tab {
    padding-right: 70px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_70--tab {
    padding-left: 70px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_70--tab {
    padding: 70px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_65--tab {
    padding-top: 65px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_65--tab {
    padding-bottom: 65px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_65--tab {
    padding-right: 65px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_65--tab {
    padding-left: 65px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_65--tab {
    padding: 65px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_60--tab {
    padding-top: 60px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_60--tab {
    padding-bottom: 60px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_60--tab {
    padding-right: 60px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_60--tab {
    padding-left: 60px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_60--tab {
    padding: 60px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_55--tab {
    padding-top: 55px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_55--tab {
    padding-bottom: 55px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_55--tab {
    padding-right: 55px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_55--tab {
    padding-left: 55px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_55--tab {
    padding: 55px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_50--tab {
    padding-top: 50px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_50--tab {
    padding-bottom: 50px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_50--tab {
    padding-right: 50px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_50--tab {
    padding-left: 50px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_50--tab {
    padding: 50px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_45--tab {
    padding-top: 45px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_45--tab {
    padding-bottom: 45px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_45--tab {
    padding-right: 45px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_45--tab {
    padding-left: 45px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_45--tab {
    padding: 45px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_40--tab {
    padding-top: 40px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_40--tab {
    padding-bottom: 40px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_40--tab {
    padding-right: 40px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_40--tab {
    padding-left: 40px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_40--tab {
    padding: 40px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_35--tab {
    padding-top: 35px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_35--tab {
    padding-bottom: 35px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_35--tab {
    padding-right: 35px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_35--tab {
    padding-left: 35px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_35--tab {
    padding: 35px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_30--tab {
    padding-top: 30px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_30--tab {
    padding-bottom: 30px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_30--tab {
    padding-right: 30px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_30--tab {
    padding-left: 30px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_30--tab {
    padding: 30px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_25--tab {
    padding-top: 25px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_25--tab {
    padding-bottom: 25px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_25--tab {
    padding-right: 25px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_25--tab {
    padding-left: 25px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_25--tab {
    padding: 25px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_20--tab {
    padding-top: 20px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_20--tab {
    padding-bottom: 20px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_20--tab {
    padding-right: 20px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_20--tab {
    padding-left: 20px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_20--tab {
    padding: 20px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_15--tab {
    padding-top: 15px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_15--tab {
    padding-bottom: 15px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_15--tab {
    padding-right: 15px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_15--tab {
    padding-left: 15px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_15--tab {
    padding: 15px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_10--tab {
    padding-top: 10px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_10--tab {
    padding-bottom: 10px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_10--tab {
    padding-right: 10px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_10--tab {
    padding-left: 10px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_10--tab {
    padding: 10px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_5--tab {
    padding-top: 5px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_5--tab {
    padding-bottom: 5px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_5--tab {
    padding-right: 5px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_5--tab {
    padding-left: 5px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_5--tab {
    padding: 5px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pt_0--tab {
    padding-top: 0px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pb_0--tab {
    padding-bottom: 0px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pr_0--tab {
    padding-right: 0px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-pl_0--tab {
    padding-left: 0px !important;
  }
}

@media print, screen and (max-width: 1059px) and (min-width: 768px) {
  .u-p_0--tab {
    padding: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_100--sp {
    padding-top: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_100--sp {
    padding-bottom: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_100--sp {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_100--sp {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_100--sp {
    padding: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_95--sp {
    padding-top: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_95--sp {
    padding-bottom: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_95--sp {
    padding-right: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_95--sp {
    padding-left: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_95--sp {
    padding: 95px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_90--sp {
    padding-top: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_90--sp {
    padding-bottom: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_90--sp {
    padding-right: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_90--sp {
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_90--sp {
    padding: 90px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_85--sp {
    padding-top: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_85--sp {
    padding-bottom: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_85--sp {
    padding-right: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_85--sp {
    padding-left: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_85--sp {
    padding: 85px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_80--sp {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_80--sp {
    padding-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_80--sp {
    padding-right: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_80--sp {
    padding-left: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_80--sp {
    padding: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_75--sp {
    padding-top: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_75--sp {
    padding-bottom: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_75--sp {
    padding-right: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_75--sp {
    padding-left: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_75--sp {
    padding: 75px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_70--sp {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_70--sp {
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_70--sp {
    padding-right: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_70--sp {
    padding-left: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_70--sp {
    padding: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_65--sp {
    padding-top: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_65--sp {
    padding-bottom: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_65--sp {
    padding-right: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_65--sp {
    padding-left: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_65--sp {
    padding: 65px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_60--sp {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_60--sp {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_60--sp {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_60--sp {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_60--sp {
    padding: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_55--sp {
    padding-top: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_55--sp {
    padding-bottom: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_55--sp {
    padding-right: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_55--sp {
    padding-left: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_55--sp {
    padding: 55px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_50--sp {
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_50--sp {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_50--sp {
    padding-right: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_50--sp {
    padding-left: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_50--sp {
    padding: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_45--sp {
    padding-top: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_45--sp {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_45--sp {
    padding-right: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_45--sp {
    padding-left: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_45--sp {
    padding: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_40--sp {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_40--sp {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_40--sp {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_40--sp {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_40--sp {
    padding: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_35--sp {
    padding-top: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_35--sp {
    padding-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_35--sp {
    padding-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_35--sp {
    padding-left: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_35--sp {
    padding: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_30--sp {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_30--sp {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_30--sp {
    padding-right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_30--sp {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_30--sp {
    padding: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_25--sp {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_25--sp {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_25--sp {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_25--sp {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_25--sp {
    padding: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_20--sp {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_20--sp {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_20--sp {
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_20--sp {
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_20--sp {
    padding: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_15--sp {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_15--sp {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_15--sp {
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_15--sp {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_15--sp {
    padding: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_10--sp {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_10--sp {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_10--sp {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_10--sp {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_10--sp {
    padding: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_5--sp {
    padding-top: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_5--sp {
    padding-bottom: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_5--sp {
    padding-right: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_5--sp {
    padding-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_5--sp {
    padding: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pt_0--sp {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pb_0--sp {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pr_0--sp {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pl_0--sp {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-p_0--sp {
    padding: 0px !important;
  }
}

.u-bdr_t {
  border-top: 1px #ccc solid;
}

.u-bdr_b {
  border-bottom: 1px #ccc solid;
}

.u-bdr_l {
  border-left: 1px #ccc solid;
}

.u-bdr_r {
  border-right: 1px #ccc solid;
}

.c-box_contact .p-contact_form_agree {
  margin-top: 0;
  padding: 0;
  background: none;
  text-align: center;
  margin-bottom: 15px;
}

.underline {
  text-decoration: underline !important;
}

#mw_wp_form_mw-wp-form-11 {
  margin-top: -60px;
  padding-top: 60px;
}

.p-index_contact_form_thanks {
  padding: 40px;
}

.p-index_contact_form_inner.-thanks {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mw_wp_form_mw-wp-form-11 {
    margin-top: -30px;
    padding-top: 30px;
  }
  .p-index_contact_form_thanks {
    padding: 20px;
    padding-top: 10px;
  }
}
/* ---------------------------
layout-print
--------------------------- */