@charset "UTF-8";
body {
  color: #333;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.container {
  margin-top: 10px;
}

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10% 0;
}

header {
  top: 0px;
  left: 0px;
  position: fixed !important;
  line-height: 75px;
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 1s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
          box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}

.logo {
  width: 410px;
  height: 100px;
}

.head_menu a {
  color: #333333;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}

#top_main_01_img {
  position: relative;
  z-index: -999999;
  opacity: 0.8;
  background: #000;
}

#top_main_01_content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}

#top_main_01_content p {
  margin-top: 1em;
  font-size: 2em;
  color: #fff;
  font-weight: 900;
}

.resizeimage_w100per img {
  width: 100vw;
  height: 20em;
}

.form-control.picker__input:disabled,
.form-control.picker__input[readonly] {
  background-color: #fff;
}

h1 {
  margin: 10px 0;
}

h2.tit_h2 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin: 20px 0 20px 15px;
}

h2.tit_h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

h3 {
  font-size: 1.5em !important;
  font-weight: 600 !important;
}

h3.c01 {
  padding: 1rem 2rem !important;
  border-left: 4px dotted #0b318f;
}

h3.c02 {
  padding: 1rem 2rem !important;
  border-left: 4px dotted #d31177;
}

h4 {
  position: relative;
  padding: 1.5rem 1rem !important;
}

h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul.list01 {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.list01 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}

ul.list01 li:before {
  /*font-family: "Font Awesome 5 Free";*/
  font-family: FontAwesome;
  content: "\f138"; /*アイコンの種類*/
  position: absolute;
  left: 1em; /*左端からのアイコンまでの距離*/
  color: skyblue; /*アイコン色*/
}

.slide-title {
  text-shadow: 1px 1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, -1px -1px 0 #333;
}

main {
  font-size: 1.6em !important;
}

input,
textarea {
  font-size: 1em !important;
}

/*  フローチャート  */
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #999;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

/*  ./フローチャート  */
.contact_clm {
  background: #eee;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*- 矯正 -*/
.btn {
  font-size: 1em !important;
}

@media (max-width: 767px) {
  /* 横幅が767px以下の場合に適用するスタイル */
  .head_menu {
    display: none;
  }
  #top_main_01_img {
    padding-top: 83px;
  }
  #top_main_01_content p {
    font-size: 18px;
  }
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
  /*----------------------------
  * メニュー本体
  *----------------------------*/
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #555;
  }
  .menu__item {
    width: 100%;
    height: auto;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #333;
    background: #fff;
    color: #fff;
    opacity: 0.6;
  }
  .MenuBtn.Style01 {
    /*position: relative;*/
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 2px #000000;
  }
  .MenuBtn.Style01 .MenuBtn-BarFrame {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
  }
  .MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
    opacity: 0;
  }
  .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  /*----------------------------
  * アニメーション部分
  *----------------------------*/
  /* アニメーション前のメニューの状態 */
  .menu {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active {
    pointer-events: auto;
    opacity: 1;
  }
  div#sidebar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* 横幅が768px以上の場合に適用するスタイル */
  #top_main_01_img {
    padding-top: 103px;
  }
  #top_main_01_content {
    margin-top: 50px;
  }
  .menu-btn {
    display: none;
  }
  .menu {
    display: none;
  }
  div#sidebar {
    width: 240px;
  }
}