@charset "utf-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
　pagename* → 各ページ
　2022.1.28........... ver0.1
=============================*/

.fa, .far, .fas {
  vertical-align: middle;
}

@media (min-width: 991px) {
  a[href^="tel:"] {
      pointer-events: none;
    }
}
body, #wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

/* IE対策（zoom:1;はとりあえず試す要素） */
a:hover img {
  zoom: 1;
}
_:-ms-lang(x), selector {
  property: value;
}
_:-ms-fullscreen, :root .selector {
  property: value;
}
@media screen\0 {
  .selector {
    property: value;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .selector {
    property: value;
  }
}
/* Edge対策https://spyweb.media/2017/12/04/ie-edge-css-hacks/ */
@supports (-ms-accelerator: true) and (not (color: unset)) {
  .selector {
    property: value;
  }
}
@supports (-ms-ime-align: auto) and (not (-ms-accelerator: true)) {
  .selector {
    property: value;
  }
}
@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .selector {
    property: value;
  }
}
@supports (-ms-accelerator: true) {
  .selector {
    property: value;
  }
}
@supports (-ms-ime-align: auto) {
  .selector {
    property: value;
  }
}
/* レスポンシブ対応 */
html {
  font-size: 62.5% !important;
  vertical-align: middle !important;
} /* 10px */
img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.row {
  align-items: flex-start;
}
/* footer　常に最下部に固定 */
body, #wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
/* resetCSS=== 初期化 === */
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, button, input, output, textarea, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Helvetica Neue", Arial, "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Hiragino Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: bottom;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
br {
  margin: 0 !important;
}
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;
}
strong {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}
body {
  background-color: #fff;
  color: #1B224C;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1, h2, .h1, .h2 {
  font-weight: 700;
  font-weight: bold;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6, dt {
  font-weight: 400;
  line-height: 1.2;
}
html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  body#home, body#under02 {
    background-size: 50% auto;
  }
}
img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.row {
  align-items: flex-start;
}
/* テキスト両端揃え */
.txt_just {
  text-align: justify;
  text-justify: inter-ideograph;
}
button {
  border: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  background-color: inherit !important;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* pcのみ・spのみ・タブレットtab以上 改行 */
@media (max-width: 576px) {
  .pc_only {
    display: none;
  }
  .tab_only {
    display: block;
  }
  .sp_only {
    display: block;
  }
}
@media (min-width: 577px) {
  .pc_only {
    display: block;
  }
  .tab_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .tab_only {
    display: none;
  }
  .sp_only {
    display: none;
  }
}
/* -- パンくずリスト（カスタマイズはstyle.cssを使う） -- */
.breadcrumb {
  width: 1140px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1rem;
  margin: 0 auto 1rem;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.00);
  border-radius: 0;
}
.breadcrumb li {
  font-size: 14px;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fas {
  vertical-align: middle;
  line-height: 0;
}
.inner {
  width: 991px;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .inner {
    width: 1140px;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ================================
[Main] 
===================================*/
/*button ----------------*/
[class*="btn_"] a {
  display: block;
}
[class*="btn_"]:hover a {
  text-decoration: none;
}
.btn_line01 {
  position: relative;
  text-align: center;
}
.btn_base {
  position: relative;
  left: 3rem;
  bottom: 1rem;
}
.btn_link {
  width: 500px;
  max-width: 90%;
  margin: 0 auto 10px;
  position: relative;
}

.col_info {
  padding-top: 250px;
  margin-bottom: 250px;
}
@media (min-width: 992px) {
  .col_info {
    margin-bottom: 150px;
  }
}
.col_info .bg_border01 {
  background-color: inherit;
  height: 200px;
  margin-top: 0px;
}
.btn_line01 .btn_link {
  margin-top: 60px;
  height: 180px;
  position: relative;
}
.btn_line01 .btn_link::after {
  content: '';
  display: block;
  background-color: #FF4B2D;
  width: 150vw;
  height: 150px;
  position: absolute;
  left: -50%;
  top: 70px;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 575px) {
  .col_info {
    padding-top: 150px;
  }
  .btn_line01 .btn_link {
    height: 140px;
  }
  .btn_line01 .btn_txt {
    padding-bottom: 5.5rem;
  }
  .btn_base {
    bottom: 5rem;
  }
  .btn_line01 .btn_link::after {
    height: 120px;
    top: 60px;
  }
}
.col_title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  background-color: rgba(153, 153, 153, 0.5);
  margin-bottom: 60px;
}
.col_title::after {
  content: '';
  display: block;
  width: 1px;
  height: 46px;
  background-color: #494848;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
}
@media (max-width: 575px) {
  .col_title {
    height: 15vw;
  }
  .col_title::after {
    height: 8vw;
    top: 80%;
  }
}
.flex_col_m {
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
@media (min-width: 992px) {
  .flex_col_m {
    flex-direction: row !important;
  }
  .col_info .bg_border01 {
    background-color: #FF4B2D;
    justify-content: space-between;
  }
  .btn_line01 .btn_link {
    margin-top: -160px;
  }
  .btn_line01 .btn_link::after {
    content: none;
  }
}
.col_link .inner {
  width: 834px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col_link .inner a {
  display: block;
  flex: 0 0 50%;
  padding: 5px;
}
.col_link .inner a:hover {
  opacity: .6;
}
.col_link .inner a img {
  width: 478px;
}
@media (min-width: 421px) {
  .col_link .inner a {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .col_link .inner a {
    flex: 0 0 33.33333%;
  }
}
/*お問い合わせ*/
#home .btn_line01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:575px) {
  #home .btn_line01 {
    margin: 5rem 0;
  }
}

/*jquery.inview*/
.inView_fadeInUp, .inView_fadeInList li {
  opacity: 0;
}
/* ボタン */
.btn02 {
  display: block;
  margin: auto;
  text-align: center;
}
.btn_txtL, .btn_more {
  margin-right: 0;
  margin-left: auto;
  font-size: 1.6rem;
  padding:  1em;
  background-color: #FF4B2D;
  border: solid 1px #FF4B2D;
  color: #fff;
  line-height: 1.2;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
  transition: all .3s;
}
.btn02.btnS {
  width: 200px;
  max-width: 100%;
}
.btn_txtL:hover,
.btn_more:hover {
  background-color: #fff;
  color: #FF4B2D;
}
.btn_more {
  border-radius: 100vh;
}
.btn_txtL {
  border-radius: 5px;
}

/* タイトルデザイン */
.sec_title2 {
  position: relative;
}
.sec_title2::after {
  content: '';
  display: block;
  border-bottom: 1px solid #BED6E8;
  width: 100%;
  height: 1rem;
  margin-bottom: 2rem;
}
.sec_title3 {
  padding: 0.1em 0.3em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  border-left: 6px solid #83DCDF;
  border-bottom: 2px solid #B0BEC5;
  font-weight: bold;
}
/* ホバーデザイン */
.link_txt {
  position: relative;
  display: inline-block;
}
.link_txt::after {
  position: absolute;
  bottom: 50%;
  left: -5%;
  width: 110%;
  height: 2px;
  content: '';
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 10px;
  background-color: rgb(238, 255, 122);
  z-index: -1;
}
.link_txt:hover:after {
  bottom: 0;
  height: 100%;
  opacity: 0.3;
}