/*-----------------------------------------------------------------
ここからtuika.cssファイル
------------------------------------------------------------------*/

/*-----------------------------------------------------------------
共通設定
------------------------------------------------------------------*/
/*お問合せ・資料請求ボタン共通*/
a.btn-common {
  background: #fcb300;
  color: #fff;
  text-decoration: none;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 959px) {
  a.btn-common {
    font-size: 18px;
    font-size: 1.87696vw;
  }
}

@media only screen and (max-width: 640px) {
  a.btn-common {
    height: 50px;
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

@media only screen and (max-width: 480px) {
  a.btn-common {
    height: 50px;
    font-size: 12px;
  }
}

a.btn-common::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  color: #f35500;
  position: absolute;
  right: 3%;
}

@media only screen and (max-width: 959px) {
  a.btn-common::after {
    font-size: 18px;
    font-size: 1.87696vw;
  }
}

a.btn-common:hover {
  color: #f35500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 20px 0;
  }
}

/*ボタンサイズ--ホテルインターンシップページ*/
.main-hotel-internship li {
  width: 30%;
  margin: 40px auto;
}

@media only screen and (max-width: 640px) {
  .main-hotel-internship li {
    width: 70%;
    margin-top: 10px;
    margin-top: 1.5625vw;
    margin-bottom: 10px;
    margin-bottom: 1.5625vw;
  }
}

@media only screen and (max-width: 480px) {
  .main-hotel-internship li {
    width: 85%;
  }
}

/*ボタンサイズ--受入先企業ページ*/
.contact-area .btn-area {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.contact-area .btn-area li {
  width: 40%;
  margin: 10px;
}

@media only screen and (max-width: 640px) {
  .contact-area .btn-area li {
    width: 60%;
    margin-top: 10px;
    margin-top: 1.5625vw;
    margin-bottom: 10px;
    margin-bottom: 1.5625vw;
  }
  .contact-area .btn-area li a {
    font-size: 20px;
  }
}

/*ボタンサイズ--北京/インターンシップ中国地域情報*/
#city_information .link-btn {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  #city_information .link-btn {
    width: 80%;
    font-size: 16px;
  }
}

/*料金表-お申込みボタン*/
#charge .entry-btn {
  width: 60%;
  min-width: 260px;
  margin: 0 auto;
  font-size: 20px;
  background: #f44336;
}

#charge .entry-btn:hover {
  color: #fff;
  background: #fcb300;
}

#charge .btn-common::after {
  color: #fff;
}

/*パンくずリスト*/
.pankuzu {
  margin: -30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 4.6875vw;
    padding-left: 20px;
    padding-left: 3.125vw;
    padding-right: 20px;
    padding-right: 3.125vw;
    font-size: 16px;
    font-size: 2.5vw;
  }
}

/*h1共通*/
.main-hotel-internship h1,
.main-business-company h1,
.main-company-profile h1,
.main-charge h1 {
  font-size: 36px;
}

@media only screen and (max-width: 640px) {
  .main-hotel-internship h1,
  .main-business-company h1,
  .main-company-profile h1,
  .main-charge h1 {
    padding-left: 20px;
    padding-left: 3.125vw;
    padding-right: 20px;
    padding-right: 3.125vw;
    font-size: 32px;
    font-size: 5vw;
  }
}

/*h2共通*/
.contents-h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #ef7e80;
}

@media only screen and (max-width: 640px) {
  .contents-h2 {
    font-size: 28px;
    font-size: 4.375vw;
  }
}

/*改行*/
@media screen and (max-width: 640px) {
  .kaigyo-640-959 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .kaigyo-480-959 {
    display: none;
  }
}

.kaigyo-640 {
  display: none;
}

@media screen and (max-width: 640px) {
  .kaigyo-640 {
    display: block;
  }
}

.kaigyo-480 {
  display: none;
}

@media screen and (max-width: 480px) {
  .kaigyo-480 {
    display: block;
  }
}

/*コンテンツエリア*/
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  min-width: 300px;
}

@media only screen and (max-width: 959px) {
  #container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
  }
}

.content {
  width: 730px;
}

@media only screen and (max-width: 959px) {
  .content {
    width: 96%;
    margin: 30px auto;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .content {
    width: 100%;
  }
}

/*ページトップへ*/
#pagetop {
  text-align: right;
  width: 100%;
}

/*-----------------------------------------------------------------
  外資系ホテルインターンシップ/hotel-internship.html
  ------------------------------------------------------------------*/
/*メイン*/
.main-hotel-internship {
  width: 100%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 959px) {
  .main-hotel-internship {
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
}

.main-hotel-internship img {
  width: 100%;
  margin-top: -30px;
}

@media only screen and (max-width: 640px) {
  .main-hotel-internship img {
    margin-top: -30px;
    margin-top: -4.6875vw;
  }
}

.main-hotel-internship .lead {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}

@media only screen and (max-width: 640px) {
  .main-hotel-internship .lead {
    font-size: 20px;
    font-size: 3.125vw;
  }
}

@media only screen and (max-width: 480px) {
  .main-hotel-internship .lead {
    font-size: 16px;
  }
}

.main-hotel-internship .txt {
  font-size: 18px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .main-hotel-internship .txt {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

@media only screen and (max-width: 480px) {
  .main-hotel-internship .txt {
    font-size: 13px;
  }
}

/*外資系ホテルインターンシップの特徴*/
.feature h2::before {
  content: "\f0eb";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
  color: #ef7e80;
}

@media only screen and (max-width: 640px) {
  .feature h2::before {
    margin-right: 20px;
    margin-right: 3.125vw;
  }
}

.feature li {
  width: 92%;
  height: 400px;
  background: rgba(247, 144, 146, 0.3);
  margin: 30px auto 60px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media only screen and (max-width: 959px) {
  .feature li {
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .feature li {
    margin-top: 30px;
    margin-top: 4.6875vw;
    margin-bottom: 60px;
    margin-bottom: 9.375vw;
    padding-top: 40px;
    padding-top: 6.25vw;
    padding-bottom: 40px;
    padding-bottom: 6.25vw;
  }
}

.feature .circle {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: #fcb300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  top: -30px;
  left: -30px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .feature .circle {
    font-size: 16px;
    font-size: 2.5vw;
    width: 60px;
    width: 9.375vw;
    height: 60px;
    height: 9.375vw;
    top: -10px;
    top: -1.5625vw;
    left: -10px;
    left: -1.5625vw;
  }
}

.feature .circle span {
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .feature .circle span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}

.feature h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  border-bottom: 5px dotted #ef7e80;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 959px) {
  .feature h3 {
    word-break: keep-all;
  }
}

@media only screen and (max-width: 640px) {
  .feature h3 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 20px;
    margin-bottom: 3.125vw;
  }
}

.feature .floatbox {
  padding: 0 60px;
}

@media only screen and (max-width: 640px) {
  .feature .floatbox {
    padding-left: 60px;
    padding-left: 9.375vw;
    padding-right: 60px;
    padding-right: 9.375vw;
  }
}

@media only screen and (max-width: 480px) {
  .feature .floatbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.feature .floatimg {
  width: 190px;
  margin: 10px 10px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 480px) {
  .feature .floatimg {
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 4.16667vw;
  }
}

.feature li:nth-child(2) .floatimg {
  float: right;
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 480px) {
  .feature li:nth-child(2) .floatimg {
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 4.16667vw;
  }
}

.feature .txt {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .feature .txt {
    font-size: 14px;
  }
}

/*-----------------------------------------------------------------
  海外・中国インターンシップ 受入先企業/business_company.html
  ------------------------------------------------------------------*/
/*h1*/
.main-business-company {
  width: 100%;
  margin: 0;
}

.main-business-company h1 {
  margin: 0;
  border-bottom-color: rgba(252, 141, 0, 0.3);
}

.main-business-company h1::before {
  background: #fc8d00;
}

.main-business-company .txt {
  font-size: 18px;
  margin: 20px 0;
}

@media only screen and (max-width: 640px) {
  .main-business-company .txt {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-left: 20px;
    margin-left: 3.125vw;
    margin-right: 20px;
    margin-right: 3.125vw;
  }
}

@media only screen and (max-width: 480px) {
  .main-business-company .txt {
    font-size: 13px;
  }
}

/*海外・中国インターンシップ 受入先企業　タブ*/
/************* タブ *************/
#business_company nav {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #business_company nav {
    width: 98%;
    margin: 0 auto;
  }
}

#business_company nav .tab-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#business_company nav .tab-btn-container .tab-btn {
  font-size: 16px;
  width: 20%;
  height: 50px;
  border-radius: 8px 30px 0 0;
  color: #fff;
  background: #fc8d00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  #business_company nav .tab-btn-container .tab-btn {
    font-size: 18px;
    font-size: 1.87696vw;
    height: 50px;
    height: 5.21376vw;
    border-top-left-radius: 8px;
    border-top-left-radius: 0.8342vw;
    border-top-right-radius: 30px;
    border-top-right-radius: 3.12826vw;
  }
}

@media only screen and (max-width: 640px) {
  #business_company nav .tab-btn-container .tab-btn {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-size: 2.5vw;
    padding-top: 10px;
    padding-top: 1.5625vw;
    padding-bottom: 10px;
    padding-bottom: 1.5625vw;
  }
}

@media only screen and (max-width: 480px) {
  #business_company nav .tab-btn-container .tab-btn {
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    height: 60px;
    height: 12.5vw;
    padding-top: 10px;
    padding-top: 2.08333vw;
    padding-bottom: 10px;
    padding-bottom: 2.08333vw;
  }
}

#business_company nav .tab-btn-container .tab-btn:hover {
  background-color: #fcb300;
}

#business_company nav .tab-btn-container .tab-btn i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 10px;
}

@media only screen and (max-width: 640px) {
  #business_company nav .tab-btn-container .tab-btn i {
    display: none;
  }
}

#business_company nav .tab-btn-container .current {
  color: #333;
  background-color: #fff;
  border: 1px solid #fcb300;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

/************* タブメニュー内 *************/
#business_company nav .menu-container .menu-box {
  width: 100%;
  border: 1px solid #fc8d00;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

#business_company nav .menu-container .menu {
  padding: 20px;
  border-bottom: 1px solid #fc8d00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  #business_company nav .menu-container .menu {
    position: relative;
    padding: 20px;
    padding: 3.125vw;
  }
}

#business_company nav .menu-container .menu:last-child {
  border: none;
}

#business_company nav .menu-container .menu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#business_company nav .menu-container .menu .title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 959px) {
  #business_company nav .menu-container .menu .title p {
    font-size: 24px;
    font-size: 2.50261vw;
  }
}

@media only screen and (max-width: 640px) {
  #business_company nav .menu-container .menu .title p {
    position: absolute;
    top: 20px;
    top: 3.125vw;
    left: 20px;
    left: 3.125vw;
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

@media only screen and (max-width: 480px) {
  #business_company nav .menu-container .menu .title p {
    font-size: 14px;
  }
}

#business_company nav .menu-container .menu .title p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #f35500;
  margin-right: 5px;
}

@media only screen and (max-width: 959px) {
  #business_company nav .menu-container .menu .title p::before {
    font-size: 20px;
    font-size: 2.08551vw;
  }
}

#business_company nav .menu-container .menu .title p span {
  font-size: 14px;
  padding: 0 5px;
  margin-right: 5px;
  background: #6db81e;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #business_company nav .menu-container .menu .title p span {
    line-height: 2;
  }
}

@media only screen and (max-width: 480px) {
  #business_company nav .menu-container .menu .title p span {
    font-size: 12px;
  }
}

#business_company nav .menu-container .menu .title .company-link {
  width: 200px;
  height: 40px;
  border: 1px solid #707070;
  color: #707070;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 959px) {
  #business_company nav .menu-container .menu .title .company-link {
    font-size: 20px;
    font-size: 2.08551vw;
    width: 240px;
    width: 25.02607vw;
    height: 50px;
    height: 5.21376vw;
  }
}

@media only screen and (max-width: 959px) and (max-width: 640px) {
  #business_company nav .menu-container .menu .title .company-link {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 250px;
    height: 40px;
    font-size: 14px;
    bottom: 40px;
    bottom: 6.25vw;
  }
}

#business_company nav .menu-container .menu .title .company-link::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #f35500;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  #business_company nav .menu-container .menu .title .company-link::before {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

#business_company nav .menu-container .menu .title .company-link:hover {
  color: #f35500;
}

#business_company nav .menu-container .menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  #business_company nav .menu-container .menu .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  #business_company nav .menu-container .menu .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px;
    margin-top: 18.75vw;
  }
}

#business_company nav .menu-container .menu .inner img {
  width: 130px;
  height: 90px;
}

@media only screen and (max-width: 480px) {
  #business_company nav .menu-container .menu .inner img {
    height: auto;
    width: 260px;
    width: 54.16667vw;
  }
}

#business_company nav .menu-container .menu .inner .txt {
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  #business_company nav .menu-container .menu .inner .txt {
    margin: 0;
    font-size: 14px;
    margin-top: 20px;
    margin-top: 3.125vw;
    margin-bottom: 120px;
    margin-bottom: 18.75vw;
  }
}

#business_company nav .menu-container .menu .inner span {
  font-size: 14px;
  padding: 0 5px;
  border: 1px solid #f35500;
  margin: 5px;
}

/*見出しアイコン*/
.menu-box-seifukikan .title p::before {
  content: "\f66f";
}

.menu-box-gaishikei .title p::before {
  content: "\f64f";
}

.menu-box-nikkeioote .title p::before {
  content: "\f1ad";
}

.menu-box-kokuritsudaigaku .title p::before {
  content: "\f549";
}

.menu-box-yotsuboshihotel .title p::before {
  content: "\f594";
}

/*お問合せ・資料請求*/
.contact-area {
  margin-top: 60px;
  text-align: center;
}

.contact-area p {
  font-size: 16px;
  font-weight: 700;
  display: inline;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75%, transparent),
    color-stop(75%, #ff9393)
  );
  background: linear-gradient(transparent 75%, #ff9393 75%);
}

@media only screen and (max-width: 640px) {
  .contact-area p {
    font-size: 24px;
    font-size: 3.75vw;
  }
}

/*-----------------------------------------------------------------
  会社情報/company-profile.html
  ------------------------------------------------------------------*/
/************* タブ *************/
#company_profile nav {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  #company_profile nav {
    width: 98%;
    margin: 0 auto;
  }
}

#company_profile nav .tab-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#company_profile nav .tab-btn-container .tab-btn {
  width: 25%;
  height: 60px;
  border-radius: 8px 30px 0 0;
  color: #fff;
  background: #faaaaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 959px) {
  #company_profile nav .tab-btn-container .tab-btn {
    height: 60px;
    height: 6.25652vw;
    border-top-left-radius: 8px;
    border-top-left-radius: 0.8342vw;
    border-top-right-radius: 30px;
    border-top-right-radius: 3.12826vw;
  }
}

@media only screen and (max-width: 640px) {
  #company_profile nav .tab-btn-container .tab-btn {
    height: auto;
    padding-top: 10px;
    padding-top: 1.5625vw;
    padding-bottom: 10px;
    padding-bottom: 1.5625vw;
  }
}

@media only screen and (max-width: 480px) {
  #company_profile nav .tab-btn-container .tab-btn {
    padding-top: 10px;
    padding-top: 2.08333vw;
    padding-bottom: 10px;
    padding-bottom: 2.08333vw;
  }
}

#company_profile nav .tab-btn-container .tab-btn:hover {
  background-color: #ff8080;
}

#company_profile nav .tab-btn-container .tab-btn h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 20px;
}

@media only screen and (max-width: 959px) {
  #company_profile nav .tab-btn-container .tab-btn h2 {
    font-size: 20px;
    font-size: 2.08551vw;
    margin-left: 20px;
    margin-left: 2.08551vw;
  }
}

@media only screen and (max-width: 640px) {
  #company_profile nav .tab-btn-container .tab-btn h2 {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}

@media only screen and (max-width: 480px) {
  #company_profile nav .tab-btn-container .tab-btn h2 {
    font-size: 16px;
    font-size: 3.33333vw;
  }
}

#company_profile nav .tab-btn-container .current {
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border: 1px solid #ffa0a0;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  position: relative;
}

#company_profile nav .tab-btn-container .current::before {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #ff8080;
  position: absolute;
  right: 20px;
  top: -12px;
}

@media only screen and (max-width: 959px) {
  #company_profile nav .tab-btn-container .current::before {
    font-size: 24px;
    font-size: 2.50261vw;
    right: 20px;
    right: 2.08551vw;
    top: -12px;
    top: -1.2513vw;
  }
}

@media only screen and (max-width: 480px) {
  #company_profile nav .tab-btn-container .current::before {
    display: none;
  }
}

/************* タブメニュー内 *************/
#company_profile nav .menu-container .menu-box {
  width: 100%;
  padding: 20px;
  border: 1px solid #ffa0a0;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  #company_profile nav .menu-container .menu-box {
    padding: 20px;
    padding: 3.125vw;
  }
}

/*ミッション＆ビジョン,事業内容(共通)*/
.menu-box-mission-and-vision dt,
.menu-box-jigyounaiyou dt {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0 20px;
  border-bottom: 2px solid #ffa0a0;
  border-left: 6px solid #ff8080;
  padding-left: 6px;
}

@media only screen and (max-width: 480px) {
  .menu-box-mission-and-vision dt,
  .menu-box-jigyounaiyou dt {
    font-size: 16px;
  }
}

.menu-box-mission-and-vision dd,
.menu-box-jigyounaiyou dd {
  font-size: 14px;
}

.menu-box-mission-and-vision dd p,
.menu-box-jigyounaiyou dd p {
  margin-bottom: 14px;
}

/*会社概要*/
.menu-box-kaishagaiyou dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px;
}

@media only screen and (max-width: 480px) {
  .menu-box-kaishagaiyou dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 30px 0;
  }
}

.menu-box-kaishagaiyou dl dt {
  font-size: 16px;
  font-weight: 700;
  padding: 30px 5px 30px 0;
  width: 20%;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .menu-box-kaishagaiyou dl dt {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .menu-box-kaishagaiyou dl dt {
    font-size: 14px;
    width: 100%;
    padding: 5px 0 5px 6px;
    border-left: 6px solid #ccc;
  }
}

.menu-box-kaishagaiyou dl dt:last-of-type {
  border: none;
}

@media only screen and (max-width: 480px) {
  .menu-box-kaishagaiyou dl dt:last-of-type {
    border-left: 6px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.menu-box-kaishagaiyou dl dd {
  font-size: 16px;
  width: 80%;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .menu-box-kaishagaiyou dl dd {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) {
  .menu-box-kaishagaiyou dl dd {
    font-size: 14px;
    width: 100%;
    padding: 5px 0 30px 6px;
    border: none;
  }
}

.menu-box-kaishagaiyou dl dd:last-child {
  border: none;
}

/*文字調整*/
.menu-box-kaishagaiyou dl .font-bold {
  font-weight: 700;
}

.menu-box-kaishagaiyou dl .font-small {
  font-size: 12px;
}

.menu-box-kaishagaiyou dl .white-space {
  margin-top: 14px;
}

/*沿革*/
.menu-box-enkaku dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px;
}

@media only screen and (max-width: 480px) {
  .menu-box-enkaku dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 30px 0;
  }
}

.menu-box-enkaku dl dt,
.menu-box-enkaku dl dd {
  border-bottom: 1px solid #ccc;
}

.menu-box-enkaku dl dt:first-of-type,
.menu-box-enkaku dl dd:first-of-type {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 480px) {
  .menu-box-enkaku dl dt:first-of-type,
  .menu-box-enkaku dl dd:first-of-type {
    border-top: none;
  }
}

.menu-box-enkaku dl dt {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 5px 20px 0;
  width: 20%;
}

@media only screen and (max-width: 640px) {
  .menu-box-enkaku dl dt {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .menu-box-enkaku dl dt {
    width: 100%;
    padding: 5px 0 5px 6px;
    border-left: 6px solid #ccc;
  }
}

.menu-box-enkaku dl dd {
  font-size: 14px;
  width: 80%;
  padding: 20px 0;
}

@media only screen and (max-width: 640px) {
  .menu-box-enkaku dl dd {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) {
  .menu-box-enkaku dl dd {
    width: 100%;
    padding: 5px 0 30px 20px;
    border: none;
  }
}

.menu-box-enkaku li {
  margin-bottom: 14px;
  position: relative;
}

.menu-box-enkaku li:last-child {
  margin: 0;
}

.menu-box-enkaku li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #333;
  position: absolute;
  top: 9px;
  left: -14px;
}

/*-----------------------------------------------------------------
  料金について/charge.html
  ------------------------------------------------------------------*/
.main-charge {
  width: 100%;
  margin: 0;
}

.main-charge h1 {
  margin: 0;
  border-bottom-color: rgba(252, 179, 0, 0.3);
}

.main-charge h1::before {
  background: #fcb300;
}

.main-charge .txt {
  font-size: 18px;
  margin: 20px 0;
}

@media only screen and (max-width: 640px) {
  .main-charge .txt {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-left: 20px;
    margin-left: 3.125vw;
    margin-right: 20px;
    margin-right: 3.125vw;
  }
}

@media only screen and (max-width: 480px) {
  .main-charge .txt {
    font-size: 13px;
  }
}

/*料金表*/
.charge-table-wrap {
  width: 98%;
  margin: 40px auto;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.charge-table-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.charge-table-wrap dt,
.charge-table-wrap dd {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  width: calc(100% / 3);
}

.charge-table-wrap dt span,
.charge-table-wrap dd span {
  font-size: 14px;
  font-weight: 700;
}

.charge-table-wrap dd {
  border-left: 4px solid #fff;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap dd {
    border: none;
  }
}

.charge-table-wrap .charge-table-head {
  height: 65px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-head {
    display: none;
  }
}

.charge-table-wrap .charge-table-head dt,
.charge-table-wrap .charge-table-head dd {
  font-size: 20px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  background: #fcb300;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 95%;
    margin: 0 auto;
  }
}

.charge-table-wrap .charge-table-inner dt,
.charge-table-wrap .charge-table-inner dd {
  border-top: 4px solid #fff;
  background: #eee;
  height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner dt,
  .charge-table-wrap .charge-table-inner dd {
    width: 100%;
    border-top: 2px solid #fff;
    height: 100px;
  }
}

.charge-table-wrap .charge-table-inner dt {
  color: #fcb300;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner dt {
    height: 60px;
    color: #fff;
    background: #fcb300;
    position: relative;
    padding-top: 20px;
  }
  .charge-table-wrap .charge-table-inner dt::before {
    content: "期間";
    position: absolute;
    font-size: 14px;
    top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner dd.price-total {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.charge-table-wrap .charge-table-inner dd.price-total p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner dd.price-total p {
    position: relative;
  }
  .charge-table-wrap .charge-table-inner dd.price-total p:first-child::before {
    content: "合計";
    font-size: 14px;
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.charge-table-wrap .charge-table-inner dd.price-total p .yen {
  margin-left: 5px;
}

.charge-table-wrap .charge-table-inner dd.price-total p .tax {
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner dd.price-detail {
    padding: 15px 10px 0;
    position: relative;
  }
  .charge-table-wrap .charge-table-inner dd.price-detail::before {
    content: "―内訳―";
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.charge-table-wrap .charge-table-inner dd.price-detail p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  .charge-table-wrap .charge-table-inner dd.price-detail p {
    font-size: 12px;
    width: auto;
  }
}

/*参加費用に含まれるもの・含まれないもの*/
.charge-attention {
  width: 90%;
  margin: 30px auto;
  padding: 30px;
  background: #fff8cc;
}

@media only screen and (max-width: 640px) {
  .charge-attention {
    width: 95%;
    padding: 20px;
  }
}

.charge-attention dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid #fcb300;
}

.charge-attention dt::before {
  content: "\f46c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fcb300;
  margin-right: 10px;
}

.charge-attention dd ul .item-list {
  font-size: 16px;
  padding-left: 40px;
  position: relative;
}

.charge-attention dd ul .item-list::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  top: 10px;
  left: 26px;
}

.charge-attention dd ul .item-list .hosoku li {
  font-size: 14px;
  padding-left: 10px;
}

.charge-attention p {
  padding-left: 28px;
}
/*# sourceMappingURL=tuika.css.map */

/*-----------------------------------------------------------------
  北京　インターンシップ中国地域情報/city_●●.html
  ------------------------------------------------------------------*/
/*メイン*/
.main-city-information {
  width: 100%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 959px) {
  .main-city-information {
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
}

.main-city-information h1 {
  border-bottom-color: rgba(252, 141, 0, 0.3);
}

.main-city-information h1::before {
  background: #fc8d00;
}

.main-city-information img {
  width: 100%;
  margin-top: -30px;
}

@media only screen and (max-width: 640px) {
  .main-city-information img {
    margin-top: -30px;
    margin-top: -4.6875vw;
  }
}

.main-city-information .txt {
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .main-city-information .txt {
    font-size: 16px;
    padding-left: 20px;
    padding-left: 3.125vw;
    padding-right: 20px;
    padding-right: 3.125vw;
  }
}

@media only screen and (max-width: 480px) {
  .main-city-information .txt {
    font-size: 14px;
  }
}

/*インターンシップ中国地域情報-詳細*/
.detail h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  border-bottom: 2px dotted #fcb300;
  margin-bottom: 20px;
  padding-left: 60px;
}

@media only screen and (max-width: 959px) {
  .detail h2 {
    word-break: keep-all;
  }
}

@media only screen and (max-width: 640px) {
  .detail h2 {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 20px;
    margin-bottom: 3.125vw;
    padding-left: 30px;
    padding-left: 4.6875vw;
  }
}

.detail h2::before {
  content: "\f664";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
  color: #fcb300;
}

@media only screen and (max-width: 640px) {
  .detail h2::before {
    margin-right: 20px;
    margin-right: 3.125vw;
  }
}

.detail li {
  width: 92%;
  height: auto;
  background: #fff5e8;
  margin: 30px auto 60px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media only screen and (max-width: 959px) {
  .detail li {
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .detail li {
    margin-top: 30px;
    margin-top: 4.6875vw;
    margin-bottom: 60px;
    margin-bottom: 9.375vw;
    padding-top: 40px;
    padding-top: 6.25vw;
    padding-bottom: 40px;
    padding-bottom: 6.25vw;
  }
}

.detail .floatbox {
  padding: 0 60px 40px;
}

@media only screen and (max-width: 640px) {
  .detail .floatbox {
    padding-bottom: 0;
    padding-left: 30px;
    padding-left: 4.6875vw;
    padding-right: 30px;
    padding-right: 4.6875vw;
  }
}

@media only screen and (max-width: 480px) {
  .detail .floatbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.detail .floatimg {
  width: 200px;
  margin: 10px 10px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 480px) {
  .detail .floatimg {
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 4.16667vw;
  }
}

.detail li:nth-child(even) .floatimg {
  float: right;
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 480px) {
  .detail li:nth-child(even) .floatimg {
    margin: 0;
    margin-bottom: 20px;
    margin-bottom: 4.16667vw;
  }
}

.detail .txt {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .detail .txt {
    font-size: 14px;
  }
}
/*# よくある質問*/

.pg_internship .requirementList .tr {
  display: flex;
  flex-direction: column; /* 要素を縦に並べる */
}

.pg_internship .requirementList .th {
  order: 1; /* 順番を指定して上に表示 */
  white-space: nowrap; /* 折り返しを防止 */
  width: 100%; /* 要素が一行で収まるように幅を指定 */
}

.pg_internship .requirementList .td {
  order: 2; /* 順番を指定して下に表示 */
}

.faq-links {
  /* ページ内リンク C案　*/
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; /* 要素を中央に寄せる */
  gap: 5px; /* 画像同士の間隔を狭く */
  margin-bottom: 20px; /* 下部の隙間を広げる */
}

.faq-links li {
  margin: 0;
}

.faq-links li img {
  display: block;
  margin: 0 auto;
  padding: 0; /* 余計な上下のpaddingを削除 */
  width: 79px; /* ボタン画像の幅を指定 */
  height: 75px; /* ボタン画像の高さを元のサイズに調整 */
}

.section.introSection {
  margin-bottom: 30px; /* 上部のセクションと画像リストの間隔を広げる */
}

.section.programSection {
  margin-top: 30px;
}

/* sitemap */
.section-ul.sitemap > li:first-child {
  border-top: 1px solid #ccc;
}

.section-ul.sitemap > li {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ccc;
}

.section-ul.sitemap > li::before {
  top: 1.45em;
}

.section-ul.sitemap > li > a {
  font-weight: bold;
}

.section-ul.sitemap ul {
  margin-top: 0.3em;
}

.section-ul {
  margin-top: 0.96618vw;
}

.section-ul {
  padding-left: 0.7em;
}

.section-ul > li {
  position: relative;
  padding-left: 1.3em;
}

.section-ul > li::before {
  display: block;
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 1.61031vw;
  height: 1.61031vw;
  border-radius: 50%;
  background: #223a70;
  content: "";
}

.section-ul {
  margin: 4.02576vw 0 0;
}

.section-ul {
  margin: 0;
}

.section-ul.sitemap > li::before {
  top: 1.35em;
}

.section-ul li + li {
  margin-top: 5px;
}

.section-ul > li {
  padding-left: 1em;
}
.section-ul > li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
}

.section-ul {
  margin: 24px 12px 0;
}

.section-ul {
  padding-left: 1em;
}

.section-ul {
  margin: 32px 16px 0;
}
/* ここまでsitemap */

/* お問合せ contact */
#contents h2.rFlame {
  font-size: 15px;
  color: #000011;
}

div.rttl2 {
  font-size: 120%;
  background: url(/cip/bloger/static/bloger/img/sub/bg_sttl2.gif) no-repeat;
  text-indent: 20px;
  height: 20px;
  font-weight: bold;
}

/* ここまで　お問合せ contact */
