@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1a1a1a;
  word-break: break-word;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1a1a1a;
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
  font-size: 1.6rem;
  line-height: 1.4;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  img {
    width: 100%;
  }

  p, dt, dd, li, th, td, input, button, textarea, select {
    font-size: 1.4rem;
    line-height: 1.64;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1em;
}

.l-header .logo {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .l-header .logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }

  .l-header .logo a:hover {
    opacity: 0.7;
  }
}

.l-header .button_link {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  width: 211px;
  height: 60px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d31618), color-stop(50.1%, #b21e22));
  background: linear-gradient(180deg, #d31618 50%, #b21e22 50.1%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

@media screen and (min-width: 768px) {
  .l-header .button_link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
    text-align: left;
  }

  .l-header .button_link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .l-header .button_link {
    font-size: 3.2vw;
    width: 37.3333333333vw;
    height: 10.6666666667vw;
  }
}

@media screen and (max-width: 320px) {
  .l-header .button_link {
    font-size: 10px;
    width: 29.3333333333vw;
    height: 10.6666666667vw;
  }
}

.l-header .button_icon {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
}

.l-header .button_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1.1em;
  background: url("../img/common/icon_doc_white.svg") no-repeat center center/contain;
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
/* レイアウト
--------------------------------*/
.l-wrap {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-wrap {
    width: calc(100% - 4vw);
  }
}

/* テキスト
--------------------------------*/
.c-text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 3.2vw;
  }
}

.c-title-text {
  font-size: 2.2rem;
  font-weight: 700;
  color: #b62627;
  line-height: 1.4545454545;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .c-title-text {
    font-size: 3.7333333333vw;
  }
}

.c-left-line-text {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 10px;
  border-left: 3px solid #b62627;
}

@media screen and (max-width: 767px) {
  .c-left-line-text {
    font-size: 3.7333333333vw;
  }
}

.c-lead-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .c-lead-text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.c-notes-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
}

@media screen and (max-width: 767px) {
  .c-notes-text {
    font-size: 2vw;
    line-height: 1.6;
  }
}

.c-red {
  color: #b62627;
}

.c-yellow {
  color: #ffeb97;
}

/* タイトル
--------------------------------*/
.c-title-en {
  font-size: 2.1rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-title-en {
    font-size: 4.2666666667vw;
  }
}

.c-title-en:first-letter {
  color: #d31618;
}

.c-title-jp {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #1a1a1a;
  text-align: center;
  margin-top: 0.25em;
}

@media screen and (max-width: 767px) {
  .c-title-jp {
    font-size: 5.3333333333vw;
  }
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.l-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 39px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}

.l-footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 42px;
}

@media screen and (max-width: 767px) {
  .l-footer .flex {
    display: block;
    padding: 0 1.3333333333vw 4vw;
  }
}

.l-footer .logo {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .l-footer .logo {
    width: 130px;
  }
}

.l-footer .text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 0.07em;
  line-height: 1.7142857143;
  margin-top: 20px;
}

.l-footer .text .tel {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .l-footer .text {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }

  .l-footer .text .tel {
    pointer-events: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .right {
    width: 40vw;
    margin-top: 2.6666666667vw;
  }
}

.l-footer .copyright {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  padding: 23px;
  background: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1.8666666667vw;
    padding: 1.3333333333vw 0;
  }
}

.bottom-fixed {
  padding: 10px 0;
  background: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .bottom-fixed {
    padding: 1.3333333333vw 0;
  }
}

.bottom-fixed .text {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #FFFFFF;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .bottom-fixed .text {
    font-size: 2.2666666667vw;
    line-height: 1.5;
    margin-right: 1.3333333333vw;
  }
}

.bottom-fixed .text img {
  width: 22px;
  vertical-align: middle;
  margin-bottom: 0.21em;
  margin-left: 2px;
}

@media screen and (max-width: 767px) {
  .bottom-fixed .text img {
    width: 2.9333333333vw;
    margin-left: 0.6666666667vw;
  }
}

.bottom-fixed .button_link {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  width: 420px;
  height: 50px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d31618), color-stop(50.1%, #b21e22));
  background: linear-gradient(180deg, #d31618 50%, #b21e22 50.1%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
  align-items: center;
  border-radius: 100px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottom-fixed .button_link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }

  .bottom-fixed .button_link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .bottom-fixed .button_link {
    font-size: 2.6666666667vw;
    width: 56vw;
    height: 6.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}

.bottom-fixed .button_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 7px solid #FFFFFF;
}

@media screen and (max-width: 767px) {
  .bottom-fixed .button_link::before {
    right: 2.6666666667vw;
    border-width: 0.6666666667vw;
    border-left-width: 1.3333333333vw;
  }
}

.bottom-fixed .button_white {
  font-size: 1.6rem;
  font-weight: 900;
  color: #b62627;
  letter-spacing: 0.07em;
  display: inline-block;
  background: #FFFFFF;
  padding: 0.2em 2em;
  border-radius: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .bottom-fixed .button_white {
    font-size: 2.1333333333vw;
    border-radius: 2.6666666667vw;
    margin-right: 1.3333333333vw;
    padding: 0.15em 0.5em 0.1em;
  }
}

.bottom-fixed .button_number {
  font-size: 1.1em;
  line-height: 1;
}

.bottom-fixed .button_small {
  font-size: 0.9em;
}

.bottom-fixed .button_icon {
  display: inline-block;
  position: relative;
  padding-left: 1.4em;
}

.bottom-fixed .button_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1.1em;
  background: url("../img/common/icon_doc_white.svg") no-repeat center center/contain;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */

