@charset "utf-8";
/*#####　基本設定　#####*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  font-family: "Noto Serif JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  color: #262626;
  line-height: 2;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}
p {
  clear: both;
  padding: 10px;
}
a {
  text-decoration: none;
  color: #262626;
}
a:hover {
  opacity: 0.7;
  transition: 0.7s;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
/*################## スマホ縦用　##################*/
@media screen and (min-width: 0px) and (max-width: 480px) {
  /*####### PC非表示　スマホ表示 改行　#######*/
  .pc_area {
    display: none;
  }
  .phone_area {
    display: block;
  }
  .side-phone_area {
    display: block;
  }
  .pc_side_area {
    display: none;
  }
  .side_and_phone_area {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-side-phone {
    display: none;
  }
  .br-side-and-phone {
    display: block;
  }
  .br-side-and-pc {
    display: none;
  }
  .sp-center {
    text-align: center;
  }
  /*########################################*/
  #container {
    margin: 0 auto;
  }
  .img100 img {
    width: 100%;
    height: auto;
  }
  .img100-2 img { /*縦横どっちも画像100％表示*/
    width: 100%;
    height: auto;
  }
  /*#####　TOPに戻るボタン　#####*/
  #t-scroll {
    right: 10px;
    bottom: 20px;
  }
  #t-scroll a {
    padding: 12px 12px;
  }
  /*#####　下部お問合せバナー　#####*/
  #contact-banner {
    height: 350px;
  }
  /* 背景画像 */
  .bg-img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  /* 文字を画像の上に配置 */
  .contact-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  .contact-box {
    position: relative;
    top: -250px;
    left: 70px;
    text-align: center;
    color: #fff;
  }
  .contact-box h2 {
    font-size: 30px;
  }
  .contact-box h3 {
    position: relative;
    top: -10px;
  }
  /*各ページTOP画像のタイトル*/
  .fv-text {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  }
  .fv-text h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .fv-text h2 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -25px;
  }
  /*横棒タイトル*/
  .section-title {
    font-size: 30px;
  }
  /* 2026/7/27styles_index.cssから移動-s  */
  /* FAQ タイトル */
  .faq-item summary {
    font-size: 18px;
  }
  /*end*/
}
/*################## スマホ横用 #################*/
@media screen and (min-width: 481px) and (max-width: 896px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  /*####### スマホ横表示 #######*/
  .pc_area {
    display: none;
  }
  .side-phone_area {
    display: block;
  }
  .phone_area {
    display: none;
  }
  .pc_side_area {
    display: block;
  }
  .side_and_phone_area {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-side-phone {
    display: block;
  }
  .br-side-and-phone {
    display: block;
  }
  .br-side-and-pc {
    display: block;
  }
  .pc-center {
    text-align: center;
  }
  .side-phone_none {
    display: none;
  }
  /*########################################*/
  #containe:after {
    content: "";
    display: block;
    clear: both
  }
  #container {
    margin: 0 auto;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  #container::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
  }
  .img100-2 img { /*縦横どっちも画像100％表示*/
    width: 100%;
    height: auto;
  }
  .img100-phone-w img {
    width: 100%;
    height: auto;
  }
  .img80 img {
    width: 30%;
    height: auto;
  }
  /*#####　TOPに戻るボタン　#####*/
  #t-scroll {
    right: 10px;
    bottom: 50px;
  }
  #t-scroll a {
    padding: 12px 12px;
  }
  /*#####　ページ下部お問合せバナー　#####*/
  #contact-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    padding-top: 80px;
  }
  /* 背景画像 */
  .bg-img {
    display: block;
    width: 100%;
    height: 411px;
    object-fit: cover;
  }
  /* 文字を画像の上に配置 */
  .contact-inner {
    position: absolute;
    inset: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8%;
    width: 100%;
    height: 100%;
  }
  .contact-box {
    position: relative;
    top: 160px;
    left: 90px;
    text-align: center;
    color: #fff;
  }
  .contact-box h2 {
    font-size: 40px;
  }
  .contact-box h3 {
    position: relative;
    top: -10px;
  }
  /*########## ボタン(お問合せ) ##########*/
  .circle-btn-view-w {
    position: relative;
    left: 30px;
  }
  /*各ページTOP画像のタイトル*/
  .fv-text {
    position: absolute;
    top: 20px;
    left: 50px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  }
  .fv-text h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .fv-text h2 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -20px;
  }
  /*横棒タイトル*/
  .section-title {
    font-size: 30px;
  }
  /* 2026/7/27styles_index.cssから移動-s  */
  /* FAQ タイトル */
  .faq-item summary {
    font-size: 21px;
  }
  /*end*/
}
/*################## PC用 #################*/
@media print, screen and (min-width:897px) {
  body {
    min-width: 950px;
  }
  /*####### PC表示　スマホ非表示 #######*/
  .pc_area {
    display: block;
  }
  .phone_area {
    display: none;
  }
  .side-phone_area {
    display: none;
  }
  .pc_side_area {
    display: block;
  }
  .side_and_phone_area {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .br-side-phone {
    display: none;
  }
  .br-side-and-phone {
    display: none;
  }
  .br-side-and-pc {
    display: block;
  }
  .pc-center {
    text-align: center;
  }
  /*########################################*/
  #containe:after {
    content: "";
    display: block;
    clear: both
  }
  #container {
    margin: 0 auto;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  #container::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
  }
  /*#####　ページ下部お問合せバナー　#####*/
  #contact-banner {
    position: relative;
    overflow: hidden;
    width: 1440px;
    height: 450px;
    margin: 0 auto 40px auto;
    padding-top: 80px;
  }
  /* 背景画像 */
  .bg-img {
    display: block;
    width: 100%;
    height: 411px;
    object-fit: cover;
  }
  /* 文字を画像の上に配置 */
  .contact-inner {
    position: absolute;
    inset: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8%;
    width: 100%;
    height: 100%;
  }
  .contact-box {
    position: relative;
    top: 160px;
    left: 90px;
    text-align: center;
    color: #fff;
  }
  .contact-box h2 {
    font-size: 40px;
  }
  .contact-box h3 {
    position: relative;
    top: -10px;
  }
  /*########## ボタン(お問合せ) ##########*/
  .circle-btn-view-w {
    position: relative;
    left: 30px;
  }
  /*#####　TOPに戻るボタン　#####*/
  #t-scroll {
    right: 50px;
    bottom: 50px;
  }
  #t-scroll a {
    padding: 20px 20px;
  }
  /*各ページTOP画像のタイトル*/
  .fv-text {
    position: absolute;
    top: 50px;
    left: 150px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
  }
  .fv-text h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .fv-text h2 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    top: -35px;
  }
  /*横棒タイトル*/
  .section-title {
    font-size: 30px;
  }
  /* 2026/7/27styles_index.cssから移動-s  */
  /* FAQ タイトル */
  .faq-item summary {
    font-size: 21px;
  }
  /*end*/
}
/*################## スマホ・PC共通 ##################*/
#container {
  margin: 0 auto;
}
/*各ページTOP画像*/
.fv {
  position: relative;
}
.fv img {
  width: 100%;
  height: auto;
  display: block;
}
/*横棒タイトル*/
.section-title {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-weight: 600;
  color: #02244e;
  line-height: 1.4;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1.6em;
  background: #02244e;
}

#logo-top p img {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  position: relative;
  top: 100px;
}
/*ページリンク着地*/
.jump_point {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/*ページリンク着地*/
.jump_point-2 {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
/*#####　書体をGoogleフォントから　#####*/
.allura {
  font-family: "Allura", cursive;
}
/*#####　項目ごとタイトル-01　#####*/
.title-01 h2 {
  font-size: 30px;
  font-weight: 600;
}
.title-01 h3 {
  position: relative;
  top: -10px;
  font-size: 18px;
  font-weight: normal;
}
/*#####　項目ごとタイトル-02　#####*/
.title-02 h2 {
  font-size: 30px;
  font-weight: normal;
}
.title-02 h3 {
  position: relative;
  top: -10px;
  font-size: 18px;
  font-weight: normal
}
/*#####　左揃えの文字を横幅が自動的に伸縮　#####*/
.inline-block {
  text-align: center;
}
.inline-block p {
  display: inline-block;
  text-align: left;
}
.inline-block ul {
  display: inline-block;
  text-align: left;
}
.inline-block dl {
  display: inline-block;
  text-align: left;
}
/*#####　文字揃え　#####*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*#####　上に隙間　#####*/
.p-20 {
  padding-top: 20px;
}
.p-50 {
  padding-top: 50px;
}
/*########## 文字色 ##########*/
.white {
  color: #ffffff; /*白*/
}
.red {
  color: #ff0000; /*赤*/
}
/*########## 文字の大きさ ##########*/
.f14 {
  font-size: 14px;
  font-weight: normal;
}
.f16 {
  font-size: 16px;
  font-weight: normal;
}
.f18 {
  font-size: 18px;
}
.f21 {
  font-size: 21px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f50-p {
  font-size: 50%;
}
.f80-p {
  font-size: 80%;
  padding: 0 3px;
}
/*########## 線囲いボタン ##########*/
.line-b { /**/
  display: inline-block; /* 文字の幅に合わせて枠を作る */
  border: 1px solid #02244e;
  padding: 12px 45px;
  line-height: 1.2;
  color: #02244e;
  border-radius: 30px;
}
/*########## 塗りつぶし背景 ##########*/
.paint-g { /**/
  padding: 10px 30px;
  background-color: #04461e;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  border-radius: 10px;
  letter-spacing: 2px;
}
/*#####　TOPに戻るボタン　#####*/
#t-scroll {
  z-index: 999999; /*最前面に*/
  position: fixed;
}
#t-scroll a {
  color: #04461e;
  text-align: center;
  text-decoration: none;
}
#t-scroll a:hover {
  opacity: 0.7;
  transition: 0.7s;
}
/*########## ボタン(View more) ##########*/
.circle-btn-view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%; /* 円にする */
  border: solid 1px #262626;
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  margin: 15px 0;
  line-height: 1;
  position: relative;
  left: 45%;
}
.circle-btn-view a {
  color: #262626;
  font-size: 16px;
  line-height: 1;
}

/*########## ボタン(お問合せ) ##########*/
.circle-btn-view-w {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border-radius: 50%; /* 円にする */
  border: solid 1px #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  margin: 15px 0;
  line-height: 1;
}
.circle-btn-view a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
