@charset "UTF-8";
/* CSS Document */

html {
  width: 100%;
}
body {
  *font-size: small;
  *font: x-small;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #01305D;
  background: #01305D;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a {
  transition: opacity .4s;
  cursor: pointer;
  color: #2B3E57;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
input, textarea, select, button, label {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.spOnly {
  display: none;
}
#wrap {
  margin-top: 64px;
  background: #F6F7FA;
}
@media only screen and (max-width:767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}


/* header
-----------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #01305D;
}
header > p{
  width: 130px;
}
header #navi {
  height: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
}
header #navi > ul {
  display: flex;
  align-items: flex-start;
  height: 100%;
  gap: 46px;
}
header #navi > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  position: relative;
}
header #navi > ul > li > p,
header #navi > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  color: #01305D;
  padding: 10px 0 12px 0;
  opacity: 1;
  cursor: pointer;
  font-weight: bold;
}
header #navi > ul > li:not(:first-child) > p,
header #navi > ul > li:not(:first-child) > a {
  padding-right: 15px;
}
header #navi > ul > li:not(:first-child) > p::before,
header #navi > ul > li:not(:first-child) > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  background-image: url("/img/common/icon-arrow-header.svg");
  width: 10px;
  height: 6px;
}
header #navi > ul > li:last-child a {
  padding-left: 36px;
  position: relative;
  transition: opacity .4s;
}
header #navi > ul > li:last-child a:hover {
  opacity: .8;
}
header #navi > ul > li:last-child a::before {
  position: absolute;
  display: block;
  content: "";
  background: url(/img/common/icon-arrow-header-02.svg) no-repeat;
  background-size: contain;
  width: 29px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header > #language {
  display: none;
}
header > #navi > #language {
  display: block;
}
header #language {
  position: relative;
  width: 48px;
  height: 24px;
  z-index: 2;
}
header #language .cover {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border: 1px solid #01305D;
  border-radius: 12px;
  transition: background .2s;
}
header #language.active .cover,
header #language:hover .cover{
  background: rgba(255, 255, 255, .7);
}
header #language p {
  color: #01305D;
  cursor: pointer;
  line-height: 22px;
  padding: 0 20px 0 10px;
}
header #language p::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 9px;
  background-image: url(/img/common/icon-arrow-header.svg);
  width: 8px;
  height: 4px;
  background-size: cover;
}
header #language ul {
  display: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
header #language ul li a {
  display: block;
  color: #01305D;
  padding: 2px 0;
  opacity: 1;
}
header #language ul li:last-child a {
  padding-top: 0;
}
header #language ul li a:hover {
  background: rgba(1, 48, 93, 0.2);
}
header #menuBtn {
  display: none;
}
@media only screen and (max-width:1200px) {
  header #navi > ul {
    gap: 20px;
  }
  header #navi {
    gap: 20px;
}
}
@media only screen and (min-width:1024px) {
  header #navi {
    display: flex !important;
  }
  header #navi > ul > li.other {
    display: none;
  }
  header #navi .pulldown {
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 12px 0;
    border-radius: 12px;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
    display: block !important;
  }
  header #navi > ul > li:hover .pulldown {
    opacity: 1;
    visibility: visible;
  }
  header #navi .pulldown::before {
    content: "";
    position: absolute;
    top: -8px;
    left: calc(50% - 7px);
    height: calc(16px / 2);
    width: 14px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #fff;
  }
  header #navi .pulldown li.top {
    display: none;
  }
  header #navi .pulldown li a {
    display: block;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 132%;
    white-space: nowrap;
    opacity: 1;
    color: #01305D;
  }
  header #navi .pulldown li a:hover {
    background: #F6F7FA;
  }
}
@media only screen and (max-width:1023px) {
  header {
    padding: 0 8px 0 15px;
    height: 64px;
    justify-content: end;
  }
  header > p {
    width: 95px;
    position: absolute;
    left: 15px;
  }
  header #navi {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    background: #01305D;
    flex-direction: column;
  }
  header #navi > ul {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 20px 25px 0;
    gap: 0;
    overflow-y: auto;
  }
  header #navi > ul > li {
    height: auto;
    font-size: 14px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  header #navi > ul > li.current::after {
    bottom: 8px;
  }
  header #navi > ul > li > p,
  header #navi > ul > li > a {
    display: block;
    height: auto;
    padding: 15px 0 15px 20px;
    transition: all .2s;
    width: 100%;
    color: #fff;
  }
  header #navi > ul > li:not(:first-child) > p::before, 
  header #navi > ul > li:not(:first-child) > a::before,
  header #navi > ul > li > a::before {
    transition: all .2s;
  }
  header #navi > ul > li:not(:first-child) > p.active::before, 
  header #navi > ul > li:not(:first-child) > a.active::before,
  header #navi > ul > li > a.active::before {
    transform: rotate(-180deg);
  }
  header #navi .pulldown {
    padding: 0;
    display: none;
    width: 100%;
  }
  header #navi .pulldown li a {
    color: #99ACBE;
    display: block;
    padding: 10px 35px;
    width: 100%;
  }
  header #navi .pulldown li:first-child a {
    padding-top: 0;
  }
  header #navi .pulldown li:last-child a {
    margin-bottom: 20px;
  }
  header #menuBtn {
    display: block;
    position: relative;
    cursor: pointer;
    border: #01305D 1px solid;
    border-radius: 50%;
    width: 48px;
    height: 48px;
  }
  header #menuBtn p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    white-space: nowrap;
    font-size: 10px;
    color: #01305D;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: all .2s;
    opacity: 1;
  }
  header #menuBtn.active p {
    opacity: 0;
  }
  header #menuBtn::before, 
  header #menuBtn::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #01305D;
    position: absolute;
    left: 50%;
    font-size: 0;
    opacity: 0;
    transition: all .2s;
  }
  header #menuBtn::before {
    top: 22px;
    transform: translate(-50%, 0%);
  }
  header #menuBtn::after {
    bottom: 22px;
    transform: translate(-50%, 0%);
  }
  header #menuBtn.active::before,
  header #menuBtn.active::after {
    opacity: 1;
  }
  header #menuBtn.active::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header #menuBtn.active::after {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  header > #language {
    display: block;
    margin-right: 15px;
  }
  header > #navi > #language {
    display: none;
  }
  header #navi > ul > li:last-child a{
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
header #navi > ul > li:not(:first-child) > p::before,
header #navi > ul > li:not(:first-child) > a::before {
  background-image: url("/img/common/icon-arrow-header-wht.svg");
}
  header #navi > ul > li:last-child a::before {
    background: url(/img/common/icon-arrow-foot.svg) no-repeat;
    background-size: contain;
}
}


/* footer
-----------------------------------------------*/
footer {
  background: #01305D;
  padding: 72px 40px 15px;
  margin-top: 20px;
}
footer .inner {
  max-width: 1024px;
  margin: 0 auto;
}
footer .logo {
  width: 160px;
}
footer .logo img {
  width: 100%;
}
footer .naviList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  gap: 24px 0;
}
footer .naviList .col p {
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
  white-space: nowrap;
}
footer .naviList .col p a {
  color: #FFF;
}
footer .naviList .col ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}
footer .naviList .col ul li {
  color: #99ACBE;
  font-size: 13px;
  line-height: 140%;
}
footer .naviList .col ul li a {
  color: #99ACBE;
}
footer .linkList {
  border-top: 1px solid #274F75;
  margin-top: 40px;
  padding-top: 32px;
}
footer .linkList ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 40px;
  width: 100%;
}
footer .linkList ul li {
  color: #FFF;
  font-size: 14px;
  line-height: 160%;
}
footer .linkList ul li a {
  color: #FFF;
  padding-left: 36px;
  position: relative;
}
footer .linkList ul li a::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/common/icon-arrow-foot.svg")no-repeat;
  background-size: contain;
  width: 29px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .linkList p {
  color: #83909C;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-top: 24px;
}
@media only screen and (max-width:1023px) {
  footer .naviList {
    flex-wrap: wrap;
  }
  footer .naviList .col {
    width: 25%;
  }
  footer .naviList .col:nth-child(5) {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  footer {
    padding: 40px 24px;
  }
  #contactForm + footer {
    margin-top: 0;
  }
  footer .naviList {
    flex-direction: column;
    margin-top: 32px;
  }
  footer .naviList .col ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  footer .naviList .col ul li {
    width: calc(50% - 8px);
    font-size: 12px;
  }
  footer .naviList .col ul li.top {
    display: none;
  }
  footer .naviList .col {
    width: 100%;
  }
  footer .linkList {
    margin-top: 32px;
  }
  footer .linkList ul {
    flex-direction: column;
    gap: 16px 0;
  }
  footer .linkList ul li a {
    padding-left: 0;
  }
  footer .linkList ul li a::before {
    display: none;
  }
}


/* contactForm
-----------------------------------------------*/
#contactForm .contactFormBox {
  display: flex;
  width: calc(100% + 12px);
}
#contactForm .contactFormBox .form {
  flex: 1;
  min-width: 618px;
}
#contactForm  h2 {
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 48px;
}
@media only screen and (max-width:1023px) {
  #contactForm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
#contactForm  h2 {
  display: none;
  margin-bottom: 0;
}
  #contactForm .contactFormBox {
    width: 100%;
  }
  #contactForm .contactFormBox::before {
    display: none;
  }
  #contactForm .contactFormBox .form {
    padding-left: 0;
    min-width: 0;
  }
}