@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap);
@charset "UTF-8";
p {
  margin-bottom: 0px;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size: 100%; */
  font-size: 1rem;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  /* font-size: 100%; */
  font-size: 1rem;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  width: 0;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*--------------------------------------------------------------------------*/
/*榎阪　21/11/09作成*/
/*--------------------------------------------------------------------------*/
html, body {
  width: 100%;
  background-color: white;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
}

p {
  line-height: 2em;
  margin: 1em 0;
}

.text-bold {
  font-weight: 600;
}

.text-center {
  text-align: center !important;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #0097E0;
  text-decoration: none;
  display: inline-block;
  border-bottom: #333333;
  transition: 0.3s;
}

a:hover {
  /* border-bottom: unset; */
    text-decoration: none;
}

a > img {
  transition: 0.3s;
}

a > img:hover {
  opacity: 0.6;
}

h2 {
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3 {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 3rem;
  padding: 0.5em 0;
  margin-top: 6rem;
  text-align: center;
  border-bottom: 1px #0097E0 solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 3px;
}

h3:first-of-type {
  margin-top: 0;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
  padding-top: 0.75em;
  margin-top: 6rem;
}

h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.1em;
  display: block;
  width: 1em;
  height: 2px;
}

h4:first-of-type {
  margin-top: 0;
}

li {
  list-style: none;
}

ul.listmark {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}

ul.listmark li {
  position: relative;
  padding: 0.3em 0 0.3em 1.5em;
  line-height: 1.5;
}

ul.listmark li::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0.5em;
  top: 0.9em;
  width: 4px;
  height: 4px;
}

article {
  width: 100%;
  position: relative;
}

.inner {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
}

.inner-wide {
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

th {
  white-space: nowrap;
}

/*マージン*/
/*--------------------------------------------------------------------------*/
.m-no {
  margin: 0 !important;
}

.mb-5rem {
  margin-bottom: 5rem !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.width-48 {
  width: 48% !important;
}

/*段落*/
/*--------------------------------------------------------------------------*/
.flex-right {
  display: flex;
  flex-direction: row-reverse;
}

.col2-between-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}

.company__justify {
  justify-content: left;
}

.col2-between-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

.col2-start-column {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.col-2-flex {
  width: 47%;
}

.col2-between-pc-column .col-2-flex {
  width: 100%;
}

.col-2-text {
  width: 70%;
}

.col-2-text p {
  margin-top: 0;
}

.col-2-img {
  width: 25%;
}

.col-3-flex {
  width: 30.5%;
}
@media screen and (max-width: 980px) {
    .col-3-flex {
        width: 45.5%;
      }
      .h-fix-2 {
        height:180px;
      }
}


.col-4-flex {
  width: 23.5%;
  margin-bottom: 2rem;
}

.col-4-free {
  position: relative;
  margin: 1.5rem 1% 1.5rem 1%;
  width: 22.5%;
  display: inline-block;
}

.col-5-flex {
  width: 19%;
  margin-bottom: 2rem;
  text-align: center;
}

.h-fix {
  height: 170px;
}
.h-fix-2 {
    height: 230px;
  }
  .h-fix img {
    height: 100% !important;
  }
  @media screen and (max-width: 1500px) {
    .h-fix-2 {
        height:200px;
      }
}

/*header*/
/*--------------------------------------------------------------------------*/
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}

.header-inner {
  width: calc(100% - 100px);
  padding: 30px 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1#logo {
  width: 200px;
  transition: 0.3s;
}

.is-animation {
  background: #fff;
}

.is-animation .header-inner {
  padding: 9px 0 9px 20px;
}

.is-animation h1#logo {
  width: 130px;
}

/*ハンバーガーメニュー*/
/*--------------------------------------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

article.open {
  transform: translateX(-300px);
}

.menu-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;
  transform: translateX(0);
  transition: transform 0.5s;
  padding: 1%;
  background: #0097E0;
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.menu-trigger.active {
  transform: translateX(-300px);
  background: none;
  border-left: none;
  box-shadow: unset;
}

@media screen and (max-width: 674px) {
    .menu-trigger.active {
        transform: translateX(0px);
      }

      .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(4px) rotate(-45deg) !important;
        transition: 0.3s linear;
      }
}

.menu-trigger-container {
  width: 31px;
  height: 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.5s;
  border-radius: 10px;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  transition: 0.3s linear;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  transition: 0.3s linear;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  transition: 0.3s linear;
}

#logo-mark {
  width: 50px;
  height: auto;
  margin-bottom: 14px;
  transition: 0.5s;
}

#logo-mark-sub {
  width: 120px;
  height: auto;
  transition: 0.5s;
  margin: 0 auto;
}

.menu-trigger.active #logo-mark {
  transition: opacity 0.3s linear;
  opacity: 0;
}

nav {
  width: 300px;
  padding-top: 100px;
  height: 100%;
  background: #0097E0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100%);
  transition: all 0.5s;
}

nav.open {
  transform: translateZ(-300px);
  background: #0097E0;
}

nav ul {
  margin-top: 20px;
}

nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  padding: 1.5rem 0;
}

nav li > a {
  opacity: 0;
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  transition: 1.5s;
}

nav.open li > a {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.menu-global, .menu-search {
  width: 40px;
  height: auto;
}

.menu-global {
  margin-bottom: 10px;
}

.hamburger {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 10px;
}

header.is-animation .menu-trigger {
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  padding: unset;
  box-shadow: unset;
  height: 58px;
  flex-wrap: nowrap;
  justify-content: center;
}

header.is-animation .menu-trigger .menu-trigger-container, header.is-animation .menu-trigger .menu-global, header.is-animation .menu-trigger .menu-search {
  margin: 0 10px;
}

/*アコーディオンメニュー*/
/*--------------------------------------------------------------------------*/
ul#menu-g-navi > li {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}

ul#menu-g-navi > li:hover {
  background-color: grba(255, 255, 255, 0.2);
}

ul#menu-g-navi > li::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(/images/arrow-down-w.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 1.75em;
  right: 20px;
  transition: all 0.4s ease;
  opacity: 0.2;
}

ul#menu-g-navi > li.open::after {
  transform: rotate(180deg);
  top: 1.75em;
}

ul#menu-g-navi > li#menu-item-53::after, ul#menu-g-navi > li#menu-item-54::after, ul#menu-g-navi > li#menu-item-52::after, ul#menu-g-navi > li#menu-item-51::after {
  display: none;
}

ul.sub-menu {
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  margin-top: 0;
  transform: translateY(-50px);
  transition: all 0.2s ease;
}

ul.sub-menu.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

ul.sub-menu li {
  padding: 0.75em 0 !important;
}

ul.sub-menu li:first-child {
  padding-top: 2em !important;
}

ul.sub-menu li a {
  font-size: 0.9rem !important;
}

li#menu-item-55 > a, li#menu-item-67 > a, li#menu-item-71 > a {
  pointer-events: none;
}

/*footer*/
/*--------------------------------------------------------------------------*/
footer {
  width: 100%;
}

.footer-top {
  background: #E6E6E6;
  padding: 50px 0 30px 0;
}

.footerbox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footerbox-logo {
  width: 30%;
  display: flex;
  align-items: center;
  color: #0097E0;
  font-size: 1.5rem;
  font-weight: 900;
}

.footerbox-logo img {
  margin-right: 0.5em;
  width: 150px;
}

.footerbox-group {
  width: 70%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footerbox-group ul {
  width: 23%;
}

.footerbox-group ul li {
  font-size: 0.8rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.footer-bottom {
  background: #333333;
  width: 100%;
  padding-top: 50px;
}

.footer-bottom,
.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  color: #93cbe7;
}

.footer-menu {
  width: 80%;
  margin: 0 10% 30px 10%;
}

.footer-menu ul.menu {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-menu ul.menu li {
  margin: 0 2em 0 0.5em;
  line-height: 2em;
  position: relative;
}

.footer-menu ul.menu li:after {
  position: absolute;
  content: "";
  background: url(/images/footer-link-arrow.svg) no-repeat;
  background-size: 1em 1em;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1em;
  height: 1em;
}

.copyright {
  width: 80%;
  margin: 30px 10% 0 10%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 50px;
  color: #707070;
  line-height: 1.5em;
}

/*ボタン*/
/*--------------------------------------------------------------------------*/
.button, .button-left, .button-right {
  display: flex;
}

.button {
  justify-content: center;
}

.button-left {
  justify-content: flex-start;
}

.button-right {
  justify-content: flex-end;
}

.button a, .button-left a, .button-right a , .button button {
  width: auto;
  padding: 15px 60px;
  background: #0097E0;
  border: none;
  border-radius: 9px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 10px;
  cursor: pointer;
  transition: 0.5s;
  border: 2px #fff solid;
  display: flex;
  flex-direction: row;
  align-items: center;
}



.button a:hover, .button-left a:hover, .button-right a:hover , .button button:hover{
  border: 2px #0097E0 solid;
  background: #fff;
  color: #0097E0;
}

.button img {
  width: 1rem;
  margin-right: 10px;
}

/*表示エフェクト*/
/*--------------------------------------------------------------------------*/
.ef-fade01 {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}

.fade01 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1s;
}

/*フェードインスライド無し*/
/*--------------------------------------------------------------------------*/
.ef-noslide01 {
  opacity: 0;
}

.noslide01 {
  opacity: 1;
  transition: 2s;
}

/*パンくずリスト*/
/*--------------------------------------------------------------------------*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
  box-sizing: border-box;
}

.cp_breadcrumb {
  padding: 100px 0 3rem 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.cp_breadcrumb a {
  border: none;
  color: #000;
}

.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  margin-right: 8px;
  color: #000;
}

.cp_breadcrumb li::before {
  content: "›";
  width: 1rem;
  height: 1rem;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
  color: #000;
  position: absolute;
  top: 0.5rem;
  right: 0;
  transform: translateY(-0.5rem);
}

.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.cp_breadcrumb li:last-child::before {
  content: normal;
}

/*トップページ*/
/*--------------------------------------------------------------------------*/
#top-keyvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#gnavi-top {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: calc(100% - 360px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

#gnavi-top ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

#gnavi-top ul li {
  text-align: center;
  width: 100%;
}

#gnavi-top ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 3px;
  width: 96%;
  margin: 0 2%;
  display: block;
  padding: 1.2rem 0;
  transition: 0.5s;
  background: rgba(0, 151, 224, 0.8);
}

#gnavi-top ul li:nth-child(even) a {
  background: rgba(209, 45, 38, 0.8);
}

#gnavi-top ul li a:hover, #gnavi-top ul li a.tab-active {
  color: #0097E0;
  background: #fff;
}

#gnavi-top ul li a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
}

/*トップページタブ*/
.tab-content {
  display: none;
  /* width: 80%;
  max-width: 1280px;
  margin: 80px auto; */
  transition: 0.5s;
}

.tab-content.show {
  display: block;
}

.swiper-page-box {
  position: absolute;
  bottom: 136px;
  left: 50%;
  width: 200px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content h3 img {
  height: 2.5rem;
  width: 128px;
}

.itemsearch-box {
  margin-bottom: 3rem;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.itemsearch-box label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  color: #0097E0;
  font-weight: 600;
  line-height: 1.4em;
}

.itemsearch-box input {
  padding: 3%;
  border: #0097E0 1px solid;
  width: 94%;
}

.itemsearch-box select {
  padding: 3%;
  border: #0097E0 1px solid;
  width: 100%;
}

::-moz-placeholder {
  color: #ccc;
  font-size: 0.9rem;
}

:-ms-input-placeholder {
  color: #ccc;
  font-size: 0.9rem;
}

::placeholder {
  color: #ccc;
  font-size: 0.9rem;
}

.itemsearch-box input[type=checkbox].itemsearch-checkbox {
  width: 100%;
}

.itemsearch-box input[type=checkbox i].itemsearch-checkbox {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5em;
}

.button a .search-icon, .button button .search-icon {
  fill: #fff;
  transition: 0.5s;
  margin-right: 10px;
}

.button a:hover .search-icon, .button button .search-icon {
  fill: #0097E0;
}

.button a .search-icon {
  fill: #fff;
  transition: 0.5s;
  margin-right: 10px;
}

.button a:hover .search-icon {
  fill: #0097E0;
}

.button a .search-icon svg {
  width: 1em;
  height: 1em;
}

.top-tab-btn {
  position: relative;
  border: lightgray 1px solid;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 2px #bababa;
  transition: 0.5s;
}

.top-tab-btn-title2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 10%;
  padding: 5%;
  font-size: 1em;
  line-height: 1.3em;
  /* background: rgba(17, 172, 94, 0.8); */
  background: rgba(229, 0, 18, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-btn-title {
  position: absolute;
  top: 5%;
  left: 5%;
  font-size: 18px;
}

.top-tab-btn:hover {
  border: #0097E0 1px solid;
  box-shadow: 0px 0px 0px #bababa;
}

.top-tab-btn a {
  color: #fff;
}

.top-tab-btn-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 5%;
  font-size: 0.75rem;
  line-height: 1.3em;
  background: rgba(0, 151, 224, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-tab-btn:hover .top-tab-btn-title {
  background: rgba(0, 151, 224, 0.5);
}

.top-tab-btn-title img {
  width: 0.8em;
  margin-left: 0.5em;
}

.top-pickup {
  background: #F0EDED;
  width: 100%;
  padding: 2rem 0 6rem 0;
  position: relative;
}

.top-pickup h3 {
  border-bottom: unset;
  color: #0097E0;
  font-weight: 900;
  margin-bottom: 1rem;
}

.top-pickup .swiper-page-box {
  bottom: 2rem;
}

.banner-area-wide {
  margin-bottom: 1%;
}

.banner-area-wide img {
  width: 100%;
}

.banner-area {
  width: 100%;
  margin: 100px 0 80px 0;
}

.top-news {
  width: 100%;
  margin-bottom: 80px;
}

.top-news-box {
  display: flex;
  margin-bottom: 2rem;
}

.top-news-box-left {
  background: rgba(229, 0, 18, 0.7);
  padding: 3rem 3% 3rem 10%;
  width: 20%;
}

.top-news-box .button-left a {
  background: #fff;
  color: #E50012;
  width: 11em;
  padding: 15px 20px;
  letter-spacing: 3px;
}

.top-news-box .button-left a:hover {
  background: #E50012;
  color: #fff;
  border: 2px #fff solid;
}

.top-news-box .button-left a svg {
  margin-right: 0.5em;
}

.top-news-box .button-left a svg path {
  transition: 0.3s;
}

.top-news-box .button-left a:hover svg path {
  fill: #fff;
}

.top-news-box-right {
  padding: 0 10% 2rem 0%;
  width: 57%;
}

.top-news-box h3 {
  color: #fff;
  font-weight: 600;
  border-bottom: unset;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0 0 0.5em 0;
}

dl.top-news-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding-left: 4%;
  line-height: 3.5rem;
}

.top-info-box-left {
  background: rgba(0, 151, 224, 0.7);
  padding: 3rem 3% 3rem 10%;
  width: 20%;
}

.top-info-box-left .button-left a {
  color: #0097E0;
}

.top-info-box-left .button-left a:hover {
  background: #0097E0;
}

.news-category {
  background: #0097E0;
  padding: 5px 8px;
  margin: 0 1rem;
  font-size: 0.8rem;
  line-height: 1em;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  width: 6em;
}

dl.top-news-list dt {
  width: 28%;
  display: flex;
  align-items: center;
}

dl.top-news-list dd {
  width: 70%;
}

dl.top-news-list dd a {
  color: #333333;
}

/*トップページNEWSタブ*/
.tab-news-content {
  display: none;
  margin-top: 2rem;
  transition: 0.5s;
}

.tab-news-content.show {
  display: block;
}

#top-news-tab {
  width: 100%;
}

#top-news-tab ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

#top-news-tab ul li {
  text-align: center;
  width: 100%;
}

#top-news-tab ul li a {
  background: #E6E6E6;
  color: #333333;
  font-weight: 600;
  line-height: 1.2em;
  width: 99%;
  margin: 0 2%;
  display: block;
  padding: 1.2rem 0;
  transition: 0.5s;
}

#top-news-tab ul li a.tab-active {
  background: #fff;
  color: #0097E0;
}

/*トップページNEWSアコーディオン*/
#top-news-accordion {
  width: 80%;
  max-width: 1280px;
  margin: 80px auto;
  transition: 0.5s;
  border: 1px solid #0097E0;
}

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 16px 0;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  font-weight: 600;
  background: #333333;
  /* cursor: pointer; */
}

/* .accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #0097E0;
  color: white;
} */

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.accordion-title {
  position: relative;
}

/* .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0097E0;
  border-right: solid 2px #0097E0;
  transform: rotate(135deg);
} */

.accordion-title:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.accordion-content {
  display: none;
  padding: 0 2em;
  border-top: 1px solid #0097E0;
}

#top-news-accordion dl.top-news-list {
  padding-left: 0;
}

#top-news-accordion dl.top-news-list dt {
  width: 8em;
}

#top-news-accordion dl.top-news-list dd {
  width: calc(100% - 8em);
}

/*サブページ共通*/
/*--------------------------------------------------------------------------*/
article#subpage .inner {
  overflow: visible !important;
  z-index: 2 !important;
}

div[class^=subpage-header-] {
  width: 100%;
  height: 260px;
  position: relative;
  background-position-x: 102%;
  background-position-y: -60px;
  /* z-index: 1; */
}

h2.page-title {
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-weight: 900;
  color: #0097E0;
  letter-spacing: 10px;
  border-bottom: #595D6D 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  margin-top: -1em;
}

/*製品情報*/
/*--------------------------------------------------------------------------*/
.subpage-header-product-8kg {
  background: url(/images/subpage-product-8kg.png) no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.product-tab-contents,
.product-lineup-tab-contents {
  display: none;
  margin: 4rem 0;
  transition: 0.5s;
}

.product-tab-contents.show,
.product-lineup-tab-contents.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-lineup-box {
  text-align: center;
  display: flex;
  justify-content: flex-start;
}

.modal-lineup-link {
  width: 23%;
  padding: 0 1%;
}

.product-lineup-box a {
  color: #333333;
}

#product-tab,
#product-lineup-tab1,
#product-lineup-tab2 {
  width: 100%;
}

#product-tab ul,
#product-lineup-tab1 ul,
#product-lineup-tab2 ul  {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#product-lineup-tab1 ul {
  margin-bottom: 30px;
}

#product-tab ul li,
#product-lineup-tab1 ul li,
#product-lineup-tab2 ul li {
  text-align: center;
  width: 100%;
}

#product-tab ul li a,
#product-lineup-tab1 ul li a {
  color: #333333;
  font-weight: 600;
  line-height: 1.2em;
  width: 99%;
  margin: 0 2%;
  display: block;
  padding: 1.2rem 0;
  transition: 0.5s;
  opacity: 0.5;
  font-size: 0.8rem;
  border-bottom: #fff 5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
}

#product-tab ul li a.tab-active,
#product-lineup-tab1 ul li a.tab-active,
#maincate ul li a.tab-active {
  opacity: 1;
  border-bottom: #D12D26 5px solid;
}

#product-lineup-tab2 ul li a {
  color: #fff;
  font-weight: 600;
  line-height: 1.1em;
  width: 95%;
  margin: 0 2%;
  display: block;
  padding: 1rem 2%;
  transition: 0.5s;
  opacity: 0.5;
  font-size: 0.8rem;
  background-color: #93cbe7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}

#product-lineup-tab2 ul li a.tab-active,
#product-lineup-tab2 ul li a:hover{
  opacity: 1;
  background-color: #0097E0;
}

.product-tab-contents h3 {
  border-bottom: unset;
  width: auto;
  background: #4496DA;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3em;
  text-align: left;
}

.product-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.product-box:last-child {
  padding-bottom: 0;
}

.product-img {
  width: 50%;
  position: relative;
}

.product-img-capacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 17%;
  height: auto;
}

.product-txt {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-txt-box {
  width: 100%;
}

table.product-txt-table {
  width: 100%;
  margin-bottom: 2rem;
}

table.product-txt-table th, table.product-txt-table td {
  line-height: 1.5rem;
  padding: 0.6rem 0;
  text-align: left;
}

table.product-txt-table thead {
  border-bottom: #4496DA 3px solid;
  font-size: 1.2rem;
}

table.product-txt-table tbody th, table.product-txt-table tbody td {
  border-bottom: #707070 1px solid;
  font-size: 0.9rem;
}

.product-btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-dl-title {
  color: #4496DA;
  font-weight: 600;
  letter-spacing: 10px;
  margin-bottom: 1rem;
  letter-spacing: 3px;
}

.product-btn, .product-btn-book {
  width: 48%;
  margin-bottom: 1rem;
}

.product-btn a {
  width: auto;
  padding: 0.8em 1em 0.8em 2.8em;
  border: #0097E0 1px solid;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0097E0;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: url(/images/icon-dl.svg) no-repeat left 10px center;
  background-size: 1.4em;
}

.product-btn a:hover {
  background: #c5e0ee;
  background-image: url(/images/icon-dl.svg);
  background-size: 1.4em;
  background-position: left 5px center;
  background-repeat: no-repeat;
}

.product-btn-book a {
  width: auto;
  padding: 0.8em 1em 0.8em 2.8em;
  border: #0097E0 1px solid;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0097E0;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: url(/images/icon-dlbook.svg) no-repeat left 10px center;
  background-size: 1.4em;
}

.product-btn-book a:hover {
  background: #c5e0ee;
  background-image: url(/images/icon-dlbook.svg);
  background-size: 1.4em;
  background-position: left 5px center;
  background-repeat: no-repeat;
}

/*製品情報モーダル表示*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100vw;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  display: flex;
  overflow: scroll
}

ul.lineup-dedail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.lineup-dedail li {
  padding: 0.5em 0;
  width: 48%;
}

ul.lineup-dedail li a {
  margin: 1em;
  padding: 1em 1em 1em 1em;
  background-color: #0097E0;
  color: #fff;
  border: #0097E0 1px solid;
  line-height: 1.5em;
  position: relative;
}

ul.lineup-dedail li a:hover {
  color: #0097E0;
  background: #c5e0ee;
}

ul.lineup-dedail li a:after {
  position: absolute;
  content: "";
  background: url(/images/footer-link-arrow.svg) no-repeat;
  background-size: 1em 1em;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1em;
  height: 1em;
}

/*--------------------------------------------------------------------------*/
/*斉藤　21/12/7作成*/
/*--------------------------------------------------------------------------*/
/*１分でわかる桂精機*/
.section1 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-001.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section1__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 30%;
}

.section2 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-002.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section2__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
}

.section2__img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 40%;
}

.section2__title {
  font-size: 4rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  font-family: "M PLUS 1p", sans-serif;
}

.section2__title p {
  line-height: 10px;
}

#odo01 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

#odo02 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.section3 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-003.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section3__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
}

.section3__img {
  position: absolute;
  top: 60%;
  left: 48%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 20%;
}

.section3__title {
  font-size: 4rem;
  width: 60%;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}

.section3__title__a {
  font-size: 3rem;
  margin-bottom: -30px;
}

#odo03 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.section4 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-004.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section4__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
}

.section4__title {
  font-size: 4rem;
  width: 70%;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}

.section4__img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 20%;
}

#odo04 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.section5 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-005.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section5__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
}

.section5__img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 50%;
}

.section5__title {
  font-size: 4rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  font-family: "M PLUS 1p", sans-serif;
}

#odo05 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.section6 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-006.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section6__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
}

.section6__img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 20%;
}

.section6__title {
  font-size: 4rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  font-family: "M PLUS 1p", sans-serif;
}

#odo06 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.section7 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-007.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section7__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
}

.section7__title {
  font-size: 4rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  font-family: "M PLUS 1p", sans-serif;
}

.section7__img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 20%;
}

#odo07 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.section8 {
  width: 100%;
  height: 800px;
  background-image: url(/images/minute-bg-008.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
  position: relative;
}

.section8__paragraf {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 25%;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 100px;
}

.section8__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 10%;
}

.section8__title {
  font-size: 4rem;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
  font-family: "M PLUS 1p", sans-serif;
}

#odo08 {
  font-size: 7rem;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 674px) {
  .section1 {
    max-width: 100%;
    height: 100vh;
    background-image: url(/images/minute-bg-001.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
  }

  .section1__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 150%;
  }

  #odo01 {
    font-size: 7rem;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }

  #odo02 {
    font-size: 7rem;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section2 {
    max-width: 100%;
    height: 100vh;
    background-image: url(/images/minute-bg-002.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
  }

  .section2__title {
    font-size: 5rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    font-family: "M PLUS 1p", sans-serif;
  }

  .section2__title p {
    line-height: 10px;
  }

  .section2__img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 60%;
  }

  .section2__paragraf {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 10%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .section3 {
    width: 100%;
    height: 100vh;
    background-image: url(/images/minute-bg-003.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
  }

  .section3__paragraf {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 10%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .section3__img {
    position: absolute;
    top: 52%;
    left: 48%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 50%;
  }

  .section3__title {
    font-size: 4rem;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
  }

  .section3__title__a {
    font-size: 3rem;
    margin-bottom: -30px;
  }

  #odo03 {
    font-size: 7rem;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section4 {
    width: 100%;
    height: 100vh;
    background-image: url(/images/minute-bg-004.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
  }

  .section4__paragraf {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 10%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .section4__title {
    font-size: 4rem;
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
  }

  .section4__img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 40%;
  }

  #odo04 {
    font-size: 7rem;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section5 {
    width: 100%;
    height: 100vh;
    background-image: url(/images/minute-bg-005.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
  }

  .section5__paragraf {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 10%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .section5__img {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 70%;
  }

  .section5__title {
    font-size: 4rem;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    font-family: "M PLUS 1p", sans-serif;
  }

  #odo05 {
    font-size: 7rem;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .section6 {
    width: 100%;
    height: 100vh;
    background-image: url(/images/minute-bg-006.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    position: relative;
  }

  .section6__paragraf {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 10%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .section6__img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 40%;
  }

  .section6__title {
    font-size: 4rem;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    font-family: "M PLUS 1p", sans-serif;
  }

  #odo06 {
    font-size: 7rem;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*KATSURA70thHistory*/
#history {
  margin-top: 100px;
  padding-bottom: 200px;
}

br.sp-non {
  display: block;
}

.tablet-display-none {
  display: block;
}

.top-tab-btn-title i {
  font-size: 0.8em;
  margin-left: 4px;
}

table.table-company td {
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 20px;
}

table.table-company td:first-child {
  color: #0097E0;
  width: 20%;
}

.company_info h2 {
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.company_info ul {
  margin-bottom: 1em;
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.company_info p {
  line-height: 2em;
}

.company_info-margin {
  margin-bottom: 40px;
}

.btn-rounded {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0097E0;
  border-radius: 24px;
  opacity: 1;
  padding: 10px;
}

.btn-rounded:hover {
  background: #0097E0 0% 0% no-repeat padding-box;
  color: white;
}

.btn-large {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #0097E0;
  opacity: 1;
  font-size: 1rem;
  /* padding: min(4.4vw, 30px) min(7.4vw, 50px); */
  padding: min(4.4vw, 1rem) min(7.4vw, 1rem);
  text-decoration: none;
}

.btn-large:hover {
  background: #0097E0 0% 0% no-repeat padding-box;
  color: white;
  border: 1px solid #0097E0;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.text-right {
  text-align: right;
}

.w-50 img {
  width: 50%;
  margin: 0 auto;
}

.w-80 img {
  width: 80%;
  margin: 0 auto;
}

.table-office {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  margin-bottom: 2em;
}

.table-office__item {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 117px);
}

.table-office__txt {
  font-size: 1em;
  color: #0097E0;
  font-weight: 700;
}

.table-office__address-wrap {
  display: flex;
  align-items: flex-start;
}

/* .table-office__address {
  font-size: 0.8em;
} */

.table-office__img {
  width: 117px;
}

.badge-k-f-size {
  font-size: 0.8em;
}

.table-office p {
  margin: 0;
}

.table-office td:nth-child(1) {
  color: #0097E0;
  width: 12%;
  vertical-align: top;
  font-weight: 700;
}

.table-office td:nth-child(2) {
  font-size: 0.8em;
  width: 64%;
  vertical-align: top;
}

.table-office td:nth-child(3) {
  vertical-align: top;
  width: 8%;
}

.table-office td:nth-child(4) {
  width: 14%;
}

.table-office-striped {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.table-office-striped tbody tr:nth-child(odd) {
  background: #E7F3FC;
}

.table-office-striped tr {
  display: flex;
}

.table-office-striped td {
  font-size: 1em;
  padding: 10px 20px;
  line-height: 1.7em;
  word-break: break-word;
  overflow-wrap: break-word;
}

.table-office-striped td p {
  position: relative;
  top: -2px;
  margin: 0px;
  line-height: 1.69em;
}

.table-office-striped td:nth-child(1) {
  font-weight: bold;
  vertical-align: top;
  width: 35%;
}

.table-office-striped td:nth-child(2) {
  vertical-align: top;
  font-size: 0.8em;
  width: 55%;
}

.table-office-striped td:nth-child(3) {
  vertical-align: top;
  width: 10%;
  text-align: right;
}

.table-stripe-history {
  width: 100%;
}

.table-stripe-history td {
  padding: 10px 20px;
  /* font-size: 0.8em; */
  line-height: 2;
}

.table-stripe-history td:first-child {
  width: fit-content;
  white-space: nowrap;
}

.table-stripe-history tr:nth-child(2n) {
  background: #E7F3FC;
}

.table-stripe-history tr:nth-child(4n) {
  background: #E5E5E5;
}

/*contact*/
/*--------------------------------------------------------------------------*/
.contact__txt {
  margin-bottom: 50px;
  font-size: 0.8em;
}

.contact__cat-margin {
  margin-left: 0 !important;
  margin-right: 10px;
  height: 22px;
  font-weight: 700;
}

.contact__table {
  width: 100%;
  font-size: 0.8em;
}

.contact__table tr {
  background-color: #F1F8FC;
  display: flex;
  align-items: center;
  justify-content: left;
}

.contact__table tr:nth-child(2n) {
  background-color: #FFF;
}

.contact__table th {
  padding: 20px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  min-width: 200px;
  line-height: 2;
}

.contact__content-th {
  margin-bottom: auto;
}

.contact__table td {
  padding: 20px;
  width: 90%;
}

.contact__table input {
  font-size: 16px;
}

input[name=company-name], input[name=contact__name], input[name=furigana] {
  width: 100%;
  box-sizing: border-box;
}

input[name=zip1] {
  width: min(20%, 91px);
}

input[name=zip2] {
  width: min(30%, 112px);
}

.address-num__hyphen {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.prefectures__td {
  display: flex;
  align-items: center;
}

.prefectures__td span {
  width: 207.2px;
  display: inline-block;
}

.prefectures {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C1E2F5;
  width: 200px;
  height: 45px;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 1em;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.prefectures-wrap {
  position: relative;
}

.prefectures-wrap::after {
  content: "";
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

.address__td {
  display: flex;
  justify-content: space-between;
}

.address__td span {
  white-space: nowrap;
  line-height: 1.5;
  display: inline-block;
  width: 208px;
}

.contact__table input {
  border: 1px solid #C1E2F5;
  height: 45px;
}

input[name=address2] {
  width: calc(100% - 229px);
  margin-left: 22px;
}

input[name=contact__telnum], input[name=contact__email] {
  width: 60%;
}

input[type=radio] {
  margin: 0;
}

input[type=radio]:not(:first-child) {
  margin-left: 15px;
}

textarea[name=contact__content] {
  width: 100%;
  height: 380px;
  border: 1px solid #C1E2F5;
  box-sizing: border-box;
  resize: none;
}

.contact__cat {
  background-color: #E00000;
  color: #FFF;
  display: inline-block;
  margin-left: 5px;
  padding: 0 12px;
  font-size: 0.6em;
  margin-top: 6px;
}

.contact-privacy {
  border: 6px solid #ECECEC;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-privacy__ttl {
  font-weight: 700;
  font-size: 1em;
}

.contact-privacy__txt {
  font-size: 0.8em;
  margin: 0;
}

.contact-privacy__link {
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-privacy__link:hover {
  opacity: 0.6;
}

.contact-privacy__link i {
  margin-left: 5px;
}

.contact__submit {
  color: #FFF;
  display: inline-block;
  transition: 0.3s;
  background: #0097E0 0% 0% no-repeat padding-box;
  border: 1px solid #0097E0;
  font-size: 1.4em;
  height: min(83px, 12vw);
  width: min(306px, 45vw);
}

.contact__back {
  display: block;
  margin: 0 auto 10px;
}

.contact__submit:hover {
  background: #FFF 0% 0% no-repeat padding-box;
  color: #0097E0;
  transition: 0.3s;
}

.err__input {
  margin: 0;
  color: #E00000;
}

.contact-complete__txt {
  text-align: center;
}

/*news*/
/*--------------------------------------------------------------------------*/
@media screen and (min-width: 1350px) {
  .news-table {
    margin-bottom: 40px;
  }
}
.news-table tr {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.news-table tr:nth-child(4n) {
  background: #E7F3FC;
}

.news-table td:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 0;
}

.news-table td a {
  color: inherit;
}

.news-table td a:hover {
  color: #0088DB;
}

.news-table__cat {
  width: 115px;
  text-align: center;
  display: inline-block;
  color: #FFF;
  margin-left: 10px;
  border-radius: 2px;
  font-weight: bold;
}

.news-table__cat-bg-color1 {
  background-color: #E00000;
}

.news-table__cat-bg-color2 {
  background-color: #0097E0;
}

/*news_detail*/
/*--------------------------------------------------------------------------*/
.news-detail__ttl {
  line-height: 1.375 !important;
}

.news-detail__date-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-detail__cat {
  background-color: #E00000;
  padding: 2px 35px;
  text-align: center;
  display: inline-block;
  color: #FFF;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.8em;
}

.news-contact {
  border: 6px solid #BFE4F6;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3em;
  text-align: left;
}

.news-contact__txt {
  font-weight: 700;
}

.office_a h3 {
  color: #0097E0;
  font-weight: 700;
}

.w914 {
  width: 914px;
  margin: 0 auto;
}

.badge-k {
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 4px;
  border-radius: 3px;
}

.badge-k:hover {
  background: #0097E0 0% 0% no-repeat padding-box;
  color: white;
}

.safety_box {
  border: 2px solid #0E72D2;
  padding: 3em 4em;
  text-align: center;
}

.safety_box p {
  font-size: 20px;
  line-height: 2em;
  margin: 0px;
  color: #0E72D2;
  text-align: left;
}

.safety_info ul {
  height: auto;
  margin-top: 30px;
  list-style: none;
  display: inherit;
}

.safety_info li {
  margin-bottom: 35px;
  margin-right: 0 !important;
  font-size: 1.2em;
  padding-left: 56px;
}

.safety_info li p {
  display: inline;
  line-height: 2em;
  padding-left: 20px;
}

.safety_info li:before {
  content: "●";
  color: #0E72D2;
  margin-right: 16px;
  vertical-align: text-top;
  margin-left: -56px;
}

.safety_info_window {
  padding-left: 0 !important;
}

.privacy {
  padding: 20px 30px;
}

.privacy-underttl-txt {
  margin-bottom: 3em;
}

.privacy__ttl-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}

.privacy__num {
  font-size: 1.2em !important;
  margin: 0;
  color: #0088DB;
}

/* .privacy p {
  font-size: 0.9em;
  line-height: 1.4em;
} */

.privacy h3 {
  color: #0088DB;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: inherit;
  border: none;
  text-align: left;
  letter-spacing: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.privacy__border {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.privacy .bold {
  font-weight: bold;
}

.privacy__serial-num1 {
  padding-left: 1.2em;
}

.privacy__serial-num1::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "①";
}

.privacy__serial-num2 {
  padding-left: 1.2em;
}

.privacy__serial-num2::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "②";
}

.privacy__serial-num3 {
  padding-left: 1.2em;
}

.privacy__serial-num3::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "③";
}

.privacy__serial-num4 {
  padding-left: 1.2em;
}

.privacy__serial-num4::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "④";
}

.privacy__serial-num5 {
  padding-left: 1.2em;
}

.privacy__serial-num5::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "⑤";
}

.privacy__serial-num6 {
  padding-left: 1.2em;
}

.privacy__serial-num6::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "⑥";
}

.privacy__serial-num7 {
  padding-left: 1.2em;
}

.privacy__serial-num7::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "⑦";
}

.privacy__serial-num8 {
  padding-left: 1.2em;
}

.privacy__serial-num8::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  font-size: 1.2em;
  content: "⑧";
}

.privacy__subttl {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #0088DB;
  font-weight: 500;
}

.privacy__subttl-margin {
  margin-top: 2em;
}

.privacy__txt-wrap {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.privacy__txt-wrap p {
  margin: 0;
}

.box-pink {
  background: #f8dfe0;
}

.box-blue {
  background: #dfeff8;
}

.privacy__note {
  margin-top: 1.4em;
}

.privacy__note-txt {
  line-height: 1.4em !important;
  font-size: 0.8em;
  margin: 0;
  padding-left: 2em;
}

.privacy__note-txt1::before {
  content: "注1";
  margin-left: -2em;
  margin-right: 0.4em;
}

.privacy__note-txt2::before {
  content: "注2";
  margin-left: -2em;
  margin-right: 0.4em;
}

.privacy__note-txt3::before {
  content: "注3";
  margin-left: -2em;
  margin-right: 0.4em;
}

.en-privacy__note-txt1::before {
  content: "note1";
}

.en-privacy__note-txt2::before {
  content: "note2";
}

.en-privacy__note-txt3::before {
  content: "note3";
}

.philo {
  text-align: center;
}

.philo p {
  text-align: left;
  margin-top: 2em;
  font-size: 1rem;
}

.philo h3 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0px;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 2em;
  color: #707070;
  font-weight: normal;
}

@media screen and (min-width: 675px) {
  .philosophy-list {
    display: none !important;
  }
}
.philosophy__ttl-pc {
  border-bottom: none !important;
  margin: 0 !important;
}

@media screen and (max-width: 674px) {
  .philosophy__ttl-pc {
    display: none !important;
  }
}
@media screen and (min-width: 675px) {
  .philosophy__ttl-sp {
    display: none !important;
  }
}
@media screen and (min-width: 675px) {
  .philosophy__ttl-sp {
    display: none !important;
  }
}
.philosophy__row {
  border-top: #595D6D 1px solid;
  padding-top: 3em;
  padding-bottom: 3em;
}

/*oneminute*/
/*--------------------------------------------------------------------------*/
.onemin-bg {
  height: 143px;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.onemin-bg1, .onemin-bg2, .onemin-bg3, .onemin-bg4, .onemin-bg5, .onemin-bg6, .onemin-bg7 {
  background-position: center;
  background-size: cover;
  height: 100vh;
  height: 100dvh;
  padding-left: 2em;
  padding-right: 2em;
}

.onemin-bg1 {
  background-image: url(../images/1min_bg_01_2x.png);
  position: relative;
}

.onemin-bg2 {
  background-image: url(../images/1min_bg_02_2x.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.onemin-bg3 {
  background-image: url(../images/1min_bg_03_2x.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
  height: 100dvh;
  padding-left: 2em;
  padding-right: 2em;
}

.onemin-bg4 {
  background-image: url(../images/1min_bg_04_2x.png);
}

.onemin-bg5 {
  background-image: url(../images/1min_bg_05_2x.png);
}

.onemin-bg6 {
  background-image: url(../images/1min_bg_06_2x.png);
}

.onemin-bg7 {
  background-image: url(../images/1min_bg_07_2x.png);
}

@media screen and (max-width: 1024px) {
  .paginations {
    display: none;
  }
}

.paginations {
  position: fixed;
  right: 32px;
  top: 33%;
  visibility: hidden;
  opacity: 0;
}

.paginations li a {
  display: block;
  width: 4px;
  height: 4px;
  margin: 24px 0;
  border-radius: 50%;
  background-color: #B9B9B9;
  transition: transform 0.1s;
}

.onemin1__img {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  width: 50%;
  max-width: 640px;
  position: absolute;
  top:50%;
  left: 50%;
  will-change: transform;
}

.fuwafuwa {
  -webkit-animation:fuwafuwa 3s infinite linear alternate;
  animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
  50% {-webkit-transform:translate(0, 0) rotate(0deg);}
  100% {-webkit-transform:translate(0, 0)rotate(5deg);}
}

@keyframes fuwafuwa {
  0% {transform:translate(-50%, -50%) rotate(-5deg);}
  50% {transform:translate(-50%, -50%) rotate(0deg);}
  100% {transform:translate(-50%, -50%)rotate(5deg);}
}

_::-webkit-full-page-media, _:future, :root .onemin1__img {
	transform: translate(-50%, -50%);
}

.onemin2 {
  padding: 2.2em 4em 2.2em 2.4em;
  background-color: rgba(68, 150, 218, 0.8);
  width: fit-content;
  margin: auto;
}

.onemin2__txt {
  color: #FFF;
  font-size: 2.6em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  transform: scaleX(0);
  transform-origin: left top;
}

.onemin2__txt1 {
  transition-delay: 0.2s;
}

.onemin2__txt2 {
  transition-delay: 0.5s;
}

.onemin2__txt3 {
  transition-delay: 0.8s;
}

.onemin2__txt4 {
  transition-delay: 1.1s;
}

.onemin2__txt5 {
  transition-delay: 1.4s;
}

.js-onemin2__txt {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.onemin3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  gap: 2em;
  height: 100%;
}

.onemin__ttl {
  margin: 0;
  padding: 0;
  font-size: 3.4em;
  font-weight: 700;
  border: none;
  width: fit-content;
  line-height: 1.35;
}

.onemin3__ttl {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.3s;
}

.onemin3__img {
  width: min(300px, 30vw);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 1s;
  transition-delay: 0.5s;
}

.onemin3__txt {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 1s;
}

.onemin__txt {
  width: min(660px, 80vw);
}
.onemin__txt_2 {
    width: min(680px, 80vw);
  }

.onemin4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  height: 100%;
}

.onemin4__ttl {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.3s;
}

.onemin4__txt {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 1.3s;
  margin-top: 80px;
}

.onemin-img-wrap {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.onemin-img-wrap img {
  width: 20%;
}

.onemin4__img1 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.5s;
}

.onemin4__img2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.7s;
}

.onemin4__img3 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.9s;
}

.onemin4__img4 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 1.1s;
}

.onemin4__img2, .onemin4__img4 {
  margin-top: 80px;
  margin-bottom: -80px;
}

.onemin5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  height: 100%;
}

.onemin5__ttl {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.5s;
  display: flex;
  flex-direction: column;
}

.onemin5__ttl span {
  display: block;
}

.onemin5__ttl i {
  font-style: normal;
}

.onemin5__img {
  width: min(280px, 30vw);
  opacity: 0;
  visibility: hidden;
  transition: 1.3s;
  transition-delay: 0.8s;
}

.onemin5__txt {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 1s;

}

.onemin6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  height: 100%;
}

.onemin6__ttl {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.3s;
  display: flex;
  flex-direction: column;
}

.onemin6__ttl span {
  display: block;
}

.onemin6__ttl i {
  font-style: normal;
}

.onemin6__txt {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 1s;
}

.js-onemin6__ttl {
  opacity: 1;
  visibility: visible;
}

.onemin6__img {
  width: 50%;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 1s;
  transition-delay: 0.5s;
}

#number_onemin5, #number_onemin6 {
  margin: 0 !important;
  font-size: unset;
}

.onemin7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2em;
  height: 100%;
}

.onemin7__ttl {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.3s;
}

.onemin7__txt {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 1s;
}

.onemin7__img {
  width: 70%;
  opacity: 0;
  visibility: hidden;
  transition: 1.3s;
  transition-delay: 0.8s;
}

.onemin-scrollbtn {
  width: 50px;
  height: 50px;
  position: fixed;
  background-color:#0097E0;
  bottom: 3%;
  right: 3%;
  opacity: 1;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.onemin-scrollbtn:hover {
  opacity: 0.8;
}

.onemin-scrollbtn::before {
  content:"↑";
  display: block;
  position: absolute;
  font-size: 20px;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.js-scroll {
  opacity: 1;
  visibility: visible;
}

.js-onemin__ttl {
  opacity: 1;
  visibility: visible;
}

.js-onemin__txt {
  opacity: 1;
  visibility: visible;
}

.js-onemin__img {
  transform: scaleY(1);
}

.js-absolute {
  position: absolute !important;
}

.js-active {
  transform: scale(3.2);
  background-color: #b41432 !important;
}

/* gasknow */

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.gasknow-head {
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
  /* height: 100vh;
  height: 38dvh; */
  padding-left: 2em;
  padding-right: 2em;
  background-image: url(../images/gasknow/gasnou_head_bg_2x.png);
  position: relative;
}

.gasknowmain-bg {
  background-color: #bee1fd;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gasknow-logo {
  width: 85%;
  margin: 0 auto;
}

.bg-contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.gasknow-bg01 {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
}

.gasknow-bg02 {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 1;
}

/* acc - 3 */

.bg-stripes {
  background-repeat: no-repeat;
  background-image: url(../images/gasknow/gasnou_bg_contents_2x.png);
  background-size: 40%;
}

.bg-item-valve {
  background-repeat: no-repeat;
  background-image: url(../images/gasknow/gasnou_bg01_2x.png);
  background-size: 13%;
  background-position-x: 95%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bg-item-tank {
  background-image: url(../images/gasknow/gasnou_bg02_2x.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position-x: 15%;
  background-position-y: bottom;
  position: absolute;
  width: 100%;
  height: 100%;
}

.accordion-box {
  position: relative;
  width: 100%; /* adjust to your needs */
  height: 100%; /* adjust to your needs */
  padding-top: 7em;
  padding-bottom: 6.5em;
}

.accordion-item {
  margin: 0 auto;
  max-width: 75%;
  margin-bottom: 40px;
  border: 2px solid #2589d0;
  border-radius: 5px;
}

.accordion-item-body {
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 2.5%;
}

.accordion-item-body .image50 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.accordion-item-body .image50 img {
  width: 50%;
}

.accordion-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%232589d0%3B%22%2F%3E%0A%3C%2Fsvg%3E');
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #2589d0;
  font-weight: 800;
  font-size: 27px;
  cursor: pointer;
}

.accordion-item summary::-webkit-details-marker {
  display: none;
}

.accordion-item summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-item[open] summary::after {
  transform: rotate(225deg);
}

.accordion-item p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  font-weight: 5px;
}

.accordion-item[open] p {
  transform: none;
  opacity: 1;
}

.heading12 {
  color: #b0b0b0;
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: 50px;
  position: relative;
  margin-top: 1.5%;
  line-height: 2;
}

.heading12::before {
  content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #b0b0b0;
	font-size: 24px;
  font-weight: 50px;
}

.check-icon {
  display: inline-block;
  background-image: url(../images/gasknow/gasnou_box02_icon_check.png);
  background-repeat: no-repeat;
  background-size: 35px;
  width: 45px;
  height: 35px;
}

/*========================================================================================*/
/* Tablet対応：横1350px～ */
/*========================================================================================*/
@media screen and (max-width: 1350px) {
  .top-news-box .button-left a {
    padding: 9px 10px;
    letter-spacing: 1px;
    width: 10em;
  }

  .top-news-box h3 {
    font-size: 1.5rem;
  }

  footer {
    margin: 40px auto 0 auto;
  }

  .footerbox {
    flex-direction: column;
  }

  .footerbox-logo, .footerbox-group {
    width: 100%;
  }

  .footerbox-logo {
    justify-content: center;
    margin-bottom: 2rem;
  }

  .footerbox-logo img {
    width: 100px;
  }

  .footerbox-group ul {
    width: 31%;
  }

  .address__td {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .address__td input {
    margin-left: 0;
    width: 100%;
  }

  .prefectures__td span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1399px) and (min-width: 674px) {
    .news-category {font-size: 0.5rem;}
}

@media screen and (max-width: 1399px) and (min-width: 1224px) {
    .col-5-flex {
        width: 19%;
      }
      .h-fix {
        height: 135px;
      }
      .col2-between-row {
        gap: 0.5em;
      }
      .top-tab-btn-title {
        width: 93%;
        font-size: 0.7rem;
      }
}
@media screen and (max-width: 1224px) {
    .col-5-flex {
        width: 19%;
      }

      .h-fix {
        height: 120px;
      }
      .col2-between-row {
        gap: 0;
      }
      .top-tab-btn-title {
        width: 93%;
        font-size: 0.4rem;
      }
      .top-tab-btn-title i {
        font-size: 0.4rem;
      }



}
@media screen and (max-width: 992px) {
    .col-5-flex {
        width: 30%;
      }
      .top-tab-btn-title {
        width: 93%;
        font-size: 0.4rem;
      }
      .top-tab-btn-title i {
        font-size: 0.4rem;
      }

}
@media screen and (max-width: 700px) {
    .col-5-flex {
        width: 45%;
      }

}
@media screen and (max-width: 674px) {
    .h-fix {
        height: auto;
        width: 100%;
      }

      .top-tab-btn-title {
        width: 93%;
        font-size: 0.8rem;
      }
      .top-tab-btn-title i {
        font-size: 1rem;
      }
      .modal-img {
        max-width:150px !important;
    }
}
/*========================================================================================*/
/* Tablet対応：横1024px～ */
/*========================================================================================*/
@media screen and (max-width: 1024px) {
  html, body {
    font-size: 14px;
  }

  .header-inner {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }

  h1#logo {
    width: 150px;
  }

  #gnavi-top {
    width: 80%;
  }

  #gnavi-top ul li a {
    font-size: 16px;
    padding: 0.8rem 0;
  }

  #gnavi-top ul li a span {
    font-size: 12px;
    margin-top: 3px;
  }

  .inner {
    width: 90%;
  }

  .top-news-box {
    flex-direction: column;
    margin-bottom: 0;
  }

  .top-news-box-left, .top-info-box-left {
    width: 90%;
    padding: 1rem 5%;
    display: flex;
    align-items: center;
  }

  .top-news-box h3 {
    padding: 0;
  }

  dl.top-news-list {
    padding-left: 0;
    line-height: 2rem;
    flex-direction: column;
    padding: 0.75rem 0 0.5rem 0;
  }

  .top-news-box-right {
    width: 100%;
    padding: 0;
  }

  dl.top-news-list dt, dl.top-news-list dd {
    width: 94%;
    margin: 0 3%;
  }

  .tab-news-content {
    margin-top: 0;
  }

  .copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    padding-bottom: 18px;
  }

  .itemsearch-box {
    margin-bottom: 2rem;
  }

  .col-4-flex {
    width: 31%;
  }

  .product-box {
    flex-wrap: wrap;
  }

  .product-img {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .product-img img {
    width: 50%;
  }

  .product-txt {
    width: 100%;
  }

  .product-tab-contents {
    margin-top: 3rem;
  }

  .product-dl-title {
    letter-spacing: 5px;
  }

  table.product-txt-table tbody th {
    background: #f1f8fc;
  }

  table.product-txt-table tbody th,
table.product-txt-table tbody td {
    padding: 7px 5px;
  }

  .product-btn a {
    padding: 0.8em 0.5em 0.8em 1.9em;
    font-size: 0.7rem;
    background: url(/images/icon-dl.svg) no-repeat left 2px center;
    background-size: 1.4em;
  }

  #top-news-accordion {
    margin: 40px auto;
  }

  #top-news-accordion dl.top-news-list dd {
    width: 100%;
  }

  .swiper-page-box {
    bottom: 92px;
    padding: 6px;
  }

  .footer-top {
    padding: 40px 0 20px 0;
  }

  .top-news {
    margin-bottom: 50px;
  }

  .tab-content {
    margin: 50px auto;
  }

  .banner-area {
    margin: 60px 0 30px 0;
  }

  .footer-bottom {
    padding-top: 30px;
  }

  .onemin-bg {
    height: 110px;
  }

  .onemin-bg1, .onemin-bg2, .onemin-bg3, .onemin-bg4, .onemin-bg5, .onemin-bg6, .onemin-bg7 {
    height: 90vh;
  }

  .onemin-img-wrap {
    gap: 10px;
  }

  .onemin4__img2, .onemin4__img4 {
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .onemin-scrollbtn {
    width: 40px;
    height: 40px;
    bottom: -10px;
    position: absolute;
  }

  .contact__cat {
    margin-top: 5px;
  }
}
/*========================================================================================*/
/* Tablet対応：横674px～ */
/*========================================================================================*/
@media screen and (max-width: 674px) {
  /* html, body {
    font-size: 12px;
  } */

  article {
    margin-top: 48px;
  }

  header {
    background: #fff;
  }

  .header-inner, header.is-animation .header-inner {
    width: 100%;
    padding: 8px 0 8px 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  h1#logo, header.is-animation h1#logo {
    width: 74px;
    transition: 0.3s;
  }

  .menu-trigger, header.is-animation .menu-trigger {
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 0;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    padding: unset;
    box-shadow: unset;
    height: 48px;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .menu-trigger .menu-trigger-container, .menu-trigger .menu-global, .menu-trigger .menu-search, header.is-animation .menu-trigger .menu-trigger-container, header.is-animation .menu-trigger .menu-global, header.is-animation .menu-trigger .menu-search {
    margin: 0 10px;
  }

  .menu-global, .menu-search {
    width: 33px;
  }

  .menu-trigger-container {
    width: 26px;
    height: 30px;
  }

  .menu-trigger span {
    height: 2px;
  }

  .hamburger {
    font-size: 7px;
  }

  #gnavi-top {
    position: relative;
    width: 100%;
    bottom: 0;
  }

  #gnavi-top ul li a span {
    font-size: 10px;
    margin-top: 1px;
  }

  #gnavi-top ul li a {
    font-size: 14px;
    padding: 0.6rem 0 0.4rem 0;
    width: 98%;
  }

  .tab-content {
    margin: 40px auto 20px auto;
  }

  h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }

  .tab-content h3 img {
    height: 1.8rem;
    width: 75px;
  }

  .col-3-flex {
    width: 100%;
  }

  .col-4-flex {
    width: 85%;
    margin: 0 auto;
  }

  .button a, .button-left a, .button-right a {
    padding: 10px 35px;
  }

  .banner-area {
    width: 100%;
    margin: 40px 0;
  }

  .col-5-flex {
    width: 85%;
    /* margin-bottom: 2px; */
    margin: 0 auto;
  }

  .col2-between-row {
    gap: 2em;
  }

  .top-pickup {
    padding: 2rem 0 5rem 0;
  }

  .footerbox-group ul {
    width: 48%;
  }

  div[class^=subpage-header-] {
    height: 110px;
    background-position-y: -36px;
  }

  h2.page-title {
    font-size: 2em;
    /* line-height: 1.6rem; */
    letter-spacing: 4px;
    margin-bottom: 2em;
  }

  #product-tab ul {
    flex-wrap: wrap;
  }

  #product-tab ul li {
    width: 25%;
  }

  #product-tab ul li a {
    height: 22px;
    margin: 0px 1%;
    padding: 1rem 0;
    background: #e9e9e9;
  }

  .product-tab-contents h3 {
    padding: 8px;
    margin-bottom: 1rem;
  }

  .product-img img {
    width: 70%;
  }

  .swiper-page-box {
    width: 140px;
    bottom: 70px;
  }

  .top-news {
    margin-bottom: 30px;
  }

  .footer-top {
    padding: 30px 0 10px 0;
  }

  .footer-bottom {
    padding-top: 30px;
  }

  .copyright {
    margin: 10px 10% 0 10%;
  }

  .footer-menu {
    margin: 0 10% 10px 10%;
  }

  #product-tab ul li, #product-lineup-tab1 ul li, #product-lineup-tab2 ul li {
    width: 25%;
    margin-bottom: 1px;
  }

  .modal-lineup-img {
    width: 40%;
    max-width: 200px;
  }

  .modal__content {
    width: 80%;
    padding: 10px;
  }

  .lineup-dedail-title {
    width: 80%;
  }

  ul.lineup-dedail {
    width: 94%;
  }

  .modal__content {
    flex-direction: column;
  }

  .table-company td {
    padding: 10px !important;
  }

  .table-office {
    gap: 10px;
  }

  .table-office__item {
    flex-direction: column;
    width: 100%;
  }

  .table-office__address-wrap {
    flex-direction: column;
  }

  .table-office-striped tr {
    flex-direction: column;
  }

  .philosophy__row {
    border: none;
    flex-direction: column;
    padding: 0;
  }

  .col-2__philosophy {
    width: 100%;
  }

  .text-center__philosophy {
    text-align: center;
  }

  .company-info__table tr {
    display: flex;
    flex-direction: column;
  }

  .company-info__table td:nth-child(2) {
    padding: 0 10px 5px 10px !important;
  }

  .company-info__table p {
    margin: 0;
  }

  .contact__table tr {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact__table th {
    padding-bottom: 10px;
  }

  .contact__table td {
    padding-top: 0;
  }

  .prefectures__td {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .prefectures__td input {
    margin-left: 0;
  }

  .prefectures {
    margin-left: 0;
  }

  .address__td {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .address__td input {
    margin-left: 0;
    width: 100%;
    box-sizing: border-box;
  }

  input[name=contact__telnum], input[name=contact__email] {
    width: 100%;
    box-sizing: border-box;
  }

  .contact-privacy__txt {
    text-align: left;
  }

  .contact__br {
    display: none;
  }

  .news-table tr {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .news-table td {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .news-table td:nth-child(2) {
    padding-top: 0;
  }

  .onemin-bg1 {
    height: 80vh;
  }

  .onemin-bg2,.onemin-bg3, .onemin-bg4, .onemin-bg5, .onemin-bg6, .onemin-bg7 {
    height: fit-content;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .onemin2__txt {
    font-size: 2em;
  }

  .onemin-bg {
    height: 90px;
    margin-top: -90px;
  }

  .onemin1__img {
    width: 80%;
  }

  .onemin2 {
    padding: 1.2em;
  }

  .onemin-img-wrap img {
    width: 23%;
  }

  .onemin6__img {
    width: 60%;
  }

  .onemin7__img {
    width: 65%;
  }
}

/* @media screen and (max-width: 1024px) {
  .gasknow-head {
    background-position: center;
    background-size: cover;
    height: 100vh;
    height: 17dvh;
    padding-left: 2em;
    padding-right: 2em;
  }

  .gasknow-logo {
    width: 76%;
    max-width: 700px;
    position: absolute;
    top: 9%;

    left: 17%;
  } */

/* } */
