@charset "UTF-8";
body {
  font-family: "Asap Condensed", sans-serif;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  color: #063989;
}

/*----------ヘッダー----------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

@media (width < 1101px) {
  header {
    top: 0;
  }
}
.slide_nav_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 5% 0 5%;
  background-color: #fff;
  border-radius: 15px;
}

@media (width < 1101px) {
  .slide_nav_wrapper {
    padding-left: 30px;
    padding-right: 0;
    margin: 0;
    background-color: transparent;
  }
}
@media (width < 431px) {
  .slide_nav_wrapper {
    padding-left: 10px;
  }
}
.mb_header__container {
  display: flex;
  justify-content: right;
  align-items: center;
}

.mb_menu {
  display: none;
}

@media (width < 1101px) {
  .mb_menu {
    display: block;
  }
}
.header_logo {
  width: 10%;
  padding: 15px 0 15px 3%;
}

.header_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (width < 1101px) {
  .header_logo {
    width: 20%;
    padding-top: 5px;
  }
}
@media (width < 769px) {
  .header_logo {
    width: 15%;
    padding-top: 5px;
  }
}
@media (width < 431px) {
  .header_logo {
    width: 35%;
    padding: 0px;
  }
}
/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 100px;
  margin: 0;
  cursor: pointer;
  position: relative;
  z-index: 550;
  background-color: #145E96;
  transition: 0.5s all;
}

@media (width < 1101px) {
  .hamburger {
    width: 120px;
    height: 100px;
  }
}
@media (width < 769px) {
  .hamburger {
    height: 80px;
  }
}
@media (width < 431px) {
  .hamburger {
    width: 100px;
    height: 70px;
  }
}
.hamburger:hover {
  background-color: #42AB9F;
}

.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.5s;
}

@media (width < 1281px) {
  .hamburger span,
.hamburger span::after,
.hamburger span::before {
    width: 30px;
  }
}
.hamburger span::before {
  top: -10px;
}

.hamburger span::after {
  bottom: -10px;
}

.hamburger.open span {
  background-color: transparent;
}

.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ===============================================
メニューのスタイリング
=============================================== */
.mb_nav {
  position: fixed;
  width: 60%;
  height: 100vh;
  top: 0;
  right: -120%;
  background-color: #145D94;
  opacity: 0.9;
  padding: 100px 0;
  transition: all 0.5s;
  z-index: 500;
}

@media (width < 431px) {
  .mb_nav {
    width: 100%;
    padding: 50px 0 100px 0;
  }
}
.mb_nav__list {
  display: block;
}

.mb_nav__list li {
  padding-left: 5%;
}

.mb_nav__item a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
}

.mb_nav__item a:hover {
  color: #0f5474;
  background-color: #fff;
  width: 60%;
}

@media (width < 1101px) {
  .mb_nav__item a:hover {
    width: 80%;
  }
}
@media (width < 769px) {
  .mb_nav__item a:hover {
    width: 100%;
  }
}
.mb_nav.open {
  right: 0;
}

.mb_header__container {
  display: none;
}
@media (width < 1101px) {
  .mb_header__container {
    display: block;
  }
}

/* ===============================================
パソコン・ナビゲーションメニュー
=============================================== */
.header_pc_container {
  width: 60%;
}
@media (width < 1101px) {
  .header_pc_container {
    display: none;
  }
}

.header_pc_nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5%;
}
.header_pc_nav li {
  font-size: 20px;
  text-align: center;
}
.header_pc_nav a {
  color: #000;
  transition: opacity 0.3s ease;
}
.header_pc_nav a:hover {
  opacity: 0.5;
}

.menu_rb {
  font-size: 10px;
}

/* ===============================================
ファーストビュー
=============================================== */
.fv {
  background-color: #F6F6F6;
}

.fv_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.fv_wrapper {
  width: 100%;
  background-image: url(img/fv-bk.webp);
  background-position: center;
  background-size: 70%;
  padding: 15% 0 20% 0;
  position: relative;
}
@media (width < 431px) {
  .fv_wrapper {
    padding: 30% 0 20% 0;
  }
}

.fv_title {
  text-align: center;
  text-shadow: 4px 4px 5px #bdbdbd;
}
.fv_title h1 {
  font-size: 35px;
  padding-bottom: 15px;
}
@media (width < 769px) {
  .fv_title h1 {
    font-size: 30px;
  }
}
@media (width < 431px) {
  .fv_title h1 {
    font-size: 25px;
  }
}
.fv_title p {
  font-size: 20px;
  line-height: 2.5rem;
}
@media (width < 769px) {
  .fv_title p {
    font-size: 18px;
  }
}
@media (width < 431px) {
  .fv_title p {
    font-size: 14px;
  }
}

.fv_img {
  width: 50%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (width < 1101px) {
  .fv_img {
    width: 40%;
    top: 65%;
  }
}
@media (width < 769px) {
  .fv_img {
    top: 70%;
  }
}
@media (width < 431px) {
  .fv_img {
    width: 55%;
    top: 80%;
  }
}
.fv_img img {
  width: 100%;
  height: 100%;
}

.fv_cta_btn {
  width: 100%;
  background-image: url(img/cta-bk.webp);
  background-position: center;
  background-size: cover;
  padding: 12% 0 5% 0;
}
@media (width < 1441px) {
  .fv_cta_btn {
    padding: 15% 0 5% 0;
  }
}
@media (width < 769px) {
  .fv_cta_btn {
    padding: 13% 0 5% 0;
  }
}
@media (width < 431px) {
  .fv_cta_btn {
    padding: 27% 0 10% 0;
  }
}

.fv_cta_inner {
  max-width: 768px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------ボタンデザイン----------*/
.o_btn {
  width: 50%;
  text-align: center;
}
.o_btn a {
  background-color: #FF8000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 7% 30%;
  font-size: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.o_btn a:hover {
  background-color: #ffa144;
}
@media (width < 769px) {
  .o_btn a {
    padding: 5% 20%;
  }
}
@media (width < 431px) {
  .o_btn a {
    font-size: 16px;
  }
}

.s_btn {
  width: 50%;
  text-align: center;
}
.s_btn a {
  background-color: #fff;
  color: #FF8000;
  border: #FF8000 solid 1px;
  font-weight: bold;
  display: inline-block;
  padding: 7% 30%;
  font-size: 20px;
  border-radius: 5px;
  transition: color 0.3s ease;
}
.s_btn a:hover {
  color: #ffa144;
}
@media (width < 769px) {
  .s_btn a {
    padding: 5% 20%;
  }
}
@media (width < 431px) {
  .s_btn a {
    font-size: 16px;
  }
}

/* ===============================================
アバウト
=============================================== */
.about {
  padding: 10% 0;
  position: relative;
}
.about::before, .about::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  z-index: 0;
}
@media (width < 1101px) {
  .about::before, .about::after {
    width: 300px;
    height: 300px;
  }
}
.about::before {
  background-image: url(img/bck-left.png);
  top: 5%;
  left: 0;
}
.about::after {
  background-image: url(img/bck-right.png);
  bottom: -5%;
  right: 0;
}
@media (width < 1101px) {
  .about::after {
    bottom: -7%;
  }
}

.about_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 4px 4px 5px #bdbdbd;
}
@media (width < 769px) {
  .about_title h2 {
    font-size: 25px;
  }
}
.about_title h2 img {
  width: 300px;
  height: 50px;
}
@media (width < 769px) {
  .about_title h2 img {
    width: 250px;
    height: 40px;
  }
}

.about_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5%;
}
@media (width < 1101px) {
  .about_wrapper {
    display: block;
    width: 90%;
    padding: 10% 3% 3% 0;
    margin: 0 auto;
  }
}

.about_text {
  width: 50%;
  text-shadow: 4px 4px 5px #bdbdbd;
}
@media (width < 1101px) {
  .about_text {
    width: 100%;
  }
}
.about_text h3 {
  font-size: 25px;
  color: #063989;
}
@media (width < 769px) {
  .about_text h3 {
    font-size: 20px;
  }
}
.about_text p {
  font-size: 18px;
  padding-top: 5%;
}
@media (width < 769px) {
  .about_text p {
    font-size: 14px;
  }
}

.about_img {
  width: 40%;
  height: auto;
}
@media (width < 1101px) {
  .about_img {
    margin: 0 auto;
  }
}
@media (width < 769px) {
  .about_img {
    padding-top: 15%;
  }
}
.about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===============================================
ポイント
=============================================== */
.poin {
  background-color: #DCEBFF;
  padding: 10% 0;
}

.point_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (width < 1101px) {
  .point_inner {
    padding: 0 3%;
  }
}

.point_title {
  padding-bottom: 5%;
}
.point_title img {
  width: 60px;
  height: 60px;
}
@media (width < 769px) {
  .point_title img {
    width: 30px;
    height: 30px;
  }
}
.point_title h2 {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 4px 4px 5px #bdbdbd;
}
@media (width < 769px) {
  .point_title h2 {
    font-size: 25px;
  }
}

.point_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (width < 769px) {
  .point_wrapper {
    display: block;
  }
}

.point_contents {
  background-color: #FFFFFF;
  padding: 15% 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (width < 769px) {
  .point_contents {
    margin-bottom: 5%;
  }
}
.point_contents h3 {
  color: #063989;
  font-size: 20px;
  text-align: center;
}
.point_contents img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
}
.point_contents p {
  font-size: 18px;
  padding-top: 15px;
}
@media (width < 769px) {
  .point_contents p {
    font-size: 14px;
  }
}

/* ===============================================
主な機能
=============================================== */
.main {
  background-color: #F6F6F6;
  padding: 10% 0;
}
@media (width < 1101px) {
  .main {
    padding: 10% 3%;
  }
}

.main_contents_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; /* 要素間の余白 */
}
@media (width < 769px) {
  .main_contents_box {
    display: block;
  }
}

.main_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.main_title img {
  width: 60px;
  height: 60px;
}
@media (width < 769px) {
  .main_title img {
    width: 30px;
    height: 30px;
  }
}
.main_title h2 {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5%;
  text-shadow: 4px 4px 5px #bdbdbd;
}
@media (width < 769px) {
  .main_title h2 {
    font-size: 25px;
  }
}

.main_contents {
  background-color: #fff;
  border-radius: 5px;
  padding: 7% 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 769px) {
  .main_contents {
    margin-bottom: 5%;
  }
}
.main_contents img {
  width: 100px;
  height: 100px;
}
.main_contents h3 {
  font-size: 20px;
  color: #063989;
  padding: 15px 0;
  text-align: center; /* ← 中央揃え */
}
.main_contents p {
  font-size: 16px;
}

/* ===============================================
よくある質問
=============================================== */
.faq {
  padding: 10% 0 10% 0;
}

@media (width < 1101px) {
  .faq {
    padding: 10% 0 10% 0;
  }
}
@media (width < 769px) {
  .faq {
    padding: 10% 0 10% 0;
  }
}
.faq_title img {
  width: 60px;
  height: 60px;
}
@media (width < 769px) {
  .faq_title img {
    width: 30px;
    height: 30px;
  }
}
.faq_title h2 {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5%;
  text-shadow: 4px 4px 5px #bdbdbd;
}
@media (width < 769px) {
  .faq_title h2 {
    font-size: 25px;
  }
}

.faq_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.faq_wrapper {
  padding: 5% 0;
}

@media (width < 1281px) {
  .faq_wrapper {
    padding: 5% 7%;
  }
}
/*----------アコーディオンメニュー----------*/
.details {
  margin-top: 2%;
}

@media (width < 431px) {
  .details {
    margin-top: 5%;
  }
}
.details-summary {
  position: relative;
  display: block;
  font-size: 20px;
  background-color: #D2E4EC;
  padding: 3%;
}

@media (width < 1101px) {
  .details-summary {
    font-size: 18px;
  }
}
@media (width < 769px) {
  .details-summary {
    font-size: 14px;
    font-weight: bold;
  }
}
@media (width < 431px) {
  .details-summary {
    padding: 5% 3%;
  }
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

.faq_btn {
  position: absolute;
  top: 37%;
  right: 10%;
  width: 15px;
  height: 15px;
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq_btn:before, .faq_btn:after {
  content: "";
  background-color: #076FAA;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}

.faq_btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.details-summary.is-active .faq_btn {
  transform: rotate(-180deg);
}

.details-summary.is-active .faq_btn::before {
  content: none;
}

.details-content {
  background-color: #fff;
  padding: 3% 3% 3% 5%;
  font-size: 18px;
}

@media (width < 1101px) {
  .details-content {
    font-size: 16px;
  }
}
@media (width < 769px) {
  .details-content {
    font-size: 14px;
  }
}
.details-summary::-webkit-details-marker {
  display: none;
}

/* ===============================================
アナウンスボタン
=============================================== */
.anounce_btn {
  width: 100%;
  background-image: url(img/cta-bk.webp);
  background-position: center;
  background-size: cover;
  padding: 5% 0;
}

.anounce_inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.anounce_inner h2 {
  color: #fff;
  font-size: 25px;
}
@media (width < 769px) {
  .anounce_inner h2 {
    font-size: 18px;
  }
}
.anounce_inner p {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 15px;
}
@media (width < 769px) {
  .anounce_inner p {
    font-size: 18px;
  }
}
.anounce_inner .o_btn {
  width: 100%;
}
.anounce_inner .o_btn a {
  padding: 3% 15%;
}
.anounce_inner .s_btn {
  width: 100%;
}
.anounce_inner .s_btn a {
  padding: 3% 15%;
}

/* ===============================================
フッター
=============================================== */
footer {
  background-color: #F2F2F2;
  padding: 2% 0 15px 0;
}

.footer_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer_logo {
  width: 20%;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media (width < 769px) {
  .footer_logo {
    padding: 5% 0;
  }
}
.footer_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 769px) {
  .footer_nav {
    display: block;
    text-align: center;
  }
}
.footer_nav li + li {
  padding-left: 5%;
}
@media (width < 769px) {
  .footer_nav li + li {
    padding: 10px 0 0 0;
  }
}
.footer_nav a {
  color: #000;
  transition: opacity 0.3s ease;
}
.footer_nav a:hover {
  opacity: 0.5;
}

.copy_right {
  text-align: center;
  padding-top: 5%;
}

/* ===============================================
個別ページ設定
=============================================== */
.page_child {
  background-color: #E8F1F3;
  padding: 10% 0;
}
@media (width < 1281px) {
  .page_child {
    padding: 15% 0 10% 0;
  }
}
@media (width < 1101px) {
  .page_child {
    padding: 20% 3% 10% 3%;
  }
}
@media (width < 769px) {
  .page_child {
    padding: 25% 3% 10% 3%;
  }
}
@media (width < 431px) {
  .page_child {
    padding: 35% 3% 10% 3%;
  }
}

.page_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page_title {
  text-align: center;
}
.page_title h1 {
  font-size: 35px;
  text-shadow: 4px 4px 5px #bdbdbd;
  color: #063989;
  padding-bottom: 5%;
}
@media (width < 769px) {
  .page_title h1 {
    font-size: 25px;
  }
}

.page_contents {
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
}

.page_wrapper {
  font-size: 18px;
}
.page_wrapper p + p {
  padding-top: 30px;
}
@media (width < 769px) {
  .page_wrapper {
    font-size: 14px;
  }
}

ol {
  padding-left: 1.5rem;
}

/* ===============================================
会社概要
=============================================== */
table {
  border-collapse: collapse; /* セル枠を重ねて表示 */
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
}

@media (width < 1281px) {
  table {
    font-size: 16px;
  }
}
@media (width < 431px) {
  table {
    width: 100%;
  }
}
tr {
  border-bottom: solid 1px #D9D9D9;
}

td {
  padding: 2% 0;
}

@media (width < 431px) {
  td {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */