@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
  width: 100%;
  color: #000;
  letter-spacing: 0.025em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
.wrap {
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .inner {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

/* ======================================================================
 header
====================================================================== */
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}
header.login .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header.login .inner {
    padding-left: 30px;
    margin-right: 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  header.login .inner {
    margin-left: 0;
    padding-left: 10px;
    justify-content: flex-end;
    width: 100%;
  }
}
header.login .inner .header_left {
  display: flex;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_left {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #ebf0f3;
  }
}
header.login .inner .header_left .icon {
  width: 16px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_left .icon {
    width: 13.5px;
    margin-right: 8px;
  }
}
header.login .inner .header_left .icon > .icon_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_left .icon > .icon_img {
    vertical-align: middle;
  }
}
header.login .inner .header_left .acount_name {
  font-size: 14px;
  letter-spacing: .025em;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_left .acount_name {
    font-size: 12px;
    margin-right: 11px;
  }
}
header.login .inner .header_left .acount_name .name {
  font-weight: bold;
}
header.login .inner .header_left .header_link {
  font-weight: bold;
  font-size: 14px;
  color: #068ee4;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_left .header_link {
    font-size: 12px;
  }
}
header.login .inner .header_logo {
  width: 260px;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_logo {
    width: 151px;
    margin-left: 0;
    margin-right: auto;
  }
}
header.login .inner .header_logo > .logo_img {
  width: 100%;
}
header.login .inner .header_right {
  width: 253px;
  height: 100%;
  background: linear-gradient(#2a96f2, #0175d7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_right {
    width: 120px;
  }
}
header.login .inner .header_right .group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_right .group {
    margin-bottom: 0;
  }
}
header.login .inner .header_right .group .icon {
  width: 20px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_right .group .icon {
    width: 26.5px;
  }
}
header.login .inner .header_right .group .icon > .icon_img {
  width: 100%;
}
header.login .inner .header_right .group .header_right_ttl {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_right .group .header_right_ttl {
    font-size: 12px;
    line-height: 1.25;
  }
}
header.login .inner .header_right .header_right_detail {
  font-size: 10px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_right .header_right_detail {
    display: none;
  }
}
header.login .inner .header_menu {
  height: 60px;
  width: 100vw;
  position: absolute;
  left: calc((-100vw + 1400px) / 2);
  top: 70px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1400px) {
  header.login .inner .header_menu {
    left: -30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu {
    display: none;
    top: 50px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}
header.login .inner .header_menu .menu_list {
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu .menu_list {
    flex-direction: column;
  }
}
header.login .inner .header_menu .menu_list .menu_item {
  height: 100%;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu .menu_list .menu_item:first-of-type .item_link {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu .menu_list .menu_item:last-of-type .item_link {
    padding-bottom: 40px;
  }
}
header.login .inner .header_menu .menu_list .menu_item .item_link {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  height: 100%;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu .menu_list .menu_item .item_link {
    justify-content: center;
    padding: 20px 0;
  }
}
header.login .inner .header_menu .menu_list .menu_item .item_link::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}
header.login .inner .header_menu .menu_list .menu_item .item_link:hover {
  opacity: 1;
}
header.login .inner .header_menu .menu_list .menu_item .item_link:hover::after {
  background: #068ee4;
}
header.login .inner .header_menu.dark {
  background: #323030;
}
header.login .inner .header_menu.dark .item_link {
  color: #FFF;
}
header.login .inner .header_menu.dark .item_link:hover::after {
  background: #068ee4;
}
header.login .inner .header_menu.light {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu.light {
    background: rgba(6, 142, 228, 0.7);
  }
}
header.login .inner .header_menu.light .item_link {
  color: #000;
}
@media screen and (max-width: 768px) {
  header.login .inner .header_menu.light .item_link {
    color: #FFF;
  }
}
header.login .inner .header_menu.light .item_link:hover {
  color: #068ee4;
}
header.login .inner .menu_ham {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  header.login .inner .menu_ham {
    display: block;
  }
}
header.login .inner .menu_ham .ham_line {
  position: absolute;
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #068ee4;
  transition: all 0.3s;
}
header.login .inner .menu_ham .ham_line1 {
  top: 32%;
}
header.login .inner .menu_ham .ham_line1.active {
  transform: rotate(45deg);
  top: 50%;
}
header.login .inner .menu_ham .ham_line2 {
  top: 50%;
}
header.login .inner .menu_ham .ham_line2.active {
  width: 0;
}
header.login .inner .menu_ham .ham_line3 {
  top: 68%;
}
header.login .inner .menu_ham .ham_line3.active {
  transform: rotate(-45deg);
  top: 50%;
}
header.logout .inner {
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header.logout .inner {
    padding-left: 30px;
    margin-right: 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  header.logout .inner {
    margin-left: 0;
    padding-left: 10px;
    justify-content: flex-end;
    width: 100%;
  }
}
header.logout .inner .header_left {
  display: flex;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_left {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #ebf0f3;
  }
}
header.logout .inner .header_left .icon {
  width: 16px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_left .icon {
    width: 13.5px;
    margin-right: 8px;
  }
}
header.logout .inner .header_left .icon > .icon_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_left .icon > .icon_img {
    vertical-align: middle;
  }
}
header.logout .inner .header_left .acount_name {
  font-size: 14px;
  letter-spacing: .025em;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_left .acount_name {
    font-size: 12px;
    margin-right: 11px;
  }
}
header.logout .inner .header_left .acount_name .name {
  font-weight: bold;
}
header.logout .inner .header_left .header_link {
  font-weight: bold;
  font-size: 14px;
  color: #068ee4;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_left .header_link {
    font-size: 12px;
  }
}
header.logout .inner .header_logo {
  width: 260px;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_logo {
    width: 151px;
    margin-left: 0;
    margin-right: auto;
  }
}
header.logout .inner .header_logo > .logo_img {
  width: 100%;
}
header.logout .inner .header_right {
  width: 253px;
  height: 100%;
  background: linear-gradient(#2a96f2, #0175d7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_right {
    width: 120px;
  }
}
header.logout .inner .header_right .group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_right .group {
    margin-bottom: 0;
  }
}
header.logout .inner .header_right .group .icon {
  width: 20px;
  margin-right: 9px;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_right .group .icon {
    width: 26.5px;
  }
}
header.logout .inner .header_right .group .icon > .icon_img {
  width: 100%;
}
header.logout .inner .header_right .group .header_right_ttl {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_right .group .header_right_ttl {
    font-size: 12px;
    line-height: 1.25;
  }
}
header.logout .inner .header_right .header_right_detail {
  font-size: 10px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_right .header_right_detail {
    display: none;
  }
}
header.logout .inner .header_menu {
  height: 60px;
  width: 100vw;
  position: absolute;
  left: calc((-100vw + 1400px) / 2);
  top: 70px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1400px) {
  header.logout .inner .header_menu {
    left: -30px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu {
    display: none;
    top: 50px;
    left: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}
header.logout .inner .header_menu .menu_list {
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu .menu_list {
    flex-direction: column;
  }
}
header.logout .inner .header_menu .menu_list .menu_item {
  height: 100%;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu .menu_list .menu_item:first-of-type .item_link {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu .menu_list .menu_item:last-of-type .item_link {
    padding-bottom: 40px;
  }
}
header.logout .inner .header_menu .menu_list .menu_item .item_link {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  height: 100%;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu .menu_list .menu_item .item_link {
    justify-content: center;
    padding: 20px 0;
  }
}
header.logout .inner .header_menu .menu_list .menu_item .item_link::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}
header.logout .inner .header_menu .menu_list .menu_item .item_link:hover {
  opacity: 1;
}
header.logout .inner .header_menu .menu_list .menu_item .item_link:hover::after {
  background: #068ee4;
}
header.logout .inner .header_menu.dark {
  background: #323030;
}
header.logout .inner .header_menu.dark .item_link {
  color: #FFF;
}
header.logout .inner .header_menu.dark .item_link:hover::after {
  background: #068ee4;
}
header.logout .inner .header_menu.light {
  background: #FFF;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu.light {
    background: rgba(6, 142, 228, 0.7);
  }
}
header.logout .inner .header_menu.light .item_link {
  color: #000;
}
@media screen and (max-width: 768px) {
  header.logout .inner .header_menu.light .item_link {
    color: #FFF;
  }
}
header.logout .inner .header_menu.light .item_link:hover {
  color: #068ee4;
}
header.logout .inner .menu_ham {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  header.logout .inner .menu_ham {
    display: block;
  }
}
header.logout .inner .menu_ham .ham_line {
  position: absolute;
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #068ee4;
  transition: all 0.3s;
}
header.logout .inner .menu_ham .ham_line1 {
  top: 32%;
}
header.logout .inner .menu_ham .ham_line1.active {
  transform: rotate(45deg);
  top: 50%;
}
header.logout .inner .menu_ham .ham_line2 {
  top: 50%;
}
header.logout .inner .menu_ham .ham_line2.active {
  width: 0;
}
header.logout .inner .menu_ham .ham_line3 {
  top: 68%;
}
header.logout .inner .menu_ham .ham_line3.active {
  transform: rotate(-45deg);
  top: 50%;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  background: #323030;
}
footer .inner {
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  footer .inner {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    padding: 10px 22.5px 20px;
  }
}
footer .inner .footer_link .link_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .inner .footer_link .link_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .inner .footer_link .link_list:last-of-type .item:last-of-type::after {
  display: none;
}
footer .inner .footer_link .link_list .item {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  footer .inner .footer_link .link_list .item {
    font-size: 10px;
    margin-top: 10px;
  }
}
footer .inner .footer_link .link_list .item::after {
  content: ' │ ';
  display: inline-block;
  color: #6b6b6b;
  margin: 0 5px;
}
footer .inner .footer_link .link_list .item .link {
  color: #FFF;
  text-decoration: none;
}
footer .inner .page_top {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #6b6b6b;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: none;
}
@media screen and (max-width: 768px) {
  footer .inner .page_top {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    bottom: 20px;
  }
}
footer .inner .page_top::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  footer .inner .page_top::before {
    height: 10px;
  }
}
footer .inner .page_top::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  footer .inner .page_top::after {
    width: 5px;
    height: 5px;
  }
}

/* ======================================================================
 main
====================================================================== */
main.login {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  main.login {
    padding-top: 85px;
  }
}
main.logout {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  main.logout {
    padding-top: 85px;
  }
}

.asterisk {
  text-align: center;
}

.h2 {
  font-weight: bold;
  font-size: 30px;
  margin: 20px;
}

.kv_sec {
  background: #484848;
}
.kv_sec .inner {
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .kv_sec .inner {
    padding: 32px 0;
  }
}
.kv_sec .inner .category_list {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .kv_sec .inner .category_list {
    margin-bottom: 12px;
  }
}
.kv_sec .inner .category_list .cat {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .025em;
  padding: 4px 7px 4px;
}
@media screen and (max-width: 768px) {
  .kv_sec .inner .category_list .cat {
    font-size: 10px;
    padding: 1px 3px 2px;
  }
}
.kv_sec .inner .category_list .cat_01 {
  color: #000;
  background: #f7da37;
  border: 1px solid #f7da37;
}
.kv_sec .inner .category_list .cat_02 {
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
}
.kv_sec .inner .kv_ttl {
  font-weight: bold;
  font-size: 30px;
  color: #FFF;
  margin-bottom: 13px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .kv_sec .inner .kv_ttl {
    font-size: 20px;
    margin-bottom: 7px;
    line-height: 1.35;
  }
}
.kv_sec .inner .kv_detail {
  font-weight: normal;
  font-size: 14px;
  color: #bbb9b9;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .kv_sec .inner .kv_detail {
    font-size: 11px;
  }
}

.btn_sec {
  padding: 60px 0;
}

.dl_btn01 {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #068ee4;
  text-decoration: none;
  border: 2px solid #068ee4;
  background: #FFF;
  width: 170px;
  padding: 14px 0;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .dl_btn01 {
    font-size: 12px;
    padding: 9px 0 10px;
  }
}
.dl_btn01 > img {
  width: 12px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .dl_btn01 > img {
    width: 10.5px;
  }
}

.dl_btn02 {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #068ee4;
  text-decoration: none;
  border: 2px solid #068ee4;
  background: #FFF;
  width: 560px;
  padding: 26px 0 29px;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .dl_btn02 {
    font-size: 16px;
    width: 100%;
    padding: 16px 0 19px;
  }
}
.dl_btn02 > img {
  width: 21px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .dl_btn02 > img {
    width: 16px;
  }
}

.dl_btn03 {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #068ee4;
  text-decoration: none;
  border: 2px solid #068ee4;
  background: #FFF;
  width: 560px;
  padding: 28px 0 30px;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dl_btn03 {
    width: 100%;
    font-size: 15px;
    padding: 18px 0 20px;
  }
}
.dl_btn03::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #068ee4;
  position: absolute;
  top: calc(50% - 4px);
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .dl_btn03::before {
    width: 7px;
    height: 2px;
    top: calc(50% - 2px);
    right: 18px;
  }
}
.dl_btn03::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #068ee4;
  position: absolute;
  top: calc(50% + 3px);
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .dl_btn03::after {
    width: 7px;
    height: 2px;
    top: calc(50% + 2px);
    right: 18px;
  }
}

.dl_btn04 {
  display: inline-block;
  font-weight: bold;
  font-size: 16.75px;
  color: #068ee4;
  text-decoration: none;
  border: 2px solid #068ee4;
  background: #FFF;
  width: 560px;
  padding: 25px 0 25px;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dl_btn04 {
    width: 100%;
    font-size: 14px;
    padding: 19px 0 20px;
  }
}
.dl_btn04::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #068ee4;
  position: absolute;
  top: calc(50% - 3px);
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .dl_btn04::before {
    width: 7px;
    height: 2px;
    top: calc(50% - 2px);
    right: 18px;
  }
}
.dl_btn04::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 3px;
  background: #068ee4;
  position: absolute;
  top: calc(50% + 3px);
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .dl_btn04::after {
    width: 7px;
    height: 2px;
    top: calc(50% + 2px);
    right: 18px;
  }
}

.dl_btn05 {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #6b6b6b;
  text-decoration: none;
  border: 1px solid #6b6b6b;
  background: #FFF;
  width: 320px;
  padding: 12px 0;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dl_btn05 {
    width: 70%;
    font-size: 11px;
    padding: 10px 0;
  }
}
.dl_btn05::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #6b6b6b;
  position: absolute;
  top: calc(50% - 3px);
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .dl_btn05::before {
    width: 7px;
    height: 2px;
    top: calc(50% - 2px);
    right: 18px;
  }
}
.dl_btn05::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #6b6b6b;
  position: absolute;
  top: calc(50% + 2px);
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .dl_btn05::after {
    width: 7px;
    height: 2px;
    top: calc(50% + 2px);
    right: 18px;
  }
}

.submit_btn {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #068ee4;
  background: #FFF;
  text-decoration: none;
  border: 2px solid #068ee4;
  background: #FFF;
  width: 360px;
  padding: 16px 0 15px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .submit_btn {
    width: 300px;
    font-size: 15px;
    padding: 13px 0 12px;
  }
}
.submit_btn::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 2px;
  background: #068ee4;
  position: absolute;
  top: calc(50% - 3px);
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .submit_btn::before {
    width: 7px;
    height: 2px;
    top: calc(50% - 2px);
    right: 25px;
  }
}
.submit_btn::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 2px;
  background: #068ee4;
  position: absolute;
  top: calc(50% + 2px);
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .submit_btn::after {
    width: 7px;
    height: 2px;
    top: calc(50% + 2px);
    right: 25px;
  }
}
.submit_btn:hover {
  opacity: .7;
}

.tel_sec {
  padding: 60px 0;
}

.tel_box {
  background: #068ee4;
  padding: 40px 36px 36px;
}
@media screen and (max-width: 768px) {
  .tel_box {
    width: 100vw;
    position: relative;
    left: -4%;
    padding: 32px 15px 40px;
  }
}
.tel_box .tel_heading {
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .tel_box .tel_heading {
    font-size: 20px;
    margin-bottom: 22.5px;
  }
}
.tel_box .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox {
    flex-direction: column;
  }
}
.tel_box .flexbox .contents_box {
  background: #FFF;
  width: calc((99.9% / 2) - (30px / 2));
  padding: 18px 20px 18px;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox .contents_box {
    width: 100%;
    padding: 12px 16px;
  }
}
.tel_box .flexbox .contents_box + .contents_box {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox .contents_box + .contents_box {
    margin-left: 0;
    margin-top: 15px;
  }
}
.tel_box .flexbox .contents_box .tel_name {
  font-weight: bold;
  font-size: 16px;
  color: #068ee4;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox .contents_box .tel_name {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.tel_box .flexbox .contents_box .tel_name::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #068ee4;
  position: absolute;
  left: 0;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox .contents_box .tel_name::after {
    bottom: -10px;
  }
}
.tel_box .flexbox .contents_box .tel_num {
  text-align: center;
}
.tel_box .flexbox .contents_box .tel_num > img {
  width: 26px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox .contents_box .tel_num > img {
    width: 22.5px;
    margin-right: 12px;
  }
}
.tel_box .flexbox .contents_box .tel_num .num {
  font-weight: bold;
  font-size: 24px;
  color: #42494d;
}
@media screen and (max-width: 768px) {
  .tel_box .flexbox .contents_box .tel_num .num {
    font-size: 22px;
  }
}

.slider_sec .inner {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner {
    padding: 42px 0 85px;
  }
}
.slider_sec .inner .slider_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider_ttl {
    font-size: 17px;
    margin-bottom: 22px;
  }
}
.slider_sec .inner .slider {
  width: 100%;
}
.slider_sec .inner .slider .slick-list {
  overflow: visible;
}
.slider_sec .inner .slider .slick-slide {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider .slick-slide {
    padding: 0 10px;
  }
}
.slider_sec .inner .slider .slick-slide.slick-current {
  opacity: 1;
}
.slider_sec .inner .slider .slick-slide.slick-current .item_img::before {
  opacity: 0.5;
}
.slider_sec .inner .slider .slick-slide.slick-current .item_ttl {
  color: #068ee4;
}
.slider_sec .inner .slider .slick-slide.slick-current .item_detail {
  color: #068ee4;
}
.slider_sec .inner .slider .slide-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #3f3f3f;
  position: absolute;
  top: 96px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider .slide-arrow {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -48px;
    transform: translateX(-50%);
  }
}
.slider_sec .inner .slider .slide-arrow::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #FFF;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider .slide-arrow::before {
    width: 7px;
    height: 7px;
  }
}
.slider_sec .inner .slider .prev-arrow {
  left: -80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider .prev-arrow {
    left: auto;
    left: calc(50% - 30px);
  }
}
.slider_sec .inner .slider .prev-arrow::before {
  border-left: 1px solid #FFF;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slider_sec .inner .slider .next-arrow {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider .next-arrow {
    right: auto;
    left: calc(50% + 30px);
  }
}
.slider_sec .inner .slider .next-arrow::before {
  border-right: 1px solid #FFF;
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider_sec .inner .slider .item {
  width: 260px;
  text-decoration: none;
}
.slider_sec .inner .slider .item .item_img {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.slider_sec .inner .slider .item .item_img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.slider_sec .inner .slider .item .item_img > img {
  width: 100%;
}
.slider_sec .inner .slider .item .item_ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: center;
  color: #000;
  transition: all .3s;
}
.slider_sec .inner .slider .item .item_detail {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #000;
  transition: all .3s;
}
.slider_sec .inner .slider .item:hover {
  opacity: 1;
}
.slider_sec .inner .slider .item:hover .item_img::before {
  opacity: 0.5;
}
.slider_sec .inner .slider .item:hover .item_ttl {
  color: #068ee4;
}
.slider_sec .inner .slider .item:hover .item_detail {
  color: #068ee4;
}
.slider_sec .inner .slider_single2 {
  width: 100%;
}
.slider_sec .inner .slider_single2 .slick-list {
  overflow: visible;
}
.slider_sec .inner .slider_single2 .slick-slide {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider_single2 .slick-slide {
    padding: 0 10px;
  }
}
.slider_sec .inner .slider_single2 .slick-slide.slick-current {
  opacity: 1;
}
.slider_sec .inner .slider_single2 .slick-slide.slick-current .item_img::before {
  opacity: 0.5;
}
.slider_sec .inner .slider_single2 .slick-slide.slick-current .item_ttl {
  color: #068ee4;
}
.slider_sec .inner .slider_single2 .slick-slide.slick-current .item_detail {
  color: #068ee4;
}
.slider_sec .inner .slider_single2 .slide-arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #3f3f3f;
  position: absolute;
  top: 96px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider_single2 .slide-arrow {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -48px;
    transform: translateX(-50%);
  }
}
.slider_sec .inner .slider_single2 .slide-arrow::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #FFF;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider_single2 .slide-arrow::before {
    width: 7px;
    height: 7px;
  }
}
.slider_sec .inner .slider_single2 .prev-arrow {
  left: -80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider_single2 .prev-arrow {
    left: auto;
    left: calc(50% - 30px);
  }
}
.slider_sec .inner .slider_single2 .prev-arrow::before {
  border-left: 1px solid #FFF;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.slider_sec .inner .slider_single2 .next-arrow {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .slider_sec .inner .slider_single2 .next-arrow {
    right: auto;
    left: calc(50% + 30px);
  }
}
.slider_sec .inner .slider_single2 .next-arrow::before {
  border-right: 1px solid #FFF;
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}
.slider_sec .inner .slider_single2 .item {
  width: 260px;
  text-decoration: none;
}
.slider_sec .inner .slider_single2 .item .item_img {
  width: 100%;
  margin-bottom: 8px;
  position: relative;
}
.slider_sec .inner .slider_single2 .item .item_img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.slider_sec .inner .slider_single2 .item .item_img > img {
  width: 100%;
}
.slider_sec .inner .slider_single2 .item .item_ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: center;
  color: #000;
  transition: all .3s;
}
.slider_sec .inner .slider_single2 .item .item_detail {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #000;
  transition: all .3s;
}
.slider_sec .inner .slider_single2 .item:hover {
  opacity: 1;
}
.slider_sec .inner .slider_single2 .item:hover .item_img::before {
  opacity: 0.5;
}
.slider_sec .inner .slider_single2 .item:hover .item_ttl {
  color: #068ee4;
}
.slider_sec .inner .slider_single2 .item:hover .item_detail {
  color: #068ee4;
}
