@charset "UTF-8";
/* 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, 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;
}

html {
  height: 100%;
}

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;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #404040;
  background-color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 2;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  opacity: 0.8;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
main {
  position: relative;
  display: block;
  overflow: hidden;
}
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
.u-keycolor {
  color: #F7C600;
}

.u-subcolor {
  color: #3E525E;
}

.u-red {
  color: #FF0000;
}

.u-bg-orange {
  background-color: #F7C600;
}

.u-bg-gray {
  background-color: #808080;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.u-fwb {
  font-weight: bold;
}

.u-requier {
  color: #ff0000;
}

.u-marker-red {
  display: inline-block;
  padding: 0;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
}

/*******************************
*　common
********************************/
/* コンテンツ幅 */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}

@media screen and (min-width: 769px) and (max-width: 1335px) {
  .inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 4%;
    width: 100%;
    max-width: 100%;
  }
}
.c-ttl01 {
  position: relative;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 4rem;
  line-height: 1.27;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-ttl01 {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
}
.c-ttl01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 210px;
  height: 7px;
  background: url(../img/ttl_under.png) no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .c-ttl01:after {
    width: 120px;
    height: 3px;
  }
}

.c-ttl02 {
  font-size: 3rem;
  line-height: 1.9;
  font-weight: bold;
  color: #3E525E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-ttl02 {
    font-size: 1.5rem;
    line-height: 1.66;
  }
}
.c-ttl02::before {
  content: "●";
  display: inline-block;
  color: #F7C600;
}

.c-btn01 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #3E525E;
  border: 2px solid #3E525E;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  width: 280px;
  height: 50px;
  text-align: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 11px;
    width: 140px;
    height: 25px;
  }
}
.c-btn01:hover, .c-btn01:active, .c-btn01:focus {
  color: #3E525E;
  background-color: #F7C600;
  border: 2px solid #F7C600;
}

/**********************************
* header
********************************/
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 0 2.45%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .inner {
    padding: 0 4%;
    max-width: 100%;
  }
}
.header .header-logo {
  width: 8.2%;
  max-width: 84px;
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    padding-left: 0;
    width: 58px;
  }
}
.header .header-logo a {
  display: block;
}
.header .header-logo img {
  vertical-align: middle;
}
.header .c-menu-pc {
  display: flex;
  height: 100%;
}
.header .c-menu-pc .menu-list {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  height: inherit;
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .header .c-menu-pc .menu-list {
    font-size: 0.95vw;
  }
}
.header .c-menu-pc .menu-list li {
  height: inherit;
}
.header .c-menu-pc .menu-list a {
  display: flex;
  align-items: center;
  padding: 0 1.5em;
  height: inherit;
}
.header .c-menu-pc .contact-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 80px;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  background-color: #F7C600;
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .header .c-menu-pc .contact-box a {
    font-size: 1.68vw;
    padding: 0 1em;
    width: 100%;
  }
}
.header .c-menu-pc .contact-box a span {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.header .c-menu-pc .contact-box span::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon_mail_w.png) no-repeat center/contain;
}
.header .c-menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .c-menu-pc {
    display: none;
  }
  .header .c-menu-sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 90px;
  }
  .header .c-menu-sp .menu-list {
    margin-top: 48px;
    display: block;
    width: 100%;
    padding: 0 6.5%;
  }
  .header .c-menu-sp .menu-list li {
    width: 100%;
    border-bottom: 1px solid #E5E5E3;
  }
  .header .c-menu-sp .menu-list li:not(:first-child) {
    margin-top: 18px;
  }
  .header .c-menu-sp .menu-list a {
    position: relative;
    display: block;
    font-weight: bold;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: bold;
    text-align: left;
    color: #4D4D4D;
  }
  .header .c-menu-sp .menu-list a:hover, .header .c-menu-sp .menu-list a:active, .header .c-menu-sp .menu-list a:focus {
    color: #F7C600;
  }
  .header .btn-sp-contact {
    margin-top: 28px;
  }
  .header .btn-sp-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 200px;
    height: 67px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #F7C600;
    border-radius: 68px;
    text-align: center;
  }
  .header .btn-sp-contact a span {
    display: inline-block;
    position: relative;
    padding-left: 3em;
    margin-left: -1.5em;
  }
  .header .btn-sp-contact span::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/icon_mail_w.png) no-repeat center/contain;
  }
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    padding: 0px;
    height: 50px;
    -webkit-backface-visibility: hidden;
  }

  .header .bg-overlay {
    display: block;
    visibility: hidden;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
    transition-property: background-color, visibility;
  }

  .header.open .bg-overlay {
    display: block;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 50px;
    background-color: rgba(101, 60, 64, 0.1);
    width: 100vw;
    height: calc(100vh - 50px);
  }

  .header .c-menu-sp {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    color: #4D4D4D;
    text-align: center;
    width: calc(660 / 750 * 100%);
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: 0.5s ease-in-out;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .header.open .c-menu-sp {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .c-menu-sp .contact-box {
    width: 100%;
  }
  .c-menu-sp .contact-box .c-btn01 {
    margin: 10.5% auto 0;
  }
  .c-menu-sp .contact-box .c-btn01 a {
    width: 82.5%;
    max-width: 274px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .c-menu-sp .contact-box .c-btn01 a {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 102;
    border: 1px solid #F7C600;
    background-color: #F7C600;
  }
  .nav-toggle .c-btn-menu {
    position: relative;
  }
  .nav-toggle .bar {
    display: block;
    height: 2px;
    position: absolute;
    width: 27px;
    right: 10px;
    transition: all 0.5s;
    background: #fff;
  }
  .nav-toggle .bar:nth-child(1) {
    top: 14px;
  }
  .nav-toggle .bar:nth-child(2) {
    top: 22px;
  }
  .nav-toggle .bar:nth-child(3) {
    top: 30px;
  }

  .open .nav-toggle {
    position: fixed;
  }

  .open .nav-toggle .bar:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }

  .open .nav-toggle .bar:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open .nav-toggle .bar:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
/**********************************
* footer
********************************/
.footer {
  background-color: #fff;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .footer-top {
    height: 90px;
  }
}

.footer-logo {
  margin: 0 auto;
  width: 132px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: calc(132 / 750 * 100%);
  }
}

.c-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .c-copy {
    height: 25px;
  }
}
.c-copy span {
  display: inline-block;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .c-copy span {
    padding: 0;
    font-size: 1rem;
  }
}

/*********************************
* mv
*********************************/
.mv-wrap {
  position: relative;
  padding-top: calc(850 / 1366 * 100%);
  height: 0;
  background-image: url(../img/mv_pc.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .mv-wrap {
    padding-top: calc(801 / 750 * 100%);
    background-image: url(../img/mv_sp.jpg);
    min-height: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .mv-wrap .inner {
    padding: 0;
  }
}
.mv-ttl {
  position: absolute;
  top: 28%;
  right: 7.7%;
  width: 749px;
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .mv-ttl {
    width: calc(749 / 1366 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .mv-ttl {
    top: 33%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(549 / 750 * 100%);
  }
}

/***********************
* こんなお悩みはありませんか？
***********************/
.sec-intro {
  padding: 52px 0 168px;
}
@media screen and (max-width: 768px) {
  .sec-intro {
    padding: 18px 0 76px;
  }
}
.ttl-intro {
  text-align: center;
  font-size: 4rem;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl-intro {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.ttl-intro span {
  font-size: 1.25em;
}

.list-warry {
  position: relative;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .list-warry {
    margin-top: 18px;
  }
}
.list-warry::before {
  content: "";
  display: block;
  width: 100%;
  padding: 25.4%;
  height: 0;
}
@media screen and (max-width: 768px) {
  .list-warry::before {
    padding-top: 88%;
  }
}
.list-warry::after {
  content: "";
  position: absolute;
  bottom: -80px;
  display: block;
  width: 100%;
  padding: calc(33 / 1024 * 100%);
  height: 0;
  background: url(../img/red_balloon.png) no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .list-warry::after {
    bottom: -28px;
    padding: calc(26 / 690 * 100%);
    background: url(../img/red_balloon_sp.png) no-repeat center bottom/contain;
  }
}

.warry {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3% 4% 4.2%;
  width: calc(510 / 1024 * 100%);
  text-align: center;
  font-size: 3rem;
  line-height: 1.56;
  font-weight: bold;
  color: #fff;
  background: url(../img/warry01.png) no-repeat top center/contain;
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .warry {
    font-size: 2.19vw;
    background: url(../img/warry01_sp.png) no-repeat top center/contain;
  }
}
@media screen and (max-width: 768px) {
  .warry {
    padding: 5% 4% 7%;
    font-size: 3.33vw;
    width: calc(450 / 690 * 100%);
  }
}
.warry::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 768px) {
  .warry.warry01 {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
}
.warry.warry02 {
  padding: 4% 4% 6%;
  top: 50px;
  left: auto;
  right: 0;
  background: url(../img/warry02.png) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .warry.warry02 {
    padding: 6% 4% 7%;
    top: 20%;
    bottom: auto;
    left: auto;
    right: 0;
    background: url(../img/warry02_sp.png) no-repeat top center/contain;
  }
}
.warry.warry03 {
  padding: 3% 4%;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: calc(396 / 1024 * 100%);
  background: url(../img/warry03.png) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .warry.warry03 {
    padding: 4%;
    top: 41%;
    bottom: auto;
    left: 13%;
    right: auto;
    width: calc(400 / 690 * 100%);
    background: url(../img/warry03_sp.png) no-repeat top center/contain;
  }
}
.warry.warry04 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 42px;
  width: calc(356 / 1024 * 100%);
  background: url(../img/warry04.png) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .warry.warry04 {
    padding: 6% 4% 7%;
    top: 60%;
    bottom: auto;
    left: auto;
    right: 13%;
    width: calc(400 / 690 * 100%);
    background: url(../img/warry04_sp.png) no-repeat top center/contain;
  }
}

.img-warry {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(240 / 1024 * 100%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .img-warry {
    position: relative;
    width: calc(206 / 690 * 100%);
  }
}

/***********************
* カレーのプロにおまかせください！　
***********************/
.sec-omakase {
  position: relative;
  padding-top: 418px;
  padding-bottom: 120px;
  background: #fff url(../img/bg_omakase.jpg) no-repeat top center/contain;
}
@media screen and (max-width: 768px) {
  .sec-omakase {
    padding-top: 106px;
    padding-bottom: 52px;
    background: #fff url(../img/bg_omakase_sp.jpg) no-repeat top center/contain;
  }
}

.sec-omakase::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(39 / 1366 * 100%);
  background: url(../img/wave_top.png) no-repeat bottom left;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .sec-omakase::after {
    padding-top: calc(22 / 750 * 100%);
    background: url(../img/wave_top_sp.png) no-repeat bottom left;
    background-size: 100%;
  }
}

.ttl-omakase {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  padding: 0.65em;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #F7C600;
  border-radius: 58px;
  text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.3);
  width: calc(918 / 1366 * 100%);
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .ttl-omakase {
    font-size: 3.66vw;
  }
}
@media screen and (max-width: 768px) {
  .ttl-omakase {
    padding: 0.4em 0.6em;
    top: -22px;
    font-size: 1.8rem;
    line-height: 1.45;
    width: 92%;
  }
}

.box-thought {
  padding: 70px 0 125px;
  background-color: #fff;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .box-thought {
    padding: 34px 0 30px;
  }
}

.img-thought-wrap {
  margin-top: 156px;
  position: relative;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .img-thought-wrap {
    margin-top: 44px;
  }
}
.img-thought-wrap .img-thought01 {
  position: relative;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .img-thought-wrap .img-thought01 {
    top: -27px;
  }
}
.txt-thought {
  margin: 30px auto 0;
  width: 87.89%;
  font-size: 1.5rem;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .txt-thought {
    margin: 15px auto 0;
    width: 74%;
    font-size: 1.1rem;
    line-height: 2.04;
  }
}

.ttl-thought02 {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .ttl-thought02 {
    margin-top: 33px;
  }
}

.point-list {
  margin: 82px auto 0;
  width: 87.89%;
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .point-list {
    margin: 21px auto 0;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.point-list li {
  margin-top: 42px;
  margin-left: 36px;
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .point-list li {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    padding-left: 0;
    text-align: center;
  }
}
.point-list li:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .point-list li:not(:first-child) {
    margin-top: 32px;
    line-height: 1.5;
  }
}
.point-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 86px;
  height: 30px;
  background: url(../img/point01.png) no-repeat center left/contain;
}
@media screen and (max-width: 768px) {
  .point-list li::before {
    position: static;
    width: 43px;
    height: 15px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.point-list li:nth-child(2)::before {
  background-image: url(../img/point02.png);
}
.point-list li:nth-child(3)::before {
  background-image: url(../img/point03.png);
}
.point-list li:nth-child(4)::before {
  background-image: url(../img/point04.png);
}

/***********************
* 売れるメニューを簡単に追加できます！　
***********************/
.sec-case {
  padding: 44px 0 156px;
  background-color: #F7C600;
}
@media screen and (max-width: 768px) {
  .sec-case {
    padding: 35px 0 50px;
  }
}

.case-wrap {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .case-wrap {
    margin-top: 38px;
  }
}

.case-box:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .case-box:not(:first-child) {
    margin-top: 54px;
  }
}

.case-ttl-wrap {
  position: relative;
}

.case-num {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 180px;
  height: 50px;
  font-size: 2rem;
  line-height: 2.65;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #FF0000;
  border-radius: 25px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .case-num {
    top: -14px;
    left: 25px;
    width: 90px;
    height: 25px;
    font-size: 1rem;
    line-height: 2.65;
  }
}
.case-num span {
  font-size: 3.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .case-num span {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}

.case-ttl {
  position: relative;
  display: block;
  padding: 7px 10px;
  width: 100%;
  color: #0E2736;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.27;
  font-weight: bold;
  background: #FFF;
  border: solid 5px #0E2736;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .case-ttl {
    padding: 11px 10px;
    font-size: 1.2rem;
    line-height: 2.84;
    border: solid 2px #0E2736;
  }
}
.case-ttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #FFF transparent transparent transparent;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .case-ttl::before {
    bottom: -10px;
    border-width: 15px 7.5px 0 7.5px;
  }
}
.case-ttl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 15px;
  border-color: #0E2736 transparent transparent transparent;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .case-ttl::after {
    bottom: -15px;
    border-width: 15px 7.5px 0 7.5px;
  }
}
.case-ttl .case-dt {
  display: inline-block;
}
.case-ttl .case-dd {
  display: inline-block;
  margin-left: 3em;
}

.case-contents {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .case-contents {
    margin-top: 22px;
    flex-direction: column;
  }
}
.case-contents .thumb {
  width: calc(540 / 1024 * 100%);
}
@media screen and (max-width: 768px) {
  .case-contents .thumb {
    width: 100%;
  }
}
.case-contents .detail {
  padding: 40px 0;
  width: calc(445 / 1024 * 100%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .case-contents .detail {
    margin-top: 10px;
    padding: 24px 0 16px;
    width: 100%;
  }
}
.case-contents .detail .txt {
  margin: 50px auto 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  width: calc(350 / 445 * 100%);
}
@media screen and (max-width: 768px) {
  .case-contents .detail .txt {
    margin: 8px auto 0;
    font-size: 1.1rem;
    line-height: 2.5;
  }
}
.case-contents .case-menu-ttl {
  margin: 0 auto;
  padding: 0.5em 0;
  width: 280px;
  color: #fff;
  background-color: #0E2736;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case-contents .case-menu-ttl {
    width: 150px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.case-contents .case-menu-ttl span {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .case-contents .case-menu-ttl span {
    font-size: 1.1rem;
  }
}
.case-contents .detail-thumb {
  margin: 42px auto 0;
  width: calc(350 / 445 * 100%);
}
@media screen and (max-width: 768px) {
  .case-contents .detail-thumb {
    margin: 10px auto 0;
    width: 74%;
  }
}

.case-wrap + .c-ttl01 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .case-wrap + .c-ttl01 {
    margin-top: 32px;
  }
}

.arrange-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .arrange-list {
    margin-top: 25px;
  }
}
.arrange-list li {
  margin-left: calc(12 / 1024 * 100%);
  width: calc(332 / 1024 * 100%);
}
.arrange-list li:nth-child(3n+1) {
  margin-left: 0;
}
.arrange-list li:nth-child(n+4) {
  margin-top: calc(12 / 1024 * 100%);
}

/***********************
* こんな方におすすめです！　
***********************/
.sec-osusume {
  padding: 50px 0 80px;
  background: url(../img/bg_osusume.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .sec-osusume {
    padding: 32px 0 45px;
  }
}
.sec-osusume .c-ttl01 {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.osusume-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: calc(800 / 1024* 100%);
}
@media screen and (max-width: 768px) {
  .osusume-list-wrap {
    margin: 5px auto 0;
    width: 100%;
  }
}
.osusume-list-wrap .osusume {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(250 / 800 * 100%);
  font-size: 2.2rem;
  line-height: 2.04;
  font-weight: bold;
  background: #fff;
  border: 5px solid #F7C600;
  border-radius: 50%;
  margin-left: calc(25 / 800* 100%);
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .osusume-list-wrap .osusume {
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 768px) {
  .osusume-list-wrap .osusume {
    margin-left: calc(22 / 690 * 100%);
    width: calc(215 / 690 * 100%);
    font-size: 2.66vw;
    border: 2px solid #F7C600;
  }
}
.osusume-list-wrap .osusume:nth-child(1), .osusume-list-wrap .osusume:nth-child(4) {
  margin-left: 0;
}
.osusume-list-wrap .osusume:nth-child(4), .osusume-list-wrap .osusume:nth-child(5) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .osusume-list-wrap .osusume:nth-child(4), .osusume-list-wrap .osusume:nth-child(5) {
    margin-top: 0;
  }
}
.osusume-list-wrap .osusume::before {
  content: "";
  padding-top: 100%;
  width: 100%;
}
.osusume-list-wrap .osusume p {
  position: absolute;
}

/***********************
* このサービスで実現できるメリット
***********************/
.sec-merit {
  padding: 100px 0 156px;
}
@media screen and (max-width: 768px) {
  .sec-merit {
    padding: 28px 0 44px;
  }
}

.merit-box-wrap {
  padding: 20px 0 110px;
  background-color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .merit-box-wrap {
    padding: 20px 0 32px;
    border-radius: 25px;
  }
}
.merit-box-wrap .c-ttl01 span {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .merit-box-wrap .c-ttl01 span {
    font-size: 2.5rem;
  }
}

.merit-box {
  margin: 30px auto 0;
  width: calc(800 / 1024 * 100%);
}
@media screen and (max-width: 768px) {
  .merit-box {
    margin: 24px auto 0;
    width: calc(590 / 690 * 100%);
  }
}
.merit-box .txt {
  margin-top: -6px;
  font-size: 1.9rem;
  line-height: 2.36;
}
@media screen and (max-width: 768px) {
  .merit-box .txt {
    margin: 14px auto 0;
    font-size: 1.1rem;
    line-height: 2.04;
    width: 86%;
  }
}
.merit-box.merit-box02 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .merit-box.merit-box02 {
    margin-top: 48px;
  }
}
.merit-box.merit-box03 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .merit-box.merit-box03 {
    margin-top: 54px;
  }
}

.ttl-paste-wrap {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-paste-wrap {
    margin: 34px auto 0;
  }
}

.ttl-paste {
  margin: 0 auto 0;
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: bold;
  color: #4D4D4D;
  border: 3px solid #ff0000;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .ttl-paste {
    font-size: 1.2rem;
    line-height: 2.27;
    width: 125px;
    border: 2px solid #ff0000;
    border-radius: 30px;
  }
}
.ttl-paste span {
  display: block;
}

.paste-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .paste-list {
    font-size: 1.46vw;
  }
}
@media screen and (max-width: 768px) {
  .paste-list {
    margin-top: 21px;
    line-height: 1.5;
    font-size: 12px;
  }
}
.paste-list .paste {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 158px;
  height: 133px;
  padding-left: 25px;
  background-color: #F7C600;
}
@media screen and (max-width: 768px) {
  .paste-list .paste {
    justify-content: center;
    padding-left: 0px;
    width: 63px;
    height: 112px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
.paste-list .paste:not(:first-child) {
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  .paste-list .paste:not(:first-child) {
    margin-left: 12px;
  }
}
.paste-list .paste::after {
  content: "";
  position: absolute;
  right: -25px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 66.5px 0 66.5px 25px;
  border-color: transparent transparent transparent #F7C600;
}
@media screen and (max-width: 768px) {
  .paste-list .paste::after {
    right: -10px;
    border-width: 56px 0 56px 10px;
  }
}
.paste-list .paste::before {
  content: "";
  padding-top: calc(133 /158 * 100%);
  width: 100%;
}
.paste-list .paste p {
  position: absolute;
}
.paste-list .paste:nth-child(2) {
  background-color: #F7AC00;
}
.paste-list .paste:nth-child(2)::after {
  border-color: transparent transparent transparent #F7AC00;
}
.paste-list .paste:nth-child(3) {
  background-color: #F78E00;
}
.paste-list .paste:nth-child(3)::after {
  border-color: transparent transparent transparent #F78E00;
}
.paste-list .paste:nth-child(4) {
  background-color: #F77000;
}
.paste-list .paste:nth-child(4)::after {
  border-color: transparent transparent transparent #F77000;
}

.thumb-merit01 {
  margin: 0 auto;
  width: calc(825 / 800 * 100%);
}
@media screen and (max-width: 768px) {
  .thumb-merit01 {
    margin-top: 29px;
    width: 69.8%;
  }
}

.thumb-merit03 {
  margin: 50px auto 0;
  width: calc(700 /800 * 100%);
}
@media screen and (max-width: 768px) {
  .thumb-merit03 {
    margin: 25px auto 0;
    width: 100%;
  }
}

.menupic-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .menupic-list {
    margin-top: 18px;
  }
}
.menupic-list li {
  width: 33.3%;
}
.menupic-list + .txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .menupic-list + .txt {
    margin-top: 10px;
  }
}

/***********************
* 導入までの流れ
***********************/
.sec-flow {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec-flow {
    padding: 28px 0 20px;
  }
}
.sec-flow .c-ttl01 {
  font-size: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec-flow .c-ttl01 {
    font-size: 17px;
  }
}

.flowlist {
  margin: 32px auto 0;
  width: calc(800 / 1024 * 100%);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flowlist {
    margin: 18px auto 0;
    width: 100%;
  }
}
.flowlist dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  width: 200px;
  min-height: 150px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #F7C600;
  border-radius: 30px 0px 0px 30px;
}
@media screen and (max-width: 768px) {
  .flowlist dt {
    margin-top: 10px;
    min-height: 90px;
    font-size: 1rem;
    width: calc(172 / 690 * 100%);
    border-radius: 15px 0px 0px 15px;
  }
}
.flowlist dt .icon {
  display: block;
  margin: 0 auto;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .flowlist dt .icon {
    width: 34px;
  }
}
.flowlist dt:first-of-type {
  margin-top: 0;
}
.flowlist dd {
  margin-top: 30px;
  padding: 1.5em 2.5em;
  width: calc(100% - 200px);
  min-height: 150px;
  background: #F7F7F7;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .flowlist dd {
    margin-top: 10px;
    padding: 0.5em 1.5em;
    width: calc(517 / 690 * 100%);
    min-height: 90px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.flowlist dd:first-of-type {
  margin-top: 0;
}
.flowlist dd:nth-of-type(4) {
  display: flex;
  align-items: center;
}
.flowlist dd ul {
  margin-left: 1em;
}

.btn-mail {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .btn-mail {
    margin-top: 6px;
  }
}

/***********************
* 導入事例・お客様の声
***********************/
.sec-voice {
  padding: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .sec-voice {
    padding: 8px 0 10px;
  }
}
.sec-voice .c-ttl01 {
  font-size: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec-voice .c-ttl01 {
    font-size: 17px;
  }
}

.voice-wrap {
  margin: 30px auto 0;
  width: calc(800 / 1024 * 100%);
}
@media screen and (max-width: 768px) {
  .voice-wrap {
    margin: 18px auto 0;
    width: 100%;
  }
}

.voice {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .voice {
    flex-direction: column-reverse;
  }
}
.voice:nth-child(2n) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .voice:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.voice:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .voice:nth-child(n+2) {
    margin-top: 12px;
  }
}
.voice .thumb {
  width: calc(370 / 800 * 100%);
}
@media screen and (max-width: 768px) {
  .voice .thumb {
    width: 100%;
  }
}
.voice .detail {
  background: #F7F7F7;
  width: calc(370 / 800 * 100%);
}
@media screen and (max-width: 768px) {
  .voice .detail {
    width: 100%;
  }
}
.voice .voice-name {
  padding-top: 25px;
  color: #3E525E;
  background: #fff;
  font-size: 3rem;
  line-height: 1.16;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice .voice-name {
    padding-top: 14px;
    font-size: 1.5rem;
  }
}
.voice .voice-name span {
  display: block;
  font-size: 2rem;
  line-height: 2.85;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice .voice-name span {
    font-size: 1rem;
  }
}
.voice .voice-comment {
  padding: 40px 40px 20px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .voice .voice-comment {
    padding: 18px 46px 18px;
    font-size: 1.1rem;
  }
}

/***********************
* こんな所に導入されています
***********************/
.sec-use {
  position: relative;
  padding: 30px 0 192px;
}
@media screen and (max-width: 768px) {
  .sec-use {
    padding: 12px 0 52px;
  }
}
.sec-use::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: calc(39 / 1366 * 100%);
  background: url(../img/wave_top.png) no-repeat bottom left;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .sec-use::after {
    padding-top: calc(22 / 750 * 100%);
    background: url(../img/wave_top_sp.png) no-repeat bottom left;
    background-size: 100%;
  }
}

.use-list {
  display: flex;
  flex-wrap: wrap;
  color: #3E525E;
}
.use-list .use {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: calc(68 / 1024 * 100%);
  width: calc(150 / 1024 * 100%);
  background-color: #F7C600;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1335px) {
  .use-list .use {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  .use-list .use {
    margin-top: 16px;
    font-size: 2.66vw;
  }
}
.use-list .use:nth-child(5n+1) {
  margin-left: 0;
}
.use-list .use:nth-child(n+6) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .use-list .use:nth-child(n+6) {
    margin-top: 8px;
  }
}
.use-list .use:nth-child(7) {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .use-list .use:nth-child(9) p, .use-list .use:nth-child(10) p {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.use-list .use::before {
  content: "";
  padding-top: 100%;
  width: 100%;
}
.use-list .use p {
  position: absolute;
}

.use-ttl {
  padding-bottom: 125px;
  color: #3E525E;
  font-size: 3rem;
  line-height: 1.9;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: url(../img/balloon_white.png) no-repeat bottom center/cover;
}
@media screen and (max-width: 768px) {
  .use-ttl {
    padding-bottom: calc(60 / 750 * 100%);
    font-size: 15px;
  }
}

/***********************
* お問い合わせ
************************/
.sec-contact {
  padding: 75px 0 60px;
}
@media screen and (max-width: 768px) {
  .sec-contact {
    padding: 38px 0 42px;
  }
}

.contactform {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactform {
    margin-top: 25px;
  }
}
.contactform tr {
  border-bottom: solid 1px #C9C9C9;
}
.contactform tr:first-child {
  border-top: solid 1px #C9C9C9;
}
.contactform th {
  padding: 1em 4em 1em 2em;
  border-left: solid 1px #C9C9C9;
  width: 280px;
  vertical-align: middle;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .contactform th {
    display: block;
    border-right: solid 1px #C9C9C9;
    border-bottom: solid 1px #C9C9C9;
    padding: 0.7em 3em 0.7em 3em;
    width: 100%;
    font-size: 1.5rem;
  }
}
.contactform td {
  border-right: solid 1px #C9C9C9;
  border-left: solid 1px #C9C9C9;
  padding: 1em 3em 1em 0;
  vertical-align: middle;
  background-color: #fff;
  width: calc(100% -280px);
}
@media screen and (max-width: 768px) {
  .contactform td {
    display: block;
    padding: 0.5em 0.5em;
    width: 100%;
  }
}

.contactform .required span {
  position: relative;
  display: block;
}
.contactform .required span::before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  padding: 0.5em 1.2em;
  color: #3E525E;
  background-color: #F7C600;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contactform .required span::before {
    right: 0;
    padding: 0.3em 0.5em;
    font-size: 1.5rem;
  }
}

.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=tel],
.contactform select,
.contactform textarea {
  display: block;
  margin: 0 auto;
  width: calc(680 / 744 * 100%);
  padding: 1em 1em;
  background: #EFEFEF;
  border: 1px solid #EFEFEF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .contactform input[type=text],
.contactform input[type=email],
.contactform input[type=tel],
.contactform select,
.contactform textarea {
    font-size: 1.6rem;
    padding: 0.5em 1em;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contactform .td-reason {
    padding: 1em 0.5em;
  }
  .contactform .td-reason textarea {
    height: 12em;
    line-height: 1.5em;
  }
  .contactform .td-question {
    padding: 1em 0.5em;
  }
  .contactform .td-question textarea {
    height: 12em;
    line-height: 1.5em;
  }
}
.contactform .check-group {
  margin: 0 auto;
  width: calc(680 / 744 * 100%);
}
@media screen and (max-width: 768px) {
  .contactform .check-group {
    width: 60%;
  }
}

.policy-wrap {
  margin: 30px auto 0;
  padding: 20px 4% 10px;
  width: calc(780 / 1024 * 100%);
  height: 302px;
  overflow: auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .policy-wrap {
    margin-top: 22px;
    padding: 14px 6% 10px;
    width: 100%;
    height: 150px;
  }
}
.policy-wrap h3 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}
.policy-wrap h3 + .policy-txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .policy-wrap h3 {
    font-size: 1.2rem;
    line-height: 1.36;
  }
  .policy-wrap h3 + .policy-txt {
    margin-top: 1em;
  }
}

.policy-ttl {
  font-size: 1.5rem;
  line-height: 2.33;
}
@media screen and (max-width: 768px) {
  .policy-ttl {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.policy-txt {
  font-size: 1.5rem;
  line-height: 2.33;
}
@media screen and (max-width: 768px) {
  .policy-txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.policy-txt + .policy-ttl {
  margin-top: 2em;
}

.agree-txt {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.33;
}
@media screen and (max-width: 768px) {
  .agree-txt {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.sec-contact .btn-area {
  margin: 32px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-contact .btn-area {
    margin-top: 12px;
  }
}

input[type=submit].c-btn03,
input[type=button].c-btn03 {
  display: inline-block;
  padding: 0.5em;
  width: 350px;
  text-align: center;
  color: #fff;
  background: #3E525E;
  border: 2px solid #3E525E;
  font-size: 3.5rem;
  line-height: 1.67;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  input[type=submit].c-btn03,
input[type=button].c-btn03 {
    font-size: 1.7rem;
    width: 175px;
  }
}
input[type=submit].c-btn03:hover, input[type=submit].c-btn03:active, input[type=submit].c-btn03:focus,
input[type=button].c-btn03:hover,
input[type=button].c-btn03:active,
input[type=button].c-btn03:focus {
  color: #3E525E;
  background: #fff;
  border: 2px solid #3E525E;
  font-size: 3.5rem;
}

/***********************
* 会社概要
*************************/
.sec-company {
  padding: 75px 0 152px;
}
@media screen and (max-width: 768px) {
  .sec-company {
    padding: 28px 0 24px;
  }
}
.sec-company .c-ttl01 {
  font-size: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sec-company .c-ttl01 {
    font-size: 17px;
  }
}

.company-tbl {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .company-tbl {
    margin-top: 40px;
  }
}

.c-tbl01 {
  width: 100%;
}
.c-tbl01 tr {
  border-top: 1px solid #C6C8C7;
}
.c-tbl01 tr:last-child {
  border-bottom: 1px solid #C6C8C7;
}
.c-tbl01 th {
  padding: 2.13em 1.2em;
  text-align: left;
  background-color: #F3F3F4;
  font-size: 1.5rem;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .c-tbl01 th {
    padding: 1em 1em;
    width: calc(185 / 690 * 100%);
    font-size: 1.2rem;
  }
}
.c-tbl01 td {
  padding: 2.13em 1.2em;
  font-size: 1.5rem;
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .c-tbl01 td {
    padding: 1em 1em;
    width: calc(505 / 690 * 100%);
    font-size: 1.2rem;
  }
}

/***********************
* サイドメニュー
***********************/
.sidemenu {
  position: fixed;
  right: 25px;
  bottom: 18px;
}
@media screen and (max-width: 768px) {
  .sidemenu {
    right: 12px;
    bottom: 18px;
  }
}

.side-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  width: 95px;
  background: #F77000;
  color: #fff;
  border-radius: 47px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .side-contact a {
    height: 140px;
    width: 47px;
  }
}
.side-contact a span {
  position: relative;
  padding-top: 1.5em;
  font-size: 2.5rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .side-contact a span {
    padding-top: 1.5em;
    font-size: 1.2rem;
  }
}
.side-contact a span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/icon_mail_w.png) no-repeat center/contain;
}

.totop {
  margin-top: 20px;
}
.totop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background: #F77000;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 10;
  border-radius: 100%;
}
.totop span {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .totop {
    margin-top: 10px;
  }
  .totop a {
    width: 47px;
    height: 47px;
    font-size: 1.2rem;
  }
}
.error{
  color: #f00;
  padding: 0.5em 1em; 
}