@charset "UTF-8";
* {
    box-sizing:border-box;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
* {
    -webkit-touch-callout:none;
  }
  /*
:root {
  --defaultsize: 14px;
}
@media screen and (min-width:768px) {
  :root {
    --defaultsize: 16px;
  }
}*/
html {
	font-size: 62.5%;
    font-size: calc(100vw * 16 / 375);
    height: 100%;
}
@media screen and (min-width: 1440px) {
    html {
        font-size: calc(100vw * 50 / 1440);
    }
}

body {
    color: #1D2839;
    font-size: 16px;
    font-weight: 500;
    font-feature-settings: "palt";
	font-variant-ligatures: no-common-ligatures;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	-moz-font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
    text-align: center;
	width: 100%;
}
img,
picture {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
    vertical-align: top;
}
a img {
	border: none;
}
/*
a:hover img {
    opacity: 0.8;
*/
h1,
h2,
h3,
h4 {
    font-weight: bold;
}
a:link,
a:visited {
	text-decoration: none;
}
ul, li  {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-only { display: none }
.flex {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 1rem;
        line-height: 1.3;
    }
  .sp-only {
    display: block
    }
  .pc {
    display: none;
    visibility: hidden;
    }
    .flex {
    display: block;
    }    
}
/* ---------------------------------

CONTENTS
	
--------------------------------- */
.inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}
.cv .inner + .inner {
    margin-top: 40px;
    width: 100%;
}
@media screen and (max-width:1300px) {
    .inner,
    .cv .inner + .inner {
        width: 90%;
    }
}
.Monthlybnr {
    margin-top: -5.5%;
}
.cv {
    background: url(../images/cv-bg.png);
    background-size: 74px;
    padding: 135px 0;
}
.cv .inner {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
}
.cv h2 {
    background: #000;
    color: #fff;
    clip-path: polygon(0 50%, 5% 0, 95% 0 , 100% 50%, 95% 100%, 5% 100%);
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    padding: 2px 0 5px;
    position: relative;
    text-align: center;
    top: -70px;
    width: 35%;
}
.cv h2 span {
    font-size: 48px;
    font-family :'Roboto', sans-serif;
    font-weight: bold;
}
@media screen and (max-width:1300px) {
    .inner,
    .cv .inner + .inner {
        width: 90%;
    }
}

@media screen and (max-width:1100px) {
    .cv h2 {
        width: 50%;
    }
    .cv h2 span {
        font-size: 44px;
    }
}
.cv .inner .bnr {
    margin: 10px auto;
    width: 90%;
}
.cv .inner .btn {
    margin: 40px auto;
  transition: .3s;
    width: 50%;
}
.cv .inner .btn:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #333;
}  

.cv .badge {
    right: 10px;
    top: -130px;
    position: absolute;
    width: 180px;
}
.cv .price {
    margin: 40px auto;
    padding: 0;
    width: 45%;
}
.cv > picture img {
    margin: -60px auto 130px;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
    .inner {
        padding: 18px;
        width: 100%;
    }
    .cv {
        padding: 85px 0 30px;
    }
    .cv .inner {
        background: none;
        padding: 0;
    }
    .cv .inner + .inner {
        background: rgba(255, 255, 255, 0.6);
        padding: 20px 3%;
        width: 100%;
    }
    .cv h2 {
        clip-path: inherit;
        font-size: 25px;
        line-height: 1.2;
        margin: 0;
        padding: 0 0 2px 20px;
        top: -20px;
        text-align: left;
        width: 95%;
    }
    .cv h2 span {
        font-size: 40px;
        letter-spacing: 0;
    }
    .cv .inner .bnr,
    .cv .inner .btn {
        margin: 20px auto 40px;
        width: calc(100% - 18px);
    }
    .cv .badge {
        right: -28px;
        top: -23vw;
        width: 34vw;
    }
    .cv > picture img {
    margin: -50px auto 90px;
    max-width: 90%;
    }
    .cv .price {
        width: 90%;
    }
}

@media screen and (max-width: 430px) {
    .cv .badge {
        right: -15px;
        width: 38vw;
    }
}

.intro {
    background: url(../images/bg-arrow.webp) no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
    text-align: center;
}
.ems {
    background: url(../images/bg-ems.png) no-repeat 0 25px;
    background-size: cover;
    padding: 0 0 50px;
    position: relative;
}
.intro img,
.bg-gray img,
.ems img,
.reason img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.ems img {
    margin-top: -30px
}
.intro strong {
    color: #e1e1e1;
    font-size: 64px;
    font-weight: bold;
    display: block;
    margin-bottom: 60px;
}
.bg-gray {
    padding: 20px 0 70px;
    background: #e1e1e1;
}
.cv.gray {
    background: #e1e1e1 !important;
}
@media screen and (max-width: 1260px) {
    .cv.gray > picture img {
        max-width: 90%
    }
}
.ems + .bg-gray {
    padding-top: 0;
    position: relative;
    z-index: 1;
}
.ems + .bg-gray img.over {
    top: -80px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .intro {
        background: url(../images/bg-arrow-sp.webp) no-repeat;
        background-size: cover;
        padding: 7vh 0 15vh;
        position: relative;
    }
    .ems {
        background: #e1e1e1;
        padding: 0 0 40px;
    }    
    .intro strong {
        color: #e1e1e1;
        font-size: 52px;
        margin-bottom: 30px;
    }
    picture.mt source {
        margin-top: -33px;
        display: block;
    }
    .intro img {
        width: 94%;
    }
    .bg-gray img,
    .ems img {
        height: auto;
        width: 100%;
    }
    .ems + .bg-gray {
        padding-bottom: 0;
    }
    .ems + .bg-gray::after {
        background: #fff;
        bottom: 0;
        content: "";
        display: block;
        height: 150px;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .ems + .bg-gray img.over {
        top: 0;
    }
}

.table {
    margin: 80px auto 70px;
}
.table p {
    letter-spacing: 0.5px;
    margin: 40px auto;
}

@media screen and (max-width: 768px) {
    .table {
        margin: 40px auto 25px;
    }
    .table .inner {
        padding: 0 10px;
    }
    .table .inner::-webkit-scrollbar,
    .price .box .inner::-webkit-scrollbar {
        display: none;
    }
    .table img {
        width: 100%;
        min-width: 600px;
    }
    .scroll-hint-icon {
        background: url(../images/hint.png) no-repeat !important;
        background-size: 58% !important;
        height: 300px!important;
        left: 28% !important;
        position: relative;
        top: 45%!important;
        width: 300px!important;
        z-index: 0 !important;
    }
    .scroll-hint-icon::before {
        display: block;
        content: " ";
        height: 0 !important;
        top: 0;
        z-index: 1 !important;
    }
    .table p {
        font-size: 13px;
        margin: 20px 10% 10px;
    }
}


.flex.btnwrap .txt {
  background: #1D2839;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 470px;
}
.flex.btnwrap a.btn {
  border: 2px solid #1D2839;
  border-radius: 50vw;
  color: #1D2839;
  display: block;
  margin: 0 0 0 1rem;
  padding: 10px 0 10px 40px;
  position: relative;
  text-align: left;
  width: 270px;
}
.flex.btnwrap a.btn:hover {
  background: #fff;
}
.flex.btnwrap a.btn::before {
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #1D2839 transparent transparent transparent;
	content: " ";
	left: 80%;
	height: 0;
	position: absolute;
	top: 21px;
	width: 0;
}
.flex.btnwrap .txt,
.flex.btnwrap a.btn {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.flex.btnwrap a.btn._wide {
  background: #fff;
  font-size: 33px;
  letter-spacing: 2px;
  margin: 80px auto 0;
  padding: 10px 0 10px 3.7rem;
  width: 650px;
}
.flex.btnwrap a.btn._wide::before {
	border-width: 22px 15px 0 15px;
	left: 80%;
	top: 24px;
}
.flex.btnwrap a.btn:hover {
  background: #fff;
}

@media screen and (max-width:  950px) {
    .flex.btnwrap {
        display: block;
    }
    .flex.btnwrap .txt,
    .flex.btnwrap a.btn {
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
        }
    .flex.btnwrap a.btn {
        margin-top: 20px;
        padding-left: 15%;
        width: 55%;
    }
    .flex.btnwrap a.btn::before {
        top: 15px;
        width: 0;
    }
    .flex.btnwrap a.btn._wide {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 30px auto 70px;
        padding: 20px 0 20px 5.2rem;
        width: 90%;
    }
    .flex.btnwrap a.btn._wide::before {
	border-width: 15px 10px 0 10px;
        left: 80%;
    }
}

@media screen and (max-width:  640px) {
    .flex.btnwrap a.btn {
        padding-left: 10%;
    }
}
.wrap-jim {
    margin-top: -100px;
}
.wrap-jim .lead {
    background: url(../images/jim.png) no-repeat;
    background-size: cover;
}
.wrap-jim .lead p {
    color: #fff;
    font-size: 0.55rem;
    font-weight: bold;
    padding: 13rem 0 0.5rem;
}
.wrap-anime {
    display: flex;
    overflow: hidden;
}
.wrap-jim .anime {
    display: flex;
}
.wrap-jim .anime + .anime {
    display: none;
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width:  768px) {
    .wrap-jim {
        background: #e1e1e1;
        margin-top: 0;
        padding-top: 20px;
    }
    .wrap-jim .anime {
          animation: infinity-scroll-left 100s infinite linear 0.8s both;
    }
    .wrap-jim .anime li {
        height: 100%;
        width: 50vw;
    }
    .wrap-jim .anime li img {
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .wrap-jim .anime + .anime {
        display: flex;
    }
    .flex.btnwrap a.btn::before {
        border-style: solid;
        border-width: 11px 8px 0 8px;
        top: 15px;
    }
    .wrap-jim .lead {
        background: url(../images/jim-sp.png) no-repeat;
        background-size: cover;
    }
    .wrap-jim .lead p {
        font-size: 20px;
        line-height: 1.8;
        padding: 103vh 0 5vh;
    }
}

.reason {
    background: url(../images/bg-reason.png) no-repeat;
    background-size: cover;
    padding: 110px 0 80px;
}
.reason h2 {
    background: url(../images/line.png) no-repeat bottom;
    background-size: 600px;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    margin: 0 auto 70px;
    padding: 0 0 20px;
}
.reason img {
    display: block;
    margin-bottom: 50px;
}
.reason ul {
    display: block;
    margin-bottom: 50px;
}
.reason ul li {
    align-items: flex-start;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.reason ul li .image {
    height: 100%;
    width: 43%;
}
.reason ul li .image img {
    display: block;
    object-fit: cover;
    height: 100%;
    margin-bottom: initial;
    width: 100%;
}
.reason ul li .txt {
    text-align: left;
    position: relative;
    width: 52%;
}
.reason ul li .txt .ttl,
.reason .ttl_03 {
    color: #4FD217;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.reason ul li .txt .ttl span,
.reason .ttl_03 span {
    color: #fff;
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
}
.reason ul li .txt::after {
    display: block;
    content: "01";
    color: #434C5A;
    font-weight: bold;
    font-size: 2.8rem;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 0;
}
.reason ul li:nth-of-type(2) .txt::after {
    content: "02";
}
.reason ul li:nth-of-type(3) .ttl::after {
    content: "03";
}

.reason .txt .ttl03 {
    color: #4FD217;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.reason ul li .txt .ttl span {
    color: #fff;
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
}
.reason ul li .txt::after {
    display: block;
    content: "01";
    color: #434C5A;
    font-weight: bold;
    font-size: 2.8rem;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 0;
}
.reason h3 {
    color: #4FD217;
    font-size: 52px;
    font-weight: bold;
    margin: 50px auto 40px;
}
.Swiper {
  margin-bottom: 120px;
  padding: 10px 0 90px;
  position: relative;
}
.swiper-slide {
	background: linear-gradient(130deg, #dbdbdb 0%, #fff 100%);
    display: flex;
    padding: 25px 20px;
}
.swiper-slide .image {
	width: 35%;
}
.swiper-slide .image img {
	margin-bottom: 0;
}
.swiper-slide .txt {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
	width: 65%;
}
.swiper-slide .name {
    background: #1D2839;
	color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 20px;
}
.swiper-slide dl dt {
    font-weight: bold;
    margin: 15px 0 5px;
}
.swiper-slide p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

/* 中央大きく&タイトルの制御 */
.Swiper .swiper-slide {
  opacity: .3;
  transform: scale(.8);
  transition: .7s;
}
.Swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.3);
  z-index: 1;
  top: 50px;
}
.Swiper .swiper-pagination {
    bottom: -50px;
}
.swiper-pagination span {
    background: #fff;
}

@media screen and (max-width:  768px) {
    .reason {
        padding: 110px 0 50px;
    }
    .reason h2 {
        background: url(../images/line.png) no-repeat bottom;
        background-size: contain;
        font-size: 45px;
        margin: -20px auto 60px;
        padding: 0 0 20px;
        width: 90%;
    }
    .reason h3 {
        font-size: 36px;
        margin: 30px auto 0;
        padding: 0;
        width: 100%;
    }
    .Swiper {
        padding-top: 0;
    }
    .swiper-slide {
        display: block;
        padding: 15px;
    }
    .swiper-slide .image {
        overflow: hidden;
        margin-bottom: 10px;
        width: 100%;
    }
    .swiper-slide .image img {
        margin-bottom: 0;
        width: 100%;
    }
    .swiper-slide .txt {
        font-size: 10px;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .swiper-slide .name {
        font-size: 24px;
        padding: 5px 15px;
        margin: 0 auto;
        text-align: center;
    }
    .swiper-slide .txt dl,
    .swiper-slide p {
        font-size: 15px;
        text-align: left;
    }
    .Swiper .swiper-slide-active {
        transform: scale(1);
    }
    .Swiper .swiper-pagination {
        bottom: -50px;
    }
    .swiper-pagination span {
        height: 15px;
        width: 15px;
    }
}

.voice {
    background: url(../images/bg-voice.png) no-repeat;
    background-size: cover;
    padding: 110px 0;
}
.voice h2 {
    margin: 0 auto 50px;
    width: 60%;
    max-width: 900px;
}
.voice ul {
    margin: 50px auto 50px;
    width: 90%;
    max-width: 1200px;
}
.voice ul li {
    background: #fff;
    font-size: 24px;
    border-top: 20px solid #1D2839;
    margin-bottom: 35px;
    padding: 40px 50px;
    text-align: left;
}
.voice ul li .star {
    display: block;
    width: 175px;
}
.voice ul li .ttl {
    border-bottom: 1px solid #000;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 15px 0 10px;
}
.voice ul + p {
    font-size: 18px;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
    .voice {
        background: url(../images/bg-voice.png) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }
    .voice h2 {
        margin: 0 auto 50px;
        width: 90%;
    }
    .voice ul {
        margin: 50px auto 40px;
    }
    .voice ul li {
        border-top: 15px solid #1D2839;
        font-size: 15px;
        line-height: 1.5;
        padding: 30px;
    }
    .voice ul li .ttl {
        font-size: 20px;
        line-height: 1.1;
    }
    .voice ul li .star {
        width: 40%;
    }
    .voice ul + p {
        font-size: 10px;
    }
}

.price {
    padding: 100px 0 110px;
}
.price h2,
#shop h2 {
    background: url(../images/line-fee.png) no-repeat bottom;
    background-size: 600px;
    font-size: 52px;
    font-weight: bold;
    padding: 0 50px 15px;
}
.price .box {
    background: #e2e2e2;
    margin: 50px auto;
    width: 90%;
    max-width: 1200px;
}
.price .box h3 {
    background: #1D2839;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 6px 0;
    text-align: center;
}
.price .box .wrap-tile {
    display: flex;
    justify-content: center;
}
.price .box .tile {
    background: #fff;
    font-size: 19px;
    letter-spacing: -1px;
    margin: 0 10px;
    padding: 30px 10px 25px;
    width: 23%;
    max-width: 230px;
}
.price .box .tile.wide {
    width: 45%;
    max-width: 410px;
}
.price .box .name {
	background: linear-gradient( 160deg, #976D1E 20%, #B4A259 50%, #A98234 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
}
.price .box .tile p {
    font-weight: 500;
    margin: 20px auto;
}
.price .box .tile .fee {
    font-weight: bold;
}
.price .box .tile .fee span {
    display: inline;
    font-family :'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

.price .box ul {
    border-top: 1px solid #000;
    margin: 30px auto 0;
    padding: 30px 50px 50px;
    width: 90%;
}
.price .box ul li {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
    text-align: left;
}
.price .box .inner {
    font-size: 12px;
    margin: 0 auto;
    width: 90%;
}
.price .box strong {
    display: block;
    font-size: 33px;
    font-weight: bold;
    margin: 50px auto 20px;
}
.price .box .inner .list {
    align-items: center;
    background: #fff;
    border-top: 2px solid #e2e2e2;
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    display: flex;
}
.price .box .inner .list.head {
    background: #C6DFBB;
    border-bottom: 1px solid #9f9f9f;
}
.price .box .inner .list:nth-child(2n) {
    background: #f0f0f0;
}
.price .box .inner .list dt {
    width: 18%
}
.price .box .inner .list dd {
    padding: 15px;
    width: calc(100% * 1/6)
}
.price .box .inner .list dt span {
	background: linear-gradient( 20deg, #3DA212 20%, #51D818 80%);
    font-size: 51px;
    font-weight: bold;
    letter-spacing: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.ftr {
    margin: 80px auto 0;
    width: 570px;
}
.btn.ftr:hover {
    transform: translateY(5px);
}  
@media screen and (max-width:1240px) {
    .price .box .tile {
        font-size: 17px;
        width: 21%;
    }
    .price .box .name {
        font-size: 24px;
    }
    .price .box .tile .fee span {
        font-size: 35px;
    }
    .price .box .inner .list {
        font-size: 17px;
    }
    .price .box .inner .list dt span {
        font-size: 47px;
    }
}
@media screen and (max-width: 768px) {
    .price {
        padding: 50px 0 30px;
    }
    .price h2,
    #shop h2 {
        background: url(../images/line-fee.png) no-repeat bottom;
        background-size: 90%;
        font-size: 32px;
    }
    .price .box h3 {
        font-size: 24px;
        margin-bottom: 30px;
        padding: 15px 0;
    }
    .price .box {
        width: 100%;
    }
    .price .box .inner {
        overflow-y: hidden !important;
        width: 100%;
    }
    .price .box .inner .list {
        min-width: 780px;
        padding-right: 0;
    }
    .price .box .inner .list dt {
        width: 15%;
    }
    .price .box .inner .list dt span {
        font-size: 40px;
    }
    .price .box .inner .list dd {
        font-size: 15px;
        width: calc(100% * 1 / 5);
    }
    .price .box .wrap-tile {
        flex-wrap: wrap;
    }
    .price .box .tile {
        font-size: 15px;
        margin: 0 1.5% 10px;
        width: 45%;
    }
    .price .box .tile .fee span {
        font-size: 30px;
    }
    .price .box ul {
        margin: 20px auto 0;
        padding: 30px 0 50px;
        width: 92%;
    }
    .price .box .tile.wide {
        width: 93%;
    }
    .price .box h3 + .inner {
        width: 100%;
    }
    .price .box strong {
        font-size: 24px;
        letter-spacing: 0;
        margin: 20px 3%;
    }
    .btn.ftr {
        margin: 20px auto;
        width: 90%;
    }
}



.fixedbtn {
  top: 10vh;
  height: 100px;
  position: fixed;
  right: 0;
  width: 80px;
  opacity: 0;
  transition: .3s;
  z-index: 99;
}
.fixedbtn.fixed {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .fixedbtn {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    border-left: none;
    height: auto;
    top: initial;
    width: 100vw;
    padding: 2% 10%;
  }
}


.flex.wrap-image {
    align-items: start;
    justify-content: space-between;
}
.flex.wrap-image .image {
  text-align: left;
  width: 49%;
}
.EMS {
    padding: 90px 0;
    text-align: left;
}
.flex.wrap-image h3 {
    border-left: 4px solid #404040;
    color: #1D2839;
    font-size: 0.79rem;
    font-weight: bold;
    margin: 50px 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 0 0 20px 30px;
    text-align: left;
    width: 48%;
}
@media screen and (min-width: 1650px) {
    .flex.wrap-image h3 {
        font-size: 46px;
    }
}
.flex.wrap-image h3 span {
  font-size: 88px;
  font-weight: bold;
}

.EMS .image img,
.Program img {
  width: 100%;
}
.EMS p {
  font-size: 28px;
  margin: 40px 0;
}
.EMS .txt-s {
  font-size: 13px;
}
p.kome{
    font-size: 13px;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 5px;
    text-align: left;
}
p.kome._center {
    margin-top: 20px;
    text-align: center;
}
p.kome.pc {
    margin-bottom: 20px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .flex.wrap-image {
        align-items: start;
        justify-content: space-between;
    }
    .flex.wrap-image .image {
    width: 93%;
    }
    .EMS {
        padding: 60px 3%;
    }
    .flex.wrap-image h3 {
        font-size: 2.2rem;
        line-height: 1.2;
        margin: 50px 0 0;
        padding: 0 0 20px 10px;
        width: 100%;
    }
    .flex.wrap-image h3 span {
    font-size: 57px;
    font-weight: bold;
    }
    .EMS p {
        font-size: 18px;
        line-height: 1.5;
    }
    .EMS .txt-s {
    font-size: 14px;
    }
    .flex.wrap-image p {
    font-size: 18px;
    }
    p.kome {
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px 3%;
    }
}

.Program {
    background: #fff;
    margin-top: 80px;
    padding-bottom: 5px;
}
.Program .ttl {
    background: #1D2839;
    padding-bottom: 20px;
    position: relative;
}
.Program .ttl .strong {
    background: #fff;
    color: #1D2839;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: -50px auto 0;
    padding: 0 20px;
    text-align: center;
}
.Program .ttl h3 {
    color: #fff;
    font-size: 0.7rem;
}
.Program .ttl h3 span {
    font-size: 1.1rem;
    font-weight: bold;
}
.Program .ttl h3 span span {
    color: #4FD217;
}
.Program ul {
    margin: 50px;
}
.Program ul li {
    align-items: flex-start;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.Program ul li .image {
    width: 22%;
    max-width: 240px;
}
.Program ul li .image img,
.reason .flex.wrap-image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.Program ul li .txt {
    padding: 3% 6% 0 0;
    text-align: left;
    width: 72%;
}
.Program ul li .txt::after {
    bottom: -30px;
    display: block;
    content: "01";
    color: #D0D2D5;
    font-family :'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    position: absolute;
    right: 0;
}
.Program ul li:nth-of-type(2) .txt::after {
    content: "02";
}
.Program ul li:nth-of-type(3) .txt::after {
    content: "03";
}
.Program ul li .txt h4 {
    border-bottom: 1px solid #000;
    font-size: 0.65rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
}
.Program ul li .txt h4 span {
    background: linear-gradient( 180deg, #976D1E 20%, #B4A259 50%, #A98234 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.Program ul li .txt p {
    font-size: 0.4rem;
    padding-right: 1.6rem;
}
@media screen and (max-width: 768px) {
    .inner.Program {
        margin-top: 110px;
        padding: 0 0 10px;
    }
    .Program .ttl {
        padding-bottom: 20px;
    }
    .Program .ttl .strong {
        display: block;
        font-size: 24px;
        padding: 0 25px;
        top: -15px;
        position: relative;
        width: 70%;
    }
    .Program .ttl h3 {
        color: #fff;
        font-size: 22px;
    }
    .Program .ttl h3 span {
        font-size: 32px;
    }
    .Program .ttl h3 > span {
        display: block;
    }
    .Program ul {
        margin: 20px 25px;
    }
    .Program ul li {
        background: none;
        display: block;
        justify-content: space-between;
        margin-bottom: 60px;
        position: relative;
    }
    .Program ul li .image {
        width: 70%;
        margin: 0 auto;
        max-width: inherit;
    }
    .Program ul li .txt {
        padding: 3% 0 0;
        text-align: center;
        width: 100%;
    }
    .Program ul li .txt h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0.5rem;
        padding-bottom: 10px;
    }
    .Program ul li .txt p {
        font-size: 18px;
        padding-right: 0;
        position: relative;
        z-index: 1;
    }
    .Program ul li .txt::after {
        bottom: -20px;
        font-size: 4rem;
        right: -5px;
    }
    .Program ul li:nth-of-type(2) .txt::after {
        bottom: -5px;
    }
}

.reason .ttl_03 {
    font-size: 1.2rem;
    margin-bottom: 80px;
}
.reason .ttl_03 span {
    font-size: 0.8rem;
}
.reason ul._03 li {
    align-items: center;
}
.reason ul._03 li .image {
    width: 48%;
}
.reason ul._03 li .txt::after {
    display: inline;
    content: " ";
}
.reason ul._03 li .txt {
    color: #fff;
    font-size: 0.38rem;
    font-weight: bold;
    padding: 0 0 20px 30px;
    text-align: left;
    width: 51%;
}
.reason ul._03 li .name {
    background: linear-gradient( 160deg, #fff 20%, #acacac 50%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.reason ul._03 li .name .ruby {
    background: linear-gradient( 160deg, #fff 20%, #acacac 50%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  top: -6px;
    font-size: 35px;
    font-weight: bold;
    position: relative;
}
.reason ul._03 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.reason ul._03 li:nth-child(2n) .txt {
  padding-right: 25px;
}

@media screen and (max-width:  768px) {
    .reason ul li {
        display: block;
        margin-bottom: 40px;
    }
    .reason ul li .image {
        width: 100%;
    }
    .reason ul li .txt {
        margin-bottom: 20px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .reason ul li .txt .ttl,
    .reason .ttl_03 {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 30px;
    }
    .reason ul li .txt .ttl span,
    .reason .ttl_03 span {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .reason ul li .txt::after {
        font-size: 5rem;
        top: 20px;
    }
    .reason ul li .txt p {
        font-size: 16px;;
        line-height: 1.8;
    }
    .reason .ttl_03 {
        text-align: left;
    }
    .reason ul._03,
    .reason ul._03 li:last-of-type {
        margin-bottom: 0;
    }
    .reason ul._03 li .image {
        width: 100%;
    }
    .reason ul._03 li .name {
        font-size: 32px;
        margin: 15px auto 0;
        padding-bottom: 10px;
        text-align: center;
    }
    .reason ul._03 li .txt {
        padding-left: 0;
        width: 100%;
    }
    .reason ul._03 li:nth-child(2n) .txt {
        padding-right: 0;
    }

}

#shop .card {
    background: #fff;
    margin: 50px 3%;
    padding: 40px 50px;
    text-align: center;
}
#shop ul li {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#shop ul li .image {
    width: 43%;
}
#shop ul li .image img {
    display: block;
    object-fit: cover;
    height: 100%;
    margin-bottom: initial;
    width: 100%;
}
#shop ul li .txt {
    text-align: left;
    position: relative;
    width: 52%;
}
#shop ul li .txt .name {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
}
#shop ul li dl {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    margin-bottom: 25px;
}
#shop ul li dl dt {
    width: 130px;
    font-weight: bold;
}
#shop ul li dl dd {
    flex-grow: 1;
    width: 70%;
}
#shop ul li dl dd span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
}
#shop iframe {
    height: 40vw;
    max-height: 400px;
    width: 100%;
}
@media screen and (max-width:1300px) {
    #shop .card {
        margin: 50px 2dvi;
    }
    #shop .inner {
        width: 100%;
    }
}

@media screen and (max-width:  768px) {
#shop .card {
    margin: 30px auto;
    padding: 0;
    width: 90%;
}
#shop ul li {
    display: block;
    margin-bottom: 0;
}
#shop ul li .image {
    margin-bottom: 40px;
    width: 100%;
}
#shop ul li .txt {
    width: 100%;
}
#shop ul li .txt .name {
    font-size: 24px;
    margin-bottom: 20px;
}
#shop ul li dl {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
}
#shop ul li dl dt {
    margin-bottom: 10px;
    width: 100%;
}
#shop ul li dl dd {
    width: 100%;
}
#shop ul li dl dd span {
    font-size: 12px;
    line-height: 1.5;
}
}
