/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* common */

img {
  max-width:100%;
  height:auto;
}

section.main section {
  padding: 80px 0;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

a:hover {
  opacity: 0.8;
}

.download_col3 {
    display: flex;
    max-width: 960px;
    justify-content: center;
    column-gap: 50px;
    margin:auto;
}

.download_col3 div {
    margin-bottom: 13px;
    overflow: hidden;
}

.download_col3 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

.cate {
      min-width: 80px;
  font-size: 13px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  background: #0d64f2;
  box-sizing: border-box;
  border: 1px solid #0d64f2;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: .3s all;
}

.wb {
    min-width: 80px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #595656;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: .3s all;
}

.pan {
  font-family: var(--typography--m);
}

.pan li + li:before {
  position:relative;
  top:-1px;
}

.kenshin_tel_label {
  font-size:10px;
  text-align:center;
  margin:-20px auto -15px;
  padding-top:32px;
  font-weight: bold;
  font-family: var(--typography--db);
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  section.main section {
    padding: var(--60px) 0;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  a:hover {
    opacity: 1;
  }

  main {
    margin-top: var(--51px);
  }
  .kenshin_tel_label {
    text-align:left;
    margin:-20px auto -10px
  }
}

/* header */
header {
  width: 100%;
  position: sticky;
  background: #ffffff;
  z-index: 1000;
  top: 0;
}

.header-logo {
  position: absolute;
  width: 120px;
  top: 11px;
  left: 55px;
}

.header-logo img{
  width: 100%;
}

.nav {
  display: flex;
  justify-content: right;
}

.nav__item {

}

.nav__item--wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nav__item-link {
  font-family: var(--typography--db);
  font-size: 14px;
  padding-left: 30px;
  font-weight: bold;
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #252525;
}

.nav__item--wrap .nav__item-link {
  padding: 0;
  margin-left: 30px;
}

.nav__item-link:hover::before,.nav-item__item a:hover::before {
  width: calc(50% - 20px);
}

.nav__item--wrap .nav__item-link:hover::before{
  width: calc(50% + 30px);
}

.nav__item-link::before,.nav-item__item a::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #252525;
  transition: width 0.2s ease-in-out;
}

.nav-item__list {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
}

.nav-item__list.active {
  display: block;
}

.nav-item__item {
  position: relative;
}

.nav-item__item a {
  font-family: var(--typography--db);
  font-size: 14px;
  padding: 15px;
  display: block;
  font-weight: bold;
  text-align: center;
}

.nav__item-link--tel {
  font-family: var(--typography--db);
  font-size: 18px;
  padding-left: 30px;
  font-weight: bold;
  padding-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #252525;
}

.nav-link__tel-icon {
  background: url(/jp/-/media/medicom/kenshin/tel-icon) no-repeat center/cover;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: bottom;
}

.nav-link__btm-arrow-icon {
  background: url(/jp/-/media/medicom/kenshin/btm-arrow-icon) no-repeat center / cover;
  display: inline-block;
  background-size: 14px 14px;
  width: 60px;
  height: 30px;
  vertical-align: middle;
}

.nav-link__btm-arrow-icon.active {
  background: url(/jp/-/media/medicom/kenshin/top-arrow-icon) no-repeat center / cover;
  background-size: 14px 14px;
}

.nav__item-link--contact {
  font-family: var(--typography--db);
  font-size: 18px;
  color: #FFFFFF;
  background-color: #0D64F2;
  width: 211px;
  padding: 15px;
  position: relative;
  display: flex;
  font-weight: bold;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
}

.nav-link__mail-icon {
  background: url(/jp/-/media/medicom/kenshin/mail-icon) no-repeat center/cover;
  width: 30px;
  height: 30px;
}

.nav-link__arrow-icon {
  background: url(/jp/-/media/medicom/kenshin/arrow-icon) no-repeat center/cover;
  width: 18px;
  height: 18px;
  padding-left: 5px;
}

@media screen and (max-width: 980px) {
  header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }

  .header__top {
    background-color: #fff;
    height: var(--51px);
  }
  
  .header-logo {
    width: var(--94px);
    top: var(--10px);
    left: var(--20px);
  }

  .nav {
    display: none;
    background-color: #E8F4F4;
    justify-content: center;
    flex-direction: column;
    padding: var(--25px) var(--45px);
    position: absolute;
    width: 100%;
    top: 100%;
  }

  header.is-open .nav {
    display: block;
    height: 100vh;
  }
  
  .nav__item--wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .nav__item-link {
    font-size: var(--16px);
    padding: var(--15px) 0;
  }

  .nav__item--wrap .nav__item-link {
    margin: 0;
  }
  
  .nav__item-link:hover::before,.nav-item__item a:hover::before {
    width: 0;
  }

  .nav-item__open-nav {
    font-size: var(--16px);
    padding: var(--15px);
    margin-right: calc(-1 * var(--15px));
    font-family: var(--typography--db);
    font-weight: bold;
  }
  
  .nav-item__list {
    position: unset;
    width: 100%;
    background: #fff;
    border-top: calc(0.5 / 320 * 100vw) #BFBFBF solid;
    border-bottom: calc(0.5 / 320 * 100vw) #BFBFBF solid;
    display: none;
  }

  .nav-item__item + .nav-item__item {
    background-image: linear-gradient(to right, #BFBFBF, #BFBFBF var(--8px), transparent var(--8px));
    background-size: var(--16px) calc(0.5 / 320 * 100vw);
    background-position: left top;
    background-repeat: repeat-x;
  }

  .nav-item__list.is-open {
    display: block;
  }
  
  .nav-item__list.active {
    display: none;
  }
  
  .nav-item__item {
    position: relative;
  }

  .nav-item__item a:after {
    content:"";
    display:block;
    width:16px;
    height:16px;
    position:absolute;
    background:url(/jp/-/media/medicom/kenshin/arrow-icon_gray);
    background-size:100%;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .nav-item__item a {
    font-family: var(--typography--m);
    font-size: var(--14px);
    padding: var(--14px) var(--15px) var(--14px) var(--10px);
    text-align: left;
    position: relative;
  }
  
  .nav__item-link--tel {
    font-family: var(--typography--db);
    font-size: var(--16px);
    padding: var(--15px) 0;
    font-weight: bold;
  }
  
  .nav-link__tel-icon {
    width: var(--16px);
    height: var(--16px);
    margin-right: var(--5px);
  }
  
  .nav__item-link--contact {
    font-size: var(--16px);
    color: #0D64F2;
    width: 100%;
    padding: var(--15px) 0;
    column-gap: var(--5px);
    justify-content: left;
    background-color: #E8F4F4;
  }
  
  .nav-link__mail-icon {
    background: url(/jp/-/media/medicom/kenshin/mail-icon) no-repeat center/cover;
    width: var(--16px);
    height: var(--16px);
  }

  .nav-link__mail-icon--blue {
    background: url(/jp/-/media/medicom/kenshin/mail-icon_blue) no-repeat center/cover;
    width: var(--16px);
    height: var(--16px);
  }
  .nav-item__open-nav.active {
    font-size:0;
    position:relative;
    height:55px;
  }

  .nav-item__open-nav.active:after {
    content:"";
    display:block;
    position:absolute;
    width:var(--12px);
    height:2px;
    background:#252525;
    bottom:0px;
    top:0;
    margin:auto;
    right:20px;
  }

  .menu {
    width: 15vw;
    height: 15vw;
    display: block;
    z-index: 99999;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu span {
    width: 7vw;
    height: 3px;
    display: block;
    background: #2f3e56;
    border-radius: 3vw;
    position: absolute;
    right: 5vw;
    top: 7vw;
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(0deg);
  }

  .menu span:not(:target) {
    display: block;
  }

  .menu .top {
    transform: translateY(-2vw);
  }

  .menu .bottom {
    transform: translateY(2vw);
  }

  .menu.is-open .middle {
    display: none;
  }

  .menu.is-open .top {
    transform: rotate(-25deg) translateY(0px);
    background: #2f3e56;
  }

  .menu.is-open .bottom {
    transform: rotate(25deg) translateY(0px);
    background: #2f3e56;
  }
}

/* footer */

footer {
  background: #f1f1f1;
  font-family: 'UD Shin Go Regular', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

footer .totop {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 80px;
  right: 35px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  -moz-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  z-index: 10;
  display: none;
}

footer .f_link {
  display: flex;
  justify-content: center;
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(241, 241, 241, 1) 60%, rgba(241, 241, 241, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(241, 241, 241, 1) 60%, rgba(241, 241, 241, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(241, 241, 241, 1) 60%, rgba(241, 241, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}

footer .f_link a {
  width: 100%;
  max-width: 400px;
  height: 235px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #0d64f2;
  box-sizing: border-box;
  display: block;
  position: relative;
}

footer .f_link a:hover {
  opacity: 1;
  transform: translateY(5px);
}

footer .f_link a + a {
  margin-left: 2px;
}

footer .f_link a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .f_link a span::before {
  font-family: "FontAwesome";
  font-size: 200%;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

footer .f_link a.mail span::before {
  content: "\f0e0";
}

footer .f_link a.tel span::before {
  content: "\f095";
}

footer .f_link a.partner span::before {
  content: "\f2b5";
}

footer .f_link_list {
  padding: 90px 15px 20px;
  display: flex;
  justify-content: center;
}

footer .f_link_list > div {
  width: 100%;
  max-width: 360px;
}

footer .f_link_list > div:last-of-type {
  max-width: 300px;
}

footer .f_link_list h2 {
  font-size: 16px;
  line-height: 1;
  color: #0d64f2;
  margin-bottom: 20px;
}

footer .f_link_list h2 a {
  color: #0d64f2;
}

footer .f_link_list h2 + h2 {
  margin-top: 35px;
}

footer .f_link_list li {
  font-size: 14px;
  line-height: 1;
  color: #0d64f2;
  font-family: var(--typography--m);
}

footer .f_link_list li + li {
  margin-top: 20px;
}

footer .f_link_list li ul {
  margin-top: 20px;
}

footer .f_link_list li ul li::before {
  content: "├";
  padding-right: 0.3em;
}

footer .f_link_list li ul li:last-of-type::before {
  content: "└";
}

footer > p {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 28px 15px;
}

footer > a {
  padding: 20px 0 30px 45px;
  box-sizing: border-box;
  display: inline-block;
}

footer > a img {
  width: 95px;
}

footer .copy {
  padding: 12px 45px;
  background: #fff;
  position: relative;
}

footer .copy a {
  font-size: 14px;
  line-height: 1;
  color: #252525;
  display: inline-block;
}

footer .copy a + a {
  margin-left: 45px;
}

footer .copy small {
  font-size: 14px;
  line-height: 1;
  color: #7b7b7b;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

footer .f_link_list {
  padding: 90px 15px 20px;
  display: flex;
  justify-content: center;
}

footer .f_link_list > div {
  width: 100%;
  max-width: 360px;
}

footer .f_link_list > div:last-of-type {
  max-width: 300px;
}

footer .f_link_list .f_link_list-title {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0d64f2;
  margin-bottom: 20px;
}

footer .f_link_list .f_link_list-title a {
  color: #0d64f2;
  text-decoration: none;
  transition: 0.3s linear;
  word-break: break-all;
}

footer .f_link_list .f_link_list-title + .f_link_list-title {
  margin-top: 35px;
}

footer .f_link_list li {
  font-size: 14px;
  line-height: 1;
  color: #0d64f2;
}

footer .f_link_list li + li {
  margin-top: 20px;
}

footer .f_link_list li ul {
  margin-top: 20px;
}

footer .f_link_list li ul li::before {
  content: "├";
  padding-right: 0.3em;
}

footer .f_link_list li ul li:last-of-type::before {
  content: "└";
}

@media screen and (max-width: 980px) {
  footer {
    line-height: 1.5;
    background: #f1f1f1;
    position: relative;
  }

  footer .totop {
    width: 11vw;
    height: 11vw;
    bottom: 5vw;
    right: 4vw;
    -webkit-box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
    -moz-box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
    box-shadow: 1vw 1vw 2vw 0px rgba(47, 69, 102, 0.4);
  }

  footer .f_link {
    display: block;
    padding: 0 6vw;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 80%, rgba(241, 241, 241, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 80%, rgba(241, 241, 241, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(241, 241, 241, 1) 80%, rgba(241, 241, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  }

  footer .f_link a {
    width: 100%;
    max-width: inherit;
    height: 33vw;
    font-size: 4vw;
  }

  footer .f_link a:hover {
    opacity: 1;
    transform: translateY(0);
  }

  footer .f_link a + a {
    margin-left: 0;
    margin-top: 1px;
  }

  footer .f_link a span {
    width: 100%;
    padding-left: 5vw;
    display: block;
    box-sizing: border-box;
  }

  footer .f_link a span::before {
    font-size: 150%;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 13vw;
    transform: translate(0, -50%);
  }

  footer .f_link_list {
    padding: 13vw 6vw 5vw;
    display: block;
  }

  footer .f_link_list > div {
    width: 100%;
    max-width: 100%;
  }

  footer .f_link_list > div + div {
    border-top: 1px solid #b1b9c5;
    padding-top: 5vw;
    margin-top: 5vw;
  }

  footer .f_link_list > div:last-of-type {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
  }

  footer .f_link_list > div:last-of-type h2 {
    display: inline-block;
    margin-right: 7vw;
    margin-bottom: 5vw;
  }

  footer .f_link_list h2 {
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  footer .f_link_list h2.b_line {
    border-bottom: 1px solid #c2c2c2;
    padding: 2vw 0 6vw;
    margin-bottom: 6vw;
  }

  footer .f_link_list h2 + h2 {
    margin-top: 0;
  }

  footer .f_link_list li {
    font-size: 3.8vw;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
  }

  footer .f_link_list li a {
    padding: 2vw 4vw;
    display: inline-block;
  }

  footer .f_link_list li + li {
    margin-top: 0;
  }

  footer .f_link_list li ul {
    margin-top: 0;
    padding-left: 0.5em;
    display: inline-block;
    position: relative;
  }

  footer .f_link_list li ul::before {
    content: "ー";
    color: #0d64f2;
    position: absolute;
    top: 1.4vw;
    left: -3vw;
  }

  footer .f_link_list li ul a {
    padding: 1vw;
  }

  footer .f_link_list li ul + li {
    margin: 0;
  }

  footer .f_link_list li ul li::before {
    content: "|";
    color: #87aff1;
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::before {
    content: "|";
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::after {
    content: "|";
    color: #87aff1;
  }

  footer > p {
    font-size: 2vw;
    line-height: 1.4;
    margin: 0 2vw;
    padding: 0 0 4vw;
    text-align: left;
    display: block;
  }

  footer > a {
    width: 18%;
    display: block;
    position: absolute;
    bottom: 12vw;
    left: 6vw;
    z-index: 1;
    padding: 0;
    margin: 0;
  }

  footer > a img {
    width: 100%;
    height: auto;
  }

  footer .copy {
    text-align: right;
    padding: 5vw 6vw 15vw;
    position: relative;
  }

  footer .copy a {
    font-size: 3.5vw;
    line-height: 1;
    display: inline-block;
  }

  footer .copy a + a {
    margin-left: 5vw;
  }

  footer .copy small {
    width: 100%;
    height: 11vw;
    font-size: 3vw;
    line-height: 11vw;
    text-align: center;
    display: block;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transform: translateY(0);
  }

  footer .f_link_list {
    padding: 13vw 6vw 5vw;
    display: block;
  }

  footer .f_link_list > div {
    width: 100%;
    max-width: 100%;
  }

  footer .f_link_list > div + div {
    border-top: 1px solid #b1b9c5;
    padding-top: 5vw;
    margin-top: 5vw;
  }

  footer .f_link_list > div:last-of-type {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
  }

  footer .f_link_list > div:last-of-type .f_link_list-title {
    display: inline-block;
    margin-right: 7vw;
    margin-bottom: 5vw;
  }

  footer .f_link_list .f_link_list-title {
    font-size: 3.8vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  footer .f_link_list .b_line {
    border-bottom: 1px solid #c2c2c2;
    padding: 2vw 0 6vw;
    margin-bottom: 6vw;
  }

  footer .f_link_list .f_link_list-title + .f_link_list-title {
    margin-top: 0;
  }

  footer .f_link_list li {
    font-size: 3.8vw;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
  }

  footer .f_link_list li a {
    padding: 2vw 4vw;
    display: inline-block;
  }

  footer .f_link_list li + li {
    margin-top: 0;
  }

  footer .f_link_list li ul {
    margin-top: 0;
    padding-left: 0.5em;
    display: inline-block;
    position: relative;
  }

  footer .f_link_list li ul::before {
    content: "ー";
    color: #0d64f2;
    position: absolute;
    top: 1.4vw;
    left: -3vw;
  }

  footer .f_link_list li ul a {
    padding: 1vw;
  }

  footer .f_link_list li ul + li {
    margin: 0;
  }

  footer .f_link_list li ul li::before {
    content: "|";
    color: #87aff1;
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::before {
    content: "|";
    padding: 0;
  }

  footer .f_link_list li ul li:last-of-type::after {
    content: "|";
    color: #87aff1;
  }
}

/* contact-form */

.contact-form {
  background-image: url(/jp/-/media/medicom/kenshin/contact-form_bg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.contact-form__inner {
  box-sizing: border-box;
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

.contact-form  .headding-Lv2 {
  color: #FFFFFF;
}

.contact-form .sub-headding {
  color: #FFFFFF;
}

.contact-form__box {
  background-color: #FFFFFF;
  padding: 40px 0;
}

.contact-form__tel {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 30px;
}

.contact-form__tel-text {
  font-size: 18px;
  line-height: 1.5;
  color: #252525;
  font-weight: :bold;
  letter-spacing: 0.05em;
}

.contact-form__tel-container {
  display: flex;
  column-gap: 7px;
  justify-content: center;
  align-items: end;
}

.contact-form__tel-num {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #252525;
}

.contact-form__tel-num--icon {
  content: "";
  background: url(/jp/-/media/medicom/kenshin/tel-icon) no-repeat center/cover;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.156rem;
  vertical-align: bottom;
}

.contact-form__tel-time {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.05em;
}

.contact-form__cta {
  display: flex;
  justify-content: center;
  column-gap: 80px;
}

.contact-form__cta-text.contact-form__cta-text--ct {
  color:#0d64f2;
  padding: 10px 26px 7px;
}

.contact-form__cta-text.contact-form__cta-text--ct:after {
  background:#0d64f2;
}

.contact-form__cta-text {
  color:#CC640A;
  font-weight:bold;
  font-size:12px;
  background:#ffffff;
  padding: 4px 26px 4px;
  position:relative;
  z-index:1;
  border:solid 2px;
  border-radius:9999px;
  margin:auto;
  left:0;
  right:0;
  width:fit-content;
  margin-bottom: -14px;
}

.contact-form__cta-text span {
  font-size:20px;
  line-height:1;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.contact-form__cta-text:after {
  content:"";
  width:10px;
  height:10px;
  display:block;
  position:absolute;
  transform:scale(0.5,1) rotate(45deg);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  z-index: 0;
  background:#CC640A;
}

.contact-form__cta-text:before {
  content:"";
  width:10px;
  height:10px;
  display:block;
  position:absolute;
  transform:scale(0.5,1) rotate(45deg);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4px;
  z-index: 1;
  background:#ffffff;
}

.contact-form__cta-btn--ct {
  display: block;
  width: 345px;
  line-height: 1;
  color: #FFFFFF;

  font-size: 20px;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  background-color: #0D64F2;
  font-weight: bold;
  position: relative;
}

.contact-form__cta-btn--ct::before {
  content: "";
  background: url(/jp/-/media/medicom/kenshin/mail-icon) no-repeat center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.contact-form__cta-btn--dl {
  display: block;
  width: 345px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  background-color: #DA7C10;
  position: relative;
}

.contact-form__cta-btn--dl::before {
  content: "";
  background: url(/jp/-/media/medicom/kenshin/dl-icon) no-repeat center/cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.contact-form__cta-btn--ct::after,.contact-form__cta-btn--dl::after {
  content: "";
  background: url(/jp/-/media/medicom/kenshin/arrow-icon) no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 25px;
}

@media screen and (max-width: 980px) {
  .contact-form {
    background-image: url(/jp/-/media/medicom/kenshin/contact-form_bg_sp);
    padding: var(--60px) 0;
  }
  
  .contact-form__inner {
    width: 100%;
  }
  
  .contact-form__box {
    padding: var(--30px) var(--15px);
  }
  
  .contact-form__tel {
    row-gap: var(--10px);
    margin-bottom: var(--30px);
  }
  
  .contact-form__tel-text {
    font-size: var(--18px);
  }
  
  .contact-form__tel-container {
    flex-direction: column;
    row-gap: calc(10.5 / 320 * 100vw);
    align-items: center;
  }
  
  .contact-form__tel-num {
    font-size: 9.6vw;
  }
  
  .contact-form__tel-num--icon {
    width: var(--32px);
    height: var(--32px);
    margin-right: var(--5px);
  }
  
  .contact-form__tel-time {
    font-size: var(--18px);
  }
  
  .contact-form__cta {
    flex-direction: column;
    row-gap: calc(16.5 / 320 * 100vw);
  }
  
  .contact-form__cta-text {
    font-size: var(--12px);
    margin-bottom: calc(-15.5 / 320 * 100vw);
  }
  
  .contact-form__cta-btn--ct {
    width: 100%;
    font-size: var(--16px);
    padding: var(--22px) var(--20px);
    border-radius: var(--10px);
  }
  
  .contact-form__cta-btn--ct::before {
    content: "";
    background: url(/jp/-/media/medicom/kenshin/mail-icon) no-repeat center/cover;
    width: var(--20px);
    height: var(--20px);
    left: var(--20px);
    top: var(--20px);
  }
  
  .contact-form__cta-btn--dl {
    width: 100%;
    font-size: var(--16px);
    padding: var(--22px) var(--20px);
    border-radius: var(--10px);
  }
  
  .contact-form__cta-btn--dl::before {
    content: "";
    background: url(/jp/-/media/medicom/kenshin/dl-icon) no-repeat center/cover;
    width: var(--20px);
    height: var(--20px);
    position: absolute;
    left: var(--20px);
    top: var(--20px);
  }
  
  .contact-form__cta-btn--ct::after,.contact-form__cta-btn--dl::after {
    width: var(--20px);
    height: var(--20px);
    right: var(--20px);
    top: var(--20px);
  }
}

/* hedding */
.headding-Lv2 {

  font-size: 32px;
  line-height: 1.625;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #252525;
  margin-bottom: 40px;
  text-align: center;
}

.headding-Lv2--2 {
  font-size:40px;
  text-align:center;
  font-weight:bold;
  color:#00A196;
  margin:auto auto 40px;
}

.headding-Lv2--2_underline {
  border-bottom:solid 3px;
  display: inline-block;
  line-height: 1;
}

.sub-headding {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00A196;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.case_col__title {
  color: #252525;
}

.totop {
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 80px;
  right: 35px;
  -webkit-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  -moz-box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  box-shadow: 6px 6px 16px 0px rgba(47, 69, 102, 0.4);
  z-index: 10;
  display: none;
}

@media screen and (max-width: 980px) {
  .headding-Lv2 {
    font-size: var(--24px);
    line-height: 1.5;
    padding: 0 var(--15px);
    margin-bottom: var(--34px);
  }
  .headding-Lv2--2 {
    font-size:7.4vw;
    line-height: 1.4;
    margin: auto auto 30px;
  }

  .sub-headding {
    font-size: var(--18px);
    margin-bottom: var(--14px);
  }
}

/* txt */
.txt {

  color: #252525;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.txt:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .txt {
    font-size: var(--14px);
    text-align: center;
  }

  .txt:not(:last-child) {
    margin-bottom: var(--30px);
  }
}

/* link */
.arrow-link {
  color: #0056A8;
  line-height: 1.5;
}

.arrow-link::before {
  content: '＞';
  display: inline-block;
  transform: scale(.6, 1);
  padding-right: .3em;
}

/* case_col */
.case_col {
  margin:auto;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding:20px;
  margin-bottom: 40px;
}

.case_col__txt {

  font-size: 16px;
  line-height: 1.75;
}

.case_col__title {

  font-weight: bold;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1;
}

.case_col__date {
  font-size:14px;
  line-height: 1;
  color:#808080;
  margin:0 0 15px;
}

.case_col__btn {
  margin-top: 50px;
}

.case_col__link {
  margin-top: 40px;
}

@media screen and (min-width: 981px) {
  .nav__item-link--tel {
    pointer-events: none;
  }
  .contact-form__tel-num {
    pointer-events: none;
  }
  .download_col2 {
    max-width:1060px;
    margin:auto auto 90px;
    padding:20px;
    display: flex;
    column-gap:40px;
  }

  .download_col2_col {
    width:50%;
  }

  .download_h1 {
    font-size:24px;

    font-weight: bold;
    border-bottom:3px solid #279183;
    text-align:center;
    margin:0 0 30px;
    padding:0 0 10px;
  }

  .download_text_lead {
    margin-top:40px;
    line-height:1.8;
    font-size:16px;
    margin-bottom:35px;
    border-bottom:3px #cccccc solid;
    padding-bottom:35px;
  }

  .download_checklist {
    margin-bottom:15px;
  }

  .download_checklist_li {
    line-height:1.8;
    position:relative;
    margin-left:20px;

    font-weight: bold;
  }

  .download_checklist_li:before {
    content:"";
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    left:-20px;
    top:6.7px;
    background:url(/jp/-/media/medicom/kenshin/bord_check-icon);
    background-size:100%;
  }

  .case_col {
    max-width:1060px;
    display:flex;
  }

  .case_col__img {
    margin-right:20px;
    max-width:350px;
    width:100%;
  }

  .case_col__title {
    margin: 0 0 15px;
    font-size: 20px;
  }

  .case_col__date {
    font-size:14px;
    margin:0 0 15px;
  }

  .case_col__btn {
    margin-top: 50px;
  }

  .case_col__link {
    margin-top: 40px;
  }
  .download_h2 {
    font-size: 18px;

    font-weight: bold;
    margin-bottom:10px;
  }
  .download_col2_col.downloadform_col {
    background:#EEFBFF;
    padding:40px 40px;
  }

  .download_h2_2 {
    font-size:16px;

    font-weight: bold;
    margin:auto auto 20px;
  }
}

@media screen and (max-width: 980px) {

  .download_col2_col + .download_col2_col {
    margin-top:12.5vw;
  }

  .downloadform_col {
     background:#EEFBFF;
    padding:8vw 0;
    margin:0 -20px;
  }

  .download_h2_2 {
    font-size:4.69vw;

    font-weight: bold;
    margin:auto auto 20px;
    text-align: center;
  }

  .pan_parent {
    overflow-x:auto;
    overflow-y:none;
  }

  .pan {
    width:max-content;
    margin: 0;
  }

  .pan_parent .pan {
    margin: 0;
  }

  .download_h2 {
    font-size: 4vw;

    font-weight: bold;
    margin-bottom:10px;
  }
  .download_col2 {
    margin:auto auto 90px;
    padding:20px;
  }

  .download_h1 {
    font-size:4.69vw;

    font-weight: bold;
    border-bottom:3px solid #279183;
    text-align:center;
    margin:0 0 30px;
    padding:0 0 10px;
  }

  .download_text_lead {
    margin-top:40px;
    line-height:1.8;
    font-size: 3.4vw;!3vw;!vw;
    margin-bottom:35px;
    border-bottom:3px #cccccc solid;
    padding-bottom:35px;
  }

  .download_checklist {
    margin-bottom:15px;
  }

  .download_checklist_li {
    line-height:1.8;
    position:relative;
    margin-left: 4vw;

    font-weight: bold;
    font-size: 3.75vw;
  }

  .download_checklist_li:before {
    content:"";
    width:3.43vw;
    height:3.43vw;
    display:block;
    position:absolute;
    left:-4vw;
    top:1.6vw;
    background:url(/jp/-/media/medicom/kenshin/bord_check-icon);
    background-size:100%;
  }

  .case_col {
    padding: var(--20px);
    font-size:4.3vw;
    width: var(--290px);
    margin-bottom: var(--40px);
  }

  .case_col__title {
    font-size: var(--20px);
    margin:0 0 var(--10px);
    line-height: 1.5;
  }

  .case_col__txt {
    font-size: var(--14px);
    line-height: 1.75;
  }

  .case_col__img {
    margin-bottom: var(--20px);
  }

  .case_col__date {
    font-size: var(--12px);
    margin-bottom: var(--15px);
  }

  .case_col__btn {
    margin-top: var(--50px);
  }

  .case_col__link {
    margin-top: var(--20px);
  }  
}

/* img-overlap */
.img-overlap_wrap {
  padding: 80px 0 0;
}

.img-overlap {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.img-overlap:not(:last-child) {
  margin-bottom: 50px;
}

.img-overlap.img-right {
  justify-content: right;
}

.img-overlap.img-left {
  justify-content: left;
}

.img-overlap.img-right .img-overlap__img {
  margin-left: -55px;
  margin-bottom: 60px;
  max-width: 750px;
  height: 100%;
}

.img-overlap.img-left .img-overlap__img {
  margin-right: -55px;
  margin-bottom: 60px;
  max-width: 750px;
  height: 100%;
}

.img-overlap__content {
  max-width: 625px;
  margin-top: 60px;
  padding: 50px 70px;
  background-color: #fff;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 10px #0000001A;
  z-index: 1;
}

.img-overlap__title {

  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #00A196;
}

.img-overlap__title:not(:last-child) {
  margin-bottom: 40px;
}

.img-overlap__text {

  color: #252525;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.img-overlap__text:not(:last-child) {
  margin-bottom: 15px;
}

.img-overlap__caption {
  padding-left: calc(1em + 5px);
  color: #252525;

  font-size: 12px;
  line-height: 1.4;
  position: relative;
}

.img-overlap__caption::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.text_annotation {
  font-size:12px;
  color: #252525;
}

.annotation_list {
  font-size:12px;
  color: #252525;
}

.annotation_list li {
  text-indent:-12px;
  padding-left:12px;
  line-height: 1.65;
}

.annotation_list li:before {
  content:"※";
}

.annotation_list li + li {
  margin-top: 10px;
}

.annotation_list.annotation_list_number {
  counter-reset: note-counter;
  list-style: none;
  padding-left: 0;
}

.annotation_list.annotation_list_number li {
  text-indent:-21px;
  padding-left:21px;
}

.annotation_list.annotation_list_number li::before {
  counter-increment: note-counter;
  content: "※" counter(note-counter) " ";
}


@media screen and (max-width: 980px) {
  .img-overlap_wrap {
    padding: var(--60px) 0 0;
  }

  .img-overlap {
    flex-direction: column;
  }

  .img-overlap:not(:last-child) {
    margin-bottom: var(--50px);
  }
  
  .img-overlap.img-right {
    justify-content: flex-start;
  }

  .img-overlap.img-left {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .img-overlap.img-right .img-overlap__img,.img-overlap.img-left .img-overlap__img {
    margin: calc(-1 * var(--20px)) auto 0;
    width: 100%;
    max-width: 100%;
  }

  .img-overlap__content {
    max-width: var(--290px);
    margin: 0 auto;
    padding: var(--30px) var(--20px);
    box-shadow: 0px var(--3px) var(--6px) #00000029;
  }

  .img-overlap__title {
    font-size: var(--22px);
  }

  .img-overlap__title:not(:last-child) {
    margin-bottom: var(--30px);
  }

  .img-overlap__text {
    font-size: var(--14px);
  }
  
  .img-overlap__text:not(:last-child) {
    margin-bottom: var(--30px);
  }

  .img-overlap__caption {
    padding-left: calc(1em + 5px);
    color: #252525;

    font-size: 12px;
    line-height: 1.4;
    position: relative;
  }
  
  .img-overlap__caption::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* col-2 */
.col-2 {
  width: 100%;
  max-width: 1060px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin: 0 auto;
}

.col-2__item {
  width: 57.17%;
}

.col-2__img {
  width: 38.113%;
}

.col-2__text {

  color: #252525;
  font-size: 16px;
  line-height: 1.75;
}

.col-2__text:not(:last-child) {
  margin-bottom: 15px;
}

.col-2__caption {
  padding-left: calc(1em + 5px);
  color: #252525;

  font-size: 12px;
  line-height: 1.4;
  position: relative;
}

.col-2__caption::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
  .col-2 {
    flex-direction: column;
    row-gap: var(--30px);
    padding: 0 var(--15px);
  }

  .col-2__item {
    width: 100%;
  }
  
  .col-2__img {
    width: 100%;
  }

  .col-2__text {
    text-align: center;
    font-size: var(--14px);
    line-height: 1.75;
  }

  .col-2__text:not(:last-child) {
    margin-bottom: calc(15 / 320 * 100vw);
  }

  .col-2__caption {
    padding-left: calc(1em + var(--5px));
    font-size: var(--12px);
  }
}

/* col-3 */
.col-3 {
  width: 100%;
  max-width: 1060px;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  row-gap: 50px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.col-3:not(:last-child) {
  margin-bottom: 40px;
}

.col-3__item {
  width: 30.188%;
}

.col-3__item--bord {
  width: 30.188%;
  padding: 30px 20px;
  background-color: #F5F5F5
}

.col-3__title {
  font-family: var(--typography--db);
  font-weight: bold;
  color: #00A196;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.col-3__title:not(:last-child) {
  margin-bottom: 15px;
}

.col-3__img:not(:last-child) {
  margin-bottom: 20px;
}

.col-3__text {
  font-family: var(--typography--db);
  color: #252525;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.col-3__text--20px {

  color: #252525;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.download_kv {
    padding:35px 95px;
    background:#F1F1F1;
}

@media screen and (max-width: 980px) {
  .download_kv {
    padding: 0;
    background: none;
  }
  .download_col3 {flex-flow: column;}
  .download_col3 li + li {
      margin-top:30px;
  }
  .col-3 {
    flex-direction: column;
    row-gap: var(--30px);
    padding: 0 var(--15px);
  }

  .col-3:not(:last-child) {
    margin-bottom: var(--40px);
  }

  .col-3__item {
    width: 100%;
  }

  .col-3__item--bord {
    width: 100%;
    padding: var(--30px) var(--20px);
  }

  .col-3__item--bord img {
    width: 100%;
  }

  .col-3__title {
    font-size: var(--22px);
  }  

  .col-3__title:not(:last-child) {
    margin-bottom: var(--15px);
  }

  .col-3__img {
    width: 100%;
  }

  .col-3__img:not(:last-child) {
    margin-bottom: var(--10px);
  }

  .col-3__text {
    font-size: var(--22px);
  }

  .col-3__text--20px {
    font-size: var(--22px);
  }
}

/* bord-col-3 */
.bord-col-3 {
  max-width: 1060px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin: 0 auto 40px;
}

.bord-col-3__item {
  width: 32.075%;
  background-color: #fff;
  padding: 40px 20px;
}

.bord-col-3__img {
  display: block;
  margin: 0 auto;
}

.bord-col-3__img:not(:last-child) {
  margin-bottom: 30px;
}

.bord-col-3__txt {
  font-family: var(--typography--db);
  color: #252525;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .bord-col-3 {
    flex-direction: column;
    row-gap: var(--20px);
    margin: 0 auto var(--40px);
    padding: 0 var(--15px);
  }

  .bord-col-3__item {
    width: 100%;
    padding: var(--40px) var(--20px);
  }

  .bord-col-3__img--check {
    width: var(--40px);
  }

  .bord-col-3__img:not(:last-child) {
    margin-bottom: var(--30px);
  }

  .bord-col-3__txt {
    font-size: var(--20px);
  }
}

/* trans-btn */
.trans-btn__wrapper {
  text-align: center;
}

.trans-btn {
  min-width: 250px;

  font-size: 16px;
  line-height: 1;
  color: #252525;
  text-align: center;
  background: #FFF;
  padding: 20px 30px;
  border: 1px solid #252525;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.trans-btn:hover{
  color: #FFF;
  opacity: 1;
  border: 1px solid #FFF;
}

.trans-btn::after {
  content: '';
  width: 102%;
  height: 102%;
  background: #0d64f2;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.trans-btn:hover::after {
  transform: scale(1, 1);
}

.trans-btn.bl{
  color: #FFF;
  background: #0d64f2;
  padding: 20px 30px;
  border: 1px solid #0d64f2;
}

.trans-btn.bl:hover{
  color: #252525;
  border: 1px solid #595656;
}

@media screen and (max-width: 980px) {

  .trans-btn{
    width: var(--290px);
    font-size: var(--14px);
    line-height: 1;
    color: #252525;
    background: #FFF;
    padding: var(--19px) var(--46px);
    border-radius: var(--28px);
  }

}

/* color */
.color_primaryc {
  color: #00A196;
}

.color_secondaryc {
  color: #F3FAFA;;
}

.color_tertiaryc {
  color: #fff;
}

.color_mainc {
  color: #252525;
}

/* bg */
.bg_primaryc {
  background-color: #00A196;
}

.bg_secondaryc {
  background-color: #F3FAFA;
}

.bg_whitec {
  background-color: #fff;
}

/* text-align */
.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.col-2.col-2-start {
  align-items: flex-start;
}

.col-2.col-2-start + .col-2.col-2-start {
  margin-top:30px;
}

.img-overlap__title.img-overlap__title__mini {
  font-size:22px;
}

:root {
  --typography--db: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --typography--b: "UD Shin Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --typography--r: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --typography--m: "UD Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  --1px: calc(1 / 320 * 100vw);
  --2px: calc(2 / 320 * 100vw);
  --3px: calc(3 / 320 * 100vw);
  --4px: calc(4 / 320 * 100vw);
  --5px: calc(5 / 320 * 100vw);
  --6px: calc(6 / 320 * 100vw);
  --7px: calc(7 / 320 * 100vw);
  --8px: calc(8 / 320 * 100vw);
  --9px: calc(9 / 320 * 100vw);
  --10px: calc(10 / 320 * 100vw);
  --11px: calc(11 / 320 * 100vw);
  --12px: calc(12 / 320 * 100vw);
  --13px: calc(13 / 320 * 100vw);
  --14px: calc(14 / 320 * 100vw);
  --15px: calc(15 / 320 * 100vw);
  --16px: calc(16 / 320 * 100vw);
  --17px: calc(17 / 320 * 100vw);
  --18px: calc(18 / 320 * 100vw);
  --19px: calc(19 / 320 * 100vw);
  --20px: calc(20 / 320 * 100vw);
  --21px: calc(21 / 320 * 100vw);
  --22px: calc(22 / 320 * 100vw);
  --23px: calc(23 / 320 * 100vw);
  --24px: calc(24 / 320 * 100vw);
  --25px: calc(25 / 320 * 100vw);
  --26px: calc(26 / 320 * 100vw);
  --27px: calc(27 / 320 * 100vw);
  --28px: calc(28 / 320 * 100vw);
  --29px: calc(29 / 320 * 100vw);
  --30px: calc(30 / 320 * 100vw);
  --31px: calc(31 / 320 * 100vw);
  --32px: calc(32 / 320 * 100vw);
  --33px: calc(33 / 320 * 100vw);
  --34px: calc(34 / 320 * 100vw);
  --35px: calc(35 / 320 * 100vw);
  --36px: calc(36 / 320 * 100vw);
  --37px: calc(37 / 320 * 100vw);
  --38px: calc(38 / 320 * 100vw);
  --39px: calc(39 / 320 * 100vw);
  --40px: calc(40 / 320 * 100vw);
  --41px: calc(41 / 320 * 100vw);
  --42px: calc(42 / 320 * 100vw);
  --43px: calc(43 / 320 * 100vw);
  --44px: calc(44 / 320 * 100vw);
  --45px: calc(45 / 320 * 100vw);
  --46px: calc(46 / 320 * 100vw);
  --47px: calc(47 / 320 * 100vw);
  --48px: calc(48 / 320 * 100vw);
  --49px: calc(49 / 320 * 100vw);
  --50px: calc(50 / 320 * 100vw);
  --51px: calc(51 / 320 * 100vw);
  --52px: calc(52 / 320 * 100vw);
  --53px: calc(53 / 320 * 100vw);
  --54px: calc(54 / 320 * 100vw);
  --55px: calc(55 / 320 * 100vw);
  --56px: calc(56 / 320 * 100vw);
  --57px: calc(57 / 320 * 100vw);
  --58px: calc(58 / 320 * 100vw);
  --59px: calc(59 / 320 * 100vw);
  --60px: calc(60 / 320 * 100vw);
  --61px: calc(61 / 320 * 100vw);
  --62px: calc(62 / 320 * 100vw);
  --63px: calc(63 / 320 * 100vw);
  --64px: calc(64 / 320 * 100vw);
  --65px: calc(65 / 320 * 100vw);
  --66px: calc(66 / 320 * 100vw);
  --67px: calc(67 / 320 * 100vw);
  --68px: calc(68 / 320 * 100vw);
  --69px: calc(69 / 320 * 100vw);
  --70px: calc(70 / 320 * 100vw);
  --71px: calc(71 / 320 * 100vw);
  --72px: calc(72 / 320 * 100vw);
  --73px: calc(73 / 320 * 100vw);
  --74px: calc(74 / 320 * 100vw);
  --75px: calc(75 / 320 * 100vw);
  --76px: calc(76 / 320 * 100vw);
  --77px: calc(77 / 320 * 100vw);
  --78px: calc(78 / 320 * 100vw);
  --79px: calc(79 / 320 * 100vw);
  --80px: calc(80 / 320 * 100vw);
  --81px: calc(81 / 320 * 100vw);
  --82px: calc(82 / 320 * 100vw);
  --83px: calc(83 / 320 * 100vw);
  --84px: calc(84 / 320 * 100vw);
  --85px: calc(85 / 320 * 100vw);
  --86px: calc(86 / 320 * 100vw);
  --87px: calc(87 / 320 * 100vw);
  --88px: calc(88 / 320 * 100vw);
  --89px: calc(89 / 320 * 100vw);
  --90px: calc(90 / 320 * 100vw);
  --91px: calc(91 / 320 * 100vw);
  --92px: calc(92 / 320 * 100vw);
  --93px: calc(93 / 320 * 100vw);
  --94px: calc(94 / 320 * 100vw);
  --95px: calc(95 / 320 * 100vw);
  --96px: calc(96 / 320 * 100vw);
  --97px: calc(97 / 320 * 100vw);
  --98px: calc(98 / 320 * 100vw);
  --99px: calc(99 / 320 * 100vw);
  --100px: calc(100 / 320 * 100vw);
  --101px: calc(101 / 320 * 100vw);
  --102px: calc(102 / 320 * 100vw);
  --103px: calc(103 / 320 * 100vw);
  --104px: calc(104 / 320 * 100vw);
  --105px: calc(105 / 320 * 100vw);
  --106px: calc(106 / 320 * 100vw);
  --107px: calc(107 / 320 * 100vw);
  --108px: calc(108 / 320 * 100vw);
  --109px: calc(109 / 320 * 100vw);
  --110px: calc(110 / 320 * 100vw);
  --111px: calc(111 / 320 * 100vw);
  --112px: calc(112 / 320 * 100vw);
  --113px: calc(113 / 320 * 100vw);
  --114px: calc(114 / 320 * 100vw);
  --115px: calc(115 / 320 * 100vw);
  --116px: calc(116 / 320 * 100vw);
  --117px: calc(117 / 320 * 100vw);
  --118px: calc(118 / 320 * 100vw);
  --119px: calc(119 / 320 * 100vw);
  --120px: calc(120 / 320 * 100vw);
  --121px: calc(121 / 320 * 100vw);
  --122px: calc(122 / 320 * 100vw);
  --123px: calc(123 / 320 * 100vw);
  --124px: calc(124 / 320 * 100vw);
  --125px: calc(125 / 320 * 100vw);
  --126px: calc(126 / 320 * 100vw);
  --127px: calc(127 / 320 * 100vw);
  --128px: calc(128 / 320 * 100vw);
  --129px: calc(129 / 320 * 100vw);
  --130px: calc(130 / 320 * 100vw);
  --131px: calc(131 / 320 * 100vw);
  --132px: calc(132 / 320 * 100vw);
  --133px: calc(133 / 320 * 100vw);
  --134px: calc(134 / 320 * 100vw);
  --135px: calc(135 / 320 * 100vw);
  --136px: calc(136 / 320 * 100vw);
  --137px: calc(137 / 320 * 100vw);
  --138px: calc(138 / 320 * 100vw);
  --139px: calc(139 / 320 * 100vw);
  --140px: calc(140 / 320 * 100vw);
  --141px: calc(141 / 320 * 100vw);
  --142px: calc(142 / 320 * 100vw);
  --143px: calc(143 / 320 * 100vw);
  --144px: calc(144 / 320 * 100vw);
  --145px: calc(145 / 320 * 100vw);
  --146px: calc(146 / 320 * 100vw);
  --147px: calc(147 / 320 * 100vw);
  --148px: calc(148 / 320 * 100vw);
  --149px: calc(149 / 320 * 100vw);
  --150px: calc(150 / 320 * 100vw);
  --151px: calc(151 / 320 * 100vw);
  --152px: calc(152 / 320 * 100vw);
  --153px: calc(153 / 320 * 100vw);
  --154px: calc(154 / 320 * 100vw);
  --155px: calc(155 / 320 * 100vw);
  --156px: calc(156 / 320 * 100vw);
  --157px: calc(157 / 320 * 100vw);
  --158px: calc(158 / 320 * 100vw);
  --159px: calc(159 / 320 * 100vw);
  --160px: calc(160 / 320 * 100vw);
  --161px: calc(161 / 320 * 100vw);
  --162px: calc(162 / 320 * 100vw);
  --163px: calc(163 / 320 * 100vw);
  --164px: calc(164 / 320 * 100vw);
  --165px: calc(165 / 320 * 100vw);
  --166px: calc(166 / 320 * 100vw);
  --167px: calc(167 / 320 * 100vw);
  --168px: calc(168 / 320 * 100vw);
  --169px: calc(169 / 320 * 100vw);
  --170px: calc(170 / 320 * 100vw);
  --171px: calc(171 / 320 * 100vw);
  --172px: calc(172 / 320 * 100vw);
  --173px: calc(173 / 320 * 100vw);
  --174px: calc(174 / 320 * 100vw);
  --175px: calc(175 / 320 * 100vw);
  --176px: calc(176 / 320 * 100vw);
  --177px: calc(177 / 320 * 100vw);
  --178px: calc(178 / 320 * 100vw);
  --179px: calc(179 / 320 * 100vw);
  --180px: calc(180 / 320 * 100vw);
  --181px: calc(181 / 320 * 100vw);
  --182px: calc(182 / 320 * 100vw);
  --183px: calc(183 / 320 * 100vw);
  --184px: calc(184 / 320 * 100vw);
  --185px: calc(185 / 320 * 100vw);
  --186px: calc(186 / 320 * 100vw);
  --187px: calc(187 / 320 * 100vw);
  --188px: calc(188 / 320 * 100vw);
  --189px: calc(189 / 320 * 100vw);
  --190px: calc(190 / 320 * 100vw);
  --191px: calc(191 / 320 * 100vw);
  --192px: calc(192 / 320 * 100vw);
  --193px: calc(193 / 320 * 100vw);
  --194px: calc(194 / 320 * 100vw);
  --195px: calc(195 / 320 * 100vw);
  --196px: calc(196 / 320 * 100vw);
  --197px: calc(197 / 320 * 100vw);
  --198px: calc(198 / 320 * 100vw);
  --199px: calc(199 / 320 * 100vw);
  --200px: calc(200 / 320 * 100vw);
  --201px: calc(201 / 320 * 100vw);
  --202px: calc(202 / 320 * 100vw);
  --203px: calc(203 / 320 * 100vw);
  --204px: calc(204 / 320 * 100vw);
  --205px: calc(205 / 320 * 100vw);
  --206px: calc(206 / 320 * 100vw);
  --207px: calc(207 / 320 * 100vw);
  --208px: calc(208 / 320 * 100vw);
  --209px: calc(209 / 320 * 100vw);
  --210px: calc(210 / 320 * 100vw);
  --211px: calc(211 / 320 * 100vw);
  --212px: calc(212 / 320 * 100vw);
  --213px: calc(213 / 320 * 100vw);
  --214px: calc(214 / 320 * 100vw);
  --215px: calc(215 / 320 * 100vw);
  --216px: calc(216 / 320 * 100vw);
  --217px: calc(217 / 320 * 100vw);
  --218px: calc(218 / 320 * 100vw);
  --219px: calc(219 / 320 * 100vw);
  --220px: calc(220 / 320 * 100vw);
  --221px: calc(221 / 320 * 100vw);
  --222px: calc(222 / 320 * 100vw);
  --223px: calc(223 / 320 * 100vw);
  --224px: calc(224 / 320 * 100vw);
  --225px: calc(225 / 320 * 100vw);
  --226px: calc(226 / 320 * 100vw);
  --227px: calc(227 / 320 * 100vw);
  --228px: calc(228 / 320 * 100vw);
  --229px: calc(229 / 320 * 100vw);
  --230px: calc(230 / 320 * 100vw);
  --231px: calc(231 / 320 * 100vw);
  --232px: calc(232 / 320 * 100vw);
  --233px: calc(233 / 320 * 100vw);
  --234px: calc(234 / 320 * 100vw);
  --235px: calc(235 / 320 * 100vw);
  --236px: calc(236 / 320 * 100vw);
  --237px: calc(237 / 320 * 100vw);
  --238px: calc(238 / 320 * 100vw);
  --239px: calc(239 / 320 * 100vw);
  --240px: calc(240 / 320 * 100vw);
  --241px: calc(241 / 320 * 100vw);
  --242px: calc(242 / 320 * 100vw);
  --243px: calc(243 / 320 * 100vw);
  --244px: calc(244 / 320 * 100vw);
  --245px: calc(245 / 320 * 100vw);
  --246px: calc(246 / 320 * 100vw);
  --247px: calc(247 / 320 * 100vw);
  --248px: calc(248 / 320 * 100vw);
  --249px: calc(249 / 320 * 100vw);
  --250px: calc(250 / 320 * 100vw);
  --251px: calc(251 / 320 * 100vw);
  --252px: calc(252 / 320 * 100vw);
  --253px: calc(253 / 320 * 100vw);
  --254px: calc(254 / 320 * 100vw);
  --255px: calc(255 / 320 * 100vw);
  --256px: calc(256 / 320 * 100vw);
  --257px: calc(257 / 320 * 100vw);
  --258px: calc(258 / 320 * 100vw);
  --259px: calc(259 / 320 * 100vw);
  --260px: calc(260 / 320 * 100vw);
  --261px: calc(261 / 320 * 100vw);
  --262px: calc(262 / 320 * 100vw);
  --263px: calc(263 / 320 * 100vw);
  --264px: calc(264 / 320 * 100vw);
  --265px: calc(265 / 320 * 100vw);
  --266px: calc(266 / 320 * 100vw);
  --267px: calc(267 / 320 * 100vw);
  --268px: calc(268 / 320 * 100vw);
  --269px: calc(269 / 320 * 100vw);
  --270px: calc(270 / 320 * 100vw);
  --271px: calc(271 / 320 * 100vw);
  --272px: calc(272 / 320 * 100vw);
  --273px: calc(273 / 320 * 100vw);
  --274px: calc(274 / 320 * 100vw);
  --275px: calc(275 / 320 * 100vw);
  --276px: calc(276 / 320 * 100vw);
  --277px: calc(277 / 320 * 100vw);
  --278px: calc(278 / 320 * 100vw);
  --279px: calc(279 / 320 * 100vw);
  --280px: calc(280 / 320 * 100vw);
  --281px: calc(281 / 320 * 100vw);
  --282px: calc(282 / 320 * 100vw);
  --283px: calc(283 / 320 * 100vw);
  --284px: calc(284 / 320 * 100vw);
  --285px: calc(285 / 320 * 100vw);
  --286px: calc(286 / 320 * 100vw);
  --287px: calc(287 / 320 * 100vw);
  --288px: calc(288 / 320 * 100vw);
  --289px: calc(289 / 320 * 100vw);
  --290px: calc(290 / 320 * 100vw);
  --291px: calc(291 / 320 * 100vw);
  --292px: calc(292 / 320 * 100vw);
  --293px: calc(293 / 320 * 100vw);
  --294px: calc(294 / 320 * 100vw);
  --295px: calc(295 / 320 * 100vw);
  --296px: calc(296 / 320 * 100vw);
  --297px: calc(297 / 320 * 100vw);
  --298px: calc(298 / 320 * 100vw);
  --299px: calc(299 / 320 * 100vw);
  --300px: calc(300 / 320 * 100vw);
  --301px: calc(301 / 320 * 100vw);
  --302px: calc(302 / 320 * 100vw);
  --303px: calc(303 / 320 * 100vw);
  --304px: calc(304 / 320 * 100vw);
  --305px: calc(305 / 320 * 100vw);
  --306px: calc(306 / 320 * 100vw);
  --307px: calc(307 / 320 * 100vw);
  --308px: calc(308 / 320 * 100vw);
  --309px: calc(309 / 320 * 100vw);
  --310px: calc(310 / 320 * 100vw);
  --311px: calc(311 / 320 * 100vw);
  --312px: calc(312 / 320 * 100vw);
  --313px: calc(313 / 320 * 100vw);
  --314px: calc(314 / 320 * 100vw);
  --315px: calc(315 / 320 * 100vw);
  --316px: calc(316 / 320 * 100vw);
  --317px: calc(317 / 320 * 100vw);
  --318px: calc(318 / 320 * 100vw);
  --319px: calc(319 / 320 * 100vw);
  --320px: calc(320 / 320 * 100vw);
  --438px: calc(438 / 320 * 100vw);
  --462px: calc(462 / 320 * 100vw);
}

.download_section {
    max-width: 1600px;
    margin: auto auto 80px;
    padding:0 20px;
}

.download_h2_3 {
    text-align:center;
    font-size:24px;

    font-weight: bold;
    border-bottom:3px solid #279183;
    text-align:center;
    margin:0 0 30px;
    padding:0 0 10px;
}

.is-active + .nav-link__btm-arrow-icon {
  transform:rotate(180deg);
}
.cta-btn__catch-txt2{
  margin-left: 18px;
}

.contact-form_cta-btn_btmlink {
  color:#0056A8;
  font-size:14px;
  display:block;
  margin:20px auto auto;
  text-align: center;
}

.contact-form_cta-btn_btmlink:after {
  content:"PDF";
  color:#E74D4C;
  font-size: 10px;
  border:solid 1px;
  padding:2px 2px;
  line-height:1;
  margin-left: 3px;
  display: inline-flex;
}

@media screen and (max-width: 980px) {
  .cta-btn__catch-txt2{
    margin-left: 0px;
  }
  .cta-btn__wrapper{
    text-align: center;
  }
  .kv_titleLogo{
    max-width: 90vw;
  }
  .contact-form_cta-btn_btmlink {
    font-size:3.6vw;
  }
  .contact-form_cta-btn_btmlink:after {
    font-size: 2.4vw;
  }
}