@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

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

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

pre {
  white-space: pre-wrap;
}

/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Noto Sans JP';
	src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format("woff2"),url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
	font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Serif JP';
	src: url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff2") format("woff2"),url("../../fonts/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
	font-display: swap;
    font-weight: 900;
    font-style: normal;
}*/
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  min-width: 1200px;
}

a {
  text-decoration: none;
  color: #3a3a3a;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}
/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

/*------------- .l-content -------------*/
.l-content {
  position: relative;
  width: 1120px;
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-content {
    width: 92%;
  }
}
.l-header {
  width: 1405px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(81, 107, 170, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(81, 107, 170, 0.25);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header-inner {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-header-logo-text {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  color: #006eb8;
}

.l-header-logo-img {
  width: 200px;
  margin: 10px auto 0 0;
}

.l-header-document-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.l-header-document-btn-link {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 70px;
  padding: 17px 10px 27px;
  border-radius: 20px;
  color: #fffe87;
  background-color: #2ebdc2;
  -webkit-box-shadow: 0 3px 0px 0px #0d8a8e;
          box-shadow: 0 3px 0px 0px #0d8a8e;
  position: relative;
}
.l-header-document-btn-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fffe87;
  border-right: 3px solid #fffe87;
  position: absolute;
  bottom: 14px;
  right: 43%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.l-header-document-btn-link02 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  padding: 22px 10px 22px;
  border-radius: 20px;
  color: #fffe87;
  background-color: #2ebdc2;
  -webkit-box-shadow: 0 3px 0px 0px #0d8a8e;
          box-shadow: 0 3px 0px 0px #0d8a8e;
  position: relative;
}
.l-header-document-btn-link02::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fffe87;
  border-right: 3px solid #fffe87;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 1404px) {
  .l-header {
    width: 1200px;
  }
  .l-header-inner {
    padding: 0 10px;
  }
  .l-header-logo-text {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #006eb8;
  }
  .l-header-logo-img {
    width: 200px;
    margin: 10px auto 0 0;
  }
  .l-header-document-btn-link {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    font-weight: 700;
    margin-left: 0;
    padding: 17px 10px 27px;
    border-radius: 20px;
    color: #fffe87;
    background-color: #2ebdc2;
    -webkit-box-shadow: 0 3px 0px 0px #0d8a8e;
            box-shadow: 0 3px 0px 0px #0d8a8e;
    position: relative;
  }
  .l-header-document-btn-link::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fffe87;
    border-right: 3px solid #fffe87;
    position: absolute;
    bottom: 14px;
    right: 43%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.l-gnav-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: 50px;
}

.l-gnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 1040px;
}

.l-gnav-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-gnav-list-item {
  position: relative;
}
.l-gnav-list-item + .l-gnav-list-item::before {
  content: "";
  background-color: #e5e4e4;
  width: 1px;
  height: 30px;
  margin: -15px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.l-gnav-list-item-link {
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.l-gnav-list-item-link:hover .l-gnav-list-item-txt {
  background-color: #f2f2f2;
}

.l-gnav-list-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 73px;
  padding: 10px 20px 17px 20px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.l-gnav-list-item-txt::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #00a6ba;
  border-right: 3px solid #00a6ba;
  position: absolute;
  bottom: 3px;
  right: 43%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-gnav-list-item-txt.l-ex-link::before {
  bottom: 45%;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* .l-gnav-cv */
.l-gnav-cv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 180px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-gnav-cv-btn-normal {
  width: 50%;
}
.l-gnav-cv-btn-normal a {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 0 0 4px 15px;
  position: relative;
}
.l-gnav-cv-btn-normal a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #00a6ba;
  border-right: 2px solid #00a6ba;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-gnav-cv-btn-normal a:hover {
  text-decoration: underline;
}

.l-gnav-cv-btn-yellow {
  width: 100%;
  margin-top: 10px;
}
.l-gnav-cv-btn-yellow a {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 15px 20px 15px 22px;
  border-radius: 40px;
  display: block;
  background-color: #ffd907;
  text-align: center;
  position: relative;
}
.l-gnav-cv-btn-yellow a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #333333;
  border-right: 3px solid #333333;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.l-gnav-mega {
  display: none;
  position: absolute;
  top: 102px;
  left: 0;
  width: 730px;
  margin: 0 auto;
  background: #fff;
  border: solid 3px #2ebdc2;
  border-radius: 10px;
  padding: 20px;
}
.l-gnav-mega::before {
  position: absolute;
  top: -18px;
  left: 65px;
  content: "";
  background: url(../../images/common/icn_arrow_mega.png) no-repeat left top;
  background-size: 19px 18px;
  width: 19px;
  height: 18px;
}

.is-mega {
  display: block;
}

.l-gnav-mega-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-gnav-mega-inner + .l-gnav-mega-inner {
  margin-top: 15px;
}

.l-gnav-mega-inner-ttl {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #2ebdc2;
  margin-bottom: 10px;
}

.l-gnav-mega-inner-area {
  width: 315px;
}

.l-gnav-mega-inner-list {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.l-gnav-mega-inner-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 2px #e5e4e4;
}
.l-gnav-mega-inner-list li a {
  position: relative;
  display: block;
}
.l-gnav-mega-inner-list li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #2ebdc2;
  border-right: 2px solid #2ebdc2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-gnav-list-item-mega {
  position: relative;
}
.l-gnav-list-item-mega::before {
  border: none;
  background: url(../../images/common/icn_dot_mega.png) no-repeat left top;
  content: "";
  width: 20px;
  height: 4px;
  -webkit-transform: none;
          transform: none;
}
.l-gnav-list-item-mega::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  background: transparent;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 1404px) {
  .l-gnav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 850px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(81, 107, 170, 0.25);
            box-shadow: 0px 0px 10px 0px rgba(81, 107, 170, 0.25);
    position: fixed;
    z-index: 100;
  }
  .l-header-inner {
    width: 100%;
    height: 19.6vw;
    padding: 0 3.3333333333vw 0 4vw;
  }
  .l-header-logo {
    width: 48vw;
  }
  .l-header-logo-text {
    font-size: 2.6666666667vw;
    padding-bottom: 2vw;
  }
  .l-header-logo-img {
    width: 100%;
    margin: 0;
  }
  .l-header-document-btn-link {
    font-size: 3.7333333333vw;
    line-height: 1.2;
    margin-left: 6vw;
    padding: 2vw 2vw 4.6666666667vw;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(43, 43, 43, 0.3);
            box-shadow: 0px 0px 10px 0px rgba(43, 43, 43, 0.3);
  }
  .l-header-document-btn-link::before {
    width: 1.5vw;
    height: 1.5vw;
    bottom: 2vw;
  }
  .l-gnav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-gnav .l-gnav-cv {
    display: none;
  }
  .l-gnav.is-active {
    display: initial;
    opacity: 1;
    visibility: initial;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .l-gnav.is-active .l-gnav-cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-gnav-list {
    width: 100%;
    padding-top: 19.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-gnav-list-item {
    width: 95%;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    position: relative;
  }
  .l-gnav-list-item .l-gnav-list-item-nav:last-child .l-gnav-list-item-nav-list li:last-child {
    border-bottom: none;
  }
  .l-gnav-list-item .l-gnav-toggle {
    display: none;
  }
  .l-gnav-list-item .is-gnav-toggle-add {
    display: block;
  }
  .l-gnav-list-item .is-gnav-toggle-add .l-gnav-list-item-txt:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 10%;
  }
  .l-gnav-list-item + .l-gnav-list-item {
    border-top: none;
    border-bottom: 1px solid #888888;
  }
  .l-gnav-list-item + .l-gnav-list-item::before {
    content: none;
  }
  .l-gnav-list-item-nav {
    background: #e0f2f0;
  }
  .l-gnav-list-item-nav + .l-gnav-list-item-nav {
    padding-top: 4vw;
  }
  .l-gnav-list-item-nav-ttl {
    color: #2ebdc2;
    font-size: 4vw;
    font-weight: 700;
    border-bottom: dashed 1px #888888;
  }
  .l-gnav-list-item-nav-ttl span {
    padding: 5.3333333333vw 5.3333333333vw;
    display: block;
  }
  .l-gnav-list-item-nav-list li {
    border-bottom: dashed 1px #888888;
  }
  .l-gnav-list-item-nav-list a {
    display: block;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw !important;
    font-size: 4vw;
    font-weight: 700;
    text-align: left;
  }
  .l-gnav-list-item-nav-list .l-ex-link::before {
    bottom: 35% !important;
  }
  .l-gnav-list-item-link {
    padding: 5.3333333333vw 0 5.3333333333vw 4.6666666667vw;
    margin: 0;
    display: block;
  }
  .l-gnav-list-item-link.is-gnav-hover {
    padding: 0;
  }
  .l-gnav-list-item-link:hover .l-gnav-list-item-txt {
    background-color: initial;
  }
  .l-gnav-list-item-txt {
    font-size: 4.8vw;
    height: auto;
    padding: 0;
  }
  .l-gnav-list-item-txt::before {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 50%;
    right: 3%;
  }
  .l-gnav-list-item-txt.l-ex-link::before {
    bottom: 28%;
    right: 3.5%;
  }
  /* .l-gnav-cv */
  .l-gnav-cv {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92%;
    margin: 13.3333333333vw auto 0;
  }
  .l-gnav-cv-btn-normal {
    width: 30%;
  }
  .l-gnav-cv-btn-normal a {
    font-size: 3.7333333333vw;
    padding: 0 0 0 4.6666666667vw;
  }
  .l-gnav-cv-btn-normal:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-gnav-cv-btn-normal:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-gnav-cv-btn-yellow {
    width: 100%;
    margin-top: 0;
    margin-bottom: 4.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-gnav-cv-btn-yellow a {
    font-size: 4.5333333333vw;
    padding: 4.4vw 0;
  }
  .l-gnav-cv-btn-yellow a:before {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 44%;
    right: 7vw;
  }
  .l-gnav-cv-btn-blue {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
  .l-gnav-cv-btn-blue a {
    font-size: 4.5333333333vw;
    padding: 4.4vw 0;
    border-radius: 40px;
    display: block;
    background-color: #2ebdc2;
    text-align: center;
    position: relative;
    color: #fffe87;
  }
  .l-gnav-cv-btn-blue a:before {
    content: "";
    border-bottom: 3px solid #fffe87;
    border-right: 3px solid #fffe87;
    position: absolute;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 44%;
    right: 7vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .arrow-right a:before {
    -webkit-transform: translateY(-50%) rotate(315deg);
            transform: translateY(-50%) rotate(315deg);
  }
  .l-gnav-btn-wrap {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    margin: 1.6vw 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(77, 79, 69, 0.25);
            box-shadow: 0px 0px 5px 0px rgba(77, 79, 69, 0.25);
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  .l-gnav-btn-wrap.is-active {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(198, 68, 10, 0);
            box-shadow: 0px 0px 0px 0px rgba(198, 68, 10, 0);
  }
  .l-gnav-btn-wrap.is-active .l-gnav-btn .l-gnav-btn-item:nth-of-type(1) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .l-gnav-btn-wrap.is-active .l-gnav-btn .l-gnav-btn-item:nth-of-type(2) {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
  .l-gnav-btn-wrap.is-active .l-gnav-btn .l-gnav-btn-item:nth-of-type(2):after {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }
  .l-gnav-btn-wrap.is-active .l-gnav-btn .l-gnav-btn-item:nth-of-type(3) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .l-gnav-btn-inner {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-gnav-btn {
    display: block;
    width: 9.3333333333vw;
    height: 5.3333333333vw;
    position: absolute;
    top: -5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-gnav-btn-item {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    height: 0.8vw;
    background-color: #2ebdc2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-gnav-btn-item:nth-of-type(1) {
    top: 0;
  }
  .l-gnav-btn-item:nth-of-type(2) {
    top: 2.2666666667vw;
  }
  .l-gnav-btn-item:nth-of-type(2):after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 0.8vw;
    border-radius: 0.8vw;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #2ebdc2;
  }
  .l-gnav-btn-item:nth-of-type(3) {
    top: 4.5333333333vw;
  }
  .l-gnav-btn-text {
    font-size: 3.2vw;
    width: 100%;
    margin-top: 1.3333333333vw;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: -5vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-fotter-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}

.l-footer-top {
  background-color: #fff;
  padding: 20px 0;
}

.l-footer-logo {
  width: 153px;
}

.l-footer-link-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-footer-link-box-ttl {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 500;
}

.l-footer-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: 17px;
}

.l-footer-list-item + .l-footer-list-item::before {
  content: "/";
  margin: 0 0.5em;
}
.l-footer-list-item a {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 300;
  color: #516baa;
}
.l-footer-list-item a:hover {
  text-decoration: underline;
}

.l-footer-bottom {
  padding: 13px 0;
  background-color: #516baa;
}

.l-footer-bottom-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-footer-bottom-list-item + .l-footer-bottom-list-item::before {
  content: "|";
  margin: 0 0.7em;
  color: #fff;
}
.l-footer-bottom-list-item a {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: 300;
  color: #fff;
}
.l-footer-bottom-list-item a:hover {
  text-decoration: underline;
}

.l-footer-copy {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 300;
  color: #a8b5d5;
}

@media screen and (max-width: 767px) {
  .l-fotter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .l-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8vw 0 9.3333333333vw;
  }
  .l-footer-logo {
    width: 58.6666666667vw;
    margin: 0 auto;
  }
  .l-footer-link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-link-box-ttl {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
  .l-footer-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 98%;
    margin: 5.3333333333vw auto 0;
  }
  .l-footer-list-item + .l-footer-list-item::before {
    margin: 0 0.9em;
  }
  .l-footer-list-item a {
    font-size: 3.7333333333vw;
  }
  .l-footer-bottom {
    padding: 0;
  }
  .l-footer-bottom-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l-footer-bottom-list-item {
    width: 50%;
    padding: 2.9333333333vw 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .l-footer-bottom-list-item + .l-footer-bottom-list-item::before {
    content: none;
  }
  .l-footer-bottom-list-item a {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 300;
    color: #fff;
  }
  .l-footer-bottom-list-item a:hover {
    text-decoration: underline;
  }
  .l-footer-bottom-list-item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .l-footer-copy {
    font-size: 3.2vw;
    padding: 2.6666666667vw 0;
    text-align: center;
    background-color: #435c98;
  }
}
.m-link-wrap {
  padding: 35px 0;
  background-image: url(../../images/common/bg_dot.png);
  background-repeat: repeat;
  background-position: top left;
}

.m-link-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-link-list-item:not(:first-child) {
  margin-left: 18px;
}

.m-link-list-link {
  width: 165px;
  height: 100px;
  padding: 22px 0;
  border-radius: 35px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #2ebdc2;
  -webkit-box-shadow: 0 2px 0px 0px #0d8a8e;
          box-shadow: 0 2px 0px 0px #0d8a8e;
  position: relative;
}
.m-link-list-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  bottom: 15px;
  right: 47%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.m-link-list-txt {
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .m-link-wrap {
    padding: 4vw 0;
  }
  .m-link-list-item:not(:first-child) {
    margin-left: 4vw;
  }
  .m-link-list-item:nth-child(n+3) {
    margin-top: 4vw;
  }
  .m-link-list-item:nth-child(odd) {
    margin-left: 0;
  }
  .m-link-list-link {
    width: 44vw;
    height: 18vw;
    padding: 2vw 0 6.6666666667vw;
    border-radius: 20px;
  }
  .m-link-list-link::before {
    width: 2vw;
    height: 2vw;
    bottom: 2.6666666667vw;
  }
  .m-link-list-txt {
    font-size: 4vw;
    top: 39%;
  }
}
.m-webcolumn-wrap {
  padding: 35px 0 75px;
  background-color: #e5eaf8;
}

.m-webcolumn-content {
  width: 780px;
  margin: 0 auto;
}

.m-webcolumn-ttl {
  width: 280px;
  margin: 0 auto;
}

.m-webcolumn-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 35px;
  text-align: center;
}

.m-webcolumn-banner {
  margin-top: 5px;
}
.m-webcolumn-banner img {
  width: 100%;
}

.m-webcolumn-box {
  width: 750px;
  margin: 35px auto 0;
  padding: 30px 60px 20px;
  border-radius: 10px;
  background-color: #f7f9fd;
}

.m-webcolumn-box-ttl {
  width: 265px;
  margin: 0 auto;
}

.m-webcolumn-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-webcolumn-list-item:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 15px;
}
.m-webcolumn-list-item:nth-child(2), .m-webcolumn-list-item:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .m-webcolumn-wrap {
    padding: 8vw 0 12vw;
  }
  .m-webcolumn-content {
    width: 93%;
  }
  .m-webcolumn-ttl {
    width: 64vw;
  }
  .m-webcolumn-txt {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
    text-align: justify;
  }
  .m-webcolumn-banner {
    margin-top: 5.3333333333vw;
  }
  .m-webcolumn-box {
    width: 100%;
    margin: 6vw auto 0;
    padding: 6.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
  .m-webcolumn-box-ttl {
    width: 48.6666666667vw;
  }
  .m-webcolumn-list-item:nth-child(1) {
    margin-top: 2.6666666667vw;
  }
  .m-webcolumn-list-item:nth-child(2), .m-webcolumn-list-item:nth-child(3) {
    margin-top: 2vw;
  }
}
.m-sns-wrap {
  padding: 55px 0 60px;
  background-image: url(../../images/common/bg_dot_sns.png);
  background-position: top left;
  background-repeat: repeat;
}

.m-sns-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 780px;
  margin: 0 auto;
}

.m-sns-box-item:nth-child(2) {
  margin-left: 50px;
}
.m-sns-box-item:nth-child(3) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .m-sns-wrap {
    padding: 12vw 0 17.3333333333vw;
  }
  .m-sns-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 93%;
    margin: 0 auto;
  }
  .m-sns-box-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 6.6666666667vw;
  }
  .m-sns-box-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin: 0;
  }
  .m-sns-box-item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-left: 2.6666666667vw;
  }
}
.p-cv-wrap {
  padding: 55px 0 65px;
  background-color: #516baa;
}

.p-cv-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 660px;
  margin: 0 auto;
}

.p-cv-list-item + .p-cv-list-item {
  margin-left: 55px;
}
.p-cv-list-item + .p-cv-list-item .p-cv-list-item-btn-link {
  background-color: #43cacf;
}

.p-cv-list-item-txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 275px;
  margin: 0 auto;
  padding-bottom: 25px;
  background-image: url(../../images/common/icn_cv_border.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.p-cv-list-item-btn-link {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  width: 300px;
  margin: 10px auto 0;
  padding: 20px 0;
  border-radius: 40px;
  display: block;
  background-color: #ffd907;
  text-align: center;
}
.p-cv-list-item-btn-link:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3a3a3a;
  border-right: 2px solid #3a3a3a;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-cv-wrap {
    padding: 7.3333333333vw 0 9.3333333333vw;
  }
  .p-cv-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 84vw;
  }
  .p-cv-list-item + .p-cv-list-item {
    margin: 6vw 0 0 0;
  }
  .p-cv-list-item-txt {
    font-size: 4.8vw;
    width: 100%;
    padding-bottom: 5.7333333333vw;
  }
  .p-cv-list-item-btn-link {
    font-size: 4.2666666667vw;
    width: 100%;
    margin: 4vw auto 0;
    padding: 4vw 0;
  }
}
.m-coming-soon {
  pointer-events: none;
  color: #333 !important;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 3px 0px 0px #eaeaea;
          box-shadow: 0 3px 0px 0px #eaeaea;
}
.m-coming-soon::before {
  display: none !important;
}
.m-coming-soon .l-gnav-list-item-txt::before {
  display: none !important;
}

.m-coming-soon-nav {
  color: #333 !important;
  background-color: #eaeaea;
  -webkit-box-shadow: 0 3px 0px 0px #eaeaea;
          box-shadow: 0 3px 0px 0px #eaeaea;
  border-radius: 15px;
}
.m-coming-soon-nav:hover {
  background-color: #eaeaea;
}
.m-coming-soon-nav::before {
  display: none !important;
}
.m-coming-soon-nav .l-gnav-list-item-txt {
  padding: 20px 30px;
}
.m-coming-soon-nav .l-gnav-list-item-txt:hover {
  background-color: #eaeaea;
}
.m-coming-soon-nav .l-gnav-list-item-txt::before {
  display: none !important;
}

.m-link-list-item .m-coming-soon.m-link-list-link {
  background-color: #eaeaea;
  -webkit-box-shadow: 0 3px 0px 0px #eaeaea;
          box-shadow: 0 3px 0px 0px #eaeaea;
}
.m-link-list-item .m-coming-soon.m-link-list-link:before {
  border-top: 3px solid #333;
  border-right: 3px solid #333;
}

.l-pageArea {
  padding: 127px 0 82px 0;
  background-image: url(../../images/common/page_area_bg.jpg);
  background-repeat: repeat;
}

.l-main_content_wrap {
  position: relative;
  padding: 30px 20px 68px 20px;
}

.l-main_content {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

/* sp */
@media screen and (max-width: 768px) {
  .l-pageArea {
    padding: 20vw 0 8vw 0;
  }
  .l-main_content_wrap {
    position: relative;
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
  .l-main_content {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
/* .l-topicPath */
.l-topicPath {
  padding-top: 0;
  padding-bottom: 0;
}

.l-topicPath .l-main_content {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.l-topicPath li {
  display: inline;
  margin: 0 0.5em 0 0;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.l-topicPath li {
  color: #f97601;
}

.l-topicPath li a {
  color: #f97601;
}

.l-topicPath li:after {
  content: ">";
  margin: 0 0 0 0.5em;
}

.l-topicPath li a {
  text-decoration: underline;
}

.l-topicPath li a:hover {
  text-decoration: none;
}

.l-topicPath li:last-child a {
  color: #333;
}

.l-topicPath li:last-child:after {
  display: none;
}

.l-topicPath li:last-child a {
  text-decoration: none !important;
}

/* sp */
@media screen and (max-width: 768px) {
  .l-topicPath .l-main_content {
    max-width: 100%;
  }
  .l-topicPath li {
    margin: 0 0.6666666667vw 0 0;
    font-size: 3.2vw;
  }
  .l-topicPath li:after {
    content: ">";
    margin: 0 0 0 0.6666666667vw;
  }
}
/* common
---------------------------------------------------------------------------- */
/* アニメーション keyftame系
---------------------------------------------------------------------------- */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.is-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.is-ifadeInLeft-delay {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .is-ifadeInLeft-delay {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
.m-font-kiwi {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
}

.m-mv-wrap {
  padding: 130px 0 100px;
  background-image: url(../../images/digital/bg_mv_pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.m-mv-ttl {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}

.m-mv-textbook-nmumber {
  position: absolute;
  bottom: 40px;
  left: 100px;
}
.m-mv-textbook-nmumber span {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  padding: 8px;
  border: 1px solid #333;
}
.m-mv-textbook-nmumber span + span {
  border-left: none;
}

.m-mv-logo {
  width: 430px;
  position: absolute;
  bottom: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-mv-wrap {
    margin-top: 20vw;
    padding: 5.3333333333vw 0 9.3333333333vw;
    background-image: url(../../images/digital/bg_mv_sp.png);
  }
  .m-mv-ttl {
    width: 90.6666666667vw;
  }
  .m-mv-textbook-nmumber {
    width: 100%;
    bottom: -8vw;
    left: 0;
    text-align: center;
  }
  .m-mv-textbook-nmumber span {
    font-size: 3.2vw;
    padding: 1.3333333333vw;
  }
  .m-mv-logo {
    width: 89.3333333333vw;
    bottom: 8vw;
  }
}
.m-news-wrap {
  padding: 27px 0;
  background-color: #2ebdc2;
}

.m-news-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1120px;
  margin: 0 auto;
}

.m-news-ttl {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 120px;
  margin-left: 20px;
  padding: 12px 0;
  border-radius: 10px;
  text-align: center;
  color: #2ebdc2;
  background-color: #d7f5f6;
}

.m-news-list-wrap {
  width: 980px;
  margin-left: 20px;
  padding: 12px 10px 12px 40px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.m-news-list {
  width: 900px;
}

.m-news-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.m-news-list-item:first-child .m-news-date::after {
  content: "NEW";
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  width: 50px;
  margin-left: 8px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background-color: #ea9296;
}
.m-news-list-item + .m-news-list-item {
  margin-top: 13px;
}

.m-news-list-item-box {
  min-width: 150px;
}

.m-news-date {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
  color: #9b9b9b;
}

.m-news-icon {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  width: 50px;
  margin-left: 8px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background-color: #ea9296;
}

.m-news-txt {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  max-width: 700px;
  margin-left: 20px;
  display: inline-block;
}

.m-news-more-btn {
  width: 45px;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: #448d90;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.m-news-more-btn-icon {
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.m-news-more-btn-icon.is-active {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .m-news-wrap {
    padding: 6.2666666667vw 0 6.5333333333vw;
  }
  .m-news-inner {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-news-ttl {
    font-size: 4.2666666667vw;
    width: 100%;
    margin-left: 0;
    padding: 2vw 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed #2ebdc2;
  }
  .m-news-list-wrap {
    width: 100%;
    margin-left: 0;
    padding: 3.3333333333vw 2.6666666667vw 2.6666666667vw 3.3333333333vw;
    border-radius: 0 0 10px 10px;
  }
  .m-news-list {
    width: 100%;
  }
  .m-news-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-news-list-item:first-child .m-news-date::after {
    font-size: 3.4666666667vw;
    width: 12.2666666667vw;
    margin-left: 2.4vw;
    padding: 1.0666666667vw 0;
  }
  .m-news-list-item + .m-news-list-item {
    margin-top: 3vw;
  }
  .m-news-list-item-box {
    min-width: 150px;
  }
  .m-news-date {
    font-size: 3.7333333333vw;
  }
  .m-news-icon {
    font-size: 3.4666666667vw;
    width: 12.2666666667vw;
    margin-left: 2.4vw;
    padding: 1.0666666667vw 0;
  }
  .m-news-txt {
    font-size: 3.7333333333vw;
    max-width: 72vw;
    margin-top: 0.6666666667vw;
    margin-left: 0;
  }
  .m-news-more-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border-radius: 10px;
    top: 50%;
    right: 2.6666666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-news-more-btn-icon {
    top: 45%;
  }
  .m-news-more-btn-icon.is-active {
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
  }
}
.m-various-doc-wrap {
  padding: 75px 0 120px;
  background-image: url(../../images/digital/bg_various_doc_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-various-doc-ttl {
  text-align: center;
}

.m-various-doc-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 940px;
  margin: 55px auto 0;
}
.m-various-doc-list + .m-various-doc-list {
  margin: 70px auto 0;
}

.m-various-doc-list-item {
  width: 450px;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #fff;
}
.m-various-doc-list-item:nth-child(n+3) {
  margin-top: 40px;
}

.m-various-doc-list-ttl {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
  padding: 8px 0 0 15px;
}
.m-various-doc-list-ttl:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 5px;
  height: 35px;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f97601;
}

.m-various-doc-btn {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 200px;
  margin: 22px auto 0;
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #2ebdc2;
  -webkit-box-shadow: 0 2px 0px 0px #0d8a8e;
          box-shadow: 0 2px 0px 0px #0d8a8e;
  border-radius: 50px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.m-various-doc-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.m-various-doc-list-caution-txt {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 28px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #d85050;
}

@media screen and (max-width: 767px) {
  .m-various-doc-wrap {
    padding: 8vw 0 13.3333333333vw;
    background-image: url(../../images/digital/bg_various_doc_sp.png);
  }
  .m-various-doc-ttl {
    width: 26.6666666667vw;
    margin: 0 auto;
  }
  .m-various-doc-list {
    width: 100%;
    margin: 8vw auto 0;
  }
  .m-various-doc-list + .m-various-doc-list {
    margin: 13.3333333333vw auto 0;
  }
  .m-various-doc-list-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    padding: 3.3333333333vw 2.6666666667vw;
  }
  .m-various-doc-list-item + .m-various-doc-list-item {
    margin-top: 5.3333333333vw;
  }
  .m-various-doc-list-item:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
  .m-various-doc-list-ttl {
    font-size: 4.5333333333vw;
    height: 100%;
    line-height: 1.5;
    margin: 0 auto 0 0;
    padding: 0.6666666667vw 0 0 2.6666666667vw;
  }
  .m-various-doc-list-ttl:before {
    width: 0.6666666667vw;
    height: 100%;
  }
  .m-various-doc-btn {
    font-size: 4vw;
    width: 37.3333333333vw;
    margin: 0 auto;
    padding: 2vw 2.6666666667vw 2vw 0;
  }
  .m-various-doc-btn:before {
    width: 2vw;
    height: 2vw;
    right: 2.6666666667vw;
  }
  .m-various-doc-list-caution-txt {
    font-size: 4.2666666667vw;
    margin: 3vw auto 0;
  }
}
.m-series-wrap {
  padding: 100px 0 115px;
  background-image: url(../../images/common/bg_series.png);
  background-position: top;
  background-repeat: repeat;
  background-size: contain;
}

.m-series-content {
  width: 1110px;
  margin: 0 auto;
}

.m-series-box + .m-series-box {
  margin-top: 90px;
}

.m-series-ttl {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #f97601;
  position: relative;
  z-index: 2;
}
.m-series-ttl.p-with-yellow-circle::before {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../../images/digital/bg_yellow_circle.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.m-series-lead {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 35px;
  text-align: center;
}
.m-series-lead .m-font-kiwi {
  font-weight: 700;
}

.m-series-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 35px;
  text-align: center;
}

.m-series-list-item {
  margin-top: 80px;
}
.m-series-list-item .p-orange-color {
  color: #f97601;
}

.m-series-list-ttl {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.m-series-list-ttl span {
  color: #f97601;
}
.m-series-list-ttl span.p-small-fz {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.m-series-list-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 15px;
  line-break: strict;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .m-series-wrap {
    padding: 8.6666666667vw 0 13.3333333333vw;
  }
  .m-series-content {
    width: 92%;
  }
  .m-series-box + .m-series-box {
    margin-top: 11.3333333333vw;
  }
  .m-series-ttl {
    font-size: 8vw;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
  .m-series-ttl.p-with-yellow-circle::before {
    width: 28.6666666667vw;
    height: 30vw;
  }
  .m-series-lead {
    font-size: 4.8vw;
    margin-top: 6.6666666667vw;
  }
  .m-series-txt {
    font-size: 4.2666666667vw;
    margin-top: 6.6666666667vw;
    text-align: justify;
    padding-left: 1em;
    text-indent: -1em;
  }
  .m-series-list-item {
    margin-top: 9.3333333333vw;
  }
  .m-series-list-ttl {
    font-size: 5.6vw;
  }
  .m-series-list-txt {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
    padding-left: 0.5em;
    word-break: break-word;
  }
}
.m-modal-area {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.m-modal-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.m-modal-video-contents {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.m-modal-video {
  position: relative;
  width: 100%;
}
.m-modal-video video {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .m-modal-video-contents {
    width: 100%;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 767px) {
  .spfs50 {
    font-size: 6.6666666667vw !important;
  }
  .spfs49 {
    font-size: 6.5333333333vw !important;
  }
  .spfs48 {
    font-size: 6.4vw !important;
  }
  .spfs47 {
    font-size: 6.2666666667vw !important;
  }
  .spfs46 {
    font-size: 6.1333333333vw !important;
  }
  .spfs45 {
    font-size: 6vw !important;
  }
  .spfs44 {
    font-size: 5.8666666667vw !important;
  }
  .spfs43 {
    font-size: 5.7333333333vw !important;
  }
  .spfs42 {
    font-size: 5.6vw !important;
  }
  .spfs41 {
    font-size: 5.4666666667vw !important;
  }
  .spfs40 {
    font-size: 5.3333333333vw !important;
  }
  .spfs39 {
    font-size: 5.2vw !important;
  }
  .spfs38 {
    font-size: 5.0666666667vw !important;
  }
  .spfs37 {
    font-size: 4.9333333333vw !important;
  }
  .spfs36 {
    font-size: 4.8vw !important;
  }
  .spfs35 {
    font-size: 4.6666666667vw !important;
  }
  .spfs34 {
    font-size: 4.5333333333vw !important;
  }
  .spfs33 {
    font-size: 4.4vw !important;
  }
  .spfs32 {
    font-size: 4.2666666667vw !important;
  }
  .spfs31 {
    font-size: 4.1333333333vw !important;
  }
  .spfs30 {
    font-size: 4vw !important;
  }
  .spfs29 {
    font-size: 3.8666666667vw !important;
  }
  .spfs28 {
    font-size: 3.7333333333vw !important;
  }
  .spfs27 {
    font-size: 3.6vw !important;
  }
  .spfs26 {
    font-size: 3.4666666667vw !important;
  }
  .spfs25 {
    font-size: 3.3333333333vw !important;
  }
  .spfs24 {
    font-size: 3.2vw !important;
  }
  .spfs23 {
    font-size: 3.0666666667vw !important;
  }
  .spfs22 {
    font-size: 2.9333333333vw !important;
  }
  .spfs21 {
    font-size: 2.8vw !important;
  }
  .spfs20 {
    font-size: 2.6666666667vw !important;
  }
  .spfs19 {
    font-size: 2.5333333333vw !important;
  }
  .spfs18 {
    font-size: 2.4vw !important;
  }
  .spfs17 {
    font-size: 2.2666666667vw !important;
  }
  .spfs16 {
    font-size: 2.1333333333vw !important;
  }
  .spfs15 {
    font-size: 2vw !important;
  }
  .spfs14 {
    font-size: 1.8666666667vw !important;
  }
  .spfs13 {
    font-size: 1.7333333333vw !important;
  }
  .spfs12 {
    font-size: 1.6vw !important;
  }
  .spfs11 {
    font-size: 1.4666666667vw !important;
  }
  .spfs10 {
    font-size: 1.3333333333vw !important;
  }
  .spfs9 {
    font-size: 1.2vw !important;
  }
  .spfs8 {
    font-size: 1.0666666667vw !important;
  }
  .spfs7 {
    font-size: 0.9333333333vw !important;
  }
  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 767px) {
  .sptal {
    text-align: left !important;
  }
  .sptac {
    text-align: center !important;
  }
  .sptar {
    text-align: right !important;
  }
  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

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

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

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

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

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

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

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

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

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

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

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

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

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

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

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

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

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

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

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

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

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

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

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

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

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .spmt100 {
    margin-top: 13.3333333333vw !important;
  }
  .spmb100 {
    margin-bottom: 13.3333333333vw !important;
  }
  .spml100 {
    margin-left: 13.3333333333vw !important;
  }
  .spmr100 {
    margin-right: 13.3333333333vw !important;
  }
  .spmt95 {
    margin-top: 12.6666666667vw !important;
  }
  .spmb95 {
    margin-bottom: 12.6666666667vw !important;
  }
  .spml95 {
    margin-left: 12.6666666667vw !important;
  }
  .spmr95 {
    margin-right: 12.6666666667vw !important;
  }
  .spmt90 {
    margin-top: 12vw !important;
  }
  .spmb90 {
    margin-bottom: 12vw !important;
  }
  .spml90 {
    margin-left: 12vw !important;
  }
  .spmr90 {
    margin-right: 12vw !important;
  }
  .spmt85 {
    margin-top: 11.3333333333vw !important;
  }
  .spmb85 {
    margin-bottom: 11.3333333333vw !important;
  }
  .spml85 {
    margin-left: 11.3333333333vw !important;
  }
  .spmr85 {
    margin-right: 11.3333333333vw !important;
  }
  .spmt80 {
    margin-top: 10.6666666667vw !important;
  }
  .spmb80 {
    margin-bottom: 10.6666666667vw !important;
  }
  .spml80 {
    margin-left: 10.6666666667vw !important;
  }
  .spmr80 {
    margin-right: 10.6666666667vw !important;
  }
  .spmt75 {
    margin-top: 10vw !important;
  }
  .spmb75 {
    margin-bottom: 10vw !important;
  }
  .spml75 {
    margin-left: 10vw !important;
  }
  .spmr75 {
    margin-right: 10vw !important;
  }
  .spmt70 {
    margin-top: 9.3333333333vw !important;
  }
  .spmb70 {
    margin-bottom: 9.3333333333vw !important;
  }
  .spml70 {
    margin-left: 9.3333333333vw !important;
  }
  .spmr70 {
    margin-right: 9.3333333333vw !important;
  }
  .spmt65 {
    margin-top: 8.6666666667vw !important;
  }
  .spmb65 {
    margin-bottom: 8.6666666667vw !important;
  }
  .spml65 {
    margin-left: 8.6666666667vw !important;
  }
  .spmr65 {
    margin-right: 8.6666666667vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmb60 {
    margin-bottom: 8vw !important;
  }
  .spml60 {
    margin-left: 8vw !important;
  }
  .spmr60 {
    margin-right: 8vw !important;
  }
  .spmt55 {
    margin-top: 7.3333333333vw !important;
  }
  .spmb55 {
    margin-bottom: 7.3333333333vw !important;
  }
  .spml55 {
    margin-left: 7.3333333333vw !important;
  }
  .spmr55 {
    margin-right: 7.3333333333vw !important;
  }
  .spmt50 {
    margin-top: 6.6666666667vw !important;
  }
  .spmb50 {
    margin-bottom: 6.6666666667vw !important;
  }
  .spml50 {
    margin-left: 6.6666666667vw !important;
  }
  .spmr50 {
    margin-right: 6.6666666667vw !important;
  }
  .spmt45 {
    margin-top: 6vw !important;
  }
  .spmb45 {
    margin-bottom: 6vw !important;
  }
  .spml45 {
    margin-left: 6vw !important;
  }
  .spmr45 {
    margin-right: 6vw !important;
  }
  .spmt40 {
    margin-top: 5.3333333333vw !important;
  }
  .spmb40 {
    margin-bottom: 5.3333333333vw !important;
  }
  .spml40 {
    margin-left: 5.3333333333vw !important;
  }
  .spmr40 {
    margin-right: 5.3333333333vw !important;
  }
  .spmt35 {
    margin-top: 4.6666666667vw !important;
  }
  .spmb35 {
    margin-bottom: 4.6666666667vw !important;
  }
  .spml35 {
    margin-left: 4.6666666667vw !important;
  }
  .spmr35 {
    margin-right: 4.6666666667vw !important;
  }
  .spmt30 {
    margin-top: 4vw !important;
  }
  .spmb30 {
    margin-bottom: 4vw !important;
  }
  .spml30 {
    margin-left: 4vw !important;
  }
  .spmr30 {
    margin-right: 4vw !important;
  }
  .spmt25 {
    margin-top: 3.3333333333vw !important;
  }
  .spmb25 {
    margin-bottom: 3.3333333333vw !important;
  }
  .spml25 {
    margin-left: 3.3333333333vw !important;
  }
  .spmr25 {
    margin-right: 3.3333333333vw !important;
  }
  .spmt20 {
    margin-top: 2.6666666667vw !important;
  }
  .spmb20 {
    margin-bottom: 2.6666666667vw !important;
  }
  .spml20 {
    margin-left: 2.6666666667vw !important;
  }
  .spmr20 {
    margin-right: 2.6666666667vw !important;
  }
  .spmt15 {
    margin-top: 2vw !important;
  }
  .spmb15 {
    margin-bottom: 2vw !important;
  }
  .spml15 {
    margin-left: 2vw !important;
  }
  .spmr15 {
    margin-right: 2vw !important;
  }
  .spmt10 {
    margin-top: 1.3333333333vw !important;
  }
  .spmb10 {
    margin-bottom: 1.3333333333vw !important;
  }
  .spml10 {
    margin-left: 1.3333333333vw !important;
  }
  .spmr10 {
    margin-right: 1.3333333333vw !important;
  }
  .spmt5 {
    margin-top: 0.6666666667vw !important;
  }
  .spmb5 {
    margin-bottom: 0.6666666667vw !important;
  }
  .spml5 {
    margin-left: 0.6666666667vw !important;
  }
  .spmr5 {
    margin-right: 0.6666666667vw !important;
  }
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmb0 {
    margin-bottom: 0vw !important;
  }
  .spml0 {
    margin-left: 0vw !important;
  }
  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

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

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

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

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

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

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

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

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

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

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

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

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

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

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

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

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

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

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

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

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

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

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

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

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

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

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

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

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

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

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .sppt100 {
    padding-top: 13.3333333333vw !important;
  }
  .sppb100 {
    padding-bottom: 13.3333333333vw !important;
  }
  .sppl100 {
    padding-left: 13.3333333333vw !important;
  }
  .sppr100 {
    padding-right: 13.3333333333vw !important;
  }
  .sppt95 {
    padding-top: 12.6666666667vw !important;
  }
  .sppb95 {
    padding-bottom: 12.6666666667vw !important;
  }
  .sppl95 {
    padding-left: 12.6666666667vw !important;
  }
  .sppr95 {
    padding-right: 12.6666666667vw !important;
  }
  .sppt90 {
    padding-top: 12vw !important;
  }
  .sppb90 {
    padding-bottom: 12vw !important;
  }
  .sppl90 {
    padding-left: 12vw !important;
  }
  .sppr90 {
    padding-right: 12vw !important;
  }
  .sppt85 {
    padding-top: 11.3333333333vw !important;
  }
  .sppb85 {
    padding-bottom: 11.3333333333vw !important;
  }
  .sppl85 {
    padding-left: 11.3333333333vw !important;
  }
  .sppr85 {
    padding-right: 11.3333333333vw !important;
  }
  .sppt80 {
    padding-top: 10.6666666667vw !important;
  }
  .sppb80 {
    padding-bottom: 10.6666666667vw !important;
  }
  .sppl80 {
    padding-left: 10.6666666667vw !important;
  }
  .sppr80 {
    padding-right: 10.6666666667vw !important;
  }
  .sppt75 {
    padding-top: 10vw !important;
  }
  .sppb75 {
    padding-bottom: 10vw !important;
  }
  .sppl75 {
    padding-left: 10vw !important;
  }
  .sppr75 {
    padding-right: 10vw !important;
  }
  .sppt70 {
    padding-top: 9.3333333333vw !important;
  }
  .sppb70 {
    padding-bottom: 9.3333333333vw !important;
  }
  .sppl70 {
    padding-left: 9.3333333333vw !important;
  }
  .sppr70 {
    padding-right: 9.3333333333vw !important;
  }
  .sppt65 {
    padding-top: 8.6666666667vw !important;
  }
  .sppb65 {
    padding-bottom: 8.6666666667vw !important;
  }
  .sppl65 {
    padding-left: 8.6666666667vw !important;
  }
  .sppr65 {
    padding-right: 8.6666666667vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppb60 {
    padding-bottom: 8vw !important;
  }
  .sppl60 {
    padding-left: 8vw !important;
  }
  .sppr60 {
    padding-right: 8vw !important;
  }
  .sppt55 {
    padding-top: 7.3333333333vw !important;
  }
  .sppb55 {
    padding-bottom: 7.3333333333vw !important;
  }
  .sppl55 {
    padding-left: 7.3333333333vw !important;
  }
  .sppr55 {
    padding-right: 7.3333333333vw !important;
  }
  .sppt50 {
    padding-top: 6.6666666667vw !important;
  }
  .sppb50 {
    padding-bottom: 6.6666666667vw !important;
  }
  .sppl50 {
    padding-left: 6.6666666667vw !important;
  }
  .sppr50 {
    padding-right: 6.6666666667vw !important;
  }
  .sppt45 {
    padding-top: 6vw !important;
  }
  .sppb45 {
    padding-bottom: 6vw !important;
  }
  .sppl45 {
    padding-left: 6vw !important;
  }
  .sppr45 {
    padding-right: 6vw !important;
  }
  .sppt40 {
    padding-top: 5.3333333333vw !important;
  }
  .sppb40 {
    padding-bottom: 5.3333333333vw !important;
  }
  .sppl40 {
    padding-left: 5.3333333333vw !important;
  }
  .sppr40 {
    padding-right: 5.3333333333vw !important;
  }
  .sppt35 {
    padding-top: 4.6666666667vw !important;
  }
  .sppb35 {
    padding-bottom: 4.6666666667vw !important;
  }
  .sppl35 {
    padding-left: 4.6666666667vw !important;
  }
  .sppr35 {
    padding-right: 4.6666666667vw !important;
  }
  .sppt30 {
    padding-top: 4vw !important;
  }
  .sppb30 {
    padding-bottom: 4vw !important;
  }
  .sppl30 {
    padding-left: 4vw !important;
  }
  .sppr30 {
    padding-right: 4vw !important;
  }
  .sppt25 {
    padding-top: 3.3333333333vw !important;
  }
  .sppb25 {
    padding-bottom: 3.3333333333vw !important;
  }
  .sppl25 {
    padding-left: 3.3333333333vw !important;
  }
  .sppr25 {
    padding-right: 3.3333333333vw !important;
  }
  .sppt20 {
    padding-top: 2.6666666667vw !important;
  }
  .sppb20 {
    padding-bottom: 2.6666666667vw !important;
  }
  .sppl20 {
    padding-left: 2.6666666667vw !important;
  }
  .sppr20 {
    padding-right: 2.6666666667vw !important;
  }
  .sppt15 {
    padding-top: 2vw !important;
  }
  .sppb15 {
    padding-bottom: 2vw !important;
  }
  .sppl15 {
    padding-left: 2vw !important;
  }
  .sppr15 {
    padding-right: 2vw !important;
  }
  .sppt10 {
    padding-top: 1.3333333333vw !important;
  }
  .sppb10 {
    padding-bottom: 1.3333333333vw !important;
  }
  .sppl10 {
    padding-left: 1.3333333333vw !important;
  }
  .sppr10 {
    padding-right: 1.3333333333vw !important;
  }
  .sppt5 {
    padding-top: 0.6666666667vw !important;
  }
  .sppb5 {
    padding-bottom: 0.6666666667vw !important;
  }
  .sppl5 {
    padding-left: 0.6666666667vw !important;
  }
  .sppr5 {
    padding-right: 0.6666666667vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppb0 {
    padding-bottom: 0vw !important;
  }
  .sppl0 {
    padding-left: 0vw !important;
  }
  .sppr0 {
    padding-right: 0vw !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}