@charset "UTF-8";
/* =============================================================================
    Reset style
   ========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.armg_lpheader div,
.armg_lpheader dl,
.armg_lpheader dt,
.armg_lpheader dd,
.armg_lpheader ul,
.armg_lpheader ol,
.armg_lpheader li,
.armg_lpheader h1,
.armg_lpheader h2,
.armg_lpheader h3,
.armg_lpheader h4,
.armg_lpheader h5,
.armg_lpheader h6,
.armg_lpheader pre,
.armg_lpheader code,
.armg_lpheader form,
.armg_lpheader fieldset,
.armg_lpheader legend,
.armg_lpheader input,
.armg_lpheader textarea,
.armg_lpheader p,
.armg_lpheader blockquote,
.armg_lpheader th,
.armg_lpheader td,
.armg_main div,
.armg_main dl,
.armg_main dt,
.armg_main dd,
.armg_main ul,
.armg_main ol,
.armg_main li,
.armg_main h1,
.armg_main h2,
.armg_main h3,
.armg_main h4,
.armg_main h5,
.armg_main h6,
.armg_main pre,
.armg_main code,
.armg_main form,
.armg_main fieldset,
.armg_main legend,
.armg_main input,
.armg_main textarea,
.armg_main p,
.armg_main blockquote,
.armg_main th,
.armg_main td {
  margin: 0;
  padding: 0;
}

.armg_lpheader table,
.armg_main table {
  border-collapse: collapse;
  border-spacing: 0;
}

.armg_lpheader fieldset,
.armg_lpheader img,
.armg_main fieldset,
.armg_main img {
  border: 0;
}

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

.armg_lpheader ol,
.armg_lpheader ul,
.armg_main ol,
.armg_main ul {
  list-style: none;
}

.armg_lpheader caption,
.armg_lpheader th,
.armg_main caption,
.armg_main th {
  text-align: left;
}

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

.armg_lpheader q:before,
.armg_lpheader q:after,
.armg_main q:before,
.armg_main q:after {
  content: "";
}

.armg_lpheader abbr,
.armg_lpheader acronym,
.armg_main abbr,
.armg_main acronym {
  border: 0;
  font-variant: normal;
}

.armg_lpheader sup,
.armg_main sup {
  vertical-align: text-top;
}

.armg_lpheader sub,
.armg_main sub {
  vertical-align: text-bottom;
}

.armg_lpheader input,
.armg_lpheader textarea,
.armg_lpheader select,
.armg_main input,
.armg_main textarea,
.armg_main select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

.armg_lpheader legend,
.armg_main legend {
  color: #000;
}

.armg_lpheader #yui3-css-stamp.cssreset,
.armg_main #yui3-css-stamp.cssreset {
  display: none;
}

/* =============================================================================
Basic style
========================================================================== */
/*
 * body InitialStyle
 */
body {
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333333;
}

.armg_lpheader a:hover,
.armg_main a:hover {
  text-decoration: none;
}

/* =============================================================================
Font
========================================================================== */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.blue {
  color: #142c4b;
}

.blue02 {
  color: #0050a0;
}

.blue03 {
  color: #1e456c;
}

.green {
  color: #09635d;
}

.yellow {
  color: #fdf63e;
}

.bold {
  font-weight: 700;
}

.orange {
  color: #fe8126;
}

.js-tab-contents {
  display: none;
}

.js-tab-contents.show {
  display: block;
}

@media screen and (min-width: 641px) {
  .js-tab {
    cursor: pointer;
  }
}

/* =============================================================================
Image
========================================================================== */
img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

/*==============================================================================
Animation
============================================================================= */
.fade,
.fadeup {
  opacity: 0;
}

.fadeIn {
  animation: fade-in 0.8s ease-out forwards;
}

.fadeUp {
  animation: fade-up 0.8s ease-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*==============================================================================
Responsive
============================================================================= */
/* SP側の設定 */
@media screen and (max-width: 640px) {
  .armg_lpheader .inner,
  .armg_main .inner {
    width: 93.75%;
    margin: 0 auto;
    position: relative;
  }
  .armg_lpheader .pc-only,
  .armg_main .pc-only {
    display: none;
  }
  .armg_lpheader .sp-only,
  .armg_main .sp-only {
    display: block;
  }
  .armg_lpheader strong,
  .armg_main strong {
    font-weight: bold;
  }
  img {
    width: 100%;
  }
  br .pc-only {
    display: none;
  }
  br .sp {
    display: block;
  }
}

/* PC側の設定 */
@media screen and (min-width: 641px) {
  .armg_lpheader .inner,
  .armg_main .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .armg_lpheader .pc-only,
  .armg_main .pc-only {
    display: block;
  }
  .armg_lpheader .sp-only,
  .armg_main .sp-only {
    display: none;
  }
  .armg_lpheader strong,
  .armg_main strong {
    font-weight: bold;
  }
}

/* =============================================================================
font style
========================================================================== */
.armg_main .bold {
  font-weight: 700;
}

.armg_main .blue {
  color: #004ea2;
}

/* =============================================================================
common style
 ========================================================================== */
.armg_lpheader {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.minchou {
  font-family: "Noto Serif JP", serif;
}

.hel {
  font-family: Helvetica;
}

/* =============================================================================
armg_lpheader style
========================================================================== */
@media screen and (min-width: 641px) {
  .armg_lpheader {
    background-color: #f5f6f9;
    border-bottom: 1px solid #d6d8e0;
  }
  .armg_lpheader .inner {
    width: auto;
    min-width: 1240px;
    margin: 0 auto;
  }
  .armg_lpheader.armg_fixed .armg_lpheader_logo img {
    width: 50%;
    margin: 0 auto;
  }
  .armg_lpheader.armg_fixed .armg_lpheader_item {
    height: 50px;
  }
  .armg_lpheader.armg_fixed .armg_lpheader_cta {
    height: 50px;
  }
  .armg_lpheader .armg_lpheader_logo {
    margin: 0 auto;
    padding: 10px 0;
  }
  .armg_lpheader .armg_lpheader_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .armg_lpheader .armg_lpheader_item {
    display: table-cell;
    width: auto;
    height: 75px;
    list-style: none;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    vertical-align: middle;
    border-left: 1px solid #d6d8e0;
  }
  .armg_lpheader .armg_lpheader_item:first-child {
    border-left: none;
  }
  .armg_lpheader .armg_lpheader_item .tel a {
    font-size: 1.6rem;
  }
  .armg_lpheader .armg_lpheader_item .tel p {
    font-size: 1rem;
  }
  .armg_lpheader .armg_lpheader_item > a {
    padding: 0 10px;
    color: #404040;
    transition: opacity 0.3s;
  }
  .armg_lpheader .armg_lpheader_item > a:hover {
    opacity: 0.7;
  }
  .armg_lpheader .armg_lpheader_logo {
    font-size: 1.6rem;
    font-weight: bold;
    transition: opacity 0.3s;
  }
  .armg_lpheader .armg_lpheader_logo span {
    color: #064f9f;
  }
  .armg_lpheader .armg_lpheader_logo:hover {
    opacity: 0.7;
  }
  .armg_lpheader .armg_lpheader_cta {
    background-color: #fcf53d;
    display: table;
    width: 100%;
    height: 75px;
    line-height: 1.2;
    transition: opacity 0.3s;
  }
  .armg_lpheader .armg_lpheader_cta span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .armg_lpheader .armg_lpheader_cta:hover {
    opacity: 0.7;
  }
}

/* =============================================================================
armg_main style
========================================================================== */
a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

p {
  letter-spacing: 0.05em;
}

/* =============================================================================
fv
========================================================================== */
@media screen and (min-width: 641px) {
  .fv--bg {
    background: url(../img/fv_bg01.webp) top center/2000px no-repeat;
  }
  .fv .fv__inner {
    width: 1200px;
    padding: 45px 0 60px;
  }
  .fv .fv__ttl01 {
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .fv .fv__ttl01 .top {
    font-size: 56px;
    letter-spacing: 0.12em;
    line-height: 1.1;
    color: #fe8126;
  }
  .fv .fv__ttl01 .big {
    font-size: 84px;
    font-weight: 900;
    line-height: 1;
  }
  .fv .fv__ttl01 .lead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 515px;
    height: 45px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #f5c640 0%, #fe8126 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
  }
  .fv .fv__ttl01 .txt {
    display: inline-block;
    margin-top: 15px;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.7;
  }
  .fv .fv__ttl01 .orange {
    font-size: 36px;
    line-height: 1;
  }
  .fv .fv__list {
    display: flex;
    margin-top: 40px;
    transform: translateX(-30px);
  }
  .fv .fv__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 346px;
    height: 91px;
    margin-right: 15px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: bold;
  }
  .fv .fv__item .orange {
    line-height: 1;
    font-size: 24px;
    position: relative;
    display: inline-block;
  }
  .fv .fv__item .orange .alert {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -90%);
    font-size: 12px;
    color: #333333;
    line-height: 1;
  }
  .fv .fv__item .medium {
    display: inline-block;
    margin-top: 5px;
    line-height: 1;
    font-size: 20px;
  }
  .fv .fv__item::before, .fv .fv__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 49px;
    height: 91px;
    background: url(../img/fv_bg02.webp) top center/contain no-repeat;
  }
  .fv .fv__item::before {
    right: 0;
  }
  .fv .fv__item::after {
    left: 0;
    transform: rotateY(180deg);
  }
  .fv .fv__note {
    margin-top: 40px;
    font-size: 10px;
  }
}

/* =============================================================================
tro
========================================================================== */
@media screen and (min-width: 641px) {
  .tro--bg {
    background: url(../img/tro_bg01.webp) top center/2100px no-repeat, #f6f6f6;
  }
  .tro .tro__inner {
    padding: 70px 0 90px;
  }
  .tro .tro__ttl01 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 900;
  }
  .tro .tro__ttl01 .big {
    font-size: 44px;
    font-weight: 900;
  }
  .tro .tro__ttl01 .orange {
    font-size: 48px;
    font-weight: 900;
  }
  .tro .tro__ttl01 .small {
    font-size: 30px;
    font-weight: bold;
  }
  .tro .tro__ttl01--num02 {
    margin-top: 50px;
  }
  .tro .tro__ttl01--num04 {
    margin-top: 70px;
  }
  .tro .tro__list {
    display: flex;
    justify-content: center;
    margin-top: 65px;
  }
  .tro .tro__item {
    position: relative;
    width: 277px;
    height: 277px;
    margin: 0 25px;
    padding: 25px 0 0;
    border-radius: 50%;
    background-color: #acb0b5;
  }
  .tro .tro__icon01 {
    width: 112px;
    height: 95px;
    margin: 0 auto;
  }
  .tro .tro__icon01--num02 {
    margin: 0 0 0 88px;
  }
  .tro .tro__icon01--num03 {
    width: 130px;
    margin: 0 0 0 84px;
  }
  .tro .tro__txt01 {
    margin-top: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
  }
  .tro .tro__txt01 .small {
    font-size: 22px;
  }
  .tro .tro__txt01 .dot {
    display: inline-block;
    border-bottom: 3px dotted #fe8126;
  }
  .tro .tro__arrow01 {
    width: 48px;
    margin: 60px auto 0;
  }
  .tro .tro__list02 {
    margin-top: 50px;
  }
  .tro .tro__item02 {
    position: relative;
    margin-top: 30px;
  }
  .tro .tro__item02:nth-child(2n) .tro__imgs {
    position: absolute;
    left: inherit;
    right: 0;
  }
  .tro .tro__item02:nth-child(2n) .tro__info {
    margin-left: 90px;
    background: url(../img/tro_bg03.webp) top center/100% 100% no-repeat;
  }
  .tro .tro__imgs {
    position: absolute;
    top: -20px;
    left: 0;
    width: 167px;
  }
  .tro .tro__img01 {
    margin-top: 5px;
  }
  .tro .tro__cap {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
  }
  .tro .tro__info {
    width: 715px;
    height: 172px;
    padding: 35px 60px;
    margin-left: 200px;
    background: url(../img/tro_bg02.webp) top center/100% 100% no-repeat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
}

/* =============================================================================
imp
========================================================================== */
@media screen and (min-width: 641px) {
  .imp--bg {
    background: url(../img/imp_bg01.webp) top center/cover no-repeat;
  }
  .imp .imp__inner {
    padding: 100px 0;
  }
  .imp .imp__box {
    margin-top: 50px;
    padding: 45px 18px;
    box-shadow: 6px 13px 29px rgba(192, 184, 178, 0.17);
    border-radius: 30px;
    background-color: #ffffff;
    text-align: center;
  }
  .imp .imp__ttl02 {
    font-size: 32px;
    font-weight: bold;
  }
  .imp .imp__txt01 {
    font-size: 18px;
    font-weight: 500;
  }
  .imp .imp__img01 {
    width: 832px;
    margin-top: 30px;
  }
}

/* =============================================================================
cha
========================================================================== */
@media screen and (min-width: 641px) {
  .cha .cha__head {
    position: relative;
    transform: translateX(-500px);
    width: 2000px;
    height: 406px;
    padding: 65px;
    background: url(../img/cha_bg01.webp) top center/cover no-repeat;
  }
  .cha .cha__ttl01 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .cha .cha__ttl01 .lead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 765px;
    height: 55px;
    margin: 0 auto;
    border-radius: 28px;
    background-color: #ffffff;
    color: #fe8126;
    font-size: 22px;
  }
  .cha .cha__ttl01 .ttl {
    display: block;
    font-weight: 900;
    font-size: 70px;
  }
  .cha .cha__ttl01 .txt {
    font-size: 24px;
  }
  .cha .cha__ttl01 .big {
    font-size: 38px;
  }
  .cha .cha__bg {
    padding: 60px 0;
  }
  .cha .cha__box {
    padding: 45px 0;
    border-radius: 10px;
    background-color: #f5f5f5;
    text-align: center;
  }
  .cha .cha__ttl02 {
    font-size: 30px;
    color: #fe8126;
    font-weight: bold;
  }
  .cha .cha__ttl02 .big {
    width: 900px;
    font-size: 40px;
  }
  .cha .cha__txt01 {
    font-size: 24px;
    font-weight: 500;
  }
  .cha .cha__icon01 {
    position: absolute;
    width: 78px;
    top: 11px;
    left: -32px;
  }
  .cha .cha__ttl04 {
    margin-top: 60px;
    font-size: 50px;
    text-align: center;
    line-height: 1.4;
  }
  .cha .cha__ttl04 .txt {
    display: block;
    background: linear-gradient(to right, #f5c640 0%, #fe8126 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
  }
  .cha .cha__ttl04 .small {
    font-size: 40px;
    font-weight: 700;
  }
  .cha .cha__slider {
    position: relative;
    margin-top: 30px;
  }
  .cha .cha__list {
    display: flex;
    justify-content: center;
  }
  .cha .cha__item {
    position: relative;
    width: 270px;
    text-align: center;
  }
  .cha .cha__item:nth-child(1) .cha__circle::after {
    background: url(../img/cha_arrow02.webp) top center/contain no-repeat;
  }
  .cha .cha__item:nth-child(2) .cha__circle::after {
    background: url(../img/cha_arrow03.webp) top center/contain no-repeat;
  }
  .cha .cha__circle {
    position: relative;
    width: 185px;
    height: 185px;
    margin: 0 auto;
    padding: 45px 0 0;
    border-radius: 50%;
    background-color: #f5f5f5;
  }
  .cha .cha__circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    width: 54px;
    height: 27px;
  }
  .cha .cha__num {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 41px;
  }
  .cha .cha__num--num01 {
    width: 37px;
  }
  .cha .cha__txt02 {
    font-size: 24px;
    font-weight: 500;
  }
  .cha .cha__icon02 {
    width: 50px;
    margin: 24px auto 0;
  }
  .cha .cha__icon02--num02 {
    width: 46px;
    margin-top: 20px;
  }
  .cha .cha__icon02--num03 {
    width: 49px;
    margin-top: 20px;
  }
  .cha .cha__icon02--num04 {
    width: 49px;
    margin-top: 10px;
  }
  .cha .cha__txt03 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
  }
  .cha .swiper-container {
    overflow: hidden;
  }
  .cha .swiper-container-tab {
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  .cha .swiper-container-tab .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    transform: translate(0) !important;
  }
  .cha .swiper-container-tab .swiper-slide {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 240px !important;
    margin: 0 13px;
  }
  .cha .swiper-container-tab .swiper-slide .on {
    display: none;
  }
  .cha .swiper-container-tab .swiper-slide .off {
    display: block;
  }
  .cha .swiper-container-tab .swiper-slide.swiper-slide-thumb-active .off {
    display: none;
  }
  .cha .swiper-container-tab .swiper-slide.swiper-slide-thumb-active .on {
    display: block;
  }
  .cha .swiper-button-prev:after,
  .cha .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
    display: none;
  }
  .cha .swiper-button-next:after,
  .cha .swiper-container-rtl .swiper-button-prev:after {
    content: "next";
    display: none;
  }
  .cha .swiper-button-prev,
  .cha .swiper-button-next {
    width: 68px;
    height: 68px;
    top: 250px;
  }
  .cha .swiper-button-prev:hover,
  .cha .swiper-button-next:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .cha .swiper-button-prev {
    left: -50px;
    background: url(../img/cha_arrow01.webp) top center/contain no-repeat;
    transform: rotate(180deg);
  }
  .cha .swiper-button-next {
    right: -50px;
    background: url(../img/cha_arrow01.webp) top center/contain no-repeat;
  }
  .cha .swiper-container01 {
    margin-top: 30px;
    padding: 60px 0 35px;
    box-shadow: 0 0 23px rgba(206, 206, 206, 0.34);
    border-radius: 30px;
    background-color: #ffffff;
  }
}

/* =============================================================================
pow
========================================================================== */
@media screen and (min-width: 641px) {
  .pow--bg {
    background: url(../img/pow_bg01.webp) top center/2000px no-repeat;
  }
  .pow .pow__inner {
    position: relative;
    z-index: 1;
    padding: 190px 0 100px;
  }
  .pow .pow__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -500px;
    z-index: -1;
    display: block;
    width: 2000px;
    height: 50%;
    background: #f6f6f6;
  }
  .pow .pow__ttl01 {
    position: relative;
  }
  .pow .pow__ttl01 .medal {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 120px;
    padding-top: 20px;
    background: url(../img/pow_bg02.webp) top center/100% 100% no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .pow .pow__ttl01 .big01 {
    display: block;
    font-size: 24px;
  }
  .pow .pow__slider {
    position: relative;
    margin-top: 60px;
  }
  .pow .pow__slide {
    padding: 0 40px 0;
  }
  .pow .pow__ttl03 {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
  }
  .pow .pow__ttl03 .small {
    font-size: 24px;
  }
  .pow .pow__img01 {
    margin-top: 40px;
  }
  .pow .pow__img01 + .pow__ttl03 {
    margin-top: 80px;
  }
  .pow .pow__scroll + .pow__ttl03 {
    margin-top: 80px;
  }
  .pow .swiper-container {
    overflow: hidden;
  }
  .pow .swiper-container-tab {
    overflow: visible;
    position: relative;
    z-index: 2;
  }
  .pow .swiper-container-tab .swiper-wrapper,
  .pow .swiper-pagination-thumbs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    transform: translate(0) !important;
  }
  .pow .swiper-container-tab .swiper-slide,
  .pow .swiper-pagination-thumb {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 300px !important;
    margin: 0 10px;
  }
  .pow .swiper-container-tab .swiper-slide .on,
  .pow .swiper-pagination-thumb .on {
    display: none;
  }
  .pow .swiper-container-tab .swiper-slide .off,
  .pow .swiper-pagination-thumb .off {
    display: block;
  }
  .pow .swiper-container-tab .swiper-slide.swiper-slide-thumb-active .off, .pow .swiper-container-tab .swiper-slide.swiper-pagination-thumb-active .off,
  .pow .swiper-pagination-thumb.swiper-slide-thumb-active .off,
  .pow .swiper-pagination-thumb.swiper-pagination-thumb-active .off {
    display: none;
  }
  .pow .swiper-container-tab .swiper-slide.swiper-slide-thumb-active .on, .pow .swiper-container-tab .swiper-slide.swiper-pagination-thumb-active .on,
  .pow .swiper-pagination-thumb.swiper-slide-thumb-active .on,
  .pow .swiper-pagination-thumb.swiper-pagination-thumb-active .on {
    display: block;
  }
  .pow .swiper-container-tab .swiper-slide.swiper-pagination-thumb-active,
  .pow .swiper-pagination-thumb.swiper-pagination-thumb-active {
    transform: translateY(-13px);
  }
  .pow .swiper-button-prev:after,
  .pow .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
    display: none;
  }
  .pow .swiper-button-next:after,
  .pow .swiper-container-rtl .swiper-button-prev:after {
    content: "next";
    display: none;
  }
  .pow .swiper-button-prev,
  .pow .swiper-button-next {
    width: 40px;
    height: 300px;
    top: 550px;
  }
  .pow .swiper-button-prev:hover,
  .pow .swiper-button-next:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .pow .swiper-button-prev {
    left: -20px;
    background: url(../img/pow_arrow01.webp) top center/contain no-repeat;
    transform: rotate(180deg);
  }
  .pow .swiper-button-next {
    right: -20px;
    background: url(../img/pow_arrow01.webp) top center/contain no-repeat;
  }
  .pow .swiper-container02 {
    margin-top: -13px;
    padding: 55px 0 85px;
    box-shadow: 6px 13px 29px rgba(192, 184, 178, 0.17);
    border-radius: 30px;
    background-color: #ffffff;
  }
}

/* =============================================================================
san
========================================================================== */
@media screen and (min-width: 641px) {
  .san--bg {
    background-color: #fcefe7;
  }
  .san .san__inner {
    padding: 90px 0;
  }
  .san .san__list {
    margin-top: 50px;
  }
  .san .san__item {
    position: relative;
    margin-top: 20px;
  }
  .san .san__item:nth-child(2n) .san__imgs {
    position: absolute;
    left: inherit;
    right: 0;
  }
  .san .san__item:nth-child(2n) .san__info {
    margin-left: 0;
    margin-right: 0;
    background: url(../img/san_bg02.webp) top center/100% 100% no-repeat;
  }
  .san .san__imgs {
    position: absolute;
    top: -20px;
    left: 0;
    width: 167px;
  }
  .san .san__img01--num02 {
    transform: rotateY(180deg);
  }
  .san .san__cap {
    white-space: nowrap;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
  }
  .san .san__info {
    width: 793px;
    height: 182px;
    padding: 30px 40px;
    margin-left: auto;
    background: url(../img/san_bg01.webp) top center/100% 100% no-repeat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
}

/* =============================================================================
kat
========================================================================== */
@media screen and (min-width: 641px) {
  .kat--bg {
    background: url(../img/kat_bg01.webp) bottom center/2000px no-repeat;
  }
  .kat .kat__inner {
    padding: 90px 0 140px;
  }
  .kat .kat__list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .kat .kat__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 234px;
    height: 233px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: linear-gradient(to right, #efbb25 0%, #fd8628 100%);
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
  }
  .kat .kat__item:nth-child(odd) {
    transform: translateY(60px);
  }
}

/* =============================================================================
up
========================================================================== */
@media screen and (min-width: 641px) {
  .up--bg {
    background: url(../img/up_bg01.webp) top center/cover no-repeat;
  }
  .up .up__inner {
    padding: 90px 0 100px;
  }
  .up .up__box {
    margin-top: 60px;
    padding: 45px 30px;
    box-shadow: 6px 13px 29px rgba(192, 184, 178, 0.17);
    border-radius: 30px;
    background-color: #ffffff;
  }
  .up .up__btn01 {
    display: block;
    cursor: pointer;
    position: relative;
    height: 150px;
    text-align: center;
    font-weight: bold;
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 2px solid #fe8126;
    background-image: linear-gradient(to top, #f3f3f3 0%, #ffffff 63%, #ffffff 100%);
    color: #fe8126;
    line-height: 1.3;
  }
  .up .up__btn01 .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 115px;
    font-size: 26px;
  }
  .up .up__btn01 .txt02 {
    font-size: 22px;
  }
  .up .up__btn01 .medal {
    position: absolute;
    top: -30px;
    left: 120px;
    width: 131px;
  }
  .up .up__btn01 .small {
    font-size: 22px;
  }
  .up .up__btn01 .small02 {
    font-size: 14px;
  }
  .up .up__btn01 .more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 0 0 8px 8px;
    background-color: #fcefe7;
    background-image: linear-gradient(to top, #fe8126 0%, #fe8126 1%, #fd9b52 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .up .up__btn01 .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40%;
    width: 11px;
    height: 7px;
    background: url(../img/up_arrow01.webp) top center/contain;
  }
  .up .up__btn01 .more02::after {
    right: 35px;
  }
  .up .up__anks {
    display: flex;
    justify-content: space-between;
  }
  .up .up__ank {
    width: 225px;
    position: relative;
  }
  .up .up__ank::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 13px;
    height: 150px;
    transform: translateX(-50%);
    background: url(../img/up_arrow02.webp) top center/contain no-repeat;
  }
  .up .up__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    height: 75px;
    margin: 37px 0;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .up .up__item {
    position: relative;
    min-height: 415px;
    margin-top: 60px;
    box-shadow: 6px 13px 29px rgba(192, 184, 178, 0.17);
    border-radius: 30px;
    background-color: #ffffff;
  }
  .up .up__ttl02 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 72px;
    border-radius: 30px 30px 0 0;
    background-color: #fe8126;
    background-image: linear-gradient(to right, #efbb25 0%, #fd8628 100%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
  }
  .up .up__ttl02 .small {
    font-size: 22px;
  }
  .up .up__img01 {
    position: absolute;
    z-index: 1;
    width: 326px;
    left: 0;
    bottom: 0;
  }
  .up .up__body {
    width: 613px;
    margin: 25px 0 0 350px;
    padding-bottom: 30px;
  }
  .up .up__txt01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
  }
  .up .up__low {
    margin-top: 20px;
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .up .up__ttl03 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fe8126;
  }
  .up .up__list02 {
    margin-top: 15px;
  }
  .up .up__item02 {
    position: relative;
    margin-top: 5px;
    padding-left: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .up .up__item02::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/up_check01.webp) top center/contain no-repeat;
  }
}

/* =============================================================================
sample
========================================================================== */
@media screen and (min-width: 641px) {
  .voi--bg {
    background-color: #fcefe7;
  }
  .voi .voi__inner {
    padding: 100px 0;
  }
  .voi .voi__ttl01 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .voi .voi__ttl01 .orange {
    font-size: 46px;
    color: #fe8126;
  }
  .voi .voi__ttl01.bold {
    font-size: 46px;
  }
  .voi .voi__list {
    margin-top: 80px;
  }
  .voi .voi__item {
    position: relative;
    margin-top: 60px;
    padding: 25px 0 40px 50px;
    box-shadow: 3px 7px 7px rgba(191, 191, 191, 0.17);
    border-radius: 30px 30px 30px 0;
    background-color: #ffffff;
  }
  .voi .voi__num {
    position: absolute;
    top: -15px;
    left: 42px;
    width: 101px;
  }
  .voi .voi__head {
    min-height: 210px;
  }
  .voi .voi__ttl02 {
    margin-bottom: 40px;
    padding-left: 114px;
    font-size: 26px;
    font-weight: 900;
  }
  .voi .voi__img01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 402px;
  }
  .voi .voi__dl {
    display: flex;
    margin-top: 20px;
  }
  .voi .voi__dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 25px;
    margin-right: 20px;
    border-radius: 12px;
    background-color: #f0f0f0;
    font-size: 18px;
    font-weight: bold;
    color: #fe8126;
  }
  .voi .voi__dd {
    width: 410px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
  }
  .voi .voi__body {
    margin-top: -20px;
  }
  .voi .voi__dl02 {
    width: 899px;
    margin-top: 20px;
  }
  .voi .voi__dt02 {
    position: relative;
    color: #fe8126;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px solid #efbb25;
  }
  .voi .voi__dt02::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(to top, #f5c640 0%, #fe8126 100%);
  }
  .voi .voi__dd02 {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
}

/* =============================================================================
cta
========================================================================== */
@media screen and (min-width: 641px) {
  .cta--bg {
    background-color: #fe8126;
  }
  .cta .cta__inner {
    padding: 50px 0;
  }
  .cta .cta__btn01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 545px;
    height: 90px;
    margin: 0 auto;
    box-shadow: 5px 6px 23px 1px rgba(204, 98, 20, 0.2);
    border-radius: 45px;
    border: 3px solid #e64b3f;
    background-image: linear-gradient(to top, #e4e4e4 0%, #ffffff 100%);
    color: #e64b3f;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .cta .cta__btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 26px;
    height: 22px;
    background-color: #e64b3f;
    background: url(../img/cta_arrow01.webp) top center/contain no-repeat;
  }
}
