@charset "UTF-8";
/* CSS Document */

/* =========================================
  base
========================================= */
.sp {
  display: none;
}

.br-pc {
  display: block;
}

body {
  min-width: 1060px;
  font-family: 'Helvetica', 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: calc(16rem / 16);
  line-height: 1;
  text-align: left;
  letter-spacing: 0.015em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background: #fff;
  vertical-align: top;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

p,
li,
span,
dt,
dd {
  line-height: 1.5em;
}

h1 {
  font-size: 55px;
  color: #fff;
  line-height: 1.3em;
  font-weight: normal;
  text-shadow: 3px 3px 5px #000;
}

h1 span {
  display: block;
  font-size: 40px;
}

h3 {
  font-size: calc(31rem / 16);
  line-height: calc(33em / 31);
  font-weight: 700;
}

/* =========================================
  utility
========================================= */
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
  padding: 0 60px;
}

.wrapper.wide {
  position: relative;
  margin: 0 auto;
  width: 1098px;
  padding: 0;
}

.bg {
  background: #fff;
}

.flex_item {
  display: flex;
}

/* =========================================
  header
========================================= */
header {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 1);
}

header .wrapper {
  padding: 0;
  display: flex;
  align-items: center;
}

header .logo {
  margin: 14px 0;
  width: 240px;
}

header .submenu {
  margin: 24px 0 12px 0;
  width: 700px;
  max-width: 100%;
}

header .submenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .submenu li {
  font-size: calc(16rem / 16);
  line-height: calc(24em / 16);
  text-align: center;
}

header .submenu li.contact a {
  color: #af6412;
  font-weight: 700;
}

header .submenu li.contact a i {
  margin-right: 5px;
}

/* =========================================
  global menu
========================================= */
nav#globalmenu {
  background-color: #4547ba;
}

nav#globalmenu ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
}

nav#globalmenu li {
  width: calc(100% / 4);
  height: 72px;
  float: none;
  border-right: 3px solid #fff;
}

nav#globalmenu li.apply {
  width: calc(100% / 4);
  border-left: 3px solid #fff;
}

nav#globalmenu li:last-of-type {
  border-right: none;
}

nav#globalmenu li a {
  display: block;
  padding: 12px 0;
  width: 100%;
  font-size: calc(19rem / 16);
  line-height: calc(24em / 19);
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #00a040;
}

nav#globalmenu li.apply a {
  background: #ff931e;
}


nav#globalmenu li:nth-of-type(1) a {
  background-color: #376895;
  height: stretch;
}

nav#globalmenu li:nth-of-type(2) a {
  background-color: #379392;
  height: stretch;
}

nav#globalmenu li:nth-of-type(4) a {
  background-color: #4547ba;
  height: stretch;
}

/* =========================================
  page header
========================================= */
#sector01.page_header h1.title {
  top: auto;
  bottom: 30px;
  width: 630px;
}

#sector01 .label {
  width: fit-content;
  right: 10%;
  bottom: 80px;
}

#sector01 .label {
  position: absolute;
  width: fit-content;
  bottom: 80px;
  right: 10%;
  left: auto;
  z-index: 99;
}

.label p {
  color: #fff;
  background-color: #e50000;
  padding: 30px;
  font-size: 25px;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
}

/* =========================================
  tab
========================================= */
#tabmenu {
  margin-top: 30px;
}

#tabmenu ul {
  display: flex;
}

#tabmenu li {
  width: calc(100% / 4);
  height: 80px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #376895;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border: solid 2px #fff;
  cursor: pointer;
}

#tabmenu.tab3 li {
  width: calc(100% / 3);
}

#tabmenu li a {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  text-align: center;
  line-height: 1.3em;
  opacity: 1 !important;
}

#tabmenu li a:hover {
  color: #fff;
  opacity: 0.8;
}

#tabmenu li a:focus {
  outline: none;
}

#tabmenu li:nth-of-type(2) {
  background: #3d807f;
}

#tabmenu li:nth-of-type(3) {
  background: #447a79;
}

#tabmenu li:nth-of-type(4) {
  background: #4d7a7a;
}

#tabmenu li:nth-of-type(5) {
  background: #567b7b;
}

#tabmenu li.current {
  background: #333 !important;
  height: 85px;
  margin-top: -5px;
}

.tab_box {
  background: rgba(69, 71, 186, 0.1);
}

.tab_box>div {
  display: none;
}

.tab_box>div.active {
  display: block;
}

.tab_item {
  padding: 70px 0;
}

/* =========================================
  section
========================================= */
#sector02,
#sector03 {
  float: none;
  margin-top: 0;
}

/* =========================================
  footer
========================================= */
footer {
  margin-top: 0;
  padding: 24px 0;
  color: #fff;
  background-color: #4547ba;
}

footer p {
  padding-bottom: 9px;
  font-size: calc(25rem / 16);
  line-height: calc(30em / 25);
  font-weight: 400;
  border-bottom: 1px solid #fff;
}

footer p a:link,
footer p a:visited,
footer p a:active,
footer p a:hover {
  color: #fff;
  text-decoration: none;
}

footer small {
  margin-top: 12px;
  font-family: Verdana;
  font-size: calc(12rem / 16);
  line-height: calc(12em / 12);
  display: block;
}

/* =========================================
  pagetop
========================================= */
.pagetop {
  position: fixed;
  right: 45px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  opacity: 0.35;
  z-index: 99;
}

.pagetop a {
  display: block;
  background: none;
  padding: 0;
}

.pagetop a:hover {
  opacity: 0.5;
}

/* =========================================
  skip link
========================================= */
.skip {
  width: 1px;
  color: #000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #fff;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}

.skip_focused {
  width: 100%;
  color: #00a040;
  display: block;
  font-size: 100%;
  line-height: 3em;
  border: 1px solid #00a040;
  left: 0;
  z-index: 9999;
  text-align: center;
  opacity: 1;
}

/* =========================================
  button font
========================================= */
@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
    url("../font/LigatureSymbols-2.11.woff") format("woff"),
    url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
    url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =========================================
  general button
========================================= */
.general-button {
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: relative;
  top: 0;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  background-color: #00a040;
  transition: all 0ms;
}

.general-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-bottom: 0 solid rgba(0, 83, 33, 0);
  background-color: rgba(0, 83, 33, 0);
}

.button-content {
  display: table;
  border-radius: 0 0 4px 4px;
  padding: 6px 7.5px;
  box-shadow: 0 0 0 0 rgba(0, 83, 33, 0);
  color: #f8f8f8;
  transition: all 0ms;
}

.button-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 7.5px;
  line-height: 1.6em;
  font-size: 13px;
  text-decoration: none;
}

.icon-font {
  display: table-cell;
  vertical-align: middle;
  padding: 0 7.5px;
  font-family: "LigatureSymbols";
  font-size: 21px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-feature-settings: "liga" 1, "dlig" 1;
}

/* hover */
.general-button:hover {
  top: -2px;
  background-color: #00af46;
  transition: all 30ms;
  transition-timing-function: ease-in-out;
}

.general-button:hover::before {
  border-bottom: 2px solid rgba(0, 83, 33, 0);
  transition: all 30ms;
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content {
  box-shadow: 0 2px 0 0 rgba(0, 83, 33, 1);
  transition: all 30ms;
  transition-timing-function: ease-in-out;
}

/* active */
.general-button:active {
  top: 0;
  background-color: #008635;
  box-shadow: 0 1.4px 0 0 rgba(0, 57, 23, 1) inset;
  transition: all 0ms;
}

.general-button:active::before {
  top: -2px;
  padding-bottom: 2px;
  border-bottom: 0 solid rgba(0, 83, 33, 0);
  transition: all 0ms;
}

.general-button:active .button-content {
  box-shadow: 0 0 0 0 rgba(0, 83, 33, 0);
  transition: all 0ms;
}

/* touch */
.touch .general-button:hover {
  top: 0;
  background-color: #00a040;
}

.touch .general-button:hover::before {
  border-bottom: 0 solid rgba(0, 83, 33, 0);
}

.touch .general-button:hover .button-content {
  box-shadow: 0 0 0 0 rgba(0, 83, 33, 1);
}

.touch .general-button:active {
  background-color: #008635;
  box-shadow: 0 1.4px 0 0 rgba(0, 57, 23, 1) inset;
}

.touch .general-button:active::before {
  top: -2px;
  padding-bottom: 2px;
  border-bottom: 0 solid rgba(0, 83, 33, 0);
}

.touch .general-button:active .button-content {
  box-shadow: 0 0 0 0 rgba(0, 83, 33, 0);
}

@media screen and (max-width: 768px) {

  /* =========================================
  display
========================================= */
  .pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  /* =========================================
  base（差分だけ）
========================================= */
  body {
    font-size: calc(22vw / 6.4);
    width: 100%;
    min-width: 100%;
  }

  section .wrapper {
    padding: 40px 0;
    width: 95%;
  }

  nav#globalmenu {
    background-color: #fff;
  }

  nav#globalmenu li.current,
  nav#globalmenu li {
    background-color: #fff;
    height: 69px;
  }

  #sector03 p,
  #summary p,
  p {
    margin-top: 0;
    line-height: 0;
  }

  .wrapper {
    width: 95%;
    padding: 40px 0;
  }

.page_company .wrapper {
    width: 95%;
    padding: 0!important;
  }
.page_foreigner .wrapper {
    width: 95%;
    padding: 0!important;
  }
.page_case .wrapper {
    width: 95%;
    padding: 0;
  }
	

  /* =========================================
  header
========================================= */
  header {
    width: 100vw;
  }

  header .wrapper {
    width: 100%;
    flex-wrap: wrap;
  }

  header .logo {
    margin: calc(9vw / 6.4) 0 calc(9vw / 6.4) calc(30vw / 6.4);
    width: calc(140vw / 6.4);
  }

  header .submenu {
    margin: 12px 0;
    width: 100%;
  }

  header .submenu li {
    font-size: calc(19vw / 6.4);
    margin-right: 10px;
  }

  /* =========================================
  globalmenu（SP用レイアウトだけ残す）
========================================= */
  nav#globalmenu ul {
    display: flex;
    flex-wrap: wrap;
  }

  nav#globalmenu li {
    width: calc(100% / 2);
    float: none;
    border-right: none;
  }

  nav#globalmenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: calc(19vw / 6.4);
  }

  /* =========================================
  pagetop
========================================= */
  .pagetop {
    right: calc(20vw / 6.4);
    bottom: calc(24vw / 6.4);
    width: calc(48vw / 6.4);
    height: calc(48vw / 6.4);
  }

  /* =========================================
  heading
========================================= */
  h1 {
    font-size: 5.859vw;
  }

  h1 span {
    font-size: 4.557vw;
  }

  /* =========================================
  label
========================================= */
  #sector01 .label {
    bottom: 30px;
    right: 5%;
  }

  .label p {
    padding: 20px;
    font-size: 2.865vw;
  }

  /* =========================================
  tab
========================================= */

  #tabmenu li a {
    font-size: 16px;
  }

  @media(max-width:500px) {
    #tabmenu li a {
      font-size: 13px;
    }
  }

  /* =========================================
  tab content
========================================= */
  .tab_item {
    padding: 70px 20px;
  }

.page_case .tab_item {
    padding: 70px 0;
  }
	




/* =========================================
  btn
========================================= */
.btn-news {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ba4547;
  box-shadow: 4px 4px #ba4547;
  transition: all linear 0.3s;
  opacity: 1 !important;
}

.btn-news-ttl {
  position: relative;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.btn-news-ttl::before {
  content: attr(data-text);
  position: absolute;
  -webkit-text-stroke: 1px #333;
}

.btn-news-txt {
  color: #ba4547;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.btn-news-icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ba4547;
  border-right: 2px solid #ba4547;
  transform: rotate(45deg);
}

.btn-news:hover {
  opacity: 1 !important;
  background-color: #ba4547;
  box-shadow: 4px 4px #333;
}

.btn-news:hover .btn-news-ttl {
  color: #fff;
}

.btn-news:hover .btn-news-ttl::before {
  -webkit-text-stroke: 1px #fff;
}

.btn-news:hover .btn-news-txt {
  color: #fff;
}

.btn-news:hover .btn-news-icon {
  border-color: #fff;
}