@charset "UTF-8";

#fader {
  width: 100%;
  height: 100%;
  background-color: #1F8DE8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#loader {
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
  display: none;
}

div.ttshijun_loading {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

div.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, sans-serif;
}

div.outer {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  background-color: #1b145a;
  overflow: hidden;
}

div.outer_lightblue {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  background-color: #48c8e7;
  overflow: hidden;
}

div.outer_yellow {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  background-color: #fef372;
  overflow: hidden;
}

div.ttshijun_header {
  width: 100%;
  margin: 0 auto 0 auto;
  position: fixed;
  background-color: #1b145a;
  z-index: 99;
}

.header_orange_change {
  background-color: #f7931e !important;
}

div.zdo_drawer_menu {
  display: none;
}

div.pc_menu_wrapper {
  width: 800px;
  margin: 0 auto 0 5vw;
  position: relative;
  vertical-align: middle;
}

div.pc_menu_wrapper_lgbt {
  width: 650px;
  margin: 0 auto 0 5vw;
  position: relative;
  vertical-align: middle;
}

ul.pc_menu_container {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 18px 0 20px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style: none;
}

.pc_menu_logo {
  width: 300px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.pc_menu_container li.pc_menu_box {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1.0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

ul.pc_menu_container li.pc_menu_box a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

ul.pc_menu_container li.pc_menu_box a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

ul.pc_menu_container li.pc_menu_box a:hover::after {
  transform: scale(1, 1);
}

ul.pc_menu_container li.pc_menu_line {
  border-right: solid 1px #ffffff;
}

div.mv_container_pc {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 60px 0 0 0;
}

div.mv_container_sp {
  display: none;
}

div.mv_bg_pc {
  width: 100%;
  height: 0;
  position: relative;
  margin: 0 auto;
  padding-top: calc(700 / 1400 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background-color: #ffffff;
}

div.mv_lead_pc {
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

div.inner {
  width: 1240px;
  height: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 60px 0 0 0;
  background : linear-gradient(180deg, rgba(0, 60, 150, 1) 0%, rgba(13, 64, 146, 1) 3.25%, rgba(39, 73, 139, 1) 10.98%, rgba(36, 59, 123, 1) 18.74%, rgba(31, 37, 99, 1) 33.19%, rgba(28, 24, 85, 1) 46.64%, rgba(27, 20, 80, 1) 57.99%, rgba(27, 20, 79, 1) 59.03%, rgba(27, 20, 69, 1) 70.71%, rgba(27, 20, 66, 1) 85.96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003C96',endColorstr='#1B1442' , GradientType=0);
}

div.inner_white {
  width: 1240px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 60px 0 100px 0;
  background-color: #ffffff;
}

div.inner_white_lgbt {
  width: 1240px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 80px 0 100px 0 !important;
  background-color: #ffffff;
}

div.inner_white_lgbt_second {
  width: 1240px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 90px 0 120px 0 !important;
  background-color: #ffffff;
}

div.inner_orange {
  width: 1240px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 90px 0 80px 0;
  background-color: #f7931e;
}

.inner_line {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  background-color: #ffffff;
}

div.button_box_PC {
  width: 160px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 12px;
 }

div.button_box_SP {
  display: none;
 }

div.greeting_container_01 {
  width: 900px;
  position: relative;
  margin: 0px auto 125px auto;
}

div.greeting_container_02 {
  width: 900px;
  position: relative;
  margin: 0 auto 125px auto;
}

div.greeting_01 {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
}

p.greeting_01 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1.0px;
  text-align: center;
}

div.greeting_02 {
  width: 100%;
  position: relative;
  margin: 25px auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
}

p.greeting_02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 1.0px;
  text-align: justify;
}

div.greeting_image {
  width: 200px;
  position: absolute;
  top: 60px;
  right: 5px;
}

div.greeting_03_a {
  width: 100%;
  position: relative;
  margin: 15px auto 0 auto;
  padding: 0 175px 0 0;
}

div.greeting_03_b {
  width: 100%;
  position: relative;
  margin: 15px auto 0 auto;
  padding: 0 0 0 0;
}

p.greeting_03 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 1.0px;
  text-align: right;
}

div.divide {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

hr.divide {
  border: 1px solid #ffffff;
}

div.works_container {
  width: 900px;
  position: relative;
  margin: 0 auto 0 auto;
}

div.works_title {
  width: 100%;
  position: relative;
  margin: 140px auto 0 auto;
  padding: 0 0 0 0;
  background-color: #1F8DE8;
}

p.works_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 4.0px;
  color: #ffffff;
  text-align: center;
}

div.works_large_box {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

div.works_small_box_01 {
  width: 445px;
  height: 400px;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

div.works_small_box_01:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/works_image_01.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

div.works_small_box_01:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
}

div.works_small_box_02 {
  width: 445px;
  height: 400px;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

div.works_small_box_02:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/works_image_02.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

div.works_small_box_02:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
}

div.works_small_box_03 {
  width: 445px;
  height: 400px;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

div.works_small_box_03:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/works_image_03.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

div.works_small_box_03:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
}

div.works_small_box_04 {
  width: 445px;
  height: 400px;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  overflow: hidden;
}

div.works_small_box_04:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/works_image_04.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

div.works_small_box_04:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    transform: scale(1.1) rotate(0.1deg);
}

div.works_midashi {
  width: 395px;
  position: relative;
  margin: 25px auto 0 auto;
  padding: 20px 0 20px 0;
  background-color: #1F8DE8;
  z-index: 1;
}

div.works_midashi_middle {
  width: 395px;
  position: relative;
  margin: 25px auto 0 auto;
  padding: 10px 0 10px 0;
  background-color: #1F8DE8;
  z-index: 1;
}

div.works_midashi_low {
  width: 395px;
  position: relative;
  margin: 25px auto 0 auto;
  padding: 2px 0 2px 0;
  background-color: #1F8DE8;
  z-index: 1;
}

p.works_midashi {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 4.0px;
  color: #ffffff;
  text-align: center;
}

div.works_text {
  width: 100%;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  z-index: 1;
}

div.works_text_a {
  width: 100%;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  z-index: 1;
}

div.works_text_b {
  width: 100%;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  z-index: 1;
}

p.works_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: left;
  display: inline-block;
}

a.works_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 10;
}

div.access_container {
  width: 900px;
  position: relative;
  margin: 0 auto 0 auto;
}

div.access_title {
  width: 100%;
  position: relative;
  margin: 50px auto 0 auto;
  padding: 0 0 0 0;
  background-color: #1F8DE8;
}

p.access_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 4.0px;
  color: #ffffff;
  text-align: center;
}

div.access_inner {
  width: 900px;
  margin: 20px auto 0 auto;
  padding: 25px 30px 20px 30px;
  position: relative;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #1F8DE8;
}

div.access_map_box {
  width: 375px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}

div.access_text_box {
  width: 430px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}

div.access_name {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

p.access_name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: left;
}

div.access_place {
  width: 100%;
  position: relative;
  margin: 25px auto 0 auto;
  padding: 0 0 0 0;
}

p.access_place {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: left;
}

div.access_tel {
  width: 100%;
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 0 0 0;
}

p.access_tel {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: left;
}

div.access_info {
  width: 100%;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
}

p.access_info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: left;
}

p.access_info a:hover {
  text-decoration: underline;
}

div.access_mail {
  width: 100%;
  position: relative;
  margin: 25px auto 0 auto;
  padding: 0 0 5px 0;
}

p.access_mail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: left;
}

div.goodlife_logo {
  width: 80px;
  position: absolute;
  top: 0px;
  right: 5px;
}

div.ttshijun_footer {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 60px 0 60px 0;
  position: relative;
  background-color: #e5eaef;
}

div.footer_logo {
  width: 75px;
  margin: 0 auto 0 auto;
  position: relative;
}

div.footer_text {
  width: 100%;
  margin: 10px auto 0 auto;
  position: relative;
  text-align: center;
}

p.footer_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.0px;
  color: #000000;
  text-align: center;
}

div.service_mv_container {
  width: 812px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 120px 0 0 0;
}

div.service_mv_title {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  background-color: #1F8DE8;
}

p.service_mv_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 4.0px;
  color: #ffffff;
  text-align: center;
}

div.service_mv_image {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.service_article_container {
  width: 900px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.service_article_title {
  width: 100%;
  position: relative;
  margin: 80px auto 0 auto;
  padding: 0 0 0 20px;
  background-color: #1F8DE8;
}

h2.service_article_title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 4.0px;
  color: #ffffff;
  text-align: left;
}

h2.service_article_title_tight {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1.0px;
  color: #ffffff;
  text-align: left;
}

div.service_article_midashi {
  width: 812px;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #0066B0;
}

h3.service_article_midashi {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #0066B0;
  text-align: left;
}

div.service_article_text {
  width: 812px;
  position: relative;
  margin: 10px auto 0 auto;
  padding: 0 0 0 0;
}

div.service_article_text_last {
  width: 812px;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
}

p.service_article_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1.0px;
  color: #000000;
  text-align: left;
}

div.service_article_arrows {
  width: 28px;
  position: relative;
  margin: 12px auto 0 auto;
  padding: 0 0 10px 0;
}

#index_greeting {
  margin-top: -120px;
  padding-top: 120px;
}

#index_works {
  margin-top: -150px;
  padding-top: 150px;
}

#index_access {
  margin-top: -40px;
  padding-top: 40px;
}

#index_mail {
  margin-top: -100px;
  padding-top: 100px;
}

#service_01 {
  margin-top: -10px;
  padding-top: 10px;
}

#service_02 {
  margin-top: -10px;
  padding-top: 10px;
}

#service_03 {
  margin-top: -10px;
  padding-top: 10px;
}

#service_04 {
  margin-top: -10px;
  padding-top: 10px;
}

br.pc_only {
  display: block;
}

br.sp_only {
  display: none;
}

span.alpha_pconly {
  display: inline-block;
}

span.alpha_sponly {
  display: none;
}

img.item_image {
  width: 100%;
  vertical-align: bottom;
}

img.image_pc {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

img.image_sp {
  display: none;
}

div.item_image {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
}

div.item_text {
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: left;
}

span.space {
  margin: 0 0 0 -0.5em;
}

span.re_space {
  margin: 0 -0.5em 0 0;
}

span.space_pc {
  margin: 0 0 0 -0.5em;
}

span.space_sp {
  margin: 0 0 0 0;
}

span.iamhere {
    background-color:#000;
    display:block;
}

span.iamhere img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
}

span.toro_name {
  display: inline-block;
  width: 18px;
  margin: 0 0.5px 0 1px;
  line-height: 1.2em;
  vertical-align: top;
}

img.toro {
  width: 100%;
}

@media all and (-ms-high-contrast:none){
span.toro_name {
  display: inline-block;
  width: 18px;
  margin: 0 0.5px 0 1px;
  line-height: 1.1em;
  vertical-align: top;
}
}

area{
  border:none;
  outline:none;
}

a:link { color: #ffffff; text-decoration: none;}
a:visited { color: #ffffff; text-decoration: none;}
a:hover { color: #ffffff; text-decoration: none;}
a:active { color: #ffffff; text-decoration: none;}

.fD_active {
	visibility: visible !important;
	-webkit-animation: 'fD' 1.2s;
	animation: 'fD' 1.2s;
}

@keyframes fD {
0% { opacity: 0;
	 -webkit-transform: translateY(40px);
	 transform: translateY(40px); }
}

.fD_pconly_active {
	visibility: visible !important;
	-webkit-animation: 'fD_pconly' 1.2s;
	animation: 'fD_pconly' 1.2s;
}

@keyframes fD_pconly {
0% { opacity: 0;
	 -webkit-transform: translateY(40px);
	 transform: translateY(40px); }
}

div.language_btn_outer {
  width: 220px;
  position: absolute;
  top: 85px;
  right: 25px;
}

div.language_btn_outer_under {
  width: 220px;
  position: absolute;
  top: 70px;
  right: 25px;
}

div.language_btn_inner {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style: none;
}

div.language_btn_box {
  width: 105px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
 }

div.language_btn_text {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 12px 0 10px 0;
  background-color: #4bb4fa;
  border: solid 0px #4bb4fa;
  transition: 0.2s linear;
 }

 div.language_btn_text:hover {
  background-color: #000000;
 }

div.language_btn_text p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: center;
}

div.language_btn_text_active {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 12px 0 10px 0;
  background-color: #000000;
  border: solid 0px #4bb4fa;
  transition: 0.2s linear;
 }

div.language_btn_text_active p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 2.0px;
  color: #ffffff;
  text-align: center;
}




.o_info_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
}

.o_info_16 {
  font-size: 16px;
}

.o_info_18 {
  font-size: 18px;
}

.o_info_20 {
  font-size: 20px;
}

.o_info_22 {
  font-size: 22px;
}

.o_info_24 {
  font-size: 24px;
}

.o_info_30 {
  font-size: 30px;
}

.o_info_34 {
  font-size: 34px;
}

.o_info_46 {
  font-size: 46px;
  letter-spacing: 5.0px;
}

.o_margin_0 {
  margin-top: 0px !important;
}

.o_margin_2 {
  margin-top: 2px !important;
}

.o_margin_05 {
  margin-top: 5px !important;
}

.o_margin_10 {
  margin-top: 10px !important;
}

.o_margin_15 {
  margin-top: 15px !important;
}

.o_margin_20 {
  margin-top: 20px !important;
}

.o_margin_25 {
  margin-top: 25px !important;
}

.o_margin_30 {
  margin-top: 30px !important;
}

.o_margin_35 {
  margin-top: 35px !important;
}

.o_margin_40 {
  margin-top: 30px !important;
}

.o_margin_45 {
  margin-top: 45px !important;
}

.o_margin_50 {
  margin-top: 50px !important;
}

.mgb_0 {
  margin-bottom: 0 !important;
}

.pdt_0 {
  padding-top: 0 !important;
}

.pdt_p100_s10 {
  padding-top: 100px !important;
}

.pdb_p180_s20 {
  padding-bottom: 180px !important;
}

div.top_business_wrapper {
  width: 945px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.top_business_title {
  width: 302px;
  position: relative;
  margin: 60px auto 0 0;
  padding: 0 0 0 0;
}

div.top_business_container {
  width: 100%;
  position: relative;
  margin: 45px auto 0 auto;
  padding: 0 0 60px 0;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

div.top_business_box {
  width: 294px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.top_business_box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition: 0.25s linear;
}

div.top_business_image {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.top_business_btn {
  width: 100%;
  height: 80px;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

p.top_business_btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

div.top_profile_wrapper {
  width: 1160px;
  position: relative;
  margin: 60px auto 0 0;
  padding: 60px 0 60px 0;
  background-color: #000000;
}

div.top_profile_title {
  width: 260px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.top_profile_container {
  width: 934px;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 0 0 0 34px;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

div.top_profile_text_area {
  width: 410px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.top_profile_map_area {
  width: 450px;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
}

p.top_profile_text01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.0em;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
}

p.top_profile_text02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
}

span.access_mail a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

span.access_mail a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

span.access_mail a:hover::after {
  transform: scale(1, 1);
}

#tts_map {
  width: 100%;
  height: 305px;
  background-color: #ffffff;
 }

div.top_introduction_wrapper {
  width: 1160px;
  position: relative;
  margin: 40px auto 60px 0;
  padding: 60px 0 60px 0;
  background-color: #000000;
}

div.top_introduction_title {
  width: 554px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.top_introduction_btn {
  width: 260px;
  height: 50px;
  position: relative;
  margin: 30px auto 0 146px;
  padding: 0 0 0 0;
}

div.top_introduction_btn span {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  transition: 0.3s linear;
}

div.top_introduction_btn:hover span {
  background-color: #1868b7;
}

div.top_introduction_btn span p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

div.top_introduction_btn:hover span p {
  color: #ffffff;
}

div.top_recruit_wrapper {
  width: 1160px;
  position: relative;
  margin: 40px auto 60px 0;
  padding: 60px 0 60px 0;
  background-color: #000000;
}

div.top_recruit_title {
  width: 275px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.top_recruit_btn {
  width: 260px;
  height: 50px;
  position: relative;
  margin: 30px auto 0 146px;
  padding: 0 0 0 0;
}

div.top_recruit_btn span {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  transition: 0.3s linear;
}

div.top_recruit_btn:hover span {
  background-color: #1868b7;
}

div.top_recruit_btn span p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

div.top_recruit_btn:hover span p {
  color: #ffffff;
}

div.business_white_btn {
  width: 220px;
  height: 40px;
  position: relative;
  margin: 20px auto 0 0;
  padding: 0 0 0 0;
}

div.business_white_btn_add_margin {
  margin-top: 50px;
}

div.business_white_btn span {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  transition: 0.3s linear;
}

div.business_white_btn:hover span {
  background-color: #1868b7;
}

div.business_white_btn span p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #1b145a;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

div.business_white_btn:hover span p {
  color: #ffffff;
}

div.top_contact_wrapper {
  width: 945px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 180px 0;
}

div.top_contact_title {
  width: 275px;
  position: relative;
  margin: 60px auto 0 0;
  padding: 0 0 0 0;
}

div.top_contact_btn {
  width: 260px;
  height: 50px;
  position: relative;
  margin: 30px auto 0 0;
  padding: 0 0 0 0;
}

div.top_contact_btn span {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  transition: 0.3s linear;
}

div.top_contact_btn:hover span {
  background-color: #1868b7;
}

div.top_contact_btn span p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

div.top_contact_btn:hover span p {
  color: #ffffff;
}

ul.under_menu_container_pc {
  width: 820px;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  list-style: none;
}

ul.under_menu_container_pc li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 1.0px;
  color: #000000;
  text-align: center;
  margin: 0 0 0 0;
}

ul.under_menu_container_pc li a {
  color: inherit;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

ul.under_menu_container_pc li a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

ul.under_menu_container_pc li a:hover::after {
  transform: scale(1, 1);
}

li.white_bdr {
  border-right: 1px #ffffff solid;
}

li.black_bdr {
  border-right: 1px #000000 solid;
}

div.under_menu_container_sp {
  display: none;
}

#pageTop {
  width: 70px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 500;
}

#pageTop:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition: 0.25s linear;
}

div.under_head_wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 60px 0 0 0;
  background-color: #000000;
}

div.under_head_wrapper_lgbt {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 66px 0 0 0;
  background-color: #f7931e;
}

div.under_head_container {
  width: 1240px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 48px 0 48px 0;
}

div.under_head_business {
  width: 302px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.under_head_introduction {
  width: 554px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.under_head_recruit {
  width: 275px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.under_head_policy {
  width: 490px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.under_head_contact {
  width: 275px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.under_head_development {
  width: 252px;
  position: relative;
  margin: 0 auto 0 146px;
  padding: 0 0 0 0;
}

div.under_head_lgbt {
  width: 100%;
  position: relative;
  margin: 0 auto 0 0;
  padding: 0 0 10px 0;
}

div.business_category_container {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.business_category_container_add_mgt {
  width: 100%;
  position: relative;
  margin: 80px auto 0 auto;
  padding: 0 0 0 0;
}

div.business_category_image {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.business_category_lead_01 {
  width: 590px;
  position: absolute;
  top: 252px;
  left: 146px;
}

div.business_category_lead_02 {
  width: 590px;
  position: absolute;
  top: 272px;
  left: 146px;
}

div.business_category_lead_03 {
  width: 590px;
  position: absolute;
  top: 292px;
  left: 146px;
}

p.business_category_lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: justify;
  margin: 0 0 0 0;
}

p.business_category_lead_pc_black {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 1px;
  color: #000000;
  text-align: justify;
  margin: 0 0 0 0;
}

div.business_text_container {
  width: 950px;
  position: relative;
  margin: 0 auto 80px auto;
  padding: 0 0 0 0;
}

div.business_text_01 {
  width: auto;
  position: relative;
  margin: 80px auto 0 auto;
  padding: 0 0 12px 0;
  border-bottom: 3px solid #ffffff;
  display: inline-block;
}

p.business_text_01 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.0em;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
}

p.business_text_02 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: left;
  margin: 50px 0 0 0;
}

p.business_text_03 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
  margin: 18px 0 0 0;
}

div.intro_wrapper {
  width: 950px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 180px 0;
}

div.intro_container_01 {
  width: 950px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_02 {
  width: 900px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_03 {
  width: 900px;
  position: relative;
  margin: 120px auto 0 0;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_04 {
  width: 900px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_05 {
  width: 900px;
  position: relative;
  margin: 120px auto 0 0;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_06 {
  width: 900px;
  position: relative;
  margin: 120px auto 0 0;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_07 {
  width: 900px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_08 {
  width: 950px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_09 {
  width: 900px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_10 {
  width: 900px;
  position: relative;
  margin: 120px auto 0 0;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_11 {
  width: 950px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_12 {
  width: 900px;
  position: relative;
  margin: 120px 0 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_recruit {
  width: 950px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.intro_container_recruit.sub {
  width: 950px;
  position: relative;
  margin: 60px auto 0 auto;
  background-color: #ffffff;
}

div.intro_textbox_01 {
  width: 650px;
  position: relative;
  margin: 0 auto 0 60px;
  padding: 40px 0 40px 0;
}

div.intro_textbox_02 {
  width: 610px;
  position: relative;
  margin: 0 60px 0 auto;
  padding: 40px 0 40px 0;
}

div.intro_textbox_03 {
  width: 610px;
  position: relative;
  margin: 0 auto 0 60px;
  padding: 40px 0 40px 0;
}

div.intro_textbox_04 {
  width: 610px;
  position: relative;
  margin: 0 60px 0 auto;
  padding: 40px 0 40px 0;
}

div.intro_textbox_05 {
  width: 610px;
  position: relative;
  margin: 0 auto 0 60px;
  padding: 40px 0 40px 0;
}

div.intro_textbox_06 {
  width: 620px;
  position: relative;
  margin: 0 auto 0 60px;
  padding: 40px 0 40px 0;
}

div.intro_textbox_07 {
  width: 620px;
  position: relative;
  margin: 0 60px 0 auto;
  padding: 40px 0 40px 0;
}

div.intro_textbox_08 {
  width: 630px;
  position: relative;
  margin: 0 70px 0 auto;
  padding: 36px 0 40px 0;
}

div.intro_textbox_09 {
  width: 610px;
  position: relative;
  margin: 0 60px 0 auto;
  padding: 40px 0 40px 0;
}

div.intro_textbox_10 {
  width: 620px;
  position: relative;
  margin: 0 0 0 60px;
  padding: 40px 0 40px 0;
}

div.intro_textbox_11 {
  width: 630px;
  position: relative;
  margin: 0 70px 0 auto;
  padding: 36px 0 40px 0;
}

div.intro_textbox_12 {
  width: 610px;
  position: relative;
  margin: 0 60px 0 auto;
  padding: 40px 0 40px 0;
}

div.intro_textbox_recruit {
  width: 718px;
  position: relative;
  margin: 0 auto 0 50px;
  padding: 40px 0 64px 0;
}

div.intro_imagebox_01 {
  width: 230px;
  position: absolute;
  top: -40px;
  right: -40px;
}

div.intro_imagebox_02 {
  width: 230px;
  position: absolute;
  top: -40px;
  left: -50px;
}

div.intro_imagebox_03 {
  width: 230px;
  position: absolute;
  top: -40px;
  right: -50px;
}

div.intro_imagebox_04 {
  width: 230px;
  position: absolute;
  top: -40px;
  left: -50px;
}

div.intro_imagebox_05 {
  width: 230px;
  position: absolute;
  top: -40px;
  right: -50px;
}

div.intro_imagebox_06 {
  width: 230px;
  position: absolute;
  top: -40px;
  right: -50px;
}

div.intro_imagebox_07 {
  width: 230px;
  position: absolute;
  top: -40px;
  left: -50px;
}

div.intro_imagebox_08 {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.intro_imagebox_09 {
  width: 230px;
  position: absolute;
  top: -40px;
  left: -50px;
}

div.intro_imagebox_10 {
  width: 230px;
  position: absolute;
  top: -40px;
  right: -50px;
}

div.intro_imagebox_11 {
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.intro_imagebox_12 {
  width: 230px;
  position: absolute;
  top: -40px;
  left: -50px;
}

div.intro_line {
  width: 100%;
  position: relative;
  margin: 20px auto 20px auto;
  padding: 0 0 0 0;
}

div.intro_line hr {
  border: solid 1px #000000;
}

div.intro_line_recruit {
  width: 100%;
  position: relative;
  margin: 20px auto 20px auto;
  padding: 0 0 0 0;
}

div.intro_line_recruit hr {
  border: solid 1px #000000;
}

p.intro_text_01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
  margin: 0 0 0 0;
}

p.intro_text_02 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
  margin: 6px 0 0 0;
}

p.intro_text_03 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4em;
  letter-spacing: 0px;
  color: #000000;
  text-align: justify;
  margin: 0 0 0 0;
}

p.intro_text_recruit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  margin: 0 0 0 0;
}

dl.intro_data {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

dl.intro_data dt {
  margin: 0 0 26px;
  width: 172px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.1;
}

dl.intro_data dd {
  margin: 0 0 26px;
  width: 546px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1;
}

dl.intro_data dd a {
  color: #000;
  text-decoration: underline;
}

dl.intro_data dd a:hover {
  text-decoration: none;
}

dl.intro_data dd span.half {
  display: inline-block;
  text-indent: -0.5em;
}

.line_recuit {
  margin: 0 auto 32px;
  width: 718px;
  height: 2px;
  background-color: #000;
}

.note_recuit {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

div.policy_wrapper {
  width: 1100px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  background-color: #ffffff;
}

div.policy_container {
  width: 950px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 50px 0 100px 0;
}

p.policy_text_01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0em;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  margin: 0 0 0 0;
}

div.under_contact_wrapper {
  width: 1100px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 60px 0 0 0;
  background-color: #ffffff;
}

div.line_container {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.twitter_container {
  width: 100%;
  position: relative;
  margin: 75px auto 0 auto;
  padding: 0 0 0 0;
}

div.wechat_container {
  width: 100%;
  position: relative;
  margin: 90px auto 0 auto;
  padding: 0 0 0 0;
}

div.gform_container {
  width: 100%;
  position: relative;
  margin: 90px auto 0 auto;
  padding: 0 0 0 0;
}

p.contact_text_01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 1.0px;
  color: #000000;
  text-align: center;
  margin: 0 0 0 0;
}

p.contact_text_02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin: 5px 0 0 0;
}

p.contact_text_03 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin: 20px 0 0 0;
}

div.line_btn {
  width: 130px;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
}

div.line_btn img {
  width: 100%;
  height: auto;
}

div.line_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.25s linear;
}

div.twitter_btn {
  width: 52px;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
}

div.twitter_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.25s linear;
}

div.wechat_qr {
  width: 130px;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
}

div.wechat_link_text {
  display: none;
}

div.gform_text_box {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

.gform_actual_area {
  width: 100%;
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
}

.gform_actual_area iframe {
  width: 640px;
  height: 1200px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

#index_access {
  margin-top: -175px;
  padding-top: 175px;
}

#business_linkpoint_02 {
  margin-top: -560px;
  padding-top: 560px;
}

#business_linkpoint_03 {
  margin-top: -560px;
  padding-top: 560px;
}

.greeting_sign {
  width: 160px;
  position: relative;
  margin: 20px 0 0 auto;
  padding: 0 0 0 0;
}

.language_navi_wrapper {
  width: 348px;
  position: absolute;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

.language_navi_container {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.language_navi_box {
  width: 116px;
  height: 30px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

.language_navi_box span {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s linear;
}

.language_navi_box:hover span {
  background-color: #ffffff;
}

.language_navi_box span p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

.language_navi_box:hover span p {
  color: #1b145a;
}

.language_navi_wrapper_lgbt {
  width: 116px;
  position: absolute;
  top: 50%;
  right: 2vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.language_navi_box_lgbt {
  width: 116px;
  height: 30px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

.language_navi_box_lgbt span {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s linear;
}

.language_navi_box_lgbt:hover span {
  background-color: #ffffff;
}

.language_navi_box_lgbt span p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

.language_navi_box_lgbt:hover span p {
  color: #f7931e;
}

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

.language_navi_wrapper {
  width: 348px;
  position: absolute;
  top: 72px;
  right: 2vw;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  vertical-align: middle;
}

.language_navi_container {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.language_navi_box {
  width: 116px;
  height: 30px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

.language_navi_box span {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.3s linear;
  background: rgba(0,0,0,0.5);
}

.language_navi_box:hover span {
  background-color: #ffffff;
}

.language_navi_box span p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform : translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s linear;
}

.language_navi_box:hover span p {
  color: #000000;
}

}

.language_navi_white_line {
  border-right: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
}

div.development_text_container {
  width: 950px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.development_text_01 {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 60px 0 20px 0;
  border-bottom: 3px solid #29abe2;
}

p.development_text_01 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 2px;
  color: #29abe2;
  text-align: center;
  margin: 0 0 0 0;
}

p.development_text_02 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0px;
  color: #000000;
  text-align: justify;
  margin: 35px 0 0 0;
}

div.development_image_container {
  width: 950px;
  position: relative;
  margin: 40px auto 0 auto;
  padding: 0 0 0 0;
}

div.development_image_box_pc {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}

div.development_image_box_sp {
  display: none;
}

.lgbt_midashi_orange {
  width: 325px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 10px 0 12px 0;
  background-color: #f7931e;
}

.lgbt_midashi_orange p {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

.lgbt_midashi_green_large {
  width: 640px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 10px 0 12px 0;
  background-color: #3ad2d4;
}

.lgbt_midashi_green_large p {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

.lgbt_midashi_green_small {
  width: 100%;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 8px 0 9px 0;
  background-color: #3ad2d4;
}

.lgbt_midashi_green_small p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

.lgbt_midashi_white {
  width: 200px;
  position: relative;
  margin: 0 auto 10px 0;
  padding: 5px 0 6px 0;
  background-color: #ffffff;
}

.lgbt_midashi_white p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 1px;
  color: #f7931e;
  text-align: center;
  margin: 0 0 0 0;
}

.lgbt_service_flex_container {
  width: 1000px;
  position: relative;
  margin: 50px auto 100px auto;
  padding: 0 0 0 0;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.lgbt_service_flex_imagebox {
  width: 546px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  order: 2;
}

.lgbt_service_flex_textbox {
  width: 400px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  order: 1;
}

.order_change_1 {
  order: 1 !important;
}

.order_change_2 {
  order: 2 !important;
}

.ab_orange_box {
  width: 620px;
  height: 400px;
  position: absolute;
  top: 30px;
  right: -120px;
  background-color: #f7931e;
  z-index: 10;
}

.ab_green_box_01 {
  width: 620px;
  height: 400px;
  position: absolute;
  top: 30px;
  left: -120px;
  background-color: #3ad2d4;
  z-index: 10;
}

.ab_green_box_02 {
  width: 620px;
  height: 400px;
  position: absolute;
  top: 30px;
  right: -120px;
  background-color: #3ad2d4;
  z-index: 10;
}

.lgbt_service_flex_image {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  z-index: 20;
}

p.lgbt_service_text_01 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  margin: 0 0 0 0;
}

p.lgbt_service_text_02_lh {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0px;
  color: #000000;
  text-align: justify;
  margin: 0 0 0 0;
}

p.lgbt_service_text_02 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #000000;
  text-align: justify;
  margin: 0 0 0 0;
}

p.lgbt_service_text_03 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
  margin: 0 0 0 0;
}

.lgbt_staff_container {
  width: 1000px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.lgbt_staff_imagebox {
  width: 280px;
  position: relative;
  margin: 52px 0 0 0;
  padding: 0 0 0 0;
  order: 2;
}

.lgbt_staff_textbox {
  width: 610px;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  order: 1;
}

p.lgbt_staff_text_01 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
}

p.lgbt_staff_text_02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2em;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: justify;
  margin: 4px 0 0 0;
}

div.lgbt_sns_midashi {
  width: 460px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 8px 0 9px 0;
  background-color: #000000;
  border-radius: 20px;
}

div.lgbt_sns_midashi p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.0em;
  letter-spacing: 1.0px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0 0;
}

p.lgbt_sns_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
  margin: 20px 0 0 0;
}

.lgbt_logo_sp {
  display: none;
}

#lgbt_linkpoint_01 {
  margin-top: -210px;
  padding-top: 210px;
}

#lgbt_linkpoint_02 {
  margin-top: -170px;
  padding-top: 170px;
}

