@charset "UTF-8";
/*!
Author: Cryptomeria
Version: 1.0.0
License: BSD License
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

  /* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

  /* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

  /* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

  /* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

  /* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

  /* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

  /* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.font-gothic {
  font-family: 'Noto Sans JP';
  font-family: sans-serif;
}

.font-mincho {
  font-family: 'Noto Serif JP';
  font-family: serif;
}

.font-bold {
  font-weight: 900;
}

.font-semibold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

/* フォントサイズの設定 */
html, body {
  font-size: 16px;
  color: #000000;
}

/* aタグの装飾削除 */
a {
  text-decoration: none;
}

/* 埋め込みSVGのポジション */
svg {
  vertical-align: top;
}

/* ボタンの縁取り解除*/
button, [type="button"] {
  border: none;
}

/* 画像サイズの制限 */
img {
  max-width: 100%;
  max-height: 100%;
}

.hidden {
  display: none;
}

/* ページ内ジャンプ */
.inpage_jump {
  cursor: pointer;
}

/* カラー設定の読込 */
/******************************************************
 * フォーム部品
 ******************************************************/
textarea, input[type="text"], input[type="email"], input[type="url"] {
  border: 1px solid #000000;
  background-color: #F7F7F7;
}

input.form_error,
td.form_error {
  background-color: pink;
}

/******************************************************
 * ブロック2
 ******************************************************/
#block2_1:hover img, #block2_2:hover img, #block2_3:hover img {
  opacity: 0.8;
}

/******************************************************
 * ブロック3～5
 ******************************************************/
#block3 .blockX_1 .blockX_1_title_jp {
  color: #E65296;
}
#block3 .blockX_1 .blockX_1_title_en {
  color: #E65296;
}
#block3 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border {
  border-left: 2px solid #E65296;
}
#block3 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_size {
  color: #E65296;
}
#block3 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_price {
  color: #E65296;
}
#block3 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_time {
  color: #E65296;
}

#block4 .blockX_1 .blockX_1_title_jp {
  color: #5BB431;
}
#block4 .blockX_1 .blockX_1_title_en {
  color: #5BB431;
}
#block4 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border {
  border-left: 2px solid #5BB431;
}
#block4 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_size {
  color: #5BB431;
}
#block4 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_price {
  color: #5BB431;
}
#block4 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_time {
  color: #5BB431;
}

#block5 .blockX_1 .blockX_1_title_jp {
  color: #1DADE5;
}
#block5 .blockX_1 .blockX_1_title_en {
  color: #1DADE5;
}
#block5 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border {
  border-left: 2px solid #1DADE5;
}
#block5 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_size {
  color: #1DADE5;
}
#block5 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_price {
  color: #1DADE5;
}
#block5 .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_time {
  color: #1DADE5;
}

/******************************************************
 * ブロック7
 ******************************************************/
#block7 {
  background-color: #F0F0F0;
}
#block7 #block7_4 {
  color: green;
}
#block7 #block7_5_1, #block7 #block7_5_2 {
  color: red;
}
#block7 #block7_6 {
  color: red;
}

/******************************************************
 * ブロック8
 ******************************************************/
#block8 {
  background-color: #F0F0F0;
}
#block8 .hr {
  background-color: #323232;
}

/******************************************************
 * ブロック9
 ******************************************************/
#block9 {
  background-color: #F0F0F0;
}

/******************************************************
 * ブロック9
 ******************************************************/
#block9 #block9_2 a {
  color: #000000;
}

/* PC用スタイルの読込 */
@media screen and (min-width: 769px) {
  /******************************************************
   * レスポンシブ対応
   ******************************************************/
  .sp {
    display: none;
  }

  /******************************************************
   * フォーム部品
   ******************************************************/
  textarea, input[type="text"], input[type="email"], input[type="url"] {
    margin: 0;
    padding: 8px;
    border: 1px solid #000000;
  }
  textarea.short, input[type="text"].short, input[type="email"].short, input[type="url"].short {
    width: 100px;
  }
  textarea.long, input[type="text"].long, input[type="email"].long, input[type="url"].long {
    width: 380px;
  }

  input[type="radio"], input[type="checkbox"] {
    margin: 0 4px 0 0;
  }

  .label30 {
    display: inline-block;
    width: 30%;
  }

  .input.long {
    width: 380px;
  }

  /******************************************************
   * レイアウト設定
   ******************************************************/
  .content_wrapper_header .content {
    margin: 0 auto;
    width: 1366px;
  }

  .content_wrapper .content {
    margin: 0 auto;
    width: 1366px;
  }

  /******************************************************
   * ボタン
   ******************************************************/
  .button {
    display: inline-block;
    width: 220px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }

  .button_catalog {
    width: 220px;
    height: 50px;
    background-image: url(../images/button_catalog_off.svg);
  }
  .button_catalog:hover {
    background-image: url(../images/button_catalog_on.svg);
  }

  .button_report {
    width: 220px;
    height: 50px;
    background-image: url(../images/button_report_off.svg);
  }
  .button_report:hover {
    background-image: url(../images/button_report_on.svg);
  }

  .button_contact {
    width: 220px;
    height: 50px;
    background-image: url(../images/button_contact_off.svg);
  }
  .button_contact:hover {
    background-image: url(../images/button_contact_on.svg);
  }

  .button_next {
    width: 200px;
    height: 50px;
    background-image: url(../images/button_next_off.svg);
  }
  .button_next:hover {
    background-image: url(../images/button_next_on.svg);
  }

  /******************************************************
   * ブロック1
   ******************************************************/
  #block1 {
    position: relative;
    height: 255px;
  }
  #block1 #block1_1 {
    position: absolute;
    left: 50px;
    top: 20px;
    width: 296px;
  }
  #block1 #block1_2 {
    position: absolute;
    left: 1020px;
    top: 15px;
    width: 300px;
  }
  #block1 #block1_2 #block1_2_1 {
    font-size: 10px;
    text-align: right;
  }
  #block1 #block1_2 #block1_2_2 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 33px;
    line-height: 1.6;
    color: #000000;
  }
  #block1 #block1_2 #block1_2_2 a img {
    height: 30px;
  }
  #block1 #block1_2 #block1_2_3_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
  }
  #block1 #block1_2 #block1_2_3_pc a {
    color: #000000;
  }
  #block1 #block1_2 #block1_2_3_pc a:hover {
    opacity: 0.5;
  }
  #block1 #block1_3 {
    position: absolute;
    left: 135px;
    top: 150px;
  }
  #block1 #block1_3 #block1_3_1 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  #block1 #block1_3 #block1_3_2 {
    font-size: 50px;
  }

  /******************************************************
   * ブロック2
   ******************************************************/
  #block2 {
    position: relative;
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #block2 #block2_1, #block2 #block2_2, #block2 #block2_3 {
    position: relative;
    width: 455.333px;
    height: 400px;
    color: #ffffff;
  }
  #block2 #block2_1 img, #block2 #block2_2 img, #block2 #block2_3 img {
    position: absolute;
  }
  #block2 #block2_1 #block2_1_text, #block2 #block2_1 #block2_2_text, #block2 #block2_1 #block2_3_text, #block2 #block2_2 #block2_1_text, #block2 #block2_2 #block2_2_text, #block2 #block2_2 #block2_3_text, #block2 #block2_3 #block2_1_text, #block2 #block2_3 #block2_2_text, #block2 #block2_3 #block2_3_text {
    position: relative;
  }
  #block2 #block2_1 #block2_1_1, #block2 #block2_1 #block2_2_1, #block2 #block2_1 #block2_3_1, #block2 #block2_2 #block2_1_1, #block2 #block2_2 #block2_2_1, #block2 #block2_2 #block2_3_1, #block2 #block2_3 #block2_1_1, #block2 #block2_3 #block2_2_1, #block2 #block2_3 #block2_3_1 {
    padding-top: 80px;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }
  #block2 #block2_1 #block2_1_2, #block2 #block2_1 #block2_2_2, #block2 #block2_1 #block2_3_2, #block2 #block2_2 #block2_1_2, #block2 #block2_2 #block2_2_2, #block2 #block2_2 #block2_3_2, #block2 #block2_3 #block2_1_2, #block2 #block2_3 #block2_2_2, #block2 #block2_3 #block2_3_2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  #block2 #block2_1 #block2_1_3, #block2 #block2_1 #block2_2_3, #block2 #block2_1 #block2_3_3, #block2 #block2_2 #block2_1_3, #block2 #block2_2 #block2_2_3, #block2 #block2_2 #block2_3_3, #block2 #block2_3 #block2_1_3, #block2 #block2_3 #block2_2_3, #block2 #block2_3 #block2_3_3 {
    font-size: 20px;
    text-align: center;
  }

  /******************************************************
   * ブロック3～5
   ******************************************************/
  #block3, #block4, #block5 {
    margin-top: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blockX_1 {
    width: 50%;
  }
  .blockX_1 .blockX_1_title_jp {
    padding-top: 35px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
  }
  .blockX_1 .blockX_1_title_en {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
  }
  .blockX_1 .blockX_1_subtitles {
    padding: 0 40px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 26px;
    line-height: 1.4;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border {
    padding-left: 4px;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_size {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_price {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_price .small {
    font-size: 16px;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_time {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_notify {
    font-size: 8px;
  }
  .blockX_1 .blockX_1_abstract {
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
  }
  .blockX_1 .blockX_1_abstract .small {
    font-size: 8px;
  }
  .blockX_1 .blockX_1_list {
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  .blockX_1 .blockX_1_list .box-list {
    padding-left: 1em;
    text-align: justify;
  }
  .blockX_1 .blockX_1_list .box-list li::marker {
    content: '■';
  }
  .blockX_1 .blockX_1_list .box-list li .small {
    font-size: 8px;
  }
  .blockX_1 .blockX_1_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .blockX_2 {
    position: relative;
    width: 50%;
  }
  .blockX_2 .blockX_2_bg {
    position: absolute;
  }
  .blockX_2 .blockX_2_text {
    position: absolute;
    font-size: 24px;
    line-height: 1.4;
  }

  #block3 .blockX_2_text {
    left: 50px;
    top: 195px;
  }

  #block4 .blockX_2_text {
    left: 50px;
    top: 74px;
  }

  #block5 .blockX_2_text {
    left: 50px;
    top: 80px;
  }
  #block5 .blockX_1_list img {
    width: 300px;
  }

  /******************************************************
   * ブロック6
   ******************************************************/
  #block6 {
    margin-bottom: 110px;
  }
  #block6 #block6_1 {
    text-align: right;
  }

  /******************************************************
   * ブロック7
   ******************************************************/
  #block7 {
    position: relative;
    padding-bottom: 80px;
  }
  #block7 #block7_1 {
    padding-top: 80px;
    width: 100%;
    font-size: 26px;
    text-align: center;
  }
  #block7 #block7_2 {
    margin-top: 40px;
    margin-left: calc((100% - 640px) / 2);
    top: 160px;
    width: 640px;
    border-collapse: separate;
    border-spacing: 16px;
  }
  #block7 #block7_2 .form_title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    height: 2.625rem;
  }
  #block7 #block7_2 .input {
    display: inline-block;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  #block7 #block7_2 .required {
    margin-right: 8px;
    width: 50px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
  }
  #block7 #block7_2 .required div {
    padding: 4px 8px;
    color: #FFFFFF;
    background-color: #323232;
  }
  #block7 #block7_2 .title {
    width: 120px;
    font-size: 14px;
  }
  #block7 #block7_2 .input {
    font-size: 14px;
  }
  #block7 #block7_3 {
    margin-top: 30px;
    text-align: center;
  }
  #block7 #block7_4 {
    display: none;
    margin-top: 30px;
    text-align: center;
  }
  #block7 #block7_5_1, #block7 #block7_5_2 {
    display: none;
    margin-top: 30px;
    text-align: center;
  }
  #block7 #block7_6 {
    display: none;
    margin-top: 30px;
    text-align: center;
  }
  #block7 #block7_7 {
    margin-left: calc((100% - 640px) / 2);
    margin-top: 20px;
    line-height: 1.2;
  }
  #block7 #block7_8 {
    margin-left: calc((100% - 640px) / 2);
    margin-top: 40px;
    line-height: 1.2;
  }

  /******************************************************
   * ブロック8
   ******************************************************/
  #block8 {
    text-align: center;
  }
  #block8 .hr {
    display: inline-block;
    width: 80%;
    height: 2px;
  }

  /******************************************************
   * ブロック9
   ******************************************************/
  #block9 {
    position: relative;
  }
  #block9 #block9_1 {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }
  #block9 #block9_2 {
    margin-bottom: 0;
    font-size: 38px;
    text-align: center;
  }
  #block9 #block9_2 img {
    height: 34px;
  }
  #block9 #block9_3 {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  #block9 #block9_4 {
    margin-bottom: 20px;
    text-align: center;
  }
  #block9 #block9_4 img {
    width: 300px;
  }
  #block9 #block9_5 {
    padding-bottom: 20px;
    font-size: 15px;
    text-align: center;
  }
}
/* SP用スタイルの読込 */
@media screen and (max-width: 768px) {
  /******************************************************
   * レスポンシブ対応
   ******************************************************/
  .pc {
    display: none;
  }

  /******************************************************
   * フォーム部品
   ******************************************************/
  textarea, input[type="text"], input[type="email"], input[type="url"] {
    margin: 0;
    padding: 8px;
    padding: 0.5rem;
    border: 1px solid #000000;
  }
  textarea.short, input[type="text"].short, input[type="email"].short, input[type="url"].short {
    width: 200px;
    width: 12.5rem;
  }
  textarea.long, input[type="text"].long, input[type="email"].long, input[type="url"].long {
    width: 600px;
    width: 37.5rem;
  }

  input[type="radio"], input[type="checkbox"] {
    margin: 0 4px 0 0;
    margin: 0 0.25rem 0 0;
  }

  .label30 {
    display: inline-block;
    width: 30%;
  }

  .input.long {
    width: 600px;
    width: 37.5rem;
  }

  /******************************************************
   * レイアウト設定
   ******************************************************/
  .content_wrapper_header .content {
    margin: 0 auto;
    width: 100%;
  }

  .content_wrapper .content {
    margin: 0 auto;
    width: 100%;
  }

  /******************************************************
   * ボタン
   ******************************************************/
  .button_catalog {
    width: 440px;
    width: 27.5rem;
    height: 100px;
    height: 6.25rem;
    background-image: url(../images/button_catalog_off.svg);
  }
  .button_catalog:hover {
    background-image: url(../images/button_catalog_on.svg);
  }

  .button_report {
    width: 440px;
    width: 27.5rem;
    height: 100px;
    height: 6.25rem;
    background-image: url(../images/button_report_off.svg);
  }
  .button_report:hover {
    background-image: url(../images/button_report_on.svg);
  }

  .button_contact {
    width: 440px;
    width: 27.5rem;
    height: 100px;
    height: 6.25rem;
    background-image: url(../images/button_contact_off.svg);
  }
  .button_contact:hover {
    background-image: url(../images/button_contact_on.svg);
  }

  .button_next {
    width: 400px;
    width: 25rem;
    height: 100px;
    height: 6.25rem;
    background-image: url(../images/button_next_off.svg);
  }
  .button_next:hover {
    background-image: url(../images/button_next_on.svg);
  }

  /******************************************************
   * ブロック1
   ******************************************************/
  #block1 {
    position: relative;
    height: 200px;
    height: 12.5rem;
  }
  #block1 #block1_1 {
    position: absolute;
    left: 20px;
    left: 1.25rem;
    top: 20px;
    top: 1.25rem;
    width: 296px;
    width: 18.5rem;
  }
  #block1 #block1_2 {
    position: absolute;
    right: 20px;
    right: 1.25rem;
    top: 20px;
    top: 1.25rem;
    width: 18.75rem;
  }
  #block1 #block1_2 #block1_2_1 {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
  }
  #block1 #block1_2 #block1_2_2 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.6;
    color: #000000;
  }
  #block1 #block1_2 #block1_2_2 a img {
    height: 30px;
    height: 1.875rem;
  }
  #block1 #block1_3 {
    position: absolute;
    left: 135px;
    left: 8.4375rem;
    top: 100px;
    top: 6.25rem;
  }
  #block1 #block1_3 #block1_3_1 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  #block1 #block1_3 #block1_3_2 {
    font-size: 50px;
    font-size: 3.125rem;
  }

  /******************************************************
   * ブロック2
   ******************************************************/
  #block2 {
    position: relative;
    height: 900px;
    height: 56.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #block2 #block2_1, #block2 #block2_2, #block2 #block2_3 {
    position: relative;
    width: 100%;
    color: #ffffff;
  }
  #block2 #block2_1 img, #block2 #block2_2 img, #block2 #block2_3 img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 300px;
    height: 18.75rem;
  }
  #block2 #block2_1 #block2_1_text, #block2 #block2_1 #block2_2_text, #block2 #block2_1 #block2_3_text, #block2 #block2_2 #block2_1_text, #block2 #block2_2 #block2_2_text, #block2 #block2_2 #block2_3_text, #block2 #block2_3 #block2_1_text, #block2 #block2_3 #block2_2_text, #block2 #block2_3 #block2_3_text {
    position: relative;
    width: 100%;
    height: 300px;
    height: 18.75rem;
  }
  #block2 #block2_1 #block2_1_1, #block2 #block2_1 #block2_2_1, #block2 #block2_1 #block2_3_1, #block2 #block2_2 #block2_1_1, #block2 #block2_2 #block2_2_1, #block2 #block2_2 #block2_3_1, #block2 #block2_3 #block2_1_1, #block2 #block2_3 #block2_2_1, #block2 #block2_3 #block2_3_1 {
    padding-top: 40px;
    padding-top: 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 34px;
    font-size: 2.125rem;
    text-align: center;
  }
  #block2 #block2_1 #block2_1_2, #block2 #block2_1 #block2_2_2, #block2 #block2_1 #block2_3_2, #block2 #block2_2 #block2_1_2, #block2 #block2_2 #block2_2_2, #block2 #block2_2 #block2_3_2, #block2 #block2_3 #block2_1_2, #block2 #block2_3 #block2_2_2, #block2 #block2_3 #block2_3_2 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    text-align: center;
  }
  #block2 #block2_1 #block2_1_3, #block2 #block2_1 #block2_2_3, #block2 #block2_1 #block2_3_3, #block2 #block2_2 #block2_1_3, #block2 #block2_2 #block2_2_3, #block2 #block2_2 #block2_3_3, #block2 #block2_3 #block2_1_3, #block2 #block2_3 #block2_2_3, #block2 #block2_3 #block2_3_3 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: center;
  }

  /******************************************************
   * ブロック3～5
   ******************************************************/
  #block3, #block4, #block5 {
    margin-top: 110px;
    margin-top: 6.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .blockX_1 .blockX_1_title_jp {
    padding-top: 35px;
    padding-top: 2.1875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.2;
    text-align: center;
  }
  .blockX_1 .blockX_1_title_en {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
  }
  .blockX_1 .blockX_1_subtitles {
    padding: 0 40px;
    padding: 0 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_subtitle {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border {
    padding-left: 4px;
    padding-left: 0.25rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_size {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-size: 28px;
    font-size: 1.75rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_price {
    margin-bottom: 8px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_price .small {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_border .blockX_1_time {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 32px;
    font-size: 2rem;
  }
  .blockX_1 .blockX_1_subtitles .blockX_1_prices .blockX_1_notify {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .blockX_1 .blockX_1_abstract {
    padding: 0 40px;
    padding: 0 2.5rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: justify;
  }
  .blockX_1 .blockX_1_abstract .dot-list {
    padding-left: 1em;
    text-align: justify;
  }
  .blockX_1 .blockX_1_abstract .dot-list li::marker {
    content: '・';
  }
  .blockX_1 .blockX_1_abstract .dot-list li .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .blockX_1 .blockX_1_list {
    padding: 0 40px;
    padding: 0 2.5rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .blockX_1 .blockX_1_list .box-list {
    padding-left: 1em;
    text-align: justify;
  }
  .blockX_1 .blockX_1_list .box-list li::marker {
    content: '■';
  }
  .blockX_1 .blockX_1_list .box-list li .small {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .blockX_1 .blockX_1_buttons {
    height: 300px;
    height: 18.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .blockX_2 {
    position: relative;
  }
  .blockX_2 .blockX_2_bg {
    width: 100vw;
    height: 645px;
    height: 40.3125rem;
  }
  .blockX_2 .blockX_2_text {
    position: absolute;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.4;
  }

  #block3 .blockX_2_text {
    left: 50px;
    left: 3.125rem;
    top: 168px;
    top: 10.5rem;
  }

  #block4 .blockX_2_text {
    left: 50px;
    left: 3.125rem;
    top: 74px;
    top: 4.625rem;
  }

  #block5 .blockX_2_text {
    left: 50px;
    left: 3.125rem;
    top: 80px;
    top: 5rem;
  }
  #block5 .blockX_1_list img {
    width: 100%;
  }

  /******************************************************
   * ブロック6
   ******************************************************/
  #block6 {
    margin-bottom: 110px;
  }
  #block6 #block6_1 {
    margin-right: 16px;
    margin-right: 1rem;
    line-height: 2;
    text-align: right;
  }

  /******************************************************
   * ブロック10
   ******************************************************/
  #block7 {
    position: relative;
  }
  #block7 #block7_1 {
    padding-top: 80px;
    padding-top: 5rem;
    width: 100%;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
  }
  #block7 #block7_2 {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-left: calc((100% - 640px) / 2);
    margin-left: calc((100% - 40rem) / 2);
    top: 160px;
    top: 10rem;
    width: 640px;
    width: 40rem;
    border-collapse: separate;
    border-spacing: 16px;
    border-spacing: 1rem;
  }
  #block7 #block7_2 .form_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 42px;
    height: 2.625rem;
  }
  #block7 #block7_2 .form_item {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  #block7 #block7_2 .required {
    width: 96px;
    width: 6rem;
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
    text-align: center;
  }
  #block7 #block7_2 .required div {
    margin-right: 32px;
    margin-right: 2rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    color: #FFFFFF;
    background-color: #323232;
  }
  #block7 #block7_2 .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #block7 #block7_2 .input {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #block7 #block7_3 {
    margin-top: 60px;
    margin-top: 3.75rem;
    text-align: center;
  }
  #block7 #block7_4 {
    display: none;
    margin-top: 60px;
    margin-top: 3.75rem;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
  }
  #block7 #block7_5_1, #block7 #block7_5_2 {
    display: none;
    margin-top: 60px;
    margin-top: 3.75rem;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
  }
  #block7 #block7_6 {
    display: none;
    margin-top: 60px;
    margin-top: 3.75rem;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
  }
  #block7 #block7_7, #block7 #block7_8 {
    margin-left: calc((100% - 600px) / 2);
    margin-left: calc((100% - 37.5rem) / 2);
    margin-top: 40px;
    margin-top: 5rem;
    padding-bottom: 40px;
    padding-bottom: 5rem;
    width: 600px;
    width: 37.5rem;
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.2;
    text-align: justify;
  }

  /******************************************************
   * ブロック8
   ******************************************************/
  #block8 {
    text-align: center;
  }
  #block8 .hr {
    display: inline-block;
    width: 80%;
    height: 2px;
  }

  /******************************************************
   * ブロック9
   ******************************************************/
  #block9 {
    position: relative;
  }
  #block9 #block9_1 {
    padding-top: 40px;
    padding-top: 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 40px;
    font-size: 2.5rem;
    text-align: center;
  }
  #block9 #block9_2 {
    margin-bottom: 0;
    font-size: 42px;
    font-size: 2.625rem;
    text-align: center;
  }
  #block9 #block9_2 img {
    height: 38px;
    height: 2.375rem;
  }
  #block9 #block9_3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
  #block9 #block9_4 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  #block9 #block9_4 img {
    width: 300px;
    width: 18.75rem;
  }
  #block9 #block9_5 {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}
