﻿@charset "shift_jis";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/* CSS Document */


body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.main {
  background-color: #ccc;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.header_bg {
  background-color: #ff8c1e;
  height: 80px;
  display: flex; /* Flexbox を適用 */
  align-items: center; /* 縦中央揃え */
}

.header_bg2 {
  background-color: #ff64b4;
  height: 80px;
  display: flex; /* Flexbox を適用 */
  align-items: center; /* 縦中央揃え */
}

.header_bg3 {
  background-color: #64c83c;
  height: 80px;
  display: flex; /* Flexbox を適用 */
  align-items: center; /* 縦中央揃え */
}

.header_bg4 {
  background-color: #ff8755;
  height: 80px;
  display: flex; /* Flexbox を適用 */
  align-items: center; /* 縦中央揃え */
}

.header_bg5 {
  background-color: #0078e1;
  height: 80px;
  display: flex; /* Flexbox を適用 */
  align-items: center; /* 縦中央揃え */
}

.header {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%; /* 親要素の高さを継承 */
}

.header_container {
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center; /* 縦中央揃え */
  justify-content: space-between; /* 左右に分ける */
}

.header_text{
  text-align: left;
  font-size: 1.8em;
  color: #fff;
  font-weight: 500;
  margin-right: auto; /* 右側にスペースを作る */
  padding-left: 10px; /* 必要なら調整 */
}


.image-a {
  flex: 1;
  min-width: 0; /* ← 追加: これがないとflexアイテムが縮小しない場合あり */
  max-width: 50px;
  width: 100%;
  text-align: center;
}

.image-a img {
  width: 100%; /* ← 追加: 親要素の幅に合わせて縮小 */
  height: auto;
  display: block;
}

.image-group {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-left: auto; /* 右寄せ */
  padding-right: 20px; /* 必要なら調整 */
}

.rollover {
  max-width: 180px;
  width: 100%;
  height: auto;
}

.rollover img {
  width: 100%;
  height: auto;
  display: block;
}

.rollover img.hover {
  display: none;
}

.rollover:hover img.default {
  display: none;
}

.rollover:hover img.hover {
  display: block;
}

.main_bg {
  background-image: url(../img/bg_001.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
  padding-top: 80px; /* 固定の上部余白を追加 */
}

.main_bg2 {
  background-image: url(../img/bg_002.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
  padding-top: 80px; /* 固定の上部余白を追加 */
}

.main_bg3 {
  background-image: url(../img/bg_003.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
  padding-top: 80px; /* 固定の上部余白を追加 */
}

.main_bg4 {
  background-image: url(../img/bg_004.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
  padding-top: 80px; /* 固定の上部余白を追加 */
}

.main_bg5 {
  background-image: url(../img/bg_005.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
  padding-top: 80px; /* 固定の上部余白を追加 */
}

.main_bg6 {
  background-image: url(../img/bg_006.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
}

.main_bg7 {
  background-image: url(../img/bg_007.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
}

.main_bg8 {
  background-image: url(../img/bg_008.png);
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto; 
  min-height: 100vh; /* height から min-height に変更 */
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* 画像の縦位置が変わらないよう調整 */
}

.main_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1200px;
  padding: 0 50px 0 50px;
}

.main_rollover {
  width: 100%;
  height: auto;
  position: relative;
}

.main_rollover img {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
}

.main_rollover img.hover {
  display: none;
  /* position: absolute;*/
  top: 0;
  left: 0;
}

.main_rollover:hover img.default {
  display: none;
}

.main_rollover:hover img.hover {
  display: block;
}


/* 問い合わせフォーム */

.info_bg{
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  padding: 50px;
}

.contents_1200{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.contents_area{
  width: 92%;
  text-align: left;
  margin: 0 auto;
}

.contents_text{
  background-color: #fff;
  padding: 20px;
  text-align: left;
  font-size: 1.2em;
}

.contents_text a{
  color: #00aeba;
  font-weight: 600;
}

.contents_main{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.contents_main p{
  padding: 20px 0 20px 20px;
}

.contents_main ul{
  margin: 0 0 50px 20px;
}


.line {
  margin: 1em 0;
  color: #232323;
  background: #fff;

  padding:10px 0 10px 0;
  border-bottom: 2px solid #eee;
  font-size: 1.2em;
}

dd{
  padding-left: 20px;
}

/* テキストフィールドの横幅を指定 */
input[type="text"] {
  width: 300px; /* 横幅をピクセル単位で指定 */
  padding: 10px; /* 内側の余白を指定（オプション） */
  border: 1px solid #ccc; /* ボーダーを指定（オプション） */
  border-radius: 5px; /* 角を丸くする（オプション） */
  font-size: 16px; /* フォントサイズを指定（オプション） */
}


.contents_main_btn{
  text-align: center;
  margin: 30px 0 30px 0;
}

.contents_main_btn button{
  font-size: 1.2em;
}

.contents_text a{
  color: #00aeba;
  font-weight: 600;
}

.btn_area{
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
}

.btn_area i{
  padding: 0 10px 0 10px;
}

.jump-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #00b9ff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 0 20px 0;
}

.jump-button:hover {
  background-color: #00b9ff;
}

.font_red{
  color: #ff0000;
  font-weight: 600;
  font-size: 1.1em;
}

.font_bold{
  font-weight: 600;
  font-size: 1.1em;
}


/* ボタン共通設定 */
.top_btn2 {
  position: relative;
  text-decoration: none;
  display: inline-flex; /* inline-blockからinline-flexに変更 */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  background: transparent;
  border-radius: 25px;
  outline: none;
  width: 46%;
  margin: 8px 15px 8px 15px;
  transition: all 0.2s ease;
  border: 3px solid #f7b52c; /* ボーダーを指定（オプション） */
}

/*hoverをした後のボタンの形状*/
.top_btn2:hover {
  border-color: transparent;
}

.top_btn2 span {
  display: flex; /* フレックスコンテナに設定 */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  justify-content: flex-start; /* フレックスアイテムを左寄せ */
  background: #fff;
  border-radius: 25px;
  color: #333;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
}

/* ボタンの中のテキスト */
.top_btn2 p {
  margin: 0; /* マージンをリセット */
  padding: 20px;
  display: flex; /* フレックスボックスに変更 */
  align-items: center; /* テキストと画像を縦方向に中央揃え */
  gap: 10px; /* 画像とテキストの間にスペースを追加 */
}

/*影の設定*/
.pushright2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #eee;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright2:hover span {
  background-color: #f7b52c;
  color: #fff;
  transform: translate(4px, 4px);
}

.contents_title{
  font-size: 1.4em;
  font-weight: 600;
}

.contents_title i{
  padding: 0 10px 0 0;
}

/* マニュアルリスト */

.manuallist_bg{
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  margin: 30px;
  padding: 30px;
  text-align: left;
}

.manuallist_button-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2列を確保 */
  gap: 20px; /* 列の間隔 */
  width: 100%;
}

.manuallist_column {
  display: flex;
  flex-direction: column;
  gap: 10px; /* ボタン間の余白 */
}

.manuallist_column p{
  text-align: center;
  margin-bottom: -50px;
}

.manuallist_btn {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #ff8c1e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  width: 100%; /* 各列の幅いっぱい */
}


.manuallist_title {
  position: relative;
  color: white;
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size: 1.4em;
  margin-bottom: 30px;
  text-align: left;
}

.manuallist_title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.list_button a {
  background: #eee;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 450px;
  padding: 10px 25px;
  color: #333333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-family: "Font Awesome 5 Free";
}
.list_button a:hover {
  background: #333333;
  color: #FFF;
}
.list_button a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.list_button a:hover:after {
  border-color: #FFF;
}

h3 {
  position: relative;
  padding: 0px 0 10px 25px;
  max-width: 20%;
}

h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

.manuallist_bg p{
  padding: 20px 0 50px 0 ;

}





@media screen and (max-width: 1366px) {
  body, html {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

  /* 特定のページでスクロールを無効化 */
  body.no-scroll {
    overflow: hidden;
  }

  .header_bg ,.header_bg2,.header_bg3,.header_bg4,.header_bg5{
    width: 100vw; /* ビューポートの横幅いっぱい */
    margin: 0;
    padding: 0;
    height: 8vw;
  }

  .header {
    display: flex;
    align-items: center; /* 縦方向の中央配置 */
    height: 100%; /* 親要素の高さを維持 */
    justify-content: space-between; /* 左右に要素を配置 */
  }

  .header_container {
    width: 100%; /* 最大幅を解除して全幅に */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; /* 左右に要素を配置 */
    max-width: none; /* 既存の max-width を解除 */
  }

  .image-a {
    align-self: flex-start; /* 左寄せ */
    text-align: left; /* テキスト要素がある場合の左寄せ */
  }

  .image-group {
    display: flex;
    justify-content: flex-end; /* 右寄せ */
    align-items: center;
    padding: 0 40px 0 0;
  }

  .main_bg,.main_bg2,.main_bg3,.main_bg4,.main_bg5 {
    width: 100vw; /* ビューポートの横幅いっぱい */
    height: 100vh;
    background-size: contain; /* 画像の縦横比を維持しつつ全体表示 */
    background-position: top center; /* 背景の中央配置 */
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    max-width: none; /* 既存の max-width を解除 */
    display: flex;
    justify-content: center;
    align-items: center; /* 縦方向の中央配置 */
  }

  .main_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 画面全体をカバー */
    width: 100vw;
  }

  .main_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 1行に2つの画像を並べる */
    gap: 30px; /* 画像間の間隔を調整 */
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: -120px;
  }

  .image-a {
    max-width: 70px;
    padding: 0 0 0 30px;
  }

  .header_text{
    font-size: 1.6em;
    color: #fff;
    padding-left: 10px; /* 必要なら調整 */
  }
  
  .rollover {
    max-width: 160px;
  }

  .main_rollover img {
    max-width: 500px;
  }
  
}


@media screen and (max-width: 1180px) {
  body, html {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

    /* 特定のページでスクロールを無効化 */
    body.no-scroll {
      overflow: hidden;
    }

    .header_bg ,.header_bg2,.header_bg3,.header_bg4,.header_bg5{
    width: 100vw; /* ビューポートの横幅いっぱい */
    margin: 0;
    padding: 0;
    height: 7vw;
  }

  .header {
    display: flex;
    align-items: center; /* 縦方向の中央配置 */
    height: 100%; /* 親要素の高さを維持 */
    justify-content: space-between; /* 左右に要素を配置 */
  }

  .header_container {
    width: 100%; /* 最大幅を解除して全幅に */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; /* 左右に要素を配置 */
    max-width: none; /* 既存の max-width を解除 */
  }

  .image-a {
    align-self: flex-start; /* 左寄せ */
    text-align: left; /* テキスト要素がある場合の左寄せ */
  }

  .image-group {
    display: flex;
    justify-content: flex-end; /* 右寄せ */
    align-items: center;
    padding: 0 40px 0 0;
  }

  .main_bg,.main_bg2,.main_bg3,.main_bg4,.main_bg5 {
    width: 100vw; /* ビューポートの横幅いっぱい */
    height: 100vh;
    background-size: contain; /* 画像の縦横比を維持しつつ全体表示 */
    background-position: top center; /* 背景の中央配置 */
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    max-width: none; /* 既存の max-width を解除 */
    display: flex;
    justify-content: center;
    align-items: center; /* 縦方向の中央配置 */
  }

  .main_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 画面全体をカバー */
    width: 100vw;
  }

  .main_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 1行に2つの画像を並べる */
    gap: 30px; /* 画像間の間隔を調整 */
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: -100px;
  }

  .image-a {
    max-width: 70px;
    padding: 0 0 0 30px;
  }

  .header_text{
    font-size: 1.2em;
    color: #fff;
    padding-left: 10px; /* 必要なら調整 */
  }
  
  .rollover {
    max-width: 120px;
  }

  .main_rollover img {
    max-width: 400px;
  }

}

@media screen and (max-width: 1024px) {
  body, html {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
  }

    /* 特定のページでスクロールを無効化 */
    body.no-scroll {
      overflow: hidden;
    }

    .header_bg ,.header_bg2,.header_bg3,.header_bg4,.header_bg5{
    width: 100vw; /* ビューポートの横幅いっぱい */
    margin: 0;
    padding: 0;
    height: 8vw;
  }

  .header {
    display: flex;
    align-items: center; /* 縦方向の中央配置 */
    height: 100%; /* 親要素の高さを維持 */
    justify-content: space-between; /* 左右に要素を配置 */
  }

  .header_container {
    width: 100%; /* 最大幅を解除して全幅に */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; /* 左右に要素を配置 */
    max-width: none; /* 既存の max-width を解除 */
  }

  .image-a {
    align-self: flex-start; /* 左寄せ */
    text-align: left; /* テキスト要素がある場合の左寄せ */
  }

  .image-group {
    display: flex;
    justify-content: flex-end; /* 右寄せ */
    align-items: center;
    padding: 0 40px 0 0;
  }

  .main_bg,.main_bg2,.main_bg3,.main_bg4,.main_bg5 {
    width: 100vw; /* ビューポートの横幅いっぱい */
    height: 100vh;
    background-size: contain; /* 画像の縦横比を維持しつつ全体表示 */
    background-position: top center; /* 背景の中央配置 */
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    max-width: none; /* 既存の max-width を解除 */
    display: flex;
    justify-content: center;
    align-items: center; /* 縦方向の中央配置 */
  }

  .main_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 画面全体をカバー */
    width: 100vw;
  }

  .main_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 1行に2つの画像を並べる */
    gap: 30px; /* 画像間の間隔を調整 */
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: -100px;
  }

  .image-a {
    max-width: 70px;
    padding: 0 0 0 30px;
  }

  .header_text{
    font-size: 1.2em;
    color: #fff;
    padding-left: 10px; /* 必要なら調整 */
  }
  
  .rollover {
    max-width: 120px;
  }

  .main_rollover img {
    max-width: 400px;
  }

}



@media screen and (max-width: 768px) {

  body, html {
    width: 100vw;
    min-height: 100vh; /* 必要に応じて高さを調整 */
    margin: 0;
    padding: 0;
  }
    /* 特定のページでスクロールを無効化 */
    body.no-scroll {
      overflow: hidden;
    }


    .header_container {
      flex-direction: column; /* 縦並びにする */
      align-items: center; /* 横中央配置 */
      text-align: center; /* 中の要素を中央揃え */
    }
  
    .image-a {
      display: flex;
      justify-content: center; /* 画像を横中央 */
      width: 15%;
      margin: 0 auto; /* 横中央寄せ */
      padding-left: 0px; /* 必要なら調整 */
    }
  
    .image-a img {
      display: block; /* 画像の余白をなくす */
      margin: 0 auto; /* 画像自体を中央に */
    }
  
    .header_text {
      font-size: 1em;
      text-align: center; /* 文字を中央揃え */
      margin: 10px auto 0; /* 上下に余白を持たせつつ中央寄せ */
    }
  


  .image-group {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
    padding: 20px 0 20px 0;
  }

  .rollover {
    display: flex;
    justify-content: center; /* 横中央配置 */
    align-items: flex-start; /* 縦の中央配置を解除 */
    max-width: 150px;
    width: 100%;
  }

  .container {
    grid-template-columns: 1fr;
  }

  .header_bg ,.header_bg2,.header_bg3,.header_bg4,.header_bg5{
    width: 100vw;
    margin: 0;
    padding: 0;
    height: 50vw;
  }

  .main_wrapper {
    display: flex;
    justify-content: flex-start; /* 縦の中央配置を解除 */
    align-items: flex-start; /* 縦の中央配置を解除 */
    height: auto; /* 必要に応じて高さを調整 */
    width: 100vw;
  }

  .main_bg,.main_bg2,.main_bg3,.main_bg4,.main_bg5 {
    width: 100vw;
    height: auto; /* 必要に応じて高さを調整 */
    display: flex;
    justify-content: center;
    align-items: flex-start; /* 縦の中央配置を解除 */
    padding-top: 20px; /* 必要に応じて上部の余白を調整 */
    min-height: none; 
  }

  .main_bg,.main_bg2,.main_bg3,.main_bg4,.main_bg5 {
    background-repeat: repeat-y;
  }
  
  .main_container {
    display: grid;
    grid-template-columns: 1fr; /* 1列表示 */
    gap: 15px; /* 画像間の余白 */
    justify-content: center;
    align-items: flex-start; /* 縦の中央配置を解除 */
    width: 100%;
    padding: 130px 10px 30px 10px; /* 両端に少し余白を追加 */
  }

  .main_rollover {
    width: 100%; /* 横幅いっぱいに */
    text-align: center;
  }

  .main_rollover img {
    max-width: 70%; /* 画像を親要素の幅に合わせる */
    height: auto;
    display: block;
    margin: 0 auto; /* 画像を中央揃え */
  }

}

