@charset "UTF-8";
/**
 * Main Stylesheet
 * 
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ul{list-style:none;-webkit-padding-start:0}dd,dl,dt,ul{padding:0;margin:0}dd{-webkit-margin-start:0}

/*------------------------------------------
  ブレイクポイント・メディアクエリ設定
--------------------------------------------*/
/*------------------------------------------
  色設定
--------------------------------------------*/
:root {
  --text-color: #3f3f3f;
  /* --main-color: #00439a; */
  --main-color: #2068c8;
  --dark-color: #003060;
  --light-color: #eff8fc;
  --high-color: #2068c8;
  --natural-color: #dfd4be;
  --accent-color: #a24389;
  --background-color: #f9f9f9;
  --logo-color: #00439a;
  --link-color: blue;
  --visited-color: red;
  --page-top-color: #00439a;
}

/**
 * Bootstrap Stylesheet
 * Bootstrapの抜粋版
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * 
 */
/*------------------------------------------
  col-XX-n
--------------------------------------------*/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/*------------------------------------------
  display options
--------------------------------------------*/
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

/*------------------------------------------
  flex options
--------------------------------------------*/
.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/*------------------------------------------
  order options
--------------------------------------------*/
.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

/**
 * Stylesheet for Form Styles
 * 
 */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #333;
  border-radius: 1px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  color:#000;
  background-color: #f7f8fa;
}
input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="color"],
select,
textarea,
.field {
  max-width: 100%;
}

/* label {
  float: left;
  font-size: 12px;
  font-weight: 400;
} */

input[type="button"],
input[type="reset"],
input[type="submit"]{
  border:none;
  background: #00439a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  margin: 0 16px;
  cursor: pointer;
}

input[type="submit"].back {
  background: #236ac9;
}

form p {
  margin-bottom: 16px;
}

.validationmessage {
  font-weight: bold;
  color: red;
  margin: 1em auto;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.required {
  margin-left: 0.6em;
  background-color: #c30;
  /* font-size: 110%; */
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  transition: none;
}

.form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: transparent;
}

button.btn.tf-btn.btn-default {
  float: right;
  background: var(--main-color);
  border: 0;
  border-radius: 0;
  padding: 10px 40px;
  color: #ffffff;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}

form dl {
  margin-bottom: 1rem;
}
form dt {
  margin: 10px 0;
}

.submit_button {
  width: 45%;
}
@media screen and (min-width: 768px){
  .submit_button {
    width: 20%;
  }
}
@media screen and (min-width: 992px){
  .submit_button {
    width: 20%;
  }
}


/**
 * Stylesheet for All Page
 *
 */
/* ==========================================================================
   Base
   各要素のデフォルトのスタイルを定義
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  position: relative;
  /* overflow-x: auto; */
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
}
@media (min-width: 1100px) {
  body {
/*    overflow-x: hidden;*/
    overflow-x: auto;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  margin: 0 0 1rem 0;
}

p {
  margin: 0;
  text-align: justify;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: var(--link-color);
}
a:visited {
  color: var(--visited-color);
}
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* ==========================================================================
   Layout
   ページ構成の大枠、セクションを作る要素へのルールを定義
   ========================================================================== */
/*----------------------------------------
   マージン＆パディング
   末尾に「r」がついているものはレスポンシブ対応（スマホ表示時に半分のサイズになる）
  -----------------------------------------*/
.m0 { margin-top: 0; margin-bottom: 0; }
.m1 { margin-top: 1rem; margin-bottom: 1rem; }
.m2 { margin-top: 2rem; margin-bottom: 2rem; }
.m3 { margin-top: 3rem; margin-bottom: 3rem; }
.m4 { margin-top: 4rem; margin-bottom: 4rem; }

.m10, .m10r { margin-top: 10px; margin-bottom: 10px; }
.m20, .m20r { margin-top: 20px; margin-bottom: 20px; }
.m30, .m30r { margin-top: 30px; margin-bottom: 30px; }
.m40, .m40r { margin-top: 40px; margin-bottom: 40px; }
.m50, .m50r { margin-top: 50px; margin-bottom: 50px; }
.m60, .m60r { margin-top: 60px; margin-bottom: 60px; }
.m70, .m70r { margin-top: 70px; margin-bottom: 70px; }
.m80, .m80r { margin-top: 80px; margin-bottom: 80px; }
.m90, .m90r { margin-top: 90px; margin-bottom: 90px; }

.mt10, .mt10r { margin-top: 10px; }
.mt20, .mt20r { margin-top: 20px; }
.mt30, .mt30r { margin-top: 30px; }
.mt40, .mt40r { margin-top: 40px; }
.mt50, .mt50r { margin-top: 50px; }
.mt60, .mt60r { margin-top: 60px; }
.mt70, .mt70r { margin-top: 70px; }
.mt80, .mt80r { margin-top: 80px; }
.mt90, .mt90r { margin-top: 90px; }

.mb10, .mb10r { margin-bottom: 10px; }
.mb20, .mb20r { margin-bottom: 20px; }
.mb30, .mb30r { margin-bottom: 30px; }
.mb40, .mb40r { margin-bottom: 40px; }
.mb50, .mb50r { margin-bottom: 50px; }
.mb60, .mb60r { margin-bottom: 60px; }
.mb70, .mb70r { margin-bottom: 70px; }
.mb80, .mb80r { margin-bottom: 80px; }
.mb90, .mb90r { margin-bottom: 90px; }

@media (max-width: 767px) {
  .m10, .m10r { margin-top: 5px; margin-bottom: 5px; }
  .m20, .m20r { margin-top: 10px; margin-bottom: 10px; }
  .m30, .m30r { margin-top: 15px; margin-bottom: 15px; }
  .m40, .m40r { margin-top: 20px; margin-bottom: 20px; }
  .m50, .m50r { margin-top: 25px; margin-bottom: 25px; }
  .m60, .m60r { margin-top: 30px; margin-bottom: 30px; }
  .m70, .m70r { margin-top: 35px; margin-bottom: 35px; }
  .m80, .m80r { margin-top: 40px; margin-bottom: 40px; }
  .m90, .m90r { margin-top: 45px; margin-bottom: 45px; }

  .mt10, .mt10r { margin-top: 5px; }
  .mt20, .mt20r { margin-top: 10px; }
  .mt30, .mt30r { margin-top: 15px; }
  .mt40, .mt40r { margin-top: 20px; }
  .mt50, .mt50r { margin-top: 25px; }
  .mt60, .mt60r { margin-top: 30px; }
  .mt70, .mt70r { margin-top: 35px; }
  .mt80, .mt80r { margin-top: 40px; }
  .mt90, .mt90r { margin-top: 45px; }

  .mb10, .mb10r { margin-bottom: 5px; }
  .mb20, .mb20r { margin-bottom: 10px; }
  .mb30, .mb30r { margin-bottom: 15px; }
  .mb40, .mb40r { margin-bottom: 20px; }
  .mb50, .mb50r { margin-bottom: 25px; }
  .mb60, .mb60r { margin-bottom: 30px; }
  .mb70, .mb70r { margin-bottom: 35px; }
  .mb80, .mb80r { margin-bottom: 40px; }
  .mb90, .mb90r { margin-bottom: 45px; }
}

.p10, .p10r { padding-top: 10px; padding-bottom: 10px; }
.p20, .p20r { padding-top: 20px; padding-bottom: 20px; }
.p30, .p30r { padding-top: 30px; padding-bottom: 30px; }
.p40, .p40r { padding-top: 40px; padding-bottom: 40px; }
.p50, .p50r { padding-top: 50px; padding-bottom: 50px; }
.p60, .p60r { padding-top: 60px; padding-bottom: 60px; }
.p70, .p70r { padding-top: 70px; padding-bottom: 70px; }
.p80, .p80r { padding-top: 80px; padding-bottom: 80px; }
.p90, .p90r { padding-top: 90px; padding-bottom: 90px; }

.pt10, .pt10r { padding-top: 10px; }
.pt20, .pt20r { padding-top: 20px; }
.pt30, .pt30r { padding-top: 30px; }
.pt40, .pt40r { padding-top: 40px; }
.pt50, .pt50r { padding-top: 50px; }
.pt60, .pt60r { padding-top: 60px; }
.pt70, .pt70r { padding-top: 70px; }
.pt80, .pt80r { padding-top: 80px; }
.pt90, .pt90r { padding-top: 90px; }

.pb10, .pb10r { padding-bottom: 10px; }
.pb20, .pb20r { padding-bottom: 20px; }
.pb30, .pb30r { padding-bottom: 30px; }
.pb40, .pb40r { padding-bottom: 40px; }
.pb50, .pb50r { padding-bottom: 50px; }
.pb60, .pb60r { padding-bottom: 60px; }
.pb70, .pb70r { padding-bottom: 70px; }
.pb80, .pb80r { padding-bottom: 80px; }
.pb90, .pb90r { padding-bottom: 90px; }

@media (max-width: 767px) {
  .p10, .p10r { padding-top: 5px; padding-bottom: 5px; }
  .p20, .p20r { padding-top: 10px; padding-bottom: 10px; }
  .p30, .p30r { padding-top: 15px; padding-bottom: 15px; }
  .p40, .p40r { padding-top: 20px; padding-bottom: 20px; }
  .p50, .p50r { padding-top: 25px; padding-bottom: 25px; }
  .p60, .p60r { padding-top: 30px; padding-bottom: 30px; }
  .p70, .p70r { padding-top: 35px; padding-bottom: 35px; }
  .p80, .p80r { padding-top: 40px; padding-bottom: 40px; }
  .p90, .p90r { padding-top: 45px; padding-bottom: 45px; }

  .pt10, .pt10r { padding-top: 5px; }
  .pt20, .pt20r { padding-top: 10px; }
  .pt30, .pt30r { padding-top: 15px; }
  .pt40, .pt40r { padding-top: 20px; }
  .pt50, .pt50r { padding-top: 25px; }
  .pt60, .pt60r { padding-top: 30px; }
  .pt70, .pt70r { padding-top: 35px; }
  .pt80, .pt80r { padding-top: 40px; }
  .pt90, .pt90r { padding-top: 45px; }

  .pb10, .pb10r { padding-bottom: 5px; }
  .pb20, .pb20r { padding-bottom: 10px; }
  .pb30, .pb30r { padding-bottom: 15px; }
  .pb40, .pb40r { padding-bottom: 20px; }
  .pb50, .pb50r { padding-bottom: 25px; }
  .pb60, .pb60r { padding-bottom: 30px; }
  .pb70, .pb70r { padding-bottom: 35px; }
  .pb80, .pb80r { padding-bottom: 40px; }
  .pb90, .pb90r { padding-bottom: 45px; }
}
  
  /*----------------------------------------
   ヘルパークラス
  -----------------------------------------*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center,
.text_center,
.text-center {
  text-align: center;
}

.left,
.text_left,
.text-left {
  text-align: left;
}

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

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

/*----------------------------------------
  動画表示
  -----------------------------------------*/
.movie_area {
  position: relative;
  /* margin-top: 7rem; */
  /* padding-top: 7rem; */
}

.movie_wrapper {
  width: 90%;
  margin: auto;
  /* margin-bottom: 50px; */
}

.frame-wrapper,
.frame_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 3rem;
}

.frame-wrapper iframe,
.frame_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------
  ■画像ズームアニメーション
    zoomupクラスをaタグなどのホバー要素に、
    zoomareaクラスを拡大させたい画像のラッパーにつけると
    hoverでズームアニメーションが付きます。
  -----------------------------------------*/
.zoomup .zoomarea {
  overflow: hidden;
}

.zoomup .zoomarea img {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.zoomup:hover .zoomarea img {
  transform: scale(1.2);
}

/*----------------------------------------
  ■画像ズームアニメーション
    zoom_on_hoverクラスをサイズ指定している要素につけると、
    hoverでズームアニメーションが付きます。
  -----------------------------------------*/
.zoom_on_hover {
  overflow: hidden;
}

.zoom_on_hover img {
  overflow: hidden;
  transition-duration: 0.8s;
}

.zoom_on_hover:hover img {
  transform: scale(1.1);
}

/*----------------------------------------
  PC/スマホ表示制御
  -----------------------------------------*/
@media (min-width: 768px) {
  .sp-only, .sp_only {
    display: none !important;
  }
}

.tab-only, .tab_only {
  display: none !important;
}
@media (min-width: 768px) {
  .tab-only, .tab_only {
    display: initial;
  }
}
@media (min-width: 992px) {
  .tab-only, .tab_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only, .pc_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .spbr {
    font-size: 0;
  }

  .spbr:before {
    content: "\a";
    display: block;
  }
}
/*----------------------------------------
   共通レイアウト構成スタイル
  -----------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}
@media (min-width: 992px) {
  .container {
    width: 1100px;
  }
}

.common_wrap,
.common-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}
@media (min-width: 992px) {
  .common_wrap,
  .common-wrap {
    width: 1100px;
  }
}

.area_padding {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .area_padding {
    padding: 80px 0;
  }
}

/* ==========================================================================
   Module
   ページを構成するスタイルを定義
   ========================================================================== */
/*---------------------------------------------------------------------------
   共通部品
  --------------------------------------------------------------------------- */
/*----------------------------------------
   ページトップへボタン
  -----------------------------------------*/
.page_top {
  position: fixed;
  z-index: 99999;
  bottom: 80px;
  right: 10px;
}
@media (min-width: 992px) {
  .page_top {
    bottom: 30px;
    right: 30px;
  }
}

.page_top a {
  font-size: 350%;
  opacity: 0.5;
  color: var(--page-top-color);
}

/*----------------------------------------
   ボタン
  -----------------------------------------*/
.btn {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border: 2px solid var(--dark-color);
  color: var(--dark-color);
  background-color: #fff;
  padding: 5px;
  display: block;
  text-decoration: none;
  text-align: center;
  min-height: 50px;
  line-height: 1.3;
  transition: all 0.5s;
  cursor: pointer;
}

.btn:hover {
  background-color: var(--high-color);
  color: #fff;
  /*opacity: 0.7;*/
}

.btn_arrow:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  font-size: 120%;
  font-weight: 600;
}

/*矢印（左付き）*/
.btn_arrow_l:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  font-size: 120%;
  font-weight: 600;
}

/*矢印（右付き）*/
.btn_arrow_r:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  font-size: 120%;
  font-weight: 600;
}

/*虫眼鏡（右付き）*/
.btn_search_r:before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  font-size: 120%;
  font-weight: 600;
}

.btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.btn_fill_color {
  border-width: 0px;
  background-color: var(--dark-color);
  color: #fff;
}

/*----------------------------------------
   箇条書き
  -----------------------------------------*/
/* 箇条書き：・印 */
ul.disc li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
ul.disc li:before {
  content: "・" !important;
  font-weight: normal !important;
  margin-right: 0.5em;
}

/* 箇条書き：※印 */
ul.kome li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
ul.kome li:before {
  content: "※" !important;
  font-weight: normal !important;
  margin-right: 0.5em;
}

/* 箇条書き：丸数字 */
ol.maru {
  padding-left: 0;
  list-style-type: none;
  counter-reset: num;
}

ol.maru li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  ol.maru li {
    padding-left: 25px;
  }
}

ol.maru li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  float: left;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  line-height: 14px;
  margin-left: -19px;
  margin-top: 3px;
  height: 13px;
  width: 13px;
  font-size: 50%;
}
@media (min-width: 768px) {
  ol.maru li:before {
    line-height: 18px;
    margin-left: -25px;
    margin-top: 8px;
    height: 18px;
    width: 18px;
    font-size: 65%;
  }
}

/*----------------------------------------
  アンダーライン、マーカー
  -----------------------------------------*/
.u_line {
  border-bottom: 1px solid #e60012;
  padding-bottom: 5px;
}

.marker {
/*  background: linear-gradient(transparent 60%, #ff6 60%);*/
  background: linear-gradient(transparent 65%, rgba(32, 104, 200, 0.3) 0%);
}

/*----------------------------------------
  reCAPTCHA v3 Icon
  -----------------------------------------*/
.grecaptcha-badge {  
  bottom: 180px !important;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .grecaptcha-badge {  
    bottom: 180px !important;  
  }
}
@media screen and (min-width: 992px) {
  .grecaptcha-badge {  
    bottom: 110px !important;  
  }
}

/*---------------------------------------------------------------------------
   共通デザイン構成クラス
  --------------------------------------------------------------------------- */
/*----------------------------------------
  文字
  -----------------------------------------*/
.mincyo {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.company_name_eng {
  font-family: 'Lora', serif;
}

/*-------------------------------------
  ページネーション
---------------------------------------*/
.pagination {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 4rem;
  }
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers li {
  margin: 0 5px;
}
.pagination .page-numbers li a {
  color: var(--main-color);
  text-decoration: none;
  background-color: #eee;
  display: block;
  padding: 5px 15px;
}
.pagination .page-numbers li .current {
  padding: 5px 15px;
}

/*-------------------------------------
  前の記事、次の記事ガイド
---------------------------------------*/
.post-navigation {
  margin-top: 3rem;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.nav-links > div {
  margin: 0 10px;
}
.nav-links > div a {
  display: block;
  text-decoration: none;
  color: var(--high-color);
  border: 2px solid var(--high-color);
  padding: 10px 30px;
}
.nav-links > div a:hover {
  background-color: var(--high-color);
  color: #fff;
  opacity: 0.7;
}

/* 前の記事 */
.nav-previous {
  position: relative;
}
.nav-previous:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
    color: var(--high-color);
    font-size: 120%;
    font-weight: 600;
}
.nav-previous span {
  padding-left: 8px;
}

/* 次の記事 */
.nav-next {
  position: relative;
}
.nav-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9%;
    color: var(--high-color);
    font-size: 120%;
    font-weight: 600;
}
.nav-next span {
  padding-right: 8px;
}

/*------------------------------------------
  セクションタイトル
--------------------------------------------*/
.section_title {
  /* color: var(--accent-color); */
  color: var(--main-color);
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 200%;
  margin-bottom: 3rem;
}

.section_title::after {
  position: absolute;
  content: "";
  border-top: 5px solid var(--dark-color);
  /* border-bottom: 5px solid #555; */
  width: 100px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/*---------------------------------------------------------------------------
  ページデザイン構成クラス
  --------------------------------------------------------------------------- */
/*------------------------------------------
  共通ヘッダーレイアウト
--------------------------------------------*/
.pc_header {
  height: 70px;
}
@media screen and (min-width: 768px){
  .pc_header {
    height: 100px;
  }
}

.header_wrap {
  position: relative;
}
.header_wrap .logo {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.header_wrap .logo a {
  display: flex;
}
.header_wrap .logo .logo_img {
  width: 20%;
}

@media screen and (min-width: 768px){
  .header_wrap .logo {
    top: 1rem;
    left: 1rem;
  }
  .header_wrap .logo .logo_img {
    width: 15%;
  }
}
@media screen and (max-width: 767px){
  .header_wrap .companyname_img {
    width: 60%;
  }
}

/*------------------------------------------
  共通ヘッダーナビゲーションレイアウト
--------------------------------------------*/
.header_nav {
}
@media screen and (min-width: 992px) {
  .header_nav {
    display: flex;
    justify-content: space-between;
  }
}
.pc_container {
  display: none;
}
@media (min-width: 992px) {
  .pc_container {
    display: block;
  }
}

.header_nav .current_page_item a {
  color: var(--text-color);
}

/*------------------------------------------
  グローバルナビゲーション：ハンバーガーメニュー
--------------------------------------------*/
@media (min-width: 992px) {
  .hamb_menu {
/*    display: none;*/
  }
}
.hamb_menu .btn_menu {
  position: fixed;
  top: 4px;
  right: 7px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  z-index: 311;
  background-color: var(--high-color);
  border: none;
}
@media (min-width: 992px) {
  .hamb_menu .btn_menu {
    top: 1rem;
    right: 1rem;
  }
}
.hamb_menu .btn_menu:hover {
  opacity: 1;
}
.hamb_menu .btn_menu span,
.hamb_menu .btn_menu span:before,
.hamb_menu .btn_menu span:after {
  content: "";
  position: absolute;
  display: block;
  top: 27px;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #fff;
  transition: all 1s ease;
}
.hamb_menu .btn_menu span:before {
  top: -11px;
  transition: all 1s ease;
}
.hamb_menu .btn_menu span:after {
  top: 11px;
  transition: all 1s ease;
}
.hamb_menu #menu_onoff {
  display: none;
}
.hamb_menu #menu_onoff:checked ~ .btn_menu span {
  background-color: rgba(255, 255, 255, 0);
}
.hamb_menu #menu_onoff:checked ~ .btn_menu span:before {
  top: 0;
  transform: rotate(45deg);
  transition: all 1s ease;
}
.hamb_menu #menu_onoff:checked ~ .btn_menu span:after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 1s ease;
}
.hamb_menu .menu_contents {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 310;
  background-color: var(--high-color);
  transition: all 0.3s;
}
.hamb_menu #menu_onoff:checked ~ .menu_contents {
  left: 0;
}
.hamb_menu #menu_onoff:checked ~ .menu_contents li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.hamb_menu .menu_contents ul {
  padding: 120px 10px 0;
}
.hamb_menu .menu_contents li {
  list-style: none;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
.hamb_menu .menu_contents li:nth-child(2) {
  transition-delay: 0.05s !important;
}
.hamb_menu .menu_contents li:nth-child(3) {
  transition-delay: 0.1s !important;
}
.hamb_menu .menu_contents li:nth-child(4) {
  transition-delay: 0.15s !important;
}
.hamb_menu .menu_contents li:nth-child(5) {
  transition-delay: 0.2s !important;
}
.hamb_menu .menu_contents li:nth-child(6) {
  transition-delay: 0.25s !important;
}
.hamb_menu .menu_contents li:nth-child(7) {
  transition-delay: 0.3s !important;
}
.hamb_menu .menu_contents li:nth-child(8) {
  transition-delay: 0.35s !important;
}
.hamb_menu .menu_contents li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 110%;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  transition: color 0.6s ease;
}
.hamb_menu .menu_contents li.a_dummy {
  cursor: pointer;
  font-size: 110%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  transition: color 0.6s ease;
}

/*------------------------------------------
  共通フッター
--------------------------------------------*/
.footer_office_area {
  background-color: var(--dark-color);
  color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 991px) {
  .footer_office_wrap {
    width: 70%;
    margin: auto;
  }

}

.footer_office_area a {
  color: #fff;
  text-decoration: none;
}

.footer_left_item {
  font-weight: bold;
  font-size: 140%;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_left_item {
    width: 50%;
  }
}

.footer_office_item {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_office_item {
    width: 35%;
  }
}

.footer_offcie_tel {
  margin-top: 0.5rem;
}

.footer_credit_area {
  padding: 1rem 0 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px){
  .footer_credit_area {
    margin-bottom: 0;
  }
}

.footer_logo {
  width: 25%;
  margin: 5px auto 1rem;
}
@media screen and (min-width: 768px){
  .footer_logo {
    width: 9%;
  }
}

/*------------------------------------------
  ページヘッダーイメージ＆タイトル
--------------------------------------------*/
.hero_image_area {
  position: relative;
  margin: 0 0 2rem;
/*  padding-left: 150px;
  min-height: 350px;*/
}
@media screen and (min-width: 768px){
  .hero_image_area {
    padding-left: 50px;
    min-height: 350px;
  }
}
@media screen and (min-width: 992px){
  .hero_image_area {
    padding-left: 100px;
    min-height: 450px;
  }
}

.hero_image {
  position: relative;
  background-image: url(/img/heroimg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  min-height: 250px;
}
@media screen and (min-width: 768px){
  .hero_image {
    min-height: 350px;
  }
}
@media screen and (min-width: 992px){
  .hero_image {
    max-width: 1400px;
    min-height: 450px;
  }
}

.hero_title {
  font-weight: 600;
  line-height: 1.1;
  color: var(--main-color);
  letter-spacing : 0px;
  text-shadow    :
    1px  1px 1px #dddddd,
    -1px  1px 1px #dddddd,
    1px -1px 1px #dddddd,
    -1px -1px 1px #dddddd,
    1px  0px 1px #dddddd,
    0px  1px 1px #dddddd,
    -1px  0px 1px #dddddd,
    0px -1px 1px #dddddd;

    font-size: 150%;
    margin-left: 1rem;
}
@media screen and (min-width: 768px){
  .hero_title {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.1;

    left: 60px;
    font-size: 200%;
  }
}
@media screen and (min-width: 992px){
  .hero_title {
    left: 90px;
    font-size: 300%;
  }
}

.hero_title h1 {
  font-size: 2em;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.hero_title .title_jp {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hero_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 15px;
  height: 100%;
  background-color: var(--high-color);
}
@media screen and (min-width: 768px){
  .hero_title:before {
    left: -76px;
  }
}
@media screen and (min-width: 992px){
  .hero_title:before {
    left: -105px;
  }
}

/*------------------------------------------
  パンくずリスト
--------------------------------------------*/
#breadcrumb {
  padding-left: 1rem;
  font-size: 90%;
  margin-bottom: 1rem;
}
#breadcrumb a {
  color: var(--text-color);
}

/*-------------------------------------
  中ページ
---------------------------------------*/
/*
*  セクション余白
*/
.page .area_padding {
  padding: 0 0 40px;
}
@media (min-width: 992px) {
  .page .area_padding {
    padding: 0 0 80px;
  }
}

/*
*  タイトル
*/
/* Level2 タイトル */
.lv2_title {
  position: relative;
  display: block;
  background-color: #efefef;
  padding: 10px 0 10px 2rem;
}
.lv2_title:before {
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  display: block;
  content: "";
  width: 20px;
  height: 5px;
  background-color: var(--main-color);
}

/* Level3 タイトル */
.lv3_title {
  position: relative;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid var(--light-color);
}
.lv3_title:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: var(--main-color);
}

.desc p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .desc p {
    margin-right: 1rem;
  }
}

.link_banner img {
  border: 3px solid blue;
}

/*------------------------------------------
  アニメーション
--------------------------------------------*/
/* 左から素早く */
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
  }
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* 上からふわっと出現 */
/* .fadeUp{
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */


/* 左からふわっと出現 */

/* .fadeLeft{
  animation-name: fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
} */

/* 右からふわっと出現 */

/* .fadeRight{
  animation-name: fadeRightAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
} */

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
/* .fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
  opacity: 0;
} */

/*------------------------------------------
  スプラッシュアニメーション
--------------------------------------------*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background:var(--main-color);
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splashLogo {
	position: absolute;
	top: 50%;
	left: 50%;
  width: 100%;
	transform: translate(-50%, -50%);
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}

.splashbg1,
.splashbg2{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body {
  background-color: var(--main-color);
}
body.appear {
  background-color: #fbfbfb;
}

body.appear .splashbg1,
body.appear .splashbg2{
	display:block;
}

/*上に消えるエリア*/
body.appear .splashbg1{
	animation-name:PageAnime;
	animation-duration:1.4s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    bottom:50%;
	left:0;
    transform: scaleY(1);
    background-color:var(--main-color);/*伸びる背景色の設定*/
}

@keyframes PageAnime{
	0% {
		transform-origin:top;
		transform:scaleY(1);
	}

	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*下に消えるエリア*/
body.appear .splashbg2{
    animation-name:PageAnime2;
	animation-duration:1.4s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 50%;
	left:0;
    transform: scaleY(1);
    background-color:var(--main-color);/*伸びる背景色の設定*/
}

@keyframes PageAnime2{
	0% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/
#mainBody{
	opacity: 0;/*はじめは透過0に*/
    position: relative;
    z-index: 1;
}

/*bodyにappearクラスがついたら出現*/
body.appear #mainBody{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	/* animation-delay:0.2s; */
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*------------------------------------------
  スマホ用フッターガイド
--------------------------------------------*/
#sp_footer_guide {
  display: none;
  /* position: sticky; */
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 2px 0;
  background-color: #fff;
  z-index: 9999;
}
#sp_footer_guide a {
  color: var(--text-color) !important;
}
#f_guide_inq {
  background-color: var(--light-color);
}
#f_guide_tel {
  background-color: var(--background-color);
}
.f_guide_wrap {
  width: 49.8%;
  border: 2px solid var(--dark-color);
  border-radius: 5px;
  text-align: center;
  padding: 3px;
  text-decoration: none;
  color: var(--text-color);
}
/* お問合せガイド */
.f_guide_inq_wrap {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  margin-top: 7px;
}
.f_guide_inq_wrap img {
  width: 15%;
}
.f_guide_inq_text {
  font-size: 80%;
  margin-left: 8px;
}
/* 電話番号ガイド */
.f_guide_tel_wrap {
  display: flex;
  align-items: center;
  padding: 3px 5px;
}
.f_guide_tel_wrap img {
  width: 15%;
}
.f_guide_phoneno {
  margin-left: 5px;
}
.f_guide_eigyo {
  font-size: 65%;
}

/*------------------------------------------
  お問い合わせガイド
--------------------------------------------*/
#guide_inq {
  display: none;
  position: fixed;
  bottom: 280px;
  left: 10px;
  width: 110px;
  height: 110px;
  font-size: 85%;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50%;
  padding: 38px 0;
  text-align: center;
  transition: bottom 2s;
  z-index: 9999;
}
#guide_inq a {
  color: #fff;
  text-decoration: none;
}

