body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

hr {
    border-bottom: none;
}

a {
    color: #585858;
    text-decoration: none;
}

a:hover {
    /*opacity: 0.7;*/
}

/* ----------------- 共通 */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 300;
    color: #282828;
    position: relative;
}

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

    body {
        min-width: auto;
    }
}

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

    body {
        font-size: 14px;
    }
}

/* 共通 */

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.is-pc {
    display: block;
}

.is-pc.is-tablet {
  display: block;
}

.is-tablet {
    display: none;
}

.is-sp {
    display: none;
}

.i {
  display: inline-block;
  position: relative;
  /* width: 15px;
  height: 15px; */
}

.i:after {
  content: "";
  display: block;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.i-search {
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 20;
  /*  */
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.i-search:after {
  background-image: url(../images/common/i_search.svg);
}

.i-cross {
  width: 15px;
  height: 15px;
}

.i-cross:after {
  background-image: url(../images/common/i_cross.svg);
}

a:hover .i-search:after {
/*   background-image: url(../images/common/i_search_on.svg); */
}

.font-sans {
  font-family: 'Roboto Condensed', sans-serif;
}

.i-menu {
  width: 20px;
  height: 12px;
}

.i-menu:after {
  background-image: url(../images/common/i_menu.svg);
}

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

  .wrapper {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 3%;
  }

  .is-pc {
      display: none;
  }

  .is-tablet {
      display: block;
  }

  .is-tablet.is-sp {
      display: block;
  }

  .is-sp {
      display: none;
  }

  .i-search {
    /* top: 2px; */
    /* top: 0; */
    /* top: 18px; */
  }
}

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

  .wrapper {
    padding: 0 5.6%;
  }

  .is-pc {
      display: none;
  }

  .is-tablet {
      display: none;
  }

  .is-pc.is-tablet {
      display: none;
  }

  .is-sp {
      display: block !important;
  }

}

.header {
  background-color: rgba(43,80,159,1);
  display: flex;
  /* align-items: center; */
  box-sizing: border-box;
  /* padding: 13px 24px; */
  padding: 0 24px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.header-logo {
  display: flex;
  align-items: center;
  padding: 13px 0;
}

.header-logo-icon {
  width: 150px;
  line-height: 0;
  margin: 0 23px 0 0;
}

.header-logo-icon img {
  width: 100%;
}

.header-logo-copy {
  width: 300px;
  line-height: 0;
}

.header-logo-copy img {
  width: 100%;
}

.header-nav {
  display: flex;
  /* align-items: center; */
  margin: 0 0 0 auto;
  /*   overflow: hidden; */
  /* position: relative; */
}

.header-nav-list {
  display: flex;
}

.header-nav-list-item {
  margin: 0 22px;
}

.header-nav-list-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.header-nav-list-btn:hover {
  color: #81A5F2;
}

.header-nav-sublist {
  display: none;
  /* margin-top: -30px; */
  background-color: rgba(43, 80, 159, .8);
  flex-wrap: wrap;
}

.header-nav-list-item {
  /* position: relative; */
  display: flex;
  align-items: center;
}

.header-nav-list-item:hover .header-nav-sublist {
  display: block;
  position: absolute;
  width: 100%;
  /* width: 200px; */
  top: 100%;
  left: 0;
  /* left: 50%; */
  /* margin: 0 0 0 -100px; */
  display: flex;
  justify-content: right;
  padding: 20px 0;
}

.header-nav-sublist-item {
  text-align: center;
  padding: 0 64px 16px 0;
  /* padding: 0 0 16px 0; */
  /* background-color: rgba(43,80,159,0.5); */
  line-height: 1.2em;
}

.header-nav-sublist-item:first-child {
  /* padding-top: 16px; */
  /* padding-top: 16px; */
  /* margin: 20px 0 0 0; */
  margin: 0 0 0 0;
}
.is-blank-pc {
  width: 100%;
}

.header-nav-sublist-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.header-nav-sublist-btn::after {
  content: '';
  background-image: url(../images/common/ic_subnavi_item.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
  position: absolute;
  right: -15px;
  bottom: 50%;
  transform: translateY(50%);
}
.header-nav-sublist-btn.is-smx::after {
  content: '';
  background-image: url(../images/common/ic_link_external.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  right: -20px;
  bottom: 49%;
  transform: translateY(50%);
}

.header-nav-sublist-btn:hover {
  color: #81A5F2;
}

.header-lang {
  display: flex;
  align-items: center;
  margin: 0 32px 0 0;
}

.header-lang-item {
  border-left: 1px solid #fff;
  line-height: 1em;
}

.header-lang-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 8px;
}

.header-lang-item:first-child {
  border-left: none;
}

.header-lang-btn:hover,
.header-lang-item:first-child .header-lang-btn {
  color: #81A5F2;
}

.header-drawer-btn {
  display: none;
}

.header-search-box {
    position: absolute;
    transform: translate(0, -34px);
    top: 0;
    right: 16px;
    z-index: 10;
    transition: all 0.5s;
}
.header-search-box.active {
    transform: translate(0, 18px);
}
.header-search-box input {
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    padding: 7px 14px;
    border-radius: 30px;
    width: 430px;
    color: #fff;
}
.header-search-box input:focus {
    outline: 0;
}
.js-search-down {
    /* position: relative; */
    transition: all 0.5s;
}
.js-search-down.active {
    transform: translate(0, 60px);
}

.ic_search {
  display: flex;
  align-items: center;
}

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

  .header-nav-list-item {
    margin: 0 11px;
  }

  .header-lang {
    margin: 0 16px 0 0;
  }

  .header {
    padding: 0 0 0 10px;
  }

  .header-nav-list {
    display: none;
  }

  .header-lang {
    margin: 0 8px 0 0;
  }

  .header-drawer-btn {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #2b509f;
    position: relative;
    /* margin: 0 0 0 16px; */
    margin: 0 0 0 0;
  }

  .header-drawer-btn .is-icon {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    right: 30%;
    bottom: 39%;
    margin: auto;
    transform: translateY(50%);
  }

  .header-search-box {
      background: rgba(43,80,159,1);
      padding: 14px;
      text-align: center;
      z-index: 0;
      width: 100%;
      top: -100%;
      right: 0;
      box-sizing: border-box;
  }
  .header-search-box.active {
    transform: translate(0, 73px);
  }
  .header-search-box input {
      width: 90%;
  }
  .header-search-btn {
      position: relative;
      transition: all 0.5s;
      z-index: 30;
  }
  .header-search-btn.active {
    /* transform: translate(40px, 0); */
    transform: translate(45px, 0);
  }

}

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

  .header-logo {
    display: block;
  }

  .header-logo-icon {
    width: 84px;
    margin: 0 0 4px 0;
  }

  .header-logo-copy {
    width: 168px;
  }
  
  .header-drawer-btn .is-icon {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    right: 30%;
    bottom: 50%;
    margin: auto;
    transform: translateY(50%);
  }
  .header-search-box.active {
    transform: translate(0, 53px);
  }

}

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

  .header-logo-copy {
    width: 145px;
  }

}

.footer-body {
  background-color: #2b509f;
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse nowrap;
  position: relative;
  color: #fff;
}

.footer-info {
  color: #fff;
}

.footer-info-logo {
  width: 150px;
}

.footer-info-logo img {
  width: 100%;
}

.footer-info-copy {
  font-size: 13px;
  font-weight: 500;
}

.footer-info-copy a {
  color: #fff;
}

.footer-info-copy .is-name {
  font-size: 16px;
  font-weight: bold;
}

.footer-nav-list {
  display: flex;
}

.footer-nav-list-item {
  margin: 0 0 0 50px;
}

.footer-nav-list-item:last-child {
  width: auto;
}

.footer-nav-list-btn {
  color: #fff;
  font-weight: bold;
}

.footer-nav-list-btn:hover {
  text-decoration: underline;
}

.footer-nav-sublist-btn {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-nav-sublist-btn:hover {
  text-decoration: underline;
}

.footer-subnav {
  position: absolute;
  right: 60px;
  bottom: 32px;
}

.footer-subnav-list {
  display: flex;
  justify-content: flex-end;
}

.footer-subnav-list-item {
  border-left: 1px solid #fff;
  line-height: 1em;
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
}

.footer-subnav-list-item:first-child {
  border-left: none;
}

.footer-subnav-list-btn {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.footer-subnav-list-btn:hover {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding: 24px 0;
}

.footer-body-txt {
  font-size: 12px;
}

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

  .footer-nav-list-item {
    width: auto;
    margin: 0 0 0 30px;
  }

}

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

  .footer-body {
    /* display: block; */
    padding: 12px;
    font-size: 10px;
  }

  .footer-nav-list {
    display: block;
    margin: 0 0 22px 0;
  }

  .footer-nav-list-item {
    width: 100%;
    border-bottom: 1px solid #6c7eb7;
    margin: 0;
  }

  .footer-nav-list-btn {
    font-size: 13px;
    display: block;
    padding: 16px 25px;
  }

  .footer-accordion-btn {
    position: relative;
  }

  .footer-accordion-btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/common/i_plus.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .footer-accordion-btn.is-active:after {
    background-image: url(../images/common/i_minus.svg);
    height: 2px;
    margin: -1px 0 0 0;
  }

  .footer-nav-sublist {
    display: none;
    margin: 0 0 5px 0;
  }

  .footer-nav-sublist-btn {
    display: block;
    padding: 8px 25px;
  }

  .footer-subnav {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 0 50px 0;
  }

  .footer-subnav-list {
    display: block;
    padding: 0 25px;
  }

  .footer-subnav-list-item {
    border: none;
    padding: 0;
    margin: 0 0 12px 0;
  }

  .footer-info {
    padding: 0 25px 30px 25px;
  }

  .footer-info-logo {
    width: 115px;
  }

  .footer-info-copy {
    font-size: 10px;
  }

  .footer-info-copy .is-name {
    font-size: 12px;
  }

  .footer-copyright {
    font-size: 10px;
    padding: 10px 0;
  }

}

.drawer {
  display: none;
}

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

  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b509f;
    z-index: 100;
    overflow-y: scroll;
  }

  .js-drawer-open .drawer {
    display: block;
  }

  .drawer-close-btn {
    width: 55px;
    height: 55px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0 0 0 auto;
  }

  .drawer-close-btn .is-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .drawer-list-item {
    border-bottom: 1px solid #6c7eb7;
  }

  .drawer-list-btn {
    display: block;
    padding: 16px 22px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }

  .drawer-sublist {
    /* margin: 0 0 7px 0; */
    margin: 0 0 0 0;
    display: none;
    background-color: #5573B2;
  }

  .drawer-sublist-btn {
    display: block;
    padding: 7px 22px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    position: relative;
  }
  .drawer-sublist-btn::after {
    content: '';
    background-image: url(../images/common/ic_subnavi_item.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .drawer-sublist-btn.is-smx::after {
    content: '';
    background-image: url(../images/common/ic_link_external.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }

  .drawer-accordion-btn {
    position: relative;
  }

  .drawer-accordion-btn:after {
    content: ""; 
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    margin: -10px 0 0 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/common/i_plus.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .drawer-accordion-btn.is-active:after {
    background-image: url(../images/common/i_minus.svg);
    height: 2px;
    margin: -1px 0 0 0;
  }

}

/* subpage */

.wrapper {
  width: 1100px;
}

@media screen and (max-width: 1120px) {
  .wrapper {
    width: 100%;
  }
}

/* hero */

.page-sub .hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
}

.page-sub .hero-ttl {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.page-sub .hero-ttl:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: 1em auto 0 auto;
}

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

  .page-sub .hero {
    height: 260px;
  }

  .page-sub .hero-ttl {
    font-size: 20px;
  }

  .page-sub .hero-ttl:after {
    display: block;
    width: 100px;
    margin: 0.5em auto 0 auto;
  }

}

/* breadcrumb */

/* common用 */
.page-sub .breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid #F2F5F7;
}

.page-sub .breadcrumb-list {
  display: flex;
  font-size: 10px;
}


.page-sub .breadcrumb-list-item:before {
  content: ">";
  display: inline-block;
  padding: 0 5px;

}

.page-sub .breadcrumb-list-item:first-child:before {
  content: "";
  padding: 0;
}


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

  .page-sub .breadcrumb-list {
    font-size: 9px;
  }

}

.form {
  padding: 0 0 70px 0;
}

.form-ttl {
  padding: 0 0 10px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.form-ttl02 {
  padding: 16px 30px;
  margin: 0 0 100px 0;
  border: 1px solid #2B509F;;
  font-weight: bold;
  color: #2B509F;
  font-size: 20px;
}

.form-subttl {
  padding: 0 0 10px 0;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.form-list {
  margin: 0 0 38px 0;
  display: flex;
  justify-content: space-between;
}

.form-list-ttl {
  color: #2B509F;
  font-size: 15px;
  width: 300px;
}

.form-list-ttl .is-underline {
  text-decoration: underline;
}

.form-list-error {
  border: 1px solid #f00;
  padding: 6px;
  font-size: 13px;
  color: #f00;
  margin: 2% 0 0 0;
}

.is-required .form-list-ttl:after {
  content: "※必須";
  background-color: #2B509F;
  font-size: 12px;
  padding: 2px 5px;
  color: #fff;
  margin: 0 0 0 6px;
}

.form-list-cont {
  max-width: 700px;
  width: 100%;
}

.form-list-note {
  font-size: 12px;
  margin: 5px 0 0 0;
}

.form .is-text {
  background-color: #F2F5F7;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  /* max-width: 600px; */
  font-size: 15px;
  font-family: "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.form .is-textarea {
  width: 100%;
  background-color: #F2F5F7;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  height: 320px;
  font-size: 15px;
  font-family: "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.form .is-select {
  /* width: 90%; */
  width: 40%;
  padding: 10px;
  font-size: 15px;
  /* background-color: #E5EAF3; */
  background-color: rgb(242, 245, 247);
}
@media screen and (max-width: 768px) {
  .form .is-select {
    width: 100%;
    font-size: 12px;
  }
}

.form-note {
  background-color: #E5EAF3;
  padding: 30px 40px;
}

.form-note {
  margin: 0 0 40px 0;
}

.form-note-item {
  margin: 0 0 26px 0;
}

.form-note-item:last-child {
  margin: 0;
}

.form-note-box {
  overflow-y: scroll;
  height: 200px;
  padding: 0 3%;
  box-sizing: border-box;
  background-color: #fff;
}

.form-note-box-wrap {
  padding: 3% 0 0 0;
}

.form-note-box-wrap:last-child {
  padding: 3% 0;
}

.form-note-box-ttl {
  font-weight: bold;
  font-size: 14px;
}

.form-note-box-subttl {
  margin: 3% 0 0 0;
  padding: 1%;
  font-size: 14px;
  background-color: #eee;
  font-weight: bold;

}

.form-note-box-copy {
  padding: 3% 0 0 0;
  font-size: 14px;
}

.form-note-box-cont {
  font-size: 14px;
}

.form-privacy {
  text-align: center;
}

.form-privacy-copy {
  font-size: 14px;
  margin: 0 0 40px 0;
  display: none;
}

.form-privacy-copy .is-link {
  color: #2B509F;
  text-decoration: underline;
}

.form-btn {
  display: flex;
  justify-content: center;
  margin: 60px 0 0 0;
  flex-wrap: wrap;
}

.form-btn-item {
  display: block;
  font-size: 20px;
  font-weight: 500;
  background-color: #2B509F;
  width: 250px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  border: #2B509F 1px solid;
  margin: 0 2%;
}

.form-btn-item:hover {
  background-color: #fff;
  color: #2B509F;
}

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

  .form {
    padding: 0 0 10% 0;
  }

  .form-ttl {
    padding: 0 0 2% 0;
    margin: 0 0 5% 0;
  }

  .form-ttl02 {
    padding: 10px 15px;
    margin: 0 0 5% 0;
    font-size: 13px;
  }

  .form-subttl {
    padding: 0 0 2% 0;
    margin: 0 0 5% 0;
    font-size: 13px;
  }

  .form-list {
    margin: 0 0 3% 0;
    display: block;
  }

  .form-list-ttl {
    margin: 0 0 2% 0;
    font-size: 14px;
  }

  .form-list-cont {
    font-size: 12px;
  }

  .is-required .form-list-ttl:after {
    font-size: 10px;
  }

  .form .is-text {
    font-size: 12px;
  }

  .form .is-textarea {
    height: 200px;
    font-size: 12px;
  }

  .form-note {
    padding: 4%;
    margin: 0 0 5% 0;
  }

  .form-note-item {
    font-size: 13px;
    margin: 0 0 3% 0;
  }

  .form-note-box {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 200px;
    padding: 0 3%;
    box-sizing: border-box;
    background-color: #fff;
  }

  .form-note-box-ttl {
    font-weight: bold;
    font-size: 14px;
  }

  .form-note-box-cont {
    font-size: 14px;
  }

  .form-privacy {
  }

  .form-privacy-copy {
    margin: 0 0 3% 0;
    text-align: left;
    text-indent: -1em;
    padding: 0 0 0 1em;
  }

  .form-privacy-check {
    font-size: 13px;
  }

  .form-btn {
    margin: 10% 0 0 0;
  }

  .form-btn-item {
    font-size: 13px;
  }

}

.thanks-copy {
  margin: 0 0 1.5em 0;
  font-size: 14px;
}

.thanks-btn-item {
  display: block;
  font-size: 20px;
  font-weight: 500;
  background-color: #2B509F;
  width: 250px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  border: #2B509F 1px solid;
  margin: 0 auto;
}

.thanks-privacy {
  background-color: #E5EAF3;
  padding: 4%;
  margin: 0 0 4% 0;
  font-size: 14px;
}

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

  .thanks-btn-item {
    font-size: 14px;
  }

}

.form-recaptcha {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}