@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #333; }

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

a:hover {
  opacity: 0.7; }

img {
  vertical-align: bottom; }

.pc {
  display: inherit; }

.sp {
  display: none; }

.wrapper {
  min-width: 1300px;
  width: 100%;
  margin: auto;
  padding-top: 78px;
  overflow: hidden; }

.contents {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75; }

.inner_cont {
  max-width: 1000px;
  margin: auto;
  padding: 60px 0; }

.bg_yellow {
  background-color: #ffd101; }

.bg_gray {
  background-color: #eee; }

.bg_stripe {
  text-align: center;
  position: relative; }
  .bg_stripe:before, .bg_stripe:after {
    content: '';
    background-image: url("../img/bg_stripe.png");
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0; }
  .bg_stripe:before {
    top: 0; }
  .bg_stripe:after {
    bottom: 0; }
  .bg_stripe .txt {
    font-size: 2rem;
    font-weight: bold; }
  .bg_stripe .btn {
    margin-top: 30px; }

.txt_vermilion {
  color: #f25911; }

.txt_bold {
  font-weight: bold; }

.txt_red {
  color: #f00; }

.sec_ttl_area {
  text-align: center;
  margin: 0 auto 60px; }

.sec_title {
  border-bottom: 6px solid #009e96;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 11px; }

.btn {
  display: flex;
  width: 500px;
  margin: 20px auto 0; }
  .btn a {
    background-color: #f25911;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.075em;
    padding-right: 20px;
    position: relative; }
    .btn a:after {
      content: '';
      background-image: url("../img/icon03.png");
      background-size: contain;
      width: 22px;
      height: 22px;
      transform: rotate(90deg);
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -11px; }

.btn_txt {
  font-size: 3rem;
  text-align: center; }

.col_block {
  display: flex;
  justify-content: space-between; }
  .col_block .col {
    width: calc((480 / 1000) * 100%); }

/*----------
   header
----------*/
header {
  background-color: #eee;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  header .inner_cont {
    padding: 0; }
  header nav {
    height: 78px; }
    header nav ul {
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 100%; }
    header nav a {
      font-size: 1.5rem; }
      header nav a:hover {
        color: #f25911;
        text-decoration: underline; }

/*----------
   main
----------*/
.main {
  background: url("../img/mainimage.png") no-repeat top right;
  background-size: cover;
  position: relative; }
  .main .inner_cont {
    display: flex;
    height: 400px;
    padding: 0; }
  .main .top_block {
    width: 560px;
    height: 100%;
    line-height: 1;
    padding: 30px 25px; }
    .main .top_block .txt {
      font-size: 2rem;
      text-align: center; }
  .main .icon_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 30px; }
    .main .icon_area .box {
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 120px;
      position: relative; }
      .main .icon_area .box + .box {
        margin-left: 60px; }
        .main .icon_area .box + .box:before {
          content: '';
          background-image: url("../img/icon01.png");
          background-size: contain;
          width: 30px;
          height: 30px;
          position: absolute;
          top: 50%;
          left: -45px;
          margin-top: -15px; }
      .main .icon_area .box:first-of-type img {
        height: 57px; }
      .main .icon_area .box:nth-of-type(2) img {
        height: 75px;
        margin-left: 7px; }
  .main .check_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0; }
    .main .check_list li {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.6;
      padding-left: 1.5em;
      position: relative; }
      .main .check_list li:before {
        content: '';
        background-image: url("../img/icon02.png");
        background-size: contain;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 0.2em;
        left: 0; }
  .main .img_area {
    width: 210px;
    margin: 15px; }

/*----------
   sec01
----------*/
#sec01 .col_block .col {
  background-color: #fff;
  padding: 20px 30px; }
  #sec01 .col_block .col:nth-of-type(1) img {
    height: 57px;
    margin: 10px 0; }
  #sec01 .col_block .col:nth-of-type(2) img {
    height: 76px; }
#sec01 .col_block .img_area {
  text-align: center; }
  #sec01 .col_block .img_area p {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 10px; }
#sec01 .col_block .txt_area {
  font-size: 1.6rem;
  margin-top: 20px; }
  #sec01 .col_block .txt_area .txt_large {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px; }

/*----------
    sec02
----------*/
#sec02 .col_block {
  align-items: baseline;
  width: 830px;
  margin: auto; }
  #sec02 .col_block .col {
    width: 33%;
    text-align: center; }
    #sec02 .col_block .col img {
      height: 300px; }
    #sec02 .col_block .col:nth-of-type(2) img {
      height: 205px; }
    #sec02 .col_block .col:nth-of-type(3) img {
      padding-top: 5px; }
  #sec02 .col_block.txt {
    align-items: center;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1;
    margin-top: 40px; }

.trouble_list {
  margin-bottom: 60px; }
  .trouble_list dl {
    border-radius: 10px;
    display: flex;
    width: 100%;
    overflow: hidden; }
    .trouble_list dl + dl {
      margin-top: 10px; }
  .trouble_list dt {
    background-color: #ffd101;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-align: center; }
  .trouble_list dd {
    background-color: #fff;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 20px; }

.quality_list .txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }
.quality_list .col_block {
  margin-top: 20px; }
  .quality_list .col_block .col {
    border: 2px solid #f25911;
    border-radius: 10px;
    display: flex;
    overflow: hidden; }
  .quality_list .col_block dt {
    background-color: #f25911;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold; }
  .quality_list .col_block dd {
    background-color: #fff;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 22px 30px; }

.ex_area {
  border: 2px solid #009e96;
  margin-top: 50px; }
  .ex_area .txt {
    background-color: #009e96;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 30px; }
  .ex_area .inner {
    background-color: #fff;
    padding: 30px; }
  .ex_area .ex_list {
    display: flex;
    justify-content: space-between; }
    .ex_area .ex_list li {
      border-bottom: 1px dotted #333;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 280px;
      padding-bottom: 30px; }
      .ex_area .ex_list li img {
        height: 50px; }

.point_box {
  border: 2px solid #ffd101;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px; }
  .point_box dt {
    background-color: #ffd101;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 10px; }
  .point_box dd {
    background-color: #fff;
    padding: 25px 30px; }
    .point_box dd p {
      padding-left: 1.5em;
      text-indent: -1.5em; }

.translation .col:nth-of-type(1) .suitable_box img:nth-of-type(1) {
  height: 57px; }
.translation .col:nth-of-type(1) .suitable_box img:nth-of-type(2) {
  height: 30px;
  margin: 0 20px; }
.translation .col:nth-of-type(2) .suitable_box .txt_large {
  color: #009e96; }
.translation .suitable_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 590px;
  padding: 30px; }
  .translation .suitable_box .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px; }
    .translation .suitable_box .img_box img {
      height: 80px; }
  .translation .suitable_box .txt_large {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 30px; }
  .translation .suitable_box dl {
    margin-top: 30px; }
  .translation .suitable_box dt {
    background-color: #ffd101;
    border-radius: 25px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 17px 15px 15px; }
  .translation .suitable_box dd {
    margin-top: 20px; }
    .translation .suitable_box dd p {
      font-weight: bold; }
      .translation .suitable_box dd p.txt_vermilion {
        font-weight: normal;
        margin-top: 0.5em; }
    .translation .suitable_box dd ul {
      display: flex;
      flex-wrap: wrap; }
    .translation .suitable_box dd li {
      width: calc(50% - 1em);
      list-style: disc;
      margin-top: 0.5em;
      margin-left: 1em; }
.translation .want_list {
  height: 200px;
  padding: 30px 30px 0; }
  .translation .want_list ul {
    list-style: disc;
    margin-left: 1.2em; }
  .translation .want_list li {
    font-weight: bold;
    margin-bottom: 0.5em; }
  .translation .want_list .txt_vermilion {
    font-weight: bold; }
.translation .btn {
  width: 100%; }
  .translation .btn a {
    height: 110px; }
  .translation .btn.estimate a {
    background-color: #009e96;
    flex-wrap: wrap;
    align-content: center; }
    .translation .btn.estimate a:after {
      transform: rotate(0); }
  .translation .btn.estimate span {
    font-size: 1.8rem; }
.translation .point_box {
  text-align: center; }
  .translation .point_box .tel {
    display: inline-block;
    color: #f25911;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    text-indent: 0;
    position: relative; }
    .translation .point_box .tel:before {
      content: '';
      background-image: url("../img/icon06.png");
      background-size: contain;
      width: 28px;
      height: 22px;
      position: absolute;
      bottom: 0.1em;
      left: 0; }

/*----------
    sec03
----------*/
#sec03 p + p {
  margin-top: 0.5em; }
#sec03 .txt_area {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px 70px 30px; }
  #sec03 .txt_area .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
  #sec03 .txt_area .disc_list {
    margin-top: 1em; }
  #sec03 .txt_area .txt_bold {
    font-size: 1.8rem; }
#sec03 .disc_list {
  margin-top: 1.5em; }
  #sec03 .disc_list ul {
    list-style: disc;
    margin-top: 0.5em;
    margin-left: 1.2em; }
#sec03 .col_block {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px; }
  #sec03 .col_block + .txt_area {
    margin-top: 60px; }
  #sec03 .col_block .col:nth-of-type(2n) {
    margin-left: 40px; }
  #sec03 .col_block .col:nth-of-type(n + 3) {
    margin-top: 40px; }
  #sec03 .col_block .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px; }
    #sec03 .col_block .img_box img {
      height: 57px; }
      #sec03 .col_block .img_box img:nth-of-type(2) {
        height: 30px;
        margin: 0 5px; }
      #sec03 .col_block .img_box img:nth-of-type(3) {
        height: 76px;
        margin-right: 15px; }
  #sec03 .col_block .txt_box {
    height: calc(100% - 106px);
    margin-top: 30px;
    position: relative; }
    #sec03 .col_block .txt_box::before {
      content: '';
      border-color: transparent transparent #f25911 transparent;
      border-style: solid;
      border-width: 0 7px 16px 7px;
      width: 0;
      height: 0;
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      margin: auto; }
  #sec03 .col_block dl {
    background-color: #fff;
    border: 2px solid #f25911;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #sec03 .col_block dt {
    background-color: #f25911;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 20px; }
  #sec03 .col_block dd {
    padding: 20px 30px; }

/*----------
    sec04
----------*/
.flow_list {
  position: relative; }
  .flow_list:before {
    content: '';
    background-color: #f25911;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .flow_list dl {
    border: 2px solid #f25911;
    border-radius: 10px;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .flow_list dl + dl {
      margin-top: 20px; }
  .flow_list dt {
    background-color: #f25911;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-width: 70px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.025em; }
    .flow_list dt span {
      width: 100%;
      font-size: 1.6rem;
      font-weight: normal;
      text-align: center; }
  .flow_list dd {
    background-color: #fff;
    width: 100%;
    letter-spacing: 0.04em;
    padding: 20px 25px 15px; }
    .flow_list dd span {
      display: block;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.05em; }

/*----------
    sec05
----------*/
#sec05 .inner {
  padding: 10px 30px 30px; }
#sec05 .txt_area {
  border-bottom: 2px solid #c19f12;
  text-align: center;
  padding-bottom: 2em;
  position: relative; }
  #sec05 .txt_area:after {
    content: '';
    background-image: url("../img/img06.png");
    background-size: contain;
    width: 62px;
    height: 78px;
    position: absolute;
    bottom: 0;
    right: 0; }
#sec05 .txt_large {
  font-size: 3.6rem; }
  #sec05 .txt_large span {
    font-weight: bold; }
    #sec05 .txt_large span span {
      font-size: 5.6rem; }
#sec05 .img_area {
  display: flex;
  justify-content: center;
  margin: 30px auto 0; }
  #sec05 .img_area dl {
    width: 120px;
    text-align: center;
    position: relative; }
    #sec05 .img_area dl + dl {
      margin-left: 140px; }
      #sec05 .img_area dl + dl:before {
        content: '';
        background-image: url("../img/icon07.png");
        background-size: contain;
        width: 49px;
        height: 22px;
        position: absolute;
        top: 46px;
        left: -95px; }
  #sec05 .img_area dd {
    letter-spacing: 0.04em;
    margin-top: 20px; }
#sec05 .btn {
  margin-top: 60px; }

/*----------
    sec06
----------*/
.qa_block {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 30px 30px 40px; }
  .qa_block + .qa_block {
    margin-top: 20px; }
  .qa_block .title {
    color: #f25911;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }

.qa_list li {
  width: 756px;
  margin: 30px auto 0;
  position: relative; }
  .qa_list li:before {
    content: '';
    position: absolute;
    top: -10px; }
  .qa_list li p {
    border-radius: 5px;
    width: 100%;
    padding: 10px 20px;
    position: relative; }
    .qa_list li p:before, .qa_list li p:after {
      content: '';
      border-style: solid;
      width: 0;
      height: 0;
      position: absolute; }
    .qa_list li p:before {
      border-color: transparent;
      border-width: 5px 0;
      top: 20px; }
    .qa_list li p:after {
      border-color: transparent;
      border-width: 3px 0;
      top: 22px;
      z-index: 1; }
  .qa_list li:nth-of-type(1):before {
    background-image: url("../img/illust04.png");
    background-size: contain;
    width: 59px;
    height: 77px;
    left: -94px; }
  .qa_list li:nth-of-type(1) p {
    background-color: #ccecea;
    border: 2px solid #009e96; }
    .qa_list li:nth-of-type(1) p:before {
      border-right-color: #009e96;
      border-right-width: 15px;
      left: -15px; }
    .qa_list li:nth-of-type(1) p:after {
      border-right-color: #ccecea;
      border-right-width: 11px;
      left: -11px; }
  .qa_list li:nth-of-type(2):before {
    background-image: url("../img/illust05.png");
    background-size: contain;
    width: 60px;
    height: 76px;
    right: -94px; }
  .qa_list li:nth-of-type(2) p {
    background-color: #fcdecf;
    border: 2px solid #f25911; }
    .qa_list li:nth-of-type(2) p:before {
      border-left-color: #f25911;
      border-left-width: 15px;
      right: -15px; }
    .qa_list li:nth-of-type(2) p:after {
      border-left-color: #fcdecf;
      border-left-width: 11px;
      right: -11px; }

.note_list {
  background-color: #fff;
  padding: 20px 30px; }
  .note_list ul {
    list-style: disc;
    margin-left: 1em; }
  .note_list li + li {
    margin-top: 0.5em; }

/*----------
    sec07
----------*/
#sec07 .inner_cont {
  padding-bottom: 100px; }

.form_area {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px; }
  .form_area .inner_form {
    width: 100%; }
  .form_area .btn_contact {
    max-width: 400px;
    margin: 30px auto 0; }
    .form_area .btn_contact button {
      background-color: #f25911;
      border: none;
      border-radius: 10px;
      width: 100%;
      height: 70px;
      color: #fff;
      font-size: 2.4rem;
      letter-spacing: 0.075em;
      text-align: center;
      cursor: pointer; }
      .form_area .btn_contact button:hover {
        opacity: 0.7; }
  .form_area .txt {
    text-align: center;
    margin-top: 25px; }

.form_goup {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .form_goup + .form_goup {
    margin-top: 20px; }
  .form_goup label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 180px;
    letter-spacing: 0;
    margin: 10px 20px 10px 0; }
    .form_goup label span {
      border-radius: 5px;
      color: #fff;
      font-size: 1.5rem;
      line-height: 1;
      padding: 6px 10px 4px; }
  .form_goup .optional {
    background-color: #009e96; }
  .form_goup .required {
    background-color: #e60012; }
  .form_goup input,
  .form_goup textarea {
    background-color: #efefef;
    border: 1px solid #aaa;
    max-width: 740px;
    width: 100%;
    font-size: 1.6rem;
    padding: 9px 20px; }
  .form_goup .short_box {
    max-width: 400px; }
  .form_goup textarea {
    min-height: 96px;
    vertical-align: top; }
  .form_goup.text_area {
    align-items: flex-start; }
    .form_goup.text_area label {
      letter-spacing: -0.07em; }
    .form_goup.text_area span {
      letter-spacing: 0; }
  .form_goup.privacy_check {
    background-color: #ffed99;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding: 20px 30px; }
    .form_goup.privacy_check a {
      border-bottom: 1px solid #f25911;
      display: inline-block;
      color: #f25911;
      font-size: 2rem;
      margin-bottom: 25px; }
      .form_goup.privacy_check a:hover {
        border-bottom: none;
        opacity: 1;
        padding-bottom: 1px; }
    .form_goup.privacy_check label {
      display: inherit;
      font-weight: bold;
      margin: 0;
      cursor: pointer; }
    .form_goup.privacy_check input {
      max-width: 12px;
      vertical-align: middle;
      margin: 0 10px 0 0;
      cursor: pointer; }
  .form_goup.nda_conclusion {
    background-color: #eee;
    display: block;
    margin-top: 30px;
    padding: 20px 30px; }
    .form_goup.nda_conclusion .title {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
    .form_goup.nda_conclusion .txt_area {
      line-height: 1.5;
      margin-bottom: 20px; }
      .form_goup.nda_conclusion .txt_area p + p {
        margin-top: 0.5em; }
    .form_goup.nda_conclusion .radio_btn {
      display: flex;
      margin-top: 5px; }
    .form_goup.nda_conclusion label {
      display: inherit;
      font-weight: bold;
      margin: 0;
      cursor: pointer; }
    .form_goup.nda_conclusion input {
      max-width: 12px;
      vertical-align: middle;
      margin: 0.5em 10px 0 0;
      cursor: pointer; }

/*----------
   footer
----------*/
.fix_btn {
  position: fixed;
  bottom: 100px;
  right: 10px; }
  .fix_btn .txt_box {
    position: relative; }
    .fix_btn .txt_box:before {
      content: '';
      background: url("../img/img02.png");
      background-size: contain;
      width: 63px;
      height: 107px;
      position: absolute;
      bottom: 10px;
      left: 60px; }
  .fix_btn a {
    background-color: #f25911;
    border: 2px solid #fff;
    border-radius: 20px;
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    padding: 24px 21px;
    position: relative; }
    .fix_btn a:hover {
      background-color: #f6773c;
      opacity: 1; }

.footer_area {
  border-top: 1px solid #c9c9c9;
  font-size: 1.5rem; }
  .footer_area .inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 30px 0 60px; }

.info_block {
  text-align: center; }
  .info_block ul {
    margin-top: 30px; }
    .info_block ul li + li {
      margin-top: 15px; }
  .info_block a {
    color: #f25911; }

.link_area {
  background-color: #eee;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0; }
  .link_area li:first-child:after {
    content: '|';
    color: #aaa;
    padding: 0 20px; }

/*.copyright */
.copyright {
  background-color: #333;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 20px 0; }

/*----------
   mail
----------*/
#contact_page .wrapper {
  padding-top: 0; }

#contact_page header {
  position: inherit; }

#contact_page .error_messe {
  color: #ff0000; }

#contact_page .inner_form {
  max-width: 700px;
  width: 100%;
  font-size: 15px;
  margin: 0 auto; }

#contact_page .formTable {
  margin: 0; }

#contact_page .formTable th {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  width: 26%; }

#contact_page .formTable td {
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #cccccc; }

.btn_form {
  text-align: center;
  margin: 30px 0 0; }

.btn_submit {
  background-color: #f25911;
  border: none;
  border-radius: 5px;
  width: 40%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 20px 0; }

.btn_submit:hover {
  cursor: pointer;
  opacity: 0.7; }

.btn_back {
  background-color: #999999;
  border: none;
  border-radius: 5px;
  width: 30%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  margin: 0 0 0 10px; }

.btn_back:hover {
  cursor: pointer;
  opacity: 0.7; }

#contact_page .txt {
  font-size: 2rem;
  text-align: center;
  margin: 90px auto; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: inherit; }

  .wrapper {
    min-width: 0;
    padding-top: 0; }

  .contents {
    font-size: 1.5rem;
    letter-spacing: 0.025em; }

  .inner_cont {
    padding: 50px 20px; }

  .bg_stripe {
    text-align: left; }
    .bg_stripe .txt {
      font-size: 1.8rem;
      letter-spacing: 0.05em; }
    .bg_stripe .btn {
      margin-top: 15px; }

  .sec_ttl_area {
    margin: 0 auto 30px; }

  .sec_title {
    border-bottom: 5px solid #009e96;
    display: block;
    font-size: 2.5rem;
    line-height: 1.5;
    padding-bottom: 0.5em; }

  .btn {
    width: 100%;
    margin: 10px auto 0; }
    .btn a {
      border-radius: 5px;
      height: 60px;
      font-size: 1.7rem;
      letter-spacing: 0.025em; }
      .btn a:after {
        right: 10px; }

  .btn_txt {
    font-size: 1.8rem; }

  .col_block {
    flex-wrap: wrap; }
    .col_block .col {
      width: 100%; }

  /* header */
  header {
    background-color: transparent; }
    header.open {
      background: rgba(255, 255, 255, 0.8);
      height: 100%; }
      header.open .menu_btn span:nth-of-type(2) {
        display: none; }
      header.open .menu_btn span:nth-of-type(1),
      header.open .menu_btn span:nth-of-type(3) {
        width: 35px;
        top: 19px;
        z-index: 1; }
      header.open .menu_btn span:nth-of-type(1) {
        transform: rotate(45deg); }
      header.open .menu_btn span:nth-of-type(3) {
        transform: rotate(-45deg); }
      header.open nav {
        display: block; }
    header .inner_cont {
      display: flex;
      justify-content: flex-end; }
    header .menu_btn {
      background-color: #333;
      border-radius: 8px;
      width: 60px;
      height: 60px;
      position: relative;
      top: 5px;
      right: 5px; }
      header .menu_btn span {
        border-top: 2px solid #fff;
        display: block;
        width: 40px;
        color: #fff;
        font-size: 1.3rem;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.3s; }
        header .menu_btn span:nth-of-type(1) {
          top: 10px; }
        header .menu_btn span:nth-of-type(2) {
          top: 19px; }
        header .menu_btn span:nth-of-type(3) {
          top: 27px; }
        header .menu_btn span:nth-of-type(4) {
          border: none;
          bottom: 7px; }
    header nav {
      display: none;
      width: 100%;
      max-width: 240px;
      height: auto; }
      header nav ul {
        background-color: #ffd101;
        display: block;
        padding: 15px 30px; }
      header nav li + li {
        border-top: 1px dotted #c19f12; }
      header nav a {
        display: block;
        font-size: 1.5rem;
        padding: 1em;
        position: relative; }
        header nav a:before {
          content: '';
          border: 5px solid transparent;
          border-left: 5px solid #333;
          position: absolute;
          top: 1.2em;
          left: 0; }

  /* main */
  .main {
    background: url("../img/mainimage_sp.png") no-repeat top center;
    background-size: contain; }
    .main .inner_cont {
      flex-direction: column-reverse;
      height: auto;
      padding: 0; }
    .main .top_block {
      width: 100%;
      height: auto;
      padding: 40px 15px; }
      .main .top_block .txt {
        font-size: 1.8rem; }
    .main h1 {
      max-height: 35px; }
    .main .icon_area .box {
      width: 90px;
      height: 90px; }
      .main .icon_area .box + .box {
        margin-left: 45px; }
        .main .icon_area .box + .box:before {
          width: 22px;
          height: 22px;
          left: -30px;
          margin-top: -11px; }
      .main .icon_area .box:first-of-type img {
        height: 44px; }
      .main .icon_area .box:nth-of-type(2) img {
        height: 63px;
        margin-left: 3px; }
    .main .check_list {
      margin: 15px auto 0; }
      .main .check_list li {
        font-size: 1.7rem; }
        .main .check_list li:before {
          top: 0.3em; }
    .main .img_area {
      width: 100%;
      height: calc((400 / 800) * 100vw);
      margin: 0; }
      .main .img_area img {
        height: 60px;
        margin: 5px; }
    .main + .contents .inner_cont {
      padding-top: 40px; }

  /* sec01 */
  #sec01 .col_block .col {
    padding: 30px 20px 20px; }
    #sec01 .col_block .col + .col {
      margin-top: 10px; }
    #sec01 .col_block .col:nth-of-type(1) img {
      height: 44px;
      margin: 10px 0; }
    #sec01 .col_block .col:nth-of-type(2) img {
      height: 63px; }
  #sec01 .col_block .img_area p {
    font-size: 1.8rem; }
  #sec01 .col_block .txt_area {
    font-size: 1.5rem;
    margin-top: 15px; }
    #sec01 .col_block .txt_area .txt_large {
      font-size: 1.6rem;
      margin-bottom: 10px; }

  /* sec02 */
  #sec02 .col_block {
    width: 100%;
    max-width: 300px; }
    #sec02 .col_block .col {
      width: auto; }
      #sec02 .col_block .col img {
        height: 110px; }
      #sec02 .col_block .col:nth-of-type(2) img {
        height: 70px;
        margin-left: 5px; }
    #sec02 .col_block.txt {
      font-size: 1.5rem;
      line-height: 1.27;
      margin-top: 20px; }

  .trouble_list {
    margin-bottom: 30px; }
    .trouble_list dl {
      border-radius: 5px; }
    .trouble_list dt {
      min-width: 55px;
      font-size: 1.6rem; }
    .trouble_list dd {
      font-size: 1.5rem;
      padding: 15px; }

  .quality_list .txt {
    font-size: 1.8rem; }
  .quality_list .col_block .col {
    border: 1px solid #f25911;
    border-radius: 5px; }
    .quality_list .col_block .col + .col {
      margin-top: 10px; }
  .quality_list .col_block dt {
    min-width: 55px;
    font-size: 1.6rem; }
  .quality_list .col_block dd {
    font-size: 1.6rem;
    padding: 11px 15px; }

  .ex_area {
    border: 1px solid #009e96;
    margin-top: 30px; }
    .ex_area .txt {
      font-size: 1.6rem;
      padding: 10px 20px; }
    .ex_area .inner {
      padding: 30px 20px; }
    .ex_area .ex_list {
      flex-wrap: wrap; }
      .ex_area .ex_list li {
        width: 100%;
        padding-bottom: 15px; }
        .ex_area .ex_list li + li {
          margin-top: 20px; }
        .ex_area .ex_list li img {
          height: 30px; }

  .point_box {
    border: 1px solid #ffd101;
    border-radius: 5px; }
    .point_box dt {
      font-size: 1.6rem;
      padding: 10px 20px; }
    .point_box dd {
      padding: 10px 15px; }

  .translation .col + .col {
    margin-top: 40px; }
  .translation .col:nth-of-type(1) .suitable_box img:nth-of-type(1) {
    height: 44px; }
  .translation .col:nth-of-type(1) .suitable_box img:nth-of-type(2) {
    height: 20px;
    margin: 0 10px; }
  .translation .col:nth-of-type(2) .suitable_box .txt_large {
    color: #009e96; }
  .translation .suitable_box {
    height: auto;
    padding: 25px 20px; }
    .translation .suitable_box .img_box {
      height: 63px; }
      .translation .suitable_box .img_box img {
        height: 63px; }
    .translation .suitable_box .txt_large {
      font-size: 1.8rem;
      margin-top: 15px; }
    .translation .suitable_box dl {
      margin-top: 20px; }
    .translation .suitable_box dt {
      border-radius: 55px;
      font-size: 1.6rem; }
    .translation .suitable_box dd {
      margin-top: 10px; }
  .translation .want_list {
    height: auto;
    padding: 30px 0 15px; }
    .translation .want_list ul {
      margin-bottom: 0.5em; }
    .translation .want_list li {
      margin-bottom: 0; }
  .translation .btn a {
    height: 70px; }
  .translation .btn.estimate span {
    font-size: 1.1rem; }
  .translation .point_box .tel {
    font-size: 2.5rem; }
    .translation .point_box .tel:before {
      width: 23px;
      height: 19px; }

  /* sec03 */
  #sec03 .txt_area {
    padding: 20px 20px 30px; }
    #sec03 .txt_area .title {
      font-size: 2rem; }
  #sec03 .col_block {
    margin-top: 20px; }
    #sec03 .col_block + .txt_area {
      margin-top: 40px; }
    #sec03 .col_block .col:nth-of-type(2n) {
      margin-left: 0; }
    #sec03 .col_block .col:nth-of-type(n + 2) {
      margin-top: 20px; }
    #sec03 .col_block .img_box {
      height: 63px; }
      #sec03 .col_block .img_box img {
        height: 44px; }
        #sec03 .col_block .img_box img:nth-of-type(2) {
          height: 20px;
          margin: 0 5px; }
        #sec03 .col_block .img_box img:nth-of-type(3) {
          height: 63px;
          margin-right: 8px; }
    #sec03 .col_block .txt_box {
      height: auto;
      margin-top: 15px; }
      #sec03 .col_block .txt_box::before {
        border-width: 0 4px 10px 4px;
        top: -10px; }
    #sec03 .col_block dl {
      border: 1px solid #f25911;
      border-radius: 5px; }
    #sec03 .col_block dt {
      font-size: 1.6rem;
      padding: 20px; }
    #sec03 .col_block dd {
      padding: 20px; }

  /* sec04 */
  .flow_list dl {
    border: 1px solid #f25911;
    border-radius: 5px; }
    .flow_list dl + dl {
      margin-top: 10px; }
  .flow_list dt {
    min-width: 55px;
    font-size: 1.6rem; }
    .flow_list dt span {
      font-size: 1.3rem; }
  .flow_list dd {
    padding: 15px 15px 10px; }
    .flow_list dd span {
      font-size: 1.6rem;
      margin-bottom: 5px; }

  /* sec05 */
  #sec05 .inner {
    padding: 20px; }
  #sec05 .txt_area {
    border-bottom: 1px solid #c19f12;
    padding-bottom: 1em; }
    #sec05 .txt_area:after {
      width: 31px;
      height: 39px; }
  #sec05 .txt_large {
    line-height: 1;
    margin-bottom: 15px; }
  #sec05 .img_area {
    margin: 20px auto 0; }
    #sec05 .img_area dl {
      width: 60px; }
      #sec05 .img_area dl + dl {
        margin-left: 70px; }
        #sec05 .img_area dl + dl:before {
          width: 25px;
          height: 11px;
          top: 23px;
          left: -48px; }
    #sec05 .img_area dd {
      margin-top: 10px; }
  #sec05 .btn {
    margin-top: 35px; }

  /* sec06 */
  .qa_block {
    padding: 20px 20px 25px; }
    .qa_block + .qa_block {
      margin-top: 10px; }
    .qa_block .title {
      font-size: 1.8rem; }

  .qa_list li {
    width: calc((450 / 800) * 100vw);
    margin: 10px auto 0; }
    .qa_list li:before {
      top: 10px; }
    .qa_list li p {
      padding: 15px 10px; }
      .qa_list li p:before {
        border-width: 3px 0;
        top: 25px; }
      .qa_list li p:after {
        border-width: 2px 0;
        top: 26px; }
    .qa_list li:nth-of-type(1):before {
      width: 29px;
      height: 38px;
      left: -44px; }
    .qa_list li:nth-of-type(1) p {
      border: 1px solid #009e96; }
      .qa_list li:nth-of-type(1) p:before {
        border-right-width: 8px;
        left: -8px; }
      .qa_list li:nth-of-type(1) p:after {
        border-right-width: 6px;
        left: -6px; }
    .qa_list li:nth-of-type(2):before {
      width: 30px;
      height: 38px;
      right: -45px; }
    .qa_list li:nth-of-type(2) p {
      border: 1px solid #f25911; }
      .qa_list li:nth-of-type(2) p:before {
        border-left-width: 8px;
        right: -8px; }
      .qa_list li:nth-of-type(2) p:after {
        border-left-width: 6px;
        right: -6px; }

  .note_list {
    padding: 20px; }
    .note_list li + li {
      margin-top: 0.3em; }

  /* sec07 */
  #sec07 .inner_cont {
    padding-bottom: 50px; }

  .form_area {
    padding: 20px; }
    .form_area .btn_contact {
      margin: 40px auto 0; }
      .form_area .btn_contact button {
        border-radius: 5px;
        height: 60px;
        font-size: 1.7rem; }
    .form_area .txt {
      margin-top: 20px; }

  .form_goup label {
    min-width: 0;
    width: 100%;
    margin: 0 0 5px; }
  .form_goup input,
  .form_goup textarea {
    font-size: 1.5rem;
    padding: 5px 15px; }
  .form_goup .short_box {
    max-width: 100%; }
  .form_goup textarea {
    min-height: 70px; }
  .form_goup.privacy_check {
    padding: 20px 10px; }
    .form_goup.privacy_check a {
      font-size: 1.5rem;
      letter-spacing: 0;
      margin-bottom: 20px; }
      .form_goup.privacy_check a:hover {
        pointer-events: none; }
    .form_goup.privacy_check input {
      margin: 0 10px 2px 0; }
  .form_goup.nda_conclusion {
    padding: 20px; }
    .form_goup.nda_conclusion .title {
      font-size: 1.6rem;
      margin-bottom: 20px; }

  /* footer */
  .fix_btn .txt_box:before {
    width: 44px;
    height: 77px;
    bottom: 0;
    left: 45px; }
  .fix_btn a {
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 1.5rem;
    padding: 15px 10px; }

  .footer_area .inner {
    padding: 30px 20px; }

  .info_block {
    line-height: 1.3;
    text-align: left; }
    .info_block ul {
      margin-top: 30px; }
      .info_block ul li + li {
        margin-top: 10px; }

  .link_area {
    padding: 15px 0; }

  /*.copyright */
  .copyright {
    line-height: 1.3;
    padding: 15px 0; }

  /*----------
     mail
  ----------*/
  #contact_page .wrapper {
    padding-top: 0; }

  #contact_page header {
    position: inherit; }

  .btn_submit {
    background-color: #f25911;
    border: none;
    border-radius: 5px;
    width: 80%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 15px; }

  .btn_back {
    background-color: #999999;
    border: none;
    border-radius: 5px;
    width: 80%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 30px; } }
