@charset "UTF-8";
/* ========================================
    ■ 必須設定
======================================== */
/* 基準値
----------------------------- */
/* 基本コンテンツ幅 */
/* フォント */
/* アニメーション */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

em {
  font-style: normal;
}

/* 共通設定
----------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #222;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
a {
  color: #0033cc;
  text-decoration: underline;
  transition: 0.2s ease;
}
a:hover {
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover::before, a:hover::after {
  transition: 0.2s ease;
}
a::before, a::after {
  transition: 0.2s ease;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

/* ========================================
    ■ ページトップボタン
======================================== */
#page-top {
  position: fixed;
  right: 20px;
}
#page-top a {
  display: block;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
#page-top a:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* ========================================
    ■ General
======================================== */
.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hover:hover {
  opacity: 0.9;
  transition: 0.2s ease;
}

/* 見出し（ダッシュ棒付き） */
.title-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-bar::before, .title-bar::after {
  content: '';
  display: block;
  flex-grow: 1;
  background: #222;
  width: 50%;
  height: 1px;
}
.title-bar::before {
  margin-right: 20px;
}
.title-bar::after {
  margin-left: 20px;
}

/* ========================================
    ■ header
======================================== */
header {
  background: url(images/header_pattern01.png) repeat-x left bottom #f8f8f8;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 20px;
}

/* ========================================
    ■ keyv
======================================== */
#keyv {
  position: relative;
  background: linear-gradient(90deg, #f2f1f5, #e3e1e9);
  min-width: 1000px;
  overflow: hidden;
}
#keyv::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #fff;
  width: 20%;
  height: 100%;
}
#keyv > figure {
  position: absolute;
  right: calc(50% - 600px);
  top: 0;
  width: 735px;
}
#keyv .wrap {
  padding: 50px 0 60px;
}
#keyv .wrap ul {
  display: flex;
  margin: 45px 0 0 8px;
}
#keyv .wrap ul li:nth-of-type(n+2) {
  margin-left: 20px;
}
#keyv + figure {
  position: absolute;
  left: calc(50% + 210px);
  top: 495px;
  width: 162px;
}

/* ========================================
    ■ .cta
======================================== */
.cta {
  background: #00a23f;
}
.cta .wrap {
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.cta .wrap p {
  margin-top: 15px;
}
.cta .wrap .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.cta .wrap .notes {
  margin-top: 15px;
  font-size: 13px;
}
.cta .wrap .notes li::before {
  content: '※';
}

/* ========================================
    ■ #section-01
======================================== */
#section-01 .wrap {
  padding: 95px 0 125px;
  text-align: center;
}
#section-01 .comic {
  width: 672px;
  margin: 25px auto 0;
}
#section-01 .comic-page {
  width: 99.9%;
  margin: 0 10px;
}
#section-01 .flickity-button {
  background: url(images/sec01_comic_arrow01.png) no-repeat center center;
  width: 73px;
  height: 73px;
}
#section-01 .flickity-button-icon {
  display: none;
}
#section-01 .flickity-prev-next-button.previous {
  left: -90px;
}
#section-01 .flickity-prev-next-button.next {
  right: -90px;
  top: calc(50% - 38px);
  transform: scale(-1, 1);
}
#section-01 p {
	margin: 25px auto 0;
	text-align: center;
	color: #f00;
	font-size: 21px;
	font-weight: bold;
}

/* ========================================
    ■ #section-02
======================================== */
#section-02 {
  background: #f7f7f7;
  min-width: 1000px;
  padding-top: 40px;
  text-align: center;
}
#section-02 ol {
  position: relative;
}
#section-02 ol::after {
  content: '';
  position: absolute;
  left: calc(50% - 95px);
  display: block;
  background: url(images/sec02_advantage_delta01.png) no-repeat center bottom;
  width: 190px;
  height: 48px;
}
#section-02 ol li {
  padding: 60px 0 35px;
}
#section-02 ol li:nth-of-type(2) {
  background: url(images/sec02_advantage_pattern01.png) #f7f7f7;
}
#section-02 ol li:nth-of-type(3) {
  background: url(images/sec02_advantage_pattern01.png) #f2f2f2;
}
#section-02 ol li:nth-of-type(4) {
  background: url(images/sec02_advantage_pattern01.png) #ededed;
}
#section-02 ol li figure {
  margin: 30px 0;
}
#section-02 > P {
  background: #fff;
  padding: 90px 0 80px;
}

/* ========================================
    ■ #section-03
======================================== */
#section-03 {
  background: url(images/sec03_pattern01.png);
}
#section-03 .wrap {
  padding: 55px 0;
  text-align: center;
}
#section-03 ul {
  margin: 35px 50px 0;
  text-align: left;
}
#section-03 ul li {
  background: #fff;
  padding: 20px;
  box-shadow: 4px 4px 0 rgba(6, 0, 1, 0.15);
}
#section-03 ul li:nth-of-type(n+2) {
  margin-top: 30px;
}
#section-03 .customer {
  display: flex;
  margin-top: 25px;
}
#section-03 .customer figure {
  flex-shrink: 0;
  margin-right: 25px;
}
#section-03 .customer h4 {
  color: #333;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
  letter-spacing: -0.01em;
}
#section-03 .customer p {
  margin-top: 10px;
}

/* ========================================
    ■ #section-04
======================================== */
#section-04 {
  min-width: 1000px;
  padding-top: 50px;
  text-align: center;
}
#section-04 h3 {
  margin-top: 50px;
}
#section-04 h3:nth-of-type(n+2) {
  margin-top: 40px;
}
#section-04 figure {
  margin-top: 25px;
}

/* ========================================
    ■ #section-05
======================================== */
#section-05 .wrap {
  padding: 55px 0 70px;
  text-align: center;
}
#section-05 h2 + p {
  margin: 35px 0 45px;
}

/* ========================================
    ■ #section-06
======================================== */
#section-06 {
  min-width: 1000px;
  padding-top: 45px;
}
#section-06 .staff {
  width: 860px;
  margin: 55px auto 0;
}
#section-06 .staff figure {
  flex-shrink: 0;
  margin: 0 45px 0 35px;
}
#section-06 .staff p {
  margin-top: 20px;
}
#section-06 .staff p:nth-of-type(1) {
  margin-bottom: 35px;
}
#section-06 .staff .name {
  text-align: right;
}

/* ========================================
    ■ #form
======================================== */
#form {
  /* 必須 */
  /* 表組 */
  /* placeholder */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /* ラジオボタン */
  /* テキスト入力 */
  /* mailform pro reset */
}
#form .wrap {
  padding: 55px 0;
  text-align: center;
}
#form h2 + p {
  margin: 40px 90px 0;
  color: #ed5550;
  text-align: left;
}
#form .must {
  display: inline-block;
  background: #c19227;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  font-size: 14px;
  text-shadow: none;
  float: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
}
#form table {
  width: 845px;
  margin: 30px auto 35px;
  font-size: 17px;
}
#form th {
  position: relative;
  width: 230px;
  padding: 20px 10px;
  text-align: right;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
  border-right: dashed 1px #ddd;
}
#form th .must {
  position: absolute;
  left: 10px;
}
#form td {
  padding: 10px 45px 10px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
}
#form td.radio {
  vertical-align: middle;
}
#form td.radio ul {
  display: flex;
  align-items: center;
}
#form td.radio ul li {
  display: flex;
  align-items: center;
}
#form td.radio ul li:nth-of-type(n+2) {
  margin-left: 25px;
}
#form tr:nth-last-of-type(1) th, #form tr:nth-last-of-type(1) td {
  border-bottom: none;
}
#form :placeholder-shown {
  color: #ccc;
}
#form ::-webkit-input-placeholder {
  color: #ccc;
}
#form :-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#form :-ms-input-placeholder {
  color: #ccc;
}
#form input[type='radio'] {
  margin: 0 10px 0 0;
}
#form input[type='radio'] + label {
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
#form input[type='text'],
#form input[type='tel'],
#form input[type='email'],
#form textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 25px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  border: solid 1px #999;
  border-radius: 8px;
  box-shadow: none;
}
#form textarea {
  width: 100% !important;
  max-width: none;
  min-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  #form input[type='text'],
  #form input[type='tel'],
  #form input[type='email'],
  #form textarea {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
#form div.mfp_err {
  background: none;
  margin: 0;
  padding: 0;
}
#form *[type='submit'] {
  background: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border: none;
  cursor: pointer;
}
#form *[type='submit']:hover {
  box-shadow: none;
}

/* ========================================
    ■ footer
======================================== */
footer {
  background: #f9f9f9;
}
footer .company .wrap {
  display: flex;
  justify-content: flex-end;
  padding: 20px 35px 30px;
  font-size: 15px;
}
footer .company table th {
    text-align: left;
    padding-right: 25px;
}
footer .company table td {
    width: 370px;
}
footer .copyright {
  background: #222;
  min-width: 1000px;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* ========================================
    ■ thanks
======================================== */
#thanks .wrap {
  padding: 70px 0 95px;
  text-align: center;
}
#thanks .wrap p {
  margin: 20px 0 30px;
}
