@charset "UTF-8";

/* Layout Setting
-------------------------------------------------*/

/* 180315 merge start */
/* h1 */
h1 {
	text-align: center;
	padding-bottom: 5px;
}

/* body */
body {
	text-align: center;
}
/* wrapper */
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

/* lang */
ul#langSelect {
	text-align: center;
	padding-bottom: 30px;
}

ul#langSelect li {
	position: relative;
	width: 367px;
	height: 152px;
}

ul#langSelect li img {
	position: absolute;
	bottom: 13px;
	left: 80px;
}

#langEN {
	background: url(../../images/navi_en_bg.gif) no-repeat;
	float: left;
	margin-bottom: 26px;
}

#langCH {
	background: url(../../images/navi_ch_bg.gif) no-repeat;
	float: right;
	margin-bottom: 26px;
}

#langJA {
	clear: both;
	background: url(../../images/navi_ja_bg.gif) no-repeat;
	margin: 0 auto;
}
/* 180315 merge end */

body {
  font-family: "Helvetica","Arial", sans-serif; 
  text-align: left;
  }
  

figure {
  margin: 0; }

img {
  width: 100%; }

.s5-container {
  margin-top: 30px; }

.s5-categoryNav__inner .s5-categoryNav__item {
  text-align: center; }
  .s5-categoryNav__inner .s5-categoryNav__item a {
    display: block;
    min-width: auto;
    max-width: none; }
  .s5-categoryNav__inner .s5-categoryNav__item br.sp {
    display: none; }
  .s5-categoryNav__inner .s5-categoryNav__item span {
    font-size: 116%; }

.language_button ul {
  list-style-type: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px; }
  .language_button ul.btm {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: 50px; }
  .language_button ul li:first-child {
    margin-right: 6px; }
  .language_button ul li a {
    font-size: 14px;
    background-color: #d9dadc;
    border-style: none;
    width: 105px;
    display: inline-block;
    text-align: center;
    padding: 5px 0; }
  .language_button ul li.on a {
    background-color: #52a1d8;
    color: #fff;
    font-weight: bold; }

.link_arrow::before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 5px solid transparent;
  border-left: 5px solid #000; }

.on .link_arrow::before {
  border-left: 5px solid #fff; }

.column_two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .column_two figure {
    width: calc(500 / 1050 * 100%); }

.hover {
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  .hover:hover {
    opacity: 0.8; }

.experience_inner {
  max-width: 1050px;
  margin: 0 auto 70px; }

@media screen and (max-width: 639px) {
  .s5-categoryNav__inner .top::after {
    content: none; }
  .s5-categoryNav__inner .s5-categoryNav__item {
    width: calc(100% / 3); }
    .s5-categoryNav__inner .s5-categoryNav__item.s5-categoryNav__item--current {
      background: #dce0e3;
      color: #000; }
    .s5-categoryNav__inner .s5-categoryNav__item br.sp {
      display: block; }
    .s5-categoryNav__inner .s5-categoryNav__item span {
      text-align: center; }

  .experience_inner {
    width: 100%;
    margin: 0 0 35px; }
    .experience_inner .sec figure {
      font-size: 86%; }

  .language_button ul {
    margin-top: 29px; }
    .language_button ul li {
      width: 34%;
      max-width: 107px;
      display: inline-flex; }
      .language_button ul li:first-child {
        margin-right: 6px; }
      .language_button ul li a {
        width: 100%;
        padding: 4px; }

  .link_arrow::before {
    /*vertical-align: middle;*/
    border: 4px solid transparent;
    border-left: 4px solid #000;
    margin-bottom: 1px; }

  .column_two {
    display: block; }
    .column_two figure {
      width: 100%; } }
