#top img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
img {
  width: 100%;
}
/*commonから打ち消し*/
.sub-title,
.default-title .main-ttl{
  letter-spacing: 0;
}

@media screen and (min-width:768px) {
  .top-kv-first {
    height: calc(81vh - 95px);
  }
}
#first_view_global {
  margin: 95px 0 0;
  width: 100%;
  background: #ffeb00;
  position: relative;
  z-index: 16;
}
#first_view_global .green-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#first_view_global .top-kv-first {
  margin-top: -2px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
#first_view_global .top-kv-first img {
  padding: 0;
  box-sizing: border-box;
  height: 100%;
  width: auto;
}

@media screen and (max-width:767px) {

  h2 {
    font-size: 16px;
  }
  .inner {
    padding: 0 25px;
  }
  #first_view_global {
    height: auto;
  }
  #first_view_global .top-kv-first img {
    padding: 0;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  #first_view_global .top-kv-first::after {
    display: none;
  }
}
section div.inner {
  padding: 60px 0;
}
p {
  font-size: 1.4rem;
  line-height: 1.5;
}
ul {
  list-style: none;
}
h2 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  letter-spacing: .125em;
  line-height: 1.3em;
  font-weight: 700;
}
#first_view_global .green-back.green-zeus-back::before {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-global-back.webp) no-repeat top/cover var(--overseas-lightgreen);
}
a[class^=button-] {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 180px;
  width: 100%;
  max-width: 280px;
  margin: auto;
  padding: .8em 2em;
  font-size: 1.5rem;
  text-decoration: none!important;
  border-radius: 100vh;
  cursor: pointer;
}
a[class^=button-] span {
  width: fit-content;
  flex-grow: 1;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
a[class^=button-] i {
  font-size: 16px;
}
button.button-gray:focus-visible {
  outline: -webkit-focus-ring-color solid 2px;
}
section:nth-of-type(2) div.inner {
  padding: 25px 0 60px;
}
.List-Item-Link {
  vertical-align: inherit;
}
ul.List li .List-Item-Link  span img {
  vertical-align: sub;
}
section:nth-of-type(2) div.inner{
  padding: 25px 0 60px;
}
section:nth-of-type(even) {
  background-color: var(--overseas-white);
}
section.breadcrumb-section,
section:nth-of-type(odd) {
  background-color: var(--overseas-pailgray);
}

.global-setting .sub-title {
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.75em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03rem;
  font-feature-settings: "palt";
}

@media screen and (max-width:390px) {
  .default-title .main-ttl{
    font-size: 1.8rem;
  }
  .sub-title{
    font-size: 1.33rem;
    letter-spacing: 0;
  }
}
/*---------------------------------------------------------------
    多言語通訳サポートとは？
---------------------------------------------------------------*/
.interpreter-service img{
  display: block;
  width: 70%;
  max-width: 560px;
  margin: 20px auto 0;
}

@media (max-width:767px) {
  .interpreter-service img{
    width: 80%;
    max-width: unset;
  }
}
/*---------------------------------------------------------------
    こんなときにご利用ください
---------------------------------------------------------------*/
.opt-interpreter-area{
  margin: 30px auto;
}
/*24時間365日対応！*/
.point-text {
  position: relative;
  display: block;
  width: 50%;
  margin: auto;
  padding: 20px;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100vh;
  background-color: var(--overseas-pailgreen);
}
.point-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 50%);
  border-top: 16px solid var(--overseas-pailgreen);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.spot {
  font-size: 1.2em;
  letter-spacing: .05em;
  color: var(--overseas-black);
}
.number {
  font-size: 1.4em
}

@media (max-width:767px) {
  .point-text {
    width: 100%;
    padding: 20px 10px;
    font-size: 1.8rem;
  }
}

/*方法*/
.situation-image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5%;
  margin: 40px auto;
}
.situation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (min-width:768px) and (max-width:1280px) {
  .situation {
    font-size: 1.2rem;
  }
}

@media (max-width:767px) {
  .situation-image {
    flex-wrap: wrap;
    gap: 40px 25px;
  }
  .situation {
    flex: 1 calc(50% - 40px);
    flex-wrap: wrap;
    gap: 20px;
    font-size: 1.4rem;
  }
}

/*---------------------------------------------------------------
    申込ボタン
---------------------------------------------------------------*/
/* 　＼テキスト／　のエリア*/
.pickup-text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.pickup-text:before,
.pickup-text:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
  background-color: #000;
}
.pickup-text:before {
  transform: rotate(-35deg);
}
.pickup-text:after {
  transform: rotate(35deg);
}
.pink-text{
  color: var(--overseas-lightpink);
}

@media screen and (max-width:767px) {
  .pickup-text {
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: unset;
  }
  .pickup-text:before,
  .pickup-text:after {
    position: absolute;
    bottom: 0;
    margin: 0;
  }
  .pickup-text:before {
    left: -1.5em;
  }
  .pickup-text:after {
    right: -1.5em;
  }
}

/*申込ボタン*/
.entry-btn {
  display: block;
  position: relative;
  width: fit-content;
  margin: 20px auto 0;
}
.entry-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 55px;
  height: 30px;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/application-zeus-icon-3.webp) 0 0 / contain no-repeat;
  transform: none;
  z-index: 2;
}
.entry-btn::after {
  content: "";
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 100vh;
  transform: translate(0%, 8px);
  background: var(--overseas-lightgreen);
  transition: .3s;
}
.default-btn-main {
  display: inline-block;
  position: relative;
  min-width: 380px;
  height: auto;
  padding: 20px 10px 20px 50px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  border-radius: 100vh;
  color: var(--overseas-white);
  background: var(--overseas-lightpink);
  z-index: 1;
  transition: .3s;
}
.default-btn-main span::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--overseas-white);
}
.entry-btn:hover::after{
  background: var(--overseas-pink);
}
.entry-btn:hover .default-btn-main{
  background: #ffdc00;
}
.entry-btn:hover .default-btn-main span {
  color: var(--overseas-green)
}
.entry-btn:hover .default-btn-main span::before {
  border-left: 18px solid var(--overseas-green)
}

@media screen and (max-width:767px) {
  .entry-btn {
    margin-top: 10px;
  }
  .entry-btn::before {
    width: 45px;
    height: 24px;
    left: 20px;
  }
  .default-btn-main {
    min-width: 300px;
    max-width: 380px;
    margin: 0;
    padding: 23px 10px 23px 40px;
    font-size: 1.6rem;
  }
  .default-btn-main span::before {
    right: 15px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid var(--overseas-white);
  }
  .entry-btn:hover .default-btn-main span::before {
    border-left: 13px solid var(--overseas-green)
  }
}

/*---------------------------------------------------------------
    多言語通訳サポートのご利用方法
---------------------------------------------------------------*/
/*タブ*/
.device-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.device-tab-label {
  position: relative;
  justify-content: center;
  width: calc(100% / 2 - 5px);
  padding: 22px 30px 22px 30px;
  border: none;
  border-radius: var(--radius-large) var(--radius-large) 0 0;
  background-color: #cccccc;
}
.device-tab-label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.device-tab-label:has(input:checked) {
  background-color: var(--overseas-pailgreen);
}

.device-input-radio {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  background: var(--overseas-white);
  border-radius: 50%;
  cursor: pointer;
}
.device-tab input:checked + .device-input-radio::before{
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: var(--overseas-yellow);
  border-radius: 50%;
}
.device-text {
  padding-left: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width:1280px) {
  .device-tab-label {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 40px;
  }
  .device-input-radio{
    left: 40px;
  }
  .device-text{
    padding: 0;
  }
}

@media screen and (max-width:767px) {
  .device-tab-label{
    width: calc(100% / 2 - 2px);
    padding: 10px 15px 8px 18px;
  }
  .device-tab{
    margin-top: 30px;
  }
  .device-text {
    padding-left: 0px;
    font-size: 1.2rem;
  }
  .device-input-radio{
    width: 18px;
    height: 18px;
    left: 15px;
  }
  .device-tab input:checked + .device-input-radio::before{
    width: 11px;
    height: 11px;
  }
}

/*利用STEP*/
.device-setting {
  margin: 0px auto 40px;
  padding: 20px 40px;
  border: 3px solid var(--overseas-pailgreen);
  border-radius:  0 0 var(--radius-large) var(--radius-large);
  box-shadow: var(--box-shadow);
  background-color: var(--overseas-white);
  transform: translateZ(0);
}
.device-setting {
  padding: 20px 40px;
  counter-reset: number 0;
}
.device-setting ul{
  display: flex;
  gap: 35px;
  margin-bottom: 30px;
}
.device-setting-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.device-setting-list{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.device-setting-list:not(:first-of-type)::after{
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--overseas-green);
}
.global-setting-subhdg {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--overseas-green);
}
.global-setting-text {
  margin: auto;
  font-size: 1.6rem;
  font-weight: bold;
}
.device-setting-list img{
  width: 190px;
  border: 2px solid var(--overseas-lightgreen);
}
.small {
  width: max-content;
  margin: auto;
  font-size: 1.2rem;
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .device-setting-inner {
    padding: 0;
  }
  .device-setting ul{
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 2.5%;
    gap: 40px;
  }
  .device-setting-list img{
    width: 350px;
  }
  .device-setting-list:not(:first-of-type)::after{
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media screen and (max-width:767px) {
  .device-setting{
    padding: 30px 5% 20px;
  }
  .device-setting ul{
    flex-direction: column;
    padding: 0 2.5%;
    gap: 40px;
  }

  .device-setting-inner{
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
  }
  .global-setting-subhdg {
    font-size: 1.5rem;
  }
  .device-setting-list img{
    width: 80%;
    min-width: 220px;
  }
  .global-setting-text {
    font-size: 1.3rem;
    text-align: center;
  }
  .device-setting-list:not(:first-of-type)::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid var(--overseas-green);
  }
  .small {
    width: auto;
  }
}

@media screen and (max-width:390px) {
  .global-setting-subhdg{
    font-size: 1.4rem;
  }
}
/*---------------------------------------------------------------
    その他のオプションも充実！
---------------------------------------------------------------*/
.global-setting {
  margin: 40px auto;
}
.global-setting .sub-title.center-text {
  text-align: center;
}
#interpreter_service nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#interpreter_service nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--overseas-white);
  border-radius: var(--radius-large);
  filter: var(--shadow);
  transform: translateZ(0);
  transition: .3s;
}
#interpreter_service nav li a {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 160px;
  height: 140px;
  padding: 15px;
  font-size: 1.5rem;
  color: var(--overseas-black);
  cursor: pointer;
}
#interpreter_service nav li:hover {
  background-color: var(--overseas-pailgreen);
}
#interpreter_service nav li span {
  text-align: center;
}
#interpreter_service .nav-icon {
  height: 60px;
  }
#interpreter_service .nav-icon .icon {
  width: auto;
  height: 100%;
}
#interpreter_service .nav-text {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
}
#interpreter_service .nav-arrow {
  position: relative;
  width: 10px;
  height: 14px;
}
#interpreter_service .nav-arrow::before {
  content: "";
  position: absolute;
  width: auto;
  top: -50%;
  left: 0;
  border-left: 10px solid var(--overseas-green);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translate(0, 50%);
}

@media (min-width:768px) and (max-width:1280px) {

  #interpreter_service nav ul {
    justify-content: center;
    gap: 24px
  }
  #interpreter_service nav ul li{
    width: 25%;
  }
  #interpreter_service nav li a{
    height: auto;
    padding: 5% 0%;
    gap: 8px;
  }
}

@media screen and (max-width:767px) {
  #interpreter_service nav {
    margin: 30px auto;
  }
  #interpreter_service nav ul {
    justify-content: center;
    column-gap: 5%;
    row-gap: 20px;
  }
  #interpreter_service nav li {
    width: 30%;
  }
  #interpreter_service nav li a{
    min-width: auto;
    max-width: initial;
    height: auto;
    padding: 10% 0;
  }
  #interpreter_service nav span {
    display: inline-block;
    font-size: 1.3rem;
  }
  #interpreter_service .nav-icon {
    height: 10vw;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .global-setting{
    margin: 30px auto 0;
  }
  .device-setting {
    padding: 30px;
  }
  .device-text {
    padding-left: 0px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .global-setting{
    margin: 20px auto 0;
  }
  .device-setting {
    padding: 15px 4% 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  p {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  a[class^=button-] {
    gap: 6px;
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 1.25em;
  }
  a[class^=button-] i {
    height: 14px;
  }
  section div.inner {
    padding: 50px 5%;
  }
  section:nth-of-type(2) div.inner {
    padding: 25px 16px 40px;
  }
  .device-container{
    margin-bottom: 30px;
  }
}
