@charset "UTF-8";
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap; }
/* リセットCSS */
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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

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; }

body {
  word-break: break-all;
  -webkit-text-size-adjust: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*==============================
	基本設定
==============================*/
html, body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 767.98px) {
    html {
      font-size: 60.0%; } }
  @media screen and (max-width: 575.98px) {
    html {
      font-size: 58.0%; } }
  @media screen and (max-width: 400px) {
    html {
      font-size: 55.0%; } }

body {
  font-size: 1.6em !important;
  font-weight: 400;
  line-height: 1.8;
  color: #121212;
  -webkit-text-stroke: 0.1px;
  text-underline-position: under;
  /* padding-top: 110px;ナビ固定用
   @include max(sm){
     padding-top: 70px;
   }*/ }

a {
  color: #e60012;
  transition: all 0.2s; }
  a:hover {
    text-decoration: none;
    color: #e60012;
    opacity: 0.8; }
  a img:hover {
    opacity: 0.7; }

/*ページトップへ戻るボタン*/
/*ページトップへ戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }

#pageTop i {
  padding-top: 1px;
  font-size: 2.8rem; }

#pageTop a {
  display: block;
  z-index: 999;
  padding: 9px 0 0 0;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(171, 171, 171, 0.75);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

/*==============================
	共通
==============================*/
/*フォントサイズ*/
.fs12 {
  font-size: 1.2rem; }
  @media screen and (max-width: 767.98px) {
    .fs12 {
      font-size: 1.14rem; } }

.fs13 {
  font-size: 1.3rem; }
  @media screen and (max-width: 767.98px) {
    .fs13 {
      font-size: 1.235rem; } }

.fs14 {
  font-size: 1.4rem; }
  @media screen and (max-width: 767.98px) {
    .fs14 {
      font-size: 1.33rem; } }

.fs15 {
  font-size: 1.5rem; }
  @media screen and (max-width: 767.98px) {
    .fs15 {
      font-size: 1.425rem; } }

.fs17 {
  font-size: 1.7rem; }
  @media screen and (max-width: 767.98px) {
    .fs17 {
      font-size: 1.615rem; } }

.fs18 {
  font-size: 1.8rem; }
  @media screen and (max-width: 767.98px) {
    .fs18 {
      font-size: 1.71rem; } }

.fs20 {
  font-size: 2rem; }
  @media screen and (max-width: 767.98px) {
    .fs20 {
      font-size: 1.9rem; } }

.fs21 {
  font-size: 2.1rem; }
  @media screen and (max-width: 767.98px) {
    .fs21 {
      font-size: 1.995rem; } }

.fs22 {
  font-size: 2.2rem; }
  @media screen and (max-width: 767.98px) {
    .fs22 {
      font-size: 2.09rem; } }

.fs24 {
  font-size: 2.4rem; }
  @media screen and (max-width: 767.98px) {
    .fs24 {
      font-size: 2.28rem; } }

.fs25 {
  font-size: 2.5rem; }
  @media screen and (max-width: 767.98px) {
    .fs25 {
      font-size: 2.375rem; } }

.fs26 {
  font-size: 2.6rem; }
  @media screen and (max-width: 767.98px) {
    .fs26 {
      font-size: 2.47rem; } }

.fs28 {
  font-size: 2.8rem; }
  @media screen and (max-width: 767.98px) {
    .fs28 {
      font-size: 2.66rem; } }

.fs30 {
  font-size: 3rem; }
  @media screen and (max-width: 767.98px) {
    .fs30 {
      font-size: 2.85rem; } }

.fs32 {
  font-size: 3.2rem; }
  @media screen and (max-width: 767.98px) {
    .fs32 {
      font-size: 3.04rem; } }

.fs34 {
  font-size: 3.4rem; }
  @media screen and (max-width: 767.98px) {
    .fs34 {
      font-size: 3.23rem; } }

.fs35 {
  font-size: 3.5rem; }
  @media screen and (max-width: 767.98px) {
    .fs35 {
      font-size: 3.325rem; } }

.fs44 {
  font-size: 4.4rem; }
  @media screen and (max-width: 767.98px) {
    .fs44 {
      font-size: 4.18rem; } }

/**背景カラー**/
.bg-main {
  background-color: #e60012; }

.bg-sub {
  background-color: #FFFBDB; }

.bg-glay {
  background-color: #EAEAEA; }

/**テキストカラー**/
.cl-main {
  color: #e60012; }

.cl-white {
  color: #fff; }

.cl-black {
  color: #121212; }

/**テキスト太さ**/
.b {
  font-weight: 700 !important; }

/*サイズ100%*/
.size-full {
  width: 100%;
  height: auto; }

/*ulリスト・有り*/
.list-style-inside {
  list-style: inside; }
  .list-style-inside li {
    text-indent: -2.3rem;
    padding-left: 2.3rem;
    line-height: 3rem; }

/*行間*/
.line-h_1 {
  line-height: 1.4; }

/*角丸*/
.rounded15 {
  border-radius: 1.5rem; }

.br-sp {
  display: none; }

@media screen and (max-width: 767.98px) {
  .br-sp {
    display: inline-block; } }
/*レスポンシブ改行*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/*アンカーズレ調整
.sec_wrap{
  margin-top: -110px;
  padding-top: 110px;
  display: block;
  @include max(sm){
  margin-top: -70px;
  padding-top: 70px;
    
  }
}
*/
/*==============================
	ヘッダー
==============================*/
#header {
  width: 100%; }
  #header .h_logo {
    padding: 0 15px;
    width: 180px; }
    @media screen and (max-width: 575.98px) {
      #header .h_logo {
        padding: 0;
        width: 130px; } }

/*==============================
	フッター
==============================*/
#footer #copy {
  font-size: 12px;
  padding: 0 10px 30px;
  color: #999;
  text-align: center; }

/*コンテンツ*/
.items {
  padding-bottom: 40px; }
  .items h4 {
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 1px dashed #ebde75;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .items p {
    padding-right: 15px; }
  @media screen and (max-width: 767.98px) {
    .items h4 {
      font-size: 2.0rem;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .items p {
      padding-right: 0; } }
  .items .img-sp {
    display: none; }
    .items .img-sp img {
      width: 200px; }
  @media screen and (max-width: 991.98px) {
    .items .img-pc {
      display: none; }
    .items .img-sp {
      display: block; } }
  .items ul.list_num li {
    padding-left: 4rem;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 5px; }
  .items ul.list_num li::before {
    position: absolute;
    left: 0;
    top: 0; }
  .items ul.list_num li:first-child::before {
    content: "(1)"; }
  .items ul.list_num li:nth-child(2)::before {
    content: "(2)"; }
  .items ul.list_num li:nth-child(3)::before {
    content: "(3)"; }
  .items ul.list_num li:nth-child(4)::before {
    content: "(4)"; }
  .items ul.list_num li:nth-child(5)::before {
    content: "(5)"; }
  .items ul.list_num li:nth-child(6)::before {
    content: "(6)"; }
  .items ul.list_num li:nth-child(7)::before {
    content: "(7)"; }
  .items ul.list_num li:nth-child(8)::before {
    content: "(8)"; }
  .items ul.list_num li:nth-child(9)::before {
    content: "(9)"; }

/*詳しくはこちら*/
.main_btn {
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 3px 40px 3px 20px;
  background: #e60012;
  color: #fff;
  border: 2px solid #e60012;
  text-align: center;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }
  .main_btn::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url("../images/icon_right.png") no-repeat;
    background-size: cover;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 51%;
    right: 10px;
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1); }
  .main_btn:hover {
    margin-left: 5px;
    transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
    opacity: 0.6;
    color: #fff; }
  @media screen and (max-width: 991.98px) {
    .main_btn {
      font-size: 1.5rem;
      display: block;
      margin: 10px auto;
      width: 80%;
      min-width: 165px;
      padding: 6px 40px 6px 20px; }
      .main_btn:hover {
        margin-left: auto; } }

/*文章内リンク*/
.text-decoration-uline {
  text-decoration: underline; }
  .text-decoration-uline:hover {
    text-decoration: underline; }

a.cl-white:hover {
  color: #fff;
  transition: all 0.2s; }

#first .box {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
  @media screen and (max-width: 767.98px) {
    #first .box {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  #first .box .catch h2 {
    font-weight: bold;
    font-size: 6rem;
    padding: 15px 0; }
    @media screen and (max-width: 991.98px) {
      #first .box .catch h2 {
        font-size: 5.5rem; } }
    @media screen and (max-width: 767.98px) {
      #first .box .catch h2 {
        text-align: center; } }
    @media screen and (max-width: 575.98px) {
      #first .box .catch h2 {
        font-size: 10.6vw; } }
  #first .box .catch h2.security {
    font-size: 6rem; }
    @media screen and (max-width: 1199.98px) {
      #first .box .catch h2.security {
        font-size: 5.5rem; } }
    @media screen and (max-width: 991.98px) {
      #first .box .catch h2.security {
        font-size: 3.8rem; } }
    @media screen and (max-width: 767.98px) {
      #first .box .catch h2.security {
        font-size: 7.2vw; } }
  #first .box .catch p {
    font-size: 1.8rem;
    padding-bottom: 80px; }
    @media screen and (max-width: 991.98px) {
      #first .box .catch p {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767.98px) {
      #first .box .catch p {
        padding-bottom: 60px; } }
    @media screen and (max-width: 575.98px) {
      #first .box .catch p {
        padding-bottom: 20px; } }
  #first .box .catch p.security {
    font-size: 1.7rem; }
    @media screen and (max-width: 991.98px) {
      #first .box .catch p.security {
        font-size: 1.6rem; } }
  #first .box .illust img {
    width: 250px;
    vertical-align: bottom; }
    @media screen and (max-width: 767.98px) {
      #first .box .illust img {
        width: 200px; } }
    @media screen and (max-width: 575.98px) {
      #first .box .illust img {
        width: auto; } }
  @media screen and (max-width: 991.98px) {
    #first .box .illust.security {
      padding-bottom: 40px; } }
  #first .box .illust.security img {
    width: 100%;
    vertical-align: bottom; }
    @media screen and (max-width: 575.98px) {
      #first .box .illust.security img {
        width: 75%; } }

#jump {
  font-weight: bold; }
  #jump .mokuji {
    font-size: 2.4rem;
    text-align: center;
    background-color: #EAEAEA;
    border-radius: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 25%; }
  #jump .jump_link {
    width: 70%; }
    #jump .jump_link .table td {
      padding: 0.75rem 2.0rem; }
      #jump .jump_link .table td a {
        display: block;
        color: #121212;
        position: relative;
        font-size: 2.0rem;
        letter-spacing: 0.15rem;
        transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1); }
        #jump .jump_link .table td a::after {
          display: inline-block;
          content: "";
          width: 20px;
          height: 20px;
          background: url("../images/icon_down.png") no-repeat;
          background-size: cover;
          position: absolute;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          top: 51%;
          right: 5px;
          transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1); }
        #jump .jump_link .table td a:hover {
          padding-left: 5px;
          opacity: 0.6;
          transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1); }
          #jump .jump_link .table td a:hover::after {
            right: -5px; }
    #jump .jump_link .table tr:first-child td {
      border-top: none; }
  @media screen and (max-width: 767.98px) {
    #jump .mokuji {
      font-size: 2.0rem;
      width: 22%; }
    #jump .jump_link {
      width: 75%; }
      #jump .jump_link .table td a {
        font-size: 1.8rem; } }
  @media screen and (max-width: 499px) {
    #jump .mokuji {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 10px; }
    #jump .jump_link {
      width: 100%; } }
  @media screen and (max-width: 349px) {
    #jump .jump_link .table td {
      padding: 0.75rem; }
      #jump .jump_link .table td a {
        font-size: 1.6rem; } }

#contents .title {
  padding-bottom: 40px; }
  #contents .title h3 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 2px solid #e60012;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #contents .title p {
    font-size: 1.7rem;
    font-weight: bold; }
  @media screen and (max-width: 767.98px) {
    #contents .title {
      padding-bottom: 20px; }
      #contents .title h3 {
        font-size: 3.2rem; }
      #contents .title p {
        font-size: 1.6rem; } }
  @media screen and (max-width: 575.98px) {
    #contents .title {
      padding-bottom: 15px; }
      #contents .title h3 {
        font-size: 2.8rem; } }
  @media screen and (max-width: 380px) {
    #contents .title h3 {
      font-size: 2.4rem; } }

#ending .serif {
  padding: 15px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px; }
  #ending .serif::after {
    display: block;
    position: absolute;
    content: "";
    width: 60px;
    height: 20px;
    border-top: 20px solid #e60012;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
    bottom: -22px; }
  #ending .serif h5 {
    font-size: 3.0rem;
    letter-spacing: 0.15rem;
    font-weight: bold; }
  @media screen and (max-width: 575.98px) {
    #ending .serif {
      border-radius: 10px; }
      #ending .serif h5 {
        font-size: 2.4rem;
        letter-spacing: inherit; } }
#ending h6.marker {
  display: inline;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0 10px 5px;
  background: linear-gradient(transparent 50%, #FDF5B4 50%); }
  @media screen and (max-width: 575.98px) {
    #ending h6.marker {
      font-size: 5.4vw; } }
  @media screen and (max-width: 400px) {
    #ending h6.marker {
      font-size: 6.0vw; } }

#mail .visalist {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 8px 15px 8px 0; }
  @media screen and (max-width: 991.98px) {
    #mail .visalist {
      margin: 8px 5px; } }
  #mail .visalist dt {
    line-height: 1.5;
    font-size: 1.7rem; }
  #mail .visalist dd {
    line-height: 1.5;
    padding: 0 0 10px 10px; }
  #mail .visalist .step dd {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    #mail .visalist .step dd::after {
      position: absolute;
      display: inline-block;
      content: "";
      width: 24px;
      height: 12px;
      border-top: 12px solid #e60012;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      bottom: -14px;
      left: 30%; }
      @media screen and (max-width: 991.98px) {
        #mail .visalist .step dd::after {
          left: 50%; } }
    #mail .visalist .step dd:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
      #mail .visalist .step dd:last-child::after {
        display: none; }

/*# sourceMappingURL=style.css.map */
