@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 15px;
  text-decoration-color: #fff88a;
  text-underline-offset: -6px;
  text-decoration-skip-ink: none;
}
.marker.white {
  text-decoration-color: rgba(255, 255, 255, 0.3); /*#5e7ec4*/
}
p:not(.str) span.marker {
  text-decoration-thickness: 12px;
}
@media (max-width: 550px) {
  .marker {
    text-decoration-thickness: 12px;
  }
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.55rem, 1.22rem + 1.1733vw, 2.1rem);
  line-height: 1.45;
  margin-bottom: 45px;
}
.maintitle.txtmgb {
  margin-bottom: 17px;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width:550px) {
  .maintitle {
    margin-bottom: 25px;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  background: linear-gradient(60deg, #fbe32c 0%, #fbe32c 90%, #2a52b6 90%);
  padding: 7px 13px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
  padding-left: 2px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #2a52b6;
}
.stitle.white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.stitle.white::after {
  background: #fbe32c;
}
/*04*/
.otitle {
  font-weight: 900;
  font-size: clamp(1.5rem, 1.26rem + 0.8533vw, 1.9rem);
  margin-bottom: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}
.otitle::before, .otitle::after {
  content: '';
  border-top: 2px dotted #2a52b6;
  width: 100%;
}
.white.otitle::before, .white.otitle::after {
  border-top: 2px dotted #fff;
}
.otitle::before {
  margin-right: .7em;
}
.otitle::after {
  margin-left: .7em;
}
/* ボタン */
.mainbtn a {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 22px 35px;
  display: inline-block;
  width: fit-content;
  min-width: 281px;
  text-align: center;
  overflow: hidden;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: clamp(1rem, 0.97rem + 0.1067vw, 1.05rem);
}
.mainbtn a span::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(1.3, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  font-size: 130%;
  transition: .3s all;
  z-index: 2;
  pointer-events: none;
}
.mainbtn a:hover span::before {
  right: 10px;
}
.mainbtn a::before, .mainbtn a::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
}
.mainbtn a::after {
  width: 100%;
  background: #2a52b6;
  z-index: -2;
}
.mainbtn a::before {
  width: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.mainbtn a:hover::before {
  width: 100%;
}
/* yellow */
.mainbtn a.yellow {
  color: #2a52b6;
}
.mainbtn a.yellow:after {
  background: #fbe32c;
}
.mainbtn a.yellow::before {
  background: rgba(255, 255, 255, 0.23);
}
/**/
.tbtn {
  margin-top: 23px;
}
.btnflex a {
  margin: 3px 9px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 22px;
    min-width: 225px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex a {
    margin: 11px auto;
    display: block;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
  .spmgb.imgup {
    margin-bottom: 20px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.5%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -100;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* img */
.imgup, .imgup::before, .imgup::before {
  overflow: hidden;
  transition: 1.25s cubic-bezier(0.6, 0, 0.07, 1);
  transition-delay: 0.4s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.imgup.inview, .imgup.inview::before, .imgup.inview::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.imgup img {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.6, 0, 0.07, 1);
  transition-delay: 0.4s;
  transform: translateX(-5%) scale(1.35);
}
.imgup.inview img {
  opacity: 1;
  transform: translateX(0) scale(1);
}
/*=== 共通部分ここまで ===*/
/*最初にロゴを表示*/
.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.start::before, .start::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.start::before {
  left: 0;
  background: #2a52b6;
  animation: slidetop 3s cubic-bezier(0.86, 0, 0.07, 1) normal both;
}
.start::after {
  right: 0;
  background: #fbe32c;
  animation: slidedown 3s cubic-bezier(0.86, 0, 0.07, 1) normal both;
}
@keyframes slidetop {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@keyframes slidedown {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}
#splash_logo {
  width: 450px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
#splash_logo::before, #splash_logo::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/logo_loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  animation: logoFadeOut 2s normal both;
}
@keyframes logoFadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#splash_logo::before {
  filter: brightness(0) invert(1);
  z-index: 1;
}
#splash_logo::after {
  z-index: 2;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
@media (max-width: 750px) {
  #splash_logo {
    width: 58vw;
  }
}
@media (max-width: 500px) {
  #splash_logo {
    width: 79vw;
  }
}
/* header ================================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 11px 25px 15px;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 8px 0px;
  background: #fff;
}
.header_sticky .mainbtn a {
  font-weight: 500;
}
/*logo*/
.header_title {
  line-height: 1;
}
.header_title a {
  display: block;
  width: 115px;
}
/*btns*/
.header_item {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.header_item .btnflex {
  margin-bottom: 2px;
}
.header_item .mainbtn a {
  min-width: 200px;
  width: fit-content;
  padding: 10px 0;
  font-size: 0.82rem !important;
}
.header_item .btnflex a {
  margin: 0 2px;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  font-size: 1.1rem;
}
.hnav ul li a {
  padding: 0 14px;
  display: block;
  position: relative;
  top: 0;
  color: #333;
  line-height: 1.55;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li a span {
  color: #2a52b6;
  text-transform: uppercase;
  display: block;
  font-size: 77%;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/* ドロップダウンメニュー =================*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  font-size: 95%;
  color: #2a52b6;
  display: block;
  margin: -5px auto -17px;
}
.sub-menu a::after {
  content: none;
}
.sub-menu {
  position: absolute;
  top: 65px; /*位置調整*/
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  border: none !important;
  margin: 0 !important;
  margin-bottom: 4px !important;
  width: 100% !important;
  position: relative;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #2a52b6;
  z-index: -100;
  transition: .3s all;
  border-radius: 100px;
}
.sub-menu li:hover::after {
  filter: brightness(85%);
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 82% !important;
  padding: 15px 0 !important;
}
/* ホバー＆フォーカスで子メニュー表示 */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 80px;
  aspect-ratio: 1/1;
}
.hamburger::before {
  content: "";
  background: #2a52b6;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
.hamburger.-active::before {
  background: #fbe32c;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #2a52b6;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #2a52b6;
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #fff;
  border-radius: 10px;
}
.hamburger__line:before {
  top: -11px;
}
.hamburger__line:after {
  top: 11px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #2a52b6;
  z-index: -2;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 88%;
  max-width: 565px;
  padding: 65px 0 120px;
}
/*
.global-navigation__list {
  padding: 20px 40px 35px;
  background:#fbe32c;
}
*/
.global-navigation__list ul {
  margin: auto;
}
.global-navigation__list ul:not(.accordion__list) {
  margin-bottom: 35px;
}
.global-navigation__list ul:not(.accordion__list) > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dotted #fbe32c;
  font-size: 1.15rem;
}
.global-navigation__list ul:not(.accordion__list) > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #fff;
  line-height: 1.7;
}
.global-navigation__list ul:not(.accordion__list) > li a span, .global-navigation__list li button span {
  color: #fbe32c;
  text-transform: uppercase;
  display: block;
  font-size: 77%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* accordion menu */
.accordion__list li {
  line-height: 1.5;
}
.accordion__list li a {
  font-size: 92%;
}
.accordion__list li + li {
  margin-top: 3px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  color: #fbe32c;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 7px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .global-navigation__link.-accordion {
  vertical-align: top;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #fbe32c;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* btn */
.header__nav-area .btnflex a {
  width: 100%;
  min-width: auto;
  max-width: 240px;
  padding-left: 0;
  padding-right: 0;
  margin: 10px auto;
  display: block;
}
@media (max-width: 1335px) {
  .header_title a {
    width: 9.5vw;
  }
  .hnav ul li a {
    padding: 0 0.8vw;
  }
  .hnav ul li {
    font-size: 1.37vw;
  }
  .sub-menu {
    top: 5vw;
    width: 12vw;
  }
}
@media (max-width: 1085px) {
  .header_sticky {
    padding: 10px;
  }
  .header_title a {
    width: 105px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hnav {
    padding: 0;
    margin-bottom: 0;
  }
  .header__inner {
    display: block;
  }
  .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 9px;
  }
  .header_title a {
    width: 80px;
  }
  .hamburger {
    width: 71px;
  }
  /*
  .global-navigation__list {
    padding: 10px 15px 20px;
  }
  */
  .global-navigation__list ul:not(.accordion__list) > li {
    font-size: 1rem;
  }
  .header__nav-area .mainbtn a {
    font-size: 0.93rem;
    max-width: 210px;
  }
}
/* footer ================================================================*/
footer {
  overflow: hidden;
}
.footer_contact {
  padding: 60px 0;
  color: #fff;
  position: relative;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2a52b6;
  opacity: 0.85;
  z-index: -1;
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 50% 50%;
  filter: grayscale(100%);
  z-index: -2;
}
.maintitle .en {
  font-size: 45%;
  color: #2a52b6;
  background: #fbe32c;
  width: fit-content;
  padding: 0.23em 1em 0.3em;
  display: block;
  margin: 0 auto 5px;
  border-radius: 100px;
  text-transform: uppercase;
}
.yellow .maintitle .en {
  color: #fff;
  background: #2a52b6;
}
.footer_contact .maintitle {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 45px 0 37px;
  }
  .footer_contact .btnflex a {
    min-width: 281px;
    font-size: 95%;
  }
}
/* ロゴ・アドレス・サイトマップ */
.footer_bottom {
  background: #fbe32c;
  padding: 45px 0;
}
.footer_bottom .inner {
  max-width: 1090px;
  width: 94%;
}
.f_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* info */
.flogo {
  display: inline-block;
  margin-bottom: 10px;
  width: 265px;
}
.f_info {
  white-space: nowrap;
  margin-right: 55px;
}
.f_info p {
  line-height: 1.7;
  margin-bottom: 0;
}
.newaddress {
  margin-top: 10px;
}
.f_info p .ib, .newaddress .ib {
  display: inline;
}
.license:first-letter {
  color: #2a52b6;
}
.license {
  margin-top: 10px;
}
/* sitemap */
.sitemap {
  width: 100%;
}
.sitemap ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 95px;
}
.sitemap ul li {
  display: inline-block;
  margin-left: 15px;
  font-size: 95%;
}
.sitemap ul li a {
  color: #333;
}
.sitemap ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  color: #2a52b6;
  font-size: 90%;
  position: relative;
  top: -0.15em;
  transform: scale(1.3, 1);
  margin-right: 3px;
}
.sitemap ul li a:hover {
  opacity: 0.6;
}
/* copyright */
.copyright {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #2a52b6;
  text-align: right;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 1190px) {
  .footer_bottom .inner {
    max-width: 1035px;
  }
  .f_info {
    margin-right: 35px;
  }
  .sitemap ul {
    height: 125px;
  }
}
@media (max-width: 1020px) {
  .footer_bottom .inner {
    width: 88%;
  }
  .f_flex {
    display: block;
  }
  .f_info {
    text-align: center;
    white-space: normal;
    margin-right: 0;
  }
  .sitemap {
    margin: 25px auto 0;
  }
  .sitemap ul {
    display: block;
    height: auto;
    text-align: center;
  }
  .sitemap ul li {
    margin: 0 10px;
  }
  .copyright {
    text-align: center;
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .sitemap ul {
    text-align: left;
    margin-top: 15px;
  }
  .sitemap ul li {
    width: 100%;
    border-bottom: 1px dotted #2a52b6;
    padding-bottom: 8px;
    margin: 0 0 8px;
  }
}
@media (max-width: 550px) {
  .footer_bottom {
    padding: 43px 0;
  }
  .footer_bottom .inner {
    width: 93%;
  }
  .flogo {
    width: 230px;
  }
  .f_info p {
    margin-bottom: 7px;
  }
  .f_info p .ib, .newaddress .ib {
    display: block;
  }
  .f_info p .ib br, .newaddress .ib br {
    display: none;
  }
  .slash {
    display: block;
    opacity: 0;
    height: 0;
  }
  .sitemap ul li {
    font-size: 95%;
  }
}
/* ページ上に戻るボタン */
.go_top {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: #fbe32c;
  border: 2px solid #fff;
  position: fixed;
  bottom: 20px;
  right: 26px;
  z-index: 79;
  border-radius: 50%;
  color: #2a52b6;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 65px;
    right: 13px;
    bottom: 10px;
  }
}
/* スライド ==============================================================*/
.topslide {
  position: relative;
  overflow: hidden;
}
.slide_items {
  position: relative;
  height: fit-content;
  width: 100%;
  margin-left: auto;
}
.slide_items img {
  width: 100%;
  height: calc(100vh - 136px);
  min-height: 500px;
  object-fit: cover;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.catchcopy br {
  display: none;
}
.catchcopy p {
  position: relative;
  width: fit-content;
  white-space: nowrap;
  /*
  padding: 0.1em 0.4em 0;
  background: #fff;
  color: #2a52b6;
  */
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.7;
}
.catchcopy p > span {
  position: relative;
  z-index: 1;
}
.catchcopy_image {
  width: 72%;
  max-width: 850px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
.catchcopy p > span::after {
  content: '';
  width: 96%;
  height: 0.45em;
  position: absolute;
  bottom: 0.07em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff88a;
  opacity: 0.45;
  z-index: -1;
}
*/
/*傍点*/
.emphasis span {
  display: inline-block;
  position: relative;
}
.emphasis span::before {
  position: absolute;
  top: -0.6em;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0.5em;
  content: "・";
}
@media (max-width: 1085px) {
  .slide_items img {
    height: calc(100vh - 124px);
  }
}
@media (max-width: 1020px) {
  .slide_items img {
    height: 80vw;
  }
}
@media (max-width: 1000px) {
  .catchcopy p {
    font-size: 5.3vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: 90vw;
    min-height: 300px;
  }
  .catchcopy br {
    display: block;
  }
  .catchcopy p {
    font-size: 7vw;
  }
  .catchcopy_image {
    width: 94%;
  }
}
/* ごあいさつ ============================================================*/
.welcome {
  padding: 0 !important;
}
.welcome .tbtn {
  margin-top: 30px;
}
.welcome .inner {
  max-width: 1454px;
}
/*
.welcome .bold {
  text-decoration: underline;
  text-decoration-thickness: 168%;
  text-decoration-color: #fff;
  text-underline-offset: -128%;
  text-decoration-skip-ink: none;
}
*/
.welcome .welbg {
  padding: 65px 0;
  position: relative;
}
.welcome .welbg:nth-child(2n+1) {
  color: #fff;
}
.welcome .welbg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: -2;
}
.welcome .welbg:nth-child(1)::after {
  background: url(../img/welcome01.webp);
}
.welcome .welbg:nth-child(2)::after {
  background: url(../img/welcome02.webp);
}
.welcome .welbg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2a52b6;
  opacity: 0.9;
  z-index: -1;
}
.welcome .welbg:nth-child(2n)::before {
  background: #fbe32c;
  opacity: 0.91;
}
.welcome .welbg:nth-child(2n) .marker.white {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.welcome .welbg .flexbox {
  align-items: center;
}
.welcome .welbg:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
/*
.welcome .welbg:nth-child(2n) a.yellow {
  border: 2px solid #2a52b6;
}
*/
@media(max-width:1505px) {
  .welcome .welbg .flexbox {
    align-items: stretch;
  }
}
@media(max-width:1200px) {
  .welcome .inner {
    max-width: 1007px;
  }
  .welcome .welbg .flexbox {
    display: block;
  }
  .welcome .welbg .flexbox > div {
    width: 100% !important;
  }
  .welcome .welbg .flexbox .fleximg img {
    height: 37vw;
    min-height: 350px;
  }
  .welcome .welbg .flexbox .fleximg {
    margin-bottom: 23px;
  }
}
@media (max-width: 750px) {
  .welcome .welbg .flexbox .fleximg img {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 550px) {
  .welcome .welbg {
    padding: 45px 0;
  }
  .welcome .welbg:nth-child(2n)::before {
    opacity: 0.92;
  }
  .welcome .welbg .flexbox .fleximg {
    margin-bottom: 17px;
  }
}
/* コンテナについて ======================================================*/
.language {
  margin-top: 10px;
}
.language p {
  margin-bottom: 0;
  text-align: center;
}
.language p > span:not(.block) {
  color: #2a52b6;
  background: #fbe32c;
  padding: 0.1em 0.8em 0.2em;
  display: inline-block;
  margin: 3px 4px;
  border-radius: 100px;
}
.chinese {
  font-family: "Noto Sans SC", sans-serif;
}
.korean {
  font-family: "Noto Sans KR", sans-serif;
}
.language p .block {
  display: inline-block;
  font-size: 108%;
  margin-left: 7px;
}
/*YouTube*/
.youtube_wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
}
.youtube_wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .language p .block {
    margin-top: -3px;
    display: block;
  }
}
@media (max-width: 750px) {
  .youtubevideo {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 23px;
  }
  .language {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .language p > span:not(.block) {
    font-size: 93%;
  }
}
@media (max-width: 550px) {
  .language {
    font-size: 80%;
  }
}
/* 製品・納入事例をご紹介 ================================================*/
.cases::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2a52b6;
  opacity: 0.85;
  z-index: -1;
}
.cases::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/cases.webp);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}
.cases {
  padding: 70px 0;
  color: #fff;
}
.cases .str::before, .cases .str::after {
  border-left: 2px dotted #fff;
}
.cases p {
  text-align: center;
}
@media (max-width: 835px) {
  .cases p:not(.str) {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .cases {
    padding: 50px 0;
  }
}
/* プライオリティーパートナー募集 ========================================*/
.prioritypartner .inner {
  max-width: 1195px;
}
.str {
  font-size: clamp(1.4rem, 1.19rem + 0.7467vw, 1.75rem);
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 17px;
  position: relative;
  padding: 0 22px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.str::before, .str::after {
  content: '';
  width: 3px;
  height: 75%;
  position: absolute;
  top: 63%;
  border-left: 3px dotted #2a52b6;
  pointer-events: none;
}
.str::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.str::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
@media (max-width: 550px) {
  .str .ib {
    display: block;
  }
}
.bi {
  font-size: 120%;
}
.bold {
  font-weight: 900;
}
.blue {
  color: #2a52b6;
}
.yellow {
  color: #fbe32c;
}
/*47都道府県 140店舗限定でプライオリティーパートナーの募集を行います*/
.priority_str {
  margin-bottom: 45px;
}
.priority_str .str br:last-of-type {
  display: none;
}
.priority_str .str {
  font-size: clamp(1.3rem, 1.21rem + 0.32vw, 1.45rem);
  padding: 0 24px 0 32px;
}
.priority_str .fitc {
  font-size: clamp(1rem, 0.91rem + 0.32vw, 1.15rem);
}
@media (max-width: 850px) {
  .priority_str .str {
    white-space: nowrap;
  }
  .priority_str .str br:last-of-type {
    display: block;
  }
}
@media (max-width: 550px) {
  .priority_str {
    margin-bottom: 33px;
  }
  .priority_str .str {
    font-size: 4.3vw;
    padding: 0 7px 0 11px;
  }
}
/*プライオリティーパートナー条件*/
.partner_conditions {
  background: #fffadb; /*#edfbff*/
  padding: 15px 15px 30px;
  margin-bottom: 45px;
}
.partner_conditions h2 {
  padding: 0.1em 1.2em 0.2em;
  border-radius: 100px;
  color: #2a52b6;
  background: #fbe32c;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
  width: fit-content;
  margin: -35px auto 10px;
  font-weight: 700;
}
.partner_conditions .checktext {
  font-size: 140%;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 0;
}
.partner_conditions .checktext i {
  color: #2a52b6;
}
.ichidai {
  font-size: 140%;
}
/*img*/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/*sample*/
.sample_photo {
  position: relative;
}
.sample_photo::before, .sample_photo::after {
  pointer-events: none;
}
.sample_photo::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.45;
  z-index: 1;
}
.sample_photo::after {
  content: 'No image';
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1150px) {
  .prioritypartner .flexbox.aic {
    align-items: stretch;
  }
}
@media (max-width: 750px) {
  .partner_conditions .checktext {
    font-size: 3.7vw;
    white-space: nowrap;
  }
  .partner_conditions .checktext .ib {
    display: block;
  }
}
@media (max-width: 550px) {
  .partner_conditions {
    margin-bottom: 27px;
  }
}
@media (max-width: 410px) {
  .partner_conditions {
    padding: 19px 8px 15px;
  }
  .partner_conditions h2 {
    white-space: nowrap;
    font-size: 4.1vw;
    padding: 0.1em 0.8em 0.2em;
    margin-top: -10vw;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 80px 0 70px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2a52b6;
  z-index: -1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 18px !important;
  font-size: clamp(1.65rem, 1.14rem + 1.8133vw, 2.5rem);
  line-height: 1.3;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1085px) {
  .fv {
    padding: 65px 0 55px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 35px 0 30px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/**/
.yellow.fv::before {
  background: #fbe32c;
}
.yellow.fv h2, .yellow.fv .binner, .yellow.fv .breadcrumb li a {
  color: #333;
}
/* コンテナについてページ ==========================================================================================================*/
/* コンセプト */
.constr {
  width: fit-content;
  font-size: clamp(1.25rem, 1.07rem + 0.64vw, 1.55rem);
  font-weight: 700;
  position: relative;
}
.constr::after {
  content: '';
  width: 96%;
  height: 0.45em;
  position: absolute;
  bottom: 0.3em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff88a;
  z-index: -1;
}
@media(max-width:750px) {
  .sp_border_none {
    padding-left: 0 !important;
  }
  .sp_border_none::before {
    content: none !important;
  }
  .constr {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ポリウレア製コンテナの特徴 */
.features .inner {
  max-width: 1023px;
}
.features .maintitle {
  color: #fff;
}
.features::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/features.webp);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}
.features::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2a52b6;
  opacity: 0.85;
  z-index: -1;
}
.fea_items {
  margin-bottom: 45px;
  counter-reset: number 0;
}
.fea_items > div {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  counter-increment: number 1;
}
.fea_items > div:last-of-type {
  margin-bottom: 0 !important;
}
.fea_items > div .stitle::before {
  content: "0"counter(number)".";
  margin-right: 12px;
  color: #2a52b6;
}
/*新時代はポリウレア製コンテナ*/
.newera {
  color: #fff;
}
.newera .otitle {
  font-size: clamp(1.4rem, 1.1rem + 1.0667vw, 1.9rem);
}
.newera .otitle br {
  display: none;
}
@media (max-width: 750px) {
  .fea_items > div .stitle {
    text-align: center;
    padding-bottom: 15px;
  }
  .fea_items > div .stitle::before {
    display: block;
    margin: 0 auto 3px;
    font-size: 85%;
  }
  .fea_items > div .stitle::after {
    content: none;
  }
  .newera .otitle {
    margin-bottom: 15px;
  }
  .newera .otitle br {
    display: block;
  }
  .newera .otitle::before, .newera .otitle::after {
    content: none;
  }
}
@media (max-width: 550px) {
  .fea_items > div {
    padding: 13px 15px 15px;
  }
}
/* ポリウレア製コンテナ */
.containervideo::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/container.webp);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}
.containervideo::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fbe32c;
  z-index: -1;
  opacity: 0.88;
}
.containervideo .maintitle {
  margin-bottom: 30px;
}
.containervideo .inner {
  max-width: 760px;
}
.containervideo .language p > span:not(.block) {
  color: #fff;
  background: #2a52b6;
}
.containervideo .language {
  margin-bottom: 0 !important;
}
@media (max-width: 750px) {
  .containervideo .maintitle {
    margin-bottom: 23px;
  }
  .containervideo .language {
    margin-top: 12px;
  }
  .containervideo .youtubevideo {
    flex-direction: column;
    margin-bottom: 0;
  }
}
/* 新事業『自由に移動できるコンテナ事業』 */
.business .flexbox {
  margin-bottom: 45px;
}
.business .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.links {
  margin-top: 55px;
}
.links > div {
  width: 49%;
}
.links > div a {
  display: block;
  position: relative;
  overflow: hidden;
}
.links > div a img {
  transition: .6s all;
  filter: brightness(68%);
}
.links > div a:hover img {
  transform: scale(1.07);
  filter: brightness(85%);
}
.links > div a h2 {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  line-height: 1.55;
  text-align: center;
  font-size: clamp(1.35rem, 1.05rem + 1.0667vw, 1.85rem);
  white-space: nowrap;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.links > div a h2 span {
  font-size: 55%;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 750px) {
  .business .maintitle {
    margin-bottom: 35px;
  }
  .business .flexbox {
    margin-bottom: 53px;
  }
  .links {
    margin-top: -5px;
  }
  .links > div {
    width: 100%;
    margin: 0 auto 10px;
  }
  .links > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 納入事例ページ ==================================================================================================================*/
.cases_item .flexbox {
  margin-bottom: 85px;
}
.cases_item .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.cases_item .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:750px) {
  .cases_item .flexbox .spmgb {
    margin-bottom: 15px;
  }
}
@media(max-width:550px) {
  .cases_item .flexbox {
    margin-bottom: 65px;
  }
}
/* slider */
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 80%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**/
.contents_slider .slick-prev:before, .contents_slider .slick-next:before {
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
  opacity: 1;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
}
.contents_slider button.slick-prev {
  left: 7px !important;
  z-index: 3 !important;
}
.contents_slider button.slick-next {
  right: 9px !important;
  z-index: 3 !important;
}
/* プライオリティーパートナー募集ページ ============================================================================================*/
.ppabout .priority_str {
  margin-bottom: 25px;
}
.ppabout .partner_conditions {
  margin-bottom: 0 !important;
  margin-top: 50px;
}
/**/
.listlink a {
  background: #fff;
  color: #333;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.listlink a:hover {
  background: #f7f7f7;
}
.listlink a span {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.listlink a span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: bold;
  display: inline-block;
  color: #eb441e;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.prefectures.listlink {
  max-width: 700px;
  margin: auto;
}
.prefectures.listlink a span {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
  line-height: 1.7;
}
/**/
.note {
  font-size: 95%;
  margin-bottom: 0;
  margin-top: 10px;
}
@media(max-width:750px) {
  .ppabout .priority_str {
    margin-bottom: 15px;
  }
  .ppabout .partner_conditions {
    margin-top: 40px;
  }
}
@media(max-width:550px) {
  .note {
    font-size: 80%;
    line-height: 1.5;
  }
}
/* プライオリティーパートナーになるメリット */
.merits::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/merits.webp);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}
.merits::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2a52b6;
  opacity: 0.85;
  z-index: -1;
}
.merits {
  color: #fff;
}
.merits .inner {
  width: 93%;
  max-width: 1430px;
}
.mertoptext {
  margin-bottom: 37px;
  text-align: center;
}
.merits .otitle {
  margin-bottom: 23px;
}
.meritems {
  counter-reset: number 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
  text-align: center;
  font-size: 120%;
  line-height: 1.6;
  font-weight: 700;
  white-space: nowrap;
}
.meritems > div {
  counter-increment: number 1;
  padding: 15px;
  background: #fff;
  color: #333;
  width: calc(100% / 3 - 20px);
  margin: 0 10px 15px;
}
.meritems > div::before {
  content: "0"counter(number)".";
  display: block;
  color: #2a52b6;
  font-size: 110%;
  margin-bottom: 3px;
  text-align: center;
}
/* 例 */
.example .inner {
  width: 88% !important;
  max-width: 1390px !important;
}
.example .stitle {
  margin-bottom: 15px;
}
.mgb20 {
  margin-bottom: 23px;
}
.annotation_kome {
  position: relative;
}
.annotation_kome::before {
  content: "※";
  font-size: 65%;
  position: absolute;
  top: -0.35em;
  right: 0;
}
.annotation {
  font-size: 80%;
}
.plan {
  counter-reset: number 0;
  margin: 15px 0 20px;
}
.plan li {
  counter-increment: number 1;
  border-bottom: 1px dotted #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.plan li::before {
  content: "plan0"counter(number)".";
  text-transform: uppercase;
  margin-right: 10px;
}
@media(max-width:1565px) {
  .meritems {
    font-size: 1.26vw;
  }
}
@media(max-width:1355px) {
  .meritems {
    font-size: 1.2rem;
  }
  .meritems > div {
    width: calc(100% / 2 - 20px);
  }
  .toshi {
    display: none;
  }
}
@media(max-width:965px) {
  .merits .inner {
    width: 88%;
  }
  .mertoptext {
    text-align: left;
    margin-bottom: 30px;
  }
  .meritems, .example .flexbox {
    display: block;
  }
  .meritems > div {
    width: 100%;
    margin: 0 0 15px;
  }
  .example .flexbox > div {
    width: 100%;
  }
  .example .flexbox .imgup {
    margin-bottom: 30px;
  }
}
@media(max-width:550px) {
  .merits .maintitle.txtmgb {
    margin-bottom: 23px;
  }
  .merits .otitle {
    margin-bottom: 18px;
  }
  .meritems {
    text-align: left;
    white-space: normal;
    font-size: 100%;
    font-size: 105%;
  }
  .example .flexbox .imgup {
    margin-bottom: 23px;
  }
  .meritems > div {
    padding: 12px 15px;
  }
  .meritems br {
    display: none;
  }
  .plan {
    margin: 25px 0 30px;
  }
  .plan li {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .plan li::before {
    display: block;
    font-size: 90%;
  }
}
/* 応募方法 */
.application {
  text-align: center;
}
.application .prefectures.listlink {
  margin: 20px auto 30px;
}
.application .prefectures.listlink a span {
  font-size: 100%;
}
.appstr > span {
  font-size: 113%;
}
.appstr .bi {
  font-size: 110%;
}
@media(max-width:1040px) {
  .application {
    text-align: left;
  }
}
@media(max-width:750px) {
  .application .prefectures.listlink {
    margin-bottom: 23px;
  }
  .appstr > span {
    font-size: 100%;
  }
  .appstr .bi {
    font-size: 107%;
  }
}
/* 代表紹介ページ ==================================================================================================================*/
/* 代表プロフィール */
/*table*/
.intr_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.intr_table tr {
  border-bottom: 1px dotted #a3a3a3;
}
.intr_table th {
  background: transparent;
  width: 35%;
}
.intr_table th, .intr_table td {
  font-weight: 500;
  padding: 23px 0;
}
.intr_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
/* MESSAGE */
.mbox {
  padding: 45px;
  background: #fff;
}
.mbox .maintitle {
  margin-bottom: 30px;
}
.border.maintitle {
  text-align: left;
  position: relative;
  padding-left: 55px;
}
.border.maintitle::before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  width: 42px;
  height: 1px;
  background: #333;
}
.mbox .flexbox {
  margin-bottom: 45px;
}
.mbox .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.mbox .fleximg img {
  height: 400px;
}
@media(max-width:1150px) {
  .mbox .flexbox {
    display: block;
  }
  .mbox .flexbox div {
    width: 100%;
  }
  .mbox .flexbox .fleximg img {
    height: 33vw;
    min-height: 300px;
  }
  .mbox .flexbox .fleximg {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .mbox {
    padding: 25px;
  }
  .mbox .flexbox .fleximg img {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 550px) {
  .mbox .maintitle {
    margin-bottom: 20px;
  }
  .mbox {
    padding: 20px 15px;
  }
  .mbox .flexbox {
    margin-bottom: 37px;
  }
  .mbox .flexbox .fleximg {
    margin-bottom: 15px;
  }
}
/* 会社概要ページ ==================================================================================================================*/
/* 代表紹介バナー */
.banner {
  width: 73%;
  max-width: 710px;
  margin: 0 auto 75px;
}
.banner a {
  display: block;
}
.banner a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .banner {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .banner {
    margin-bottom: 43px;
  }
}
/* 会社概要 */
.overview .inner {
  max-width: 1050px;
}
.overview .maintitle {
  margin-bottom: 30px;
}
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th {
  background: #2a52b6;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
  padding: 19px 10px;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  padding: 19px;
}
.info_table a {
  color: #2a52b6;
}
.info_table a:hover {
  opacity: 0.6;
}
@media (max-width: 550px) {
  .overview .maintitle {
    margin-bottom: 22px;
  }
}
/**/
.ruby {
  position: relative;
  letter-spacing: 0.3em;
}
.ruby span {
  letter-spacing: 0;
  position: absolute;
  top: -1.35em;
  left: 48%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 45%;
}
/**/
.office p {
  margin-bottom: 13px;
}
.office p:last-of-type {
  margin-bottom: 0 !important;
}
.office span:not(.ib) {
  display: block;
}
.office span:not(.ib)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-weight: bold;
  margin-right: 3px;
  color: #2a52b6;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100% !important;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/* アクセス */
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width:550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ==============================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 908px;
}
.contact_sec .mtitle {
  font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
  margin-bottom: 7px;
}
.contop {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .contop {
    text-align: left;
  }
  .contop br {
    display: none;
  }
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 27px;
  }
}
/* 電話・FAX */
.tels .mtitle {
  margin-bottom: 0;
}
.contact_sec .tels .inner > div {
  margin-bottom: 30px;
}
.contact_sec .tels .inner > div:last-of-type {
  margin-bottom: 0 !important;
}
.telwrap {
  padding: 25px;
  background: #fff;
}
.telbox {
  display: flex;
  align-items: center;
}
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.5rem, 1.35rem + 0.5333vw, 1.75rem);
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  min-width: 251px;
  margin-right: 25px;
}
.telbox a i {
  color: #2a52b6;
}
.telbox a:hover {
  opacity: 0.6;
}
.fax {
  pointer-events: none;
}
.telbox p {
  margin-bottom: 0;
}
@media (max-width: 1035px) {
  .telbox {
    display: block;
  }
  .telbox a {
    margin-right: 0;
    min-width: auto;
  }
}
@media (max-width: 550px) {
  .telwrap {
    padding: 15px 13px 17px;
  }
  .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
}
/*fax*/
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #2a52b6;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 550px) {
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
.mails {
  padding-bottom: 50px;
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mails {
    padding-bottom: 30px;
  }
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  background: #fbe32c;
  padding: 5px;
  margin-right: 3px;
  font-size: 80%;
}
.mailform .row span.mailsp {
  color: #333;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 270px;
  padding: 26px 0;
  display: block;
  text-align: center;
  overflow: hidden;
  background: #fbe32c;
  border: 2px solid #fbe32c;
  color: #2a52b6;
  border-radius: 100px;
  font-weight: 700;
  transition: .45s;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button::after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
  width: 0;
  background: rgba(255, 255, 255, 0.23);
  z-index: -1;
}
.mailform button:hover {
  border: 2px solid #2a52b6;
}
.mailform button:hover::after {
  width: 100%;
}
/*チェックボックス*/
.check_label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 15px 3px 0;
}
@media (max-width: 750px) {
  .check_label {
    display: block !important;
    margin: 0 0 7px !important;
  }
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
.autofill {
  font-size: clamp(0.65rem, 0.5rem + 0.5333vw, 0.9rem);
  margin-bottom: 6px;
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .longbtn a {
    max-width: 300px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.79rem + 0.7467vw, 1.35rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
  padding: 13px 11px;
  padding-left: 15px;
  background: #2a52b6;
  color: #fff;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
  color: #fbe32c;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 2px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #2a52b6;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}











/* 260117 更新分 ========================================================================*/
/*コンテナトレーラーについて 動画の追加及びレイアウト変更*/
.container_flex2601 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container_flex2601 > div {
  width: 31.1%;
  margin: 0 1.1% 25px;
}
.container_flex2601 > div .language {
  margin-top: 10px !important;
  font-size: 100% !important;
}
.container_text2601 p {
  text-align: center;
}
@media (max-width: 1195px) {
  .container_flex2601 > div {
    width: 47.8%;
  }
  .container_text2601 p {
    text-align: left;
  }
}
@media (max-width: 750px) {
  .container_flex2601 > div {
    width: 100%;
    margin: 0 0 30px;
  }
}
/*コンテンツ追加 パンフレットの掲載*/
.brochuretop {
  margin-top: 75px;
}
.brochure {
  position: relative;
}
.brochure::after {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fffadb;
  z-index: -100;
}
.bro_text {
  padding: 0 35px;
  width: 58%;
}
.s_yellow.str::before, .s_yellow.str::after {
  border-left: 3px dotted #fbd52c;
}
.brochure_cover {
  width: 42%;
  position: relative;
}
.brochure_cover img {
  width: 92%;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
}
.brochure_cover img:nth-child(1) {
  margin-right: auto;
}
.brochure_cover img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(3deg);
  z-index: -1;
  filter: brightness(85%);
}
@media (max-width: 1000px) {
  .brochure {
    padding: 30px 0;
  }
}
@media (max-width: 835px) {
  .brochure {
    padding: 25px;
  }
  .brochure::after {
    height: 100%;
  }
  .brochure .flexbox {
    display: block;
  }
  .bro_text {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .brochure_cover {
    width: 90% !important;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .brochuretop {
    margin-top: 50px;
  }
  .brochure {
    padding: 25px 15px 30px;
  }
}
/* コンテナトレーラーについてページ */
/*ポリウレア製コンテナトレーラー*/
.containervideo .inner {
  max-width: 1250px;
}
@media (max-width: 1195px) {
  .containervideo .container_flex2601 > div:last-of-type {
    margin: auto !important;
  }
}
/*新事業 自由に移動できるコンテナトレーラー事業*/
.business .brochure {
  margin: 75px 0 !important;
}
@media (max-width: 1000px) {
  .business .brochure {
    margin: 45px 0 !important;
  }
}
@media (max-width: 550px) {
  .business .brochure {
    margin: -10px 0 55px !important;
  }
}