@charset "UTF-8";
/* ==========================================================
 reset
========================================================== */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  line-height: 1.6;
  color: #303030;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #eff7fa;
}
body.eng {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
input, textarea, select, button {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}
input, textarea {
  -webkit-appearance: none;
  margin: 0;
  font-size: 100%;
  font-size: 16px;
}
textarea {
  resize: none;
}
button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset {
  border: 0;
}
img {
  border: 0;
  height: auto;
  vertical-align: top;
}
address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}
sup, sub {
  font-size: 63%;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #666;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
#menu01::before,#menu02::before,#menu03::before,#menu04::before,#menu05::before,#menu06::before,#menu07::before,#menu08::before,#menu09::before,#menu010::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}
/* ==========================================================
 clearfix
========================================================== */
.contents:before, .contents:after {
  content: "";
  display: table;
}
/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  text-align: center;
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: inherit;
    padding-top: 68px;
  }
}
html.is-screen-locked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
}
.only-ie11 {
  display: none;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .only-ie11 {
    display: block;
  }
  /* IE11 */
}
/* ==========================================================
 header
========================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  margin: 0 auto;
  z-index: 9999;
  background-color: #eff7fa;
}
.header-in {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 40px;
  text-align: left;
}
.header-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-btn-contact {
  margin-left: 20px;
}
.header-btn-contact .link {
  display: block;
  width: 140px;
  padding: 9px 5px;
  background-image: -webkit-linear-gradient(342deg, #0ea9ed, #1a63af);
  background-image: -o-linear-gradient(342deg, #0ea9ed, #1a63af);
  background-image: linear-gradient(108deg, #0ea9ed, #1a63af);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header-btn-contact .link:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header-btn-contact .link:hover {
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}
.header-menu-sp, .header .btn-close-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header {
    height: 68px;
    background-color: #fff;
  }
  .header-in {
    min-width: inherit;
    max-width: inherit;
    padding: 0 0 0 15px;
  }
  .header-logo {
    width: 200px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-utility {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 90px;
    background-color: #fff;
  }
  .header-btn-contact {
    width: 80%;
    margin: 0 auto 35px;
  }
  .header-btn-contact .link {
    display: block;
    width: 100%;
    padding: 15px 5px 18px;
    font-size: 1.4rem;
  }
  .header-menu-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 58px;
    height: 68px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/ico_menu_sp.png") center no-repeat;
    -webkit-background-size: 28px 19px;
    background-size: 28px 19px;
  }
  .header-menu-sp.is-active {
    background: url("../images/ico_close_sp_01.png") right 15px center no-repeat;
    -webkit-background-size: 21px 21px;
    background-size: 21px;
  }
  .header .btn-close-sp {
    display: block;
    text-align: center;
  }
  .header .btn-close-sp span {
    padding-left: 23px;
    background: url("../images/ico_close_sp_01.png") left center no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px;
    font-size: 1.4rem;
    color: #303030;
  }
}
/* ==========================================================
 nav-global
========================================================== */
.nav-global > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-global > ul .item {
  position: relative;
  margin: 0 20px;
}
.nav-global > ul .item .link {
  display: block;
  padding: 38px 0 30px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.nav-global > ul .item .link span {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-global > ul .item a:hover {
  color: rgba(122, 122, 122, 0.6);
  transform: 1s;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-logo {
    width: 25%;
  }
  .header-logo img {
    width: 100%;
  }
  .nav-global > ul .item {
    margin: 0 20px 0 0;
    padding: 30px 0;
  }
  .nav-global > ul .item .link {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-global > ul .item .link span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav-global > ul .item .link span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-global > ul .item .link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-global > ul .item .link span:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .is-overlay {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  .nav-global .item.is-open {
    position: relative;
    z-index: 2;
  }
  .nav-global .item.is-open:after {
    content: '';
    display: block;
    position: absolute;
    top: -38px;
    left: -20px;
    bottom: 0;
    width: calc(100% + 40px);
    height: 100px;
    background-color: #fff;
    z-index: -1;
  }
  .nav-global .item.is-open .link span {
    color: #1e83ff;
  }
  .nav-global .item.is-open .link span:after {
    background-image: -webkit-linear-gradient(359deg, #43c8ff, #1e83ff);
    background-image: -o-linear-gradient(359deg, #43c8ff, #1e83ff);
    background-image: linear-gradient(91deg, #43c8ff, #1e83ff);
  }
}
@media screen and (max-width: 767px) {
  .nav-global {
    margin-bottom: 35px;
    border-top: 1px solid #dfe6ea;
  }
  .nav-global ul {
    display: block;
    padding: 0;
  }
  .nav-global ul .item {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .nav-global ul .item:after {
    display: none;
  }
  .nav-global ul .item .link {
    display: block;
    padding: 18px 35px 21px 19px;
    font-size: 1.6rem;
    font-weight: normal;
    background: #cddae2 url("../images/ico_arrow_down_02.png") right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
    cursor: pointer;
  }
  .nav-global ul .item .link.is-active {
    background: #cddae2 url("../images/ico_arrow_up_04.png") right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  .nav-global ul .item .link.is-active span {
    color: #666;
  }
  .nav-global ul .item .link span {
    position: relative;
    display: block;
    padding-bottom: 0;
  }
  .nav-global ul .item .link span:after {
    display: none;
  }
  body#g01 .nav01.item .link, body#g02 .nav02.item .link, body#g03 .nav03.item .link {
    background: #cddae2 url("../images/ico_arrow_down_03.png") right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  body#g01 .nav01.item .link span, body#g02 .nav02.item .link span, body#g03 .nav03.item {
    color: #1e83ff;
  }
  body#g01 .nav01.item .link.is-active, body#g02 .nav02.item .link.is-active, body#g03 .nav03.item .link.is-active {
    background: #cddae2 url("../images/ico_arrow_up_01.png") right 20px center no-repeat;
    -webkit-background-size: 12px 7px;
    background-size: 12px 7px;
  }
  .js-box-accd {
    display: none;
  }
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  height: 25px;
  overflow: hidden;
  margin: 0 auto 16px;
  text-align: left;
}
.nav-breadcrumb li {
  position: relative;
  float: left;
  margin-right: 11px;
  padding-right: 18px;
  white-space: nowrap;
  font-size: 1.2rem;
}
.nav-breadcrumb li:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
}
.nav-breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.nav-breadcrumb li:last-child:after {
  display: none;
}
.nav-breadcrumb li a:hover {
  text-decoration: underline;
}
.nav-breadcrumb li.home {
  padding-left: 21px;
  background: url("../images/ico_home.png") left center no-repeat;
}
@media screen and (max-width: 767px) {
  .nav-breadcrumb {
    display: none;
  }
}
/* ==========================================================
 footer
========================================================== */
.footer {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #0e263e;
  font-size: 1.3rem;
  color: #fff;
  text-align: left;
}
.footer a {}
.footer a:hover {}
.footer-in {
  width: 90%;
  max-width: 1100px;
  margin: 48px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.footer-logo {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.footer-logo .txt-name {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: relative;
}
.footer-logo .txt-name::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 250px;
  height: 1px;
  background-color: #484848;
}
.footer-logo .txt-name a {
  color: #fff;
}
.footer-logo .txt-address, .footer-logo .txt-lts-normal {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.footer-logo .link-cmn-tel {
  letter-spacing: 0.2em;
  pointer-events: none;
  color: #fff;
}
.footer-logo .txt-googlemap {
  margin-top: 20px;
}
.footer-utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
}
.footer-utility .col-01 {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer-utility .col-02 {display: none;}
.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-links .item {
  margin-right: 70px;
}
.footer-links .item:last-child {
  margin-right: 0;
}
.footer-links .item .title {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.footer-links .item .title a {
  color: #fff
}
.footer-links .list-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 260px;
}
.footer-links .list-sub .item-sub {
  margin: 0 30px 12px 0;
}
.footer-links .list-sub .item-sub a {
  color: #fff;
  letter-spacing: 0;
}
.footer-links .list-sub .item-sub:last-child {
  margin-bottom: 0;
}
.footer-bottom {
  width: 90%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: #484848 1px solid;
  padding: 35px 0;
}
.footer-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer-about .item {
  margin-right: 48px;
  font-size: 1.2rem;
}
.footer-about .item:last-child {
  margin-right: 0;
}
.footer-copyright {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    min-width: inherit;
    font-size: 1.2rem;
  }
  .footer a:hover {
    text-decoration: none;
  }
  .footer-in {
    width: 100%;
    display: block;
  }
  .footer-logo {
    display: block;
    width: 76%;
    margin: 0 auto 30px;
  }
  .footer-logo .txt-name::after {
    width: 100%;
  }
  .footer-utility {
    display: block;
    padding: 0;
    border: #484848 solid 1px;
    width: 90%;
    margin: 0 auto;
  }
  .footer-utility .col-01 {
    width: 100%;
  }
  .footer-utility .col-02 {
	  display: block;
	  width: 100%;
  }
  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links .item {
    width: 50%;
    margin-right: 0;
    border-bottom: solid 1px #484848;
    text-align: center;
  }
  .footer-links .item .title {
    margin-bottom: 0;
  }
  .footer-links .item .box-right {
    border-right: solid 1px #484848;
  }
  .footer-links .item a {
    display: block;
    padding: 21px 10px 22px;
  }
  .footer-links .item-w100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: none;
  }
  .footer-links .item-w100 .title {
    width: calc(50% - 1px);
    border-bottom: solid 1px #484848;
  }
  .footer-links .item-w100 .title:nth-child(even) {
    border-left: solid 1px #484848;
  }
  .footer-links .item-w100 .title:last-child {
    width: 50%;
    border-right: solid 1px #484848;
  }
  .footer-links .list-sub {
    display: none;
  }
  .footer-bottom {
    display: block;
    margin-top: 30px;
    padding: 0 0 20px;
    border: none;
    line-height: 3;
    text-align: center;
  }
  .footer-copyright {
    font-size: 0.8rem;
  }
}
/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-image: -webkit-linear-gradient(343deg, #43c8ff, #1e83ff);
  background-image: -o-linear-gradient(343deg, #43c8ff, #1e83ff);
  background-image: linear-gradient(107deg, #43c8ff, #1e83ff);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn-cmn:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-cmn:hover {
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .btn-cmn {
    width: 100%;
  }
}
/* btn-cmn-pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  width: 100%;
  height: 60px;
  background: #485160;
  position: relative;
  text-align: center;
}
.btn-cmn-pagetop a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-cmn-pagetop:hover {
  opacity: 0.8;
}
.btn-cmn-pagetop img {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .btn-cmn-pagetop img {}
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1e83ff;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.link-cmn:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .link-cmn:hover {
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}
.link-cmn span {
  padding-right: 42px;
  background: url("../images/ico_arrow_right_b.png") right top 9px no-repeat;
  -webkit-background-size: 31px 8px;
  background-size: 31px 8px;
  display: inline-block;
}
/* link-cmn-tel
---------------------------------------------------------- */
.link-cmn-tel {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .link-cmn-tel {
    pointer-events: auto;
  }
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.is-opacity:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .is-opacity:hover {
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp, .no-pc {
  display: none !important;
}
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc, .no-sp {
    display: none !important;
  }
  .only-sp, .no-pc {
    display: block !important;
  }
  img.only-sp, img.no-pc {
    display: inline-block !important;
  }
}
/* ==========================================================
 top
========================================================== */
.contents-top {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contents-top {
    min-width: inherit;
  }
}
/* box-top-slider
---------------------------------------------------------- */
.box-top-slider {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 180px;
}
.box-top-slider:before, .box-top-slider:after {
  content: "";
  display: table;
  clear: both;
}
.box-top-slider .list-top-slider .item {
  position: relative;
  overflow: hidden;
}
.box-top-slider .list-top-slider .item .link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.box-top-slider .list-top-slider .item .box-slider-inner {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.box-top-slider .list-top-slider .item .box-slider-inner .image img {
  display: block;
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail {
  position: absolute;
  top: 10vh;
  left: 60px;
  background: rgba(255,255,255,0.8);
  padding: 25px;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .box-top-slider {
    width: 88%;
    margin: 0 0 15vh 5%;
  }
}
@media screen and (max-width: 768px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail {
    background-color: #fff;
	  padding: 28px;
	  position: absolute;
	  top: auto;
	  left: 0;
	  bottom: 0;
  }
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .text {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow {
  font-size: 1.4rem;
  padding-right: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow {
    padding-right: 20vw;
  }
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow::after {
  position: absolute;
  content: '';
  top: 2px;
  right: 0;
  width: 61px;
  height: 8px;
  background: url("../images/ico_arrow_right_b.png") right center no-repeat;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link .ico-arrow::after {
    background: url("../images/ico_arrow_right_b.png") right center no-repeat;
  }
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link:hover {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link:hover:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .box-detail .link:hover:hover {
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}
.box-top-slider .list-top-slider .item .box-slider-inner .txt-pages {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(100% - 50px);
  width: 200px;
  -webkit-transform: translateY(-50%) translateZ(0) rotate(-270deg);
  transform: translateY(-50%) translateZ(0) rotate(-270deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item .box-slider-inner .txt-pages {
    display: none;
  }
}
.box-top-slider .list-top-slider .item.main .box-detail {
  top: 15.28%;
  left: 54.02%;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item.main .box-detail {
    background-color: transparent;
    position: absolute;
    top: 40px;
    left: 10.14%;
    right: 10.14%;
    padding: 0;
  }
}
@media screen and (max-width: 364px) {
  .box-top-slider .list-top-slider .item.main .box-detail {
    top: 20px;
    left: 5%;
    right: 3%;
  }
}
.box-top-slider .list-top-slider .item.main .box-detail .title {
  color: #fff;
  font-size: 7rem;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .box-top-slider .list-top-slider .item.main .box-detail .title {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 364px) {
  .box-top-slider .list-top-slider .item.main .box-detail .title {
    font-size: 2.5rem;
  }
}
.box-top-slider .list-top-slider .item.main .box-detail .text {
  color: #fff;
  text-shadow: none;
}
@media screen and (max-width: 364px) {
  .box-top-slider .list-top-slider .item.main .box-detail .text {
    margin-bottom: 3px;
  }
}
.box-top-slider .list-top-slider .item.main .box-detail .link .ico-arrow {
  color: #fff;
}
.box-top-slider .list-top-slider .item.main .box-detail .link .ico-arrow::after {
  background: url("../images/ico_arrow_right_w.png") right center no-repeat;
}
.box-top-slider .owl-carousel .owl-stage {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
}
.box-top-slider .owl-carousel .owl-stage .owl-item {
  /*-webkit-flex: 5 0 auto;
  -ms-flex: 5 0 auto;
  flex: 0 1 auto;*/
  height: auto;
}
.box-top-slider .owl-carousel .owl-dots {
  font-size: 0;
}
.box-top-slider .owl-carousel .owl-dots .owl-dot span {
  margin: 0 5px;
}
.box-top-slider .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.box-top-slider .owl-thumbs {
  position: absolute;
  left: 60px;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .box-top-slider .owl-thumbs {
    bottom: 2vh;
  }
}
@media screen and (max-width: 768px) {
  .box-top-slider .owl-thumbs {
    display: none;
  }
}
.box-top-slider .owl-thumbs .owl-thumb-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 5px;
  outline: none;
  position: relative;
  border-right: 5px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.box-top-slider .owl-thumbs .owl-thumb-item:active img, .box-top-slider .owl-thumbs .owl-thumb-item:focus img {
  position: relative;
  top: 0px;
  left: 0px;
}
.box-top-slider .owl-thumbs .owl-thumb-item:hover .is-opacity {
  opacity: 0.6;
  visibility: visible;
}
.box-top-slider .owl-thumbs .owl-thumb-item .is-opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  background-color: #497cbb;
  z-index: 2;
}
.box-top-slider .owl-thumbs .owl-thumb-item.active .is-opacity {
  opacity: 0.6;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .box-top-slider {
    position: relative;
    margin: 0 auto 60px;
  }
}
/* box-top-panel
---------------------------------------------------------- */
.box-top-panel {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-top-panel {
    margin: 0 15px 100px;
  }
}
.box-top-panel .ttl-top-panel {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-top-panel .ttl-top-panel {}
}
.box-top-panel .ttl-top-panel span {
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.box-top-panel .list-panel {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.box-top-panel .list-panel .list-panel-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item {
    width: 100%;
  }
}
.box-top-panel .list-panel .list-panel-item .panel {
  display: block;
  position: relative;
  overflow: hidden;
}
.box-top-panel .list-panel .list-panel-item .panel .image {
  min-height: 250px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .image {
    min-height: 150px;
  }
}
.box-top-panel .list-panel .list-panel-item .panel .image img {
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  min-height: 100%;
	width: 100%;
  min-width: 100%;
  margin: auto;
}
.box-top-panel .list-panel .list-panel-item .panel .box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.box-top-panel .list-panel .list-panel-item .panel .box-title::after {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 50px;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
}
.box-top-panel .list-panel .list-panel-item .panel .box-title .title {
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .box-title .title {
    font-size: 2.2rem;
  }
}
.box-top-panel .list-panel .list-panel-item .panel .box-title .ttl-jp {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .box-title .ttl-jp {
    font-size: 1.6rem;
  }
}
.box-top-panel .list-panel .list-panel-item .panel .box-title .ttl-en {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2em;
}
.box-top-panel .list-panel .list-panel-item .panel .box-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  min-height: 120px;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0001)), color-stop(97.3%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.3%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.3%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 97.3%);
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, bottom 0.2s ease;
  -o-transition: opacity 0.2s ease, bottom 0.2s ease;
  transition: opacity 0.2s ease, bottom 0.2s ease;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .box-top-panel .list-panel .list-panel-item .panel .box-text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .box-top-panel .list-panel .list-panel-item .panel:hover .box-title {
    margin-top: -35px;
  }
  .box-top-panel .list-panel .list-panel-item .panel:hover .box-title::after {
    display: block;
  }
  .box-top-panel .list-panel .list-panel-item .panel:hover .box-text {
    bottom: 0;
    opacity: 1;
  }
}
.box-top-panel .ttl-category {
  margin-bottom: 40px;
  padding-bottom: 25px;
  color: #1f54a0;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-top-panel .ttl-category {}
}
.box-top-panel .ttl-category::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #d0dbe1;
}
@media screen and (max-width: 767px) {
  .box-top-panel .ttl-category::after {
    width: 30px;
  }
}
/* box-top-lab
---------------------------------------------------------- */
.box-top-lab {
  background-color: #fff;
  width: 100%;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .box-top-lab {
    padding: 60px 0;
  }
}
.box-top-lab .box-top-lab-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box-top-lab .box-top-lab-inner {
    width: auto;
  }
}
.box-top-lab .box-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 60px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .box-top-lab .box-left {
    margin: 0 25px 60px;
    width: auto;
  }
}
.box-top-lab .box-left .lab-logo {
  margin-bottom: 25px;
}
.box-top-lab .box-left .lab-logo img {
  display: block;
}
.box-top-lab .box-left .lab-text {
  width: 90%;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  line-height: 2;
  margin: 0 auto 40px;
}
.box-top-lab .box-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .box-top-lab .box-left .lab-logo img {
    margin: 0 auto;
  }
  .box-top-lab .box-left .lab-text {
    margin: 0 auto;
  }
  .box-top-lab .box-right {
    margin: 0 15px;
  }
}
/* list-lab-01
---------------------------------------------------------- */
.list-lab-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list-lab-01 {
    margin: -30px 0 0;
  }
}
.list-lab-01 .link {
  position: relative;
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.list-lab-01 .link:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .list-lab-01 .link:hover {
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
  }
}
.list-lab-01 .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 15px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .list-lab-01 .item {
    width: 100%;
    padding: 0;
  }
}
.list-lab-01 .item .box-lab {
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.list-lab-01 .item .box-lab .box-detail {
  background-color: #eff7fa;
  padding: 20px;
  position: relative;
}
.list-lab-01 .item .box-lab .box-detail .number {
  color: #1c54a1;
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.list-lab-01 .item .box-lab .box-detail .number span {
  color: #303030;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-left: 20px;
}
.list-lab-01 .item .box-lab .box-detail .txt {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
.list-lab-01 .item .box-lab .box-image .image {
  max-height: 200px;
}
.list-lab-01 .item .box-lab .box-image .image img {
  display: block;
  width: 100%;
}
.list-top-category {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.list-top-category .item {
  position: relative;
  height: 420px;
}
.list-top-category .item:not(:last-child) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .list-top-category .item {
    height: auto;
  }
  .list-top-category .item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.list-top-category .item .image-01 {
  overflow: hidden;
  width: 50%;
  height: 416px;
  z-index: 2;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list-top-category .item .image-01 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-top-category .item .image-01 {
    width: 100%;
    height: inherit;
  }
}
.list-top-category .item .image-01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-top-category .item .image-01 img {}
}
.list-top-category .item .box-top-category {
  width: 100%;
  position: relative;
  word-break: break-all;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .list-top-category .item .box-top-category {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1441px) {
  .list-top-category .item .box-top-category {
    max-width: 1720px;
  }
}
@media screen and (min-width: 768px) {
  .list-top-category .item .box-top-category {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .list-top-category .item .box-top-category {
    width: 100%;
    margin: 0 auto;
  }
}
.list-top-category .item .box-top-category .box-inner {
  width: 50%;
  margin-left: auto;
  padding: 5vh;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .list-top-category .item .box-top-category .box-inner {
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .list-top-category .item .image-01 {
    width: 45%;
    height: auto;
  }
  .list-top-category .item .box-top-category .box-inner {
    width: 55%;
    max-width: 520px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-top-category .item .box-top-category .box-inner {
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    width: 100%;
    padding: 20px 5%;
  }
}
.list-top-category .item .box-top-category .box-inner .title {
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list-top-category .item .box-top-category .box-inner .title {
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.list-top-category .item .box-top-category .box-inner .title-category {
  margin-bottom: 40px;
  padding-bottom: 25px;
  color: #1f54a0;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  position: relative;
}
.list-top-category .item .box-top-category .box-inner .title-category::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #d0dbe1;
}
.list-top-category .item .box-top-category .box-inner .text {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.list-top-category .item .box-top-category .box-inner .name {
  text-align: right;
}
.list-top-category .item:nth-child(even) .image-01 {
  width: 67.56%;
  max-width: 549px;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 768px) {
  .list-top-category .item:nth-child(even) .image-01 {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-top-category .item:nth-child(even) .image-01 {
    width: 96%;
    margin-left: auto;
  }
}
.list-top-category .item:nth-child(even) .box-top-category {
  margin-left: 0;
  margin-right: auto;
}
/* box-top-recruit
---------------------------------------------------------- */
.box-top-recruit {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .box-top-recruit {
    width: auto;
    margin: 60px 15px;
  }
}
.box-top-recruit .box-top-recruit-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .box-top-recruit .box-top-recruit-inner {
    margin-bottom: 40px;
  }
}
.box-top-recruit .box-top-recruit-inner .box-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.box-top-recruit .box-top-recruit-inner .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-top-recruit .box-top-recruit-inner .box-detail {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  padding: 60px;
}
@media screen and (min-width: 1441px) {}
@media screen and (min-width: 768px) {
  .box-top-recruit .box-top-recruit-inner .box-image {
    width: 50%;
  }
  .box-top-recruit .box-top-recruit-inner .box-detail {
    padding: 5%
  }
}
@media screen and (max-width: 767px) {
  .box-top-recruit .box-top-recruit-inner .box-detail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 10%;
  }
}
.box-top-recruit .box-top-recruit-inner .box-detail .box-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .box-top-recruit .box-top-recruit-inner .box-detail .box-title {
    margin-bottom: 10px;
  }
}
.box-top-recruit .box-top-recruit-inner .box-detail .box-title .title-jp {
  font-size: 2.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.box-top-recruit .box-top-recruit-inner .box-detail .box-title .title-en {
  margin-bottom: 30px;
  padding-bottom: 25px;
  color: #1f54a0;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-top-recruit .box-top-recruit-inner .box-detail .box-title .title-en {}
}
.box-top-recruit .box-top-recruit-inner .box-detail .box-title .title-en::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #d0dbe1;
}
@media screen and (max-width: 767px) {
  .box-top-recruit .box-top-recruit-inner .box-detail .box-title .title-en:after {
    width: 30px;
  }
}
.box-top-recruit .box-top-recruit-inner .box-detail .text {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
.box-top-recruit .box-top-recruit-inner .box-detail .btn-top-recruit {
  margin: 0;
  width: 255px;
  height: 60px;
  background: #05539d;
  border-radius: 30px;
}
.box-top-recruit .box-top-recruit-inner .box-detail .btn-top-recruit span {
  display: block;
  padding: 0 25px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
/* ==========================================================
  Print
========================================================== */
@media print {
  .wrapper {
    min-width: 0;
    padding-top: 20px;
  }
  .contents-wrap {
    margin-top: 0;
  }
  .header {
    position: static;
    height: auto;
  }
  .contents-main, .contents {
    display: block;
    width: auto;
  }
  .footer {
    min-width: 0;
  }
  .ico-product-print, .header-utility, .contents-sub, .box-product-contact, .footer-utility, .footer-about, .btn-cmn-pagetop {
    display: none !important;
  }
}

/* ==========================================================
  Other
========================================================== */
.topTop{
	width: 100%;
	margin: 2em auto;
	font-size: 0.85rem;
	text-align: right;
}