@charset "UTF-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  初期設定                                                   */

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #fff;
  color: #3a526b;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  /* font-feature-settings: "palt"; */
  text-rendering: optimizeSpeed;

  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.5rem;
  }
}

main {
  display: block;
  flex-grow: 1;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

img.alignleft {
  margin-right: auto;
  margin-left: 0;
}

img.alignright {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .for-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.ta-cen {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

@media screen and (max-width: 767.98px) {
  .ta-sp-cen {
    text-align: center !important;
  }

  .ta-sp-left {
    text-align: left !important;
  }

  .ta-sp-right {
    text-align: right !important;
  }
}

.inner,
div#mfp_overlay_inner {
  width: 86.67%;
  margin: 0 auto;
  max-width: 722px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.body-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.dib {
  display: inline-block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  フォント                                                   */
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  ボタン                                                     */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  z-index                                                   */
.header {
  position: relative;
  z-index: 1500;
}

.sec-contact .inner > .box-privacy {
  position: relative;
  z-index: 1000;
}

.btn-scrolltop {
  position: relative;
  z-index: 500;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  ヘッダー                                                   */
.header {
  background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
  background-color: #3a526b;
  color: #fff;
}

.header .inner {
  padding-top: 37px;
  padding-bottom: 22px;
}

.header .inner > .logo > a {
  display: table;
  margin: 0 auto;
}

.header .inner > .gnav {
  margin-top: 1.9em;
  font-weight: 500;
  font-size: 1.5rem;
}

.header .inner > .gnav > ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 1.7%;
}

.header .inner > .btn-menu {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .header {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .header .inner {
    width: auto;
    padding-top: 18px;
    padding-bottom: 25px;
    position: relative;
  }

  .header .inner > .logo > a img {
    width: 205px;
  }

  .header .inner > .gnav {
    display: none;
    margin: 5px;
    border-radius: 10px;
    padding: 56px 2% 0;
    background-color: #f0f4f8;
    position: absolute;
    top: 0;
    right: 0;
    color: #3a526b;
    font-size: 1.9845rem;
  }

  .header .inner > .gnav > ul {
    display: block;
    padding: 0;
  }

  .header .inner > .gnav > ul > li + li {
    border-top: 1px solid #969696;
  }

  .header .inner > .gnav > ul > li > a {
    display: block;
    min-width: 10.35em;
    padding: .55em .9em;
  }

  .header .inner > .btn-menu {
    display: block;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin: auto 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    right: 4%;
    bottom: 4px;
  }

  .header .inner > .btn-menu > .bar {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-top: 2px solid #fff;
    border-radius: 1px;
    transition: .4s;
  }
  
  .header .inner > .btn-menu > .bar:nth-of-type(1) {
    transform: translateY(-8px);
  }
  
  .header .inner > .btn-menu > .bar:nth-of-type(3) {
    transform: translateY(8px);
  }
  
  .header .inner > .btn-menu.js-active > .bar {
    border-top-color: #3a526b;
  }
  
  .header .inner > .btn-menu.js-active > .bar:nth-of-type(1) {
    transform:  rotate(45deg) scaleX(1.6);
  }

  .header .inner > .btn-menu.js-active > .bar:nth-of-type(2) {
    opacity: 0;
  }

  .header .inner > .btn-menu.js-active > .bar:nth-of-type(3) {
    transform:  rotate(135deg) scaleX(1.6);
  }

  .header .inner > .btn-menu > .txt-hidden {
    display: block;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  フッター                                                   */
.btn-scrolltop {
  position: absolute;
  right: 0;
  bottom: 169px;
}

.btn-scrolltop > a {
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/btn-scrolltop-bg.svg) no-repeat center center / contain;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.2s;
}

.btn-scrolltop > a:hover {
  opacity: 0.9;
}

.footer {
  padding: 24.5px 0 16.5px;
  background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px top / 10px 8px,
    linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px top / 50px 12px,
    linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px top / 100px 15px;
  background-color: #3a526b;
  color: #fff;
}

.footer .inner > .txt-copyright {
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .btn-scrolltop {
    bottom: 45px;
  }

  .btn-scrolltop > a {
    width: 40px;
    height: 40px;
    background-image: url(../img/btn-scrolltop-bg-sp.svg);
  }

  .footer {
    padding-top: 14px;
    padding-bottom: 8px;
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .footer .inner > .txt-copyright {
    font-size: 0.8rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  繰り返しパーツ                                              */
.cmn-txt-ttl {
  font-weight: 500;
  font-size: 3.8rem;
  text-align: center;
}

.cmn-txt-ttl small {
  font-size: 0.79em;
}

@media screen and (max-width: 767.98px) {
  .cmn-txt-ttl {
    font-size: 2rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  コンテンツ                                                  */

/* メインビジュアル */
.mv {
  height: 400px;
  background: url(../img/mv-bg.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 767.98px) {
  .mv {
    height: auto;
    margin-top: -3px;
    padding-top: 60%;
    background-image: url(../img/mv-bg-sp@2x.jpg);
  }
}

/* メッセージ */
.box-message {
  background: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
  background-color: #3a526b;
  color: #fff;
}

.box-message .inner {
  padding-top: 70px;
  padding-bottom: 86px;
}

.box-message .inner > .txt-message {
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .box-message {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .box-message .inner {
    padding-top: 29px;
    padding-bottom: 50px;
  }

  .box-message .inner > .txt-message {
    line-height: 2.34;
    letter-spacing: 0.06em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* サービス内容 */
.sec-service {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
}

.sec-service .inner {
  padding-top: 80px;
  padding-bottom: 108px;
}

.sec-service .inner > .wrapper-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 67px;
}

.sec-service .inner > .wrapper-content > .box-img {
  width: 48.3%;
}

.sec-service .inner > .wrapper-content > .box-txt {
  width: 48.3%;
}

@media screen and (max-width: 767.98px) {
  .sec-service {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-service .inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .sec-service .inner > .wrapper-content {
    display: block;
    margin-top: 31px;
  }

  .sec-service .inner > .wrapper-content > .box-img {
    width: 100%;
  }

  .sec-service .inner > .wrapper-content > .box-img img {
    width: 206px;
  }

  .sec-service .inner > .wrapper-content > .box-txt {
    width: 100%;
    margin-top: 24px;
  }

  .sec-service .inner > .wrapper-content > .box-txt > .txt-para {
    line-height: 2.34;
  }
}

/* 対応データ */
.sec-data {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
  background-color: #f0f4f8;
}

.sec-data .inner {
  padding-top: 80px;
  padding-bottom: 123px;
}

.sec-data .inner > .list-data {
  margin-top: 77px;
  border-top: 1px solid #969696;
  font-size: 2rem;
}

.sec-data .inner > .list-data > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #969696;
  padding: 0.28em 0 0.28em 0.8em;
}

.sec-data .inner > .list-data dd {
  width: 18.5em;
  margin-left: 2em;
  letter-spacing: -0.01em;
}

.sec-data .inner > .txt-note {
  margin-top: 2.4em;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .sec-data {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-data .inner {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .sec-data .inner > .list-data {
    margin-top: 38px;
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: center;
  }

  .sec-data .inner > .list-data > div {
    display: block;
    padding: 0.65em 0 1.1em;
  }

  .sec-data .inner > .list-data dd {
    width: auto;
    margin-left: 0;
  }

  .sec-data .inner > .txt-note {
    margin-top: 2.3em;
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}

/* 納品までの流れ */
.sec-flow {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
}

.sec-flow .inner {
  padding-top: 80px;
  padding-bottom: 109px;
}

.sec-flow .inner > .list-flow {
  display: flex;
  justify-content: center;
  margin-top: 77px;
  counter-reset: list-flow;
  font-size: 2rem;
}

.sec-flow .inner > .list-flow > li {
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sec-flow .inner > .list-flow > li + li {
  margin-left: 2.72em;
}

.sec-flow .inner > .list-flow > li::before {
  content: counter(list-flow);
  counter-increment: list-flow;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9em;
  height: 1.9em;
  margin-bottom: 0.45em;
  border: 1px solid;
  border-radius: 50%;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

.sec-flow .inner > .list-flow > li + li::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  position: absolute;
  top: 0.66em;
  left: -1.8em;
  transform: rotate(45deg);
}

.sec-flow .inner > .list-note {
  display: table;
  margin: 20px auto 0;
  padding-right: 2.3em;
}

.sec-flow .inner > .list-note > li {
  padding-left: 1.15em;
  text-indent: -1.15em;
}

.sec-flow .inner > .list-note > li::before {
  content: "◆";
  margin-right: 0.2em;
}

@media screen and (max-width: 767.98px) {
  .sec-flow {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-flow .inner {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .sec-flow .inner > .list-flow {
    display: table;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.5em;
    font-size: 1.7rem;
  }

  .sec-flow .inner > .list-flow > li {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .sec-flow .inner > .list-flow > li + li {
    margin-top: 1.45em;
    margin-left: 0;
  }

  .sec-flow .inner > .list-flow > li::before {
    width: 1.47em;
    height: 1.47em;
    margin-right: 0.4em;
    margin-bottom: 0;
  }

  .sec-flow .inner > .list-flow > li + li::after {
    width: 0.4em;
    height: 0.4em;
    top: -1.05em;
    left: 0.55em;
    transform: rotate(135deg);
  }

  .sec-flow .inner > .list-note {
    display: block;
    margin-top: 33px;
    margin-right: -0.5em;
    padding-right: 0;
    line-height: 1.75;
    letter-spacing: -0.05em;
    text-align: left;
  }

  .sec-flow .inner > .list-note > li::before {
    margin-right: 0.3em;
  }
}

/* サンプル */
.sec-sample {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
  background-color: #f0f4f8;
}

.sec-sample .inner {
  padding-top: 80px;
  padding-bottom: 113px;
}

.sec-sample .inner > .txt-para {
  margin-top: 2.6em;
  text-align: center;
}

.sec-sample .inner > .list-sample {
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
  position: relative;
}

.sec-sample .inner > .list-sample::before {
  content: "";
  display: block;
  width: 28px;
  height: 60px;
  margin: auto;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 28px solid #3a526b;
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 0;
  left: 0;
}

.sec-sample .inner > .list-sample > div {
  display: flex;
  flex-direction: column;
  width: 45.7%;
}

.sec-sample .inner > .list-sample dt {
  text-align: center;
}

.sec-sample .inner > .list-sample dd {
  flex-grow: 1;
  margin-top: 9px;
  padding: 20px 14%;
  background-color: #fff;
}

.sec-sample .inner > .list-sample dd .txt-classify {
  background-color: #e6e6e6;
  font-weight: 300;
  line-height: 1.7;
  font-size: 1.6rem;
  text-align: center;
}

.sec-sample .inner > .list-sample dd > ul {
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
}

.sec-sample .inner > .list-sample dd > ul > li + li {
  margin-top: 30px;
}

.sec-sample .inner > .list-sample dd figure {
  margin-top: 9px;
}

.sec-sample .inner > .list-sample > div:nth-of-type(2) dd figcaption {
  margin-top: -0.7em;
}

@media screen and (max-width: 767.98px) {
  .sec-sample {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-sample .inner {
    padding-top: 50px;
    padding-bottom: 71px;
  }

  .sec-sample .inner > .txt-para {
    margin-top: 2.2em;
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .sec-sample .inner > .list-sample {
    display: block;
    margin-top: 17px;
  }

  .sec-sample .inner > .list-sample::before {
    content: none;
  }

  .sec-sample .inner > .list-sample > div {
    width: auto;
  }

  .sec-sample .inner > .list-sample > div + div {
    margin-top: 75px;
    position: relative;
  }

  .sec-sample .inner > .list-sample > div + div::before {
    content: "";
    display: block;
    width: 50px;
    height: 24px;
    margin: 0 auto;
    border-top: 24px solid #3a526b;
    border-right: 25px solid transparent;
    border-bottom: none;
    border-left: 25px solid transparent;
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
  }

  .sec-sample .inner > .list-sample dd {
    margin-top: 7px;
    padding: 30px 10% 36px;
  }

  .sec-sample .inner > .list-sample dd > ul {
    font-size: 1.2rem;
  }

  .sec-sample .inner > .list-sample dd > ul > li + li {
    margin-top: 26px;
  }

  .sec-sample .inner > .list-sample > div:nth-of-type(1) dd li:nth-of-type(1) img {
    width: 232px;
  }

  .sec-sample .inner > .list-sample > div:nth-of-type(1) dd li:nth-of-type(2) img {
    width: 230px;
  }

  .sec-sample .inner > .list-sample > div:nth-of-type(1) dd li:nth-of-type(3) img {
    width: 232px;
  }

  .sec-sample .inner > .list-sample dd .txt-classify {
    font-size: 1.3rem;
  }
}

/* 基本料金（税込み） */
.sec-price {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
}

.sec-price .inner {
  padding-top: 80px;
  padding-bottom: 108px;
}

.sec-price .inner > .table-price {
  margin-top: 70px;
  font-weight: 300;
  line-height: 1.75;
}

.sec-price .inner > .table-price tr {
  border-bottom: 1px solid #969696;
}

.sec-price .inner > .table-price thead {
  font-size: 1.6rem;
}

.sec-price .inner > .table-price thead th {
  text-align: center;
}

.sec-price .inner > .table-price tbody th {
  height: 100px;
  padding: 1.1em 0.6em 1.25em;
  font-size: 1.7rem;
  vertical-align: middle;
}

.sec-price .inner > .table-price tbody td {
  padding-top: 0.5em;
  font-size: 1em;
  white-space: nowrap;
  vertical-align: middle;
}

.sec-price .inner > .table-price tbody td:nth-of-type(1) {
  padding-right: 3em;
  padding-left: 3em;
}

.sec-price .inner > .table-price tbody td .txt-small {
  font-size: 0.78em;
}

.sec-price .inner > .list-note {
  display: table;
  margin: 30px auto 0;
  padding-right: 1.3em;
}

.sec-price .inner > .list-note > li {
  padding-left: 1.15em;
  text-indent: -1.15em;
}

.sec-price .inner > .list-note > li::before {
  content: "◆";
  margin-right: 0.2em;
}

@media screen and (max-width: 767.98px) {
  .sec-price {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-price .inner {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .sec-price .inner > .txt-ttl {
    padding-left: 1.5em;
  }

  .sec-price .inner > .table-price {
    margin-top: 28px;
    border-top: 1px solid #969696;
    font-size: 1.2rem;
  }

  .sec-price .inner > .table-price thead {
    font-size: 1em;
  }

  .sec-price .inner > .table-price tbody th {
    width: 53%;
    padding: 0.8em 1.7em;
    line-height: 1.67;
    font-size: 1em;
    text-align: left;
  }

  .sec-price .inner > .table-price tbody td {
    width: 47%;
    line-height: 1.2;
    font-size: 1em;
  }

  .sec-price .inner > .table-price tbody td:nth-of-type(1) {
    padding: 0.7em 0.7em;
  }

  .sec-price .inner > .table-price tbody td .txt-big {
    font-size: 1.25em;
  }

  .sec-price .inner > .list-note {
    margin-top: 28px;
    padding-right: 0;
    line-height: 1.75;
  }
}

/* Q & A */
.sec-faq {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
  background-color: #f0f4f8;
}

.sec-faq .inner {
  padding-top: 80px;
  padding-bottom: 123px;
}

.sec-faq .inner > .list-faq {
  margin-top: 78px;
  color: #5a5a5a;
  line-height: 2.23;
}

.sec-faq .inner > .list-faq > div {
  padding: 0 4.6%;
}

.sec-faq .inner > .list-faq > div + div {
  margin-top: 2.6em;
  border-top: 1px solid #969696;
  padding-top: 2.3em;
}

.sec-faq .inner > .list-faq dt,
.sec-faq .inner > .list-faq dd {
  display: flex;
  align-items: flex-start;
}

.sec-faq .inner > .list-faq dd {
  margin-top: 1.6em;
  margin-right: -1em;
  color: #3a526b;
}

.sec-faq .inner > .list-faq dt::before,
.sec-faq .inner > .list-faq dd::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  margin-top: -0.05em;
  margin-right: 0.4em;
  border: 1px solid;
  border-radius: 50%;
  font-weight: 300;
  font-size: 1.23em;
}

.sec-faq .inner > .list-faq dt::before {
  content: "Q";
}

.sec-faq .inner > .list-faq dd::before {
  content: "A";
}

@media screen and (max-width: 767.98px) {
  .sec-faq {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-faq .inner {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .sec-faq .inner > .list-faq {
    margin-top: 43px;
    line-height: 1.75;
  }

  .sec-faq .inner > .list-faq > div {
    padding-right: 0;
    padding-left: 0;
  }

  .sec-faq .inner > .list-faq > div + div {
    margin-top: 2.95em;
    padding-top: 2.7em;
  }

  .sec-faq .inner > .list-faq dt,
  .sec-faq .inner > .list-faq dd {
    align-items: center;
  }

  .sec-faq .inner > .list-faq dt::before,
  .sec-faq .inner > .list-faq dd::before {
    width: 2em;
    height: 2em;
    margin-top: 0;
    margin-right: 0.5em;
    font-size: 1em;
  }

  .sec-faq .inner > .list-faq dd {
    margin-top: 1em;
  }
}

/* 運営元 */
.sec-operator {
  background: linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 10px 8px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 50px 12px,
    linear-gradient(to right, #969696, #969696 1px, transparent 1px, transparent) repeat-x -10px bottom / 100px 15px;
}

.sec-operator .inner {
  max-width: 656px;
  padding-left: 36px;
  position: relative;
  padding-top: 98px;
  padding-bottom: 124px;
}

.sec-operator .inner > .list-operator {
  line-height: 1.72;
  font-size: 1.4rem;
}

.sec-operator .inner > .list-operator > div {
  display: flex;
}

.sec-operator .inner > .list-operator > div:nth-of-type(2) {
  margin-top: 1em;
}

.sec-operator .inner > .list-operator > div:nth-of-type(3) {
  margin-top: 1.4em;
}

.sec-operator .inner > .list-operator dd {
  font-weight: 300;
}

.sec-operator .inner > .list-operator > div:nth-of-type(1) dt,
.sec-operator .inner > .list-operator > div:nth-of-type(2) dt {
  width: 89px;
  flex-shrink: 0;
}

.sec-operator .inner > .list-operator > div:nth-of-type(1) dd {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.43em;
}

.sec-operator .inner > .list-operator > div:nth-of-type(2) dd p:nth-of-type(1) {
  margin-bottom: 0.45em;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.15em;
}

.sec-operator .inner > .list-operator > div:nth-of-type(2) dd p:nth-of-type(1) small {
  font-weight: 500;
  font-size: 0.875em;
}

.sec-operator .inner > .list-operator > div:nth-of-type(n + 3) dd::before {
  content: "：";
}

.sec-operator .inner > .list-operator a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .sec-operator {
    background-size: 5px 6px, 25px 9px, 50px 11px;
    background-position-x: -5px, -5px, -5px;
  }

  .sec-operator .inner {
    padding-top: 59px;
    padding-bottom: 67px;
    padding-left: 0;
  }

  .sec-operator .inner > .list-operator {
    line-height: 1.52;
    font-size: 1.2rem;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(2) {
    margin-top: 1.7em;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(3) {
    margin-top: 1.8em;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(1) dt,
  .sec-operator .inner > .list-operator > div:nth-of-type(2) dt {
    width: 91px;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(1) dd {
    font-size: 1.334em;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(2) dd p:nth-of-type(1) {
    font-size: 1.25em;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(2) dd p:nth-of-type(1) small {
    font-size: 1em;
  }

  .sec-operator .inner > .list-operator > div:nth-of-type(2) dd p:nth-of-type(2) {
    line-height: 1.75;
  }
}

/* お問い合わせ */
.sec-contact {
  background-color: #f0f4f8;
}

.sec-contact .inner {
  padding-top: 80px;
  padding-bottom: 108px;
  position: relative;
}

.sec-contact .inner > .txt-para {
  margin-top: 0.7em;
  font-size: 1.4rem;
  text-align: center;
}

form#mailformpro {
  margin-top: 43px;
  padding: 0;
  color: #5a5a5a;
}

form#mailformpro > ul > li {
  display: flex;
  align-items: flex-start;
}

form#mailformpro > ul > li + li {
  margin-top: 3.9em;
}

form#mailformpro > ul > li::before {
  content: "◆";
  display: block;
  flex-shrink: 0;
  margin-top: 0.25em;
  margin-right: 0.2em;
  font-size: 0.84em;
}

form#mailformpro > ul > li > dl {
  flex-grow: 1;
}

form#mailformpro > ul > li > dl > div + div {
  margin-top: 1.4em;
}

form#mailformpro > ul > li > dl > div > dt {
  float: none;
  width: auto;
  margin: 0;
  border-top: none;
  padding: 0;
  font-size: 1em;
  text-align: inherit;
}

form#mailformpro > ul > li > dl > div > dt small {
  font-size: 0.78em;
}

form#mailformpro > ul > li > dl > div > dd {
  margin: 0;
  border-top: none;
  padding: 0;
  line-height: inherit;
  font-size: 1em;
  text-align: inherit;
}

form#mailformpro > ul > li > dl > div > dd {
  margin-top: 0.2em;
}

.mfp_element_all {
  max-width: none;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_date,
.mfp_element_password {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  
  display: block;
  width: 100%;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #969696;
  border-radius: 0;
  padding: 0 0 0.2em 0;
  background: transparent;
  box-shadow: none;
}

.mfp_element_textarea {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;

  display: block;
  width: 100% !important;
  height: 200px !important; 
  margin: 0.4em 0 0;
  outline: none;
  border: 1px solid #969696;
  border-radius: 0;
  padding: 0.2em 0.5em;
  background: #fff;
  box-shadow: none;
}

#mfp_button_submit,
#mfp_button_send,
#mfp_button_cancel,
.sec-thanks .inner > .btn-top > a {
  display: table;
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
  border-radius: 10px;
  padding: 0.5em 0.4em;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-shadow: none;
  text-align: center;
  transition: 0.2s;
}

#mfp_button_submit,
#mfp_button_send {
  border-color: #3a526b;
  background: #3a526b;
}

#mfp_button_submit {
  width: 306px;
  padding: 0.23em 0 0.3em 0.04em;
  font-size: 3.6rem;
}

#mfp_button_submit[disabled] {
  border-color: transparent;
  background: rgba(58, 82, 107, 0.3);
  cursor: not-allowed;
}

#mfp_button_submit:hover,
#mfp_button_send:hover {
  background: #fff;
  box-shadow: none;
  color: #3a526b;
}

#mfp_button_submit[disabled]:hover {
  background: rgba(58, 82, 107, 0.3);
  color: #fff;
}

#mfp_button_cancel,
.sec-thanks .inner > .btn-top > a {
  border-color: #c7dce7;
  background: #c7dce7;
  color: #5a5a5a;
}

#mfp_button_cancel:hover,
.sec-thanks .inner > .btn-top > a:hover {
  background: #fff;
  box-shadow: none;
  color: #5a5a5a;
}

form#mailformpro > button[type="submit"] {
  margin-top: 100px;
}

.sec-contact .inner > .box-privacy {
  position: relative;
}

.sec-contact .inner > .box-privacy > .overlay-privacy {
  background-color: #f0f0f0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 1s;
  pointer-events: none;
  opacity: 0;
}

.sec-contact .inner > .box-privacy > .overlay-privacy.js-show {
  pointer-events: auto;
  opacity: 0.8;
}

.sec-contact .inner > .box-privacy > .btn-privacy {
  margin-top: 2.5em;
  color: #5a5a5a;
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: center;
}

.sec-contact .inner > .box-privacy > .btn-privacy a {
  display: inline-block;
  border-bottom: 1px solid #b4b4b4;
}

.sec-contact .inner > .box-privacy > .btn-privacy a:hover {
  opacity: 0.9;
}

.sec-contact .inner > .box-privacy > .list-privacy {
  height: 490px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  padding: 24px 4%;
  position: absolute;
  bottom: calc(100% + 23px);
  right: 0;
  left: 0;
  line-height: 1.75;
  font-size: 1.2rem;
  overflow-y: auto;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}

.sec-contact .inner > .box-privacy > .list-privacy.js-show {
  opacity: 1;
  pointer-events: auto;
}

.sec-contact .inner > .box-privacy > .list-privacy > dd + dt {
  margin-top: 1.75em;
}

.sec-contact .inner > .box-privacy > .list-privacy > dd > dl {
  margin-top: 1.75em;
}

.sec-contact .inner > .box-privacy > .list-privacy > dd > dl > dd + dt {
  margin-top: 1.75em;
}

.sec-contact .inner > .box-privacy > .list-privacy > dd > dl > dd > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec-contact .inner > .box-privacy > .list-privacy > dd > dl > dd > ul > li::before {
  content: "・";
}

@media screen and (max-width: 767.98px) {
  .sec-contact .inner {
    padding-top: 50px;
    padding-bottom: 61px;
  }

  .sec-contact .inner > .txt-para {
    margin-top: 0.2em;
    font-size: 1.3rem;
  }

  form#mailformpro {
    margin-top: 25px;
    font-size: 1.4rem;
  }

  form#mailformpro > ul > li + li {
    margin-top: 1.4em;
  }

  form#mailformpro > ul > li::before {
    margin-top: 0.1em;
    margin-right: 0.4em;
    font-size: 0.9em;
  }

  form#mailformpro > ul > li > dl > div > dt small {
    margin-left: -0.4em;
    font-size: 1em;
  }

  form#mailformpro > ul > li > dl > div > dd {
    margin-top: 0.6em;
  }

  .mfp_element_textarea {
    height: 207px !important;
  }

  form#mailformpro > button[type="submit"] {
    margin-top: 49px;
  }

  #mfp_button_submit,
  #mfp_button_send,
  #mfp_button_cancel,
  .sec-thanks .inner > .btn-top > a {
    width: 230px;
    border-radius: 5px;
    font-size: 2rem;
  }

  #mfp_button_submit {
    padding: 0.15em 0 0.3em 0.04em;
    font-size: 2.262rem;
  }

  .sec-contact .inner > .box-privacy > .btn-privacy {
    font-size: 1rem;
  }

  .sec-contact .inner > .box-privacy > .list-privacy {
    height: 391px;
    margin: 0 4%;
    padding: 10px 6%;
    bottom: calc(100% + -18px);
    line-height: 1.58;
    font-size: 1.3rem;
  }
}

/* 確認画面（オーバーレイ） */
div#mfp_overlay_background {
  background-color: #f0f0f0;
  /* opacity: .6 !important; */
}

div#mfp_overlay_inner {
  border-radius: 0;
  padding: 48px 0 81px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

div#mfp_overlay_inner > * {
  width: 74.8%;
  margin-right: auto;
  margin-left: auto;
}

div#mfp_overlay_inner > h4 {
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
}

div#mfp_overlay_inner > p {
  margin-top: 1.3em;
  line-height: 1.75;
  font-size: 1.4rem;
  text-align: center;
}

table#mfp_confirm_table {
  margin-top: 50px;
  color: #5a5a5a;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: transparent;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  border-top: none;
  padding: 0 0 1.93em;
  vertical-align: top;
  line-height: inherit;
  font-size: 1.5rem;
  text-align: inherit;
}

table#mfp_confirm_table tr th {
  width: auto;
  padding-right: 2em;
}

div.mfp_buttons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 13px;
  padding: 0;
}

div.mfp_buttons button {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 767.98px) {
  div#mfp_overlay_inner {
    width: 80%;
    padding-top: 29px;
    padding-bottom: 50px;
  }

  div#mfp_overlay_inner > * {
    width: 87.5%;
  }

  div#mfp_overlay_inner > h4 {
    font-size: 2rem;
  }

  div#mfp_overlay_inner > p {
    margin-top: 1.7em;
    line-height: 1.75;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  table#mfp_confirm_table {
    display: block;
    margin-top: 30px;
  }

  table#mfp_confirm_table tr {
    display: flex;
  }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    display: block;
    padding-bottom: 2.4em;
    line-height: 1.68;
    font-size: 1.4rem;
  }

  table#mfp_confirm_table tr th {
    flex-shrink: 0;
    width: 7.7em;
    padding-right: 0;
  }

  table#mfp_confirm_table tr:nth-of-type(6) {
    display: block;
  }

  table#mfp_confirm_table tr:nth-of-type(6) th {
    width: auto;
    padding-bottom: 0.6em;
  }

  div.mfp_buttons {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 5px;
  }

  div.mfp_buttons button {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  div.mfp_buttons button:not(:last-of-type) {
    margin-top: 9px;
  }
}

/* サンクスページ */
.sec-thanks .inner {
  padding-top: 128px;
}

.sec-thanks .inner > .txt-ttl {
  font-weight: 500;
  font-size: 3.8rem;
  text-align: center;
}

.sec-thanks .inner > .txt-para {
  margin-top: 2.3em;
  font-size: 2rem;
  text-align: center;
}

.sec-thanks .inner > .btn-top {
  margin-top: 70px;
}

@media screen and (max-width: 767.98px) {
  .sec-thanks .inner {
    padding-top: 50px;
  }

  .sec-thanks .inner > .txt-ttl {
    font-size: 2rem;
  }

  .sec-thanks .inner > .txt-para {
    margin-top: 2.5em;
    padding-left: 0.06em;
    line-height: 2.34;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }

  .sec-thanks .inner > .btn-top {
    margin-top: 65px;
  }
}
