@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: #19c4c7;
}

/* 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: #e60012;
  font-weight: 900;
  border: 2px solid #e60012;
  -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: #e60012;
  background: #fff;
}
footer .fixed_link a:hover::after {
  background-image: url(/images/common/icon_arrow_rd.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(#2ae0e2));
  background-image: -webkit-linear-gradient(left, #d8d9d9, #2ae0e2);
  background-image: linear-gradient(90deg, #d8d9d9, #2ae0e2);
  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 .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(/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(/images/common/icon_arrow.svg);
  margin-left: 10px;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn:hover {
  background: #fff;
  color: #e60012;
}
#Competitive main .mv_sec .main_wrap .text_wrap .btn_wrap .arrow_btn:hover::after {
  background-image: url(/images/common/icon_arrow_rd.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: #19c4c7;
}
#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(/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: 325px;
  top: -28px;
  left: 410px;
}
#Competitive main .about_sec .area2 {
  margin-top: 60px;
}
#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: 890px;
  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(/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(/images/top/bg_point.jpg) no-repeat center/cover;
  padding: 45px 0px;
}
#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 .service_sec {
  margin-top: 65px;
}
#Competitive main .service_sec .gray_wrap {
  margin-top: 50px;
  padding: 50px 0 60px;
  text-align: center;
  background: #f0f0f0;
}
#Competitive main .service_sec .gray_wrap p {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1;
}
#Competitive main .service_sec .gray_wrap img {
  width: 203px;
}
#Competitive main .service_sec .gray_wrap .btn_wrap {
  margin-top: 35px;
}
#Competitive main .service_sec .area2 {
  margin-top: 30px;
  margin-bottom: 80px;
}
#Competitive main .service_sec .area2 .ttl {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
#Competitive main .service_sec .area2 .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px auto -25px;
}
@media (max-width: 1150px) {
  #Competitive main .service_sec .area2 .row {
    max-width: 590px;
  }
  #Competitive main .service_sec .area2 .row li {
    width: 146px;
  }
}
#Competitive main .service_sec .area2 .row li {
  text-align: center;
  padding: 0 25px;
  margin-bottom: 25px;
}
#Competitive main .service_sec .area2 .row li figure {
  width: 86px;
  height: 90px;
  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;
  margin: auto;
}
#Competitive main .service_sec .area2 .row li p {
  margin-top: 20px;
  line-height: 1;
}
#Competitive main .service_sec .area2 .row li p .en {
  font-size: 14px;
  color: #7b7b7b;
}
#Competitive main .service_sec .area2 .row li p .jp {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}
#Competitive main .service_sec .area2 .row li:nth-of-type(1) img {
  width: 82px;
}
#Competitive main .service_sec .area2 .row li:nth-of-type(2) img {
  width: 86px;
}
#Competitive main .service_sec .area2 .row li:nth-of-type(3) img {
  width: 65px;
}
#Competitive main .service_sec .area2 .row li:nth-of-type(4) img {
  width: 77px;
}
#Competitive main .service_sec .area2 .row li:nth-of-type(5) img {
  width: 80px;
}
#Competitive main .service_sec .area2 .row li:nth-of-type(6) img {
  width: 75px;
}
@media (min-width: 1150px) {
  #Competitive main .service_sec .area2 .row li:nth-of-type(5) {
    padding: 0 0px;
  }
  #Competitive main .service_sec .area2 .row li:nth-of-type(6) {
    padding: 0 15px;
  }
}
#Competitive main .contact_sec {
  padding: 45px 0 25px;
  background: url(/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(/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 .table_wrap {
  margin-top: 35px;
}
#Competitive main .price_sec .table_wrap table tr th {
  background: #232323;
  color: #fff;
  padding: 18px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
}
#Competitive main .price_sec .table_wrap table tr th:nth-of-type(2) {
  background: #7d7917;
}
#Competitive main .price_sec .table_wrap table tr th:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 38px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Competitive main .price_sec .table_wrap table tr th small {
  display: block;
  font-size: 16px;
}
#Competitive main .price_sec .table_wrap table tr td {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  background-clip: padding-box;
}
#Competitive main .price_sec .table_wrap table tr td:first-of-type {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
#Competitive main .price_sec .table_wrap table tr td.hyphen::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 2px;
  background: #232323;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Competitive main .price_sec .table_wrap table tr td .circle {
  font-size: 30px;
  line-height: 1;
}
#Competitive main .price_sec .table_wrap table tr td small {
  font-size: 14px;
}
#Competitive main .price_sec .table_wrap table tr td strong {
  font-size: 35px;
}
#Competitive main .price_sec .table_wrap table tr:first-of-type {
  margin-bottom: 20px;
}
#Competitive main .price_sec .table_wrap table tr:nth-of-type(2) {
  height: 20px;
}
#Competitive main .price_sec .table_wrap table tr:nth-of-type(n + 3) td {
  padding: 25px 20px;
  border-bottom: 1px solid #c0c0c0;
}
#Competitive main .price_sec .table_wrap table tr:nth-of-type(n + 3) td:nth-of-type(2) {
  background: #fbfae7;
  background-clip: padding-box;
}
#Competitive main .price_sec .table_wrap table tr:nth-of-type(2n + 3) td {
  background: #f6f6f6;
  background-clip: padding-box;
}
#Competitive main .price_sec .table_wrap table tr:nth-of-type(2n + 3) td:nth-of-type(2) {
  background: #f2f1df;
  background-clip: padding-box;
}
#Competitive main .price_sec .table_wrap table tr:nth-last-of-type(2) td:nth-of-type(n + 2) {
  text-align: left;
  padding: 10px 20px;
  vertical-align: top;
}
#Competitive main .price_sec .table_wrap table tr:last-of-type td:nth-of-type(n + 2) {
  font-size: 18px;
  font-weight: 700;
}
#Competitive main .price_sec .table_wrap ol {
  margin-top: 15px;
}
#Competitive main .price_sec .table_wrap ol li {
  font-size: 12px;
}
#Competitive main .price_sec .table_wrap ol li span {
  width: 35px;
  display: inline-block;
}
#Competitive main .price_sec .area2 {
  margin-top: 100px;
}
#Competitive main .price_sec .area2 .row {
  margin-top: 65px;
}
#Competitive main .price_sec .area2 .row .col a {
  position: relative;
  display: block;
}
#Competitive main .price_sec .area2 .row .col a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(/images/top/icon_yt.svg) no-repeat 0/contain;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#Competitive main .price_sec .area2 .row .col a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#Competitive main .price_sec .area2 .row .col a:hover::after {
  background: transparent;
}
#Competitive main .price_sec .area2 p {
  margin-top: 15px;
  text-align: center;
}
#Competitive main .price_sec .area2 dl {
  margin-top: 55px;
  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 .area2 dl dt {
  width: 205px;
  line-height: 150px;
  text-align: center;
  margin-right: 65px;
  font-size: 26px;
  font-weight: 700;
  border-top: 2px solid #232323;
  border-bottom: 2px solid #232323;
}
#Competitive main .price_sec .area2 dl dd {
  width: calc(100% - 270px);
  max-width: 740px;
}
#Competitive main .price_sec .area2 dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#Competitive main .price_sec .area2 dl dd ul li {
  line-height: 1;
  padding: 12px 0;
  width: 185px;
  font-size: 20px;
  font-weight: 700;
}
#Competitive main .price_sec .area2 dl dd ul li::before {
  content: "●";
  font-size: 13px;
  color: #aba9a9;
  margin-right: 3px;
  position: relative;
  bottom: 2px;
}
#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 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(#314b4b));
  background-image: -webkit-linear-gradient(#333535, #314b4b);
  background-image: linear-gradient(#333535, #314b4b);
}
#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(#315252), to(#2f7374));
  background-image: -webkit-linear-gradient(#315252, #2f7374);
  background-image: linear-gradient(#315252, #2f7374);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3)::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e7c7c), to(#2bb5b7));
  background-image: -webkit-linear-gradient(#2e7c7c, #2bb5b7);
  background-image: linear-gradient(#2e7c7c, #2bb5b7);
}
#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 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ac5c7), to(#28e0e2));
  background-image: -webkit-linear-gradient(#2ac5c7, #28e0e2);
  background-image: linear-gradient(#2ac5c7, #28e0e2);
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4)::after {
  border-color: #49bcbd;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4) img {
  width: 186px;
  right: -51px;
  top: -35px;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(5)::before {
  display: none;
}
#Competitive main .flow_sec .flow_wrap ol li:nth-of-type(5)::after {
  border-color: #28e0e2;
}
@media (max-width: 1200px) {
  #Competitive main .flow_sec .flow_wrap ol li:nth-of-type(1) img {
    width: 145px;
    right: 8px;
    top: -73px;
  }
  #Competitive main .flow_sec .flow_wrap ol li:nth-of-type(3) img {
    width: 211px;
    right: -19px;
    top: -214px;
  }
  #Competitive main .flow_sec .flow_wrap ol li:nth-of-type(4) img {
    width: 146px;
    right: -8px;
    top: 89px;
  }
}
#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(/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.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 */