@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
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;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* media quary */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  color: #120606;
  counter-reset: count-number;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  body {
    min-width: 100rem;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo;
  }
}

p {
  line-height: 1.625;
}

a {
  text-decoration: none;
  color: #120606;
  transition: 0.4s;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
}

main {
  display: block;
}

.l-container {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-container {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-container--wide {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-container--wide {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-container--wide {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-main {
  padding-top: 6rem;
}

@media screen and (min-width: 769px) {
  .l-main {
    padding-top: 10.5rem;
  }
}

.l-header {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media screen and (min-width: 769px) {
  .l-header {
    width: 100rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/**********************************
 helper
**********************************/
/* for link position
-------------------------------*/
.anchor {
  display: block;
  padding-top: 7.2rem;
}

@media screen and (min-width: 769px) {
  .anchor {
    margin-top: -3rem;
  }
}

/* for sentence
-------------------------------*/
.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.br::before {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 769px) {
  .br__pc::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  .br__sp::before {
    content: "\A";
    white-space: pre;
  }
}

/* fonts
-------------------------------*/
/* font-size */
.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs34 {
  font-size: 34px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs38 {
  font-size: 38px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.fs41 {
  font-size: 41px;
}

.fs42 {
  font-size: 42px;
}

.fs43 {
  font-size: 43px;
}

.fs44 {
  font-size: 44px;
}

.fs45 {
  font-size: 45px;
}

.fs46 {
  font-size: 46px;
}

.fs47 {
  font-size: 47px;
}

.fs48 {
  font-size: 48px;
}

.fs49 {
  font-size: 49px;
}

.fs50 {
  font-size: 50px;
}

.fs51 {
  font-size: 51px;
}

.fs52 {
  font-size: 52px;
}

.fs53 {
  font-size: 53px;
}

.fs54 {
  font-size: 54px;
}

.fs55 {
  font-size: 55px;
}

.fs56 {
  font-size: 56px;
}

.fs57 {
  font-size: 57px;
}

.fs58 {
  font-size: 58px;
}

.fs59 {
  font-size: 59px;
}

.fs60 {
  font-size: 60px;
}

/* font-weight */
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/* font-style */
.italic {
  font-style: italic;
}

/* color */
.black {
  color: #120606;
}

.grey {
  color: #383838;
}

.palegrey {
  color: #f4f4f4;
}

.white {
  color: #fff;
}

.red {
  color: #c91818;
}

.primary {
  color: #ff9100;
}

.secondary {
  color: #f2e72b;
}

.intermediate {
  color: #cb9400;
}

.accent01 {
  color: #ff9100;
}

.accent02 {
  color: #9a1417;
}

.accent03 {
  color: #1d3346;
}

.mincho {
  font-family: Georgia, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.gothic {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif;
}

/* show only  SP/PC
-------------------------------*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

.nodisplay {
  display: none !important;
}

.replace {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.liner--yellow {
  background: linear-gradient(transparent 60%, #f2e72b 60%);
}

.attention {
  margin-left: 1em;
  text-indent: -1em;
}

/**********************************
 header
**********************************/
.header {
  text-align: center;
}

.header__content {
  padding-left: 5vmin;
  padding-right: 5vmin;
}

.header__logo {
  margin-top: 13rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    margin-top: 6rem;
    width: 70%;
  }
}

/**********************************
 footer
**********************************/
.footer {
  margin-top: 4rem;
}

.footer__add {
  font-style: normal;
}

.footer__add__logo {
  padding-bottom: 4rem;
  border-bottom: 1px solid #120606;
}

.footer__add__text {
  margin-top: 4rem;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .footer__add__text {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

/**********************************
 heading
**********************************/
.heading01 {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .heading01 {
    font-size: 4.2rem;
  }
}

.heading02 {
  font-size: 2.0rem;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .heading02 {
    font-size: 2.2rem;
  }
}

.heading03 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  border-bottom: dashed 2px #120606;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/**********************************
 page top
**********************************/
#page_top {
  display: none;
  width: 5rem;
  height: 5rem;
  position: fixed;
  z-index: 9;
  background: #f2e72b;
  opacity: 0.9;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #120606;
}

@media screen and (min-width: 769px) {
  #page_top {
    right: 5rem;
    bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  #page_top {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 5rem;
  height: 5rem;
}

#page_top a:before {
  font-family: 'fontello';
  content: '\f106';
  font-size: 2.5rem;
  color: #120606;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/**********************************
 top
**********************************/
.top {
  text-align: center;
}

.top__title {
  font-size: 1.4rem;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  .top__title {
    padding-left: 5.5vmin;
    padding-right: 5.5vmin;
  }
}

.top__renew {
  font-size: 2rem;
  color: #787878;
  border-bottom: 2px solid #787878;
  padding-bottom: 1.5rem;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .top__renew {
    margin-top: 8rem;
    margin-bottom: 11rem;
  }
}

@media screen and (max-width: 768px) {
  .top__renew {
    margin-top: 4rem;
    margin-bottom: 7rem;
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

.top__content {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .top__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.top__content__box01 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #383838;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .top__content__box01 {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

.top__content__box02 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #120606;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .top__content__box02 {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

.top__content__title {
  border-top: 2px solid #fff;
  padding-top: 3rem;
  display: inline-block;
  font-size: 1.8rem;
}

.top__content__text {
  font-size: 1.4rem;
  margin-top: 3rem;
  line-height: 2.6rem;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?18289192");
  src: url("../fonts/fontello.eot?18289192#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?18289192") format("woff2"), url("../fonts/fontello.woff?18289192") format("woff"), url("../fonts/fontello.ttf?18289192") format("truetype"), url("../fonts/fontello.svg?18289192#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.svg?18289192#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone-1:before {
  content: '\e800';
}

/* '' */
.icon-mail:before {
  content: '\e801';
}

/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
