@charset "UTF-8";

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.cf {
  *zoom: 1;
}

.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  content: " ";
  display: table;
  clear: both;
}

.left {
  float: left;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

.resImg {
  display: none;
}

strong {
  font-weight: bold;
}

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

p {
  line-height: 1.8;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  overflow-x: hidden;
}

.for_pc {
  display: block !important;
}

.for_sp {
  display: none !important;
}

span.for_pc {
  display: inline !important;
}

br.for_pc {
  display: inline-block !important;
}

br.for_sp {
  display: none !important;
}

/* Font
----------------------------------------- */
/*.f_marugo{ font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;}
*/
/* Title
----------------------------------------- */
h3,
h4,
h5 {
  text-align: center;
  line-height: 1.3;
}

/* Link
----------------------------------------- */
a {
  outline: 0;
  text-decoration: none;
  color: #000;
  word-break: break-all;
}

a:active {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #000;
}

a:active img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
  background-image: url(../images/dummy.png);
}

@media print,
screen and (min-width: 769px) {
  a:hover {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #555;
  }

  a:hover img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
    background-image: url(../images/dummy.png);
  }
}

@media print,
screen and (min-width: 769px) {
  .btn:hover {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    color: #fff;
    zoom: 1;
    background-image: url(../images/dummy.png);
  }
}

.btn:active {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  zoom: 1;
  background-image: url(../images/dummy.png);
}

/* Layout
----------------------------------------- */
.wrapper {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

main {
  overflow: hidden;
}

/* Header
----------------------------------------- */
#header {
  height: 100px;
  background: #fff;
}

#header .wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

#header .logo {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 10px;
  flex: 1;
}

#header .logo p {
  padding-right: 15px;
}

#header .logo p img {
  width: 190px;
}

#header .logo h1 {
  padding-top: 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

#header .inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 550px;
}

@media (max-width: 850px) {
  #header .inner {
    width: 480px;
  }
}

#header .inner .tel {
  flex: 1;
  text-align: right;
  color: #605a5a;
}

#header .inner .tel figcaption {
  margin-top: 8px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
}

@media (max-width: 850px) {
  #header .inner .tel figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#header .inner .h_contact_btn {
  position: relative;
  flex: 1;
  margin-left: 14px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ed7c34;
  box-shadow: rgba(65, 66, 61, 0.45) 2px 2px 0;
  border-radius: 7px;
  font-size: 23px;
  font-size: 2.3rem;
}

#header .inner .h_contact_btn span {
  display: inline-block;
  margin: 0 auto;
  padding-right: 22px;
  background: url(../images/h_btn_arrow.png) no-repeat right center;
}

#header .inner .h_contact_btn:hover {
  left: 2px;
  top: 2px;
  box-shadow: none;
}

#sp_contact_nav {
  display: none;
}

/* Footer
----------------------------------------- */
#page_top {
  z-index: 100;
  position: fixed;
  left: calc(50% + 520px);
  bottom: 30px;
  display: block;
  width: 48px;
  height: 49px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media (max-width: 1180px) {
  #page_top {
    left: auto;
    right: 20px;
  }
}

#page_top.active {
  opacity: 1;
}

#page_top img {
  width: 100%;
}

#footer h1 {
  padding-right: 10px;
}

#footer .copy {
  background: url(../images/stripe_insta.png);
  background-size: cover;
}

#footer .copy p {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
}

.footer_nav {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.footer_nav .inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 550px;
}

.footer_nav .inner .tel {
  flex: 1;
  text-align: right;
  color: #605a5a;
}

.footer_nav .inner .tel figcaption {
  margin-top: 8px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
}

.footer_nav .inner .f_contact_btn {
  position: relative;
  flex: 1;
  margin-left: 14px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #ed7c34;
  box-shadow: rgba(65, 66, 61, 0.45) 2px 2px 0;
  border-radius: 60px;
  font-size: 23px;
  font-size: 2.3rem;
}

.footer_nav .inner .f_contact_btn span {
  display: inline-block;
  margin: 0 auto;
  padding-right: 22px;
  background: url(../images/h_btn_arrow.png) no-repeat right center;
}

.footer_nav .inner .f_contact_btn:hover {
  top: 2px;
  left: 2px;
  box-shadow: none;
}

/* Main visual
----------------------------------------- */
#main_visual {
  height: 753px;
  margin-bottom: 35px;
  text-align: center;
  background-image: url(../images/mv_arrow.png), url(../images/mv_bg.png);
  background-position: center bottom, center;
  background-repeat: repeat-x, no-repeat;
  background-size: 1500px auto, cover;
}

#main_visual .wrapper {
  position: relative;
  height: 680px;
}

#main_visual .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#main_visual h2 {
  /* margin-bottom: 55px; */
}

#main_visual ul {
  max-width: 610px;
  margin: 0 auto;
  font-size: 0;
}

#main_visual ul li {
  display: inline-block;
  width: 28.03279%;
}

#main_visual ul li+li {
  margin-left: 7.70492%;
}

/* special & contact
----------------------------------------- */
.special {
  color: #605a5a;
}

.special header {
  text-align: center;
  /* padding: 0 90px; */
  background-color: #f39800;
  height: 140px;
}

@media(max-width: 768px) {
  .special header {
    height: auto;
  }
}

.special h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 20px 40px 10px;
  font-size: 46px;
  font-size: 4.6rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  color: #FFF;
  /* border: #ffff00 4px solid; */
}

.special h3:after {
  position: absolute;
  left: -12px;
  top: 4px;
  width: 100%;
  height: 100%;
  /* border: #fff 4px solid; */
  display: block;
  content: '';
}

.special h3 div {
  line-height: 2.3;
}

@media(max-width: 768px) {
  .special h3 div {
    line-height: initial;
    font-size: 2rem;
    font-size: 18px;
    position: absolute !important;
    z-index: 1;
    width: 800px;
    margin: 0 auto;
    left: 58%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.special h3 span {
  z-index: 2;
  position: absolute;
  display: block;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.special h3 span:nth-of-type(2) {
  right: -89px;
}

.special h3 span:nth-of-type(1) {
  left: -180px;
}

@media(max-width: 768px) {
  .special h3 span:nth-of-type(1) {
    left: -95px;
    width: 100px;
    height: 100px;
  }
}

.special .inner {
  margin-top: -15px;
  /* background: #dcdcdc; */
}

.special ul {
  padding: 40px 0;
}

.special ul li {
  position: relative;
  padding-left: 2.5em;
  font-size: 44px;
  font-size: 4.4rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  background: url(../images/special_check_icon.png) no-repeat 20px 30px;
}

.special ul li {
  margin-top: .25em;
}

.special ul li span {
  display: block;
  text-align: right;
}

.contact {
  text-align: center;
  padding: 0 0 50px 0;
  color: #605a5a;
}

.contact h3 {
  max-width: 750px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  color: #fff;
  background: #ed7c34;
  background: linear-gradient(45deg, #ed7c34 0%, #f4bc5b 100%);
  border-radius: 15px;
  padding: 30px;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
}

.contact h3 span {
  display: inline-block;
  /* margin: 0 auto .5em; */
  /* padding: 0 0 10px .5em; */
  /* background: url(../images/stripe_border.png) repeat-x center bottom; */
}

.contact .c_btn {
  width: 47.31183%;
  height: 100px;
  border-radius: 10px;
}

.contact dl {
  text-align: center;
}

.contact dl dt {
  display: inline-block;
  margin: 0 auto 15px;
  padding: 0 25px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #eb6100;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  background: url(../images/contact_tit_l.png) no-repeat left bottom 4px, url(../images/contact_tit_r.png) no-repeat right bottom 4px;
}

.contact dl dd {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 26px 30px;
  background: #dcdcdc;
  /* border: #8ce08c 5px solid; */
}

.contact dl .tel {
  padding: 20px 10px 0;
  background: #fff;
}

.contact dl .tel figcaption {
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 900px) {
  .contact dl .tel figcaption {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.contact_btn {
  position: relative;
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
  line-height: 100px;
  background: #ed7c34;
  box-shadow: rgba(65, 66, 61, 0.45) 5px 5px 0;
}

@media (max-width: 900px) {
  .contact_btn {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.contact_btn span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 30px;
  background: url(../images/btn_arrow.svg) no-repeat right center;
  background-size: 12px 24px;
}

.contact_btn:hover {
  top: 5px;
  left: 5px;
  box-shadow: none;
  color: #fff;
}

/* Trouble
----------------------------------------- */
#trouble {
  /* background: url(../images/stripe_insta.png); */
  background-color: #f39800;
  /* background-size: cover; */
}

#trouble h3 {
  padding: 30px 0;
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
}

#trouble .inner {
  padding: 45px 0 110px;
  background: url(../images/trouble_bg.jpg) no-repeat center;
  background-size: cover;
}

#trouble ul {
  position: relative;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.8);
  /* border: #fff 6px solid; */
  color: #605a5a;
}

#trouble ul:after {
  position: absolute;
  bottom: -73px;
  left: 50%;
  display: block;
  width: 120px;
  height: 73px;
  margin-left: -60px;
  background: url(../images/trouble_arrow.png);
  background-repeat: no-repeat;
  content: '';
}

#trouble ul li {
  padding-left: 1.8em;
  font-size: 30px;
  font-size: 3rem;
  background: url(../images/trouble_check_icon.png) no-repeat 0 5px;
}

#trouble ul li+li {
  margin-top: .8em;
}

#trouble footer {
  padding-top: 25px;
  padding-bottom: 35px;
}

#trouble footer h4 {
  margin-bottom: 20px;
  font-size: 35px;
  font-size: 3.5rem;
  color: #fff;
}

#trouble footer h4 em {
  font-size: 38px;
  font-size: 3.8rem;
}

#trouble footer p {
  max-width: 750px;
  margin: 0 auto;
  padding: 15px;
  line-height: 1.4;
  font-size: 34px;
  font-size: 3.4rem;
  color: red;
  text-align: center;
  background: #fff;
}

/* Feature
----------------------------------------- */
#feature {
  padding: 60px 0 100px;
}

.feature_lead {
  margin-bottom: 50px;
  text-align: center;
}

.feature_lead h3 {
  display: inline-block;
  margin: 0 auto .2em;
  padding: 0 .5em 20px;
  line-height: 1.2;
  /* background: url(../images/stripe_border.png) repeat-x center bottom; */
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: .05em;
}

.feature_lead h3 em {
  /* font-family: Avenir, 'Helvetica neue', Helvetica, sans-serif; */
  font-size: 88px;
  font-size: 8.8rem;
}

.feature_lead p {
  font-size: 28px;
  font-size: 2.8rem;
  /* font-family: Avenir, 'Helvetica neue', Helvetica, sans-serif; */
  color: #fff;
  letter-spacing: .45em;
}

.feature_box+.feature_box {
  /* margin-top: 50px; */
}

.feature_box {
  padding: 50px;
}

.feature_box header {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 100px;
}

@media(max-width: 768px) {
  .feature_box header {
    padding-left: 0;
  }
}

.feature_box header p {
  display: table-cell;
  width: 90px;
  text-align: center;
  vertical-align: bottom;
  color: #aba6a6;
  line-height: .8;
}

.feature_box header p span {
  display: block;
  width: 70px;
  margin-bottom: 8px;
  font-size: 26px;
  font-size: 2.6rem;
}

.feature_box header p em {
  display: block;
  width: 70px;
  font-size: 80px;
  font-size: 8rem;
  /* font-family: 'Ropa Sans', sans-serif; */
}

.feature_box header h4 {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  padding-bottom: .2em;
  font-size: 4rem;
  font-size: 40px;
  color: #666464;
  border-bottom: #bfbfbf 1px solid;
}

.feature_box .lead {
  margin-bottom: 40px;
  padding-left: 100px;
}

.feature_box .lead p {
  line-height: 1.3;
  font-weight: 300;
}

@media (max-width: 768px) {
  .feature_box .cf {
    order: -1;
  }
}

.feature_box .lead p+p {
  margin-top: 1em;
}

.feature_box .source {
  margin-top: 20px;
  text-align: right;
  font-size: 11px;
  font-size: 1.1rem;
  color: #979797;
  line-height: 1.2;
}

.feature01,
.feature03 {
  background: #eeeeee;
}

.feature01 .lead h5 {
  font-size: 3rem;
  font-size: 30px;
  color: #000;
  text-align: left;
  margin: 40px 0 20px 0;
}

.feature01 figure {
  text-align: center;
}

.feature01 figure figcaption {
  margin-bottom: 20px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #fff;
}

.feature02 .images {
  text-align: center;
  letter-spacing: -.4em;
}

.feature02 .images figure {
  /* max-width: 407px; */
  /* width: 50%; */
  letter-spacing: normal;
  display: inline-block;
}

.feature02 .images figcaption {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.feature02 .images .source {
  letter-spacing: normal;
}

.feature03 .images {
  text-align: center;
  letter-spacing: -.4em;
}

.feature03 .images figure {
  /* width: 50%; */
  letter-spacing: normal;
  display: inline-block;
}

.feature03 .images figcaption {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
}

.feature03 .images .source {
  letter-spacing: normal;
}

.feature03 .images .legend {
  margin-top: 20px;
  text-align: left;
}

/* Point
----------------------------------------- */
#point_wrapper {
  padding: 65px 0;
  background: url(../images/stripe_orange.png);
}

#point {
  margin-bottom: 90px;
}

#point .inner {
  padding: 35px 40px;
  background: #fff;
}

.point_lead {
  margin-bottom: 50px;
  text-align: center;
}

.point_lead figure {
  margin-bottom: 30px;
}

.point_lead h3 {
  display: inline-block;
  margin: 0 auto .2em;
  line-height: 1.2;
  padding: 0 .5em 20px;
  background: url(../images/stripe_border.png) repeat-x center bottom;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .05em;
}

.point_lead h3 em {
  /* font-family: Avenir, 'Helvetica neue', Helvetica, sans-serif; */
  font-size: 72px;
  font-size: 7.2rem;
}

.point_lead h3 span {
  font-size: 46px;
  font-size: 4.6rem;
}

.point_lead p {
  font-size: 28px;
  font-size: 2.8rem;
  /* font-family: Avenir, 'Helvetica neue', Helvetica, sans-serif; */
  color: #666465;
  letter-spacing: .45em;
}

.point_lead p em {
  margin-left: 1em;
  color: #eb6100;
}

.point_box+.point_box {
  margin-top: 60px;
}

.point_box p {
  font-weight: 300;
}

.point_box header {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
}

.point_box header p {
  display: table-cell;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  color: #aba6a6;
  line-height: .8;
  /* font-family: 'Ropa Sans', sans-serif; */
}

.point_box header p span {
  display: block;
  width: 70px;
  margin-bottom: 8px;
  letter-spacing: .05em;
  font-size: 26px;
  font-size: 2.6rem;
}

.point_box header p em {
  display: block;
  width: 70px;
  font-size: 80px;
  font-size: 8rem;
}

.point_box header h4 {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 20px 30px;
  font-size: 26px;
  font-size: 2.6rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  background: #e4e1e1;
}

.point_box .point_box_inner {
  padding-left: 120px;
}

.point_box .text {
  float: left;
  width: calc(100% - 27.5%);
}

.point_box figure {
  float: right;
  width: 27.5%;
  padding-top: 20px;
  text-align: center;
}

/* Works
----------------------------------------- */
#works h3 {
  margin-bottom: 80px;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  letter-spacing: .05em;
}

.slider_wrapper {
  position: relative;
  max-width: 1500px;
}

.works_box {
  float: left;
  width: 18.90411%;
  height: 100%;
  margin-right: 1.36986%;
  padding-bottom: 10px;
  outline: 0;
  color: #572525;
  background: #dcdcdc;
  text-align: center;
}

.works_box:last-child {
  margin-right: 0;
}

.works_box header {
  margin-bottom: 18px;
  position: relative;
}

.works_box header img {
  width: 100%;
}

.works_box header h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  font-size: 25px;
  font-size: 2.5rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  background: rgba(255, 255, 255, 0.65);
}

@media (max-width: 1300px) {
  .works_box header h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.works_box section h5 {
  margin: 0 13px 15px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #572525;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fff100 70%);
}

@media (max-width: 1300px) {
  .works_box section h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.works_box section .text img {
  margin: 0 auto;
}

.works_box .menu {
  font-size: 17px;
  font-size: 1.7rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  margin: 15px 20px;
}

@media (max-width: 1300px) {
  .works_box .menu {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.works_box .menu dt {
  background: #fff;
}

.works_box .menu p {
  display: inline-block;
  margin: 8px auto 0;
  text-align: left;
  line-height: 1.3;
}

/* Industries
----------------------------------------- */
#industries {
  padding: 60px 0;
}

#industries h3 {
  margin-bottom: 60px;
  font-size: 40px;
  font-size: 4rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  letter-spacing: .05em;
}

#industries ul li {
  float: left;
  width: 12.3%;
  margin: 0 0 2.3% 2.3%;
}

#industries ul li:nth-child(7n+1) {
  clear: both;
  margin-left: 0;
}

/* Flow
----------------------------------------- */
#flow {
  padding: 90px 0;
  background: url(../images/flow_bg.jpg) no-repeat center;
  background-size: cover;
}

#flow header {
  margin-bottom: 70px;
  text-align: center;
}

#flow h3 {
  display: inline-block;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../images/stripe_border.png) repeat-x center bottom;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .05em;
}

#flow li {
  position: relative;
  float: left;
  width: 22%;
  margin-left: 4%;
}

#flow li:first-child {
  margin-left: 0;
}

#flow li:first-child figure:before {
  display: none;
}

#flow li figure {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

#flow li figure:before {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 10%;
  padding-top: 20%;
  margin-top: -10%;
  background: url(../images/flow_arrow.svg) no-repeat center;
  background-size: 100% 100%;
  content: '';
}

#flow li h4 {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  color: #ea7726;
}

#flow li p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
}

/* Price
----------------------------------------- */
#price {
  padding: 95px 0 150px;
}

#price header {
  margin-bottom: 60px;
  text-align: center;
}

#price h3 {
  display: inline-block;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(../images/stripe_border.png) repeat-x center bottom;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .15em;
}

.price_table_wrapper {
  max-width: 795px;
  margin: 0 auto;
}

.price_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px 14px;
}

.price_table th,
.price_table td {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .15em;
}

.price_table th {
  width: 193px;
  padding: 15px 10px;
  color: #fff;
  background: #eb6100;
}

.price_table td {
  padding: 10px;
  line-height: 1.4;
  background: #e5e5e5;
}

.price_table td span {
  margin-left: 1em;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: normal;
}

.price_table .price {
  font-size: 30px;
  font-size: 3rem;
  color: #ed1a1a;
  line-height: .8;
}

.price_table .price em {
  font-size: 62px;
  font-size: 6.2rem;
  /* font-family: 'Ropa Sans', sans-serif; */
}

/* Form
----------------------------------------- */
#form {
  padding: 70px 0 90px;
  background: url(../images/form_bg.jpg) no-repeat center;
  background-size: cover;
}

#form h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  letter-spacing: .15em;
}

.form_wrapper {
  padding: 20px 45px 45px;
  border-radius: 10px;
  background: rgba(210, 210, 210, 0.8);
}

.form_wrapper .comp_message {
  margin-bottom: 20px;
  text-align: center;
}

.form_table {
  width: 100%;
}

.form_table th,
.form_table td {
  text-align: left;
  border-bottom: #959595 1px solid;
}

.form_table tr:last-child th,
.form_table tr:last-child td {
  border: none;
}

.form_table th {
  padding: 60px 10px;
  width: 290px;
  vertical-align: top;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: .1em;
}

.form_table th span {
  display: inline-block;
  width: 74px;
  margin-left: 1em;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #e60012;
  border-radius: 8px;
}

.form_table td {
  vertical-align: middle;
  padding: 40px 10px;
}

.form_table .checkbox_list {
  margin-bottom: 30px;
}

.form_table .checkbox_list li+li {
  margin-top: 8px;
}

.form_table .error {
  color: #e60012;
}

.form_table p.error {
  margin-bottom: 10px;
}

.form_table input[type="text"],
.form_table input[type="number"],
.form_table input[type="email"],
.form_table input[type="tel"] {
  -webkit-appearance: none;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 .8em;
  border: none;
  border-radius: 10px;
}

.form_table textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 250px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: .8em;
  border: none;
  border-radius: 10px;
}

.form_table input[type="checkbox"] {
  display: none;
}

.form_table input[type="checkbox"]+label {
  display: block;
  padding: 3px 0;
  position: relative;
  padding-left: 1.8em;
}

.form_table input[type="checkbox"]+label:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border-radius: 5px;
  background: #fff;
  content: '';
}

.form_table input[type="checkbox"]:checked+label:after {
  position: absolute;
  left: -3px;
  top: 5px;
  background: red;
  width: 30.4px;
  height: 24.8px;
  background: url(../images/form_check.svg) no-repeat center;
  background-size: 100%;
  content: '';
}

.form_btns {
  text-align: center;
}

.form_btns li+li {
  margin-top: 20px;
}

.form_btns button {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  max-width: 425px;
  padding: 20px;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  border-radius: 13px;
}

.form_btns .primary_btn {
  color: #fff;
  background: #f17174;
}

.form_btns .sub_btn {
  background: #fff;
}

.form_btns .sub_btn:hover {
  color: #000;
}

/* Outline
----------------------------------------- */
#outline {
  padding: 120px 0 100px;
}

#outline h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;*/
  letter-spacing: .15em;
}

#outline dt {
  margin-bottom: 15px;
  padding: 0 0 7px 3px;
  position: relative;
  color: #eb6100;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 3px solid #CCC;
}

#outline dt:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: 27px;
  background-color: #eb6100;
  content: '';
}

#outline dd {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }

  .for_sp {
    display: block !important;
  }

  span.for_pc {
    display: none !important;
  }

  br.for_pc {
    display: none !important;
  }

  br.for_sp {
    display: inline-block !important;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Layout
  ----------------------------------------- */
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* Header
  ----------------------------------------- */
  #header {
    height: 60px;
  }

  #header .wrapper {
    display: block;
    height: 60px;
  }

  #header .logo {
    display: block;
    text-align: center;
    padding: 7px 0 0;
  }

  #header .logo p img {
    width: 140px;
  }

  #header .logo h1 {
    padding-top: 4px;
  }

  #header .inner {
    display: none;
  }

  #sp_contact_nav {
    display: none;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  #sp_contact_nav.active {
    display: block;
    opacity: 1;
  }

  #sp_contact_nav li {
    float: left;
    width: 50%;
  }

  #sp_contact_nav li+li a {
    border-left: 1px solid #666;
  }

  #sp_contact_nav li a {
    text-align: center;
    display: block;
    color: #fff;
    line-height: 50px;
  }

  #sp_contact_nav li a.tel span {
    display: inline-block;
    margin: 0 auto;
    padding-left: 20px;
    background: url(../images/tel_icon.png) no-repeat 0 center;
    background-size: 14px;
  }

  /* Footer
  ----------------------------------------- */
  #page_top {
    width: 40px;
    height: 40px;
  }

  #footer h1 {
    padding: 0;
    text-align: center;
  }

  #footer h1 img {
    width: 140px;
  }

  #footer .contact {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  #footer .copy {
    background-size: cover;
  }

  #footer .copy p {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .footer_nav {
    display: block;
    height: auto;
  }

  .footer_nav .inner {
    display: none;
  }

  /* Main visual
  ----------------------------------------- */
  #main_visual {
    height: auto;
    margin-bottom: 30px;
    background-size: 750px auto, cover;
  }

  #main_visual .wrapper {
    height: auto;
  }

  #main_visual .inner {
    /*     max-width: 280px; */
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
    padding: 30px 0 40px;
    -webkit-transform: none;
    transform: none;
  }

  #main_visual h2 {
    margin-bottom: 30px;
  }

  #main_visual ul li {
    width: 28.03279%;
  }

  #main_visual ul li+li {
    margin-left: 4.91803%;
  }

  /* special & contact
  ----------------------------------------- */
  .special header {
    padding: 0 100px;
  }

  .special h3 {
    /* padding: 15px 30px 10px; */
    font-size: 24px;
    font-size: 2.4rem;
    /*border: #ffff00 2px solid;*/
    position: relative;
    width: 100%;
  }

  .special h3:after {
    left: -6px;
    top: 2px;
    /* border: #fff 2px solid; */
  }

  .special h3 span {
    right: -40px;
    top: 50%;
    width: 70px;
  }

  .special .inner {
    margin-top: -10px;
  }

  .special ul {
    padding: 40px 0;
  }

  .special ul li {
    font-size: 20px;
    font-size: 2rem;
    background-position: 13px 5px;
    background-size: 25px auto;
  }

  .special ul li span {
    display: inline;
    text-align: left;
  }

  .contact {
    /* padding: 40px 0; */
  }

  .contact h3 {
    margin: 0 auto 40px;
    font-size: 20px;
    font-size: 2rem;
  }

  .contact h3 span {
    /* margin: 0 auto .5em; */
    /* padding: 0 0 7px .5em; */
    background-size: auto 3px;
  }

  .contact .c_btn {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    height: 90px;
    border-radius: 10px;
  }

  .contact dl {
    max-width: 450px;
  }

  .contact dl dt {
    margin: 0 auto 15px;
    padding: 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .contact dl dd {
    display: block;
    padding: 10px;
    border: #8ce08c 3px solid;
  }

  .contact dl .tel {
    display: none;
  }

  .contact_btn {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 90px;
    background: #ed7c34;
    box-shadow: rgba(65, 66, 61, 0.45) 3px 3px 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
  .contact_btn {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .contact_btn span {
    display: inline-block;
    margin: 0 auto;
    padding-right: 22px;
    background-size: 12px 24px;
  }

  .contact_btn:hover {
    top: 3px;
    left: 3px;
    color: #fff;
  }

  .tel_btn {
    position: relative;
    display: block;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    line-height: 1;
    background: #61cb61;
    box-shadow: rgba(65, 66, 61, 0.45) 3px 3px 0;
  }

  .tel_btn div {
    display: inline-block;
    height: 90px;
    margin: 0 auto;
    padding-top: 5px;
    padding-right: 22px;
    background: url(../images/btn_arrow.svg) no-repeat right center;
    background-size: 12px 24px;
  }

  .tel_btn p {
    display: inline-block;
    padding-left: 37px;
    background: url(../images/tel_icon.png) no-repeat left center;
  }

  .tel_btn span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .tel_btn:hover {
    top: 3px;
    left: 3px;
    color: #fff;
    box-shadow: none;
  }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
  .tel_btn {
    font-size: 20px;
    font-size: 2rem;
  }

  .tel_btn div {
    padding-top: 18px;
  }

  .tel_btn span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {

  /* Trouble
  ----------------------------------------- */
  #trouble {
    background-size: 14px;
  }

  #trouble h3 {
    padding: 20px 0;
    font-size: 25px;
    font-size: 2.5rem;
  }

  #trouble .inner {
    padding: 30px 0 50px;
    background: url(../images/trouble_bg.jpg) no-repeat center;
    background-size: cover;
  }

  #trouble ul {
    padding: 20px 15px;
    border: #fff 3px solid;
  }

  #trouble ul:after {
    bottom: -36px;
    width: 60px;
    height: 36px;
    margin-left: -30px;
    background-size: 60px 36px;
  }

  #trouble ul li {
    font-size: 16px;
    font-size: 1.6rem;
    background-position: 0 3px;
    background-size: 18px;
  }

  #trouble footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #trouble footer h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #trouble footer h4 em {
    font-size: 26px;
    font-size: 2.6rem;
  }

  #trouble footer p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* Feature
  ----------------------------------------- */
  #feature {
    padding: 40px 0;
  }

  .feature_lead {
    margin-bottom: 30px;
  }

  .feature_lead h3 {
    margin: 0 auto 10px;
    padding: 0 .5em 10px;
    background-size: auto 3px;
    font-size: 30px;
    font-size: 3rem;
  }

  .feature_lead h3 em {
    font-size: 40px;
    font-size: 4rem;
  }

  .feature_lead p {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .feature_box+.feature_box {
    /* margin-top: 50px; */
  }

  .feature_box header {
    margin-bottom: 30px;
  }

  .feature_box header p {
    width: 60px;
  }

  .feature_box header p span {
    width: 50px;
    margin: 0 auto 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .feature_box header p em {
    width: 60px;
    font-size: 55px;
    font-size: 5.5rem;
  }

  .feature_box header h4 {
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }

  .feature_box .lead {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .feature_box .source {
    text-align: left;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .feature01 figure figcaption {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .feature02 .images figure {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .feature02 .images figure+figure {
    margin-top: 30px;
  }

  .feature03 .images figure {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .feature03 .images figure+figure {
    margin-top: 20px;
  }

  .feature03 .images figcaption {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* Point
  ----------------------------------------- */
  #point_wrapper {
    padding: 15px 0;
    background-size: 14px;
  }

  #point {
    margin-bottom: 50px;
  }

  #point .inner {
    padding: 20px 15px;
  }

  .point_lead {
    margin-bottom: 40px;
  }

  .point_lead figure {
    margin-bottom: 30px;
  }

  .point_lead figure img {
    width: 140px;
  }

  .point_lead h3 {
    margin: 0 auto 10px;
    padding: 0 .5em 10px;
    background-size: auto 3px;
    font-size: 20px;
    font-size: 2rem;
  }

  .point_lead h3 em {
    font-size: 40px;
    font-size: 4rem;
  }

  .point_lead h3 span {
    font-size: 23px;
    font-size: 2.3rem;
  }

  .point_lead p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .point_lead p em {
    margin-left: 0;
  }

  .point_box+.point_box {
    margin-top: 50px;
  }

  .point_box header {
    margin-bottom: 30px;
  }

  .point_box header p {
    display: table-cell;
    width: 60px;
  }

  .point_box header p span {
    width: 50px;
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .point_box header p em {
    width: 50px;
    font-size: 55px;
    font-size: 5.5rem;
  }

  .point_box header h4 {
    padding: 10px 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .point_box .point_box_inner {
    padding-left: 0;
  }

  .point_box .text {
    float: none;
    width: auto;
  }

  .point_box figure {
    float: none;
    width: auto;
    padding-top: 15px;
  }

  /* Works
  ----------------------------------------- */
  #works h3 {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .slider_wrapper {
    padding: 0 37.5px;
  }

  .slick-arrow {
    z-index: 199;
    position: absolute;
    top: 50%;
    -webkit-appearance: none;
    border: none;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px;
    text-indent: -9999px;
    background: rgba(255, 255, 255, 0.8);
    outline: 0;
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: center;
  }

  .slick-next {
    right: -30px;
    background-image: url(../images/slider_arrow_r.svg);
  }

  .slick-prev {
    left: -30px;
    background-image: url(../images/slider_arrow_l.svg);
  }

  .works_box {
    width: auto;
    margin: 0 7.5px !important;
  }

  .works_box header {
    margin-bottom: 12px;
  }

  .works_box header h4 {
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .works_box section h5 {
    margin: 0 10px 15px;
  }

  .works_box .menu {
    margin: 15px 10px;
  }

  /* Industries
  ----------------------------------------- */
  #industries {
    padding: 40px 0;
  }

  #industries h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  #industries ul {
    margin: 0 auto;
    max-width: 416px;
  }

  #industries ul li {
    float: left;
    width: 29.56731%;
    max-width: 123px;
    margin: 0 0 5.64904% 5.64904%;
    text-align: center;
  }

  #industries ul li:nth-child(7n+1) {
    clear: none;
    margin-left: 5.64904%;
  }

  #industries ul li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }

  /* Flow
  ----------------------------------------- */
  #flow {
    padding: 40px 0;
    background: url(../images/flow_bg_sp.jpg) no-repeat 0 0;
    background-size: 120% auto;
  }

  #flow header {
    margin-bottom: 30px;
  }

  #flow h3 {
    padding-bottom: 10px;
    background-size: auto 3px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  #flow li {
    position: relative;
    float: none;
    width: auto;
    max-width: 400px;
    margin: 0 auto 50px !important;
  }

  #flow li:after {
    position: absolute;
    left: 50%;
    bottom: -34px;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #ea7726 transparent transparent transparent;
    content: '';
  }

  #flow li:last-child:after {
    display: none;
  }

  #flow li figure {
    margin-bottom: 10px;
  }

  #flow li figure img {
    width: 120px;
  }

  #flow li figure:before {
    display: none;
  }

  #flow li h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #flow li p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* Price
  ----------------------------------------- */
  #price {
    padding: 40px 0;
  }

  #price header {
    margin-bottom: 30px;
  }

  #price h3 {
    padding-bottom: 10px;
    background-size: auto 3px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .price_table_wrapper {
    max-width: 400px;
  }

  .price_table {
    border-spacing: 4px 7px;
    display: block;
  }

  .price_table tbody,
  .price_table tr,
  .price_table th,
  .price_table td {
    display: block;
  }

  .price_table th,
  .price_table td {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .price_table th {
    width: 100%;
    margin-bottom: 4px;
    padding: 10px;
  }

  .price_table td {
    padding: 10px;
    margin-bottom: 4px;
  }

  .price_table td span {
    display: block;
    margin-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .price_table .price {
    font-size: 20px;
    font-size: 2rem;
  }

  .price_table .price em {
    font-size: 46px;
    font-size: 4.6rem;
  }

  /* Form
  ----------------------------------------- */
  #form {
    padding: 40px 0;
  }

  #form h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .form_wrapper {
    padding: 15px;
  }

  .form_wrapper .comp_message {
    margin-bottom: 20px;
    text-align: center;
  }

  .form_table {
    display: block;
  }

  .form_table tbody,
  .form_table tr,
  .form_table th,
  .form_table td {
    display: block;
  }

  .form_table tr:last-child th {
    border-bottom: #959595 1px solid;
  }

  .form_table th {
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .form_table th span {
    width: 55px;
    margin-left: .8em;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .form_table td {
    padding: 15px 0;
    border-bottom: none;
  }

  .form_table .checkbox_list {
    margin-bottom: 20px;
  }

  .form_table p.error {
    margin-bottom: 7px;
  }

  .form_table input[type="text"],
  .form_table input[type="number"],
  .form_table input[type="email"],
  .form_table input[type="tel"] {
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    font-size: 1.7rem;
    border-radius: 5px;
  }

  .form_table textarea {
    height: 150px;
    font-size: 17px;
    font-size: 1.7rem;
    border-radius: 5px;
  }

  .form_table input[type="checkbox"]+label {
    padding-left: 2.3em;
  }

  .form_btns li+li {
    margin-top: 15px;
  }

  .form_btns button {
    padding: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    border-radius: 5px;
  }

  /* Outline
  ----------------------------------------- */
  #outline {
    padding: 40px 0;
  }

  #outline h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }

  #outline dt {
    margin-bottom: 10px;
    padding: 0 0 7px 3px;
    font-size: 20px;
    font-size: 2rem;
  }

  #outline dd {
    margin-bottom: 20px;
  }
}

.yell {
  color: #da2f7e;
  font-size: 5rem;
  font-size: 50px;
  font-weight: bold;
  display: inline !important;
}

.yellBorder {
  background-color: #da2f7e;
  color: #FFF !important;
  padding: 20px;
  font-size: 4rem;
  font-size: 40px;
  margin: 0 20px;
  display: inline !important;
}

@media(max-width: 768px) {
  .yellBorder {
    display: block !important;
    padding: 10px;
    font-size: 2rem;
    margin: 2px 0 0 0; !important;
    text-align: center !important;
    max-width: 120px !important;
    font-size: 20px;
  }
}

@media(max-width: 768px) {
  .yell {
    font-size: 2rem;
    font-size: 20px;
  }
}

.flex {
  display: flex;
  justify-content: space-around;
}

@media(max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
}

.instaCatch {
  font-size: 2.5rem !important;
  font-size: 25px !important;
  font-weight: bold;
  max-width: 680px;
  margin: 20px auto !important;
  color: #cb2d77 !important;
  text-align: left !important;

}

.lead .instaCatch {
  margin: 0 !important;
}

.instaCatch:nth-of-type(1) {
  text-align: center !important;
}

@media(max-width: 768px) {
  .instaCatch {
    font-size: 2rem !important;
    font-size: 20px !important;
  }
}

.instaHeader {
  margin: 20px 0 !important;
  font-size: 3rem !important;
  font-size: 30px !important;
  color: #000;
  text-align: left !important;
}

.instaHeader:nth-child(odd) {
  text-align: left;
}

@media(max-width: 768px) {
  .instaHeader {
    font-size: 20rem !important;
    font-size: 20px !important;
    color: #000;
  }
}

.lead p {
  max-width: 450px;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.contact_form .contact_h {
  font-size: 3.6rem;
}

.footer {
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;
  width: 100%;
  padding: 1% 0;
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}

.footer p {
  font-weight: normal;
}

.footer a {
  color: #000;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.copy {
  display: block;
  /* background-color: #6a3906; */
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 0.5% 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}