@charset "UTF-8";
/* reset
******************************************/
@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: normal;
  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-display: swap; }

@font-face {
  font-family: 'Noto Sans JP Subset';
  font-style: normal;
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansJP-Bold"), url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_bold.woff") format("woff");
  font-display: swap; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.6;
  color: #222; }

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 {
  max-width: 100%;
  vertical-align: middle; }

a,
a:visited,
a:link {
  color: #035d8a;
  text-decoration: none; }

.inb-attention {
  color: #a00; }

.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 {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ' '; }

.inner {
  max-width: 1000px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto; }

.modaal-box {
  display: none; }

.modaal-wrapper .modaal-close {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url("../images/icon_close-sp.png") no-repeat; }
  .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 {
  position: relative;
  display: none;
  width: 100%;
  min-width: 240px;
  margin: 10px auto;
  font-size: 1.4rem;
  color: #8b949a; }

.slick-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 7px;
  height: 11px;
  padding: 0;
  text-indent: -9999em;
  background: url("../images/icon_prev-sp.png") no-repeat;
  border: none;
  transform: translateY(-50%); }

.slick-next {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 7px;
  height: 11px;
  padding: 0;
  text-indent: -9999em;
  background: url("../images/icon_next-sp.png") no-repeat;
  border: none;
  transform: translateY(-50%); }

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0 0; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    text-indent: -9999em;
    background: #c5d1db;
    border-radius: 100%; }
    .slick-dots li.slick-active {
      background: #ef7a00; }

/* common-parts
******************************************/
select {
  width: 100px;
  height: 30px;
  padding: 0 20px;
  line-height: 28px;
  color: #8b949a;
  background: url("../images/icon_select_arrow-sp.png") no-repeat 96% center;
  border: 1px solid #c5d1db;
  border-radius: 0; }

select::-ms-expand {
  display: none;
  /*ie10以上*/ }

.selectLang {
  width: 100px;
  height: 30px;
  padding: 0 20px;
  line-height: 28px;
  color: #8b949a;
  background: url("../images/icon_select_arrow-sp.png") no-repeat 96% center;
  border: 1px solid #c5d1db;
  border-radius: 0; }
  .selectLang li {
    display: none; }
    .selectLang li:first-child {
      display: block; }
    .selectLang li a {
      display: block; }

h2 {
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: bold;
  color: #01325b; }

h3 {
  position: relative;
  padding-bottom: 10px;
  margin: 40px 0 10px;
  font-size: 2.4rem;
  color: #01325b; }

h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  content: '';
  background: #ef7a00; }

p {
  font-size: 1.8rem; }

small {
  font-size: 1.4rem; }

.section {
  padding: 60px 0; }
  .section--bg-gray {
    background: #f5f7f8; }
  @media screen and (min-width: 569px) {
    .section {
      padding: 80px 0; } }

.inb-LinkBack a {
  padding-left: 1em;
  background: url("../images/icon_arrow_back-sp.png") no-repeat 0% center; }

.inb-Btn a {
  display: block;
  height: 60px;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 58px;
  text-align: center;
  background: url("../images/icon_btn_arrow-sp.png") no-repeat 96% center;
  border: 1px solid #035d8a;
  transition: 0.5s; }

.inb-Btn-blue a {
  color: #fff;
  background: url("../images/icon_btn_arrow_white-sp.png") no-repeat 96% center #035d8a; }

.inb-Btn-disabled a {
  color: #8b949a;
  background: url("../images/icon_btn_arrow_disabled-sp.png") no-repeat 96% center #c5d1db;
  border: 1px solid #c5d1db; }

.inb-Btn-icon a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  padding: 0 30px 0 10px;
  line-height: 1.2;
  color: #035d8a;
  text-align: left; }

.inb-Btn-icon img {
  width: 78px;
  height: 50px;
  margin-right: 10px; }

.inb-Btn-iconSmall img {
  margin-right: 10px;
  vertical-align: -1px; }

/* header
******************************************/
#header-inbound {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-top: 4px solid #ef7a00; }

#header-logo {
  width: 135px; }

#header-inbound .menus {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#header-inbound .btn-menu {
  margin-left: 15px;
  cursor: pointer; }

#nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s; }

#nav-overlay.active {
  z-index: 1;
  pointer-events: auto;
  opacity: 1; }

#nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 84%;
  /* background: rgba(0,0,0,0.4); */
  height: 100%;
  overflow-y: auto;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s; }

#nav-wrap.active {
  z-index: 2;
  pointer-events: auto;
  opacity: 1; }

#nav-wrap nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  min-height: 100%;
  padding: 50px 20px 20px;
  background: #fff;
  transition: 0.5s; }

#nav-wrap.active nav {
  right: 0; }

#nav-wrap nav .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }

#nav-wrap nav h3 {
  padding: 0;
  margin: 0 0 1em;
  font-size: 3rem;
  color: #01325b; }

#nav-wrap nav h3::after {
  display: none; }

#nav-wrap nav ul li {
  margin-bottom: 10px; }

#nav-wrap nav ul li a {
  padding: 0 0 0 1em;
  font-size: 1.8rem;
  line-height: 2;
  background: url("../images/icon_nav_arrow-sp.png") no-repeat left center; }

#nav-wrap nav ul li:last-child {
  margin-top: 2em; }

#nav-wrap nav ul li:last-child a {
  padding-left: 2em;
  background-image: url("../images/icon_home-sp.png"); }

.inb-Breadcrumb {
  padding: 0 20px; }
  .inb-Breadcrumb_List {
    display: flex;
    justify-content: flex-start; }
  .inb-Breadcrumb_ListItem {
    font-size: 1.4rem;
    color: #8b949a; }
  .inb-Breadcrumb_ListItem::before {
    padding-left: 15px;
    margin-left: 10px;
    content: '';
    background: url("../images/icon_breadcrumb_arrow.png") no-repeat left center; }
  .inb-Breadcrumb_ListItem:first-child::before {
    display: none; }

/* footer
******************************************/
#footer-inbound {
  margin-top: 40px; }

#footer-inbound .pagetop {
  text-align: center; }

#footer-inbound #footer-copy {
  padding: 40px 20px 20px;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #8b949a;
  border-top: 1px solid #c5d1db; }

@media screen and (min-width: 569px) {
  body {
    min-width: 1000px; }
  a:hover {
    text-decoration: underline; }
  /* common
  ******************************************/
  .modaal-wrapper .modaal-close {
    width: 30px;
    height: 30px;
    background: url("../images/icon_close.png") no-repeat; }
  .modaal-inner-wrapper {
    padding: 30px; }
  .modaal-container {
    width: 810px;
    max-width: 84vw; }
  .modaal-content-container {
    width: 810px;
    max-width: 100%;
    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 {
    position: relative;
    display: none;
    width: 100%;
    min-width: 650px;
    margin: 10px auto;
    font-size: 1.4rem;
    color: #8b949a; }
  /* .slick-initialized .slick-slide p {
    display: block;
  } */
  .slick-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 12px;
    height: 21px;
    padding: 0;
    text-indent: -9999em;
    background: url("../images/icon_prev.png") no-repeat;
    border: none;
    transform: translateY(-50%); }
  .slick-next {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 12px;
    height: 21px;
    padding: 0;
    text-indent: -9999em;
    background: url("../images/icon_next.png") no-repeat;
    border: none;
    transform: translateY(-50%); }
  .slick-dots {
    display: flex;
    justify-content: center;
    margin: 10px 0 0; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    text-indent: -9999em;
    background: #c5d1db;
    border-radius: 100%; }
  .slick-dots li.slick-active {
    background: #ef7a00; }
  /* common-parts
  ******************************************/
  .selectLang {
    width: 220px;
    height: 50px;
    line-height: 48px;
    background: url("../images/icon_select_arrow.png") no-repeat 96% center; }
  h2 {
    position: relative;
    margin: 0px 0 40px;
    font-size: 3.8em; }
  h2::after {
    position: absolute;
    top: 50%;
    right: 102%;
    width: 100%;
    height: 1px;
    content: '';
    background: #c5d1db; }
  h2 + p.inb-HeadingSub {
    margin-top: -20px; }
  .inb-Btn a {
    height: 70px;
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 68px;
    text-align: center;
    background: url("../images/icon_btn_arrow-sp.png") no-repeat 96% center;
    border: 1px solid #035d8a;
    transition: 0.5s; }
  .inb-Btn a:hover {
    text-decoration: none;
    background-color: rgba(3, 93, 138, 0.1); }
  .inb-Btn-blue a {
    color: #fff;
    background: url("../images/icon_btn_arrow_white-sp.png") no-repeat 96% center #035d8a; }
  .inb-Btn-blue a:hover {
    background-color: rgba(3, 93, 138, 0.7);
    border: 1px solid rgba(3, 93, 138, 0.7); }
  .inb-Btn-disabled a {
    color: #8b949a;
    pointer-events: none;
    background: url("../images/icon_btn_arrow_disabled-sp.png") no-repeat 96% center #c5d1db;
    border: 1px solid #c5d1db; }
  .inb-Btn-icon a {
    height: 90px;
    line-height: 1.6;
    text-align: left; }
  .inb-Btn-icon a:hover {
    padding: 0 30px 0 10px;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #035d8a; }
  .inb-Btn-icon img {
    width: auto;
    height: 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%;
    width: 555px;
    min-height: 100%;
    padding: 50px 20px 20px;
    background: #fff;
    /* margin-left: 16%; */
    transition: 0.5s; }
  #nav-wrap.active nav {
    right: 0; }
  #nav-wrap nav .btn-close {
    position: absolute;
    top: 20px;
    right: 20px; }
  #nav-wrap nav h3 {
    margin: 0 0 1em;
    font-size: 3rem;
    color: #01325b; }
  #nav-wrap nav ul li a {
    padding: 0 0 0 1em;
    font-size: 1.8rem;
    line-height: 2;
    background: url("../images/icon_nav_arrow-sp.png") no-repeat left center; }
  #nav-wrap nav ul li:last-child {
    margin-top: 2em; }
  #nav-wrap nav ul li:last-child a {
    padding-left: 2em;
    background-image: url("../images/icon_home-sp.png"); }
  /* footer
  ******************************************/
  #footer-copy {
    text-align: center; } }
