@charset "UTF-8";
ul li {
  list-style: none;
}

.breadclumb {
  padding: 26px 58px 0;
  margin: 98px 0 0;
}

.breadclumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadclumb ul li {
  margin: 0 30px 0 0;
  position: relative;
  color: #025EA8;
}

.breadclumb ul li a {
  text-decoration: none;
  color: #025EA8;
  font-weight: 500;
}

.breadclumb ul li:not(:last-child):after {
  content: '>';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  right: -21px;
}

.circle_head h2 {
  font-size: 48px;
  color: #231815;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.24em;
}

.circle_head h2 span {
  position: relative;
}

.circle_head h2 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  left: 0%;
  -webkit-transform: translate(-20%, -60%);
          transform: translate(-20%, -60%);
  width: 250px;
  height: 250px;
  background-color: #edf4f9;
  border-radius: 100%;
  z-index: -1;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  padding-right: 17px;
  overflow-y: scroll;
}

.close_bg {
  display: none;
  background-color: #202020;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1003;
}

.modal_img_content {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1003;
}

.modal_img_content img {
  width: 100%;
}

.sp_disp_none {
  display: block;
}

.pc_disp_none {
  display: none;
}

/*-----------------------------------
header
-----------------------------------*/
header {
  height: 98px;
  width: 100%;
  padding: 20px 58px;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 5px 5px rgba(4, 0, 0, 0.5);
          box-shadow: 0px 5px 5px rgba(4, 0, 0, 0.5);
}

header .logo h1 {
  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;
}

header .logo img.img_logo {
  width: 57px;
}

header .logo img.img_text {
  width: 292px;
  margin-left: 16px;
}

header .logo img.img_project {
  width: 100%;
  max-width: 278px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

header .logo img.img_project:hover {
  opacity: .8;
}

header .header_nav {
  margin-left: auto;
}

header .header_nav ul {
  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;
  white-space: nowrap;
}

header .header_nav ul li {
  margin-right: 40px;
  padding: 20px 0;
}

header .header_nav ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #595757;
  text-decoration: none;
  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-transition: opacity .5s;
  transition: opacity .5s;
}

header .header_nav ul li a:hover {
  opacity: .8;
}

header .header_nav ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #b3b3b3;
  margin: 0 8px 0 0;
}

header .header_nav ul li a .mega_menu_prt span {
  display: block;
}

header .header_nav ul li a .mega_menu_prt span:nth-of-type(1) {
  font-size: 12px;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #595757;
  font-size: 13px;
}

header .header_nav ul li a .mega_menu_prt span:nth-of-type(2) {
  padding: 4px 0 0 0;
}

header .header_nav ul li:last-child {
  margin-right: 0;
}

header .header_nav ul li.js_menu_open {
  position: relative;
}

header .header_nav ul li .mega_menu {
  display: none;
  position: absolute;
  left: -25px;
  top: 75px;
  z-index: 1000;
}

header .header_nav ul li .mega_menu ul {
  width: 190px;
  display: block !important;
  padding-top: 2px;
}

header .header_nav ul li .mega_menu li {
  margin-right: 0;
  background-color: #fff;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  padding: 0;
}

header .header_nav ul li .mega_menu li a, header .header_nav ul li .mega_menu li p {
  font-size: 13px;
  display: block;
  padding: 12px;
  text-align: center;
  border: 1px solid #595757;
  border-top: none;
  -webkit-transition: color .5s;
  transition: color .5s;
}

header .header_nav ul li .mega_menu li a::before, header .header_nav ul li .mega_menu li p::before {
  display: none;
}

header .header_nav ul li .mega_menu li:first-of-type a {
  border-top: 1px solid #7f7f7f;
}

header .header_nav ul li .mega_menu li:hover {
  background-color: #e5eff7;
}

header .header_nav ul li .mega_menu li:hover a {
  color: #005ead;
}

header .header_nav ul .header_btn_link {
  text-align: center;
}

header .header_nav ul .header_btn_link a {
  display: block;
  color: #fff;
  padding: 13px 0 11px;
  border-radius: 40px;
  font-size: 19px;
  font-weight: normal;
  width: 120px;
  line-height: 1.2;
}

header .header_nav ul .header_btn_link a::before {
  display: none;
}

header .header_nav ul .header_btn_link.blue01 {
  letter-spacing: 3px;
}

header .header_nav ul .header_btn_link.blue01 a {
  background-color: #33b6d4;
}

header .header_nav ul .header_btn_link.blue02 {
  margin-right: 16px;
}

header .header_nav ul .header_btn_link.blue02 a {
  background-color: #2677b9;
  font-size: 15px;
  padding: 17px 0 15px;
}

header .header_nav ul .header_btn_link.green01 {
  letter-spacing: 3px;
  margin-right: 16px;
}

header .header_nav ul .header_btn_link.green01 a {
  background-color: #4ec68f;
}

header .menu_btn {
  display: none;
}

header.bgwhite {
  background-color: #fff;
}

header.methodsite {
  background-color: transparent !important;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
header .header_nav ul .header_btn_link.blue02 a {
  padding: 17px 0 13px;
}

_:-ms-lang(x)::-ms-backdrop,
header .header_nav ul .header_btn_link.blue01 a {
  padding: 13px 0 8px;
}

_:-ms-lang(x)::-ms-backdrop,
header .header_nav ul .header_btn_link a {
  padding: 13px 0 6px;
}

.drawer {
  display: none;
  opacity: 0;
  visibility: hidden;
}

main .sub_vsl_hero {
  margin: 60px 0 0;
}

main .sub_vsl_hero img {
  width: 100%;
}

main .sub_vsl_hero + .breadclumb {
  margin: 0;
}

main .back_link {
  margin: 96px 0 0;
}

main .back_link a {
  background-color: #005ead;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  border-radius: 50px;
  text-decoration: none;
  width: 386px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
}

main .back_link a span {
  position: relative;
}

main .back_link a span::before {
  content: "＜";
  font-size: 24px;
  position: absolute;
  top: 57%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
}

/*-----------------------------------
footer
-----------------------------------*/
footer {
  margin: 164px 0 0;
  background-color: #717071;
}

footer p {
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding: 12px 20px;
  font-family: 'メイリオ','Meiryo';
}

@media screen and (max-width: 1199px) {
  .breadclumb {
    padding: 20px;
  }
  /*-----------------------------------
      header
    -----------------------------------*/
  header.bgwhite {
    padding: 20px 20px;
  }
  header.bgwhite .menu_btn {
    display: block;
    width: 40px;
    height: 25px;
    margin-left: 22px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  header.bgwhite .menu_btn span {
    width: 30px;
    height: 3px;
    background-color: #005eac;
  }
  .drawer {
    width: 100%;
    display: block;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
  }
  .drawer.open {
    opacity: 1;
    visibility: visible;
  }
  .drawer_bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(68, 68, 68, 0.3);
    z-index: 9991;
  }
  .drawer_content {
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }
  .drawer_menu li:hover a {
    background-color: #e5eff7;
    color: #005ead;
    opacity: 1;
  }
  .drawer_menu li.js_accordion {
    cursor: pointer;
    position: relative;
  }
  .drawer_menu li.js_accordion::after {
    content: "";
    width: 18px;
    height: 13px;
    background-image: url("../images/menu_arrow.png");
    background-size: cover;
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .drawer_menu li.js_accordion.active::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .drawer_menu li.child_menu {
    display: none;
  }
  .drawer_menu li.child_menu a, .drawer_menu li.child_menu p {
    position: relative;
    font-size: 14px;
    padding: 12px 20px 12px 28px;
  }
  .drawer_menu li.child_menu a::before, .drawer_menu li.child_menu p::before {
    content: "-";
    position: absolute;
    left: 20px;
    top: 11px;
  }
  .drawer_menu a, .drawer_menu p {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid #7f7f7f;
    text-decoration: none;
  }
  /*-----------------------------------
    parts style
    -----------------------------------*/
  .tab_none {
    display: none;
  }
  .page_title {
    font-size: 32px;
    text-align: center;
  }
  .page_title::after {
    left: calc(50% - 40px);
  }
}

@media screen and (max-width: 800px) {
  .circle_head h2 {
    font-size: 24px;
  }
  .circle_head h2 span::before {
    top: 60%;
    left: 0%;
    -webkit-transform: translate(-40%, -60%);
            transform: translate(-40%, -60%);
    width: 97px;
    height: 97px;
  }
  .breadclumb {
    display: none;
  }
  .sp_disp_none {
    display: none;
  }
  .pc_disp_none {
    display: block;
  }
  /*-----------------------------------
      header style
    -----------------------------------*/
  header {
    padding: 20px 29px;
  }
  header .header_nav {
    width: 33%;
    max-width: 170px;
  }
  header .header_nav ul {
    max-width: 260px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  header .header_nav ul li {
    margin-right: 10px;
  }
  header .header_nav ul li:last-child {
    margin-right: 0 !important;
  }
  header .header_nav ul .header_btn_link a {
    padding: 10px 0 8px;
    font-size: 12px;
    width: 80px;
  }
  header .header_nav ul .header_btn_link.blue02 a {
    font-size: 10px;
    padding: 12px 0 10px;
  }
  header .header_nav img {
    max-width: 120px;
    width: 100%;
  }
  header .logo {
    width: 65%;
  }
  header .logo img.img_logo {
    width: 100%;
    max-width: 56px;
  }
  header .logo img.img_text {
    width: calc(100% - 72px);
    max-width: 292px;
  }
  header .logo img.img_project {
    width: 100%;
    max-width: 200px;
  }
  header.bgwhite {
    padding: 0 10px;
    height: 60px;
  }
  header.bgwhite .logo {
    width: auto !important;
  }
  header.bgwhite .logo img.img_method {
    width: 180px;
  }
  header.bgwhite .header_nav {
    width: auto !important;
    max-width: 176px;
  }
  main .back_link {
    margin: 80px 20px 0;
  }
  main .back_link a {
    font-size: 21px;
    border-radius: 50px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 0;
  }
  main .back_link a span::before {
    top: 57%;
    left: -30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  /*-----------------------------------
      footer
    -----------------------------------*/
  footer {
    margin: 50px 0 0;
  }
  footer p {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  /*-----------------------------------
      header style
    -----------------------------------*/
  header.bgwhite .logo img.img_project {
    width: 125px;
  }
  header.bgwhite .header_nav ul .header_btn_link.blue02 {
    margin-right: 8px;
  }
  header.bgwhite .menu_btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 400px) {
  /*-----------------------------------
      header style
    -----------------------------------*/
  header {
    padding: 10px 20px 20px;
    height: 78px;
  }
  header .logo {
    width: auto;
  }
  header .logo img.img_logo {
    max-width: 28px;
  }
  header .logo img.img_text {
    margin-left: 8px;
    max-width: 146px;
    width: calc(100% - 42px);
  }
  header .header_nav {
    width: auto;
  }
}
