@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:visited {
  color: #232323;
}
a:hover {
  color: #232323;
  text-decoration: none;
}
a:active {
  color: #232323;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}
main .container_r {
  margin-right: 0;
  max-width: calc(50% + 650px);
  padding-right: 0;
}

/*　Retina対応時のCSS↓　*/
/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
header .header_inner {
  padding-left: 35px;
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
header .header_inner .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .logo a img {
  width: 154px;
  padding-right: 25px;
  border-right: 1px solid #474747;
}
header .header_inner .logo a span {
  font-size: 14px;
  padding-left: 30px;
  color: #222;
}
header .header_inner .logo a:hover {
  opacity: 0.7;
}
header .header_inner nav {
  display: block !important;
}
header .header_inner nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner nav ul li {
  text-align: center;
}
header .header_inner nav ul li:not(:last-of-type) {
  margin-right: 20px;
}
header .header_inner nav ul li a {
  font-size: 12px;
  color: #222;
  display: inline-block;
}
header .header_inner nav ul li a span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
header .header_inner nav ul li a:hover {
  color: #f07c0d;
}

/* footer
==================================*/
footer {
  background: #232323;
}
footer .footer_inner {
  padding: 45px 50px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1364px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_inner .left_wrap .logo {
  width: 172px;
  margin-bottom: 15px;
}
footer .footer_inner .left_wrap .logo a:hover {
  opacity: 0.7;
}
footer .footer_inner .left_wrap p {
  font-size: 14px;
  color: #fff;
}
footer .footer_inner .left_wrap p a {
  color: #fff;
}
footer .footer_inner .left_wrap p a:hover {
  opacity: 0.7;
}
footer .footer_inner .left_wrap p:nth-of-type(2) {
  margin-top: 6px;
  line-height: 1;
}
footer .footer_inner .left_wrap p:nth-of-type(2) small {
  font-size: 11px;
}
footer .footer_inner .right_wrap nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_inner .right_wrap nav ul li {
  line-height: 1;
  width: 95px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_inner .right_wrap nav ul li a {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
}
footer .footer_inner .right_wrap nav ul li a:hover {
  opacity: 0.7;
}
footer .footer_inner .right_wrap nav ul li a span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  display: block;
}
footer .footer_inner .right_wrap .other_link {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_inner .right_wrap .other_link li:not(:last-of-type) {
  margin-right: 20px;
}
footer .footer_inner .right_wrap .other_link li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer .footer_inner .right_wrap .other_link li a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 8px;
  background: url(/images/common/icon_outlink.svg) no-repeat 0/contain;
  margin-left: 3px;
  bottom: 1px;
}
footer .footer_inner .right_wrap .other_link li a:hover {
  opacity: 0.7;
}
footer .fixed_link {
  position: fixed;
  right: 0;
  top: 130px;
  bottom: 0;
  height: 250px;
  margin: auto;
}
footer .fixed_link a {
  display: block;
  line-height: 50px;
  height: 250px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
  background: #f07c0d;
  font-weight: 900;
  border: 2px solid #f07c0d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
footer .fixed_link a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background: url(/images/common/icon_arrow.svg) no-repeat 0/contain;
  top: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
footer .fixed_link a:hover {
  color: #f07c0d;
  background: #fff;
}
footer .fixed_link a:hover::after {
  background-image: url(/operation/images/common/icon_arrow_or.svg);
}
footer .fixed_link.upper a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 899px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 900px) {
  .row .col.col3 {
    width: 25%;
  }
  .row .col.col4 {
    width: 33.33%;
  }
  .row .col.col6 {
    width: 50%;
  }
}

.en {
  font-family: "Poppins";
  font-weight: 700;
}

.sec_ttl {
  text-align: center;
  position: relative;
  padding-top: 37px;
}
.sec_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 137px;
  height: 2px;
  background: #232323;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.sec_ttl .en {
  font-size: 55px;
  font-weight: 800;
  display: block;
  margin-bottom: 15px;
}
.sec_ttl .jp {
  font-size: 20px;
}
@media (max-width: 899px) {
  .sec_ttl {
    padding-top: 19px;
  }
  .sec_ttl::before {
    width: 68px;
  }
  .sec_ttl .en {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .sec_ttl .jp {
    font-size: 15px;
  }
}

.line_ttl {
  text-align: center;
}
.line_ttl span {
  font-size: 30px;
  padding-bottom: 30px;
  position: relative;
  line-height: 1;
  padding-bottom: 20px;
}
.line_ttl span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#d8d9d9), to(#fdb73d));
  background-image: -webkit-linear-gradient(left, #d8d9d9, #fdb73d);
  background-image: linear-gradient(90deg, #d8d9d9, #fdb73d);
  left: 0;
  bottom: 0;
}
@media (max-width: 899px) {
  .line_ttl span {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 899px) and (max-width: 375px) {
  .line_ttl span {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .line_ttl span::before {
    height: 7px;
  }
}

.arrow_btn {
  display: block;
  font-size: 20px;
  font-weight: 900;
  width: 351px;
  text-align: center;
  line-height: 60px;
  border: 3px solid #232323;
  border-radius: 33px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
.arrow_btn::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  background-position: 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  top: 6px;
}
@media (max-width: 899px) {
  .arrow_btn {
    font-size: 16px;
  }
}

.wh_btn {
  color: #232323;
  border-color: #232323;
}
.wh_btn::after {
  background-image: url(/images/common/icon_arrow_b.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 900px) {
  .wh_btn:hover {
    color: #fff;
    background: #232323;
  }
  .wh_btn:hover::after {
    background-image: url(/images/common/icon_arrow.svg);
  }
}

.bk_btn {
  color: #fff;
  border-color: #232323;
  background: #232323;
}
.bk_btn:visited {
  color: #fff;
}
.bk_btn::after {
  background-image: url(/images/common/icon_arrow.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 900px) {
  .bk_btn:hover {
    color: #232323;
    background: #fff;
  }
  .bk_btn:hover::after {
    background-image: url(/images/common/icon_arrow_b.svg);
  }
}

section {
  position: relative;
}

.anchor {
  position: absolute;
}
@media (min-width: 900px) {
  .anchor {
    top: -120px;
  }
}
@media (max-width: 899px) {
  .anchor {
    top: -55px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*==========================================
  Layout
==========================================*/
/*==================================
  Competitive
==================================*/
#Competitive main .gray_wrap {
  background: #f0f0f0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .red_wrap {
  color: #ee4119;
  background: #fbe7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#Competitive main .mv_sec {
  height: 800px;
  position: relative;
}
#Competitive main .mv_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 150px);
  height: 50px;
  background: #f8f8f8;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#Competitive main .mv_sec .container {
  max-width: 100%;
  height: calc(100% - 50px);
  padding-top: 120px;
}
#Competitive main .mv_sec .main_wrap {
  background: url(/operation/images/top/main.jpg) no-repeat center/cover;
  height: 100%;
}
#Competitive main .mv_sec .main_wrap .text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#Competitive main .mv_sec .main_wrap .text_wrap h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 74px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap {
  margin: 50px auto 0 70px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn {
  border-color: #fff;
  color: #fff;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn::after {
  background-image: url(/operation/images/common/icon_arrow.svg);
  margin-left: 10px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn:hover {
  background: #fff;
  color: #f07c0d;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn:hover::after {
  background-image: url(/operation/images/common/icon_arrow_or.svg);
}
#Competitive main .mv_sec .scroll_wrap {
  position: absolute;
  left: -50px;
  bottom: 55px;
  width: 142px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#Competitive main .mv_sec .scroll_wrap .text {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Competitive main .mv_sec .scroll_wrap a:hover .text {
  color: #f07c0d;
}
#Competitive main .mv_sec .scroll_wrap .bar {
  display: inline-block;
  width: 62px;
  height: 1px;
  background: #d3d3d3;
  position: relative;
  bottom: 4px;
  -webkit-animation: scroll 1.3s linear infinite;
          animation: scroll 1.3s linear infinite;
  -webkit-transform-origin: left;
          transform-origin: left;
}
#Competitive main .about_sec {
  padding: 35px 0 90px;
  position: relative;
}
#Competitive main .about_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 150px);
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .about_sec .area1 .row .text_wrap {
  width: 615px;
  margin-right: 35px;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl {
  text-align: left;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl::before {
  right: auto;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl .en {
  margin-bottom: 20px;
}
#Competitive main .about_sec .area1 .row .text_wrap .sec_ttl .jp {
  line-height: 1.8;
}
#Competitive main .about_sec .area1 .row .text_wrap p {
  margin-top: 20px;
  line-height: 2;
}
#Competitive main .about_sec .area1 .row .img_wrap {
  width: calc(100% - 650px);
  max-width: 550px;
  background: url(/operation/images/top/about.jpg) no-repeat center/cover;
}
@media (max-width: 1050px) {
  #Competitive main .about_sec .area1 .row .text_wrap {
    width: 500px;
  }
  #Competitive main .about_sec .area1 .row .img_wrap {
    width: calc(100% - 535px);
  }
}
#Competitive main .about_sec .area1 .icon {
  position: absolute;
  width: 296px;
  top: -28px;
  left: 348px;
}
#Competitive main .about_sec .area2 {
  margin-top: 100px;
}
#Competitive main .about_sec .area2 .container {
  max-width: 1200px;
}
#Competitive main .about_sec .area2 ul {
  margin-top: 55px;
  border: 2px solid #232323;
  border-radius: 12px;
  padding: 90px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}
#Competitive main .about_sec .area2 ul::before, #Competitive main .about_sec .area2 ul::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: calc(100% - 40px);
  background: #fff;
  top: 20px;
}
#Competitive main .about_sec .area2 ul::before {
  left: -2px;
}
#Competitive main .about_sec .area2 ul::after {
  right: -2px;
}
#Competitive main .about_sec .area2 ul li {
  max-width: 600px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  margin: auto;
}
#Competitive main .about_sec .area2 ul li:not(:last-of-type) {
  margin-bottom: 50px;
}
#Competitive main .about_sec .area2 ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 34px;
  background: url(/operation/images/top/icon_check.svg) no-repeat 0/contain;
  left: 0;
  top: 2px;
}
#Competitive main .about_sec .area2 .icon {
  position: absolute;
  width: 297px;
  right: 18px;
  bottom: -111px;
}
@media (max-width: 1000px) {
  #Competitive main .about_sec .area2 .icon {
    width: 256px;
  }
}
#Competitive main .point_sec {
  overflow: hidden;
  position: relative;
  background: url(/operation/images/top/bg_point.jpg) no-repeat center/cover;
  padding: 45px 0px 90px;
}
#Competitive main .point_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 150px);
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .point_sec .inner .row {
  margin: 40px -12px 0;
}
#Competitive main .point_sec .inner .row .col {
  padding: 0 12px;
}
#Competitive main .point_sec .inner .row .col dl {
  background: #fff;
  padding: 30px 35px 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .point_sec .inner .row .col dl dt {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  line-height: 1;
  width: 60px;
  padding-bottom: 6px;
  border-bottom: 1px solid #232323;
  margin: auto;
}
#Competitive main .point_sec .inner .row .col dl .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  line-height: 1.4;
}
#Competitive main .point_sec .inner .row .col dl .ttl strong {
  font-size: 38px;
  line-height: 1;
}
#Competitive main .point_sec .inner .row .col dl .text {
  color: #454545;
  margin-top: 20px;
  line-height: 1.7;
}
#Competitive main .point_sec .inner .row .col .red_wrap {
  width: 100%;
  max-width: 316px;
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  margin: auto;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .point_sec .inner .row .col .red_wrap p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
#Competitive main .point_sec .inner .row .col .red_wrap p small {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: -7px;
}
#Competitive main .point_sec .inner .row .col .red_wrap p strong {
  font-size: 40px;
  position: relative;
  top: 3px;
}
#Competitive main .service_sec {
  margin: 65px 0;
}
#Competitive main .service_sec .area1 {
  margin-top: 50px;
}
#Competitive main .service_sec .area1 .gray_wrap {
  height: 203px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .service_sec .area1 .gray_wrap p {
  font-size: 40px;
  font-weight: 900;
}
#Competitive main .service_sec .area1 .gray_wrap img {
  width: 282px;
  margin-left: 20px;
}
#Competitive main .service_sec .area1 > p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 30px;
  text-align: center;
}
#Competitive main .service_sec .area2 {
  margin-top: 30px;
}
#Competitive main .service_sec .area2 .row {
  margin: 0 -15px;
}
#Competitive main .service_sec .area2 .row .col {
  padding: 0 15px;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap {
  padding: 10px 15px;
  text-align: center;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd {
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd > img {
  width: 136px;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd .row {
  width: 100%;
  max-width: 395px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd .row li img {
  width: 77px;
}
#Competitive main .service_sec .area2 .row .col .gray_wrap dd .row li p {
  margin-top: 10px;
  line-height: 1;
  font-weight: 500;
}
#Competitive main .service_sec .area2 .btn_wrap {
  margin-top: 35px;
}
#Competitive main .contact_sec {
  padding: 45px 0 25px;
  background: url(/operation/images/top/bg_contact.jpg) no-repeat center/cover;
}
#Competitive main .contact_sec .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .contact_sec .row .sec_ttl::before {
  background: #fff;
}
#Competitive main .contact_sec .row .sec_ttl .en {
  font-size: 40px;
  color: #fff;
  margin-bottom: 8px;
}
#Competitive main .contact_sec .row .sec_ttl .jp {
  font-size: 16px;
  color: #fff;
}
#Competitive main .contact_sec .row .text_wrap {
  margin-left: 80px;
}
#Competitive main .contact_sec .row .text_wrap .lead {
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
}
#Competitive main .contact_sec .row .text_wrap .lead::before, #Competitive main .contact_sec .row .text_wrap .lead::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #fff;
  top: 3px;
  position: relative;
}
#Competitive main .contact_sec .row .text_wrap .lead::before {
  margin-right: 10px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#Competitive main .contact_sec .row .text_wrap .lead::after {
  margin-left: 5px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#Competitive main .contact_sec .row .text_wrap .btn_wrap {
  margin-top: 15px;
  line-height: 1;
}
#Competitive main .contact_sec .row .text_wrap .btn_wrap a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 302px;
  line-height: 54px;
  text-align: center;
  border-radius: 29px;
  position: relative;
  border-width: 2px;
}
#Competitive main .contact_sec .row .text_wrap .btn_wrap a::after {
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  top: 4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#Competitive main .contact_sec .row .text_wrap .tel_wrap {
  margin-top: 15px;
  line-height: 1;
  text-align: center;
}
#Competitive main .contact_sec .row .text_wrap .tel_wrap a {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
#Competitive main .contact_sec .row .text_wrap .tel_wrap a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  background: url(/operation/images/common/icon_tel.svg) no-repeat 0/contain;
  margin-right: 5px;
  top: 2px;
}
#Competitive main .contact_sec .row img {
  width: 206px;
  margin-left: 60px;
}
@media (max-width: 1000px) {
  #Competitive main .contact_sec .row .sec_ttl {
    margin-right: 188px;
  }
  #Competitive main .contact_sec .row .text_wrap {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }
  #Competitive main .contact_sec .row img {
    position: absolute;
    left: calc(50% - 6px);
    top: 0px;
    width: 150px;
  }
}
#Competitive main .price_sec {
  padding: 95px 0 75px;
  position: relative;
}
#Competitive main .price_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 150px);
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .price_sec .container {
  max-width: 1200px;
}
#Competitive main .price_sec .area1 {
  margin-top: 50px;
}
#Competitive main .price_sec .area1 .gray_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  height: 200px;
}
#Competitive main .price_sec .area1 .gray_wrap > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 200px;
  border-right: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
}
#Competitive main .price_sec .area1 .gray_wrap > dd {
  width: calc(100% - 200px);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dt {
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dt strong {
  font-size: 60px;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dt span {
  font-size: 35px;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dd {
  font-size: 18px;
  font-weight: 500;
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area1 .gray_wrap > dd dl dd span {
  color: #aba9a9;
  font-size: 10px;
  margin-right: 3px;
}
#Competitive main .price_sec .area1 .row {
  margin: 20px -10px -20px;
}
#Competitive main .price_sec .area1 .row .col {
  padding: 0 10px 20px;
}
@media (max-width: 1050px) {
  #Competitive main .price_sec .area1 .row .col {
    width: 100%;
  }
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd {
  position: relative;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .text {
  font-size: 28px;
  font-weight: 700;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .text strong {
  font-size: 60px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .text span {
  font-size: 32px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .red_wrap {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  width: 251px;
  line-height: 43px;
  left: 0;
  right: 0;
  top: -33px;
  margin: auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .red_wrap strong {
  font-size: 30px;
}
#Competitive main .price_sec .area1 .row .col .gray_wrap dd .small {
  font-weight: 500;
  position: absolute;
  bottom: -10px;
}
#Competitive main .price_sec .area2 {
  margin-top: 110px;
}
#Competitive main .price_sec .area2 .row1 {
  margin-top: 90px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
}
#Competitive main .price_sec .area2 .row1::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #cbcbcb;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Competitive main .price_sec .area2 .row1 .col {
  padding: 0 20px;
  max-width: 460px;
}
#Competitive main .price_sec .area2 .row1 .col dt {
  font-size: 25px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row1 .col dd {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}
#Competitive main .price_sec .area2 .row1 .col dd strong {
  display: block;
}
#Competitive main .price_sec .area2 .row2 {
  margin: 60px -20px 0;
}
#Competitive main .price_sec .area2 .row2 .col {
  padding: 0 20px;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap {
  text-align: center;
  padding: 40px 35px 30px;
  height: 100%;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap > dl {
  margin-top: 20px;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap > dl > dt {
  font-size: 23px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table {
  width: 100%;
  background: #fff;
  text-align: center;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr th, #Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr td {
  font-weight: 500;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr th {
  border-bottom: 2px solid #cbcbcb;
}
#Competitive main .price_sec .area2 .row2 .col .gray_wrap table tr:not(:last-of-type) td {
  border-bottom: 1px solid #cbcbcb;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap img {
  width: 99px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd {
  margin-top: 11px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row p {
  line-height: 1;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .left_text {
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .left_text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border-right: 3px solid #bebebe;
  border-bottom: 3px solid #bebebe;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 25px 0 20px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .right_text {
  font-size: 20px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .right_text strong {
  font-size: 30px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap dd .row .right_text span {
  font-size: 25px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap {
  margin-top: 35px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap .ttl {
  font-weight: 500;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap .ttl small {
  font-size: 14px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap table {
  margin-top: 10px;
}
#Competitive main .price_sec .area2 .row2 .col .left_wrap .table_wrap table + p {
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap img {
  width: 77px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap dd {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap table {
  margin-top: 30px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap table tr th, #Competitive main .price_sec .area2 .row2 .col .right_wrap table tr td {
  border-right: 1px solid #cbcbcb;
  padding: 12px 15px;
}
#Competitive main .price_sec .area2 .row2 .col .right_wrap table tr td ul {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
  margin: auto;
}
#Competitive main .flow_sec {
  padding-top: 80px;
  position: relative;
}
#Competitive main .flow_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(50% - 150px);
  height: 100%;
  background: #f8f8f8;
  left: 0;
  top: 0;
  z-index: -1;
}
#Competitive main .flow_sec .flow_wrap {
  padding: 60px 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#Competitive main .flow_sec .flow_wrap .sec_ttl {
  text-align: left;
  max-width: 850px;
  margin: auto;
}
#Competitive main .flow_sec .flow_wrap .sec_ttl::before {
  margin-left: 0;
}
#Competitive main .flow_sec .flow_wrap ol {
  max-width: 850px;
  margin: 50px auto 0;
}
#Competitive main .flow_sec .flow_wrap ol li {
  padding-left: 60px;
  position: relative;
}
#Competitive main .flow_sec .flow_wrap ol li:not(:last-of-type) {
  padding-bottom: 95px;
}
#Competitive main .flow_sec .flow_wrap ol li::before, #Competitive main .flow_sec .flow_wrap ol li::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#Competitive main .flow_sec .flow_wrap ol li::before {
  width: 10px;
  height: 100%;
  left: 9px;
  top: 20px;
}
#Competitive main .flow_sec .flow_wrap ol li::after {
  width: 12px;
  height: 12px;
  border: 8px solid #333;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(1)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333535), to(#574a34));
  background-image: -webkit-linear-gradient(#333535, #574a34);
  background-image: linear-gradient(#333535, #574a34);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(1) img {
  width: 167px;
  right: 0;
  top: 28px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(2)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#635234), to(#9c7736));
  background-image: -webkit-linear-gradient(#635234, #9c7736);
  background-image: linear-gradient(#635234, #9c7736);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(2)::after {
  border-color: #4c3722;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bc8c36), to(#ffb738));
  background-image: -webkit-linear-gradient(#bc8c36, #ffb738);
  background-image: linear-gradient(#bc8c36, #ffb738);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3)::after {
  border-color: #ba894a;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3) img {
  width: 284px;
  right: -108px;
  top: -117px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4)::before {
  display: none;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4)::after {
  border-color: #ffb738;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4) img {
  width: 186px;
  right: -51px;
  top: -35px;
}
@media (max-width: 1200px) {
  #Competitive main .flow_sec .flow_wrap ol li:nth-of-type(1) img {
    width: 145px;
    right: 123px;
    top: -97px;
  }
  #Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3) img {
    width: 211px;
    right: -19px;
    top: -314px;
  }
  #Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4) img {
    width: 146px;
    right: -8px;
    top: -98px;
  }
}
#Competitive main .flow_sec .flow_wrap ol li dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#Competitive main .flow_sec .flow_wrap ol li dl dt span {
  font-size: 18px;
  width: 161px;
  line-height: 34px;
  border-radius: 19px;
  text-align: center;
  border: 2px solid #232323;
  margin-left: 45px;
  position: relative;
  display: inline-block;
}
#Competitive main .flow_sec .flow_wrap ol li dl dt span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 43px;
  height: 11px;
  background: url(/operation/images/top/flow_arrow.svg) no-repeat 0/contain;
  left: -43px;
  top: 10px;
}
#Competitive main .flow_sec .flow_wrap ol li img {
  position: absolute;
}
#Competitive main .flow_sec .btn_wrap {
  margin-top: 40px;
}
#Competitive main .flow_sec .btn_wrap .arrow_btn {
  font-size: 22px;
  width: 505px;
  line-height: 82px;
  border-radius: 44px;
}
#Competitive main .flow_sec .btn_wrap .arrow_btn::after {
  width: 37px;
  height: 37px;
  top: 9px;
  margin-left: 10px;
}
#Competitive main .flow_sec .other_wrap {
  margin-top: 95px;
  padding-bottom: 90px;
}
#Competitive main .flow_sec .other_wrap .line_ttl {
  max-width: 915px;
  margin-left: auto;
}
#Competitive main .flow_sec .other_wrap picture {
  display: block;
  position: absolute;
  width: 566px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1300px) {
  #Competitive main .flow_sec .other_wrap picture {
    width: 430px;
  }
}
#Competitive main .flow_sec .other_wrap ul {
  max-width: 915px;
  margin: 75px 0 -12px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#Competitive main .flow_sec .other_wrap ul li {
  font-size: 20px;
  font-weight: 700;
  width: calc(50% - 7px);
  margin-bottom: 12px;
  line-height: 93px;
  border: 2px solid #232323;
  text-align: center;
  background: #fff;
}
#Competitive main .flow_sec .other_wrap ul li:nth-of-type(2), #Competitive main .flow_sec .other_wrap ul li:nth-of-type(3), #Competitive main .flow_sec .other_wrap ul li:nth-of-type(6), #Competitive main .flow_sec .other_wrap ul li:nth-of-type(7) {
  background: #e3e3e3;
}
#Competitive main .faq_sec {
  padding: 100px 0 70px;
}
#Competitive main .faq_sec .container {
  max-width: 1000px;
}
#Competitive main .faq_sec ul {
  margin-top: 30px;
}
#Competitive main .faq_sec ul li {
  padding: 30px 0 30px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c2c2c2;
}
#Competitive main .faq_sec ul li::before {
  content: "Q";
  position: absolute;
  font-family: "Poppins";
  font-weight: 800;
  font-size: 38px;
  left: 0;
  top: 14px;
}
#Competitive main .faq_sec ul li dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
#Competitive main .form-sec {
  background: #e2e2e2;
  padding: 80px 0 100px;
}
#Competitive main .form-sec .container {
  max-width: 900px;
}
#Competitive main .form-sec .sec_ttl {
  margin-bottom: 55px;
}
#Competitive main.sfm3 .form-sec p {
  text-align: center;
}

#Competitive header nav .under_parts {
  display: none;
}
#Competitive footer .footer_inner .right_wrap nav .under_parts {
  display: none;
}

#Competitive.nolink header nav .top_parts {
  display: none;
}
#Competitive.nolink header nav .under_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Competitive.nolink footer .footer_inner .right_wrap nav .top_parts {
  display: none;
}
#Competitive.nolink footer .footer_inner .right_wrap nav .under_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#Competitive.nolink main {
  margin-top: 120px;
}
#Competitive.nolink footer .fixed_link {
  display: none;
}

/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}
main#Contact input {
  -webkit-appearance: none;
}
main#Contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-moz-placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}
main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #232323;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact input[type=checkbox] + label {
  padding-left: 29px;
  position: relative;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
}
main#Contact input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact .overscroll {
  overflow-y: scroll;
  height: 210px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #979797;
}
main#Contact .overscroll ul > li {
  margin-bottom: 15px;
}
main#Contact .overscroll ul > li strong {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
}
main#Contact .overscroll ul > li p {
  font-size: 12px;
  line-height: 1.42;
}
main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}
main#Contact .overscroll ul > li > ol li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 15px;
}
main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}
main#Contact .submit_area {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 899px) {
  main#Contact .submit_area {
    margin-top: 30px;
  }
  main#Contact .submit_area p {
    text-align: left;
  }
}
main#Contact .submit_area span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 302px;
  line-height: 54px;
  border-width: 2px;
}
main#Contact .submit_area span::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
main#Contact .submit_area span input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
  main#Contact .submit_area span:hover input[type=submit] {
    color: #232323;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area span {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
  main#Contact .submit_area span input[type=submit] {
    height: 46px;
  }
}
main#Contact .submit_area ul.koumoku {
  max-width: 635px;
  margin: 40px auto 0;
}
main#Contact .submit_area ul.koumoku li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 302px;
  line-height: 54px;
  border-width: 2px;
}
main#Contact .submit_area ul.koumoku li::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
main#Contact .submit_area ul.koumoku li.left::after {
  left: 15px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main#Contact .submit_area ul.koumoku li input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
  main#Contact .submit_area ul.koumoku li:hover input[type=submit] {
    color: #232323;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku li {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
  main#Contact .submit_area ul.koumoku li input[type=submit] {
    height: 46px;
  }
}
@media (max-width: 899px) {
  main#Contact .submit_area ul.koumoku {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main#Contact .submit_area ul.koumoku .left {
    margin-top: 15px;
  }
}
main#Contact .btn_back {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 302px;
  line-height: 54px;
  border-width: 2px;
}
main#Contact .btn_back::after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
main#Contact .btn_back input[type=submit] {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 900px) {
  main#Contact .btn_back:hover input[type=submit] {
    color: #232323;
  }
}
@media (max-width: 899px) {
  main#Contact .btn_back {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
}
main#Contact .contact_back {
  margin-top: 50px;
  text-align: center;
}
main#Contact .contact_back a {
  font-weight: 400;
}
@media (max-width: 899px) {
  main#Contact .contact_back a {
    width: 100%;
    line-height: 46px;
    border-radius: 25px;
  }
  main#Contact .contact_back a::after {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
}

/*==================================
  Contact
==================================*/
main#Contact .agree_area {
  margin: 20px 0 0;
  text-align: center;
}
main#Contact .lead {
  color: #545258;
  margin-bottom: 35px;
}
main#Contact.sfm2 .lead {
  text-align: center;
}
main#Contact .form-sec table {
  display: block;
}
main#Contact .form-sec table tbody {
  display: block;
}
main#Contact .form-sec table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
main#Contact .form-sec table tr th {
  line-height: 1;
  letter-spacing: 0.03em;
  display: block;
  text-align: left;
  font-weight: 700;
  width: 180px;
}
main#Contact .form-sec table tr td {
  display: block;
  width: calc(100% - 180px);
}
main#Contact .form-sec table tr td .text02 {
  margin-top: 8px;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
main#Contact.sfm2 .form-sec table tr td p {
  overflow-wrap: break-word;
}/*# sourceMappingURL=style.css.map */