@charset "utf-8";

/* reset
******************************************/
@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"),
  local('NotoSansCJKjp-Regular'),
  local('NotoSansJP-Regular'),
  url('../fonts/NotoSans_Regular.woff2') format('woff2'),
  url('../fonts/NotoSans_regular.woff') format('woff'),
}

@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"),
  local('NotoSansJP-Bold'),
  url('../fonts/NotoSans_Bold.woff2') format('woff2'),
  url('../fonts/NotoSans_bold.woff') format('woff'),
}
html {
  font-size: 62.5%;
}
body {
  color: #222;
  line-height: 1.6;
}
html * {
  box-sizing: border-box;
  word-break: break-word;
  word-wrap: break-word;
}
body {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans JP Subset', sans-serif;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
select:focus,
button:focus {
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a,
a:visited,
a:link {
  color: #035D8A;
  text-decoration: none;
}
.inb-attention {
  color: #AA0000;
}
.inb-note {
  color: #8B949A;
}
/* common
******************************************/
@media screen and (max-width: 568px) {
  .pc-only {
    display: none!important;
  }
}
@media screen and (min-width: 569px) {
  .sp-only {
    display: none!important;
  }
}
.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.inner {
  max-width: 1000px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
.modaal-box {
  display: none;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  background: url('../images/icon_close-sp.png') no-repeat;
  height: 21px;
  width: 21px;
}
.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after {
  display: none;
}
.modaal-inner-wrapper {
  padding: 40px 0;
}
.modaal-container {
  max-width: 84vw;
}

.slick-slide img {
  margin: 0 auto;
}
.slick-slide p {
  display: none;
  position: relative;
  font-size: 1.4rem;
  color: #8B949A;
  width: 100%;
  min-width: 240px;
  margin: 10px auto;
}
/* .slick-initialized .slick-slide p {
  display: block;
} */
.slick-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  border: none;
  background: url('../images/icon_prev-sp.png') no-repeat;
  text-indent: -9999em;
  height: 11px;
  width: 7px;
  transform: translateY(-50%);
  padding: 0;
}
.slick-next {
  position: absolute;
  top: 50%;
  right: -20px;
  border: none;
  background: url('../images/icon_next-sp.png') no-repeat;
  text-indent: -9999em;
  height: 11px;
  width: 7px;
  transform: translateY(-50%);
  padding: 0;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.slick-dots li {
  text-indent: -9999em;
  border-radius: 100%;
  background: #C5D1DB;
  height: 10px;
  width: 10px;
  margin: 0 10px;
}
.slick-dots li.slick-active {
  background: #EF7A00;
}


/* common-parts
******************************************/
select {
  border-radius: 0;
  border: 1px solid #C5D1DB;
  background: url('../images/icon_select_arrow-sp.png') no-repeat 96% center;
  color: #8B949A;
  line-height: 28px;
  height: 30px;
  width: 100px;
  padding: 0 20px;
}
select::-ms-expand {
  display: none;/*ie10以上*/
}

.selectLang {
  border-radius: 0;
  border: 1px solid #C5D1DB;
  background: url('../images/icon_select_arrow-sp.png') no-repeat 96% center;
  color: #8B949A;
  line-height: 28px;
  height: 30px;
  width: 100px;
  padding: 0 20px;
}
.selectLang li {
  display: none;
}
.selectLang li:first-child {
  display: block;
}
.sectionLang li a {
  display: block;
}
h2 {
  color: #01325B;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 20px;
}
h3 {
  position: relative;
  color: #01325B;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin: 40px 0 10px;
}
h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EF7A00;
  height: 2px;
  width: 30px;
}
p {
  font-size: 1.8rem;
}
small {
  font-size: 1.4rem;
}
.section {
  padding: 60px 0;
}
.inb-LinkBack a {
  background: url('../images/icon_arrow_back-sp.png') no-repeat 0% center;
  padding-left: 1em;
}
.inb-Btn a {
  display: block;
  overflow: hidden;
  border: 1px solid #035D8A;
  background: url('../images/icon_btn_arrow-sp.png') no-repeat 96% center;
  font-size: 1.8rem;
  text-align: center;
  height: 60px;
  line-height: 58px;
  transition: .5s;
}
.inb-Btn-blue a {
  background: url('../images/icon_btn_arrow_white-sp.png') no-repeat 96% center #035D8A;
  color: #fff;
}
.inb-Btn-disabled a {
  border: 1px solid #C5D1DB;
  background: url('../images/icon_btn_arrow_disabled-sp.png') no-repeat 96% center #C5D1DB;
  color: #8B949A;
}
.inb-Btn-icon a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #035D8A;
  text-align: left;
  line-height: 1.2;
  height: 70px;
  padding: 0 30px 0 10px;

}
.inb-Btn-icon img {
  height: 50px;
  width: 78px;
  margin-right: 10px;
}
.inb-Btn-iconSmall img {
  vertical-align: -1px;
  margin-right: 10px;
}
/* header
******************************************/
#header-inbound {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid #EF7A00;
  padding: 20px 20px;
}
#header-logo {
  width: 135px;
}
#header-inbound .menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-inbound .btn-menu {
  cursor: pointer;
  margin-left: 15px;
}
#nav-overlay {
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  height: 100%;
  width: 100%;
  transition: .5s;
}
#nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
#nav-wrap {
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  /* background: rgba(0,0,0,0.4); */
  height: 100%;
  width: 84%;
  transition: .5s;
}
#nav-wrap.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
#nav-wrap nav {
  position: absolute;
  top: 0;
  right: -100%;
  background: #fff;
  min-height: 100%;
  width: 100%;
  padding: 50px 20px 20px;

  transition: .5s;
}
#nav-wrap.active nav {
  right: 0;
}
#nav-wrap nav .btn-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
#nav-wrap nav h3 {
  color: #01325B;
  font-size: 3rem;
  padding: 0;
  margin: 0 0 1em;
}
#nav-wrap nav h3::after {
  display: none;
}
#nav-wrap nav ul li {
  margin-bottom: 10px;
}
#nav-wrap nav ul li a {
  background: url('../images/icon_nav_arrow-sp.png') no-repeat left center;
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 0 0 1em;
}
#nav-wrap nav ul li:last-child {
  margin-top: 2em;
}
#nav-wrap nav ul li:last-child a {
  background-image: url('../images/icon_home-sp.png');
  padding-left: 2em;
}
.inb-Breadcrumb {
  padding: 0 20px;
}
.inb-Breadcrumb_List {
  display: flex;
  justify-content: flex-start;
}
.inb-Breadcrumb_ListItem {
  color: #8B949A;
  font-size: 1.4rem;
}
.inb-Breadcrumb_ListItem::before {
  content: "";
  background: url('../images/icon_breadcrumb_arrow.png') no-repeat left center;
  padding-left: 15px;
  margin-left: 10px;
}
.inb-Breadcrumb_ListItem:first-child {

}
.inb-Breadcrumb_ListItem:first-child::before {
  display: none;
}
/* footer
******************************************/
#footer-inbound {
  margin-top: 40px;
}
#footer-inbound .pagetop {
  text-align: center;
}
#footer-inbound #footer-copy {
  border-top: 1px solid #C5D1DB;
  color: #8B949A;
  font-size: 1.4rem;
  padding: 40px 20px 20px;
  margin-top: 20px;
}




@media screen and (min-width: 569px) {
  body {
    min-width: 1000px;
  }
  a:hover{
    text-decoration: underline;
  }
  /* common
  ******************************************/
  .modaal-wrapper .modaal-close {
    background: url('../images/icon_close.png') no-repeat;
    height: 30px;
    width: 30px;
  }
  .modaal-inner-wrapper {
    padding: 30px;
  }
  .modaal-container {
    max-width: 84vw;
    width: 810px;
  }
  .modaal-content-container {
    max-width: 100%;
    width: 810px;
    padding: 60px 40px;
  }
  .modaal-content-container h2 {
    font-size: 3rem;
  }
  .modaal-content-container h2::after {
    display: none;
  }

  .slick-slide img {
    margin: 0 auto;
  }
  .slick-slide p {
    display: none;
    position: relative;
    font-size: 1.4rem;
    color: #8B949A;
    width: 100%;
    min-width: 650px;
    margin: 10px auto;
  }
  /* .slick-initialized .slick-slide p {
    display: block;
  } */
  .slick-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    border: none;
    background: url('../images/icon_prev.png') no-repeat;
    text-indent: -9999em;
    height: 21px;
    width: 12px;
    transform: translateY(-50%);
    padding: 0;
  }
  .slick-next {
    position: absolute;
    top: 50%;
    right: -20px;
    border: none;
    background: url('../images/icon_next.png') no-repeat;
    text-indent: -9999em;
    height: 21px;
    width: 12px;
    transform: translateY(-50%);
    padding: 0;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
  }
  .slick-dots li {
    text-indent: -9999em;
    border-radius: 100%;
    background: #C5D1DB;
    height: 10px;
    width: 10px;
    margin: 0 10px;
  }
  .slick-dots li.slick-active {
    background: #EF7A00;
  }
  /* common-parts
  ******************************************/
  .selectLang {
    background: url('../images/icon_select_arrow.png') no-repeat 96% center;
    line-height: 48px;
    height: 50px;
    width: 220px;
  }
  h2 {
    position: relative;
    font-size: 3.8em;
    margin: 0px 0 40px;
  }
  h2::after {
    content: "";
    position: absolute;
    background: #C5D1DB;
    right: 102%;
    top: 50%;
    height: 1px;
    width: 100%;
  }
  h2 + p.inb-HeadingSub {
    margin-top: -20px;
  }
  .section {
    padding: 80px 0;
  }
  .inb-Btn a {
    overflow: hidden;
    border: 1px solid #035D8A;
    background: url('../images/icon_btn_arrow-sp.png') no-repeat 96% center;
    font-size: 1.8rem;
    text-align: center;
    height: 70px;
    line-height: 68px;
    transition: .5s;
  }
  .inb-Btn a:hover {
    background-color: rgba(3,93,138,0.1);
    text-decoration: none;
  }
  .inb-Btn-blue a {
    background: url('../images/icon_btn_arrow_white-sp.png') no-repeat 96% center #035D8A;
    color: #fff;
  }
  .inb-Btn-blue a:hover {
    border: 1px solid rgba(3,93,138,0.7);
    background-color: rgba(3,93,138,0.7);
  }
  .inb-Btn-disabled a {
    pointer-events: none;
    border: 1px solid #C5D1DB;
    background: url('../images/icon_btn_arrow_disabled-sp.png') no-repeat 96% center #C5D1DB;
    color: #8B949A;
  }
  .inb-Btn-icon a {
    text-align: left;
    height: 90px;
    line-height: 1.6;
  }
  .inb-Btn-icon a:hover {
    border: 2px solid #035D8A;
    background-color: #fff;
    font-weight: bold;
    padding: 0 30px 0 10px;
  }
  .inb-Btn-icon img {
    height: auto;
    width: auto;
    margin-right: 10px;
  }

  /* header
  ******************************************/
  #header-logo {
    width: auto;
  }
  #header-inbound .btn-menu {
    margin-left: 40px;
  }
  #nav-wrap {
    width: 555px;
  }
  #nav-wrap nav {
    position: absolute;
    top: 0;
    right: -100%;
    background: #fff;
    min-height: 100%;
    width: 555px;
    padding: 50px 20px 20px;
    /* margin-left: 16%; */
    transition: .5s;
  }
  #nav-wrap.active nav {
    right: 0;
  }
  #nav-wrap nav .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  #nav-wrap nav h3 {
    color: #01325B;
    font-size: 3rem;
    margin: 0 0 1em;
  }
  #nav-wrap nav ul li a {
    background: url('../images/icon_nav_arrow-sp.png') no-repeat left center;
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 0 0 1em;
  }
  #nav-wrap nav ul li:last-child {
    margin-top: 2em;
  }
  #nav-wrap nav ul li:last-child a {
    background-image: url('../images/icon_home-sp.png');
    padding-left: 2em;
  }
  /* footer
  ******************************************/
  #footer-copy {
    text-align: center;
  }
}
