@charset "UTF-8";
/*   
Theme Name: OPENHOUSE CAREER LP
Description: OPENHOUSE CAREER LP
Version: 2018.09
Author: YH
*/
/* ------------------------------------------
   Config
------------------------------------------ */
/* Break points */
/* Content width */
/* Fonts */
/* Colors  */
/* Functions */
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  outline: none; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

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

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

a img {
  border: none; }

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px; }

body {
  /* overflow: hidden; */
  height: 100%;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #2e302e;
  background: #fff;
  -webkit-text-size-adjust: none;
  min-width: 500px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  }
body.move {
  overflow: visible;
}
body p {
  color: inherit;
  font-size: inherit;
  line-height: 1.6em; }

a, a img {
  text-decoration: none;
  color: #231814;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease; }

a:hover {
  opacity: 0.75; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

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

.non_pc {
  display: none !important; }

/* ===========================================================================================

	Common

=========================================================================================== */
.outline {
  overflow: hidden; }

.main {
  z-index: 100;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  background: #fff; }

.b_arrow {
  position: relative; }

.b_arrow::before {
  right: 5px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000000;
  border-width: 7px;
  margin-top: -7px;
  transform: rotate(-90deg) scale(0.7, 1);
  transition: right 0.3s ease;
  }

/* ===========================================================================================

	Index

=========================================================================================== */
/**********************************************************/
/* Common */
/**********************************************************/
#index h1, #index section.intro .box1 img  {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -20px);
  left: 50%;
  width: 100%;
  }
#index .bt_entry {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -100px;
  display: block;
  box-sizing: border-box;
  background: rgba(255,255,255,0.9);
  padding-top: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.5em;
  color: #000000;
  text-align: center;
  z-index: 10000;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  opacity: 0;
  }
  #index .bt_entry span {
    display: inline-block;
    color: #ea0000;
    font-weight: bold;
    font-size: 2.7rem;
    margin: 0 10px;
    transform: translate(0, 2px);
    }
  #index .bt_entry.show {
    opacity: 1;
    bottom: 0;
    }
  #index .bt_entry::before {
    display: none; }
#index .bt_entry div {
  padding: 15px 0 15px 10px;
  background: #fcee21;
  margin-top: 5px;
  font-weight: bold;
}

section.intro {
  position: relative;
  height: 1200px;
}
section.intro::before,
section.intro::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  transform: rotate(135deg);
  margin-left: -10px;
}
section.intro::after {
  bottom: 40px;
}
section.intro .bg {
    height: 1000px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/bg_intro.jpg) no-repeat center center;
    background-size: cover;
}

section.intro .box1,
section.intro .box2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
section.intro .box2 {
  opacity: 0;

}
section.intro .input div {
  width: 0;
  overflow: hidden;
  transition: all 1.5s linear;
  transition-delay: 0.3s;
}
section.intro .input div span {
  display: block;
  width: 300px;
  font-weight: bold;
}
section.intro .box1 img,
section.intro .box2 img {
  transition: all 1s ease;
  transition-delay: 2s;
  opacity: 0;
}
section.intro .box1 img {
  transition-delay: 1.5s;
}

section.intro .box1.show .input div {
  width: 100%;
}
section.intro .box1.show img {
  opacity: 1;
}
section.intro .box1.show2 img {
  opacity: 0;
}
section.intro .box2.show {
  opacity: 1;
}
section.intro .box2.show .input div {
  width: 100%;
}
section.intro .box2.show img {
  opacity: 1;
}


section.intro .arrow {
  opacity: 1;
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 30px;
  width: 26px;
  left: 50%;
  margin-left: -13px;
  transition: all 2s ease;
}
section.intro .arrow.show {
  opacity: 1;
}

section.intro .input {
  background: rgba(255, 255, 255, 1);
  width: 80%;
  left: 5%;
  top: 50%;
  position: absolute;
  padding: 10px 5%;
  font-weight: 700;
  font-size: 14px;
  transform: translate(0,-180px);
}
.overview {
    z-index: 10;
    position:relative;
    overflow: hidden;
}
.overview .bg {
    height: 1000px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg0.jpg) no-repeat center center;
    background-size: cover;
}
.overview.fixed .bg {
    position: fixed;
}
section.overview img {
  position: relative;
}
#index .content {
  z-index: 30;
  position: relative;
}
#index .entry{
  z-index: 20;
  position: relative;
}
#index .example {
  margin-top: 80px;
  background: #ddeff9; }
  #index .example .text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.8em;
    padding: 20px 0 40px 0; }
#index .more .text {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.8em;
  padding: 20px 0 70px 0; }
  #index .more .text span {
    display: block;
    font-weight: 900;
    font-size: 1.5rem; }
#index .reason .reason_box .title_box {
  margin: 90px 20px 20px 20px;
  color: #fff;
  background: #165baa;
  box-shadow: 5px 5px 0px #02366c;
  text-align: center;
  padding: 1px 0 20px 0; }
  #index .reason .reason_box .title_box .label {
    width: 75px;
    height: 70px;
    padding-top: 5px;
    margin: -60px auto 20px auto;
    font-size: 1.2rem;
    font-weight: 900;
    background: #fff;
    border: 2px solid #165baa;
    color: #165baa;
    box-shadow: 5px 5px 0px #165baa; }
    #index .reason .reason_box .title_box .label span {
      display: block;
      font-size: 4.0rem;
      font-weight: bold; }
  #index .reason .reason_box .title_box .sub {
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff; }
  #index .reason .reason_box .title_box .box {
    margin-top: 20px;
    font-size: 2.5rem;
    font-weight: 900;
    text-shadow: 3px 3px 0px #02366c;
    color: #fcee21; }
    #index .reason .reason_box .title_box .box span.big {
      display: inline-block;
      font-size: 6.0rem;
      font-weight: bold;
      text-shadow: 5px 5px 0px #02366c;
      margin-right: 5px; }
    #index .reason .reason_box .title_box .box span.mini {
      display: block;
      font-size: 2.2rem;
      font-weight: 900; }
#index .reason .reason_box .text {
  font-size: 1.4rem;
  line-height: 1.8em;
  margin: 30px 20px 20px 20px; }
#index .reason .reason_box.reason2 .title_box .box {
  margin-top: 0; }
#index .reason .reason_box .sub_box {
  padding: 50px 0 0 0; }
  #index .reason .reason_box .sub_box .label {
    width: 145px;
    padding-top: 5px;
    margin: 0 auto 20px auto;
    font-size: 1.4rem;
    font-weight: 900;
    background: #fbee20;
    text-align: center;
    padding: 13px 0 13px 0;
    line-height: 1.5em; }
    #index .reason .reason_box .sub_box .label span {
      display: block;
      font-size: 5.5rem;
      font-weight: bold;
      margin: -30px 0 20px 0; }
  #index .reason .reason_box .sub_box .title {
    font-size: 1.9rem;
    font-weight: 900;
    margin: 0 20px;
    color: #165baa; }
  #index .reason .reason_box .sub_box .text {
    position: relative;
    margin: 10px 20px; }
  #index .reason .reason_box .sub_box img {
    margin-top: -30px; }
  #index .reason .reason_box .sub_box.box2 .label {
    width: 220px; }
#index .entry {
  margin-top: -90px;
  padding-top: 60px;
  }
  #index .entry .intro {
    background: #ffdf00;
    padding: 80px 0 10px 0;
    }
    #index .entry .intro h2 {
      color: #d60110;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 900;
      }
      #index .entry .intro h2 span {
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
        font-size: 4.1rem; }
    #index .entry .intro .note {
      color: #d60110;
      font-weight: bold;
      font-size: 1.1rem;
      padding: 10px;
      border: 2px solid #d60110;
      border-radius: 6px;
      margin: 20px 20px 0 20px;
      margin-bottom: 20px;
      }
    #index .entry .intro .note span {
      color: #9d7d0b;
      display: block;
      font-size: 12px;
      margin-top:  10px;
      line-height: 1.5em;
	}
    #index .entry .intro .note span br {
      display: none;
  }
    #index .entry .intro .title {
      margin: 20px 20px 0 20px;
      color: #d60110;
      font-size: 25px;
      font-weight: 900;
      line-height: 1.8em;
    }
    #index .entry .intro .title span {
      font-size: 18px;
      font-weight: 900;
    }
    #index .entry .intro .text {
      margin: 0 20px 20px 20px;
      font-size: 14px;
      font-weight: 900;
    }

@media screen and (max-width: 374px) {
  #index .reason .reason_box .title_box .sub {
    font-size: 1.4rem; }
  #index .reason .reason_box .title_box .box {
    font-size: 2.3rem;
    color: #fcee21; }
    #index .reason .reason_box .title_box .box span.big {
      font-size: 5.0rem; }
    #index .reason .reason_box .title_box .box span.mini {
      font-size: 2.0rem; }
  #index .reason .reason_box .text {
    font-size: 1.2rem; }
  #index .reason .reason_box .sub_box .title {
    font-size: 1.6rem; }
  #index .reason .reason_box .sub_box .text {
    position: relative;
    margin: 10px 20px; } }
.radio_item {
  display: inline-block;
  /* input要素の代替 */ }
  .radio_item input[type="radio"] {
    display: none !important; }
    .radio_item input[type="radio"]:checked + span::after {
      width: 12px;
      height: 12px;
      background: #145baa;
      border-radius: 30px;
      top: 6px;
      left: 6px; }
  .radio_item span {
    position: relative;
    display: block;
    line-height: 24px;
    padding-left: 35px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 15px; }
    .radio_item span::before, .radio_item span::after {
      content: "";
      display: block;
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .radio_item span::before {
      width: 24px;
      height: 24px;
      border: 1px solid #b3b3b3;
      background: #fff;
      border-radius: 30px;
      top: 0;
      left: 0; }

.checkbox_item {
  display: inline-block;
  /* input要素の代替 */ }
  .checkbox_item input[type="checkbox"] {
    display: none !important; }
    .checkbox_item input[type="checkbox"]:checked + span::after {
      width: 12px;
      height: 7px;
      border-top: 2px solid #145baa;
      border-right: 2px solid #145baa;
      transform: rotate(135deg);
      top: 7px;
      left: 6px; }
  .checkbox_item span {
    position: relative;
    display: block;
    line-height: 24px;
    padding-left: 35px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 15px; }
    .checkbox_item span::before, .checkbox_item span::after {
      content: "";
      display: block;
      position: absolute;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .checkbox_item span::before {
      width: 24px;
      height: 24px;
      border: 1px solid #b3b3b3;
      background: #fff;
      border-radius: 3px;
      top: 0;
      left: 0; }

/* Form box */
#index .form_box {
  width: 100%;
  transition: height 0.5s ease;
  overflow: hidden;
  background: #fff;
  }
  #index .form_box > .inner {
    overflow: hidden;
    transition: transform 0.5s ease; }
  #index .form_box a:focus, #index .form_box input:focus, #index .form_box select:focus, #index .form_box textarea:focus {
    box-shadow: 0 0 10px #fbee20; }
  #index .form_box .step {
    float: left;
    padding: 0 0 60px 0; }
    #index .form_box .step.active {
      display: block; }
    #index .form_box .step h3 {
      font-size: 2.7rem;
      line-height: 54px;
      font-weight: bold;
      color: #ffffff;
      padding: 0 15px;
      background: url(../images/icon_step1.png) no-repeat 97% center #000;
      background-size: 160px;
      }
    #index .form_box .step.step2 h3 {
      background-image: url(../images/icon_step2.png); }
    #index .form_box .step.step3 h3 {
      background-image: url(../images/icon_step3.png); }
    #index .form_box .step.step4 h3 {
      background-image: url(../images/icon_step4.png); }
    #index .form_box .step .bt_box {
      margin-top: 20px;
      text-align: center; }
      #index .form_box .step .bt_box a {
        display: inline-block;
        padding: 15px 10px;
        background: #92e1fc;
        box-sizing: border-box;
        width: 160px;
        border: 2px solid #000000;
        border-radius: 8px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5em;
        color: #000000;
        text-align: center;
        }
        #index .form_box .step .bt_box a.bt_back {
          width: 60px;
          margin-right: 10px;
          background: #e6e6e6; }
  #index .form_box dl {
    width: 980px;
    padding: 30px 0 30px 0;
    margin: 0 auto; }
    #index .form_box dl dt {
      float: left;
      width: 165px;
      margin-bottom: 15px;
      font-size: 1.4rem;
      line-height: 44px;
      font-weight: bold;
      color: #000000;
      }
      #index .form_box dl dt span {
        display: inline-block;
        font-size: 1.0rem;
        font-weight: bold;
        color: #fff;
        background: #ed0000;
        line-height: 1em;
        padding: 4px 10px;
        border-radius: 4px;
        margin-left: 20px;
        }
    #index .form_box dl dd {
      float: left;
      width: 815px;
      margin-bottom: 20px; }
      #index .form_box dl dd input, #index .form_box dl dd select, #index .form_box dl dd textarea {
        display: block;
        padding: 10px 10px;
        background: #fff;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #b3b3b3;
        border-radius: 6px;
        font-size: 1.6rem;
        line-height: 1.5em; }
        #index .form_box dl dd input:disabled, #index .form_box dl dd select:disabled, #index .form_box dl dd textarea:disabled {
          background: #eee; }
      #index .form_box dl dd textarea {
        min-height: 200px; }
      #index .form_box dl dd .text {
        float: left;
        padding: 0 10px;
        line-height: 47px;
        font-size: 1.4rem;
        font-weight: bold; }
      #index .form_box dl dd #f_postalcode1 {
        float: left;
        width: 80px; }
      #index .form_box dl dd #f_postalcode2 {
        float: left;
        width: 100px; }
      #index .form_box dl dd #f_bd_year {
        float: left;
        width: 80px; }
      #index .form_box dl dd #f_bd_month, #index .form_box dl dd #f_bd_day {
        float: left;
        width: 60px;
        margin-left: 15px; }
      #index .form_box dl dd #f_age {
        float: left;
        width: 80px; }
      #index .form_box dl dd #f_jobtype, #index .form_box dl dd #f_jobperiod {
        margin-top: 15px; }
      #index .form_box dl dd .note {
        clear: both;
        font-size: 1.2rem;
        font-weight: bold;
        color: #b3b3b3;
        padding-top: 5px; }
      #index .form_box dl dd::after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden; }
      #index .form_box dl dd.dd_postalcode {
        position: relative; }
        #index .form_box dl dd.dd_postalcode::before {
          display: block;
          position: absolute;
          left: 87px;
          top: 20px;
          line-height: 1px;
          content: "-";
          font-size: 3rem;
          color: #b3b3b3; }
  #index .form_box .confirm h3 {
    font-size: 1.8rem;
    color: #fff;
    background: #000;
    }
  #index .form_box .confirm dt {
    color: #b3b3b3; }
  #index .form_box .confirm dd {
    color: #000;
    font-weight: bold; }
    #index .form_box .confirm dd span {
      font-weight: bold; }
  #index .form_box .confirm .note {
    clear: both;
    font-size: 1.2rem;
    font-weight: bold;
    color: #b3b3b3;
    padding-top: 5px;
    margin: 20px;
    letter-spacing: -0.03em; }
  #index .form_box .confirm .note span {
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    margin-top: 8px;
  }
  #index .form_box .confirm .bt_back {
    width: 200px !important; }
  #index .form_box .privacypolicy {
    width: 650px;
    margin: 0 auto 0 auto;
    padding: 30px 20px;
    background: #fffbc7; }
    #index .form_box .privacypolicy .title {
      font-size: 1.4rem;
      font-weight: bold;
      color: #165baa; }
    #index .form_box .privacypolicy .text {
      margin-top: 10px;
      font-size: 1.2rem;
      font-weight: bold; }
    #index .form_box .privacypolicy .text span {
      margin-top: 10px;
      display: block;
      font-size: 12px;
      opacity: 0.7;
      line-height: 1.5em;
    }
    #index .form_box .privacypolicy .pp_box {
      background: #fff;
      border: 1px solid #165baa;
      border-radius: 6px;
      margin-top: 20px; }
      #index .form_box .privacypolicy .pp_box .bt_open {
        display: block;
        color: #165baa;
        font-size: 1.3rem;
        line-height: 1.8em;
        padding: 12px 15px;
        font-weight: bold;
        outline: none !important; }
        #index .form_box .privacypolicy .pp_box .bt_open::before {
          transform: rotate(0deg) scale(0.7, 1);
          margin-top: -3px;
          right: 10px; }
        #index .form_box .privacypolicy .pp_box .bt_open.open::before {
          transform: rotate(-180deg) scale(0.7, 1);
          margin-top: -11px;
          right: 10px; }
      #index .form_box .privacypolicy .pp_box .pp_body {
        display: none;
        border-top: 1px solid #165baa;
        padding: 20px 15px;
        font-size: 1.0rem;
        line-height: 1.8em; }
        #index .form_box .privacypolicy .pp_box .pp_body a {
          color: #000; }
    #index .form_box .privacypolicy .agree {
      text-align: center;
      margin-top: 20px;
      font-size: 1.6rem; }
  #index .form_box .submit {
    margin: 0 20px; }
    #index .form_box .submit .bt_submit {
      width: 100%;
      display: block;
      padding: 20px 10px;
      background: #92e1fc;
      box-sizing: border-box;
      border: 2px solid #000000;
      border-radius: 8px;
      font-size: 1.4rem;
      font-weight: bold;
      cursor: pointer;
      line-height: 1.5em;
      color: #000000;
      text-align: center;
      /* box-shadow: 0 5px 0 #165baa; */
      }
    #index .form_box .submit::before {
      border-top-color: #000000;
      }
  #index .form_box .result {
    display: none;
    border: 4px solid #ff0000;
    padding: 20px 30px;
    margin: 30px auto 0 auto;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2em;
    color: #ed0000;
    box-sizing: border-box;
    width: 980px;
    }

/* Form box */
#index .form_box dl {
  width: auto;
  padding: 20px 0 5px 0;
  margin: 0 20px; }
  #index .form_box dl dt {
    float: none;
    width: auto;
    margin-bottom: 5px;
    line-height: 30px; }
  #index .form_box dl dd {
    float: none;
    width: auto; }
#index .form_box .privacypolicy {
  width: auto; }
#index .form_box .result {
  border: 3px solid #ed0000;
  padding: 20px 20px;
  margin: 30px 20px 0 20px;
  font-size: 1.4rem;
  width: auto;
  text-align: left;
  font-weight: bold;
  border-radius: 10px;
  }

/* ===========================================================================================

	Thanks

=========================================================================================== */
#thanks {
  background: #fff;
  padding-top: 30px;
  opacity: 0;
  transition: opacity 1s ease; }
  #thanks .main {
    padding: 20px; }
    #thanks .main img.visual {
      width: 100%; }
    #thanks .main .note {
      margin-top: 10px;
      font-size: 1.2rem;
      color: #f00000;
      font-weight: bold;
      letter-spacing: -0.03em;
      }
    #thanks .main .note span {
      font-size: 10px;
      display: block;
      margin-top: 8px;
      line-height: 1.6em;
      color: #9a9a9a;
    }
    #thanks .main .text {
      margin-top: 30px;
      font-weight: bold;
      font-size: 1.4rem; }
    #thanks .main .logo {
      display: block;
      width: 140px;
      margin: 10px auto 0 auto; }
    #thanks .main .bt_box {
      margin-top: 10px;
      text-align: center; }
      #thanks .main .bt_box .bt_close {
        display: inline-block;
        padding: 15px 10px;
        background: #e6e6e6;
        box-sizing: border-box;
        width: 200px;
        border: 2px solid #165baa;
        border-radius: 8px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.5em;
        color: #165baa;
        text-align: center; }

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 479px) {
  /* style
  -------------------------------------------------------------- */
  body {
    min-width: 320px;
    /* overflow: visible !important; */
    }

  body.fixed {
    overflow: hidden; }

  body p {
    color: inherit;
    font-size: 12px;
    line-height: 1.8em; }

  a:hover {
    opacity: 1; }

  .non_pc {
    display: block !important; }

  .non_sp {
    display: none !important; }

  .outline {
    position: relative;
    min-width: 320px; }

  .main {
    width: auto;
    margin: 0 auto;
    position: relative; }

  /* ===========================================================================================
  
  	Index
  
  =========================================================================================== */
  .non_pc {
    display: block !important; }

  .non_sp {
    display: none !important; }

  /**********************************************************/
  /* Common */
  /**********************************************************/ }
/**************************************************************/
/**************************************************************/
/** Min 480px *************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (min-width: 480px) {
  .non_pc {
    display: block !important; }

  .non_sp {
    display: none !important; }

  /* ===========================================================================================
  
  	Index
  
  =========================================================================================== */
  body {
    min-width: 320px;
    overflow: visible !important; }

  section.intro .bg,
  .overview.fixed .bg {
    width: 100%;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 0)
   }
  /**********************************************************/
  /* Common */
  /**********************************************************/
  #index h1 {
    margin-bottom: 10px; }
  #index .example {
    margin-top: 40px; }
    #index .example .text {
      font-size: 2.4rem; }
  #index .more .text {
    font-size: 3.6rem; }
    #index .more .text span {
      font-size: 2.5rem; }
  #index .reason .reason_box .title_box .sub {
    font-size: 2.0rem; }
  #index .reason .reason_box .title_box .box {
    font-size: 3.2rem;
    text-shadow: 5px 5px 0px #02366c; }
    #index .reason .reason_box .title_box .box span.big {
      font-size: 8.0rem;
      text-shadow: 5px 5px 0px #02366c; }
    #index .reason .reason_box .title_box .box span.mini {
      font-size: 2.4rem; }
  #index .reason .reason_box .text {
    font-size: 1.8rem; }
  #index .reason .reason_box.reason2 .title_box .box {
    margin-top: 0; }
  #index .reason .reason_box .sub_box .label {
    width: 220px;
    font-size: 2.0rem; }
    #index .reason .reason_box .sub_box .label span {
      font-size: 5.5rem; }
  #index .reason .reason_box .sub_box .title {
    font-size: 2.6rem; }
  #index .reason .reason_box .sub_box.box2 .label {
    width: 300px; }
  #index .entry .intro h2 {
    font-size: 2.0rem; }
    #index .entry .intro h2 span {
      margin-bottom: 15px;
      font-size: 5.8rem; }
  #index .entry .intro .note {
    font-size: 1.5rem;
    padding: 15px; }

  /* Form box */
  #index .form_box .step h3 {
    font-size: 3.4rem;
    line-height: 70px;
    padding: 0 25px; }
  #index .form_box .step .bt_box {
    margin-top: 20px;
    text-align: center; }
    #index .form_box .step .bt_box a {
      padding: 20px 10px;
      width: 200px;
      border: 3px solid #000;
      border-radius: 10px;
      font-size: 1.8rem;
      }
      #index .form_box .step .bt_box a.bt_back {
        width: 80px;
        margin-right: 10px; }
  #index .form_box dl {
    padding: 40px 0 0 0;
    margin: 0 20px; }
    #index .form_box dl dt {
      margin-bottom: 5px;
      font-size: 1.8rem;
      line-height: 32px; }
      #index .form_box dl dt span {
        font-size: 1.2rem;
        padding: 4px 10px; }
    #index .form_box dl dd {
      margin-bottom: 30px; }
      #index .form_box dl dd textarea {
        min-height: 260px; }
      #index .form_box dl dd .note {
        font-size: 1.4rem; }
  #index .form_box .confirm h3 {
    font-size: 2.4rem;
    line-height: 70px;
    padding: 0 25px; }
  #index .form_box .confirm dd {
    font-size: 2.2rem; }
  #index .form_box .confirm .note {
    font-size: 1.5rem; }
  #index .form_box .confirm .bt_back {
    width: 280px !important; }
  #index .form_box .privacypolicy .title {
    font-size: 1.8rem; }
  #index .form_box .privacypolicy .text {
    font-size: 1.4rem; }
  #index .form_box .privacypolicy .pp_box .bt_open {
    font-size: 1.5rem;
    padding: 15px 20px; }
    #index .form_box .privacypolicy .pp_box .bt_open::before {
      margin-top: -3px;
      right: 15px; }
    #index .form_box .privacypolicy .pp_box .bt_open.open::before {
      margin-top: -11px;
      right: 15px; }
  #index .form_box .privacypolicy .pp_box .pp_body {
    padding: 30px 25px;
    font-size: 1.2rem; }
  #index .form_box .privacypolicy .agree {
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem; }
  #index .form_box .submit {
    margin: 0 20px; }
    #index .form_box .submit .bt_submit {
      padding: 25px 10px;
      border: 3px solid #000;
      border-radius: 10px;
      font-size: 2.2rem;
      }
    #index .form_box .submit::before {
      right: 15px; }
  #index .form_box .result {
    font-size: 1.8rem;
    padding: 20px 20px;
    margin: 30px 20px 0 20px; }

  /* ===========================================================================================
  
  	Thanks
  
  =========================================================================================== */
  #thanks {
    padding-top: 70px; }
    #thanks .main .note {
      margin-top: 20px;
      font-size: 1.8rem;
      letter-spacing: 0em;
      line-height: 1.8em; }
    #thanks .main .note span {
      font-size: 14px
    }
    #thanks .main .text {
      margin-top: 30px;
      font-size: 2.0rem;
      line-height: 1.8em; }
    #thanks .main .logo {
      width: 270px;
      margin-top: 20px;
      }
    #thanks .main .bt_box {
      margin-top: 30px; }
      #thanks .main .bt_box .bt_close {
        padding: 25px 10px;
        width: 300px;
        font-size: 1.8rem; } }
/**************************************************************/
/**************************************************************/
/** Min 767px *************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (min-width: 767px) {
    #index .bt_entry {
      left: 50%;
      transform: translate(-50%, 0);
      max-width: 980px;
      border: 3px solid #000000;
      border-radius: 10px;
      font-size: 2.0rem;
      overflow: hidden;
      width: 95%;
      }
    #index .bt_entry span {
      font-size: 3.0rem;
      margin-left: 15px;
      transform: translate(0, 5px); }
    #index .bt_entry.show {
      bottom: 25px; }
  .non_sp {
    display: block !important; }

  .non_pc {
    display: none !important; }

  .main {
    z-index: 100;
    max-width: 900px; }

  #index .example .text {
    display: none; }

   section.intro .input {
      font-size: 18px;
      line-height: 2em;
      width: 70%;
      left: 10%;
   }
   section.intro,
   section.intro .bg {
     width: 900px !important;
     height: 800px !important;
     background-position: center 30%;
   }

   section.intro .bg {
     position: absolute;
     max-width: 900px
  }
   section.intro h1,
   section.intro .box1 img {
   width: 520px !important;
   }

  .overview.fixed .bg {
    width: 100%;
    max-width: 900px;
    left: 50%;
    transform: translate(-50%, 0)
   }
  
  .overview img {
    /* max-width: 500px; */
    margin: 0 auto;
  }
  .content {
    background: #fff;
  }
  .content img {
    /* max-width: 500px; */
    margin: 0 auto;
  }
  .content img.img6 {
    width: 900px;
    max-width: 900px;
    margin: 0 auto;
  }

  #index .reason .reason_box .title_box,
  #index .reason .reason_box .text,
  #index .reason .reason_box .sub_box .title,
  #index .reason .reason_box .sub_box .text {
    margin-right: 120px;
    margin-left: 120px; }

  #index .reason .reason_box .sub_box .title {
    margin-top: 40px; }

  .reason_box .sub_box img {
    margin: 20px auto 60px auto;
    width: 470px; }

  #index .entry .intro .note {
    font-size: 1.4rem;
    text-align: center;
    padding: 30px 30px;
    }

  #index .form_box dl {
    margin: 0 40px; }

  #thanks .main {
    max-width: 600px; } }

/*# sourceMappingURL=style.css.map */

/**************************************************************/
/**************************************************************/
/** Max 374px *************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 374px) {
  #index .bt_entry div {
    font-size: 13px;
  }
}