@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  opacity: 0;
  position: relative;
  font-size: 16px;
  -webkit-print-color-adjust: exact;
  line-height: 1.8;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}
a[href^=tel] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}
a[href^=tel]:hover {
  opacity: 1;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
  text-align: center;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  a:hover {
    opacity: 0.7;
  }
  a:hover,
a:hover p {
    text-decoration: none;
  }
  a:focus {
    outline: none !important;
  }
}
/* =======================================- */
/* ▼▼　ヘッダー
/* =======================================- */
header a {
  color: inherit;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  .header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 0 5px;
    /* ヘッダーメニュー */
    /* グローバルメニュー */
  }
  .header a:hover {
    color: #3A92F4;
  }
  .header-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-layout2 {
    position: relative;
  }
  .header-layout2-1 .header-serch {
    background: #ECECEC;
    color: #949494;
    font-size: 14px;
    border-radius: 2px;
    padding: 8px 20px;
    background-image: url(/assets/img/common/serch.png);
    background-repeat: no-repeat;
    background-position: top 45% right 10px;
    background-size: 15px;
  }
  .header-layout2-1 .header-logo {
    padding-left: 49px;
  }
  .header-layout2-1 .header-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-layout2-2 .header-inner {
    display: block;
  }
  .header-layout2-2 .header-nav .nav-item {
    display: inline;
    margin-right: 48px;
    text-align: right;
  }
  .header-layout2-2 .header-nav .nav-item:last-child {
    margin-right: 0;
  }
  .header-menu .menu-item {
    font-size: 13px;
    padding-left: 49px;
  }
  .header-menu .menu-link {
    text-decoration: none;
  }
  .header-menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav {
    margin-top: 20px;
    width: 100%;
  }
  .header-nav .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-nav .nav-item {
    padding-bottom: 18px;
  }
  .header-nav .nav-item:hover .megamenu {
    border-top: 1px solid #999999;
    height: auto;
    opacity: 1;
  }
  .header-nav .nav-link {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
  }
  .header-nav .nav-link:not(.this_page):hover {
    color: #3A92F4;
    z-index: 9999;
  }
  .header .megamenu {
    background: #ffffff;
    height: 0;
    opacity: 0;
    top: 37px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .megamenu-item {
    text-align: center;
  }
  .header .megamenu-item:nth-child(n+2) {
    border-top: 1px dashed #808080;
    margin-top: 0;
  }
  .header .megamenu-link {
    display: block;
    font-size: 14px;
    padding: 9px 0;
    text-decoration: none;
  }
  .header .megamenu-link:hover {
    background: #DCE6F0;
  }
  /* メニューボタン */
  .h_menu_btn,
#h_menu-close {
    display: none;
  }
}
/* =======================================- */
/* ▼▼▼　~1400px
/* =======================================- */
@media screen and (max-width: 1400px) {
  .header {
    max-width: 940px;
    padding: 20px 0 5px;
    /* ヘッダーメニュー */
    /* グローバルメニュー */
  }
  .header-layout1 .logo-img {
    width: 262px;
  }
  .header-layout2 {
    position: relative;
  }
  .header-layout2-1 .header-logo {
    padding-left: 30px;
  }
  .header-layout2-1 .header-logo img {
    width: 140px;
  }
  .header-layout2-1 .header-logo.logo-privacy img {
    width: 40px;
    height: 41px;
  }
  .header-layout2-2 .header-inner {
    display: block;
  }
  .header-layout2-2 .header-nav .nav-item {
    display: inline;
    margin-right: 48px;
    text-align: right;
  }
  .header-layout2-2 .header-nav .nav-item:last-child {
    margin-right: 0;
  }
  .header-menu .menu-item {
    font-size: 13px;
    padding-left: 30px;
  }
  .header-nav {
    margin-top: 20px;
    width: 100%;
  }
  .header-nav .nav-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .header-nav .nav-item {
    padding-bottom: 10px;
  }
  .header-nav .nav-link {
    font-size: 16px;
  }
}
/* =======================================- */
/* ▼▼▼　~1000px
/* =======================================- */
@media screen and (max-width: 1000px) {
  .header-menu .menu-item {
    padding-left: 15px;
  }
  .header-layout2-1 .header-logo {
    padding-left: 15px;
  }
  .header-layout2-2 .header-inner {
    display: block;
  }
  .header-layout2-2 .header-nav a {
    font-size: 1.8vw;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .header {
    overflow-x: hidden;
    padding: 0;
    /* グローバルメニュー */
    /* メニューボタン */
  }
  .header-logo {
    width: 188px;
  }
  .header-logo.logo-privacy {
    width: 55px;
  }
  .header-logo a {
    display: block;
  }
  .header-layout1 .header-inner {
    height: 55px;
    padding: 13px 13px 3px;
    overflow: hidden;
  }
  .header-layout2 {
    position: absolute;
    right: 0;
    left: 0;
    top: 55px;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: solid 1px #DBDBDB;
    padding-top: 0;
  }
  .header-layout2-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    background: #fff;
    /* ヘッダーメニュー */
  }
  .header-layout2-1 .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 42px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-layout2-1 .header-menu .menu-item {
    font-size: 10px;
    font-weight: 600;
  }
  .header-layout2-1 .header-menu .menu .menu-item + .menu-item {
    margin-top: 6px;
  }
  .header-layout2-1 .header-menu .menu-link {
    text-decoration: none;
  }
  .header-layout2-2 {
    background: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .header-layout2-2 .header-nav .nav-item {
    margin-right: 0;
  }
  .header-layout2-2 .header-nav .nav-item a {
    font-size: 16px;
  }
  .header-layout2-2 .header-nav .nav-link {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 25px 64px 18px;
    border-bottom: solid 1px #DBDBDB;
    position: relative;
  }
  .header-layout2-2 .header-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 44px;
    top: calc(50% + 1px);
    width: 11px;
    height: 2px;
    background: #3A92F4;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header-layout2-2 .header-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 46px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #3A92F4;
    border-right: 2px solid #3A92F4;
    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
  }
  .header-nav {
    margin-top: 0;
  }
  .header-nav .nav-item .nav-link {
    padding: 18px 64px 18px;
  }
  .header .megamenu {
    margin: 0 20px 0 60px;
    padding: 0 0 10px;
    display: none;
  }
  .header .megamenu-item {
    display: block;
    margin-top: 0;
    opacity: 0.8;
  }
  .header .megamenu-item::before {
    background: #ffffff;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin-bottom: 4px;
    width: 4px;
  }
  .header .megamenu-link {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
  }
  .header .header-btn {
    height: 16px;
    width: 20px;
    position: absolute;
    margin: 25px 25px 14px 25px;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .header .header-btn::before {
    left: 0;
  }
  .header .header-btn .headerBtn {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
  }
  .header .header-btn .headerBtn-icon {
    width: 100%;
    position: absolute;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    height: 2px;
    background: #666;
    display: block;
    margin: 0 auto;
  }
  .header .header-btn .headerBtn-icon:last-child {
    display: block;
  }
  .menu-close .header-layout2 {
    visibility: hidden;
    opacity: 0;
  }
  .menu-open .header-layout2 {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-open .header-headerBtn {
    position: fixed;
  }
  /* 1回目のアニメーション */
  .header-btn .headerBtn-top {
    -webkit-animation: menu-top 0.5s;
            animation: menu-top 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    bottom: 0;
  }
  .header-btn .headerBtn-middle {
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    opacity: 1;
  }
  .header-btn .headerBtn-bottom {
    -webkit-animation: menu-bottom 0.5s;
            animation: menu-bottom 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    top: 0;
  }
  /* 2回目のアニメーション */
  .header-btn.js-open .headerBtn-top,
.header-btn.js-open .headerBtn-bottom {
    -webkit-animation: menu-top-close 0.5s;
            animation: menu-top-close 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header-btn.js-open .headerBtn-middle {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .header-btn.js-open .headerBtn-bottom {
    -webkit-animation: menu-bottom-close 0.5s;
            animation: menu-bottom-close 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@-webkit-keyframes menu-top {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(0deg);
            transform: translateY(-15px) rotate(0deg);
  }
}
@keyframes menu-top {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(0deg);
            transform: translateY(-15px) rotate(0deg);
  }
}
@-webkit-keyframes menu-bottom {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(0deg);
            transform: translateY(15px) rotate(0deg);
  }
}
@keyframes menu-bottom {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(0deg);
            transform: translateY(15px) rotate(0deg);
  }
}
@-webkit-keyframes menu-top-close {
  0% {
    -webkit-transform: translateY(-15px) rotate(0deg);
            transform: translateY(-15px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes menu-top-close {
  0% {
    -webkit-transform: translateY(-15px) rotate(0deg);
            transform: translateY(-15px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@-webkit-keyframes menu-bottom-close {
  0% {
    -webkit-transform: translateY(15px) rotate(0deg);
            transform: translateY(15px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@keyframes menu-bottom-close {
  0% {
    -webkit-transform: translateY(15px) rotate(0deg);
            transform: translateY(15px) rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
/* ▼▼▼　~375px
/* =======================================- */
@media screen and (max-width: 375px) {
  .header-layout2-1 .header-inner {
    padding: 30px 20px;
  }
  .header-layout2-1 .logo {
    width: 150px;
  }
  .header-layout2-1 .logo-privacy {
    width: 55px;
  }
}
/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  text-align: center;
  border-top: solid 1px #DBDBDB;
}
.footer a:hover {
  color: #3A92F4;
}
.footer-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 0 59px;
}
.footer-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-layout1-1 {
  width: 340px;
  margin-left: 94px;
}
.footer-layout1-2 {
  width: 50%;
}
.footer-layout1-2 .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-layout2 {
  width: 100%;
}
.footer-layout2 .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-layout2 .footer-nav li {
  margin-left: 44px;
}
.footer-layout2 .footer-nav li:first-child {
  margin-left: 0;
}
.footer-layout2 .footer-nav .nav-item {
  font-size: 13px;
}

.copyright {
  text-align: right;
  color: #fff;
  font-size: 10px;
  background: #333333;
  display: block;
  width: 100%;
  padding: 5px;
}
.copyright-inner {
  max-width: 1160px;
  margin: 0 auto;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .footer {
    padding: 10px 0 0;
  }
  .footer-content {
    padding: 18px 0 0;
  }
  .footer-layout1 {
    display: block;
    text-align: center;
  }
  .footer-layout1-1 {
    width: 188px;
    margin-left: 0;
    margin: 0 auto;
  }
  .footer-layout1-1 a {
    display: block;
  }
  .footer-layout1-2 {
    width: 100%;
  }
  .footer-layout1-2 .footer-nav {
    display: block;
  }
  .footer-layout1-2 .footer-nav li:first-child a {
    margin-top: 11px;
  }
  .footer-layout1-2 .footer-nav a {
    display: block;
    padding: 17px 0 18px;
    border-bottom: solid 1px #DBDBDB;
  }
  .footer-layout1-2 .footer-nav a::before {
    left: 44px;
    width: 11px;
    top: calc(50% - 1px);
  }
  .footer-layout1-2 .footer-nav a:after {
    left: 45px;
    width: 6px;
    height: 6px;
    top: calc(50% - 2px);
    border-top: 2px solid #3A92F4;
    border-right: 2px solid #3A92F4;
  }
  .footer-layout2 .footer-nav {
    margin: 20px;
  }
  .footer-layout2 .footer-nav li {
    margin-left: 14px;
  }
  .footer-layout2 .footer-nav li:first-child {
    margin-left: 0;
  }
  .footer-layout2 .footer-nav .nav-item {
    font-size: 10px;
  }
  .copyright {
    padding: 5px 20px;
    font-size: 8px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.mainvisual {
  position: relative;
  overflow: hidden;
}
.mainvisual-bg {
  background: #F4F4F4;
}
.mainvisual-container {
  position: relative;
}
.mainvisual-link {
  display: block;
}
.mainvisual-image {
  width: 100%;
}
.mainvisual-btn {
  background: #286ecf;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  line-height: 1.5;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  display: block;
  line-height: 1.5;
  padding: 53px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mainvisual-btn span {
  display: block;
  position: relative;
}
.mainvisual-btn span::before {
  content: "";
  position: absolute;
  background: url("/assets/img/common/arrow-yellow.svg");
  background-size: cover;
  width: 20px;
  height: 18px;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mainvisual-btn:hover {
  opacity: 0.8;
}
.mainvisual-slider .mainvisual-link {
  display: block;
  position: relative;
}
.mainvisual-slider .mainvisual-link::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.mainvisual-slider .slick-current .mainvisual-link::before {
  opacity: 0;
}
.mainvisual-slider .slick-current .mainvisual-link:hover::before {
  opacity: 0.3;
}
.mainvisual-slider .slick-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 9;
}
.mainvisual-slider .slick-arrow::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  .mainvisual-container {
    width: 989px;
    margin: 0 auto;
  }
  .mainvisual-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: solid 1px #3A92F4;
    border-radius: 50%;
  }
  .mainvisual-slider .slick-arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .mainvisual-slider .slick-prev {
    left: 357px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .mainvisual-slider .slick-prev::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 55%;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #3A92F4;
  }
  .mainvisual-slider .slick-next {
    right: 360px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .mainvisual-slider .slick-next::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 47%;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #3A92F4;
  }
}
/* ▼▼▼　~1500px
/* =======================================- */
@media screen and (max-width: 1500px) {
  .mainvisual-slider .slick-prev {
    left: 78px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .mainvisual-slider .slick-prev::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 55%;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #3A92F4;
  }
  .mainvisual-slider .slick-next {
    right: 79px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .mainvisual-slider .slick-next::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 47%;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #3A92F4;
  }
}
/* ▼▼▼　~1400px
/* =======================================- */
@media screen and (max-width: 1400px) {
  .mainvisual-slider .slick-prev {
    left: 131px;
  }
  .mainvisual-slider .slick-next {
    right: 128px;
  }
}
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .mainvisual-container {
    width: 100%;
    margin: 0 auto;
  }
  .mainvisual-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    border: solid 1px #3A92F4;
    border-radius: 50%;
  }
  .mainvisual-slider .slick-arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .mainvisual-slider .slick-prev {
    left: -17px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .mainvisual-slider .slick-prev::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 55%;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: #3A92F4;
  }
  .mainvisual-slider .slick-next {
    right: -16px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .mainvisual-slider .slick-next::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 47%;
    border-right: 2px solid;
    border-top: 2px solid;
    border-color: #3A92F4;
  }
}
.pageHeader {
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  padding: 98px 0;
}
.pageHeader-ttl {
  font-size: 44px;
  line-height: 100%;
  text-align: center;
}

/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .pageHeader {
    padding: 40px 0;
  }
  .pageHeader-ttl {
    font-size: 24px;
  }
}
.size-ms {
  font-size: 16px !important;
}

.caution {
  padding-left: 8px;
  font-size: 12px;
}
.caution::before {
  content: "※";
  display: inline-block;
  margin: 0 0 0 -1em;
}

.container-web {
  background: #F0F7FF;
  padding: 50px 0 110px;
}
.container-web .container-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.container-web .container-heading {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}
.container-web .tab {
  margin-top: 48px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1019607843);
}
.container-web .tab-contact-inner {
  border: solid 1px #D5D5D5;
  padding: 20px;
  text-align: center;
}
.container-web .tab-contact-read {
  font-size: 13.5px;
  font-weight: 500;
}
.container-web .tab-contact-time {
  font-weight: bold;
}
.container-web .tab-contact-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-web .tab-contact-number p {
  margin-left: 9px;
  line-height: 44px;
  font-size: 30px;
  font-weight: bold;
}
.container-web .tab-contact .caution {
  margin: 0 21px;
  text-align: left;
}
.container-web .tab-contact-other {
  margin-top: 6px;
}
.container-web .tab-contact-other p {
  font-size: 12px;
}
.container-web .tab-link {
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
}
.container-web .tab-link-item {
  width: 50%;
  position: relative;
  z-index: 2;
  color: #333;
  background: #CECECE;
  border-bottom: 2px solid #3A92F4;
}
.container-web .tab-link-item.active {
  border: 2px solid #3A92F4;
  border-bottom: none;
  background: #fff;
  z-index: 1;
}
.container-web .tab-link-item.active:hover {
  background: #FFFFFF;
  text-decoration: none;
}
.container-web .tab-link-item:hover {
  background: #FFFFFF;
  text-decoration: underline;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.container-web .tab-link-item a {
  padding: 15px;
  display: block;
}
.container-web .tab-content {
  padding: 26px;
  display: none;
  background: #FDFDFD;
  z-index: 3;
  border: 2px solid #3A92F4;
  border-top: 0;
}
.container-web .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container-web .tab-content-item {
  width: calc((100% - 30px) / 2);
  text-align: center;
}
.container-web .tab-content-item .col {
  background: #F8F8F8;
  padding: 0 4px;
  width: 100%;
}
.container-web .tab-content-item .col-type1 {
  background: #fcdfff;
}
.container-web .tab-content-item .col-type1 .tab-content-link-item:hover {
  background: #f8cefb;
}
.container-web .tab-content-item .col-type2 {
  background: #fdf8b8;
}
.container-web .tab-content-item .col-type2 .tab-content-link-item:hover {
  background: #f5f1b3;
}
.container-web .tab-content-item .col + .col {
  margin-top: 20px;
}
.container-web .tab-content-item .col + .col.mt-0 {
  margin-top: 0;
}
.container-web .tab-content-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 26px;
}
.container-web .tab-content-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 1em;
  color: #E50012;
}
.container-web .tab-content-icon-heart img {
  margin: 20px 0 17px;
}
.container-web .tab-content-icon-house img {
  margin: 20px 0 12px;
}
.container-web .tab-content-icon-money img {
  margin: 20px 0 18px;
}
.container-web .tab-content-icon-daido img {
  margin: 20px 0 13px;
}
.container-web .tab-content-link-item {
  position: relative;
  border-top: solid 1px #D5D5D5;
  padding: 16px 40px;
  line-height: 1.5em;
  text-align: left;
  display: block;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.container-web .tab-content-link-item.link-item-tag {
  padding: 16px 31px 16px 0;
}
.container-web .tab-content-link-item:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #EBEBEB;
  opacity: 1;
}
.container-web .tab-content-link-item.item-last {
  border-bottom: 1px solid #D5D5D5;
}
.container-web .tab-content-link-item.link-blank::before {
  content: none;
}
.container-web .tab-content-link-item.link-blank::after {
  content: none;
}
.container-web .tab-content-link-item::before {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 15px;
  height: 2px;
  background: #3A92F4;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.container-web .tab-content-link-item::after {
  content: "";
  position: absolute;
  right: 23px;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-top: 2px solid #3A92F4;
  border-right: 2px solid #3A92F4;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
.container-web .tab-content-link-item .tag {
  background: #3A92F4;
  color: #fff;
  position: absolute;
  border-radius: 12px;
  font-size: 10px;
  top: 34%;
  line-height: 10px;
  padding: 4px 12px 5px;
  margin-left: 14px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 65%;
}
.container-support {
  background: #FBFBFB;
  padding: 80px 0 0;
  width: 100%;
  overflow: hidden;
}
.container-support h2.container-heading {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 79px;
}
.container-support .support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 145px;
}
.container-support .support-content-1 {
  padding-bottom: 128px;
}
.container-support .support-content-2 {
  padding-bottom: 127px;
}
.container-support .support-content-3 {
  padding-bottom: 128px;
}
.container-support .support-content-4 {
  padding-bottom: 127px;
}
.container-support .support-content-5 {
  padding-bottom: 127px;
}
.container-support .support-content::before {
  content: "";
  position: absolute;
  background: #3A92F4;
  width: 631px;
  height: 552px;
  bottom: 0;
}
.container-support .support-content-right::before {
  right: 0;
}
.container-support .support-content .container-heading-en {
  position: absolute;
  z-index: 2;
  color: #EBEBEB;
  opacity: 0.65;
  font-size: 138px;
  font-weight: bold;
  line-height: 130px;
  text-align: left;
}
.container-support .support-content-heading {
  font-size: 38px;
  border-bottom: solid 1px #333333;
  margin-bottom: 44px;
  display: inline-block;
  font-weight: bold;
}
.container-support .support-content-heading span {
  color: #3A92F4;
}
.container-support .support-content-inner {
  position: relative;
}
.container-support .support-content-img {
  position: absolute;
  max-width: 55vw;
  top: 0;
}
.container-support .support-content-img-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.container-support .support-content-img-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FBFBFB;
  top: 0;
  left: 0;
  position: absolute;
}
.container-support .support-content-img-bg.fadein::before {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  left: 100%;
}
.container-support .support-content-img img {
  width: 100%;
}
.container-support .support-content-text {
  width: 52%;
  z-index: 3;
}
.container-support .support-content-text-item {
  max-width: 675px;
  position: relative;
  padding: 83px 73px 83px 74px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
}
.container-support .support-content-text-item p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 55px;
  text-align: left;
}
.container-support .support-content-text-item .link-btn {
  border: solid 3px #333333;
  max-width: 292px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container-support .support-content-text-item .link-btn::before {
  content: "";
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  background: #333;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1) 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.container-support .support-content-text-item .link-btn:hover {
  color: #fff;
  opacity: 1;
}
.container-support .support-content-text-item .link-btn:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.container-support .support-content-text-item .link-btn:hover a {
  opacity: 1;
}
.container-support .support-content-text-item .link-btn:hover a::before {
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.container-support .support-content-text-item .link-btn:hover a::after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.container-support .support-content-text-item .link-btn a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  font-size: 20px;
  display: block;
  padding: 17px 0 16px;
  font-weight: 600;
  line-height: 1em;
  z-index: 2;
}
.container-support .support-content-text-item .link-btn a::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #333333;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.container-support .support-content-text-item .link-btn a::after {
  content: "";
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  right: 28px;
  top: calc(50% - 1px);
  width: 5px;
  height: 5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  .container .tab {
    margin-top: 47px;
  }
  .container .tab-content-link-min {
    font-size: 13.5px;
  }
  .container .tab-contact {
    display: block;
    padding: 0 40px 20px;
  }
  .container .tab-contact-read {
    font-size: 15.5px;
    margin-bottom: 5px;
  }
  .container .tab-contact-main {
    margin-bottom: 13px;
  }
  .container .tab-contact-time {
    font-size: 15px;
  }
  .container .tab-contact-number {
    margin-right: 3px;
  }
  .container-support .container-heading-en {
    bottom: -109px;
  }
  .container-support .support-content-left .container-heading-en {
    right: 0;
  }
  .container-support .support-content-left .support-content-img {
    right: 0;
  }
  .container-support .support-content-left .support-content-text-item {
    margin: 0 0 0 auto;
  }
  .container-support .support-content-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .container-support .support-content-right .container-heading-en {
    left: 0;
  }
  .container-support .support-content-right .support-content-img {
    left: 0;
  }
  .container-support .support-content-right .support-content-text-item {
    margin: 0 auto 0 0;
  }
}
/* ▼▼▼　~1590px
/* =======================================- */
@media screen and (max-width: 1580px) {
  .container-support .support-content .container-heading-en {
    font-size: 8.68vw;
  }
}
/* ▼▼▼　~1400px
/* =======================================- */
@media screen and (min-width: 800px) and (max-width: 1400px) {
  .container-web {
    padding: 30px 0 110px;
  }
  .container-web .container-heading {
    font-size: 26px;
  }
  .container-web .tab {
    margin-top: 30px;
  }
  .container-web .tab-link {
    font-size: 18px;
  }
  .container-web .tab-link-item a {
    padding: 15px;
    display: block;
  }
}
/* ▼▼▼　1030px ~ 1420px
/* =======================================- */
@media screen and (min-width: 1030px) and (max-width: 1420px) {
  .container-support .support-content-heading {
    font-size: 2.676vw;
    white-space: nowrap;
  }
  .container-support .support-content-text-item p {
    font-size: 1.68vw;
  }
}
/* ▼▼▼　800px ~ 1029px
/* =======================================- */
@media screen and (min-width: 800px) and (max-width: 1029px) {
  .container-support .support-content-heading {
    font-size: 28px;
  }
  .container-support .support-content-text-item p {
    font-size: 17px;
  }
  .container-web .container-inner {
    max-width: 850px;
  }
}
/* ▼▼▼　800px ~ 1420px
/* =======================================- */
@media screen and (min-width: 800px) and (max-width: 1420px) {
  .container-support .support-content-text-item {
    padding: 18% 13.8%;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .container-heading {
    font-size: 30px;
  }
  .container-web {
    padding: 66px 0 72px;
  }
  .container-web .container-inner {
    padding: 0 20px;
  }
  .container-web .tab {
    margin-top: 47px;
  }
  .container-web .tab-contact {
    padding: 14px 20px;
  }
  .container-web .tab-contact .caution {
    margin: 0;
    letter-spacing: -0.4px;
  }
  .container-web .tab-contact-read {
    margin-bottom: 0;
    text-align: center;
  }
  .container-web .tab-contact-main {
    margin-top: 3px;
    margin-bottom: 9px;
  }
  .container-web .tab-contact-time {
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .container-web .tab-contact-number {
    margin-right: 3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container-web .tab-contact-other p {
    line-height: 20px;
  }
  .container-web .tab-contact-other p + p {
    margin-top: 8px;
  }
  .container-web .tab-link {
    font-size: 14px;
  }
  .container-web .tab-link-item a {
    padding: 20px 0 17px;
    display: block;
  }
  .container-web .tab-content {
    padding: 20px;
  }
  .container-web .tab-content.active {
    display: block;
  }
  .container-web .tab-content .tab-content-item + .tab-content-item {
    margin-top: 20px;
  }
  .container-web .tab-content .col + .col {
    margin-top: 20px;
  }
  .container-web .tab-content-item {
    width: 100%;
  }
  .container-web .tab-content-item.item-left {
    margin-right: 51px;
  }
  .container-web .tab-content-item h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .container-web .tab-content-item h4 {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .container-web .tab-content-icon-heart img {
    margin: 20px 0 13px;
  }
  .container-web .tab-content-icon-money img {
    margin: 20px 0 16px;
  }
  .container-web .tab-content-link-item {
    padding: 20px 36px 20px 52px;
    display: block;
  }
  .container-web .tab-content-link-item.link-item-tag {
    padding: 20px 31px 20px 0;
  }
  .container-web .tab-content-link-item::before {
    right: 12px;
  }
  .container-web .tab-content-link-item::after {
    right: 14px;
  }
  .container-support {
    padding: 66px 0 0;
  }
  .container-support h2.container-heading {
    margin-bottom: 46px;
  }
  .container-support .support-content {
    display: block;
    padding-top: 202px;
  }
  .container-support .support-content-1 {
    padding-bottom: 90px;
  }
  .container-support .support-content-1 .container-heading-en {
    right: 0;
  }
  .container-support .support-content-2 {
    padding-bottom: 93px;
  }
  .container-support .support-content-2 .container-heading-en {
    right: 0;
  }
  .container-support .support-content-3 {
    padding-bottom: 86px;
  }
  .container-support .support-content-4 {
    padding-bottom: 92px;
  }
  .container-support .support-content-4 .container-heading-en {
    right: 0;
  }
  .container-support .support-content-5 {
    padding-bottom: 90px;
  }
  .container-support .support-content::before {
    width: 187px;
    height: 179px;
  }
  .container-support .support-content .container-heading-en {
    font-size: 46px;
    line-height: 40px;
    opacity: 0.8;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    bottom: auto;
    top: -6px;
  }
  .container-support .support-content-heading {
    font-size: 20px;
    margin-bottom: 37px;
  }
  .container-support .support-content-text {
    width: 100%;
    z-index: 3;
  }
  .container-support .support-content-text-item {
    margin: 0 20px;
    padding: 40px 23px 40px 24px;
  }
  .container-support .support-content-text-item p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 38px;
  }
  .container-support .support-content-text-item .link-btn a {
    font-size: 16px;
  }
  .container-support .support-content-img {
    max-width: 100%;
  }
}
/* ▼▼▼　~375px
/* =======================================- */
@media screen and (max-width: 375px) {
  .container .tab-content-link-item {
    padding: 20px 36px 20px 25px;
  }
  .container .tab-content-link-min2 {
    font-size: 14px;
  }
  .container .tab-contact {
    padding: 14px 14px 20px 14px;
  }
  .container .tab-contact-read {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .container .tab-contact-time {
    font-size: 12px;
    letter-spacing: -1px;
  }
  .container .tab-contact-number p {
    margin-left: 2px;
    font-size: 25px;
  }
  .container .tab-contact .caution {
    font-size: 12px;
  }
  .container .tab-contact-other p {
    letter-spacing: -0.5px;
  }
  .container-web .tab-content-link-item.link-item-tag {
    padding: 20px 55px 20px 0;
  }
  .container-web .tab-content-link-item .tag {
    left: 68%;
    margin-left: 5px;
  }
  .container-support h2.container-heading {
    font-size: 36px;
  }
  .container-support .support-content {
    padding-top: 160px;
  }
  .container-support .support-content-heading {
    font-size: 5.333vw;
  }
  .container-support .support-content-text-item {
    padding: 40px 20px 40px 20px;
  }
  .container-support .support-content .container-heading-en {
    font-size: 39px;
  }
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}

/* パンくず */
.pankuzu {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pankuzu .pankuzu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pankuzu .pankuzu-item {
  margin: 0;
  padding: 0;
  color: #3A92F4;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  .pankuzu {
    padding: 13px 0 18px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  /* パンくず */
  .pankuzu {
    font-size: 12px;
    line-height: 1em;
    padding: 17px 20px;
  }
}
/* ページトップ */
.pageTop-link {
  display: table-cell;
  font-weight: bold;
  height: 23px;
  width: 22px;
  vertical-align: middle;
  position: relative;
}
.pageTop-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 6px;
  border-top: #3A92F4 solid 2px;
  top: 0;
  left: 1px;
}
.pageTop-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #3A92F4 #3A92F4 transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 9px;
  left: 4px;
  position: absolute;
  margin: 0;
}

/* ▼▼▼　SP
/* =======================================- */
.heading {
  -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
}
.heading-l {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}
.heading-m {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.heading-s {
  font-size: 16px;
  border-left: 5px solid #999;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .heading {
    -webkit-transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
    transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
  }
  .heading-l {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .heading-m {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .heading-s {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.media-figure + p {
  margin-top: 15px;
}
.media-row + .media-row {
  margin-top: 50px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  .media-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .media-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .media-row-col2 .media-sub--type1 {
    width: calc(50% - 30px / 2);
    margin: 0 30px 0 0;
  }
  .media-row-col2 .media-sub--type2 {
    width: 320px;
    margin: 0 30px 0 0;
  }
  .media-row-col3 {
    margin-left: -30px;
  }
  .media-row-col3 .media-col {
    width: calc((100% - 90px) / 3);
    margin-left: 30px;
  }
  .media-row-col4 {
    margin-left: -30px;
  }
  .media-row-col4 .media-col {
    width: calc((100% - 120px) / 4);
    margin-left: 30px;
  }
  .media-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .media-row-reverse .media-sub--type1 {
    margin: 0 0 0 30px;
  }
  .media-row-reverse .media-sub--type2 {
    margin: 0 0 0 30px;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .media-row + .media-row {
    margin-top: 30px;
  }
  .media-col + .media-col {
    margin-top: 30px;
  }
}
.linkWrap + .linkWrap {
  margin-top: 10px;
}

.link {
  position: relative;
  padding-left: 1.2em;
  display: inline-block;
}
.link-blank span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-blank span img {
  margin-left: 3px;
}
.link-arrow-1 {
  position: relative;
}
.link-arrow-1::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 7px;
  height: 1px;
  background: #3A92F4;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.link-arrow-1::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3A92F4;
  border-right: 1px solid #3A92F4;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
}
.link::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid;
  border-right: 1px solid;
}
.link-bg-gray {
  background: #e8e8e8;
  padding: 5px 25px;
}
.link-red {
  position: relative;
  border: #E50012 solid 1px;
  padding: 10px;
  background: #fff;
  color: #E50012;
  display: block;
  font-size: 24px;
}
.link-red + h2 {
  margin-top: 47px;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagenation-link {
  color: #666666;
  background: #DEDEDE;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.pagenation-link:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
.pagenation-active {
  background: #333;
  color: #fff;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media screen and (min-width: 800px) {
  .pagenation-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .pagenation {
    margin-bottom: -20px;
  }
  .pagenation-link {
    margin-bottom: 20px;
  }
}
.cookiebox {
  display: none;
  z-index: 99999;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: 2px solid #3A92F4;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cookiebox-text {
  margin-right: 80px;
  font-size: 14px;
  width: 57%;
  line-height: 1.875;
  display: inline-block;
}
.cookiebox-link {
  text-decoration: underline;
}
.cookiebox-btn {
  position: relative;
  background: #3A92F4;
  display: block;
  color: #fff;
  padding: 14px 10px;
  width: 200px;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
}
.cookiebox-btn:hover {
  opacity: 0.7;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 799px) {
  .cookiebox {
    padding: 10px 20px;
  }
  .cookiebox-text {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    font-size: 12px;
  }
  .cookiebox-btn {
    width: 100%;
    font-size: 12px;
    padding: 10px;
  }
}
.display-none {
  display: none !important;
}

@media screen and (min-width: 800px) {
  .display-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  .display-sp-none {
    display: none !important;
  }
}