body {
  color: #303336;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  overflow: hidden;
}

.pc-only {
  display: none;
}

.h1-body {
  display: none;
  background: #FFF;
}

.head {
  position: absolute;
  width: 100%;
  height: 6em;
  background: #FFF;
  z-index: 2;
  -webkit-box-shadow: 0 0.5em 0.5em rgba(48, 51, 54, 0.025);
          box-shadow: 0 0.5em 0.5em rgba(48, 51, 54, 0.025);
}
.head .head-logo {
  margin: 1.5em 0 1.5em 1.5em;
  font-size: 10px;
  font-size: 1rem;
}
.head .head-logo a img {
  height: 3em;
  width: auto;
}
.head .head-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 6em;
  height: 6em;
  font-size: 10px;
  font-size: 1rem;
  background-color: rgab(#FFF, 0);
  z-index: 20;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.head .head-menu:before, .head .head-menu:after,
.head .head-menu span {
  content: "";
  display: block;
  position: absolute;
  left: 1.6rem;
  width: 2.8em;
  height: 0;
  overflow: hidden;
  border-top: solid 2px #1B9AAA;
}
.head .head-menu:before {
  top: 1.8em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 1s;
  transition: 1s;
}
.head .head-menu span {
  top: 2.9em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.head .head-menu:after {
  bottom: 1.8em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.is-start .head-menu {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.is-open .head-menu {
  cursor: pointer;
}
.is-open .head-menu:before {
  top: 3em;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition: 1s;
  transition: 1s;
}
.is-open .head-menu span {
  top: 2.9em;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.is-open .head-menu:after {
  bottom: 2.8em;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.head-wrap {
  position: fixed;
  display: none;
  top: 0;
  width: 100%;
  padding: 0 1.5em 100em 1.5em;
  height: 150vh;
  /* Fallback */
  margin-bottom: 50vh;
  background: #FFF;
  overflow: hidden;
  z-index: 10;
}

.is-open .head {
  background: #FFF;
}
.is-open .foot-nav-doc {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.head-nav {
  padding: 2em 2.5em 1em 2.5em;
}
.head-nav li {
  text-align: center;
  line-height: 1em;
}
.head-nav .head-nav-med .link-svg {
  fill: #1B9AAA;
  vertical-align: -0.15em;
  margin-right: 0.15em;
}
.head-nav > li {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #D2DCE3;
}
.head-nav > li:last-child {
  border: 0;
}
.head-nav > li > a {
  display: block;
  padding: 1.25em 0;
  font-weight: bold;
}
.head-nav > li > a:link, .head-nav > li > a:visited, .head-nav > li > a:hover, .head-nav > li > a:active {
  text-decoration: none;
  color: #1B9AAA;
}
.head-nav > li ul {
  padding-bottom: 0.5em;
}
.head-nav > li li {
  font-size: 14px;
  font-size: 1.4rem;
}
.head-nav > li li .sub {
  display: none;
}
.head-nav > li li a {
  display: block;
  margin-bottom: 1.0714285714em;
}
.head-nav > li li a:link, .head-nav > li li a:visited, .head-nav > li li a:hover, .head-nav > li li a:active {
  text-decoration: none;
  color: #1B9AAA;
}

.head-btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1.5625em;
}
.head-btn a {
  display: block;
  position: relative;
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.0625em 1.875em 1.0625em 1.5625em;
  text-align: center;
  line-height: 1;
  background: #F07D7D;
  border-radius: 3.125em;
  -webkit-box-shadow: 0 0.3125em 0.625em rgba(48, 51, 54, 0.2);
          box-shadow: 0 0.3125em 0.625em rgba(48, 51, 54, 0.2);
}
.head-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.0625em;
  right: 1.5625em;
  width: 0.4375em;
  height: 1em;
  background: url("../img/share/btn_arr.svg") top center/cover no-repeat;
}
.head-btn a:link, .head-btn a:visited, .head-btn a:hover, .head-btn a:active {
  text-decoration: none;
  color: #FFF;
  letter-spacing: 0.1em;
}
.head-btn .pc {
  display: none;
}

.top-footer {
  padding: 4em 1.5em 12em 1.5em;
  background: #1B9AAA;
  color: #FFF;
}
.top-footer a {
  color: inherit;
}
.top-footer a:link, .top-footer a:visited {
  text-decoration: underline;
}
.top-footer a:hover, .top-footer a:active {
  text-decoration: none;
}
.top-footer h2 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.top-footer h2 img {
  width: 12.5em;
  vertical-align: bottom;
}
.top-footer .foot-list {
  text-align: center;
  margin-top: 2em;
}
.top-footer .foot-list li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
}
.top-footer .foot-list li a {
  padding: 0.5em 0;
}
.top-footer .foot-list li + li {
  margin-left: 1.3333333333em;
}
.top-footer .copy {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 2.6666666667em;
  text-align: center;
}
.top-footer .copy span {
  display: block;
}
.top-footer .copy .sub {
  margin-top: 0.4166666667em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .top-footer {
    padding: 4em 1.5em 6em 1.5em;
  }
  .top-footer .foot-list {
    margin-top: 2em;
  }
  .top-footer .foot-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top-footer .foot-list li + li {
    margin-left: 1.25em;
  }
  .top-footer .copy br {
    display: none;
  }
}

.top-cv-btn {
  margin-block: 3em;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1 !important;
}
.top-cv-btn a {
  display: block;
  position: relative;
  padding: 1.380952381em 1.9047619048em;
  border-radius: 1.9047619048em;
  -webkit-box-shadow: 0 0.2380952381em 0.4761904762em rgba(7, 16, 19, 0.2);
          box-shadow: 0 0.2380952381em 0.4761904762em rgba(7, 16, 19, 0.2);
}
.top-cv-btn a:link, .top-cv-btn a:visited, .top-cv-btn a:hover, .top-cv-btn a:active {
  text-decoration: none;
  color: #FFF;
}
.top-cv-btn a:after {
  content: "";
  position: absolute;
  right: 1.1904761905em;
  top: 1.380952381em;
  display: block;
  width: 0.380952381em;
  height: 0.9523809524em;
  background: url("../img/share/btn_arr.svg") top center/cover no-repeat;
}
.top-cv-btn .pc {
  display: none;
}
.top-cv-btn a {
  background: #F07D7D;
  background: #084B83;
  background: -webkit-gradient(linear, left top, left bottom, from(#084B83), to(rgb(32.7, 93, 143.4)));
  background: linear-gradient(to bottom, #084B83 0%, rgb(32.7, 93, 143.4) 100%);
}
.top-cv-btn a:before {
  content: "";
  display: inline-block;
  width: 1.2857142857em;
  height: 1.4285714286em;
  margin: -0.4285714286em 0.1428571429em -0.4285714286em 0;
  background: url("../img/top2021/btn_doc.svg") top center/contain no-repeat;
}
.top-cv-btn .cv-tag {
  display: block;
  position: absolute;
  left: 50%;
  top: -1.5333333333em;
  width: 13.3333333333em;
  padding: 0.3333333333em;
  font-size: 15px;
  font-size: 1.5rem;
  background: #66BC22;
  border: solid 2px #FFF;
  border-radius: 3px;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: 0 0.1333333333em 0.3333333333em rgba(255, 255, 255, 0.1);
          box-shadow: 0 0.1333333333em 0.3333333333em rgba(255, 255, 255, 0.1);
}
.top-cv-btn .cv-tag:before, .top-cv-btn .cv-tag:after {
  content: "";
  position: absolute;
  right: calc(50% - 7px);
  bottom: 0;
  border-style: solid;
  border-width: 0.6666666667em 0.4666666667em 0 0.4666666667em;
  border-color: #007bff transparent transparent transparent;
}
.top-cv-btn .cv-tag:before {
  bottom: -0.6666666667em;
  border-color: #FFF transparent transparent transparent;
}
.top-cv-btn .cv-tag:after {
  bottom: -0.4em;
  border-color: #66BC22 transparent transparent transparent;
}
.top-cv-btn + .cv-app {
  margin-top: 0.6666666667em;
}
@media only screen and (min-width: 768px) {
  .top-cv-btn {
    margin-block: 2.1428571429em 0.7142857143em;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }
  .top-cv-btn a {
    max-width: 22.8571428571em;
    padding: 1.1071428571em 1.6071428571em;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1.6071428571em;
    -webkit-box-shadow: 0 0.7142857143em 0.7142857143em rgba(7, 16, 19, 0.15);
            box-shadow: 0 0.7142857143em 0.7142857143em rgba(7, 16, 19, 0.15);
  }
  .top-cv-btn a:after {
    right: 1.0714285714em;
    top: 1.0714285714em;
    width: 0.4285714286em;
    height: 1.0714285714em;
    background: url("../img/share/btn_arr.svg") top center/cover no-repeat;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .top-cv-btn a:link, .top-cv-btn a:visited {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .top-cv-btn a:hover, .top-cv-btn a:active {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .top-cv-btn a:hover:after, .top-cv-btn a:active:after {
    right: 0.9285714286em;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
  .top-cv-btn .pc {
    display: inline;
  }
  .top-cv-btn a:before {
    width: 1.0714285714em;
    height: 1.25em;
    margin: -0.3571428571em 0.1071428571em -0.2857142857em 0;
  }
  .top-cv-btn .cv-tag {
    top: -1.6666666667em;
    width: 14.4444444444em;
    padding: 0.5em 0;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 1.1111111111em;
    -webkit-box-shadow: 0 0.1111111111em 0.2777777778em rgba(255, 255, 255, 0.1);
            box-shadow: 0 0.1111111111em 0.2777777778em rgba(255, 255, 255, 0.1);
  }
  .top-cv-btn .cv-tag:before, .top-cv-btn .cv-tag:after {
    border-width: 0.5555555556em 0.3888888889em 0 0.3888888889em;
  }
  .top-cv-btn .cv-tag:before {
    bottom: -0.5555555556em;
  }
  .top-cv-btn .cv-tag:after {
    bottom: -0.3333333333em;
  }
  .top-cv-btn + .cv-app {
    margin-top: 0.8333333333em;
  }
}

.foot-nav-doc {
  position: fixed;
  bottom: -10em;
  display: block;
  width: 100%;
  padding: 2em 0;
  background: #FFF;
  -webkit-box-shadow: 0 0 1em rgba(48, 51, 54, 0.15);
          box-shadow: 0 0 1em rgba(48, 51, 54, 0.15);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 10;
}
.foot-nav-doc p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1.5625em;
}
.foot-nav-doc p a,
.foot-nav-doc p span {
  display: block;
  position: relative;
  max-width: 40em;
  margin-right: auto;
  margin-left: auto;
  padding: 1.0625em 1.875em 1.0625em 1.5625em;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.05em;
  opacity: 1;
  background: #084B83;
  border-radius: 3.125em;
  -webkit-box-shadow: 0 0.3125em 0.625em rgba(48, 51, 54, 0.2);
          box-shadow: 0 0.3125em 0.625em rgba(48, 51, 54, 0.2);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.foot-nav-doc p a:after,
.foot-nav-doc p span:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.0625em;
  right: 1.5625em;
  width: 0.4375em;
  height: 1em;
  background: url("../img/share/btn_arr.svg") top center/cover no-repeat;
}
.foot-nav-doc p a:hover,
.foot-nav-doc p span:hover {
  opacity: 0.7;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .foot-nav-doc {
    display: none;
  }
}

.is-doc .foot-nav-doc {
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .h1-body {
    display: block;
    padding: 0.5em 1.5em;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1;
    color: #BAC6CC;
  }
  .head {
    height: 5em;
    background: #FFF;
  }
  .head .head-logo {
    margin: 0.5em 0 1.5em 1.5em;
  }
  .head .head-menu {
    top: 0.5em;
  }
  .head-wrap {
    padding: 1em 1.5em 0 1.5em;
  }
  .is-start .head-menu {
    top: 0;
    -webkit-transition: 0;
    transition: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .h1-body {
    padding: 0.9090909091em 2.2727272727em 0.4545454545em 2.4545454545em;
  }
  .head {
    height: 8em;
    background: #FFF;
  }
  .head .head-logo {
    position: absolute;
    left: 2.5em;
    top: 0.8em;
    top: 1.4em;
    margin: 0;
    z-index: 11;
  }
  .head .head-logo a img {
    height: 3.5em;
  }
  .head .head-menu {
    display: none;
  }
  .is-nav-scroll1 .head {
    position: fixed;
    top: -11em;
    border-top: solid 13px #FFF;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .is-nav-scroll1 .head .head-logo {
    top: 0;
  }
  .is-nav-scroll2 .head {
    top: 0;
    -webkit-transition: top 1s;
    transition: top 1s;
    -webkit-box-shadow: 0 -1em 2em rgba(0, 0, 0, 0.1);
            box-shadow: 0 -1em 2em rgba(0, 0, 0, 0.1);
  }
  .head-wrap {
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    height: auto;
    overflow: visible;
  }
  .head-nav {
    display: block;
    float: right;
    width: 100em;
    padding: 1em 24em 0 0;
    text-align: right;
  }
  .head-nav li {
    text-align: center;
    line-height: 1em;
  }
  .head-nav .head-nav-med .link-svg {
    fill: #999;
  }
  .head-nav .head-nav-med a:hover, .head-nav .head-nav-med a:active {
    color: #FFF;
  }
  .head-nav .head-nav-med a:hover .link-svg, .head-nav .head-nav-med a:active .link-svg {
    fill: #FFF;
  }
  .head-nav > li {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0;
    background: #FFF;
    border-radius: 0.3em;
  }
  .head-nav > li:hover {
    background: #1B9AAA;
    color: #FFF;
  }
  .head-nav > li:last-child {
    border: 0;
  }
  .head-nav > li > a {
    display: block;
    padding: 0.625em 0.75em;
    font-weight: normal;
  }
  .head-nav > li > a:link, .head-nav > li > a:visited {
    color: #303336;
    color: inherit;
  }
  .head-nav > li > a:hover, .head-nav > li > a:active {
    text-decoration: none;
    color: #FFF;
  }
  .head-nav > li.top-nav-cours:hover ul {
    display: block;
  }
  .head-nav > li ul {
    display: none;
    position: absolute;
    padding: 1.3em 1.5em 0.7em 1em;
  }
  .head-nav > li ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    border-radius: 0.3em;
    width: 100%;
    height: 100%;
    background: rgb(232.2, 244.9, 246.5);
    z-index: -1;
  }
  .head-nav > li li {
    padding: 0.7142857143em 0 0.7142857143em 1.4285714286em;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    border-left: solid 1px rgba(27, 154, 170, 0.25);
  }
  .head-nav > li li .sub {
    display: inline;
  }
  .head-nav > li li a {
    display: block;
    margin: 0;
  }
  .head-nav > li li a:link, .head-nav > li li a:visited {
    color: rgb(20.25, 115.5, 127.5);
  }
  .head-nav > li li a:hover, .head-nav > li li a:active {
    color: #1b9aaa;
  }
  .head-btn {
    position: absolute;
    right: 0.3125em;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 1.5625em;
  }
  .head-btn a {
    padding: 1.0625em 1.25em 1.0625em 1.5625em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .head-btn a:after {
    content: normal;
  }
  .head-btn a:link, .head-btn a:visited {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .head-btn a:hover, .head-btn a:active {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .head-btn .sp {
    display: none;
  }
  .head-btn .pc {
    display: inline;
  }
}