@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

html {
  font-size: 16px;
  overflow-x: clip;
}

body {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  overflow-x: hidden;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
button,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}



input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 75rem;
}

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 71.25rem;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}
.c-contact{
	position: relative;
}
.c-contact,.bk_black {
  background-color: #000;
  border-radius: 3.375rem 3.375rem 0rem 0rem;
  padding-block: 6.25rem;
}
.c-contact_02{
	background-color: #ecf4fc;
	position: relative;
}


.c-contact__flex {
  align-items: flex-end;
  display: flex;
  gap: 37%;
}

.c-contact__title {
  color: #fff;
  margin-bottom: 1.875rem;
}

.c-contact__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
}

.c-contact__img {
  position: relative;
  width: 7.625rem;
}

.c-contact__img img {
  height: auto;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-contact__img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.c-contact__img--outer {
  -webkit-transform: translate(-50%, -55%) scale(1);
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -55%) scale(1);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 16rem;
  will-change: transform;
}

.c-contact__img--inner {
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
  width: 100%;
}

.c-contact__img--inner img {
  height: auto;
  width: 100%;
}

/* ホバー時に拡大 */
.c-contact__img:hover .c-contact__img--outer {
  -webkit-transform: translate(-50%, -55%) scale(1.1);
  transform: translate(-50%, -55%) scale(1.1);
}

.c-headline1__main {
  border-left: 2px solid #003C8C;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link__btn {
  background-color: #fff;
  border: solid 0.059375rem #000;
  border-radius: 2.1875rem;
  width: 25%;
}

.c-link__btn--link {
  align-items: center;
  border-radius: 2.1875rem;
  color: #000;
  display: inline-flex;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  height: 4.375rem;
  overflow: hidden;
  padding: 0 1.25rem 0 3.125rem;
  position: relative;
  text-decoration: none;
  transition: color 0.5s ease;
  width: 100%;
  z-index: 0;
}

.c-link__btn--link::before {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  background-color: #F1C84C;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: -1;
}

.c-link__circle {
  background-color: #000;
  border: solid 0.1875rem #EBE9E6;
  border-radius: 50%;
  flex-shrink: 0;
  height: 3.375rem;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  width: 3.375rem;
}

.c-link__circle::before {
  -webkit-transform-origin: left;
  background-color: #fff;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transform-origin: left;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}

.c-link__circle--arrow {
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  color: #fff;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease;
  width: 0.875rem;
  z-index: 1;
}

.c-link__circle--arrow img {
  -o-object-fit: cover;
  aspect-ratio: 14/20;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-title {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2631578947;
}

.c-title--sub {
  color: #F1C84C;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.p-footer {
  background-color: #333;
  background-image: url(../img/common/footer_back.svg);
  background-position: -6.25rem -9.375rem;
  background-repeat: no-repeat;
  background-size: 50rem;
  overflow: hidden;
  padding-block: 6.25rem 18.75rem;
  position: relative;
}

.p-footer__icon {
  position: absolute;
}

.p-footer__icon01 {
  -webkit-transform: scale(0);
  bottom: 12.1875rem;
  max-width: 6.25rem;
  opacity: 0;
  position: absolute;
  right: 7.5rem;
  right: 8.125rem;
  transform: scale(0);
  transition: 0.4s;
  width: 100%;
  z-index: 20;
}

.move.p-footer__icon01 {
  -webkit-transform: scale(1);
  opacity: 100;
  transform: scale(1);
}

.hv_txt {
  -webkit-transform: scale(0);
  align-items: center;
  background: #F1C84C;
  border-radius: 50%;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 78px;
  justify-content: center;
  line-height: 1.333;
  opacity: 0;
  position: absolute;
  right: 8px;
  text-align: center;
  top: -80px;
  transform: scale(0);
  transition: 0.4s;
  width: 78px;
  z-index: 20;
}

.move.hv_txt {
  -webkit-transform: scale(1);
  opacity: 100;
  transform: scale(1);
}

.p-footer__icon02 {
  bottom: 0;
  max-width: 19.0625rem;
  right: -0.625rem;
  width: 100%;
}

.p-footer__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.p-footer__logo {
  display: block;
  margin-bottom: 1.875rem;
}

.p-footer__company,
.p-footer__tel,
.p-footer__fax {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.7142857143;
}

.p-footer__company {
  margin-bottom: 0.625rem;
}

.p-footer__tel,
.p-footer__fax {
  font-family: "Roboto", sans-serif;
}

.p-footer__fax {
  margin-bottom: 2.5rem;
}

.p-footer__copy {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.1666666667;
}

.p-footer__nav {
  display: flex;
  gap: 3.125rem;
}

.p-footer__list {
  margin-bottom: 1.25rem;
}

.p-footer__list:last-child {
  margin-bottom: 0;
}

.p-footer__link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
}
.f_m_under li{
	margin-top: 10px;
}
.p-footer__lists p{
	color: #fff ;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
}
.f_m_under a{
	color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
}
.f_m_under a::before{
	content: 'ー ';
	margin-left: 15px;
}
.f_m_under a:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

html.is-open,
body.is-open {
  height: calc(100vh - 6.25rem);
  overflow: hidden;
}

body {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.p-header {
  background: linear-gradient(180deg, #fff 40%, transparent 100%);
  height: 6.25rem;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.p-header.changeColor {
  background: linear-gradient(180deg, #fff 40%, #fff 100%);
}

.p-header__inner {
  height: inherit;
  padding-left: 2.625rem;
  width: 87.5rem;
}

.p-header__flex {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.p-header__logo {
  max-width: 18.125rem;
  width: 100%;
}

.p-header__logo img {
  -o-object-fit: contain;
  aspect-ratio: 382/91;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.p-header__nav {
  display: flex;
  margin-left: auto;
}

.p-header__lists {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  padding-right: 1.875rem;
}

.p-header__list {
  text-align: center;
  width: -webkit-max-content;
  width: max-content;
}

.p-header__item {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-inline: 0rem 1.25rem;
  text-align: center;
}

.p-header__link {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.625rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.p-header__link span {
  -webkit-transform: translateY(-25%) rotate(135deg);
  border: 1px solid currentColor;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  display: inline-block;
  height: 0.5rem;
  line-height: 1;
  transform: translateY(-25%) rotate(135deg);
  vertical-align: middle;
  width: 0.5rem;
}

.p-header__drop {
  background-color: #000;
  left: 27%;
  opacity: 0;
  padding: 2.1875rem 1.875rem 3.125rem 1.875rem;
  position: absolute;
  top: 5rem;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 70%;
}

.p-header__list:hover .p-header__drop {
  opacity: 1;
  visibility: visible;
}

.p-header__drop--title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  text-align: left;
}

.p-header__drop--lists {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-header__drop--imgs {
  position: relative;
}

.p-header__drop--img {
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.p-header__drop--img img {
  -o-object-fit: cover;
  aspect-ratio: 180/120;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 1;
}

.p-header__drop--group:hover .p-header__drop--img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-header__drop--num {
  bottom: 0;
  bottom: -1.5625rem;
  color: #F1C84C;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  left: 0.3125rem;
  letter-spacing: 0em;
  line-height: 1.4;
  position: absolute;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  z-index: 10;
}

.p-header__drop--num02 {
  bottom: 0;
}

.p-header__drop--text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 0 10px 10px;
  text-align: left;
  transition: all 0.3s ease;
}

.p-header__drop--list:hover {
  background-color: #003558;
}

.p-header__contact {
  background-color: #F1C84C;
  border: solid 1px #000;
  border-radius: 6.25rem;
  color: #000;
  padding: 0.625rem 1.875rem;
}

.p-header__menu {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.p-header__hamburger {
  background-color: #fff;
  border: none;
  border: 0.1rem solid #000;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  height: 3.5rem;
  outline: none;
  padding-inline: 3.125rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 3.5rem;
  z-index: 1000;
}

.p-header__hamburger--line {
  background-color: #000;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -0.625rem;
  transition: inherit;
  width: 1.25rem;
}

.p-header__hamburger--line:before,
.p-header__hamburger--line:after {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.p-header__hamburger--line:before {
  top: -0.4375rem;
}

.p-header__hamburger--line:after {
  top: 0.4375rem;
}

.p-header__hamburger--line.active {
  background-color: transparent;
}

.p-header__hamburger--line.active::before {
  -webkit-transform: rotate(-45deg);
  background-color: #000;
  top: 0;
  transform: rotate(-45deg);
}

.p-header__hamburger--line.active::after {
  -webkit-transform: rotate(45deg);
  background-color: #000;
  top: 0;
  transform: rotate(45deg);
}

.p-header__hamburger--text {
  -webkit-transform: translateX(-50%);
  bottom: 0.25rem;
  color: #000;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  transform: translateX(-50%);
}

.p-header__nav02 {
  background-color: #000;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding-block: 4.375rem 3.125rem;
  position: absolute;
  top: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 900;
}

.p-header__nav02.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header__flex02 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-header__lists02 {
  display: grid;
  gap: 1.25rem 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  width: 52.7%;
}

.p-header__drop--imgs02 {
  position: relative;
}

.p-header__drop--img02 {
  margin-bottom: 1.875rem;
  overflow: hidden;
}

.p-header__drop--img02 img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
}

.p-header__drop--group02:hover .p-header__drop--img02 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-header__list02 {
  color: #fff;
}

.p-header__menus02 {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  width: 37.65%;
}

.p-header__drop--group02 {
  display: flex;
  flex-direction: column;
}

.p-header__menu02 {
  border-bottom: 1px solid #595757;
  padding-bottom: 0.3125rem;
  position: relative;
}

.p-header__menu02::after {
  background-color: #F1C84C;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.p-header__menu02:hover::after {
  width: 100%;
}

.p-header__link02 {
  color: #fff;
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  width: 100%;
}

.p-header__contact02 {
  border: none;
  color: #000;
  max-width: 21.875rem;
  padding: 1.25rem 5rem;
}

.p-header__inner02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  width: 64.0625rem;
}

.p-inboundMv {
  background-image: url(../img/work/inbound/inbound_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6.25rem;
  padding-block: 6.25rem;
}
.p-second_Mv{
	 background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6.25rem;
  padding-block: 6.25rem;
}

.p-inboundMv__title {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-inboundMv__title span,
.p-inboundMv__title--sub span {
  display: inline-block;
}

.p-inboundMv__title--sub {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0em;
}

.p-inboundMain {
  padding-block: 6.25rem 7.1875rem;
}
.p-inboundMain_second {
  padding-top: 6.25rem;
}
.p-inboundMain__item {
 
}
.p-inboundMain__item:nth-child(even) {
 
}
.p-inboundMain__item:last-of-type {
  margin-bottom: 0;
}

.p-inboundMain__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-inboundMain__group {
  width: 50%;
}

.p-inboundMain__scenes {
  align-items: stretch;
  display: flex;
  margin-bottom: 2.1875rem;
}

.p-inboundMain__num {
 
}

.p-inboundMain__scene {
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 50px 1.875rem 0.3125rem 1.5625rem;
	font-size: 2.25rem;
}

.p-inboundMain__title {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.6666666667;
	margin-bottom: 2.5rem;
	border-left: 3px solid #f2c94c;
	padding-left: 30px
}

.p-inboundMain__text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;

}

.p-inboundMain__text02 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 16px 0 25px 0;
  border-bottom: 1px solid #b4b4b4;
    padding-bottom: 25px;
}

.p-inboundMain__foot {
 font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.p-inboundMain__subject,
.p-inboundMain__responder {
  margin-bottom: 10px;
}

.p-inboundMain__subject span,
.p-inboundMain__target span,
.p-inboundMain__responder span {
  display: inline-block;
  padding: 2px 10px 3px;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 500;
  margin-right: 8px;
}

.apanese_row {
  display: flex;
	align-items: flex-start;
  margin-bottom: 20px;
	
}

.apanese_label {
  background: black;
  color: white;
  min-width: 160px;
  text-align: center;
  font-weight: 500;
  margin-right: 16px;
	padding: 5px 10px 6px;
	line-height: 1.5;
}

.apanese_content {
  flex: 1;
  display: flex;
  align-items: center;
}


.p-inboundMain__box {
	border-radius: 1rem;
	padding: 2.1875rem 2.5rem 1rem 1.875rem;
	position: relative;
	border: 1px solid #000000;
	box-shadow: 6px 6px 0px #DFBA48;
	-webkit-box-shadow: 6px 6px 0px #DFBA48;
	background-image: url(../img/common/bk_sen.jpg);
	background-repeat: repeat;
	background-size: 800px auto;
	margin-top: 60px;
}

.p-inboundMain__point {
	left: 50px;
	position: absolute;
	top: -1rem;
	width: 110px;
}

.p-inboundMain__lists {
  padding-left: 1.5625rem;
}

.p-inboundMain__list {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 10px;
	padding-bottom: 10px;
	  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-inboundMain__list:last-child{
	border-bottom: none;
}

.p-inboundMain__subtitle {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 1.8px;
	line-height: 1.6666666667;
}


.p-inboundMain__subtitle span {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: #000000;
  color: white;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 21px;
	letter-spacing: 0;
}

.p-inboundMain__box--text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.875;
	margin-left: 23px;
}

.p-inboundMain__box--bold {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
	margin-bottom: 10px;
}

.p-inboundMain__img {
  position: relative;
  width: 45%;
}

.p-inboundMain__img img {
/*  -o-object-fit: cover;
  aspect-ratio: 402/551;*/
  border-radius: 1rem;
  height: 100%;
  /*object-fit: cover;*/
  width: 100%;
}

.p-inboundMain__img.radius__img img {
  border-radius: 0;
}

.m__top {
  margin-top: 80px;
  padding: 2rem 2.5rem 2.5rem 1.875rem;
}
.m-box {
  padding: 2rem 2.5rem 2.5rem 1.875rem;
}

.p-inboundMain__plane {
  position: absolute;
  right: -2.5rem;
  top: -1.25rem;
  width: 43%;
  z-index: -1;
}

.p-inboundMain__plane img {
  -o-object-fit: cover;
  aspect-ratio: 403/273;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-topMv {
  background-image: url(../img/top/fv_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 11.875rem 8.75rem;
  position: relative;
}

.p-topMv:after {
  background-image: url(../img/top/fv_beige.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  padding-top: 41.25rem;
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 1;
}

.p-topMv__inner {
  position: relative;
}

.p-topMv__japan {
  align-items: flex-end;
  bottom: -90%;
  display: flex;
  opacity: 0;
  position: absolute;
  right: -18%;
  width: 100%;
  z-index: 2;
}

.p-topMv__flex {
  display: flex;
  opacity: 0;
  padding-left: 42%;
}

.p-topMv__imgs {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 10;
}

.js-randomImg,
.js-randomMessageImg {
  opacity: 0;
}

.p-topMv__imgGif {
  opacity: 0;
}

.p-topMv__people {
  position: absolute;
  z-index: 3;
}

.p-topMv__people img {
  -o-object-fit: cover;
  aspect-ratio: auto !important;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-topMv__people01 {
  aspect-ratio: 719/766;
  left: -21%;
  overflow: hidden;
  top: -5.3125rem;
  width: 39%;
}

.p-topMv__people01 img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-topMv__people02 {
  aspect-ratio: 2219/3812;
  left: -3%;
  overflow: hidden;
  top: 6.5625rem;
  width: 25.8%;
}

.p-topMv__people02 img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-topMv__people03 {
  aspect-ratio: 1694/2800;
  left: 17%;
  overflow: hidden;
  top: 3.125rem;
  width: 20%;
}

.p-topMv__people03 img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.p-topMv__img {
  left: -15%;
  position: absolute;
  top: -15%;
  width: 50%;
  z-index: 2;
}

.p-topMv__deco {
  background-color: #000;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
}

.p-topMv__sub {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-topMv__sub--kana {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2142857143;
}

.p-topMv__title {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.092em;
  line-height: 1.7;
  position: relative;
  text-align: center;
}

.p-topMv__title--kana {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.092em;
  line-height: 2.125;
}

@-webkit-keyframes zoomHeart {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes zoomHeart {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.p-topMv__title--back {
  font-size: 4.875rem;
  font-weight: 700;
  letter-spacing: 0.092em;
  line-height: 1.0897435897;
  position: relative;
  z-index: 2;
}

.p-topMv__title--heart {
  -webkit-transform: translate(-50%, -40%);
  -webkit-animation: zoomHeart 2s ease-in-out infinite;
  animation: zoomHeart 2s ease-in-out infinite;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -40%);
  width: 120%;
  z-index: -1;
}

.p-topMessage {
  background-color: #F8F3E3;
  border-radius: 0 0 2.5rem 2.5rem;
  padding-block: 15.625rem 6.25rem;
  position: relative;
  z-index: -1;
}

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

.p-topMessage__group {
  width: 52.4%;
}

.p-topMessage__title {
  line-height: 1.625;
  margin-bottom: 1.875rem;
}

.p-topMessage__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
}

.p-topMessage__img {
  position: relative;
  width: 36%;
}

.p-topMessage__img02 {
  position: absolute;
  right: 25%;
  right: 60%;
  top: 20%;
  top: 55%;
  width: 36%;
  z-index: 0;
}

.p-topMessage__img03 {
  left: 0.7%;
  position: absolute;
  top: 7.5%;
  width: 100%;
  z-index: 2;
}

.p-topMessage__peoples {
  display: flex;
  position: relative;
  z-index: 3;
}

.p-topMessage__people {
  bottom: -5%;
  position: absolute;
}

.p-topMessage__people01 {
  max-width: 6.5rem;
  right: 8.4375rem;
}

.p-topMessage__people02 {
  max-width: 6.5625rem;
  right: 3.75rem;
}

.p-topMessage__people03 {
  max-width: 8.625rem;
  right: -4.375rem;
}

.p-topSupport {
  padding-block: 4.375rem 1.875rem;
}

.p-topSupport__title {
  font-size: 7.5625rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}

.p-topSupport__title01 {
  font-size: 4.5rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.p-topSupport__title--red {
  color: #E60012;
}

.p-topSupport__title--blue {
  color: #004EA2;
}

.p-topSupport__title01--min {
  font-size: 3.0625rem;
  line-height: 2.612244898;
}

.p-topSupport__title--min {
  font-size: 5.1875rem;
  line-height: 1.6987951807;
}

.p-topSupport__sub {
  background-color: #000;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-inline: auto;
  margin-top: 1.25rem;
  padding-block: 0.625rem;
  text-align: center;
  width: 77%;
}

.p-topSupport__sub--yellow {
  color: #F1C84C;
}

.p-topSupport__items {
  display: grid;
  gap: 3.6rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.25rem;
}

.p-topSupport__item {
  opacity: 0;
}

.p-topSupport__circle {
  background-color: #F8F3E3;
  border-radius: 100%;
  height: 12.5rem;
  margin-inline: auto;
  position: relative;
  width: 12.5rem;
}

.p-topSupport__num {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: -10%;
  transform: translateX(-50%);
  width: 25%;
  z-index: 2;
}

.p-topSupport__img {
  -webkit-transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.p-topSupport__deco {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  margin-top: 1.25rem;
  text-align: center;
}

.p-topSupport__decotitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.25;
  margin-top: 1.25rem;
  text-align: center;
}

.p-topSupport__decoText {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 1.25rem;
}

.p-topSupport__loop {
  align-items: center;
  display: flex;
  height: auto;
  margin-top: 1.875rem;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.p-topSupport__loop--text {
  flex: 0 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 11.375rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  padding-inline: 0.9375rem;
  white-space: nowrap;
}

.loop-inner {
  -webkit-animation: loop2 20s linear infinite;
  -webkit-transform: translateZ(0);
  animation: loop2 20s linear infinite;
  display: inline-block;
  transform: translateZ(0);
  will-change: transform;
}

.p-topSupport__loop--text:nth-child(odd) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.p-topSupport__loop--text:nth-child(even) {
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-topPromotion {
  background-color: #1A1A1A;
  border-radius: 2.5rem;
  padding-block: 6.25rem;
}

.p-topPromotion__title {
  color: #fff;
  margin-bottom: 3.125rem;
  text-align: center;
}

.p-topPromotion__items {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-width: 90%
    
}

.p-topPromotion__item {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.p-topPromotion__btn {
  margin-inline: auto;
  margin-top: 5.75rem;
  width: 26.1%;
}

.p-topPromotion__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-topPromotion__imgs {
  position: relative;
}

.p-topPromotion__img {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.p-topPromotion__img img {
  -o-object-fit: cover;
  -o-object-position: top left;
  aspect-ratio: 522/284;
  border-radius: 1rem 1rem 0 0;
  height: 100%;
  height: auto;
  object-fit: cover;
  object-position: top left;
  opacity: 0.85;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 100%;
}

.p-topPromotion__img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-topPromotion__item--group {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5625rem 1.25rem 1.5625rem 1.875rem;
}

.p-topPromotion__num {
  bottom: -10%;
  color: #F1C84C;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  left: 5%;
  letter-spacing: 0em;
  line-height: 1.4;
  position: absolute;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}

.p-topPromotion__item--title {
  background: linear-gradient(90deg, #F1C84C 0% 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 2rem 0.0625rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-topPromotion__item--text {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.6666666667;
  margin-bottom: 1.875rem;
}

.p-topCompany {
  padding-block: 7.5rem 8.125rem;
}

.p-topCompany__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.p-topCompany__lists {
  width: 50.9%;
}

.p-topCompany__list {
  margin-bottom: 2.2rem;
}

.p-topCompany__link {
  align-items: center;
  display: flex;
  padding-bottom: 2.5rem;
  position: relative;
}

.p-topCompany__link:before {
  background-color: #CDCDCD;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-topCompany__link:after {
  background-color: #F1C84C;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  width: 40px;
}

.p-topCompany__link:hover:after {
  width: 100%;
}

/* ホバー時（例：親リンク:hover時） */
.p-topCompany__link:hover .c-link__circle {
  background-color: #fff;
  border-color: #000;
}

.p-topCompany__link:hover .c-link__circle--arrow {
  color: #000;
}

.p-topCompany__group {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.p-topCompany__img {
  width: 1.5625rem;
}

.p-topCompany__text {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-topRecruit {
  margin-bottom: 7.5rem;
}

.p-topRecruit__back {
  background-image: url(../img/top/recruit_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  padding: 4.0625rem 4.5rem;
}

.p-topRecruit__title {
  color: #fff;
  margin-bottom: 1.25rem;
}

.p-topRecruit__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 3.125rem;
}

.p-topRecruit__btn {
  width: 30.3%;
}

.p-topNews {
  background-color: #F9F9F9;
  border-radius: 3.375rem 3.375rem 0rem 0rem;
  padding-block: 6.25rem;
}

.p-topNews__inner {
  position: relative;
}

.p-topNews__top {
  align-items: center;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 0.625rem;
  gap: 0.125rem;
  height: 4.25rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 2.5%;
	top: -100px;
  text-align: center;
  width: 4.25rem;
  z-index: 900;
}

@-webkit-keyframes buru-buru {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes buru-buru {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.buru-buru {
  -webkit-animation: buru-buru 0.5s ease;
  animation: buru-buru 0.5s ease;
}

.fixed-scroll {
  -webkit-transform: translateY(0);
  bottom: 2.5rem;
  position: fixed !important;
  right: 2.5%;
  transform: translateY(0);
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
}

.fixed-scroll.move-up {
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

.p-topNews__top--text {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 0.0625rem;
}

.p-topNews__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}

.p-topNews__title {
  color: #000;
}

.p-topNews__btn {
  width: 26.1%;
}

.p-topNews__link {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 1.875rem;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.875rem;
  position: relative;
  text-decoration: none;
}

.p-topNews__link::before {
  background-color: #CECECE;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.p-topNews__link:after {
  background-color: #F1C84C;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  transition: width 0.4s ease;
  width: 0;
  z-index: 1;
}

.p-topNews__link:hover::after {
  width: 100%;
}

.p-topNews__item {
  align-items: center;
  display: flex;
  gap: 1.25rem;
	width: 30%;
}


.p-topNews__time {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-topNews__cat {
  background-color: #4D4D4D;
  border-radius: 1.1875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 0.625rem 1.25rem;
  white-space: nowrap;
}

.p-topNews__text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 2;
  width: 80%;
}

.fadeIn,
.fadeInRand,
.fadeInRandSvgGif,
.fadeInOrder {
  -webkit-transform: translateY(10px);
  opacity: 0;
  transform: translateY(10px);
  transition: 0.7s;
}

.fadeIn.animated,
.fadeInRand.animated,
.fadeInRandSvgGif.animated,
.fadeInOrder.animated {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-hover--circle:hover .c-link__circle--arrow {
  color: #000;
}

.u-hover--link:hover .u-hover--link-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.u-hover--link:hover .u-hover--circle {
  background-color: #fff;
  border: solid 0.1875rem #000;
}

.u-hover--link:hover .c-link__circle--arrow {
  color: #000;
}

.u-hover--btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.u-hover--btn:hover {
  border: 1px solid #fff;
  color: #fff;
}

.u-hover--btn:hover .c-link__circle {
  border-color: #000;
}

.u-hover--btn:hover .c-link__circle::before {
  opacity: 1;
}

.u-hover--btn:hover .c-link__circle--arrow {
  color: #000;
}

.u-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-contact ,.bk_black{
    padding-block: 3.525rem 5rem;
  }
  .c-contact__flex {
    align-items: center;
    flex-direction: column;
    gap: 5rem;
  }
    
.p-topPromotion__items {
    max-width: 95%
    
}
  .c-contact__group {
    margin-right: auto;
  }
  .c-contact__img {
    width: 4.6875rem;
  }
  .c-contact__img--outer {
    width: 9.375rem;
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .c-link__btn--link {
    height: 4.125rem;
  }
  .c-link__circle {
    height: 1.875rem;
    width: 1.875rem;
  }
  .c-link__circle--arrow {
    height: 0.9375rem;
    width: 0.625rem;
  }
  .c-title {
    font-size: 1.5rem;
  }
  .c-title--sub {
    font-size: 0.875rem;
  }
  .p-footer {
    background-position: -3.125rem -3.125rem;
    background-size: 25rem;
    padding-block: 3.125rem 9.375rem;
  }
  .p-footer__icon01 {
    bottom: 7.8125rem;
    max-width: 4.375rem;
    right: 5rem;
  }
  .p-footer__icon02 {
    max-width: 12.5rem;
  }
  .p-footer__flex {
    flex-direction: column;
  }
  .p-footer__nav {
    flex-direction: column;
    gap: 1.5625rem;
    margin-bottom: 3.125rem;
  }
  html.is-open,
  body.is-open {
    height: calc(100vh - 4.375rem);
  }
  .p-header {
    background: transparent;
    height: 4.375rem;
  }
  .p-header__inner {
    padding-left: 0.9375rem;
  }
  .p-header__logo {
    max-width: 10.625rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__lists {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding: 4.6875rem 0 2.1875rem 0;
  }
  .p-header__list {
    position: relative;
    text-align: left;
    width: 100%;
  }
  .p-header__item {
    padding-block: 0.3125rem;
    width: 100%;
  }
  .p-header__link {
    font-size: 1rem;
    padding-block: 1.25rem;
    padding-left: 1.875rem;
  }
  .p-header__drop--num {
    font-size: 1.25rem;
    position: static;
  }
  .p-header__drop--text {
    font-size: 0.75rem;
    padding: 0;
  }
  .p-header__hamburger {
    height: 2.8125rem;
    padding-inline: 2.1875rem;
  }
  .p-header__hamburger--text {
    font-size: 0.625rem;
  }
  .p-header__nav02 {
    padding-top: 3.75rem;
  }
  .p-header__flex02 {
    flex-direction: column;
    gap: 3.125rem;
  }
  .p-header__lists02 {
    gap: 0.625rem;
    margin-right: auto;
    width: 100%;
  }
  .p-header__drop--img02 {
    margin-bottom: 0;
    max-width: 5rem;
  }
  .p-header__drop--img02 img {
    border-radius: 0.3125rem;
  }
  .p-header__drop--group02:hover .p-header__drop--img02 {
    border-radius: 0.3125rem;
  }
  .p-header__menus02 {
    width: 100%;
  }
  .p-header__drop--group02 {
    align-items: center;
    flex-direction: row;
    gap: 0.625rem;
  }
  .p-header__inner02 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-inboundMv {
    background-image: url(../img/work/inbound/inbound_back_sp.jpg);
    margin-top: 4.375rem;
  }
.p-second_Mv{
	margin-top: 4.375rem;	
	}
  .p-inboundMain {
    padding-block: 3.125rem 3.75rem;
  }
.p-inboundMain_second {
  padding-top: 3.125rem;
}
  .p-inboundMain__item {
  
  }
  .p-inboundMain__flex {
    flex-direction: column;
    gap: 1.5625rem;
  }
  .p-inboundMain__group {
    width: 100%;
  }
  .p-inboundMain__scenes {
    margin-bottom: 10px;
  }
  .p-inboundMain__num {
     color: #F1C84C;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
line-height: 1.2;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
	  
  }
  .p-inboundMain__scene {
    font-size: 28px;
    padding: 30px 1.25rem 0 0.9375rem;
	  line-height: 1.2em;
	  letter-spacing: 0.05em;
  }
  .p-inboundMain__title {
    font-size: 1.4rem;
    margin-bottom: 1.5625rem;
  }
  .p-inboundMain__text {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .p-inboundMain__box {
    border-radius: 0.5rem;
    padding: 30px  30px 0px;
  }
    .m__top {
    padding: 2rem 2.5rem 2.5rem 1.875rem;
  }
  .m-box {
  padding: 2rem 2.5rem 2.5rem 1.875rem;
}
  .p-inboundMain__point {
    font-size: 1.25rem;
    top: -0.9375rem;
  }
  .p-inboundMain__list {
    font-size: 0.875rem;
  }
  .p-inboundMain__box--text {
    font-size: 0.75rem;
  }
  .p-inboundMain__img {
    width: 100%;
	  margin-bottom: 50px;
  }
  .p-inboundMain__img img {
    aspect-ratio: 295/190;
    border-radius: 0.5rem;
  }
  .p-inboundMain__plane {
    width: 70%;
  }
  .p-topMv {
    background-image: url(../img/top/fv_back_sp.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 8.125rem 65%;
    padding-block: 8.125rem clamp(10.625rem, -3.661rem + 71.43vw, 30.625rem);
    padding-block: 8.125rem 12.1875rem;
    padding-block: 8.125rem 25.390625vw;
  }
  .p-topMv:after {
    background-image: url(../img/top/fv_beige_sp.png);
    background-position: right center;
    padding-top: 750px;
    padding-top: 340px;
    padding-top: calc(2.946rem + 91.52vw);
    top: -228px;
    top: 185px;
    top: calc(25rem - 79.24vw);
  }
  .p-topMv__japan {
    bottom: -70%;
    left: -1.875rem;
    top: 1.0875rem;
    width: 137%;
  }
  .p-topMv__japan img {
    -webkit-transform: translateY(67px);
    transform: translateY(67px);
    width: 121.09375vw;
  }
  .p-topMv__flex {
    flex-direction: column-reverse;
    padding-left: 0;
  }
  .p-topMv__imgs {
    margin-inline: auto;
    max-width: 23.4375rem;
  }
  .p-topMv__people01 {
    left: -10%;
    max-width: 11rem;
    top: 13.75rem;
    top: 37.7604166667vw;
    top: 13.75rem;
    width: 100%;
  }
  .p-topMv__people02 {
    left: 43%;
    max-width: 6.875rem;
    top: 14.0625rem;
    top: 29.296875vw;
    top: 14.0625rem;
    width: 100%;
  }
  .p-topMv__people03 {
    left: 70%;
    max-width: 4.8125rem;
    top: 12.5rem;
    top: 12.5rem;
    width: 100%;
  }
  .p-topMv__group {
    position: relative;
  }
  .p-topMv__deco {
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
    margin-inline: auto;
    max-width: 31.25rem;
    padding: 0.625rem 0.625rem;
  }
  .p-topMv__sub {
    font-size: 1.25rem;
  }
  .p-topMv__sub--kana {
    font-size: 0.9375rem;
  }
  .p-topMv__title {
    font-size: 1.6875rem;
  }
  .p-topMv__title--kana {
    font-size: 1.3125rem;
  }
  .p-topMv__title--back {
    font-size: 2.625rem;
  }
  .p-topMessage {
    border-radius: 0 0 1.25rem 1.25rem;
    padding-block: 9.375rem 3.125rem;
  }
  .p-topMessage__flex {
    flex-direction: column;
    gap: 1.875rem;
  }
  .p-topMessage__group {
    width: 100%;
  }
  .p-topMessage__title {
    margin-bottom: 1.25rem;
  }
  .p-topMessage__img {
    margin-inline: auto;
    width: 70%;
  }
  .p-topMessage__people01 {
    max-width: 28%;
    right: 36%;
  }
  .p-topMessage__people02 {
    max-width: 29%;
    right: 16%;
  }
  .p-topMessage__people03 {
    max-width: 38%;
    right: -19.5%;
  }
  .p-topSupport__title {
    font-size: 3.125rem;
  }
  .p-topSupport__title01 {
    font-size: 1.75rem;
  }
  .p-topSupport__title01--min {
    font-size: 1.25rem;
  }
  .p-topSupport__title--min {
    font-size: 2.1875rem;
  }
  .p-topSupport__sub {
    width: 100%;
  }
  .p-topSupport__items {
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem;
  }
  .p-topSupport__decotitle {
    font-size: 1.25rem;
  }
  .p-topSupport__loop--text {
    font-size: 6.25rem;
	  line-height: 0.8;
  }
  .p-topPromotion {
    padding-block: 3.125rem;
  }
  .p-topPromotion__title {
    margin-bottom: 1.5625rem;
  }
  .p-topPromotion__items {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-topPromotion__btn {
    max-width: 15.625rem;
    width: 100%;
  }
  .p-topPromotion__num {
    bottom: -1.5625rem;
  }
  .p-topPromotion__item--title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .p-topPromotion__item--text {
    font-size: 1rem;
  }
  .p-topCompany {
    padding-block: 3.75rem 4.375rem;
  }
  .p-topCompany__flex {
    flex-direction: column;
    gap: 3.125rem;
  }
  .p-topCompany__lists {
    width: 100%;
  }
  .p-topCompany__text {
    font-size: 1.25rem;
  }
  .p-topRecruit__back {
    padding: 1.5625rem 2.1875rem;
  }
  .p-topRecruit__btn {
    max-width: 15.625rem;
    width: 100%;
  }
  .p-topNews {
    padding-block: 3.125rem 5rem;
  }
  .p-topNews__top {
    height: 2.8125rem;
    width: 2.8125rem;
	  top: -65px;
  }
  .p-topNews__top--text {
    font-size: 0.625rem;
  }
  .p-topNews__btn {
    max-width: 12.5rem;
    width: 100%;
  }
  .p-topNews__link {
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
  .p-topNews__cat {
    padding: 0.3125rem 0.625rem;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */

/*
共通
*/
.bk_under{position: relative;}
.bk_under::after{
	 content: '';
	background-color: #ecf4fc;
	display: block;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.bk_blue{background-color: #ecf4fc;border-radius: 3.375rem 3.375rem 0rem 0rem;}
.t_red{color: #F31390}
.pc_only{}
.sp_only{display: none}
.padin_100,.padin_100_last{padding-top: 100px;padding-bottom: 160px}
.bk_line{  border-radius: 1rem;
  position: relative;
  border: 1px solid #000000;
  box-shadow: 6px 6px 0px #DFBA48;
  -webkit-box-shadow: 6px 6px 0px #DFBA48;
  background-image: url(../img/common/bk_sen.jpg);
  background-repeat: repeat;
  background-size: 800px auto;
}
.btm_20{margin-bottom: 20px}
.txt_red{color: red;}
.txt_yellow{color: #F2C94C;}
@media screen and (max-width: 768px) {
.pc_only{display: none}	
.sp_only{display: block}
.padin_100{padding-top: 50px;padding-bottom: 60px}
.padin_100_last{padding-top: 50px;padding-bottom: 75px}
.work_box02 .padin_100{padding-top: 50px;padding-bottom: 0px}
.magin_20{margin-bottom: 20px!important;}
}

.bk_b{
	display: block;
	background-color: #000;
  color: #fff;
 font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.6;
  padding: 1px 0;
	font-weight: 700;
	text-align: center;
}
.number{
	     color: #F1C84C;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
	margin: 0 0 0 10px;
}
.inner_w{
	margin-left: 10%;
}
.inner__w{
	margin-left: 5%;
}

.illust-item_01 {
  position: absolute;
  right: 30px;
	top: -30px;
	width: 175px;
}
.illust-item_02 {
  position: absolute;
  right: 30px;
	top: -35px;
	width: 175px;
}
.illust-item_03 {
  position: absolute;
  right: 30px;
	top: 20px;
	width: 218px;
}

.scene_01{
	position: absolute;
	right: 20px;
	top:-30px;
	width: 300px;
}
.scene_02{
	position: absolute;
	right: 100px;
	top:-50px;
	width: 250px;
}
.scene_03{
	position: absolute;
	right: 80px;
	top:-15px;
	width: 250px;
}
.scene_04{
	position: absolute;
	right: 80px;
	top:-25px;
	width: 250px;
}
.p-inboundMain__box--bold .t_red{
	font-size: 13px;
}
.p-inboundMain__items{margin-bottom: 100px}
@media screen and (max-width: 1024px) {
.apanese_row {
  flex-direction: column;
}
.apanese_label {
  margin-right: 0;
  margin-bottom: 4px;
}
.illust-item_01 {
  width: 180px;
  top: -58px;
}
.illust-item_02 {
    top: -65px;
    width: 150px;
}
.illust-item_03 {
  position: absolute;
  right: 10px;
	top: -28px;
	width: 180px;
}
.scene_01{
	width: 300px;
	right: 0px;
}
.scene_02,.scene_03,.scene_04{
	right: 0px;
}

}
@media screen and (max-width: 768px) {
.p-inboundMain__items{margin-bottom: 60px}	
.p-inboundMain__box{
	margin-top: 0px;
}	
.inner_w {
  margin-left: 3%;
}
.inner__w{ margin-left: 0;}
.number{
  font-size: 50px;
	line-height: 0;
}
.bk_b {
  font-size: 12px;
  padding: 1px 10px;
	text-align: center;
}
.p-inboundMain__point {
  left: 30px;
  top: -10px;
  width: 80px;
}
.scene_01{
	width: 120px;
	right: 0px;
	top: 0px;
}
.scene_02{
	width: 120px;
	right: 20px;
	top: 40px;
}
.scene_03{
	right: 20px;
	top:-20px;
	width: 130px;
}
.scene_04{
		right: 30px;
	top:30px;
	width: 130px;
}

.p-inboundMain__subject,
.p-inboundMain__responder {
  margin-bottom: 16px;
}
.p-inboundMain__subject,
.p-inboundMain__target,
.p-inboundMain__responder {
  display: flex;
  flex-direction: column;
}
.p-inboundMain__subject span,
.p-inboundMain__target span,
.p-inboundMain__responder span {
  width: fit-content;
  margin-bottom: 5px;
}


.p-inboundMain__lists {
  padding-left: 0;
}
}
/*
Airport / Hotel
*/
.airport_hotel{
	background-image: url(../img/work/airport-hotel/airport-hotel_back.jpg);
}
.work_box{
	padding: 2.5rem 3rem 3rem;
	
}
.airport_pro .work_box{
	margin-bottom: 80px;
}
.airport_pro .work_box:last-of-type{
	margin-bottom: 100px;
}
.airport_pro .btm_20{
	margin-bottom: 80px;
}


@media screen and (max-width: 768px) {
.airport_hotel {
  background-image: url(../img/work/airport-hotel/airport-hotel_back_sp.jpg);
}
.airport_pro .work_box:last-of-type{
	margin-bottom: 60px;
}
.p-inboundMain__subtitle {
 font-size: 1.4rem;
}
.work_box{
	padding: 30px 30px 40px;
}
.apanese_label {
  padding: 2px 10px 3px;
}
.airport_pro .btm_20{
	margin-bottom: 20px;
}
.p-inboundMain__foot {
 font-size: 0.875rem;
}
.illust-item_01 {
  width: 110px;
    top: -53px;
}
.illust-item_02 {
    top: -55px;
    width: 100px;
}
.illust-item_03 {
  position: absolute;
  right: 10px;
	top: -58px;
	width: 138px;
}
.p-inboundMain__text02 {
  margin: 16px 0 15px 0;
  padding-bottom: 25px;
}
}
/*
apanese-airline-staff
*/
.airline_staff{
	padding-bottom: 120px;
}
.apanese-airline-staff{
	background-image: url(../img/work/apanese-airline-staff/apanese-airline-staff_back.jpg);
}
.apanese_row:last-of-type{
	margin-bottom: 0px;
}
.apanese_infobox{
	font-size: 0.9rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.small_text{
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
.airline_staff{
	padding-bottom: 60px;
}
.apanese_infobox {
 font-size: 0.875rem;
	line-height: 1.5;
}
.p-inboundMain__list {
	line-height: 1.8;
}
.apanese-airline-staff{ 
  background-image: url(../img/work/apanese-airline-staff/apanese-airline-staff_back_sp.jpg);
}
.apanese_label {
  min-width: auto;
}
.small_text{
	font-size: 1.3rem;
}
}




/* ===== 基本スタイル（スマホ表示） ===== */
.target-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.target-header,
.target-img,
.target-info {
  width: 100%;
}

.target-number {
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.2em 0.5em;
  display: inline-block;
  margin-bottom: 0.5em;
}

.target-title {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.target-desc {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.target-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.target-info > div {
  
}

/* ===== PC表示で左右に分ける & 順番調整 ===== */
@media (min-width: 768px) {
  .target-box {
    flex-direction: row;
    flex-wrap: wrap;
  }

  /* 左カラム（タイトル＋詳細） */
  .target-header {
    width: 50%;
    order: 1;
  }

  .target-info {
    width: 45%;
    order: 2;
  }

  /* 右カラム（画像） */
  .target-img {
    width: 45%;
    order: 3;
    margin-left: auto;
	  margin-top: -180px;
  }
}

/*
Product sales support
*/
.product_sales_support{
	 background-image: url("../img/work/product-sales-support/product-sales_back.jpg");
	background-position: center top;
}
.product_support{
	margin-bottom: 100px;
}
.product_support .box_top{
	max-width: 800px;
	margin: 0 auto 75px;
	position: relative;
}
.product_support .box_top h3{
	margin: 0 0 35px;
}
.surprised{
	position: absolute;
	top: 100px;
	right: 80px;
	width: 50px;
}

.product_support .box_middle{
	margin-bottom: 50px;
	text-align: center;
}
.product_support .box_middle .text_ara{
	
}
.product_support .box_middle .text_ara p{
	font-size: 1.8rem;
	font-weight: 600;
  letter-spacing: 0.08em;
}
.product_support .box_middle .text_ara .t_bk_black{
	color: #FFFFFF;
	margin-top: 20px;
}
.product_03{
	max-width: 400px;
	margin: 0 auto 55px;
}
.t_bk_black{background-color: #000000;padding: 10px;display: inline-block}
.product_04{
	max-width: 950px;
	margin: 55px auto 85px;
	width: 85%;
}
.product_support .box_under {
	text-align: center;
}
.product_support .box_under .text_ara{
	
}
.product_support .box_under .text_ara {
  display: flex;
  justify-content: center;
}

.text_with_lines {
  display: flex;
  align-items: center;
  gap: 25px;
}

.line {
  display: inline-block;
  width: 30px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
}

.line.left {
  background-image: url(../img/work/product-sales-support/line_left.png);
}

.line.right {
  background-image: url(../img/work/product-sales-support/line_right.png);
}

.text_content {
  text-align: center;
}
.product_support .box_under .text_ara h3{
	font-size: 1.6rem;
	font-weight: 600;
  letter-spacing: 0.08em;
	margin-bottom: 10px;
}
.product_support .box_under .text_ara p{
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.product_support .box_under .p-topPromotion__btn {
  margin-top: 2rem;
  width: 35.1%;
}
.product_support .box_under .c-link__btn--link{
	font-weight: 600;
}


.strategy_creation{}
.strategy_creation .title_ara{
	text-align: center;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column; /* ←縦並びにする */
  align-items: center;

}
.strategy_creation .title_ara h2,.top_message .title_ara h2,.outline .title_ara h2,.history .title_ara h2{
	font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 2.25rem;
	order: 2;
}
.strategy_creation .title_ara span,.top_message .title_ara span,.outline .title_ara span,.history .title_ara span{
	  font-size: 1.1rem;
	order: 1;
display: block;
	margin-bottom: 20px;
}
.strategy_creation .box{
	background-color: #FFFFFF;
	border-radius: 10pt;	
	padding: 5.5rem 5rem 5rem;
}
.magn_100{
	margin-bottom: 100px;
}
.strategy_creation .box .p-inboundMain__scene {
  padding: 0px 1.875rem 0.3125rem 1.5625rem;
  font-size: 1.8rem;
}
.strategy_creation .box .box_inner{
	border-radius: 10pt;
	padding: 4rem 3rem 4rem;
	border: 3px solid #dadada;
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
}
.strategy_creation .box .box_inner .text_ara{
	width: 55%;
	padding-right: 5%;
	line-height: 2;
	
}
.strategy_creation .box .box_inner .text_ara h3{
	margin-bottom: 20px;
		font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
	
	position: relative;
  display: block; /* テキスト幅に合わせる */
  
}
.strategy_creation .box .box_inner .text_ara h3::after{
content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f5b42c;
}

.strategy_creation .box .box_inner .text_ara .sub_t{
	font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
	margin-bottom: 15px;
}
.strategy_creation .box .box_inner .text_ara .sub_t li{
	background-image: url(../img/common/icon_check.png);
	background-position: center left;
	background-size: 23px auto;
	background-repeat: no-repeat;
	padding: 0 0 0 40px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.strategy_creation .box .box_inner .strategy_creation_img{
  width: 40%;
	text-align: center;
	
}

.vertical {
  animation: vertical_7592 2.44s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes vertical_7592 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}
@media (max-width: 900px) {
.surprised {
  top: 100px;
  right: 50px;
  width: 40px;
}	
	
	
}
@media (max-width: 768px) {
.product_sales_support{
	 background-image: url("../img/work/product-sales-support/product-sales_back_sp.jpg");
}
.product_support .box_top {
  margin: 0 auto 40px;
}
.product_support .box_top h3 {
  margin: 0 0 25px;
}
.product_support .box_top h3 img{
	max-width: 450px;
	width: 95%;
	margin: auto;
}
.surprised {
  top: 50px;
  right: auto;
  width: 20px;
	 left: calc(50% + 160px);
}		
.product_support .box_top p img{
		max-width: 280px;
	width: 50%;
	margin: auto;
	}	
.product_03 {
  max-width: 300px;
  margin: 0 auto 35px;
}
.product_support .box_middle {
  margin-bottom: 25px;
}
.product_support .box_middle .text_ara p {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.product_support .box_middle .text_ara p .txt_yellow,.t_bk_black {
	display: block;
	}	
.product_support .box_middle .text_ara .t_bk_black {
  margin-top: 10px;
}
.product_support .box_middle .text_ara p .txt_yellow{
	font-size: 1.25rem;
}	
.product_04{
	margin: 28px auto 0;
	width: 85%;
}	
.product_support .box_under .text_ara h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.product_support .box_under .p-topPromotion__btn {
  width: 90%;
max-width: 90%;
	margin-top: 1.5rem;
}	
.product_support .box_under .text_ara p {
 font-size: 1rem;
}
.text_with_lines {
  width: 90%;
}
	
.strategy_creation .title_ara {
  margin-bottom: 40px;
}
.strategy_creation .title_ara h2,.top_message .title_ara h2,.outline .title_ara h2,.history .title_ara h2{
  font-size: 28px;
}
.strategy_creation .title_ara span,.top_message .title_ara span,.outline .title_ara span,.history .title_ara span {
  margin-bottom: 10px;
}
.strategy_creation .box,.strategy_creation .box .box_inner {
padding: 30px 30px 40px;
}
.strategy_creation .box .box_inner {
flex-wrap: wrap;
}	
.strategy_creation .box .box_inner .text_ara,.strategy_creation .box .box_inner .strategy_creation_img {
  width: 100%;	
}
.magn_100{
	margin-bottom: 40px;
}
.strategy_creation .box .box_inner .text_ara{
margin-bottom: 0px;
	padding-right: 0;
	order: 2;
}
.strategy_creation .box .box_inner .strategy_creation_img {
order: 1;	
	margin-bottom: 40px;
	}
.strategy_creation .box .box_inner .strategy_creation_img img{
	width: 70%;
	margin: auto;
	}
.strategy_creation .box .p-inboundMain__scene {
  font-size: 1.5rem;
	line-height: 1.5em;
	padding: 0px 0 0.3125rem 0;
	text-align: center;
}
.strategy_creation .box .box_inner .text_ara h3 {
 line-height: 1.5em;
	margin-bottom: 30px;
	font-size: 1.2rem;

}	
.strategy_creation .box .box_inner .text_ara h3::after {
  bottom: -8px;
}
.strategy_creation .box .box_inner .text_ara .sub_t {
  line-height: 1.8;
}
.strategy_creation .box .p-inboundMain__scenes {
  display: block;

}
 .strategy_creation .box .p-inboundMain__num {
    text-align: center;
  }
.strategy_creation .box .box_inner {
  border-radius: 0;
  padding: 0;
  border: none;
  margin-top: 30px;
}	
	
  }
@media (max-width: 489px) { 
.surprised {
top: -10px;
  right: -10px;
  width: 20px;
	 left:auto;
}	
.text_with_lines {
  width: 100%;
}
}

 /* NEWS */
.news{
	background-color: #000;
}
.blog_list{
	margin-bottom: 120px;
}
.text_black{
	color: #000000 !important;
}
.news_under .p-topNews__time{
	margin-bottom: 1.25rem;
	font-size: 1.125rem;
  font-weight: 600;
}
.contentbox{
	border-bottom: 1px solid #CECECE;
	padding: 0px 0 5px;
  margin: 0px 0 15px;
	
}
.blog_text_ara{
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.2;
	margin: 0px 0 100px;
}
.viewmore{
	margin: 100px 0 120px;

}
.viewmore_button{
	margin: auto;
	font-size: 1rem;
	text-align: center;
	
}
.viewmore_button a{
  border: 1px solid #000;
  text-transform: uppercase;
  background-color: #F1C84C;
  padding: 20px ;
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 1em;
  transition: all 0.3s;
	font-weight: 600;
	width: 300px;
	display: inline-block;
}
.viewmore a:hover{
	background-color: #F5DB8E;
	transition: opacity 0.5s;
}
@media (max-width: 768px) {
.p-topNews__text {
  width: 100%;
}
.blog_list{
	margin-bottom: 50px;
	
}
.news_under{
		margin-top: 1rem !important;
	padding-bottom: 0 !important;
	}
.blog_text_ara {
  margin: 0px 0 50px;
}
.viewmore {
  margin: 50px 0 90px;
}
.viewmore_button a{
	width: 90%;
	
}
.blog_text_ara{
	font-size: 1rem;

}
}
/* news */
.news .news_content{
	padding: 0px 0 5px;
	margin: 0px 0 15px;
}
.news .news_content:last-of-type{
	margin: 0px 0 100px;
}
.news a:hover{
	transition: all 0.3s;
	color: #878787;
}
.pagination{
	text-align: center;
	margin: 100px auto 100px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	font-size: 16px;
}
.page-numbers {
  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;
}
.page-numbers li .current {
	background: #000;
	width: 2rem;
	height: 2rem;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 0 7px;
}
.page-numbers li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-numbers li a {
  position: relative;
  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;
	 width: 2rem;
  height: 2rem;
	margin: 0 5px;
border: 1px solid #000000;
 border-radius: 7px;
}
.new_detail .news_title{
	font-size: 30px;
}

.content{
	font-size: 16px;
	line-height: 2;
	margin: 50px 0 100px;
	letter-spacing: 0.08em;
}
.content img{
	max-width: 100%;
	margin: 0 0 20px;
}
.news .viewmore{
	margin: 100px 0 120px;
}
.news .viewmore_button{
	margin: auto;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
.pagination{
	margin: 50px auto 50px;
	font-size: 13px;
}	
.content{
	font-size: 14px;
	margin: 0px 0 50px;
}
.new_detail .news_title{
	font-size: 20px;
}
.news .viewmore{
	margin: 50px 0 80px;
}
.news .viewmore_button{
	font-size: 14px;
	line-height: 2;
	padding: 20px 60px;
}
.news .news_content:last-of-type{
	margin: 0px 0 80px;
}
}
/*===================================================
privacy-policy
=====================================================*/
.regulation-sec{
margin-bottom: 120px;
}
.regulation-sec p{
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}
.regulation-sec h3{
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
font-size: 35px;
  line-height: 2;
  font-weight: 700;
  color: #e60012;
}
.regulation-list .item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 20px;

}
.regulation-list .item:not(:last-child){
  border-bottom: 1px solid #eeeeee;
}
.regulation-list dt{
  font-weight: bold;
  width: 250px;
	text-align: left;
}
.regulation-list dd{
  width: calc(100% - 250px);
  line-height: 2;
	text-align: left;
	padding: 0 20px;
}

.regulation-sec .regulation-table-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* align-items: flex-start; */
}

.regulation-table {
  width: 340px;
  max-width: 100%;
  border: 1px solid var(--color-maintheme);
  background: #fff;
}
.regulation-table th{
  background: var(--color-maintheme);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  padding: 20px 1rem;
  height: 58px;
}
.regulation-table td{
  background: #fff;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--color-maintheme);
}
.regulation-table td.has-widegap{

}

.regulation-table tr:first-child td:after,.regulation-table tr:first-child th:after{
  content: none;
}

.regulation-sec .small{
  text-align: right;
  font-size: 12px;
  margin-top: 20px;
}
.product-single__description {
    line-height: 2;
	margin-top: 0px;
}

.blog_text_ara_h4 { 
	font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  padding: 10px 0 0 0;
}


.post_content p {
  line-height: 2.5;
  margin: 0 0 2em 0;
}
.list-style {
  list-style: decimal outside none;
  margin-left: 1.5em;
  margin-bottom: 50px;
	padding-left: 20px;
}
.list-style li{
	list-style-type: decimal;
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}
.btm25{
	 margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.regulation-sec{
margin-bottom: 60px;
}	
  .regulation-sec .regulation-table-wrap{
    display: block;
  }
.blog_text_ara_h4 {
  font-size: 1.2rem;
}
.list-style li,.regulation-sec p{
	font-size: 1rem;	
}

	
  .regulation-table{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .regulation-list .item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .regulation-list dt,.regulation-list dd{
    width: 100%;
  }
  .regulation-list dd{
    margin-top: 10px;
    margin-left: 0;
  }
}
/*===================================================
error
=====================================================*/
.error{
	font-size: 7.125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
}
.error_text{
	text-align: center;
}
.error_text span{
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
.error{
	font-size: 4rem;
	margin-bottom: 10px;
	text-align: center;
}	
.error_text span {
  font-size: 1.2rem;
  font-weight: 500;
	
}		
}


/*===================================================
contact
=====================================================*/
.contact{
	background-image: url(../img/contact/contact_back.jpg);	
}
.contact-sec{
	margin-bottom: 120px;
}
.contact-sec .text_ara{
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.contact-sec .con_tel{
	background-color: #000000;	
	padding: 35px ;
	color: #FFFFFF;
	text-align: center;
	max-width: 550px;
	margin: auto;
}
.contact-sec .con_tel h2{
	font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.contact-sec .con_tel .tel_text{
	font-size: 1rem;
}
.phonenumber{
	font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.contact-sec .con_tel .tel_text p{
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.contact-form{
	margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
.contact{
	background-image: url(../img/contact/contact_back_sp.jpg);	
}
.contact-sec .text_ara {
  font-size: 1rem;
	margin-bottom: 30px;
	text-align: left;
}
.contact-sec .con_tel {
  padding: 25px;
}
.contact-sec .con_tel h2 {
  font-size: 1.1rem;
}
.phonenumber {
  font-size: 1.6rem !important;
}
.contact-sec .con_tel p {
 font-size: 0.9rem;
}	
.contact-sec{
	margin-bottom: 60px;
}
.contact-form{
	margin-bottom: 60px;
}
}


input[type="radio"] {
    appearance: auto;
}
input[type="radio"] {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #000000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000000;
  content: '';
}
span.wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
  line-height: 2.5;
}
.text_con{
	font-size: 18px;
  line-height: 2.5;
  letter-spacing: 0.03em;
  font-weight: 500;
	text-align: center;
	margin-bottom: 100px;
}

.table-box02 {
	padding: 0 0 25px;
	margin-bottom: 25px;
}
.table-box02-last {
    width: 100%;
    box-sizing: border-box;
}
.table-box02-l {
    line-height: 1.8;
    vertical-align: middle;
    text-align: left;
	position: relative;
	margin-bottom: 5px;
	font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.table-box02-r {
    text-align: left;   
    box-sizing: border-box;
    line-height: 1.8;
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.wpcf7-form input[type="text"],
input[type="text01"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
.wpcf7 textarea,
textarea.form-control,
.wp-editor-container {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 15px 15px 15px 15px;
	margin: 2px 0;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #000000;
	font-size: 15px;
	line-height: 1.6em;
	border-radius: 10px;
}
::placeholder {
  color: #CCCCCC;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #CCCCCC;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #CCCCCC;
}
.text02 {
    width: 100%;
}

span.wpcf7-list-item {
   
}
input[type="date"],
select {
    font-size: 15px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
    border: 1px solid #999 !important;
    background: #fff !important;
    box-sizing: border-box;
}

.wpcf7 {
    width: 80%;
    max-width: 800px;
    margin: auto;
}
.must {
   font-size: 10px;
  color: #000;
  margin-right: 7px;
  font-weight: normal;
  display: inline-block;
  line-height: 2.6;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #F1C84C;
  border: solid 1px #000;
  text-align: center;
}

.submitbtn input {
    width: 110px;
    border: none;
    padding: 10px 10px;
}

.submitbtn input[type='submit'] {
    display: block;
    border-radius: 5px;
	width: 350px;
padding: 30px 25px;
    margin: 80px auto 0;
    text-align: center;
    color: #fff;
    background-color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.submitbtn input[type="submit"]:hover {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
.thanks{
	min-height:500px;
}
.thanks .inner{
	
}
.c_big_text{
	font-size: 30px;
  color: #e60012;
  font-weight: 900;
  margin-bottom: 50px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  letter-spacing: 0.2em;
}
.nonal_text{
	font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.p_404{
	text-align: center;
}
.privacy{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
	font-size: 1.2rem;
	font-weight: 500;
  font-weight: normal;
}
.privacy .wpcf7-not-valid-tip{
	text-align: center;
}
.privacy_link{
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	
}
.privacy_link a{
	text-decoration: underline;
}
.privacy_link a:hover{
	text-decoration: none;
}
/*===============================================
â—ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆ.css ç”»é¢ã®æ¨ªå¹…ãŒ768pxã¾ã§
===============================================*/
@media screen and (max-width: 768px) {
.text_con {
font-size: 16px;
    line-height: 2;
  text-align: left;
  margin-bottom: 50px;
}
    .wpcf7 {
        width: 100%;
        max-width: 100%;
    }
.table-box02-r {
  font-size: 1rem;
}
.privacy {
  font-size: 1rem;
	padding-bottom: 20px;
	
}
.privacy span.wpcf7-list-item{line-height: 1.5 !important;}
.privacy_link {
  font-size: 0.9rem;
	line-height: 2;
}
}


/*===============================================
â—smart.css  ç”»é¢ã®æ¨ªå¹…ãŒ640pxã¾ã§
===============================================*/
@media screen and (max-width:640px) {
.must {top: 7px;right: 8px;}
.table-box02-l {
        width: 100%;
        vertical-align: middle;
        box-sizing: border-box;
        line-height: 1.6em;
        display: block;
	font-size: 1rem;
    }
.table-box02 {
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.terms {
    margin: 30px 0 0 0;
}
.terms .box h4 {
    font-size: 16px;
}

.submitbtn input[type="submit"] {
    max-width: 300px;
	width: 60%;
	padding: 25px 7%;
	margin: 40px auto 0;
}
    .kibou .wpcf7-list-item {
        display: table !important;
    }

    .wpcf7-list-item input {
  
    }

    .wpcf7-list-item-label {
        display: table-cell;
        padding-left: 5px;
    }
.p_404{
	text-align: left;
}
	.grecaptcha-badge{
margin-bottom: 168px !important;
	z-index: 100;
}
}

.wpcf7-not-valid-tip {
	font-size: 1rem !important;
	 animation: blinkAnim 1s step-start infinite;
	letter-spacing: 0;
	
}
@keyframes blinkAnim {
  50% {
    opacity: 0;
  }
}

/*===================================================
company
=====================================================*/
.bk_orange{
	background-color: #F8F3E3;
}
.company{
	background-image: url(../img/company/company_back.jpg);		
}
.top_message{
	margin-bottom: 120px;
		max-width: 880px;
	margin: auto;
}
.top_message .title_ara,.outline .title_ara,.history .title_ara{
	display: flex;
  flex-direction: column;
  align-items: center;
	  margin-bottom: 50px;
}
.top_message .text_ara{
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
	margin-bottom: 50px;
}
.top_message .text_ara p{
	
}
.top_message .name_ara{
	text-align: right;
	font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.ceo{
	font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
	  font-family: "Zen Old Mincho", serif;

}
.outline{border-radius: 3.375rem 3.375rem 0rem 0rem;}
.list_box{
	background-color: #FFFFFF;
  border-radius: 10pt;
  padding: 5.5rem 5rem 5rem;
	max-width: 1000px;
	margin: auto;
}
.outline .info-list {
  margin-right: auto;
  margin-left: auto;
	
}
.outline .info-list dt {
  padding-left: 50px;
	font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
.info-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  font-size: 13px;
}
.info-list .item:not(:last-child) {
  border-bottom: 1px solid #dadada;
}
.info-list dt {
  padding: 0 20px;
  width: 220px;
}

.info-list dd {
  width: calc(100% - 220px);
	font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
.info-list dd ul{}
.info-list dd ul li{
	margin-bottom: 5px;
	line-height: 1.8;	
}
.disc{list-style-type: disc;}
table {
 border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	 border: none;
}
th, td {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  vertical-align: top;
}

.history table {
  line-height: 1.8;
  width: 82%;
  margin: 0 auto;
}
.month {
  width: 10%;
  font-weight: 500;
}
.history table .text_ara {
  width: 77%;
	font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
.boder {
  border-bottom: 1px solid #dadada;
}
.history table th {
  width: 10%;
  padding: 25px 0 25px;
  vertical-align: top;
  text-align: left;
	 font-weight: 500;
}
.history table td {
  padding: 25px 0 25px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
.company{
	background-image: url(../img/company/company_back_sp.jpg);	
}
.top_message{
	margin-bottom: 50px;
}
.list_box{
padding: 10px 30px 20px;
}
.top_message .text_ara,.top_message .name_ara {
  font-size: 1rem;
}
.top_message .text_ara {
  margin-bottom: 20px;
}
.top_message .title_ara,.outline .title_ara,.history .title_ara{
margin-bottom: 40px;
}
.ceo {
  font-size: 1.5rem;
  line-height: 1.6;
}
/*沿革*/
.history table {
    width: 100%;
  }
.history table th {
    width: 100%;
    display: block;
    padding: 15px 0 0px;
    font-size: 16px;
  }
.history table td {
    display: inline-block;
    padding: 10px 0 20px;
  }
.history table .text_ara {
    width: 78%;
  }
  .month {
    width: 20%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
.outline .info-list dt {
    padding-left: 0;
    width: 100px;
  }
  .info-list dd {
    width: calc(100% - 100px);
  }
}
