@charset "UTF-8";
/* =reset.css
-------------------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: transparent;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th {
  text-align: left;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: inherit;
}

img, abbr, acronym, fieldset {
  border: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

hr, legend {
  display: none;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, select, textarea, button {
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea {
  font-size: 16px;
}

input[type=button], input[type=submit], input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit], input[type=button], button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

/* =Fonts family,size
-------------------------------------------------------------- */
html, body {
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  cursor: default;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #FFF;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
  }
}

strong, b {
  font-weight: 700;
}

/* =a style
-------------------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #000;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* header
--------------------------------------------- */
.l-head {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 4px 0 0;
  background-color: #FFF;
}
.l-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.l-head__logo {
  display: block;
  width: 270px;
}
.l-head__logo img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .l-head__inner {
    padding: 10px;
  }
  .l-head__logo {
    width: 209px;
    max-width: 50%;
  }
  .l-head__logo img {
    width: 100%;
  }
}
/* footer
--------------------------------------------- */
.l-foot {
  border-top: 1px solid #fcc800;
}
.l-foot__wrap {
  padding: 0 40px;
  background: #f5f5f5;
}
.l-foot__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.l-foot__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24.4px 0 25.8px;
}
.l-foot__logo {
  margin-right: 46.5px;
  padding-top: 33.31px;
  display: block;
  width: 261px;
  height: 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url("../images/logo_company.png") no-repeat 0 0;
  background-size: 100% auto;
}
.l-foot__logo:hover {
  opacity: 0.6;
}
.l-foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}
.l-foot__list li {
  display: block;
  font-weight: normal;
}
.l-foot__list li:not(:last-child) {
  border-right: 1px solid #ddd;
  line-height: 1;
  margin-right: 20px;
  padding-right: 20px;
}
.l-foot__list li a {
  text-decoration: underline;
}
.l-foot__list li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-foot__wrap {
    padding: 0 15px;
  }
  .l-foot__nav {
    padding: 24.8px 0 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-foot__logo {
    margin: 0 auto 20px;
    padding-top: 33.9px;
    width: 265.5px;
  }
  .l-foot__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-foot__list li {
    margin: 7px !important;
    padding: 0 !important;
    display: inline-block !important;
    width: auto !important;
    border: none !important;
  }
  .l-foot__list li a {
    text-decoration: underline;
  }
}

/* contents
----------------------------------- */
.l-contents {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contents a img {
    -webkit-transition: opacity 0.3s 0s;
    transition: opacity 0.3s 0s;
  }
  .l-contents a img:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/* kv
----------------------------------- */
.l-kv {
  margin: -103px 0 0;
}
@media screen and (min-width: 768px) {
  .l-kv {
    background: url("../images/fv_bg.jpg") rgba(255, 255, 255, 0) no-repeat 50% 50%;
    background-size: cover;
  }
}
.l-kv__ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
.l-kv__ttl img {
  margin: 0 auto;
  display: block;
}
.l-kv__img {
  margin: -110px auto 0;
  display: block;
  max-width: calc(100% - 150px);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-kv {
    margin-top: -9%;
  }
  .l-kv__img {
    margin-top: -7.5%;
  }
}
@media screen and (max-width: 767px) {
  .l-kv {
    margin-top: -3%;
  }
  .l-kv__ttl {
    max-width: 100%;
  }
  .l-kv__ttl img {
    width: 100%;
  }
  .l-kv__img {
    margin-top: -8.2%;
    max-width: 100%;
    width: 100%;
  }
}
/* wrapper
----------------------------------- */
.c-wrap {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  max-width: 1200px;
}
.c-wrap--middle {
  max-width: 1140px;
}

@media screen and (max-width: 767px) {
  .c-wrap {
    width: auto;
  }
}
/* nav
----------------------------------- */
.c-anchor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-anchor-nav__item {
  position: relative;
  width: calc(25% - 12.75px);
  text-align: center;
  background-color: #FFF;
  border: #CCC 1px solid;
  border-radius: 10px;
  -webkit-box-shadow: #000 0 0 5px;
          box-shadow: #000 0 0 5px;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}
.c-anchor-nav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url("../images/fv_icon_arrow.png") #f5f5f5 no-repeat 50% 50%;
  background-size: 31px auto;
  -webkit-transition: background-position 0.2s 0s;
  transition: background-position 0.2s 0s;
  border-radius: 0 0 10px 10px;
}
.c-anchor-nav__item:hover {
  background-color: #FFF9D6;
}
.c-anchor-nav__item:hover::after {
  background-position: 50% 70%;
}
.c-anchor-nav__icon {
  margin: -13% auto 0;
  display: block;
  width: 34.9%;
  opacity: 1 !important;
}
.c-anchor-nav__text {
  display: block;
  padding: 5% 10px 22%;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-anchor-nav__item::after {
    height: 4vw;
    background-size: 3vw auto;
  }
  .c-anchor-nav__text {
    padding: 3% 3% 25%;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-anchor-nav {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-anchor-nav__item {
    width: calc(50% - 5px);
  }
  .c-anchor-nav__item:nth-of-type(n+3) {
    margin-top: 8vw;
  }
  .c-anchor-nav__item::after {
    height: 8vw;
    background-size: 5vw auto;
  }
  .c-anchor-nav__text {
    padding: 5% 2% 25%;
    font-size: 4.5vw;
  }
}

/* cv
----------------------------------- */
.c-cv {
  padding: 44px 0 52px;
  background-color: #F5F5F5;
}
.l-kv + .c-cv {
  margin-top: -30px;
}
.c-cv__ttl {
  margin: 0 auto 1em;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.c-cv__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cv__btn {
  position: relative;
  margin: 0 20px;
  display: block;
  width: calc(50% - 10px);
  max-width: 560px;
  padding: 0.8em 3.5em;
  text-align: center;
  font-size: 25.6px;
  color: #000;
  border-radius: 50px;
  background-color: #DDD;
  -webkit-box-shadow: 0 0 6px #fff;
          box-shadow: 0 0 6px #fff;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.c-cv__btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.c-cv__btn::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 27%;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: url("../images/icon_button-arrow--white.png") no-repeat 0 0;
  background-size: contain;
}
.c-cv__btn span {
  display: inline-block;
}
.c-cv__btn--yl {
  background: url("../images/grade_yellow.png") rgba(255, 255, 255, 0) repeat 50% 50%;
  background-size: 1px 100%;
}
.c-cv__btn--yl::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1.9535em;
  height: 1.992em;
  background: url("../images/icon_button-smart-phone.png") rgba(255, 255, 255, 0) repeat 0 0;
  background-size: 100% 100%;
}
.c-cv__btn--bl {
  background: url("../images/grade_blue.png") rgba(255, 255, 255, 0) repeat 50% 50%;
  background-size: 1px 100%;
}
.c-cv__btn--bl::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2.031em;
  height: 2.149em;
  background: url("../images/icon_button-smart-light.png") rgba(255, 255, 255, 0) repeat 0 0;
  background-size: 100% 100%;
}
.c-cv__link {
  margin: 20px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.c-cv__link a {
  text-decoration: underline;
  color: #00affd;
}
.c-cv__link a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-cv {
    padding: 37px 10px;
  }
  .l-kv + .c-cv {
    margin: 5px 0 10px;
    padding: 20px 10px 37px;
  }
  .c-cv__ttl {
    margin-bottom: 0.4em;
    font-size: 4.6vw;
    line-height: 1.6;
  }
  .c-cv__area {
    display: block;
  }
  .c-cv__btn {
    margin: 4vw 0 0;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
}

/* sec-ttl
----------------------------------- */
.c-sec-ttl {
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  font-size: 3.375em;
}
.c-sec-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 195px;
  height: 5px;
  background-color: #ebebeb;
}
.c-sec-ttl__text {
  padding: 0 0 1em;
  text-align: center;
}
.c-sec-ttl__text mark {
  display: inline-block;
  color: #fd5f00;
}
.c-sec-ttl__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl {
    margin: 0 0 1.2em;
    font-size: 8vw;
  }
  .c-sec-ttl::after {
    width: 116px;
    height: 3px;
  }
}

/* faq
----------------------------------- */
.js-toggle-wrap .jsAc-contents {
  display: none;
}

.c-faq {
  margin: 120px 0 0;
  padding-bottom: 74px;
}
.c-faq-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 994px;
  width: calc(100% - 40px);
}
.c-faq__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  min-width: 0;
  line-height: 1.6;
}
.c-faq-item {
  margin-bottom: 20px;
  border: 2px solid #fcc800;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.c-faq-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.c-faq-item__head:hover {
  opacity: 0.6;
}
.c-faq-item__head::before {
  content: "Q";
  width: 52px;
  min-width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #fcc800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq-item__head .c-faq__txt {
  position: relative;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-faq-item__head .c-faq__txt::before, .c-faq-item__head .c-faq__txt::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 0;
  display: inline-block;
  border-top: 3px solid #333;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}
.c-faq-item__head .c-faq__txt::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-faq-item__head .c-faq__txt::after {
  margin-top: 1px;
}
.c-faq-item__head.is-open .c-faq__txt::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-faq-item__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
}
.c-faq-item__foot::before {
  content: "A";
  margin-top: 22px;
  min-width: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1;
  color: #59a2c2;
}
.c-faq-item__foot .c-faq__txt {
  padding: 25px 20px 22px 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-faq {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .c-faq-item__head::before {
    width: 42px;
    min-width: 42px;
    font-size: 1.4em;
  }
  .c-faq-item__head .c-faq__txt {
    font-size: 1em;
  }
  .c-faq-item__foot::before {
    margin-top: 18px;
    font-size: 1.4em;
  }
  .c-faq-item__foot .c-faq__txt {
    padding: 15px 15px 15px 0;
  }
}

/* text-link
----------------------------------- */
.c-text-link--blank::after {
  content: "";
  margin-left: 8.3px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  background: url("../images/blank.svg") no-repeat 0 0;
  background-size: 100% auto;
}

/* modal
----------------------------------- */
.remodal {
  padding: 0 !important;
}

.remodal-close {
  left: auto !important;
  right: 0px !important;
  background-color: #333 !important;
  width: 42px !important;
  height: 42px !important;
}
.remodal-close:before {
  color: #FFF !important;
  font-size: 3.2em !important;
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
}

.remodal-overlay {
  background-color: #2b2e38 !important;
}

.c-modal {
  width: 90vw;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  max-height: 80vh;
  -ms-overflow-y: auto;
  overflow-y: auto;
}

/* request
----------------------------------- */
.c-request {
  padding: 50px 10px 10px;
  font-weight: normal;
  color: #333;
}
.c-request__head {
  margin-bottom: 40px;
}
.c-request__ttl {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
.c-request .c-text-link {
  width: 100%;
  text-align: left;
}
.c-request .c-text-link--anchor {
  position: relative;
  margin: 2em 0 1.2em;
  display: inline-block;
  padding-left: 6vw;
  font-size: 3.6vw;
}
.c-request .c-text-link--anchor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.5vw;
  height: 3vw;
  width: 3vw;
  display: inline-block;
  border-left: 3px solid #59a2c2;
  border-bottom: 3px solid #59a2c2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 0;
}
.c-request__area-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #aaa;
  border-radius: 15px;
  overflow: hidden;
}
.c-request__area-group li {
  width: 33.33%;
  padding: 0.6em;
  display: block;
  text-align: center;
  font-size: 3.2vw;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  background-color: #FFF;
}
.c-request__area-group li:nth-of-type(3n) {
  border-right: none;
}
.c-request__area-group li:nth-of-type(7), .c-request__area-group li:nth-of-type(8), .c-request__area-group li:nth-of-type(9) {
  border-bottom: none;
}
.c-request__area-group li.is-current {
  background-color: #59A2C2;
  color: #FFF;
  font-weight: bold;
}
.c-request__btn {
  margin: 4vw 0 0;
  padding: 3vw 2vw 2.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ddd;
  border: 2px solid #ddd;
  cursor: default;
  border-radius: 50px;
}
.c-request__btn .icon {
  margin-right: 2.4vw;
  width: 8vw;
  display: inline-block;
  fill: #fff;
}
.c-request__btn .text {
  font-size: 3.8vw;
  font-weight: bold;
  color: #5C5C5C;
}
.c-request__btn:not([href=""]) {
  background-color: #fcc800;
  border-color: #FCC800;
}
.c-request__btn:not([href=""]) .icon {
  fill: #333;
}
.c-request__btn:not([href=""]) .text {
  color: #333;
}
.c-request__body {
  margin-top: 0px;
}
.c-request-table {
  line-height: 1.4;
}
.c-request-table__group {
  margin-top: 20px;
}
.c-request-table__ttl {
  padding: 0.4em;
  text-align: center;
  font-weight: bold;
  background-color: #eee;
}
.c-request-table__dsc {
  padding: 0.4em;
  text-align: left;
  font-size: 0.9em;
}
.c-request__foot {
  margin-top: 30px;
  padding: 20px 0 30px;
  text-align: left;
  border-top: 1px dashed #ccc;
}
.c-request__note {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 0.9em;
  color: #666;
}

/* price
----------------------------------- */
.p-price {
  margin: 120px 0 0;
}
.p-price__ttl {
  text-align: center;
}
.p-price__ttl .sub {
  display: block;
  font-size: 1.9em;
}
.p-price__ttl .main {
  margin: 0.55em 0 0;
  display: block;
  font-size: 2.75em;
}
.p-price__ttl .main em {
  font-size: 1.43em;
}
.p-price__ttl .main mark {
  color: #fd5f00;
}
.p-price__box {
  margin: 37px 0 0;
  padding: 50px 40px 36px;
  font-weight: bold;
  font-size: 16px;
  border: #EBEBEB 12px solid;
  border-radius: 30px;
}
.p-price__cap {
  text-align: center;
  font-size: 2.5em;
  color: #fd5f00;
}
.p-price__items {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-price__item {
  width: 33.33%;
  padding: 27px 0 30px;
}
.p-price__item--yl {
  background-color: #FBF6DC;
}
.p-price__item--bl {
  background-color: #e9f4f9;
}
.p-price__item--og {
  background-color: #fff3e8;
}
.p-price__item-ttl {
  padding: 0 0.6em;
  text-align: center;
  font-size: 2.14em;
  font-weight: bold;
  line-height: 1.2;
}
.p-price__item-ttl mark {
  color: #FD5F00;
}
.p-price__item-ttl small {
  font-size: 0.72em;
  font-weight: 500;
}
.p-price__item-img img {
  margin: 21px auto 5px;
  display: block;
  max-width: 100%;
}
.p-price__item-img .cap {
  margin: 0 auto;
  width: calc(100% - 20px);
  padding: 0.6em;
  text-align: center;
  font-size: 1.6em;
  color: #fd5f00;
  border: #EBEBEB 12px solid;
  border-radius: 100px;
  background-color: #FFF;
}
.p-price__item-img .cap mark {
  font-size: 1.3em;
}
.p-price__item-dtl {
  margin: 20px auto 0;
  width: calc(100% - 54px);
  text-align: center;
  font-size: 1.1em;
  border-top: 1px solid #000;
}
.p-price__item-dtl p {
  padding: 0.5em 0.2em 0.4em;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}
.p-price__item-dtl mark {
  display: inline-block;
  padding: 0 0.12em;
  font-size: 1.6em;
}
.p-price__item-dtl .plus {
  font-size: 1.4em;
}
.p-price__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5em 0 0;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
}
.p-price__note:first-of-type {
  margin: 0 2em 1em 0;
}
.p-price__note p, .p-price__note li {
  margin: 0;
}
.p-price__note li {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-price .c-cv {
  margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .p-price__ttl {
    font-size: 1.6vw;
  }
  .p-price__box {
    font-size: 1.4vw;
  }
  .p-price__item-img .cap {
    border-width: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-price {
    margin-top: 60px;
  }
  .p-price .c-wrap {
    width: calc(100% - 20px);
  }
  .p-price__ttl {
    font-size: 2.4vw;
  }
  .p-price__ttl .main {
    margin-top: 0.3em;
  }
  .p-price__box {
    margin-top: 4vw;
    padding: 6vw 4vw 6vw;
    font-size: 2.6vw;
    border-width: 4px;
    border-radius: 15px;
  }
  .p-price__cap {
    margin: 10px 0 30px;
    font-size: 28px;
  }
  .p-price__items {
    margin-top: 5vw;
    width: 750px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-price__item {
    width: 280px;
    padding-top: 2vw;
  }
  .p-price__item-ttl {
    padding: 20px 0 0;
    font-size: 24px;
  }
  .p-price__item-ttl small {
    display: inline-block;
  }
  .p-price__item-img {
    padding: 0 4vw;
  }
  .p-price__item-img img {
    margin: 21px auto 5px;
  }
  .p-price__item-img .cap {
    border-width: 4px;
    border-radius: 20px;
  }
  .p-price__item-dtl {
    font-size: 1.5em;
  }
  .p-price__notes {
    display: block;
    font-size: 10px;
  }
  .p-price__note:first-of-type {
    margin-right: 0;
  }
  .p-price__note p, .p-price__note li {
    margin: 0;
  }
  .p-price__note li {
    text-align: justify;
    text-justify: inter-ideograph;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .p-price .c-cv {
    margin-top: 60px;
  }
}

/* charm
----------------------------------- */
.p-charm {
  margin: 120px 0 0;
}
.p-charm__sec {
  margin: 120px 0 0;
}
.p-charm__sec--02 {
  margin-top: 105px;
  padding: 40px 0 60px;
}
.p-charm__sec--03 {
  margin-top: 110px;
}
.p-charm__ttl {
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-charm__ttl .icon {
  margin: 0 0.8em 0 0;
}
.p-charm__ttl .text {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  font-size: 3.375em;
}
.p-charm__ttl .text::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -0.2em;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #000000, #000000 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 7px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.p-charm__graph {
  margin-top: 50px;
}
.p-charm__graph .cap {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fd5f00;
}
.p-charm__graph .img {
  margin: 40px auto 0;
  display: block;
  max-width: 1200px;
  width: 100%;
}
.p-charm__graph .note {
  margin: 1em 0 0 2em;
  display: block;
  font-size: 1.25em;
}
.p-charm__rakuten {
  margin: 36px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-charm__rakuten .logo {
  margin-right: 2em;
}
.p-charm__rakuten .text {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: 2;
}
.p-charm__notes {
  margin: 60px 0 0;
  padding: 1em;
  font-size: 0.93em;
  line-height: 1.4;
  background-color: #FFF;
  border: 6px solid #EBEBEB;
}
.p-charm__notes p {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-charm__notes p:nth-of-type(n+2) {
  margin-top: 0.4em;
}
.p-charm__benefits {
  margin: 8px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-charm__benefits .icon {
  margin-right: 2em;
}
.p-charm__benefits .text {
  font-size: 1.125em;
  letter-spacing: 0.015em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-charm__ttl {
    font-size: 1.4vw;
  }
  .p-charm__ttl .icon {
    width: 10em;
  }
  .p-charm__rakuten .text {
    font-size: 2vw;
  }
  .p-charm__notes {
    font-size: 1.5vw;
  }
  .p-charm__benefits .text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-charm {
    margin-top: 60px;
  }
  .p-charm__sec {
    margin-top: 40px;
  }
  .p-charm__sec--02 {
    padding: 20px 0 0;
  }
  .p-charm__sec--03 {
    margin-top: 40px;
  }
  .p-charm__ttl {
    padding: 0 5px;
  }
  .p-charm__ttl .icon {
    width: 16vw;
  }
  .p-charm__ttl .text {
    font-size: 5.2vw;
  }
  .p-charm__ttl .text::after {
    background-image: linear-gradient(to right, #000000, #000000 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 5px);
    background-size: 5px 1px;
  }
  .p-charm__graph {
    margin: 20px auto 0;
    width: calc(100% - 20px);
  }
  .p-charm__graph .cap {
    font-size: 16px;
  }
  .p-charm__graph .img {
    margin: 3vw 0 0;
    width: 100%;
  }
  .p-charm__graph .note {
    margin: 3vw 0 0 3vw;
    font-size: 1em;
  }
  .p-charm__rakuten {
    margin: 5vw auto 0;
    width: calc(100% - 20px);
    display: block;
  }
  .p-charm__rakuten .logo {
    margin: 0;
    text-align: center;
  }
  .p-charm__rakuten .text {
    margin: 3vw auto 0;
    width: calc(100% - 20px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 4.3vw;
  }
  .p-charm__notes {
    margin: 5vw auto 0;
    width: calc(100% - 20px);
    font-size: 3vw;
  }
  .p-charm__notes p {
    text-align: justify;
    text-justify: inter-ideograph;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .p-charm__notes p:nth-of-type(n+2) {
    margin-top: 0.4em;
  }
  .p-charm__benefits {
    margin: 5vw auto 0;
    width: calc(100% - 20px);
    display: block;
  }
  .p-charm__benefits .icon {
    margin: 0 auto;
    display: block;
  }
  .p-charm__benefits .text {
    margin: 3vw auto 0;
    width: calc(100% - 20px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 4.3vw;
  }
}

/* benefits
----------------------------------- */
.p-benefits {
  margin: 172px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-benefits__box {
  width: calc(50% - 18px);
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: #000 0 0 3px;
          box-shadow: #000 0 0 3px;
}
@media screen and (min-width: 768px) {
  .p-benefits__box:nth-of-type(n+3) {
    margin-top: 100px;
  }
}
.p-benefits__ttl {
  position: relative;
  top: -1.3em;
  margin: 0 auto;
  padding: 0.4em 1em 0.6em;
  display: table;
  font-weight: bold;
  font-size: 2.2em;
  text-align: center;
  background-color: #EBEBEB;
  border-radius: 50px;
}
.p-benefits__ttl .num {
  margin-left: 0.1em;
  display: inline-block;
  font-size: 1.35em;
  color: #59A1C2;
}
.p-benefits__logo .logo {
  margin: 0 auto;
  display: block;
}
.p-benefits__logo .logo__copyright {
  display: block;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}
.p-benefits__logo .ttl {
  position: relative;
  margin: 20px 0 0;
  min-height: 80px;
  font-weight: bold;
  font-size: 2.18em;
  text-align: center;
  color: #010101;
}
.p-benefits__logo .ttl--middle {
  font-size: 1.68em;
}
.p-benefits__logo .ttl--small {
  font-size: 1.48em;
}
.p-benefits__logo .ttl small {
  font-size: 0.8em;
}
.p-benefits__logo--rakuten, .p-benefits__logo--amazon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-benefits__logo--rakuten .logo, .p-benefits__logo--amazon .logo {
  margin: 0 2em 0 0;
  max-width: 20vw;
}
.p-benefits__logo--itunes .ttl {
  margin-top: 7px;
}
.p-benefits__present {
  margin: 35px 15px 15px;
  padding: 0.3em 0.2em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  background-color: #FBF6DC;
}
.p-benefits__present--small {
  font-size: 1.4em;
}
.p-benefits__present--small p {
  position: relative;
  top: 0.2em;
}
.p-benefits__present--small mark {
  position: relative;
  top: -0.2em;
}
.p-benefits__present .num {
  font-size: 1.5em;
  color: #FD5F00;
}
.p-benefits__present mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffd07d));
  background: linear-gradient(transparent 75%, #ffd07d 75%);
}
.p-benefits__annotation {
  padding: 20px 15px;
}
.p-benefits__annotation p {
  margin: 0 0 5px;
  display: inline-block;
  font-size: 14px;
}
.p-benefits__notes {
  margin: 2em 0 0;
}
.p-benefits__notes p {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-benefits__notes p:nth-of-type(n+2) {
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-benefits {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-benefits {
    margin: 50px auto 0;
    width: calc(100% - 20px);
  }
  .p-benefits__box {
    margin: 0;
    width: 100%;
    font-size: 3vw;
  }
  .p-benefits__box:nth-of-type(n+2) {
    margin-top: 15vw;
  }
  .p-benefits__ttl {
    top: -1.3em;
    padding: 0.4em 1em 0.6em;
    white-space: nowrap;
    font-size: 1.8em;
  }
  .p-benefits__logo {
    margin-top: -4vw;
  }
  .p-benefits__logo .logo__copyright {
    font-size: 8px;
  }
  .p-benefits__logo .ttl {
    margin: 3vw 0 0;
    font-size: 2.2em;
  }
  .p-benefits__logo .ttl--middle {
    font-size: 1.68em;
  }
  .p-benefits__logo .ttl--small {
    font-size: 1.26em;
  }
  .p-benefits__logo .ttl small {
    font-size: 0.8em;
  }
  .p-benefits__logo--rakuten .logo {
    width: 20vw;
  }
  .p-benefits__logo--amazon .logo {
    width: 38vw;
    max-width: 38vw;
  }
  .p-benefits__logo--itunes .ttl {
    margin-top: 3vw;
  }
  .p-benefits__present {
    margin: 4vw 1vw 2vw;
    font-size: 1.65em;
  }
  .p-benefits__present--small {
    font-size: 1.2em;
  }
  .p-benefits__present--small p {
    position: relative;
    top: 0.2em;
  }
  .p-benefits__present--small mark {
    position: relative;
    top: -0.2em;
  }
  .p-benefits__notes {
    margin: 10px auto 0;
    width: calc(100% - 20px);
    line-height: 1.6;
    font-size: 12px;
  }
}

/* steps
----------------------------------- */
.p-steps {
  margin: 60px 0 0;
  padding: 40px 24px;
  border: #EBEBEB 5px solid;
  background-color: #FFF;
}
.p-steps__ttl {
  font-size: 2.6em;
  font-weight: bold;
}
.p-steps__boxs {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-steps__box {
  width: calc(33.33% - 9px);
}
.p-steps__box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
}
.p-steps__box .ttl .num {
  margin-right: 0.2em;
  width: 1.5em;
  height: 1.5em;
  padding: 0 0 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  color: #FFF;
  background-color: #59A1C2;
  border-radius: 50%;
}
.p-steps__box .ttl .text {
  width: calc(100% - 65px);
}
.p-steps__box .img {
  margin: 18px 0 0;
  width: 100%;
  display: block;
}
.p-steps__notes {
  margin: 20px 0 0;
  font-size: 0.65em;
}
.p-steps__notes p {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-steps__notes p:nth-of-type(n+2) {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-steps {
    margin: 10vw auto 0;
    width: calc(100% - 20px);
    padding: 8vw 2vw;
    font-size: 2.6vw;
  }
  .p-steps__ttl {
    text-align: center;
    font-size: 19.5px;
  }
  .p-steps__boxs {
    margin-top: 8vw;
    display: block;
  }
  .p-steps__box {
    width: 100%;
  }
  .p-steps__box:nth-of-type(n+2) {
    margin-top: 10vw;
  }
  .p-steps__box .ttl {
    font-size: 2em;
  }
  .p-steps__box .ttl .num {
    font-size: 1.6em;
  }
  .p-steps__box .ttl .text {
    font-size: 18px;
  }
  .p-steps__notes {
    margin-top: 3vw;
    font-size: 1.4em;
    line-height: 1.4;
  }
}

/* itcenex
----------------------------------- */
.p-itcenex {
  margin: 120px 0 0;
}
.p-itcenex .c-wrap {
  padding: 0 0 8.2%;
  background: url("../images/section05_image02.png") rgba(255, 255, 255, 0) no-repeat 50% 100%;
  background-size: 100% auto;
}
.p-itcenex .c-sec-ttl {
  font-size: 3em;
}
.p-itcenex__text {
  text-align: center;
  font-size: 1.1875em;
  line-height: 1.95;
}
.p-itcenex__text p:nth-of-type(n+2) {
  margin-top: 1em;
}
.p-itcenex__img {
  margin: 60px auto 40px;
  text-align: center;
}
.p-itcenex__img img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .p-itcenex {
    margin-top: 60px;
  }
  .p-itcenex .c-wrap {
    background-size: 136% auto;
  }
  .p-itcenex .c-sec-ttl {
    margin-bottom: 6vw;
    font-size: 8vw;
  }
  .p-itcenex__text {
    margin: 0 auto;
    width: calc(100% - 20px);
    font-size: 4vw;
  }
  .p-itcenex__text p {
    text-align: left;
    letter-spacing: 1.5px;
  }
  .p-itcenex__img img {
    width: calc(100% - 30px);
    max-width: 100%;
  }
}

/* contact
----------------------------------- */
.p-contact {
  padding: 60px 0 80px;
  background-color: #FBC933;
}
.p-contact__ttl {
  text-align: center;
  font-size: 3em;
}
.p-contact__boxs {
  margin: 3em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact-box {
  width: calc(50% - 10px);
  padding: 1em 1em 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #FFF;
  border: #EBEBEB 5px solid;
}
.p-contact-box--tel {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.p-contact-box__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact-box__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2em;
  font-weight: bold;
}
.p-contact-box__ttl .icon {
  margin: 0 0.5em 0 0;
}
.p-contact-box__btn {
  margin: 30px auto 0;
  width: calc(100% - 40px);
}
.p-contact-box__btn .btn {
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  padding: 0.8em 3.2em;
  display: block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  background: url("../images/icon_button-arrow.png") #FFF no-repeat 92% 50%;
  background-size: 1.25em 1.25em;
  border-radius: 50px;
  border: 3px solid #EBEBEB;
  -webkit-transition: background-color 0.3s 0s;
  transition: background-color 0.3s 0s;
}
.p-contact-box__btn .btn:hover {
  background-color: #FFF9D6;
}
.p-contact-box__tel {
  margin: 0.2em 0 0;
  font-size: 3em;
  font-weight: bold;
}
.p-contact-box__tel a {
  color: #59A1C2;
}
.p-contact-box__notes {
  margin: 1.2em 0 0;
  font-size: 0.81em;
  line-height: 1.5;
}
.p-contact-box__notes small {
  font-size: 0.9em;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .p-contact {
    font-size: 1.4vw;
  }
  .p-contact-box__ttl .icon {
    width: 13%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 40px 0 30px;
  }
  .p-contact__ttl {
    font-size: 8vw;
  }
  .p-contact__boxs {
    margin: 10vw auto 0;
    width: calc(100% - 20px);
    display: block;
  }
  .p-contact-box {
    margin: 4vw auto 0;
    width: 100%;
    padding: 5vw;
  }
  .p-contact-box__ttl {
    font-size: 1.4em;
  }
  .p-contact-box__ttl .icon {
    width: 14vw;
  }
  .p-contact-box__btn {
    margin-top: 20px;
  }
  .p-contact-box__btn .btn {
    font-size: 1.2em;
    padding: 0.8em 2.3em;
    background-size: 20px auto;
  }
  .p-contact-box__tel {
    font-size: 2.4em;
  }
}

/* pagetop
----------------------------------- */
#pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 80px;
  height: 80px;
  background: #FBC933;
  border-radius: 50%;
  opacity: 1;
}
#pagetop a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before {
  position: absolute;
  top: 54%;
  right: 50%;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  border-left: solid 8px #FFF;
  border-top: solid 8px #FFF;
  content: "";
}
@media screen and (max-width: 767px) {
  #pagetop {
    right: 15px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop a::before {
    width: 17px;
    height: 17px;
    border-width: 6px 0 0 6px;
  }
}

/* display
----------------------------------- */
@media screen and (min-width: 768px) {
  .smp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .pc-big {
    display: none !important;
  }
}
/* scroll
----------------------------------- */
@media screen and (max-width: 767px) {
  .u-scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .u-scroll__msg {
    margin: 20px 0 10px;
    text-align: center;
  }
  .u-scroll__msg img {
    width: 70%;
  }
}
/*# sourceMappingURL=style.css.map */