@charset "UTF-8";
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

html, body {
  background-color: #fff; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.03rem; }

img, object, embed {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

a:hover,
a:focus {
  text-decoration: none; }

em {
  font-style: normal;
  font-weight: bold; }

.sectionWrapper,
.sectionInner {
  margin: 0 auto; }

.sectionWrapper {
  background-color: #f2f7f5; }

.sectionInner {
  background-color: #fff;
  box-shadow: 0 0 8px #e4f2e8; }

.header,
#lead,
.unit__inner,
.footer {
  padding: 0 1.5rem; }

.footer {
  margin-top: 50px; }

.cvTtl {
  text-align: center; }

.cvItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fcfcf7;
  border: 2px solid #009964;
  padding-bottom: 20px; }

.cvItem01,
.cvItem02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.cvItem01 {
  padding-bottom: 15px; }

@media screen and (min-width: 840px) {
  .sectionInner {
    max-width: 840px; }
  .header,
  #lead,
  .unit__inner,
  .footer {
    padding: 0 2.5rem; }
  /*  .cv02 {
    position: relative;
    padding-top: 60px;
    & > .cvTtl {
      position: absolute;
      top: -60px;
      left: 0;
      text-align: center;
      margin-top: 60px;
    }
    & > .cvTtl > img {
      width: 70%;
    }
    & > .cvItem > .cvText {
      padding-top: 30px;
    }
  }*/
  .cvItem01,
  .cvItem02 {
    width: calc(50% - 10px);
    margin: 5px; }
  .cvItem01 {
    padding-bottom: 0;
    justify-content: flex-end; }
  .cvItem02 {
    padding-bottom: 0;
    justify-content: flex-start; } }

.button {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 3px;
  font-weight: bold; }

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button01 {
  background-color: #fc5308;
  color: #fff;
  line-height: 50px;
  box-shadow: 0 3px 0 #cc4106; }

.button02 {
  background-color: #02bf45;
  color: #fff;
  line-height: 50px;
  box-shadow: 0 3px 0 #018c32; }

.button > span:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (min-width: 840px) {
  .button01:hover {
    background-color: #fc7e00; }
  .button02:hover {
    background-color: #02cc48; } }

.mk--ttl01 {
  font-size: 1.25rem;
  margin: 36px 0 0;
  border-bottom: 2px solid #009964; }

.mk--ttl02 {
  color: #009964;
  font-size: 1.125rem;
  margin: 30px 0 0; }

@media screen and (min-width: 840px) {
  .mk--ttl01 {
    font-size: 2.125rem;
    margin: 46px 0 0;
    line-height: 1.6; }
  .mk--ttl02 {
    font-size: 1.75rem;
    margin: 25px 0 0;
    line-height: 1.6; } }

.cmn--txt--s {
  font-size: 0.875rem; }

.cmn--txt--xs {
  font-size: 0.75rem; }

.cmn--txt--xxs {
  font-size: 0.625rem; }

.cmn--txt {
  margin-top: 16px;
  font-size: 0.875rem; }

.cvText {
  padding: 0 15px; }

@media screen and (min-width: 840px) {
  .cmn--txt {
    margin-top: 26px;
    font-size: 1rem; } }

.cmn--txt--emp01 {
  font-weight: bold; }

.cmn--txt--emp02 {
  box-shadow: inset 0 -3px #fc5308; }

.cmn--txt--emp03 {
  font-size: 1.125rem; }

@media screen and (min-width: 840px) {
  .cmn--txt--emp03 {
    font-size: 1.375rem; } }

.cmn--txt--adj01 {
  display: block; }

@media screen and (min-width: 840px) {
  .cmn--txt--adj01 {
    display: inline; } }

.cmn--list01 {
  list-style-type: none;
  margin-top: 16px; }
  .cmn--list01 li {
    font-size: 0.875rem; }

.cmn--list02 {
  list-style-type: none; }
  .cmn--list02 li {
    font-size: 0.875rem; }
  .cmn--list02 li:before {
    content: '・';
    font-weight: bold; }

@media screen and (min-width: 840px) {
  .cmn--list01 {
    margin-top: 26px; }
    .cmn--list01 li {
      font-size: 1rem; }
  .cmn--list02 li {
    font-size: 1rem; } }

.cmn--img {
  text-align: center;
  margin-top: 16px; }

@media screen and (min-width: 840px) {
  .cmn--bnr a:hover img {
    opacity: 0.8; } }

.header {
  padding-top: 20px;
  padding-bottom: 24px; }

.header__item01 {
  padding: 2px 10px 2px;
  font-size: 0.875rem;
  margin-right: 10px;
  border: 1px solid #777; }

.header__item02 {
  text-align: left;
  font-size: 0.75rem;
  color: #666;
  margin-top: 20px; }

.header__ttl {
  text-align: left;
  margin: 6px 0 0;
  font-size: 1.25rem;
  line-height: 1.4; }

.header__shareList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -5px 0 0 -5px;
  padding: 0; }

.header__shareList__item {
  height: 45px;
  line-height: 45px;
  width: 45px;
  margin: 5px 0 0 5px;
  text-align: center; }

.header__shareList__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px; }

.header__shareList__link::before {
  font-size: 16px;
  display: block;
  transition: ease-in-out .2s;
  border-radius: 5px; }

.header__shareList__link.icon-twitter {
  background: #55acee; }

.header__shareList__link.icon-facebook {
  background: #3B5998; }

.header__shareList__link.icon-line {
  background: #1dcd00; }

@media screen and (min-width: 840px) {
  .header__ttl {
    font-size: 1.875rem;
    line-height: 1.6; } }

.footer {
  border-top: 1px solid #eee;
  padding: 10px 0; }
  .footer p {
    text-align: center; }

.footer__meta a {
  color: #333;
  padding-right: 0.5rem;
  display: block; }

@media screen and (min-width: 840px) {
  .footer__meta a {
    display: inline-block; } }

.clr:after {
  content: "";
  display: table;
  clear: both; }

.sp {
  display: inline-block; }

.pc {
  display: none; }

@media screen and (min-width: 840px) {
  .sp {
    display: none; }
  .pc {
    display: inline-block; } }
