@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  color: #515151;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #707070;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #707070;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: none;
}

nav.globalMenuSp.active {
  z-index: 2;
  display: block;
}
nav.globalMenuSp.active .list_top {
  width: 100%;
  padding: 40px 0 0;
}
nav.globalMenuSp.active .list_top li a {
  display: block;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #000;
}
nav.globalMenuSp.active .list_bottom02 {
  display: flex;
  max-width: 94%;
  margin: 0 auto;
}
nav.globalMenuSp.active .list_bottom02 li {
  width: 33%;
}
nav.globalMenuSp.active .list_bottom02 li:nth-child(1) a {
  background-color: #008FF7;
}
nav.globalMenuSp.active .list_bottom02 li:nth-child(2) a {
  background-color: #ff8e08;
}
nav.globalMenuSp.active .list_bottom02 li:nth-child(3) a {
  background-color: #333333;
}
nav.globalMenuSp.active .list_bottom02 li a {
  padding: 20px;
  display: block;
  color: #fff;
}

nav.globalMenuSp .txt_box {
  padding: 10% 0 0 10%;
}
nav.globalMenuSp .txt_box .globalMenu_flex {
  display: flex;
  align-items: center;
}
nav.globalMenuSp .txt_box .globalMenu_flex .btn_list {
  margin-left: 40px;
}
nav.globalMenuSp .txt_box .menu_list {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
nav.globalMenuSp .txt_box .menu_list li {
  width: 48%;
  text-align: left;
  margin-bottom: 20px;
}
nav.globalMenuSp .txt_box .menu_list li a {
  display: block;
  color: #292925;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}
nav.globalMenuSp .txt_box .btn a {
  margin-left: 0;
  background-color: #4D4D4D;
  color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}

.thnks_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

header {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
}
header .pc_hide figure a {
  padding: 5px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.8rem;
}
header .pc_hide figure a img {
  width: 250px;
  margin-right: 10px;
}

main {
  overflow-x: hidden;
}

.header_top {
  display: flex;
  justify-content: space-between;
}
.header_top h1 {
  font-weight: normal;
  font-size: 1.2rem;
  padding: 10px 0 0 10px;
}
@media (max-width: 750px) {
  .header_top h1 {
    font-size: 1rem;
    padding: 5px 5px 0 5px;
  }
}
.header_top .interpretation {
  display: flex;
}
@media (max-width: 750px) {
  .header_top .interpretation {
    display: none;
  }
}
.header_top .interpretation li {
  font-size: 1.4rem;
}
.header_top .interpretation li:nth-child(1) a {
  background-color: #0c72bc;
}
.header_top .interpretation li:nth-child(2) a {
  background-color: #ff8e08;
}
.header_top .interpretation li:nth-child(3) a {
  background-color: #333333;
}
.header_top .interpretation li a {
  color: #fff;
  display: block;
  padding: 5px;
}

.pc_header_nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .pc_header_nav {
    display: none;
  }
}
.pc_header_nav figure {
  padding: 5px 0 0 10px;
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 900;
  font-weight: bold;
  width: 25%;
}
.pc_header_nav figure a {
  display: flex;
  align-items: center;
  color: #000;
}
.pc_header_nav figure img {
  width: 100%;
  margin-right: 10px;
}
.pc_header_nav .pc_nav {
  width: 67%;
}
.pc_header_nav .pc_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* clearfixで浮動要素をクリア */
}
.pc_header_nav .pc_nav ul .mega-menu {
  display: none;
  position: absolute;
  top: 82%;
  left: 0;
  width: 100%; /* ナビゲーション全体にメガメニューを広げる */
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 20px;
}
.pc_header_nav .pc_nav ul .menu-column {
  width: 100%; /* カラム幅の調整（全体で4カラムに） */
  padding: 10px;
}
.pc_header_nav .pc_nav ul .menu-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pc_header_nav .pc_nav ul .menu-column ul.wid3 li {
  width: 31%;
}
.pc_header_nav .pc_nav ul .menu-column ul li {
  width: 18%;
  margin: 0 1% 20px;
}
.pc_header_nav .pc_nav ul .menu-column ul li .txt {
  text-align: center;
  margin-top: 10px;
}
.pc_header_nav .pc_nav ul .menu-column ul li figure img {
  width: 100%;
}
.pc_header_nav .pc_nav ul .menu-column ul li:last-child a {
  background-color: transparent;
  padding: 0;
  color: #000;
}
.pc_header_nav .pc_nav ul .mega-menu::after {
  content: "";
  display: table;
  clear: both;
}
.pc_header_nav .pc_nav ul li {
  margin-left: 10px;
}
.pc_header_nav .pc_nav ul li a {
  font-size: 1.6rem;
  color: #333;
  position: relative;
}
.pc_header_nav .pc_nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px; /* 下線の太さ */
  background-color: #0094FF; /* 下線の色 */
  transition: width 0.3s ease; /* アニメーション効果 */
}
.pc_header_nav .pc_nav ul li a:hover::after {
  width: 100%; /* マウスオーバーで下線を全幅に広げる */
}
.pc_header_nav .pc_nav ul li:last-child a {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  background-color: #0094FF;
  padding: 10px 20px;
  color: #fff;
}

.mv {
  /* 動画背景を含むコンテナ全体の設定 */
  /* 動画背景を含むコンテナ全体の設定 */
  /* 動画自体の設定 */
  /* スマートフォン対応の設定 */
  /* コンテンツのスタイル */
}
.mv .video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* ビューポート全体の高さ */
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv .video-background {
    height: 50vh;
  }
}
.mv .video-background::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0); /* オーバーレイの色 */
}
.mv .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover; /* 動画の縦横比を維持しつつ拡大縮小 */
}
@media screen and (max-width: 768px) {
  .mv .video-background video {
    -o-object-fit: contain;
       object-fit: contain; /* スマホでは動画全体を表示 */
    width: 100%; /* 幅を100%に調整 */
    height: auto; /* 高さは自動調整 */
    min-height: auto;
  }
}
.mv .video-background .content {
  position: absolute;
  z-index: 1; /* 動画より前面に表示するためにz-indexを設定 */
  color: #000; /* テキストが見やすいように白に設定 */
  width: 100%;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .mv .video-background .content {
    left: 50%;
    top: auto;
    transform: translate(-50%, -40%);
    bottom: 18%;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}
.mv .video-background .content h2 {
  font-size: 4rem;
}
@media (max-width: 750px) {
  .mv .video-background .content h2 {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.mv .video-background .content .txt {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .mv .video-background .content .txt {
    font-size: 1.4rem;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

.top_news {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
.top_news .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
@media (max-width: 750px) {
  .top_news .inner {
    padding: 10px 10px;
  }
}
.top_news .inner h2 {
  width: 30%;
}
@media (max-width: 750px) {
  .top_news .inner h2 {
    width: 15%;
    font-size: 1.6rem;
  }
}
.top_news .inner ul {
  width: 60%;
  display: flex;
}
@media (max-width: 750px) {
  .top_news .inner ul {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .top_news .inner ul li {
    font-size: 1.2rem;
  }
}
.top_news .inner ul li:nth-child(2) {
  margin-left: 20px;
}
.top_news .inner ul li a {
  color: #000;
}
.top_news .inner ul li a::after {
  content: "";
  display: block;
  background-image: url(../img/top/arrrow_news.png);
  width: 25px;
  height: 7px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 43%;
}

.box01 {
  background-image: url(../img/top/box01.png);
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box01 {
    padding: 50px 0;
  }
}
.box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box01 .inner h2 {
  text-align: center;
  color: #333;
  font-size: 3.6rem;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .box01 .inner h2 {
    font-size: 2.6rem;
  }
}
.box01 .inner h2 span {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .box01 .inner h2 span {
    margin-bottom: 10px;
  }
}
.box01 .inner .txt {
  text-align: center;
  line-height: 1.6;
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 750px) {
  .box01 .inner .txt {
    padding: 0 20px;
    text-align: left;
  }
}

.box02 {
  padding-top: 50px;
}
@media (max-width: 750px) {
  .box02 {
    padding-top: 0;
  }
}
.box02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box02 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box02 .inner .flex_box .left_box {
  width: 40%;
}
.box02 .inner .flex_box .left_box h2 {
  color: #0094FF;
  font-size: 9rem;
}
.box02 .inner .flex_box .right_box {
  width: 45%;
}
.box02 .inner .flex_box .right_box p {
  line-height: 2;
}
.box02 .inner .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 750px) {
  .box02 .inner .list {
    margin-top: 0px;
  }
}
.box02 .inner .list li {
  width: 50%;
  height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.box02 .inner .list li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box02 .inner .list li .flextxt {
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .box02 .inner .list li {
    width: 100%;
    height: 250px;
    align-items: center;
  }
}
.box02 .inner .list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.box02 .inner .list li:hover .flextxt .btn {
  color: #000;
  background-color: #fff;
}
.box02 .inner .list li:hover .flextxt .btn::after {
  background-image: url(../img/top/arrow_bk.png);
}
.box02 .inner .list li .flextxt {
  padding: 0 0 50px 50px;
  width: 100%;
}
@media (max-width: 750px) {
  .box02 .inner .list li .flextxt {
    padding: 0 0 20px 0px;
  }
}
.box02 .inner .list li .flextxt h3 {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 750px) {
  .box02 .inner .list li .flextxt h3 {
    font-size: 2.3rem;
    text-align: center;
  }
}
.box02 .inner .list li .flextxt h3 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .box02 .inner .list li .flextxt h3 span {
    font-size: 1.2rem;
  }
}
.box02 .inner .list li .flextxt .btn {
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 50px;
  color: #fff;
  max-width: 200px;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 750px) {
  .box02 .inner .list li .flextxt .btn {
    margin: 20px auto 0;
  }
}
.box02 .inner .list li .flextxt .btn::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  background-image: url(../img/top/arrow.png);
  display: block;
  width: 16px;
  height: 6px;
  transition: background-image 0.5s ease;
}
.box02 .inner .list li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box02 .inner .list li:nth-child(1) {
  background-image: url(../img/top/img01.jpg);
  background-size: cover;
}
.box02 .inner .list li:nth-child(2) {
  background-image: url(../img/top/img02.jpg);
  background-size: cover;
}
.box02 .inner .list li:nth-child(3) {
  background-image: url(../img/top/img03.jpg);
  background-size: cover;
}
.box02 .inner .list li:nth-child(4) {
  background-image: url(../img/top/img04.jpg);
  background-size: cover;
}

.box03 {
  padding-top: 50px;
  background-color: #FAFAFA;
  padding: 50px 0;
  margin-top: 100px;
}
.box03 .inner {
  max-width: 90%;
  margin-left: 10%;
  display: flex;
}
.box03 .left_box {
  width: 30%;
  padding-top: 3%;
}
.box03 .left_box h2 {
  font-size: 5rem;
  color: #0094FF;
}
.box03 .left_box h2 span {
  display: block;
  font-size: 2rem;
  color: #000;
  margin-top: 10px;
}
.box03 .left_box .btn {
  margin-top: 20px;
}
.box03 .left_box .btn a {
  max-width: 260px;
  border-radius: 20px;
  padding: 10px;
  display: block;
  color: #0094FF;
  font-size: 1.6rem;
  border: 1px solid #0094FF;
  position: relative;
}
.box03 .left_box .btn a:hover {
  background-color: #0094FF;
  color: #fff;
}
.box03 .left_box .btn a:hover::after {
  background-image: url(../img/top/arrow_red_wh.png);
}
.box03 .left_box .btn a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  content: "";
  display: block;
  background-size: cover;
  background-image: url(../img/top/arrow_red.png);
  width: 25px;
  height: 8px;
}
.box03 .right_box {
  width: 70%;
}
.box03 .right_box .slider-3 li {
  margin-right: 20px;
  padding: 0 10px;
  position: relative; /* 擬似要素のために相対位置を設定 */
}
.box03 .right_box .slider-3 li::before, .box03 .right_box .slider-3 li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent; /* 初期状態は透明なボーダー */
  transition: border 0.5s ease; /* ボーダーが表示されるアニメーション */
}
.box03 .right_box .slider-3 li:hover::before {
  border-top-color: #DD001D; /* ボーダー上部 */
  border-left-color: #DD001D; /* ボーダー左部 */
  transition: border-color 0.5s ease; /* アニメーションでボーダーを表示 */
}
.box03 .right_box .slider-3 li:hover::after {
  border-bottom-color: #DD001D; /* ボーダー下部 */
  border-right-color: #DD001D; /* ボーダー右部 */
  transition: border-color 0.5s ease; /* アニメーションでボーダーを表示 */
}
.box03 .right_box figure {
  display: block;
  text-align: center;
}
.box03 .right_box figure img {
  margin: 0 auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.box03 .right_box h3 {
  margin-top: 20px;
  text-align: center;
}
.box03 .right_box .txt {
  text-align: center;
  margin-top: 10px;
  font-size: 1.6rem;
}
.box03 .right_box .txt.mini {
  font-size: 1.4rem;
}

.box04 {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .box04 {
    margin-top: 50px;
  }
}
.box04 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box04 .inner {
    padding: 0 20px;
  }
}
.box04 .inner .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box04 .inner .flex_box h2 {
  color: #0094FF;
  font-size: 5.8rem;
}
@media (max-width: 750px) {
  .box04 .inner .flex_box h2 {
    font-size: 3.8rem;
  }
}
.box04 .inner .flex_box h2 span {
  display: block;
  color: #000;
  font-size: 2rem;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .box04 .inner .flex_box h2 span {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.box04 .inner .flex_box .btn a {
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .box04 .inner .flex_box .btn a {
    font-size: 1.4rem;
  }
}
.box04 .inner .flex_box .btn a:after {
  content: "";
  display: block;
  background-image: url(../img/top/arrow_bl.png);
  background-size: cover;
  width: 25px;
  height: 7px;
  margin-left: 30px;
}
@media (max-width: 750px) {
  .box04 .inner .flex_box .btn a:after {
    margin-left: 10px;
  }
}
.box04 .inner .list {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box04 .inner .list li {
  width: 32%;
  padding: 15px 5px;
  position: relative; /* 擬似要素のために相対位置を設定 */
}
@media (max-width: 750px) {
  .box04 .inner .list li {
    width: 100%;
  }
}
.box04 .inner .list li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.box04 .inner .list li:hover {
  background-color: #FAFAFA;
  transition: background-color 1s ease; /* アニメーションでボーダーを表示 */
}
.box04 .inner .list li::before, .box04 .inner .list li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent; /* 初期状態は透明なボーダー */
  transition: border 0.5s ease; /* ボーダーが表示されるアニメーション */
}
.box04 .inner .list li:hover::before {
  border-top-color: #0094FF; /* ボーダー上部 */
  border-left-color: #0094FF; /* ボーダー左部 */
  transition: border-color 0.5s ease; /* アニメーションでボーダーを表示 */
}
.box04 .inner .list li:hover::after {
  border-bottom-color: #0094FF; /* ボーダー下部 */
  border-right-color: #0094FF; /* ボーダー右部 */
  transition: border-color 0.5s ease; /* アニメーションでボーダーを表示 */
}
.box04 .inner .list li .day {
  margin-top: 5px;
}
.box04 .inner .list li .ttl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}
.box04 .inner .list li .txt {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 1.2rem;
}

.box05 {
  padding-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box05 {
    padding-top: 0;
  }
}
.box05 a {
  position: absolute;
  z-index: 10;
}
.box05.sec {
  padding-top: 0px;
}
.box05.sec .list {
  margin-top: 0px;
}
.box05 .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.box05 .flex_box .left_box {
  width: 40%;
}
.box05 .flex_box .left_box h2 {
  color: #0094FF;
  font-size: 9rem;
}
.box05 .flex_box .right_box {
  width: 45%;
}
.box05 .flex_box .right_box p {
  line-height: 2;
}
.box05 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.box05 .list li {
  width: 50%;
  height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.box05 .list li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 750px) {
  .box05 .list li {
    width: 100%;
    height: 250px;
    align-items: center;
  }
}
.box05 .list li:hover .flextxt .btn {
  color: #000;
  background-color: #fff;
}
.box05 .list li:hover .flextxt .btn::after {
  background-image: url(../img/top/arrow_bk.png);
}
.box05 .list li .flextxt {
  padding: 0 0 50px 50px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .box05 .list li .flextxt {
    padding: 0 0 0 0px;
  }
}
.box05 .list li .flextxt h3 {
  font-size: 3rem;
  color: #000;
}
@media (max-width: 750px) {
  .box05 .list li .flextxt h3 {
    font-size: 2.3rem;
    text-align: center;
  }
  .box05 .list li .flextxt h3.sp_poji {
    position: absolute;
    top: -67%;
    left: 29%;
  }
}
.box05 .list li .flextxt h3 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .box05 .list li .flextxt h3 span {
    font-size: 1.4rem;
  }
}
.box05 .list li .flextxt .btn {
  margin-top: 30px;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 50px;
  color: #000;
  max-width: 200px;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 750px) {
  .box05 .list li .flextxt .btn {
    margin: 20px auto 0;
  }
  .box05 .list li .flextxt .btn.spyou {
    margin: 60px auto 0;
  }
}
.box05 .list li .flextxt .btn::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  background-image: url(../img/top/arrow.png);
  display: block;
  width: 16px;
  height: 6px;
  transition: background-image 0.5s ease;
}
.box05 .list li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box05 .list li:nth-child(1) {
  background-image: url(../img/top/box05img01.jpg);
  background-size: cover;
}
.box05 .list li:nth-child(2) {
  background-image: url(../img/top/box05img02.jpg);
  background-size: cover;
}

.box06 {
  padding: 100px 0;
}
@media (max-width: 750px) {
  .box06 {
    padding: 50px 0 0;
  }
}
.box06 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box06 .inner {
    flex-direction: column;
  }
}
.box06 .inner h2 {
  width: 30%;
  font-size: 5rem;
  color: #0094FF;
}
@media (max-width: 750px) {
  .box06 .inner h2 {
    font-size: 3rem;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
  }
}
.box06 .inner h2 span {
  display: block;
  color: #000;
  font-size: 2rem;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .box06 .inner h2 span {
    margin-top: 0;
    margin-left: 10px;
  }
}
.box06 .inner .list {
  display: flex;
  justify-content: space-between;
  width: 68%;
}
@media (max-width: 750px) {
  .box06 .inner .list {
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}
.box06 .inner .list li {
  width: 31%;
}
@media (max-width: 750px) {
  .box06 .inner .list li {
    width: 48%;
    margin-bottom: 20px;
  }
}

footer {
  border-top: 1px solid #000000;
  padding-top: 10px;
  margin-top: 30px;
}
footer .footer_bottom {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  footer .footer_bottom {
    justify-content: center;
  }
}
footer .footer_bottom li {
  font-size: 1.2rem;
}
footer .footer_bottom li a {
  color: #000;
}
footer .inner {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 750px) {
  footer .inner {
    flex-direction: column-reverse;
  }
}
footer .inner .left_box {
  width: 30%;
}
@media (max-width: 750px) {
  footer .inner .left_box {
    width: 100%;
    text-align: center;
  }
}
footer .inner .left_box figure {
  margin-bottom: 5px;
}
footer .inner .left_box figure figcaption {
  font-size: 2.6rem;
}
footer .inner .left_box .txt01 {
  font-size: 1.4rem;
  margin-top: 10px;
}
footer .inner .left_box .txt01 a {
  color: #000;
}
footer .inner .left_box .footer_btn {
  margin-top: 10px;
}
@media (max-width: 750px) {
  footer .inner .left_box .footer_btn {
    text-align: center;
  }
}
footer .inner .left_box .footer_btn a {
  border: 1px solid #0094FF;
  display: block;
  text-align: center;
  width: 200px;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  background-color: #0094FF;
  color: #fff;
  position: relative;
}
@media (max-width: 750px) {
  footer .inner .left_box .footer_btn a {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .inner .left_box .footer_btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 6px;
  background-image: url(../img/top/arrow.png);
}
footer .inner .left_box .add {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
footer .inner .left_box .add span {
  display: block;
  font-size: 1.2rem;
}
footer .inner .left_box .tel {
  line-height: 1.2;
}
footer .inner .right_box {
  display: flex;
  width: 65%;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  footer .inner .right_box {
    width: 100%;
    justify-content: flex-start;
  }
}
footer .inner .right_box a {
  color: #000;
}
footer .inner .right_box .line_list {
  margin-left: 40px;
}
@media (max-width: 750px) {
  footer .inner .right_box .line_list {
    margin-left: 0px;
    margin-right: 10px;
  }
}
footer .inner .right_box .line_list li {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  footer .inner .right_box .line_list li {
    font-size: 1.4rem;
  }
}
footer .inner .right_box .line_list li::before {
  display: inline-block;
  content: "ー";
  margin-right: 10px;
}
@media (max-width: 750px) {
  footer .inner .right_box .line_list li::before {
    margin-right: 5px;
  }
}
footer .inner .right_box .list {
  margin-left: 40px;
}
footer .inner .right_box .list h3 {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
footer .inner .right_box .list ul {
  padding-left: 10px;
}
footer .inner .right_box .list ul li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.sec_top_txt02 {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .sec_top_txt02 {
    margin-top: 20px;
    padding-top: 10px;
  }
}
.sec_top_txt02 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}
@media (max-width: 750px) {
  .sec_top_txt02 .inner {
    padding: 0 20px;
  }
}
.sec_top_txt02 .inner .txt {
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .sec_top_txt02 .inner .txt {
    text-align: left;
  }
}

.sec_mv {
  max-width: 1200px;
  margin: 120px auto 0;
}
.sec_mv.sales {
  max-width: 960px;
}
@media (max-width: 750px) {
  .sec_mv {
    margin-top: 80px;
    padding: 0 20px;
  }
}
.sec_mv h2 {
  font-size: 2rem;
}
@media (max-width: 750px) {
  .sec_mv h2 {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.sec_mv h2 span {
  margin-top: 20px;
  font-size: 4.5rem;
  display: block;
  color: #0094FF;
}
@media (max-width: 750px) {
  .sec_mv h2 span {
    font-size: 2.6rem;
    margin-top: 10px;
  }
}
.sec_mv figure {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .sec_mv figure.sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sec_mv figure.pc_hide {
    display: none !important;
  }
}
.sec_mv figure img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.sec_nav {
  max-width: 1100px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sec_nav {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.sec_nav.wid3 li {
  width: 32%;
}
@media (max-width: 750px) {
  .sec_nav.wid3 li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.sec_nav.wid4 li {
  width: 23%;
}
@media (max-width: 750px) {
  .sec_nav.wid4 li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.sec_nav.wid5 li {
  width: 18%;
}
@media (max-width: 750px) {
  .sec_nav.wid5 li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.sec_nav li {
  text-align: center;
  position: relative;
}
.sec_nav li a {
  display: block;
  padding: 0 0 10px 0;
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.sec_nav li a.none {
  border-bottom: none;
}
.sec_nav li a.none::before {
  display: none;
}
.sec_nav li a.none::after {
  display: none;
}
.sec_nav li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #0094FF;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  top: 44%;
  right: 0;
  transform: translateY(-50%);
}
.sec_nav li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 4px;
  border-bottom-color: #fff;
  position: absolute;
  top: 38%;
  right: 5px;
  transform: rotate(180deg);
}

.machine_leed {
  text-align: center;
  line-height: 1.5;
  margin-top: -30px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .machine_leed {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

.sec_ttl {
  text-align: center;
  font-size: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.sec_ttl.mt_machine {
  margin-top: 200px;
}
@media (max-width: 750px) {
  .sec_ttl.mt_machine {
    margin-top: 80px;
  }
}
.sec_ttl.mt50 {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .sec_ttl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.sec_ttl::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #0094FF;
  margin-top: 10px;
}

.sec_btn01 {
  margin-top: 20px;
}
.sec_btn01 a {
  max-width: 260px;
  border-radius: 20px;
  padding: 10px;
  display: block;
  color: #DD001D;
  font-size: 1.6rem;
  border: 1px solid #DD001D;
  position: relative;
}
.sec_btn01 a:hover {
  background-color: #DD001D;
  color: #fff;
}
.sec_btn01 a:hover::after {
  background-image: url(../img/top/arrow_red_wh.png);
}
.sec_btn01 a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  content: "";
  display: block;
  background-size: cover;
  background-image: url(../img/top/arrow_red.png);
  width: 25px;
  height: 8px;
}

.sec_sub_txt01 {
  text-align: center;
  font-size: 2.1rem;
}
.sec_sub_txt01.mt30 {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .sec_sub_txt01 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.sec_top {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .sec_top {
    margin-top: 50px;
  }
}
.sec_top.mb100 {
  margin-bottom: 100px;
}

.sec_list01 {
  margin: 30px 0;
}
.sec_list01.resin dl dt {
  width: 38%;
}
.sec_list01.resin dl dd {
  width: 62%;
}
@media (max-width: 750px) {
  .sec_list01.film dl dt {
    text-align: left;
  }
  .sec_list01.film dl dd {
    text-align: left;
  }
  .sec_list01.film dl dd.flex {
    flex-direction: column;
  }
}
.sec_list01.film02 dl {
  max-width: 1000px;
  margin: 0 auto;
}
.sec_list01.film02 dl dt {
  width: 20%;
}
.sec_list01.film02 dl dd {
  width: 80%;
}
.sec_list01.mb60 {
  margin-bottom: 60px;
}
.sec_list01 dl {
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
}
.sec_list01 dl dt {
  width: 30%;
  padding: 20px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 750px) {
  .sec_list01 dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
  }
}
.sec_list01 dl dd {
  line-height: 1.5;
  padding: 20px;
  width: 70%;
  border-bottom: 1px solid #fff;
}
.sec_list01 dl dd.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sec_list01 dl dd {
    width: 100%;
    padding-top: 5px;
    text-align: center;
  }
}

.sec_list02 {
  border-top: 1px solid #6C6C6C;
  border-bottom: 1px solid #6C6C6C;
  max-width: 1200px;
  margin: 50px auto 0;
  padding-bottom: 30px;
}
.sec_list02 .top_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin: -20px 0 30px;
}
@media (max-width: 750px) {
  .sec_list02 .top_txt {
    margin: 0px 0 30px;
    font-size: 1.4rem;
  }
}
@media (max-width: 750px) {
  .sec_list02 {
    padding: 0 20px 20px;
  }
}
.sec_list02.wh {
  border-top: 1px solid #fff;
  border-bottom: none;
  padding-bottom: 30px;
}
.sec_list02.border_topnone {
  margin: 100px auto;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 750px) {
  .sec_list02.border_topnone {
    margin: 50px auto;
  }
}
.sec_list02.border_topnone dl dt {
  border-left: 4px solid #DD001D;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
.sec_list02.border_topnone dl dt:first-of-type {
  margin-top: 0;
}
.sec_list02 .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .sec_list02 .inner {
    flex-direction: column;
  }
}
.sec_list02 dl {
  border-top: 1px solid #fff;
}
@media (max-width: 750px) {
  .sec_list02 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_list02 dl dt {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
.sec_list02 dl dd {
  line-height: 1.5;
}

.sec_list03 {
  border-top: 1px solid #fff;
  margin-top: 30px;
}
.sec_list03 ul {
  display: flex;
  flex-wrap: wrap;
}
.sec_list03 ul.mb100 {
  margin-bottom: 100px;
}
.sec_list03 ul li {
  width: 50%;
  margin: 10px 0;
  padding: 10px 20px;
  display: flex;
  border-bottom: 1px solid #fff;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .sec_list03 ul li {
    width: 100%;
    flex-direction: column;
  }
}
.sec_list03 ul li.wid100 {
  width: 100%;
}
.sec_list03 ul li.wid100 p {
  width: 100%;
}
.sec_list03 ul li:nth-child(even)::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10%;
}
.sec_list03 ul li .ttl {
  width: 25%;
  text-align: center;
}
@media (max-width: 750px) {
  .sec_list03 ul li .ttl {
    width: 100%;
    text-align: left;
  }
}
.sec_list03 ul li .ttl.w100 {
  width: 100%;
  text-align: left;
}
.sec_list03 ul li .txt {
  width: 75%;
}
@media (max-width: 750px) {
  .sec_list03 ul li .txt {
    width: 100%;
  }
}

.sec_box01_new {
  background-color: #EFEFEF;
  padding: 30px 0;
  margin-top: 30px;
}
.sec_box01_new.new_sec_top_01 {
  margin-top: 120px;
}
@media (max-width: 750px) {
  .sec_box01_new.new_sec_top_01 {
    margin-top: 80px;
  }
}
.sec_box01_new.film {
  margin-top: 80px;
  padding-top: 0;
}
.sec_box01_new.bk_none {
  background-color: transparent;
}
@media (max-width: 750px) {
  .sec_box01_new.bk_none {
    padding: 100px 0 0;
  }
}
@media (max-width: 750px) {
  .sec_box01_new {
    padding: 50px 0;
    margin-top: 30px;
  }
}
.sec_box01_new .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_box01_new .inner .btn {
  text-align: center;
  margin-top: 40px;
}
.sec_box01_new .inner .btn a {
  background-color: #008FF7;
  color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
}

.sec_box01 {
  background-color: #EFEFEF;
  padding: 100px 0;
  margin-top: 60px;
}
.sec_box01.last {
  padding: 20px 0;
  margin-top: 60px;
}
.sec_box01.film {
  margin-top: 120px;
  padding-top: 0;
}
@media (max-width: 750px) {
  .sec_box01.film {
    margin-top: 60px;
  }
}
.sec_box01.film_mbnon {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sec_box01.bk_none {
  background-color: transparent;
}
@media (max-width: 750px) {
  .sec_box01.bk_none {
    padding: 30px 0 0;
  }
}
@media (max-width: 750px) {
  .sec_box01 {
    padding: 50px 0;
    margin-top: 30px;
  }
}
.sec_box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_box01 .inner .btn {
  text-align: center;
  margin-top: 40px;
}
.sec_box01 .inner .btn a {
  background-color: #008FF7;
  color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
}

.sec_flex_box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sec_flex_box.mini {
  max-width: 1000px;
}
@media (max-width: 750px) {
  .sec_flex_box {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.sec_flex_box.left_100 .left_box {
  width: 100%;
  margin-top: 30px;
}
.sec_flex_box .left_box {
  width: 49%;
}
.sec_flex_box .left_box.long {
  width: 73%;
}
@media (max-width: 750px) {
  .sec_flex_box .left_box.long {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .sec_flex_box .left_box {
    width: 100%;
    margin-top: 20px;
  }
}
.sec_flex_box .left_box h3 {
  font-size: 3.8rem;
}
@media (max-width: 750px) {
  .sec_flex_box .left_box h3 {
    font-size: 2.4rem;
  }
}
.sec_flex_box .left_box h3.product_table_ttl {
  font-size: 2.6rem;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .sec_flex_box .left_box h3.product_table_ttl {
    font-size: 2.4rem;
  }
}
.sec_flex_box .left_box .sub_txt {
  margin-top: 25px;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .sec_flex_box .left_box .sub_txt {
    font-size: 2rem;
  }
}
.sec_flex_box .left_box .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 25px;
}
.sec_flex_box .left_box .txt.mtnon {
  margin-top: 0;
}
.sec_flex_box .left_box .big_ttl {
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .sec_flex_box .left_box .big_ttl {
    font-size: 1.4rem;
  }
}
.sec_flex_box .left_box .txt02 {
  font-size: 1.6rem;
  line-height: 1.8;
}
.sec_flex_box .right_box {
  width: 49%;
  text-align: right;
}
.sec_flex_box .right_box.min {
  width: 25%;
}
@media (max-width: 750px) {
  .sec_flex_box .right_box.min {
    width: 50%;
    margin: 0 auto;
  }
}
.sec_flex_box .right_box.left {
  text-align: left;
}
@media (max-width: 750px) {
  .sec_flex_box .right_box {
    width: 100%;
  }
}
.sec_flex_box .right_box .bikou {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.sec_flex_box .right_box .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 25px;
  text-align: left;
}
@media (max-width: 750px) {
  .sec_flex_box .right_box .txt {
    font-size: 1.4rem;
  }
  .sec_flex_box .right_box .txt.big {
    font-size: 1.6rem;
  }
}
.sec_flex_box .right_box .txt02 {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}

.sec_list_img {
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .sec_list_img {
    padding: 0 20px;
  }
}
.sec_list_img li {
  width: 31%;
  margin: 0 1% 40px;
}
@media (max-width: 750px) {
  .sec_list_img li {
    width: 100%;
  }
}
.sec_list_img li figure {
  text-align: center;
}
.sec_list_img li dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_list_img li dl dt {
  width: 22%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 1.6rem;
}
.sec_list_img li dl dd {
  width: 78%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sec_list_img li dl dd a {
  color: #000;
}
.sec_list_img li h3 {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #0094FF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
  margin: 20px auto;
  max-width: 346px;
}
.sec_list_img li .txt {
  font-size: 1.4rem;
  line-height: 1.5;
  min-height: 70px;
  max-width: 350px;
  margin: 0 auto;
}
.sec_list_img li .btn {
  margin-top: 20px;
}
.sec_list_img li .btn a {
  max-width: 260px;
  border-radius: 20px;
  padding: 10px;
  display: block;
  color: #0094FF;
  font-size: 1.6rem;
  border: 1px solid #0094FF;
  position: relative;
  margin: 0 auto;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.sec_list_img li .btn a:hover {
  background-color: #0094FF;
  color: #fff;
}
.sec_list_img li .btn a:hover::after {
  background-image: url(../img/top/arrow_red_wh.png);
}
.sec_list_img li .btn a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  content: "";
  display: block;
  background-size: cover;
  background-image: url(../img/top/arrow_bl.png);
  width: 25px;
  height: 8px;
  transition: background-image 0.5s ease;
}

.product_box01 {
  padding: 50px 0;
}
.product_box01 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.product_box01 .inner h2 {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .product_box01 .inner h2 {
    font-size: 2.6rem;
    padding: 0 10px;
  }
}
.product_box01 .inner h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #DD001D;
}

.corporate_table01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
@media (max-width: 750px) {
  .corporate_table01 {
    width: 96%;
    margin: 0 auto;
  }
  .corporate_table01 table th {
    float: none;
    width: auto;
  }
  .corporate_table01 table td {
    float: none;
    width: auto;
  }
}
.corporate_table01 th {
  background-color: #008FF7;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .corporate_table01 th {
    background-color: transparent;
    color: #008FF7;
    width: 100%;
    float: left;
  }
}
.corporate_table01 td {
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .corporate_table01 td {
    width: 100%;
    float: left;
  }
}
.corporate_table01 table td {
  border: none;
}

.product_box02 {
  padding: 50px 0;
}
.product_box02 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.product_table {
  width: 100%;
  border-collapse: collapse;
}
.product_table th {
  padding: 15px;
  background-color: #008FF7;
  color: #fff;
  border: 1px solid #fff;
  font-weight: normal;
  width: 25%;
  line-height: 1.4;
}
.product_table td {
  width: 75%;
  padding: 15px;
  background-color: #FAFAFA;
  border: 1px solid #D5D5D5;
  line-height: 1.4;
}
.product_table td.top {
  text-align: center;
}

.product_table02 {
  width: 100%;
  border-collapse: collapse;
}
.product_table02 th {
  padding: 15px;
  background-color: #008FF7;
  color: #fff;
  border: 1px solid #fff;
  font-weight: normal;
  line-height: 1.4;
}
.product_table02 td {
  padding: 15px;
  background-color: #FAFAFA;
  border: 1px solid #D5D5D5;
  line-height: 1.4;
}
.product_table02 td.top {
  text-align: center;
}

/* モーダルの背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 750px) {
  .modal {
    overflow: scroll;
  }
}

/* モーダルコンテンツ */
.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  position: relative;
}
@media (max-width: 750px) {
  .modal-content {
    width: 100%;
    padding: 20px 10px;
    overflow-y: scroll;
    margin: 35% auto;
  }
}

/* 閉じるボタン */
.close {
  position: absolute;
  right: -40px;
  top: -40px;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .close {
    right: 1%;
    top: 0%;
    color: #000;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal_table {
  width: 100%;
}
.modal_table th {
  background-color: #008FF7;
  color: #fff;
  padding: 10px;
}
.modal_table td {
  padding: 10px;
  background-color: #f6f6f6;
  text-align: center;
}

.corporate_box02 {
  max-width: 1000px;
  margin: 0 auto;
}
.corporate_box02 .flex_box .company_new_list_ttl {
  width: 100%;
  text-align: center;
  color: #0094FF;
  margin-bottom: 30px;
  font-size: 2rem;
  border-bottom: 1px solid #0094FF;
  padding-bottom: 10px;
}
.corporate_box02 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corporate_box02 dl dt {
  text-align: right;
  width: 8.5em;
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
}
@media (max-width: 750px) {
  .corporate_box02 dl dt {
    width: 5em;
  }
}
.corporate_box02 dl dt::after {
  content: "●";
  position: absolute;
  left: -0.5em;
  top: 5px;
  font-size: 22px;
  color: #ff8e08;
}
@media (max-width: 750px) {
  .corporate_box02 dl dt::after {
    right: -0.55em;
    left: auto;
  }
}
.corporate_box02 dl dd {
  width: calc(100% - 5em);
  padding: 0.5em 2em 3em;
  border-left: 2px solid #ccc;
  line-height: 1.5;
}
.corporate_box02 dl dd h2 {
  font-size: 2rem;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .corporate_box02 dl dd h2 {
    font-size: 1.8rem;
  }
}

.recruitment_notxt {
  text-align: center;
  font-size: 2rem;
  margin: 100px 0;
}

.contact_box {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .contact_box {
    width: 86%;
    float: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact_box .form_box {
  text-align: center;
  margin-top: 30px;
}
.contact_box .form_box .submit {
  background-color: #0094FF;
  padding: 15px 50px;
  color: #fff;
  font-size: 2rem;
  margin-top: 20px;
}
.contact_box table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 750px) {
  .contact_box table {
    width: 90%;
    float: left;
  }
}
.contact_box table th {
  padding: 15px;
  background-color: #008FF7;
  color: #fff;
  border: 1px solid #fff;
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .contact_box table th {
    background-color: transparent;
    color: #008FF7;
    float: left;
    width: 90%;
    text-align: left;
    box-sizing: border-box;
  }
}
.contact_box table td {
  padding: 15px 0px 15px 15px;
  background-color: #FAFAFA;
  border: 1px solid #D5D5D5;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .contact_box table td {
    float: left;
    width: 90%;
  }
}
.contact_box table td input {
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
@media (max-width: 750px) {
  .contact_box table td input {
    width: 50%;
  }
}
.contact_box table td select {
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .contact_box table td select {
    width: 50%;
  }
}
.contact_box table td textarea {
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .contact_box table td textarea {
    width: 50%;
  }
}
.contact_box table td.top {
  text-align: center;
}

.personal_box {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .personal_box {
    padding: 0 20px;
  }
}
.personal_box .txt01 {
  line-height: 2;
}
.personal_box .list_box {
  margin: 30px 0;
  padding: 0 20px;
  line-height: 2;
}
.personal_box .list_box02 {
  margin: 30px 0;
  padding: 0 20px;
  line-height: 2;
}
.personal_box .list_box02 h4 {
  font-size: 2rem;
}
.personal_box .list_box02 .list_box03 {
  margin: 10px 0;
  padding: 0 20px;
  line-height: 2;
}
.personal_box h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.personal_box h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

footer figure {
  padding: 0 0 10px 0px;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 900;
  font-weight: bold;
}
footer figure a {
  display: flex;
  align-items: center;
  color: #000;
}
footer figure img {
  width: 85%;
  margin-right: 10px;
}

.sec_contact_box {
  padding: 50px 0;
}
.sec_contact_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec_contact_box .inner h2 {
  text-align: center;
  font-size: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sec_contact_box .inner h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DD001D;
  margin-top: 10px;
}
.sec_contact_box .inner .top_txt {
  text-align: center;
}
@media (max-width: 750px) {
  .sec_contact_box .inner .top_txt {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 20px;
  }
}
.sec_contact_box .inner .contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .sec_contact_box .inner .contact_box {
    flex-direction: column;
    padding: 0 20px;
    width: 100%;
  }
}
.sec_contact_box .inner .contact_box .left_box {
  width: 45%;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .sec_contact_box .inner .contact_box .left_box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec_contact_box .inner .contact_box .left_box h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .sec_contact_box .inner .contact_box .left_box h3 {
    font-size: 1.8rem;
  }
}
.sec_contact_box .inner .contact_box .right_box {
  width: 45%;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .sec_contact_box .inner .contact_box .right_box {
    width: 100%;
  }
}

.ios_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .ios_flex {
    flex-direction: column;
  }
}
.ios_flex .left_box {
  width: 65%;
}
.ios_flex .left_box h3 {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .ios_flex .left_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ios_flex .left_box ul {
  margin-bottom: 20px;
}
.ios_flex .left_box ul li {
  margin-bottom: 10px;
}
.ios_flex .right_box {
  width: 30%;
}
@media (max-width: 750px) {
  .ios_flex .right_box {
    width: 100%;
  }
}

#content01,
#content02,
#content03,
#content04 {
  padding-top: 100px;
}
@media (max-width: 750px) {
  #content01,
#content02,
#content03,
#content04 {
    padding-top: 30px;
  }
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
.job_top_box {
  max-width: 1200px;
  margin: -50px auto 100px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 750px) {
  .job_top_box {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
    max-width: 96%;
  }
}
.job_top_box .left_box {
  background-color: #008FF7;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.job_top_box .left_box .title {
  font-size: 2.4rem;
  line-height: 1.5;
}
.job_top_box .left_box .title span {
  font-size: 1.6rem;
  display: block;
}
.job_top_box .right_box {
  padding: 20px;
  border: 1px solid #008FF7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_top_box .right_box .sec_nav {
  margin: 0;
  display: flex;
}
.job_top_box .right_box .sec_nav li {
  width: 200px;
  margin: 0 20px;
}
@media (max-width: 750px) {
  .job_top_box .right_box .sec_nav li {
    margin: 0 auto 10px;
  }
}
.job_top_box .right_box .sec_nav li a {
  border-bottom: none;
  background-color: #008FF7;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
}
.job_top_box .right_box .sec_nav li a::before {
  color: #fff;
  right: 20px;
  top: 17px;
}
.job_top_box .right_box .sec_nav li a::after {
  right: 24px;
  top: 16px;
  color: #008FF7;
  border-bottom-color: #008FF7;
}

.mini_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.mini_flex .left_box {
  max-width: 45%;
  margin-right: 5%;
}
.mini_flex .left_box .txt03 {
  font-size: 2rem;
  color: #008FF7;
  border-bottom: 1px solid #008FF7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mini_flex .right_box table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
.mini_flex .right_box table th {
  background-color: #008FF7;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.mini_flex .right_box table td {
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  line-height: 1.5;
  text-align: left;
}

.news_single_box {
  max-width: 1200px;
  margin: 50px auto;
}
@media (max-width: 750px) {
  .news_single_box {
    padding: 0 10px;
  }
}
.news_single_box h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.news_single_box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #DD001D;
  margin-top: 10px;
}
.news_single_box p {
  line-height: 1.5;
}

.film_img {
  display: flex;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media (max-width: 750px) {
  .film_img {
    flex-direction: column;
    padding: 0 20px;
  }
}
.film_img p:nth-child(1) {
  width: 45%;
}
@media (max-width: 750px) {
  .film_img p:nth-child(1) {
    width: 100%;
  }
}
.film_img p:nth-child(1) img {
  width: 100%;
}
.film_img p:last-of-type {
  width: 52%;
}
@media (max-width: 750px) {
  .film_img p:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
}

.filtxt_box {
  margin-top: 30px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .filtxt_box {
    margin-top: 20px;
    line-height: 1.5;
  }
}

/*通訳用のクラス追加
--------------------------------------------------*/
.interpretation_no.hide {
  display: none; /* 非表示 */
}

.interpretation02 {
  display: none !important;
}

.interpretation02.show {
  display: flex !important;
  align-items: center;
}
.interpretation02.show img {
  width: 10%;
}

footer .interpretation02.show {
  display: inline !important;
}

.sales_box {
  max-width: 660px;
  margin: 50px auto;
}
.sales_box dl {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
  flex-direction: column;
  padding: 0 15px;
  border-bottom: 0;
}
.sales_box dl::after {
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #000;
  border-bottom: 0;
  margin-top: 30px;
}
.sales_box dl:last-of-type::after {
  display: none;
}
.sales_box dl dt {
  width: 100%;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .sales_box dl dt {
    width: 100%;
  }
}
.sales_box dl dt img {
  width: 30px;
  margin-right: 10px;
}
.sales_box dl dd {
  width: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .sales_box dl dd {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
.sales_box dl dd span {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.flex_box_new {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  .flex_box_new {
    flex-direction: column-reverse;
  }
}
.flex_box_new .txt_box {
  padding: 30px 20px;
  width: 70%;
}
@media (max-width: 750px) {
  .flex_box_new .txt_box {
    width: 100%;
  }
}
.flex_box_new .txt_box ul li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .flex_box_new .txt_box ul li br {
    display: none;
  }
}

.bosyuno {
  text-align: center;
}

.sec_nav_btn {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  max-width: 1200px;
}
@media (max-width: 750px) {
  .sec_nav_btn {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 40px;
  }
}
.sec_nav_btn.wapper {
  flex-wrap: wrap;
}
.sec_nav_btn.wapper li {
  width: 23%;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .sec_nav_btn.wapper li {
    width: 100%;
  }
}
.sec_nav_btn.wapper li .mini {
  padding: 5px 0;
}
.sec_nav_btn.five li {
  max-width: 32%;
  width: 32%;
}
.sec_nav_btn.five li .mini {
  padding: 5px 25px;
}
@media (max-width: 750px) {
  .sec_nav_btn.five li {
    width: 100%;
    max-width: 100%;
  }
}
.sec_nav_btn.five li:nth-child(3) {
  margin-right: 0;
}
.sec_nav_btn li {
  max-width: 31%;
  margin: 0 1%;
}
.sec_nav_btn li:first-child {
  margin-left: 0;
}
.sec_nav_btn li:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .sec_nav_btn li {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.sec_nav_btn li a {
  font-size: 2rem;
  border-bottom: none;
  color: #000;
  padding: 10px;
  display: block;
  position: relative;
  transition: background-color 0.5s ease;
}
.sec_nav_btn li a.no_carsl {
  pointer-events: none;
}
.sec_nav_btn li a.no_carsl p::before {
  display: none;
}
.sec_nav_btn li a.no_carsl p::after {
  display: none;
}
.sec_nav_btn li a:hover {
  background-color: #ccc;
}
.sec_nav_btn li a figure {
  text-align: center;
}
.sec_nav_btn li a p {
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.sec_nav_btn li a p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #008FF7;
  line-height: 1;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  box-sizing: content-box;
  right: 20px;
  bottom: 0px;
}
.sec_nav_btn li a p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 4px;
  transform: rotate(180deg);
  position: absolute;
  right: 24px;
  bottom: 10px;
  color: #fff;
  border-bottom-color: #fff;
}
.sec_nav_btn li a p.mini {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4;
  padding: 5px 25px 0;
}
.sec_nav_btn li a p.mini::before {
  display: none;
}
.sec_nav_btn li a p.mini::after {
  display: none;
}

.manufacturer_wapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .manufacturer_wapper {
    flex-direction: column;
    padding: 0 10px;
  }
}
.manufacturer_wapper .manufacturer {
  width: 32%;
  border-top: 1px solid #ccc;
}
@media (max-width: 750px) {
  .manufacturer_wapper .manufacturer {
    width: 100%;
  }
}
.manufacturer_wapper .manufacturer li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
}

.machine_new_list {
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .machine_new_list {
    padding: 0 20px;
  }
}
.machine_new_list li {
  width: 30%;
  margin: 0 1% 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .machine_new_list li {
    width: 100%;
  }
}
.machine_new_list li p {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #0094FF;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
  min-height: 70px;
}
@media (max-width: 750px) {
  .machine_new_list li p {
    min-height: auto;
  }
}

.txt.waku {
  border: 1px solid #008FF7;
  padding: 20px;
  line-height: 1.8;
  max-width: 900px;
  margin: -30px auto 0;
}
@media (max-width: 750px) {
  .txt.waku {
    width: 96%;
    padding: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 750px) {
  .recruitment_ttl {
    text-align: center;
    color: #008FF7;
    font-size: 2.3rem;
  }
}

.contact_thanksbox {
  text-align: center;
  line-height: 2;
  padding: 50px 0;
}

.top_list_txt_new {
  text-align: center;
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */