@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1330px) {
  html {
    font-size: 1.2030075188vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-btn-center a {
  margin-inline: auto;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1330px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 31.25rem;
  }
}

.l-mt60 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-mt60 {
    margin-top: 3rem;
  }
}

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

.c-back-blue {
  background-color: #144B64;
}

.c-btn {
  font-size: max(1.25rem, 12px);
  font-weight: bold;
  color: #fff;
  padding: 0.9375rem 4.25rem;
  width: 20rem;
  max-width: 100%;
  border-radius: 3.125rem;
  border: 1px solid #fff;
  display: block;
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: max(0.875rem, 12px);
    padding: 0.375rem 0.375rem 0.375rem 2.375rem;
    width: 11.25rem;
  }
}
.c-btn:hover {
  color: #fff;
  background-color: #144B64;
  opacity: 0.8;
}
.c-btn::before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  aspect-ratio: 9/19;
  right: 1.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon-arrow.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 0.375rem;
    right: 0.75rem;
  }
}

.c-btn--white:hover {
  background-color: #fff;
  color: #144B64;
}
.c-btn--white:hover::before {
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/cover;
}

.c-fadeInMv {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
.c-hamburger {
  display: block;
  width: 1.4375rem;
  height: 1.125rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}

.c-hamburger span {
  display: inline-block;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  position: absolute;
  height: 5px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}

/*OPEN時の動き*/
.js-open.p-header__hamburger {
  margin-left: auto;
}

.js-open .c-hamburger span {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

.c-hoverRun {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.c-hoverRun:hover {
  background-size: 100% 1px;
}

.c-hoverRun--black {
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#333));
  background-image: linear-gradient(90deg, #333, #333);
}

.c-section-title {
  font-size: max(1.625rem, 12px);
  color: #fff;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.02em;
}

.c-section-title--blue {
  color: #144B64;
}

.c-slidein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.c-slidein.c-slidein-left {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.c-slidein.c-slidein-right {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.c-slidein.c-slidein-up {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.c-slidein.c-slidein-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.c-slidein.scrollin {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.p-cta {
  padding-block: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 2.875rem;
  }
}

.p-cta__list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
  width: 51.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    gap: 0.75rem;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.p-cta__link {
  height: 100%;
  min-height: 7.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 4.125rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 2.375rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    min-height: 6.25rem;
    gap: 1.875rem;
    grid-template-columns: 3.25rem 1fr;
    border-radius: 0.375rem;
  }
}
@media (any-hover: hover) {
  .p-cta__link:hover {
    opacity: 0.8;
  }
  .p-cta__link:hover::before {
    -webkit-transform: translateY(-50%) translateX(0.3em);
            transform: translateY(-50%) translateX(0.3em);
  }
}
.p-cta__link::before {
  position: absolute;
  content: "";
  background: url(../images/icon-arrow-maru.svg) no-repeat center center/contain;
  right: 2.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .p-cta__link::before {
    right: 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-cta__link img {
  width: 100%;
  height: auto;
}

.p-footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer-address {
    display: block;
  }
}

.p-footer-address__item:nth-child(1) {
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer-address__item:nth-child(1) {
    padding-right: 0;
  }
}
.p-footer-address__item:nth-child(2) {
  padding-left: 3.125rem;
  border-left: 3px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-footer-address__item:nth-child(2) {
    padding-left: 0rem;
    border: none;
    margin-top: 1.25rem;
  }
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-footer-menu {
    display: grid;
    text-align: center;
  }
}

.p-footer {
  padding-block: 3.75rem 0.625rem;
  background-color: #ebf2f5;
}

.p-footer__logo-shinko {
  width: 18.0625rem;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-shinko {
    width: 16.125rem;
  }
}
.p-footer__logo-shinko a {
  display: block;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-footer__logo-shinko a:hover {
    opacity: 0.8;
  }
}
.p-footer__logo-shinko img {
  width: 100%;
  height: auto;
}

.p-footer__menu {
  margin-top: 3.125rem;
}

.p-footer__address {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    padding-inline: 0.75rem;
  }
}

.p-footer__logo-sasaki {
  margin-top: 4.875rem;
  margin-inline: auto;
  width: 26.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-sasaki {
    margin-top: 2.5rem;
    width: 20.375rem;
    height: auto;
  }
}
.p-footer__logo-sasaki a {
  display: block;
}
@media (any-hover: hover) {
  .p-footer__logo-sasaki a:hover {
    opacity: 0.8;
  }
}
.p-footer__logo-sasaki img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__copy {
  margin-top: 3.625rem;
  font-size: max(0.875rem, 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 11px;
  }
}

.p-footer__page-top {
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  width: 3.125rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__page-top {
    bottom: 1.25rem;
    width: 2.75rem;
  }
}
@media (any-hover: hover) {
  .p-footer__page-top:hover {
    opacity: 0.8;
  }
}

body.noscroll {
  overflow: hidden;
}

.p-header {
  width: 100%;
  max-height: 100%;
  height: 4.5rem;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: fixed;
  }
}

.p-header.js-up {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
.p-header.js-down {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0px;
  background-color: #fff;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-header__inner {
  background-color: #144B64;
  width: 100%;
  padding-left: 2.875rem;
  padding-right: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: inherit;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 0.625rem;
  }
}

.p-header__logo {
  max-width: 13.75rem;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 13.9375rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
}
.p-header__logo a:hover {
  opacity: 0.7;
}

.p-header__nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__item {
  height: inherit;
  padding: 0 0.9375rem;
  position: relative;
}

.p-header__link {
  display: block;
  font-size: 1rem;
  color: #fff;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-header__link span {
  display: block;
  position: relative;
}
.p-header__link span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.5rem;
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (any-hover: hover) {
  .p-header__link:hover span:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-header__link:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
    position: relative;
    margin-left: auto;
    z-index: 2;
    width: 3.3125rem;
    height: 3.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #144B64;
  }
  .p-header__hamburger.js-open {
    background-color: rgba(255, 255, 255, .5);
  }
}

.p-spNav {
  display: none;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
@media screen and (max-width: 767px) {
  .p-spNav {
    display: block;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 5;
    width: 100%;
    height: 101vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    color: #333;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #144B64;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1.25rem 1.25rem 6.875rem;
  }
  .p-spNav::before {
    position: absolute;
    content: "";
    background: url(../images/top/news-back.png) no-repeat center center/contain;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
    width: 12.9375rem;
    height: 11.8125rem;
  }
}
.p-spNav::-webkit-scrollbar {
  display: none;
}

.p-spNav.js-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-spNav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-spNav__item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }
}

.p-spNav__link {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-spNav__link {
    text-align: left;
    padding: 1.25rem 0;
    text-align: center;
  }
}
.p-spNav__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #333;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-spNav__link span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}

@media screen and (min-width: 900px) {
  .p-spNav__link:hover:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-spNav__logo {
  width: 20.6875rem;
  margin: 5.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-spNav__logo {
    width: 210px;
    margin: 2.5rem auto 0;
  }
}

.c-cross {
  position: absolute;
  top: 2.1875rem;
  right: 0.9375rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.c-cross:before,
.c-cross:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 46%;
  width: 0.9375rem;
  height: 0.125rem;
  right: 0.27rem;
}

.c-cross:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.is-active .c-cross::after {
  opacity: 0;
}

.is-active .c-cross::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-accordion {
  width: 100%;
  display: none;
  position: relative;
  padding: 0;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
}

.c-accordion li {
  width: 100%;
  margin-left: 0.625rem;
}

.c-accordion li a {
  display: block;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  padding: 0.9375rem 0rem 0.3125rem 0.75rem;
}

.p-top-access {
  background-color: #c0cacc;
  padding-block: 5.625rem 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-access {
    padding-block: 4.25rem 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-access__inner {
    max-width: calc(61.875rem + 50px);
  }
}

.p-top-access__list {
  margin-top: 3.125rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top-access__list {
    margin-top: 2.5rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-top-access__item:nth-child(2) {
    margin-top: 1.875rem;
  }
}

.p-top-access__map {
  position: relative;
  width: 100%;
  padding-top: 58.3333%; /* = height ÷ width × 100 */
}
.p-top-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-access__address {
  margin-top: 1.375rem;
  text-align: center;
  font-size: max(1rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-top-access__address {
    font-size: max(0.9375rem, 12px);
  }
}

.p-top-mv {
  position: relative;
}
.p-top-mv img {
  width: 100%;
  height: 100%;
}
.p-top-mv .swiper {
  aspect-ratio: 1920/800;
}
@media screen and (max-width: 767px) {
  .p-top-mv .swiper {
    aspect-ratio: 375/573;
  }
}
.p-top-mv .swiper-slide-active .swiper-slide__item,
.p-top-mv .swiper-slide-duplicate-active .swiper-slide__item,
.p-top-mv .swiper-slide-prev .swiper-slide__item {
  -webkit-animation: zoomanime 8s linear 0s normal both;
          animation: zoomanime 8s linear 0s normal both;
}
@-webkit-keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes zoomanime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}

.p-top-mv__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84.8958333333%;
  height: 2.75rem;
  z-index: 2;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1920px) {
  .p-top-mv__title {
    width: 101.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    width: 4rem;
    height: 29.5625rem;
    left: auto;
    right: 2.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-top-news {
  padding-block: 4.625rem;
  position: relative;
  overflow: hidden;
}
.p-top-news::before {
  position: absolute;
  content: "";
  background: url(../images/top/news-back.png) no-repeat center center/contain;
  right: 0;
  bottom: 0.625rem;
  -webkit-transform: translateX(7%);
          transform: translateX(7%);
  width: 27.875rem;
  height: 25.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-news::before {
    bottom: auto;
    top: 0.5625rem;
    width: 12.9375rem;
    height: 11.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__inner {
    max-width: calc(49.375rem + 50px);
  }
}

.p-top-news__list {
  margin-top: 3.125rem;
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__list {
    margin-top: 2.8125rem;
    gap: 2rem;
  }
}

.p-top-news__link {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: auto 1fr;
  color: #fff;
  font-size: max(1.125rem, 12px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-news__link {
    display: block;
    font-size: max(1rem, 12px);
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-top-news__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news__title-wrap {
    margin-top: 0.25rem;
    padding-bottom: 0.75rem;
    position: relative;
  }
  .p-top-news__title-wrap::before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.p-top-news__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    -webkit-line-clamp: 2;
  }
}

.p-top-service {
  background: url(../images/top/wear-back.webp) no-repeat center center/cover;
  padding-bottom: 11.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    background: url(../images/top/sp_wear-back.webp) no-repeat center center/cover;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__inner {
    /*padding-left: 0rem;*/
  }
}

.p-top-service__title {
  height: 10.75rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    height: 3.1875rem;
  }
}
.p-top-service--dunnage .p-top-service__title {
  margin-top: -3px;
}
.p-top-service__title picture,
.p-top-service__title img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}

    .animated-button a{
      position: relative;
      display: flex;
      align-items: center;
      gap: 4px;
padding: 0.8rem 5.25rem;
      border: 1px solid;
text-align: left;
      border-color: transparent;
      font-size: 18px;
font-style: italic;
      background-color: inherit;
      border-radius: 100px;
      font-weight: 600;
      color: white;
      box-shadow: 0 0 0 1px white;
      cursor: pointer;
      overflow: hidden;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20rem;
  max-width: 100%;
	margin: 0 auto;
    }
    .animated-button a img {
      position: absolute;
      width: 24px;
      z-index: 9;
      transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      /* アイコン画像の色変更はSVG側で currentColor を利用して設定してください */
    }
    .animated-button a .arr-1 {
      right: 1.75rem;
width: 10px;
    }
    .animated-button a .arr-2 {
      left: -1.75rem;
width: 10px;
    }
    .animated-button a .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      background-color: white;
      border-radius: 50%;
      opacity: 0;
      transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .animated-button a .text {
      position: relative;
	font-size: max(1.25rem, 12px);
      z-index: 1;
      transform: translateX(-12px);
      transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 0rem;
  font-weight: bold;
  color: #fff;
  width: 20rem;
  max-width: 100%;
    }
    .animated-button a:hover {
      box-shadow: 0 0 0 12px transparent;
      color: black;
      border-radius: 12px;
    }
    .animated-button a:hover .arr-1 {
      right: -25%;
    }
    .animated-button a:hover .arr-2 {
      left: 16px;
    }
    .animated-button a:hover .text {
      transform: translateX(12px);

  font-weight: bold;
  color: #144b64;
  width: 20rem;

    }
    /* SVGのfill色はSVGファイル内でcurrentColorを指定した場合、colorで変更可能ですが、
    画像の場合は色変更のためSVG自体を書き換える必要があります 
    .animated-button:hover img {
      filter: invert(1);   ← 必要であればフィルターを使う 
    }
    */
    .animated-button a:active {
      scale: 0.95;
      box-shadow: 0 0 0 4px white;
    }
    .animated-button a:hover .circle {
      width: 520px;
      height: 220px;
      opacity: 1;
    }

.p-top-service__content {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-top-service__content {
    margin-top: 1.875rem;
    display: block;
  }
}

.p-top-service__body {
  display: grid;
  gap: 1.625rem;
  font-size: max(1.125rem, 12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-service__body {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-top-service__btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__btn a {
    margin-inline: auto;
  }
}

.p-top-service--dunnage {
  background: url(../images/top/dunnage-back.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-top-service--dunnage {
    background: url(../images/top/sp_dunnage-back.webp) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */







.pc-br{
display: block;
}

.sp-br{
display: none;
}

.sp1em {
  height: 1em;
}
.sp2em {
  height: 2em;
}
.sp3em {
  height: 3em;
}
.pc_sp1em {
  height: 1em;
}
.pc_sp2em {
  height: 2em;
}
.pc_sp3em {
  height: 3em;
}
.sp_sp1em {
  display: none;
}
.sp_sp2em {
  display: none;
}
.sp_sp3em {
  display: none;
}

.pc-toggle {
display: block;
}
.sp-toggle {
display: none;
}

.we01b{
position: relative;
}

.we01c{
position: absolute;
z-index: 5000;
}

.yohaku01{
padding: 7em 0em;
}

.yohaku02{
padding: 3em 0em;
}

.yohaku03{
padding: 4em 0em;
}

.yohaku04{
padding: 0em 0em;
}

.yohaku05{
padding: 2.0em 0em;
}

.yohaku06{
padding: 2em 0em;
}

.yohaku07{
padding: 8em 0em 0em 0em;
}

.txtleft{
text-align: center;
}

.dunnage-copy, .company-copy {
margin-bottom: 3em;
}

.modal-2__wrap input {
    display: none;
}

.modal-2__open-label,
.modal-2__close-label {
    cursor: pointer;
}

.modal-2__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}

.modal-2__open-label:hover {
    background-color: #fff;
    color: #2589d0;
    outline: 1px solid #2589d0;
}

.modal-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-2__open-input:checked + label + input + .modal-2 {
    display: block;
    animation: modal-2-animation .6s;
}

.modal-2__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1250px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-2__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-2__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-2__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-2__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-2__content-wrap {
        width: 90vw;
    }

    .modal-2__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

.modal-3__wrap input {
    display: none;
}

.modal-3__open-label,
.modal-3__close-label {
    cursor: pointer;
}

.modal-3__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}

.modal-3__open-label:hover {
    background-color: #fff;
    color: #2589d0;
    outline: 1px solid #2589d0;
}

.modal-3 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-3__open-input:checked + label + input + .modal-3 {
    display: block;
    animation: modal-3-animation .6s;
}

.modal-3__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1250px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-3__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-3__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-3__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-3-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-3__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-3__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-3__content-wrap {
        width: 90vw;
    }

    .modal-3__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

.modal-4__wrap input {
    display: none;
}

.modal-4__open-label,
.modal-4__close-label {
    cursor: pointer;
}

.modal-4__open-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #2589d0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1em;
}

.modal-4__open-label:hover {
    background-color: #fff;
    color: #2589d0;
    outline: 1px solid #2589d0;
}

.modal-4 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.modal-4__open-input:checked + label + input + .modal-4 {
    display: block;
    animation: modal-4-animation .6s;
}

.modal-4__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1250px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

.modal-4__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.6;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.3em;
}

.modal-4__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-4__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-4-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-4__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-4__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-4__content-wrap {
        width: 90vw;
    }

    .modal-4__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

.modal_text{
color: #000;
}

.ppind{
  text-indent: -1em;
  padding-left: 1em;
margin-top: 0.5em;
}

.company-table {
	border-collapse: collapse;
	width: 100%;
	margin: 50px 0 100px;
}
.company-table th, .company-table td {
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	vertical-align: top;
	line-height: 1.6;
}

.contxt{
font-size: max(1.0625rem, 12px);
line-height: 180%;
}

.contxt_yellow{
color: yellow;
}

.form-wrap {

}

.form-box {
width: 100%;
max-width: 980px;
margin: 1em auto 0em;
text-align: center;
/*background-color: #e9ecf2;*/
border-radius: 12px;
padding: 0.3em 0em 3em 0em;
margin-top: 1.0em;
}

.form-table {
width: 100%;
max-width: 898px;
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0em 0em 0em 0em;
margin-top: 2em !important;
}

.form-table th {
display: block;
padding: 0.2em 0.5em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #FFFFFF;
width: 100%;
font-size: max(1.0625rem, 12px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}

.form-table td {
display: block;
padding: 0em 0.5em 0.5em 0em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
width: 100%;
font-size: max(1.0625rem, 12px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

::placeholder {
color: #c3c3c3;
}

.doui {
display: block;
padding: 0em 2.8em;
line-height: 180%;
text-align: center;
vertical-align: top;
color: #5f3700;;
width: 100%;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}

.cyuui{
color: red;
font-size: 16px;
}

.douinoue{
color: #FFFFFF;
font-size: clamp(15.5px, 1.0vw, 21px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
line-height: 170%;
word-break: break-all;
text-align: center;
margin-bottom: 3em;
}

.douinoue a{
color: #4169e1;
text-decoration: underline;
}

.btn-contact03{
width: 370px;
margin: 0 auto;
margin-top: 1em;
display: flex;
justify-content: center;
padding: 0.7em;
border: 2px solid;
border-color: #FFFFFF;
/*border-radius: 150px;*/
background-color: #FFFFFF !important;
color: #144b64;
font-weight: 600;
font-size: 20px;
border-radius: 100px;
}

.btn-contact03:hover{
background-color: #144b64 !important;
color: #FFFFFF;
border: 2px solid;
border-color: #FFFFFF;
/*border-radius: 150px;*/
}

input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF !important;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  
  /*cursor: pointer;*/
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF !important;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}

::placeholder {
  color:#CCC;
  font-size: 1em;
}

.hissu {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  color: #FFF;
  background-color: #ff5555;
  display: inline-block;
  padding: 3px 5px;
  margin: 0px 0 0 4px;
border-radius: 4px;
}

.eng_ttl{
font-size:86px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -4px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
}

.eng_ttl02{
font-size:86px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -4px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 0.6em;
}

.eng_ttl03{
font-size:73px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -4px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 0.6em;
}

.jpn_ttl{
font-size:34px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
letter-spacing: -0px;
color: #FFFFFF;
position: relative;
top: -4px;
font-style:normal;
}

.jpn_ttl02{
font-size:27px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
letter-spacing: -0px;
color: #FFFFFF;
position: relative;
top: -4px;
font-style:normal;
}

.eng_ttl04{
font-size:32px;
text-align: center;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -2px;
color: #144b64;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 0.6em;
}

.eng_ttl05{
font-size:32px;
text-align: center;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -0px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 0.6em;
}

.eng_ttl_top{
font-size:175px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -4px;
color: #FFFFFF;
font-style: italic;
opacity: 0.5;
}

.other-top {
display: flex;
justify-content: center;
align-items: center;
min-height: 500px;
overflow: hidden;
}

.btnnin{
background-color: #0e589c;
border-radius: 16px;
padding: 3px 14px;
color: #FFFFFF;
font-weight: normal;
border: 2px solid #c0cacc !important;
}














/*-----iPadPro用------*/
/*　画面サイズが980pxから1024pxまではここを読み込む　*/	
@media screen and (min-width:769px) and ( max-width:1024px) {

}


/*-----iPad用------*/
/*　画面サイズが768pxから979pxまではここを読み込む　*/	
@media screen and (min-width:768px) and ( max-width:979px) {

.wear-copy {
font-size: 35px !important;
}

.l-inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}

.eng_ttl{
font-size:44px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -1px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
}
	
.eng_ttl02{
font-size:44px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -1px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 1.0em;
}

.jpn_ttl{
font-size:23px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
letter-spacing: -0px;
color: #FFFFFF;
position: relative;
top: -0px;
font-style:normal;
}

.eng_ttl03{
font-size:45px;
font-family: Arial, sans-serif;
font-weight: 750;
letter-spacing: -2px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 0.6em;
}

.jpn_ttl02{
font-size:18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
letter-spacing: -0px;
color: #FFFFFF;
position: relative;
top: -2px;
font-style:normal;
}

.other-top {
display: flex;
justify-content: center;
align-items: center;
min-height: 300px;
overflow: hidden;
}

.other-top img{
max-width: 550px;
}

}


/*******SMART用*********/
@media print, screen and (max-width: 767px) {

.pc-br{
display: none;
}

.sp-br{
display: block;
}

.pc-toggle {
display: none;
}
.sp-toggle {
display: block;
}

  .sp1em {
    height: 1em;
  }
  .sp2em {
    height: 2em;
  }
  .sp3em {
    height: 3em;
  }
  .pc_sp1em {
    display: none;
  }
  .pc_sp2em {
    display: none;
  }
  .pc_sp3em {
    display: none;
  }
  .sp_sp1em {
    height: 1em;
  }
  .sp_sp2em {
    height: 2em;
  }
  .sp_sp3em {
    height: 3em;
  }

.yohaku01{
padding: 3em 0em;
}

.yohaku02{
padding: 1em 0em;
}

.yohaku03{
padding: 2.5em 0em;
}

.yohaku04{
padding: 1em 0em;
}

.yohaku05{
padding: 0em 0em;
}
	
.yohaku06{
padding: 0.5em 0em;
}

.yohaku07{
padding: 4em 0em 0em 0em;
}

.txtleft{
text-align: left;
}

.dunnage-copy, .company-copy {
margin-bottom: 2.5em;
}
	
.company-table {
	border-collapse: collapse;
	width: 100%;
	margin: 50px 0 100px;
}
.company-table th, .company-table td {
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	vertical-align: top;
	line-height: 1.6;
}	
	
.contxt{
font-size: max(1.0625rem, 12px);
line-height: 180%;
}

.contxt_yellow{
color: yellow;
}

.form-wrap {

}

.form-box {
width: 100%;
max-width: 980px;
margin: 1em auto 0em;
text-align: center;
/*background-color: #e9ecf2;*/
border-radius: 12px;
padding: 0.0em 0em 2.5em 0em;
margin-top: 2.5em;
}

.form-table {
width: 100%;
max-width: 898px;
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 1em 0em 0em 0em;
margin-top: 2em !important;
}

.form-table th {
display: block;
padding: 0.2em 0.5em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #FFFFFF;
width: 100%;
font-size: max(1.0625rem, 12px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}

.form-table td {
display: block;
padding: 0em 0.5em 0.5em 0em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
width: 97%;
font-size: max(1.0625rem, 12px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

::placeholder {
color: #c3c3c3;
}

.doui {
display: block;
padding: 0em 2.8em;
line-height: 180%;
text-align: center;
vertical-align: top;
color: #5f3700;;
width: 100%;
font-size: 18px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 600;
}

.cyuui{
color: red;
font-size: 16px;
}

.douinoue{
color: #FFFFFF;
font-size: max(1.0625rem, 12px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
line-height: 170%;
word-break: break-all;
text-align: center;
margin: 0 auto;
margin-bottom: 2em;
width: 90%;
}

.douinoue a{
color: #4169e1;
text-decoration: underline;
}

.btn-contact03{
width: 80%;
margin: 0 auto;
margin-top: 1em;
display: flex;
justify-content: center;
padding: 0.7em;
border: 2px solid;
border-color: #FFFFFF;
/*border-radius: 150px;*/
background-color: #FFFFFF !important;
color: #144b64;
font-weight: 600;
font-size: max(1.0625rem, 12px);
border-radius: 100px;
}

.btn-contact03:hover{
background-color: #144b64 !important;
color: #FFFFFF;
border: 2px solid;
border-color: #FFFFFF;
/*border-radius: 150px;*/
}

input, select {
  border: solid 1px #CCC;
  background-color: #FFFFFF !important;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
  
  /*cursor: pointer;*/
  vertical-align: middle;
}
textarea {
  border: solid 1px #CCC;
  background-color: #FFFFFF !important;
  color: #333333;
  padding: 0.5em;
  margin: 0.5em;
}
input#submit_button {
  width: 18%;
  cursor: pointer;
}
input#reset_button {
  width: 18%;
  cursor: pointer;
}

::placeholder {
  color:#CCC;
  font-size: 1em;
}

.hissu {
  text-align: center;
  font-size: 11px;
  line-height: 140%;
  color: #FFF;
  background-color: #ff5555;
  display: inline-block;
  padding: 3px 5px;
  margin: 0px 0 0 4px;
border-radius: 4px;
}	
	
.eng_ttl{
font-size:34px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 750;
letter-spacing: -1px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
}
	
.eng_ttl02{
font-size:34px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 750;
letter-spacing: -1px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 1.0em;
}

.eng_ttl03{
font-size:38px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 750;
letter-spacing: -1px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 0.7em;
}

.jpn_ttl{
font-size:17px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
letter-spacing: -0px;
color: #FFFFFF;
position: relative;
top: -0px;
font-style:normal;
}

.jpn_ttl02{
font-size:15px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
letter-spacing: -0px;
color: #FFFFFF;
position: relative;
top: -1px;
padding-left: 0.3em;
font-style:normal;
}

.eng_ttl04{
font-size:30px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 750;
letter-spacing: -1px;
color: #144b64;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 1.0em;
}

.eng_ttl05{
font-size:30px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 750;
letter-spacing: -0px;
color: #FFFFFF;
padding-top: 0.2em;
font-style: italic;
margin-bottom: 1.0em;
}

.other-top {
display: flex;
justify-content: center;
align-items: center;
min-height: 300px;
overflow: hidden;
}

.other-top img{
padding-top: 1.8em;
}

.btnnin{
background-color: #0e589c;
border-radius: 16px;
padding: 3px 14px;
color: #FFFFFF;
font-weight: normal;
border: 2px solid #c0cacc !important;
margin-bottom:0.5em;
margin-top:1em;
font-size: 1em;
}

}

table.table-news {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  border-collapse: collapse;
  margin: 0 auto;
  padding-top: 2em;
  margin-bottom: 0em;
}
table.table-news th {
padding: 1em 1em 1em 1em;
	/*border-bottom: 1px solid #00235f;*/
  padding-bottom: 2.375rem;
  padding-left: 2.5rem;
font-size: max(1.125rem, 12px);
  line-height: 180%;
  text-align: center;
  vertical-align: top;
  color: #FFF;
  font-weight:700;
  width: 0%;
}
table.table-news td {
padding: 1em 1em 1em 1em;
/*border-bottom: 1px solid #00235f;*/
  padding-bottom: 2.375rem;
  padding-left: 2.5rem;
font-size: max(1.125rem, 12px);
  line-height: 180%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 80%;
	color: #FFF;
  font-weight:700;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #FFF;
}

.news-area {
width: 100%;
margin:0 auto;
max-height:250px;
overflow:auto;
}


@media screen and (max-width: 767px) {
.news-area {
  width: 100%;
  max-width: 1200px;
		margin:0 auto;
  background-color: ;
		max-height:250px;
		overflow:auto;
}
}

@media screen and (max-width: 767px) {
table.table-news {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  /*border-spacing: 10px;*/
  margin: 0 auto 0.5em;
  padding: 0 1em;
}
table.table-news th {
  font-size: 16px;
  padding: 0.7em 0 0 0;
  line-height: 180%;
  text-align: left;
  vertical-align: top;
  color: #FFF;
  font-weight:700;
  width: 100%;
  display: block;
}
table.table-news td {
  font-size: 16px;
  padding: 0;
  /*border-bottom: 0px #89898A solid;*/
  line-height: 160%;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  width: 100%;
  display: block;
	color: #FFF;
  font-weight:700;
}
table.table-news tr th a, table.table-news tr td a {
  text-decoration: none;
  color: #FFF;
}
}