@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
img {
  width: 100%; }

@-webkit-keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.7); }

/* content at start */
.mfp-wrap .modal-content,
.mfp-wrap .mfp-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-wrap.mfp-ready .modal-content,
.mfp-wrap.mfp-ready .mfp-content {
  transform: translateY(0);
  opacity: 1; }

/* content animate out */
.mfp-wrap.mfp-removing .modal-content,
.mfp-wrap.mfp-removing .mfp-content {
  transform: translateY(30px);
  opacity: 0; }

/* mfp-close none*/
.mfp-close {
  display: none !important; }

body.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

main {
  overflow: hidden; }

#pagetop {
  width: 4.5vw;
  height: 4.5vw;
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw !important;
  z-index: 200;
  /*a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	text-decoration: none;
  	&:before,
  	&:after{
  		content: '';
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		right: 0;
  		margin: auto;
  		vertical-align: middle;
  	}
  	&:before{
  		box-sizing: border-box;
  		width: 2.5vw;
  		height: 2.5vw;
  		background-color: #000;
  		border: 1px solid #fff;
  		border-radius: 50%;
  	}
  	&:after{
  		top: .4vw;
  		right: .9vw;
  		width: .6vw;
  		height: .6vw;
  		transform: rotate(-45deg);
  		border-top: 2px solid #fff;
  		border-right: 2px solid #fff;
  	}
  }*/ }
  #pagetop.bottom {
    position: absolute;
    bottom: 45vw !important; }

@media screen and (max-width: 767px) {
  .progressbar-text {
    font-size: 4.8vw !important; }

  #pagetop {
    width: 10.7vw;
    height: 10.7vw;
    right: 2.5vw;
    /*a{
    	&:before{
    		width: 10vw;
    		height: 10vw;
    	}
    	&:after{
    		top: 1.4vw;
    		right: 3.3vw;
    		width: 2.5vw;
    		height: 2.5vw;
    	}
    }*/ } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

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

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

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  	/*box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;*/
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.4;
  color: #333;
  background: #fff; }

a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide, .hidden {
  visibility: hidden; }

p {
  line-break: strict; }

img {
  max-width: 100%; }

main {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
/*Roboto Condensed*/
/*Roboto*/
/*noto-sans*/
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.font-notos {
  font-family: 'Noto Serif JP', sans-serif; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none; }

/* =========================================================
 * CSS Animation　　   /*CSS アニメーション
========================================================= */
/****--------- ふわふわ ---------****/
.fwari {
  animation: fwari ease-in-out 5s infinite alternate;
  -webkit-animation: fwari ease-in-out 5s infinite alternate;
  -moz-animation: fwari ease-in-out 5s infinite alternate; }

@keyframes fwari {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(-50%, -52.5%); } }
@-webkit-keyframes fwari {
  0% {
    -webkit-transform: translate(-50%, -50%); }
  100% {
    -webkit-transform: translate(-50%, -52.5%); } }
@-moz-keyframes fwari {
  0% {
    -moz-transform: translate(-50%, -50%); }
  100% {
    -moz-transform: translate(-50%, -52.5%); } }
.fwari02 {
  animation: fwari02 ease-in-out 3s infinite alternate;
  -webkit-animation: fwari02 ease-in-out 3s infinite alternate;
  -moz-animation: fwari02 ease-in-out 3s infinite alternate; }

@keyframes fwari02 {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(-50%, -45%); } }
@-webkit-keyframes fwari02 {
  0% {
    -webkit-transform: translate(-50%, -50%); }
  100% {
    -webkit-transform: translate(-50%, -45%); } }
@-moz-keyframes fwari02 {
  0% {
    -moz-transform: translate(-50%, -50%); }
  100% {
    -moz-transform: translate(-50%, -45%); } }
.fwari03 {
  animation: fwari03 ease-in-out 3s infinite alternate;
  -webkit-animation: fwari03 ease-in-out 3s infinite alternate;
  -moz-animation: fwari03 ease-in-out 3s infinite alternate; }

@keyframes fwari03 {
  0% {
    transform: translate(0%, -30px); }
  100% {
    transform: translate(0%, 0%); } }
@-webkit-keyframes fwari03 {
  0% {
    -webkit-transform: translate(0%, -30px); }
  100% {
    -webkit-transform: translate(0%, 0%); } }
@-moz-keyframes fwari03 {
  0% {
    -moz-transform: translate(0%, -30px); }
  100% {
    -moz-transform: translate(0%, 0%); } }
.fwari04 {
  animation: fwari04 ease-in-out 2s infinite alternate;
  -webkit-animation: fwari04 ease-in-out 2s infinite alternate;
  -moz-animation: fwari04 ease-in-out 2s infinite alternate; }

@keyframes fwari04 {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, -15px); } }
@-webkit-keyframes fwari04 {
  0% {
    -webkit-transform: translate(0%, 0%); }
  100% {
    -webkit-transform: translate(0%, -15px); } }
@-moz-keyframes fwari04 {
  0% {
    -moz-transform: translate(0%, 0%); }
  100% {
    -moz-transform: translate(0%, -15px); } }
.fwari05 {
  animation: fwari05 ease-in-out 2s infinite alternate;
  -webkit-animation: fwari05 ease-in-out 2s infinite alternate;
  -moz-animation: fwari05 ease-in-out 2s infinite alternate; }

@keyframes fwari05 {
  0% {
    transform: translate(0%, -15px); }
  100% {
    transform: translate(0%, 0%); } }
@-webkit-keyframes fwari05 {
  0% {
    -webkit-transform: translate(0%, -15px); }
  100% {
    -webkit-transform: translate(0%, 0%); } }
@-moz-keyframes fwari05 {
  0% {
    -moz-transform: translate(0%, -15px); }
  100% {
    -moz-transform: translate(0%, 0%); } }
/****--------- /ふわふわ ---------****/
body {
  min-width: 100%; }

.top {
  width: inherit !important;
  padding: 0 0 1px !important; }
  .top article {
    width: 100%; }
    .top article .inner {
      width: 1130px;
      margin: 0 auto;
      position: relative; }
    .top article .main {
      background-color: #e5ffff;
      padding: 20px 0 230px;
      position: relative;
      z-index: 1; }
      .top article .main:before, .top article .main:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0; }
      .top article .main:before {
        height: 22%;
        background-color: #ffff00;
        z-index: -1; }
      .top article .main:after {
        height: 100%;
        background: url("../images/top/img_decoration01.png");
        z-index: -2; }
      .top article .main .breadcrumb ol {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0; }
        .top article .main .breadcrumb ol li {
          font-size: 14px !important;
          line-height: 1 !important;
          letter-spacing: .1em;
          padding-right: 1em;
          margin: 0 .5em;
          position: relative; }
          .top article .main .breadcrumb ol li a {
            font-size: 14px !important;
            line-height: 1 !important; }
          .top article .main .breadcrumb ol li:after {
            content: '>';
            display: block;
            position: absolute;
            top: 50%;
            right: -.5em;
            transform: translateY(-50%); }
          .top article .main .breadcrumb ol li:last-of-type:after {
            display: none; }
      .top article .main .inner {
        position: relative;
        z-index: 1;
        margin-top: 100px; }
        .top article .main .inner.i02 {
          margin-top: 0;
          z-index: -1; }
        .top article .main .inner .decoration {
          position: absolute;
          transform: translate(-50%, -50%); }
          .top article .main .inner .decoration.d01 {
            width: 1210px;
            top: 53%;
            left: 50%; }
          .top article .main .inner .decoration.d02 {
            width: 934px;
            top: 45%;
            left: 52.5%; }
        .top article .main .inner .ttl {
          position: absolute; }
          .top article .main .inner .ttl.ttl01 {
            width: 326px;
            top: -47px;
            left: -43px; }
          .top article .main .inner .ttl.ttl02 {
            width: 640px;
            bottom: -131px;
            right: -42px; }
    .top article .type {
      position: relative;
      z-index: 2;
      padding-bottom: 200px; }
      .top article .type.active-tab01:before {
        background-color: #ffffb2; }
      .top article .type.active-tab02:before {
        background-color: #b2ffff; }
      .top article .type.active-tab03:before {
        background-color: #ffe5ff; }
      .top article .type:before, .top article .type:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 80%;
        bottom: 0;
        left: 0; }
      .top article .type:before {
        z-index: -2; }
      .top article .type:after {
        background: url("../images/top/img_decoration02.png");
        z-index: -1; }
      .top article .type .inner .ttl {
        width: 1160px;
        margin: -180px auto 0; }
      .top article .type .inner--container--tabwrap .container-tab {
        display: flex;
        position: relative;
        padding-top: 200px;
        margin-top: 20px;
        z-index: 2; }
        .top article .type .inner--container--tabwrap .container-tab .tab {
          width: 23.6%;
          position: absolute;
          top: 15px; }
          .top article .type .inner--container--tabwrap .container-tab .tab.select {
            top: 0; }
          .top article .type .inner--container--tabwrap .container-tab .tab a {
            transition: all .3s ease; }
            .top article .type .inner--container--tabwrap .container-tab .tab a:hover {
              opacity: 1;
              transform: scale(1.04); }
        .top article .type .inner--container--tabwrap .container-tab .tabA {
          left: 8.4%; }
        .top article .type .inner--container--tabwrap .container-tab .tabB {
          left: 33.6%; }
        .top article .type .inner--container--tabwrap .container-tab .tabC {
          left: 58.7%; }
      .top article .type .inner--container--tabwrap #typeC .contents {
        position: relative; }
        .top article .type .inner--container--tabwrap #typeC .contents .btn {
          width: 352px;
          position: absolute;
          bottom: 228px;
          right: 62px; }
          .top article .type .inner--container--tabwrap #typeC .contents .btn a {
            transition: all .3s ease; }
            .top article .type .inner--container--tabwrap #typeC .contents .btn a:hover {
              transform: scale(1.04);
              opacity: 1 !important; }
    .top article .merit {
      position: relative;
      z-index: 2;
      padding-bottom: 200px; }
      .top article .merit:before, .top article .merit:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 92.5%;
        bottom: 0;
        left: 0; }
      .top article .merit:before {
        background: linear-gradient(#4cb5ec 0 49%, #fab6f7 49% 100%);
        z-index: -2; }
      .top article .merit:after {
        background: url("../images/top/img_decoration03.png");
        z-index: -1; }
      .top article .merit .inner .ttl {
        width: 1093px;
        margin: -150px auto 0;
        position: relative;
        z-index: 1; }
      .top article .merit .inner--container .visual.v01 {
        width: 1133px;
        margin: -45px auto 0 0; }
      .top article .merit .inner--container .visual.v02 {
        width: 1142px;
        margin: 25px 0 0 auto; }
    .top article .tv {
      position: relative;
      z-index: 2; }
      .top article .tv:before, .top article .tv:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 80%;
        bottom: 55px;
        left: 0; }
      .top article .tv:before {
        background: linear-gradient(#e5f5fd 0 47.5%, #f2fafe 47.5% 100%);
        z-index: -2; }
      .top article .tv:after {
        z-index: -1; }
      .top article .tv .inner .ttl {
        width: 1083px;
        margin: -75px auto 0;
        position: relative;
        z-index: 1; }
      .top article .tv .inner--container .visual.v01 {
        width: 1108px;
        margin: -40px auto 0; }
      .top article .tv .inner--container .visual.v02 {
        width: 1054px;
        margin: 110px auto 0; }
      .top article .tv .inner--container .btn {
        width: 780px;
        margin: -30px auto 0;
        position: relative;
        z-index: 3; }
        .top article .tv .inner--container .btn a {
          transition: all .3s ease; }
          .top article .tv .inner--container .btn a:hover {
            opacity: 1;
            transform: scale(1.04); }
    .top article .entry {
      position: relative;
      z-index: 1;
      margin-top: -55px; }
      .top article .entry:before, .top article .entry:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .top article .entry:before {
        background: linear-gradient(#ffff00 0 70%, #b2ffff 70% 100%);
        z-index: -2; }
      .top article .entry:after {
        background: url("../images/top/img_decoration01.png");
        z-index: -1; }
      .top article .entry .inner .ttl {
        width: 1083px;
        margin: 0 auto;
        padding-top: 55px;
        position: relative;
        z-index: 2; }
      .top article .entry .inner--container {
        position: relative; }
        .top article .entry .inner--container .visual.v01 {
          width: 1148px;
          margin: 20px auto 0; }
        .top article .entry .inner--container .link-list {
          width: 100%;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          position: absolute;
          bottom: 95px;
          left: 50%;
          transform: translateX(-50%); }
          .top article .entry .inner--container .link-list .btn {
            width: 436px;
            margin: 0 25px; }
            .top article .entry .inner--container .link-list .btn a {
              transition: all .3s ease; }
              .top article .entry .inner--container .link-list .btn a:hover {
                opacity: 1;
                transform: scale(1.04); }

#ftr .inner {
  margin: 90px auto; }
  #ftr .inner .logo {
    width: 288px;
    margin: 0 auto; }
  #ftr .inner .copy {
    font-size: 12px;
    letter-spacing: .05em;
    text-align: center;
    padding: 2em 0; }

@media screen and (max-width: 1024px) {
  .top article .inner {
    width: 70.625vw; }
  .top article .main {
    padding: 1.25vw 0 14.375vw; }
    .top article .main .breadcrumb ol li {
      font-size: 0.875vw !important; }
      .top article .main .breadcrumb ol li a {
        font-size: 0.875vw !important; }
    .top article .main .inner {
      margin-top: 6.25vw; }
      .top article .main .inner .decoration.d01 {
        width: 75.625vw; }
      .top article .main .inner .decoration.d02 {
        width: 58.375vw; }
      .top article .main .inner .ttl.ttl01 {
        width: 20.375vw;
        top: -2.9375vw;
        left: -2.6875vw; }
      .top article .main .inner .ttl.ttl02 {
        width: 40vw;
        bottom: -8.1875vw;
        right: -2.625vw; }
  .top article .type {
    padding-bottom: 12.5vw; }
    .top article .type:before, .top article .type:after {
      height: 80%; }
    .top article .type .inner .ttl {
      width: 72.5vw;
      margin: -11.25vw auto 0; }
    .top article .type .inner--container--tabwrap .container-tab {
      padding-top: 12.5vw;
      margin-top: 1.25vw; }
      .top article .type .inner--container--tabwrap .container-tab .tab {
        top: 0.9375vw; }
    .top article .type .inner--container--tabwrap #typeC .contents .btn {
      width: 22vw;
      bottom: 14.25vw;
      right: 3.875vw; }
  .top article .merit {
    padding-bottom: 12.5vw; }
    .top article .merit .inner .ttl {
      width: 68.3125vw;
      margin: -9.375vw auto 0; }
    .top article .merit .inner--container .visual.v01 {
      width: 70.8125vw;
      margin: -2.8125vw auto 0 0; }
    .top article .merit .inner--container .visual.v02 {
      width: 71.375vw;
      margin: 1.5625vw 0 0 auto; }
  .top article .tv:before, .top article .tv:after {
    bottom: 3.4375vw; }
  .top article .tv .inner .ttl {
    width: 67.6875vw;
    margin: -4.6875vw auto 0; }
  .top article .tv .inner--container .visual.v01 {
    width: 69.25vw;
    margin: -2.5vw auto 0; }
  .top article .tv .inner--container .visual.v02 {
    width: 65.875vw;
    margin: 6.875vw auto 0; }
  .top article .tv .inner--container .btn {
    width: 48.75vw;
    margin: -1.875vw auto 0; }
  .top article .entry {
    margin-top: -3.4375vw; }
    .top article .entry .inner .ttl {
      width: 67.6875vw;
      padding-top: 3.4375vw; }
    .top article .entry .inner--container .visual.v01 {
      width: 71.75vw;
      margin: 1.25vw auto 0; }
    .top article .entry .inner--container .link-list {
      bottom: 5.9375vw; }
      .top article .entry .inner--container .link-list .btn {
        width: 27.25vw;
        margin: 0 25px; }

  #ftr .inner {
    margin: 5.625vw auto; }
    #ftr .inner .logo {
      width: 18vw; }
    #ftr .inner .copy {
      font-size: 0.75vw; } }
@media screen and (max-width: 767px) {
  .top article .inner {
    width: 100vw; }
  .top article .main {
    padding: 5vw 0 57.5vw; }
    .top article .main .breadcrumb {
      padding: 0 5%; }
      .top article .main .breadcrumb ol li {
        font-size: 2.9375vw !important; }
        .top article .main .breadcrumb ol li a {
          font-size: 2.9375vw !important; }
    .top article .main .inner {
      margin-top: 9.375vw; }
      .top article .main .inner .decoration.d01 {
        display: none; }
      .top article .main .inner .decoration.d02 {
        width: 100vw;
        left: 50%; }
      .top article .main .inner .ttl.ttl01 {
        width: 42.875vw;
        top: -4.375vw;
        left: 5vw; }
      .top article .main .inner .ttl.ttl02 {
        width: 55vw;
        bottom: -11.25vw;
        right: 2.625vw; }
  .top article .type {
    padding-bottom: 37.5vw; }
    .top article .type:before, .top article .type:after {
      height: 80%; }
    .top article .type .inner .ttl {
      width: 87.5vw;
      margin: -55vw auto 0; }
    .top article .type .inner--container--tabwrap {
      width: 90vw;
      margin: 0 auto; }
      .top article .type .inner--container--tabwrap .container-tab {
        padding: 0 2% 0 3%;
        margin-top: 5vw;
        justify-content: space-around; }
        .top article .type .inner--container--tabwrap .container-tab .tab {
          width: 30.7%;
          position: relative;
          top: inherit;
          left: inherit !important; }
          .top article .type .inner--container--tabwrap .container-tab .tab.select {
            top: -1.4375vw !important; }
          .top article .type .inner--container--tabwrap .container-tab .tab a {
            transition: all .3s ease; }
            .top article .type .inner--container--tabwrap .container-tab .tab a:hover {
              opacity: 1;
              transform: scale(1); }
        .top article .type .inner--container--tabwrap .container-tab .tabA {
          left: 4.5%; }
        .top article .type .inner--container--tabwrap .container-tab .tabB {
          left: 38%; }
        .top article .type .inner--container--tabwrap .container-tab .tabC {
          left: 66%; }
      .top article .type .inner--container--tabwrap--content {
        margin-top: -2.8125vw; }
      .top article .type .inner--container--tabwrap #typeC .contents .btn {
        width: 43.125vw;
        bottom: 79.0625vw;
        right: 7.8125vw; }
  .top article .merit {
    padding-bottom: 25vw; }
    .top article .merit:before, .top article .merit:after {
      height: 92.5%; }
    .top article .merit:before {
      background: linear-gradient(#4cb5ec 0 52%, #fab6f7 52% 100%); }
    .top article .merit .inner .ttl {
      width: 90vw;
      margin: -31.25vw auto 0; }
    .top article .merit .inner--container .visual.v01 {
      width: 97vw;
      margin: 3.75vw auto 0 -4.375vw; }
    .top article .merit .inner--container .visual.v02 {
      width: 102vw;
      margin: 3.75vw -2.5vw 0 auto; }
  .top article .tv:before, .top article .tv:after {
    height: 80.5%;
    bottom: 6.875vw; }
  .top article .tv:before {
    background: linear-gradient(#e5f5fd 0 48%, #f2fafe 48% 100%); }
  .top article .tv .inner .ttl {
    width: 90vw;
    margin: -16.875vw auto 0; }
  .top article .tv .inner--container .visual.v01 {
    width: 85vw;
    margin: 0 auto; }
  .top article .tv .inner--container .visual.v02 {
    width: 88vw;
    margin: 13.125vw auto 0; }
  .top article .tv .inner--container .btn {
    width: 86.4vw;
    margin: 6.25vw auto 0; }
  .top article .entry {
    margin-top: -6.875vw; }
    .top article .entry .inner .ttl {
      width: 115vw;
      padding-top: 18.75vw;
      margin-left: -7.5vw; }
    .top article .entry .inner--container .visual.v01 {
      width: 90vw;
      margin: 6.875vw auto 0; }
    .top article .entry .inner--container .link-list {
      bottom: 10vw; }
      .top article .entry .inner--container .link-list .btn {
        width: 55vw;
        margin: 1.5vw auto; }

  #ftr .inner {
    margin: 8vw auto; }
    #ftr .inner .logo {
      width: 37.25vw; }
    #ftr .inner .copy {
      font-size: 1.875vw; } }
