@charset "UTF-8";

:root {
    --font-base: 'Noto Sans JP',
      -apple-system,
      BlinkMacSystemFont,
      'Hiragino Kaku Gothic ProN',
      'Yu Gothic',
      Meiryo,
      sans-serif;
}

html {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    margin: 0 auto;
    height: 100%;
    overflow-x: hidden;
}

.wrapper {
    font-family: "Noto Sans JP";
    color: #646464;
    margin: 0 auto;
    background-color: #ff751f;
}

/* header */
header {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
    font-family: "M PLUS Rounded 1c";
    background-color: #ff751f;
}

.header-left {
    display: flex;
    align-items: center;
}

header img {
    width: 65px;
    height: 60px;
    margin-right: 7px;
}

.header-title h1 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.header-title h2 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
}

/* global-menu */
.global-menu {
    height: 35px;
    max-width: 100%;
    background-color: #fff;
}

.global-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-inline: 5%;
}

.global-menu ul li {
    font-family: "M PLUS Rounded 1c";
    font-weight: 600;
    font-size: 13px;
    align-items: center;
    cursor: pointer;
}

.global-menu ul li a {
    color: #ff751f;
}


/* mv */
.mv {
    font-family: "M PLUS Rounded 1c";
    height: 100%;
}

.top {
    background-image: url(../image/background.png);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}

.mv h2 {
    padding-top: 25px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    letter-spacing: 5px;
    line-height: 45px;
}

.mv h3 {
    font-family: "M PLUS Rounded 1c";
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.phots {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 200px;
    margin: 0 auto;
}

.phot {
    position: absolute;
    border-radius: 50%;
    object-position: center;
    box-sizing: border-box;
}

.phot-left {
    position: absolute;
    left: 9%;
    bottom: 0;
    width: 110px;
    height: 110px;
    z-index: 2;
    border: 5px solid #fff; 
}

.phot-center {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 210px;
    height: 210px;
    z-index: 1;
    border: 8px solid #fff; 
}

.phot-right {
    position: absolute;
    right: 9%;
    bottom: 0;
    width: 110px;
    height: 110px;
    z-index: 2;
    border: 5px solid #fff;
}

.mv-text ul {
    width: fit-content;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.mv-text li {
    position: relative;
    padding-left: 30px; 
    margin-top: 10px;
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.mv-text li::before {
    content: "";
    position: absolute;
    left: 3%;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;  
    transform: translate(-50%, -50%);
}

.mv-text li::after {
    content: "";
    position: absolute;
    left: 3%;
    top: 50%;
    width: 10px;
    height: 5px;

    border-left: 3px solid #ff751f; 
    border-bottom: 3px solid #ff751f;
    border-radius: 2px;

    transform: translate(-50%, -50%) rotate(-45deg);
}

.line-btnw {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    max-width: 300px;
    height: 60px;
    margin: 40px auto 0;
    border-radius: 40px;
}

.line-btnw a {
    color: #ff751f;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP";
}

.line-btnw a p {
    font-size: 13px;
    padding-top: 3px;
}

.line-btnw:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.line-btnw a::after {
    position: absolute;
    content: "";
    top: 43%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right:  2px solid #fff;
    transform: rotate(45deg);
}

.line-btnw a::before {
    content: "";
    position: absolute;
    right: 2%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff751f;  
    transform: translateY(-50%);
}

.mvbtn {
    z-index: 999;
}

.game {
    margin-top: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 11px;
    justify-content: center;
    margin-bottom: 40px;
}

.game img {
    width: 25px;
    height: 25px;
}

.game-img1 {
    margin-right: 8px;
}

.game-img2 {
    margin-left: 8px;
}

/* issues */
.issues {
    background-color: #ff751f;
}

.inner {
    background-color: #fff;
    margin-inline: 5px;
    text-align: center;
}

.title {
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
}

.title h4 {
    color: #ff751f;
    font-size: 35px;
    padding-top: 30px;
}

.title p {
    font-size: 14px;
    padding-bottom: 30px;
}

.issues-li .o-block {
    background-color: #ff751f;
    color: #fff;
    width: 80%;
    height: 35px;
    border-radius: 10px;display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    /* font-size: clamp(18px, 1.6vw, 25px); */
    font-size: 13px;
    font-weight: 800;
}

.issues-li .w-block {
    background-color: #f6f6f6;
    color: #ff751f;
    width: 80%;
    height: 35px;
    border-radius: 10px;display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    /* font-size: clamp(18px, 1.6vw, 25px); */
    font-size: 13px;
    font-weight: 800;
}

.issues-li .w-block:last-child {
    margin-bottom: 0;
}

.issues-li {
    padding-bottom: 40px;
}

/* solution */
.solution .inner {
    padding-bottom: 60px;
}

.solution p {
    padding-bottom: 40px;
}
.solution-li {
    max-width: 320px;
    margin: 0 auto;
}

.solution-li li {
    position: relative;
    border: solid 3px #ff751f;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 0 2%;
}

.solution-li li:last-child {
    margin-bottom: 0;
}

.solution-li .num {
    position: absolute;
    top: 10%;
    left: 2%;
    font-size: 23px;
    font-weight: 900;
    color: #ff751f;
    line-height: 1px;
}

.solution-li .label {
    position: absolute;
    top: 30%;
    left: 1%;
    font-size: 9px;
    font-weight: 900;
    color: #ff751f;
    transform: rotate(-45deg);
    transform-origin: left top;
    letter-spacing: 1px;

}

.p-title {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #ff751f;
    color: #fff;
    width: 230px;
    height: 25px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.solution-li .contents {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.contents p {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 2px;
    margin-top: 10px;
}

.line-btno {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #ff751f;
    max-width: 300px;
    height: 60px;
    margin: 40px auto 0;
    border-radius: 40px;
}

.solution .line-btno {
    margin-top: 30px;
}

.line-btno a {
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans JP";
}

.line-btno a span {
    font-size: 13px;
    padding-top: 3px;
}

.line-btno:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.line-btno a::after {
    position: absolute;
    content: "";
    top: 43%;
    right: 4%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff751f;
    border-right:  2px solid #ff751f;
    transform: rotate(45deg);
}

.line-btno a::before {
    content: "";
    position: absolute;
    right: 2%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;  
    transform: translateY(-50%);
}

/* reason */
.reason {
    background-image: url(../image/background2.png);
    background-size: 95%;
    background-repeat: repeat;
    padding-bottom: 60px;
}

.title-w {
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    text-align: center;
}

.title-w h4 {
    color: #fff;
    font-size: 35px;
    padding-top: 30px;
}

.title-w p {
    font-size: 14px;
    padding-bottom: 30px;
    color: #fff;
}


.re-item {
    max-width: 320px;
    margin: 0 auto 30px;
    text-align: center;
} 

.reason-li {
    padding-bottom: 30px
}

.re-item img {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 33px 33px 0 0;
}

.re-content {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 25px 30px;
}

.re-content h5 {
    margin: 0 0 20px;
}

.title1,.title2 {
    font-family: "M PLUS Rounded 1c";
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
    color: #ff751f;
}

.re-content p {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
}

.re-content .orange {
    font-size: 11px;
    color: #ff751f;
    font-weight: 700;
    margin-bottom: 5px;
}

.reason .line-btnw {
    margin-top: -10px;
} 

/* about */
.about-box {
    border: solid 4px #ff751f;
    border-radius: 15px;
    padding: 0px 15px 10px;
    max-width: 330px;
    margin: 0 auto 20px;
}

.about-box2 {
    border: solid 4px #ff751f;
    border-radius: 15px;
    padding: 0px 0px 5px 0px;
    max-width: 330px;
    margin: 0 auto 20px;
}

.box-title {
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
    background-color: #ff751f;
    color: #fff;
    max-width: 230px;
    height: 25px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: center;
}

.box-list p {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 20px;
}

.box-list2 {
    margin-top: 20px;
}

.box-list2 p {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 15px;
}

.box-list p:last-child {
    margin-top: 0;
}

.box-list .o-text {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-weight: 900;
    color: #ff751f;
}

.text:first-child {
    padding-right: 20px;
}

  .small-text span {
    font-size: 11px;
  }

  .small-text .box-icon {
    position: relative;
    padding-left: 1.4em;
    line-height: 1.6; 
    padding-right: 20px;
  }
  
  .small-text .box-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 47%;
    width: 11px;
    height: 11px;
    background-color: #646464;
    transform: translateY(-50%);
  }

  .small-text .box-icon:last-child:before {
    top: 47%;
  }  

  .box-icon:last-child {
    font-size: 10px;
  }

.about .inner {
    padding-bottom: 30px;
}

.number p {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.6;
  }
  
  /* 丸数字 */
  .number p > span:not(.sub) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #ff751f; /* オレンジ */
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    border-radius: 50%;
  }
  
  /* 補足テキスト */
  .number {
    display: inline-block;
    font-size: 8px;
    align-items: center;
    padding-left: 5px;
  }

  .sub {
    display: inline-block;
    font-size: 7px;
    align-items: center;
  }

  .main {
    display: flex;
    flex-wrap: wrap;
  }

/* teacher */
.teacher {
    background-image: url(../image/background2.png);
    background-size: 95%;
    background-repeat: repeat;
    padding-top: 30px;
}

.sub-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.teacher .title, .uservoice .title {
    text-align: center;
    color: #fff;
    font-family: "M PLUS Rounded 1c";
}

.teacher .title h4, .uservoice .title h4 {
    color: #fff;
    font-size: 35px;
    padding-top: 0;
}

.teacher .title p, .uservoice .title p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 0;
}

.teacher .sub-text, .uservoice .sub-text {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 15px 0 30px;
}

/* slickの左右余白（チラ見せ） */
.teacher-list, .user-list {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.teacher-list .slick-list, .user-list .slick-list {
    overflow: visible;
}

.teacher-list .slick-slide, .user-list .slick-slide {
    padding: 0 8px;
    margin-inline: 10px;
}

/* カード本体 */
.teacher-inner {
    position: relative;
    /* 追加 */
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    max-width: 380px;
    padding: 55px;
    min-height: 180px;
}

.user-inner {
    position: relative;
    /* 追加 */
    /* width: 100%; */
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    max-width: 380px;
    padding: 90px;
    min-height: 220px;
}



/* 左テキスト */
.teacher-item {
    padding: 22px 5% 18px;
    /* 追加：右に画像スペース */
    text-align: left;
}

.user-item {
    padding: 0 5% 18px;
    
    /* 追加：右に画像スペース */
    text-align: left;
}

/* 名前（オレンジで大きく） */
.teacher-item h6 {
    position: absolute;
    top: 5%;
    left: 3%;
    color: #ff751f;
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    font-size: 30px;
    line-height: 1.05;
    margin-bottom: 8px;
    z-index: 50;
}

.user-item h6 {
    position: absolute;
    top: 5%;
    left: 3%;
    color: #ff751f;
    font-family: "M PLUS Rounded 1c";
    font-weight: 800;
    font-size: 30px;
    line-height: 1.05;
    margin-bottom: 8px;
    z-index: 50;
}


/* ゲーム種類（オレンジ） */
.teacher-item>p, .user-item>p {
    position: absolute;
    top: 28%;
    left: 3%;
    display: inline-block;
    color: #ff751f;
    font-weight: 600;
    font-size: 9px;
    z-index: 50;
}

/* コメント */
.teacher-item .coment {
    position: absolute;
    bottom: 10%;
    left: 3%;
    z-index: 50;
    margin-bottom: 10px;
    padding-right: 30px;
}

.user-item .coment {
    position: absolute;
    bottom: 7%;
    left: 3%;
    z-index: 50;
    margin-bottom: 10px;
    padding-right: 30px;
}

.user-item span {
    font-size: 15px;
}

.teacher-item .coment p, .user-item .coment p {
    font-size: 9px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 8px;
    margin-right: 60px;
    z-index: 50;
}

/* 右画像 */
.teacher-inner img {
    position: absolute;
    /* 追加：貼り付け */
    right: -10px;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    align-self: flex-end;
    /* 背景そのまま */
    object-position: right bottom;
    display: block;
    border-radius: 5px;
    z-index: 40;
}

.user-inner img {
    position: absolute;
    /* 追加：貼り付け */
    right: -20px;
    bottom: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    align-self: flex-end;
    /* 背景そのまま */
    object-position: right bottom;
    display: block;
    border-radius: 5px;
    z-index: 40;
}

.user-inner .ad1,.user-inner .ad2 {
    right: -35px;
}

.user-inner .ad3 {
    max-height: 93%;
    right: -30px;
}


/* スマホでもバランス崩れないよう微調整 */
@media (max-width: 420px) {
    .teacher-inner img, .user-inner img {
        width: 44%;
        height: 220px;
    }
}

/* ===== pagination（矢印＋ドット） ===== */
.teacher .pagination,
.uservoice .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: -20px;
}

.teacher .pagination .dots,
.uservoice .pagination .dots {
    display: flex;
    align-items: center;
    height: 30px;
}

.teacher .pagination .arrow,
.uservoice .pagination .arrow {
    width: 25px;
    height: 25px;
    border-radius: 999px;
    border: 3px solid #fff;
    background: #fff;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: grid;
    place-items: center;
}

/* 2連の「<<」「>>」っぽくする */
.teacher .pagination .arrow::before,
.teacher .pagination .arrow::after,
.uservoice .pagination .arrow::before,
.uservoice .pagination .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    width: 6px;
    height: 6px;
    border-top: 3px solid #ff751f;
    border-right: 3px solid #ff751f;
}

.teacher .pagination .next::before,
.uservoice .pagination .next::before {
    transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
}

.teacher .pagination .next::after,
.uservoice .pagination .next::after {
    transform: translate(calc(-50% + 3px), -50%) rotate(45deg);
}

.teacher .pagination .prev::before,
.uservoice .pagination .prev::before {
    transform: translate(calc(-50% - 3px), -50%) rotate(-135deg);
}

.teacher .pagination .prev::after,
.uservoice .pagination .prev::after {
    transform: translate(calc(-50% + 3px), -50%) rotate(-135deg);
}

.teacher .pagination .dots,
.uservoice .pagination .dots {
    display: flex;
    align-items: center;
    height: 56px;
}

/* slickが生成するドットを丸にする */
.teacher .dots .slick-dots,
.uservoice .dots .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 56px;
}

.teacher .dots .slick-dots li,
.uservoice .dots .slick-dots li {
    margin: 0;
    line-height: 0;
}

.teacher .dots .slick-dots li button::before,
.uservoice .dots .slick-dots li button::before {
    content: none !important;
    display: none !important;
}

.teacher .dots .slick-dots li button,
.uservoice .dots .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, .45);
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.teacher .dots .slick-dots li.slick-active button,
.uservoice .dots .slick-dots li.slick-active button {
    background: #fff;
}

/* 親を基準にする（teacher内の任意位置に絶対配置したい場合） */
/* .teacher { position: relative; } */
.scroll {
	position: relative;
}

.scroll-arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	/* 好きな位置に調整OK */
	transform: translate(-50%, -40%);
	width: 100px;
	/* 大きさ */
	height: 150px;
	color: #fff;
	/* SVGが白になる */
	display: grid;
	place-items: center;
	z-index: 5;
	text-decoration: none;
	/* animation: arrowBounce 1.2s ease-in-out infinite; */
}

.scroll-arrow svg {
	width: 20%;
	/* 太さ */
	height: 50%;
}

.scroll-w {
	position: relative;
    background-color: #fff;
}

.scroll-arrow-o {
	position: absolute;
	left: 50%;
	top: 50%;
	/* 好きな位置に調整OK */
	transform: translate(-50%, -60%);
	width: 100px;
	/* 大きさ */
	height: 150px;
	color: #ff751f;
	/* SVGが白になる */
	display: grid;
	place-items: center;
	z-index: 5;
	text-decoration: none;
	animation: arrowBounce 1.2s ease-in-out infinite;
}

.scroll-arrow-o svg {
	width: 20%;
	/* 太さ */
	height: 50%;
}

.scroll-le {
	position: relative;
    background-color: #fff;
}

.scroll-arrow-le {
	position: absolute;
	left: 50%;
	top: 50%;
	/* 好きな位置に調整OK */
	transform: translate(-50%,-55%);
	width: 100px;
	/* 大きさ */
	height: 150px;
	color: #fff;
	/* SVGが白になる */
	display: grid;
	place-items: center;
	z-index: 5;
	text-decoration: none;
	animation: arrowBounce 1.2s ease-in-out infinite;
}

.scroll-arrow-le svg {
	width: 20%;
	/* 太さ */
	height: 50%;
}


/* triallesson */
.triallesson {
    background-image: url(../image/background2.png);
    background-size: 95%;
    background-repeat: repeat;
    padding-bottom: 50px;
}
  
  .lesson-li li {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px 20px;
    max-width: 320px;
    margin: 0 auto 30px;
    text-align: center;
  }
  
  .lesson-li li::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #fff;
  }

  .lesson-li li:last-child::after {
    content: none;
  }

  .lesson-li h6 {
    display: block;
    margin: 0 auto 10px;
    background: #ff751f;
    color: #fff;
    padding: 3px 40px;
    border-radius: 8px;
    font-size:13px;
    font-weight: 700;
    max-width: 260px;
  }

  .lesson-li li:nth-child(2) h6,:nth-child(3) h6 {
    padding-left: 0;
    padding-right: 0;
  }

  .lesson-li p {
    line-height: 2.2;
    font-size: 12px;
    font-weight: 600;
  }
  
  .lesson-li .orange {
    font-size: 12px;
    color: #ff751f;
    font-weight: 600;
  }
  
  .triallesson .line-btnw {
    z-index: 999;
  }

/* comparison */
.comparison-li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 8px;
    max-width: 900px;
    margin: 0 2%;
    padding-bottom: 30px;
  }

  .comparison-li > div {
    border: 3px solid #646464;
    padding-bottom: 30px;
  }
  
  .comparison-li h6 {
    margin: 0;
    padding: 3px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
  }

  .comparison-li .list1 {
    border-color: #ff751f;
  }
  
  .comparison-li .list1 h6 {
    background: #ff751f;
  }
  
  .comparison-li > div:not(.list1) h6 {
    background: #646464;
  }

  .comparison-li dl {
    margin: 0;
    text-align: center;
  }
  
  .comparison-li dd {
    margin: 25px 0 8px;
    font-weight: 600;
    color: #646464;
    font-size: 12px;
    height: 25px;
  }
  
  .comparison-li dt {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #646464;
    height: 55px;
  }

  .comparison-li dt span {
    font-size: 15px;
  }

  .comparison-li .orange {
    color: #ff751f;
    font-weight: bold;
    font-size: 13px;
  }

  .price .label {
    font-size: 11px;
  }

  .comparison-li dt:empty::before {
    content: "×";
    display: inline-block;
    font-size: 35px;
    color: #646464;
  }

  .comparison-li .list1 dt:nth-of-type(2) {
    font-size: 16px;
  }

  /* uservoice */
  .uservoice {
    background-image: url(../image/background2.png);
    background-size: 95%;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* question */
 
  .side {
    background-color: #fff;
    padding-inline: 25px;
  }

  .side h4 {
    font-family: "M PLUS Rounded 1c";
    font-weight: 900;
    color: #ff751f;
    font-size: 25px;
    padding-top: 30px;
  }

.side-p {
    font-size: 13px;
    font-weight: 900;
    padding-bottom: 15px;
}
  .faq {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .faq-item {
    border-bottom: 3px solid #ff751f;
  }
  
  .faq-question {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 20px 5px 5px;
    background: none;
    border: none;
    text-align: left;
    font-size: 12px;
    font-weight: 800;
    color: #ff751f;
    cursor: pointer;
  }

  .faq-question::after {
    content: "＋";
    position: absolute;
    right: 10px;
    top: 65%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
  }

  .faq-question:focus {
    outline: none;
  }

  .faq-answer {
    display: none;
    padding: 0 5px 5px;
    font-weight: 800;
    font-size: 18px;
  }
  
  .faq-answer p {
    margin: 0;
    font-size: 12px;
    color: #646464;
    line-height: 1.6;
  }

  /* footer */
  footer {
    background-color: #fff;
    text-align: center;
    padding-top: 60px;
  }

  footer img {
    width: 70px;
    height: 70px;
  }

  footer h2 {
    margin-top: 30px;
    color: #ff751f;
    font-family: "M PLUS Rounded 1c";
    font-weight: 900;
    font-size:30px;
    letter-spacing: 4px;
    padding-bottom: 80px;
  }

  /* responsive */
  @media (min-width: 780px)  {
    body {
        max-width: 100%;
    }

    /* header */
    header img {
        margin-right: 10px;
    }
    
    .header-title h1 {
        font-size: 18px;
        font-weight: 800;
    }
    
    .header-title h2 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    /* global-menu */
    .global-menu ul {
        padding-inline: 10%;
    }
    
    .global-menu ul li {
        font-weight: 800;
        font-size: 16px;
    }

    /* mv */
    .mv {
        min-height: 100%;
    }
    .mv h2 {
        font-size: 50px;
        letter-spacing: 10px;
        line-height: 60px;
    }

    
    .mv h3 {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .phots {
        max-width: 330px;
        min-height: 330px;
    }
    
    .phot-left {
        left: -25%;
        width: 160px;
        height: 160px;
    }
    
    .phot-center {
        width: 320px;
        height: 320px;
    }
    
    .phot-right {
        right: -25%;
        width: 160px;
        height: 160px;
    }
    
    .mv-text ul {
        padding: 25px 0 10px 0;
    }
    
    .mv-text li {
        margin-top: 20px;
        font-size: 20px;
    }
    
    .mv-text li::before {
        left: 2%;
    }
    
    .mv-text li::after {
        left:2%;
    }

    .scroll-arrow {
        top: 100%;
        width: 100px;
        /* 大きさ */
        height: 150px;
    }
    
    .scroll-arrow svg {
        width: 30%;
        /* 太さ */
        height: 50%;
    }
    
    .line-btnw {
        max-width: 450px;
        height: 90px;
        margin: 60px auto 0;
    }
    
    .line-btnw a {
        font-size: 20px;
    }
    
    .line-btnw a p {
        font-size: 18px;
    }
    
    .line-btnw a::after {
        right: 7%;
        width: 10px;
        height: 10px;
    }
    
    .line-btnw a::before {
        right: 5%;
        width: 20px;
        height: 20px;
    }
    
    .game {
        margin-top: 50px;
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 60px;
    }
    
    .game img {
        width: 30px;
        height: 30px;
    }
    
    .game-img1 {
        margin-right: 10px;
    }
    
    .game-img2 {
        margin-left: 10px;
    }
    
    /* issues */
.inner {
    background-color: #fff;
    margin-inline: 5px;
    text-align: center;
}

.title h4 {
    font-size: 50px;
    padding-top: 60px;
}

.title p {
    font-size: 20px;
    padding-bottom: 60px;
}

.issues-li {
    padding-bottom: 60px;
}

.block-li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2%;
}

.issues-li .o-block {
    max-width: 49%;
    height: 60px;
    margin-bottom: 25px;
    font-size: 16px;
}

.issues-li .w-block {
    max-width: 49%;
    height: 60px;
    margin-bottom: 25px;
    font-size: 16px;
}

.issues-li .w-block:last-child {
    margin-bottom: 0;
}

.scroll-arrow-o {
	transform: translate(-50%, -80%);
}

.scroll-arrow-o svg {
	width: 30%;
        /* 太さ */
    height: 50%;
}

/* solution */

.solution-li {
    max-width: 100%;
    display: flex;
    margin: 0 1%;
    gap: 1%;
}

.solution-li li {
    margin-bottom: 40px;
    width: calc(95% / 3);
    max-width: 100%;
    margin: 0 auto;
    padding-inline: 1%;
}

.solution-li .num {
    position: absolute;
    top: 8%;
    left: 3%;
    font-size: 20px;
}

.solution-li .label {
    top: 24%;
    left: 1%;
    font-size: 9px;
}

.p-title {
    max-width: 100%;
    width: 220px;
    height: 25px;
    line-height: 25px;
}

.solution-li .contents {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 20px;
}

.contents p {
    font-size: 13px;
    padding-bottom: 5px;
}

.contents p:last-child {
    margin-top: 0;
}

.line-btno {
    max-width: 450px;
    height: 90px;
    margin: 60px auto 0;
}

.solution .line-btno {
    margin-top: 50px;
}

.line-btno a {
    font-size: 20px;
}

.line-btno a span {
    font-size: 18px;
}

.line-btno a::after {
    right: 7%;
    width: 11px;
    height: 11px;
}

.line-btno a::before {
    right: 5%;
    width: 22px;
    height: 22px;
}

/* reason */
.reason {
    padding-bottom: 80px;
}

.title-w h4 {
    font-size: 50px;
    padding-top: 60px;
}

.title-w p {
    font-size: 20px;
    padding-bottom: 60px;
}


.re-item {
    max-width: 50%;
} 

.reason-li {
    padding-bottom: 30px;
    display: flex;
    align-items: stretch;
    gap: 1%;
    margin: 0 1%;
}

.re-content {
    padding: 20px 10px 20px;
    /* height: 340px; */
    max-width: 100%;
}

.re-content h5 {
    margin: 0 0 20px;
}

.title1,.title2 {
    font-size: 15px;
    line-height: 30px;
}

.re-content p {
    font-size: 12px;
    display: -webkit-box;
  -webkit-line-clamp: 9; /* 最大3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.re-content .orange {
    font-size: 12px;
}

.reason .line-btnw {
    margin-top: 30px;
}

/* about */
.about-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1%;
    margin-inline: 1%;
}

.about-li {
    width: 100%;
}

.about-box {
    padding: 0px 1% 10px;
    max-width: 100%;
}

.box-title {
    margin: 20px auto 0;
    max-width: 300px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}

.box-list p {
    font-size: 14px;
    padding-bottom: 20px;
    margin-top: 23px;
}

.box-list .last {
    padding-bottom: 10px;
}

.box-list2 {
    margin-top: 15px;
}

.box-list2 p {
    font-size: 13px;
    padding-bottom: 11px;
}

.box-list2 p:last-child{
    padding-bottom: 0;
}

.box-list p:last-child {
    margin-top: 0;
}

.o-text {
    padding-top: 30px;
}

.text:first-child {
    padding-right: 20px;
}

  .small-text span {
    font-size: 12px;
  }
  
  .small-text .box-icon::before {
    width: 12px;
    height: 12px;
  }

  .box-icon:last-child {
    font-size: 12px;
  }

.about .inner {
    padding-bottom: 60px;
}
  
  /* 丸数字 */
  .number p > span:not(.sub) {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  
  /* 補足テキスト */
  .sub {
    display: inline-block;
    font-size: 9px;
    align-items: center;
  }

  /* teacher */
  .teacher {
    padding-top: 60px;
}

.teacher .title h4, .uservoice .title h4 {
    font-size: 50px;
}

.teacher .title p, .uservoice .title p {
    font-size: 20px;
    padding-bottom: 10px;
}

.teacher .sub-text, .uservoice .sub-text {
    font-size: 16px;
    margin: 15px 0 40px;
}

.teacher .sub-text {
    font-size: 15px;
}

/* triallesson */
.triallesson {
    padding-bottom: 60px;
}
  
  .lesson-li li {
    padding: 30px 10px 30px;
    max-width: 50%;
    margin: 0 auto 50px;
  }

  .lesson-li h6 {
    margin: 0 auto 20px;
    padding: 3px 40px;
    font-size:18px;
    max-width: 400px;
  }

  .lesson-li p {
    font-size: 16px;
  }
  
  .lesson-li .orange {
    font-size: 16px;
  }

.scroll-arrow-le svg {
	width: 30%;
	height: 50%;
}


  .triallesson .line-btnw {
    margin-top: 80px;
  }

/* comparison */
.comparison-li {
    gap: 20px;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  
  .comparison-li h6 {
    font-size: 20px;
  }
  
  .comparison-li dd {
    font-size: 16px;
  }
  
  .comparison-li dt {
    font-size: 16px;
  }

  .comparison-li dt span {
    font-size: 20px;
  }

  .comparison-li .orange {
    color: #ff751f;
    font-weight: bold;
    font-size: 16px;
  }

  .price .label {
    font-size: 14px;
  }

  .comparison-li .list1 dt:nth-of-type(2) {
    font-size: 20px;
  }

  /* uservoice */
  .uservoice {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* question */
 
  .side {
    padding-inline: 40px;
  }

  .side h4 {
    font-size: 35px;
    padding-top: 60px;
  }

.side-p {
    font-size: 16px;
    padding-bottom: 25px;
}
  
  .faq-question {
    font-size: 16px;
  }

  .faq-question::after {
    font-size: 16px;
  }

  .faq-question:focus {
    outline: none;
  }

  .faq-answer {
    padding: 0 5px 5px;
  }
  
  .faq-answer p {
    font-size: 16px;
  }

  /* footer */
  footer {
    background-color: #fff;
    text-align: center;
    padding-top: 80px;
  }

  footer img {
    width: 100px;
    height: 100px;
  }

  footer h2 {
    margin-top: 60px;
    color: #ff751f;
    font-family: "M PLUS Rounded 1c";
    font-weight: 900;
    font-size:40px;
    letter-spacing: 4px;
    padding-bottom: 100px;
  }


  }
/* responsibve780-835px */
  @media screen and (min-width: 780px) and (max-width: 835px) {
    .solution-li .label {
        top: 22%;
    }

    .p-title {
        width: 190px;
    }

    .re-content p {
        font-size: 12px;
        display: -webkit-box;
      -webkit-line-clamp: 5; /* 最大3行 */
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .re-content p {
        font-size: 13px;
    }

  }

/* responsive 1200px */
  @media(min-width: 1200px) {
    body {
        max-width: 100%;
    }

    /* header */
    header img {
        width: 75px;
        height: 70px;
    }

    /* mv */
    .mv h2 {
        font-size: 60px;
        line-height: 70px;
    }

    
    .mv h3 {
        margin-top: 20px;
    }
    
    .phots {
        max-width: 380px;
        min-height: 380px;
    }
    
    .phot-left {
        left: -40%;
        width: 200px;
        height: 200px;
    }
    
    .phot-center {
        width: 400px;
        height: 400px;
    }
    
    .phot-right {
        right: -40%;
        width: 200px;
        height: 200px;
    }
    
    .mv-text ul {
        padding: 30px 0 10px 0;
    }
    
    .mv-text li {
        margin-top: 25px;
        font-size: 20px;
    }
    
    .mv-text li::before {
        left: 2%;
    }
    
    .mv-text li::after {
        left:2%;
    }

    .scroll-arrow {
        top: 100%;
        width: 100px;
        /* 大きさ */
        height: 150px;
    }
    
    .scroll-arrow svg {
        width: 30%;
        /* 太さ */
        height: 50%;
    }
    
    .line-btnw {
        max-width: 450px;
        height: 90px;
        margin: 60px auto 0;
    }
    
    .line-btnw a {
        font-size: 20px;
    }
    
    .line-btnw a p {
        font-size: 18px;
    }
    
    .line-btnw a::after {
        right: 7%;
        width: 11px;
        height: 11px;
    }
    
    .line-btnw a::before {
        right: 5%;
        width: 22px;
        height: 22px;
    }
    
    .game {
        margin-top: 50px;
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 60px;
    }
    
    .game img {
        width: 30px;
        height: 30px;
    }
    
    .game-img1 {
        margin-right: 10px;
    }
    
    .game-img2 {
        margin-left: 10px;
    }
    
    /* issues */
    .block-li{
        margin: 0 1%;
    }
    
    .issues-li .o-block {
        max-width: 49%;
        height: 60px;
        margin-bottom: 25px;
        font-size: 16px;
    }
    
    .issues-li .w-block {
        max-width: 49%;
        height: 60px;
        margin-bottom: 25px;
        font-size: 16px;
    }
    
    .issues-li .w-block:last-child {
        margin-bottom: 0;
    }
    
    .scroll-arrow-o {
        transform: translate(-50%, -80%);
    }
    
    .scroll-arrow-o svg {
        width: 30%;
            /* 太さ */
        height: 50%;
    }

    
.inner {
    background-color: #fff;
    margin-inline: 5px;
    text-align: center;
}

.title h4 {
    font-size: 50px;
    padding-top: 60px;
}

.title p {
    font-size: 20px;
    padding-bottom: 60px;
}

.issues-li .o-block {
    margin-bottom: 40px;
    font-size: 18px;
}

.issues-li .w-block {
    margin-bottom: 40px;
    font-size: 16px;
}

.issues-li {
    padding-bottom: 80px;
}

.scroll-arrow-o svg {
	width: 50%;
        /* 太さ */
        height: 50%;
}

/* solution */
.solution-li li {
    margin-bottom: 80px;
    width: calc(95% / 3);
    max-width: 100%;
    margin: 0 auto;
    padding-inline: 1%;
}

.solution-li .num {
    position: absolute;
    top: 9%;
    font-size: 22px;
}

.solution-li .label {
    top: 25%;
    left: 2%;
    font-size: 9px;
}

.p-title {
    max-width: 100%;
    width: 315px;
    height: 35px;
    line-height: 35px;
}

.solution-li .contents {
    margin-bottom: 30px;
}

.contents p {
    font-size: 16px;
    padding-bottom: 5px;
}
/* reason */
.re-content h5 {
    margin: 30px 0 20px;
}

.title1,.title2 {
    font-size: 22px;
    line-height: 45px;
}

.re-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.re-content .orange {
    font-size: 16px;
    margin-bottom: 15px;
}

.reason .line-btnw {
    margin-top: 30px;
}

/* about */
.box-title {
    font-size: 18px;
}

.box-list p {
    font-size: 16px;
    margin-top: 20px;
}

.box-list2 p {
    font-size: 16px;
}

.o-text {
    padding-top: 30px;
}

.text:first-child {
    padding-right: 20px;
}

.small-text span {
    font-size: 14px;
 }
  
.small-text .box-icon::before {
    width: 14px;
    height: 14px;
}

.box-icon:last-child {
    font-size: 14px;
}

.small-text p {
    margin-bottom: 5px;
  }

.about .inner {
    padding-bottom: 60px;
}
  
  /* 丸数字 */
  .number p > span:not(.sub) {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  
  /* 補足テキスト */
  .sub {
    display: inline-block;
    font-size: 11px;
    align-items: center;
  }

  /* teacher */
  .teacher {
    padding-top: 60px;
}

.teacher .title h4, .uservoice .title h4 {
    font-size: 50px;
}

.teacher .title p, .uservoice .title p {
    font-size: 20px;
    padding-bottom: 10px;
}

.teacher .sub-text, .uservoice .sub-text {
    font-size: 16px;
    margin: 15px 0 40px;
}

/* slickの左右余白（チラ見せ） */
.teacher-list, .user-list {
    max-width: 70%;
    width: 100%;
    overflow: visible;
}

.teacher-list .slick-slide, .user-list .slick-slide {
    padding: 0 8px;
}

/* カード本体 */
.teacher-inner {
    max-width: 100%;
    padding: 65px;
}

.user-inner {
    max-width: 100%;
    padding: 103px;
}

.teacher-item {
    padding: 35px 5% 18px;
}


/* 名前（オレンジで大きく） */
.teacher-item h6 {
    left: 8%;
    font-size: 35px;
    margin-bottom: 15px;
}

.user-item h6 {
    left: 8%;
    font-size: 35px;
    margin-bottom: 15px;
}

.teacher-inner img {
    right: 10px;
    max-height: 105%;
}

.user-inner .small-img {
    max-height: 90%;
}


/* ゲーム種類（オレンジ） */
.teacher-item>p, .user-item>p {
    top: 33%;
    left: 8%;
    font-size: 11px;
}

/* コメント */
.teacher-item .coment {
    bottom: -1%;
    left: 8%;
    margin-bottom: 20px;
}

.user-item .coment {
    bottom: 2%;
    left: 8%;
    margin-bottom: 20px;
}

.user-item span {
    font-size: 18px;
}

.teacher-item .coment p, .user-item .coment p {
    font-size: 11px;
    margin-top: 20px;
}

/* ===== pagination（矢印＋ドット） ===== */
.teacher .pagination,
.uservoice .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: -20px;
    width: 100%;
}

.teacher .pagination .dots,
.uservoice .pagination .dots {
    display: flex;
    align-items: center;
    height: 30px;
}

.teacher .pagination .arrow,
.uservoice .pagination .arrow {
    width: 25px;
    height: 25px;
    border-radius: 999px;
    border: 3px solid #fff;
    background: #fff;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: grid;
    place-items: center;
}

/* 2連の「<<」「>>」っぽくする */
.teacher .pagination .arrow::before,
.teacher .pagination .arrow::after,
.uservoice .pagination .arrow::before,
.uservoice .pagination .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 48%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ff751f;
    border-right: 3px solid #ff751f;
}

.teacher .pagination .next::before,
.uservoice .pagination .next::before {
    transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
}

.teacher .pagination .next::after,
.uservoice .pagination .next::after {
    transform: translate(calc(-50% + 3px), -50%) rotate(45deg);
}

.teacher .pagination .prev::before,
.uservoice .pagination .prev::before {
    transform: translate(calc(-50% - 3px), -50%) rotate(-135deg);
}

.teacher .pagination .prev::after,
.uservoice .pagination .prev::after {
    transform: translate(calc(-50% + 3px), -50%) rotate(-135deg);
}

.teacher .pagination .dots,
.uservoice .pagination .dots {
    display: flex;
    align-items: center;
    height: 56px;
}

/* slickが生成するドットを丸にする */
.teacher .dots .slick-dots,
.uservoice .dots .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 56px;
}

.teacher .dots .slick-dots li,
.uservoice .dots .slick-dots li {
    margin: 0;
    line-height: 0;
}

.teacher .dots .slick-dots li button::before,
.uservoice .dots .slick-dots li button::before {
    content: none !important;
    display: none !important;
}

.teacher .dots .slick-dots li button,
.uservoice .dots .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, .45);
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.teacher .dots .slick-dots li.slick-active button,
.uservoice .dots .slick-dots li.slick-active button {
    background: #fff;
}


/* triallesson */
.triallesson {
    padding-bottom: 60px;
}
  
  .lesson-li li {
    padding: 30px 10px 30px;
    max-width: 50%;
    margin: 0 auto 50px;
  }

  .lesson-li h6 {
    margin: 0 auto 20px;
    padding: 3px 40px;
    font-size:18px;
    max-width: 400px;
  }

  .lesson-li p {
    font-size: 16px;
  }
  
  .lesson-li .orange {
    font-size: 16px;
  }

  .triallesson .line-btnw {
    margin-top: 80px;
  }

/* comparison */
.comparison-li {
    gap: 20px;
    padding-bottom: 60px;
    margin: 0 auto;
  }
  
  .comparison-li h6 {
    font-size: 20px;
  }
  
  .comparison-li dd {
    font-size: 16px;
  }
  
  .comparison-li dt {
    font-size: 16px;
  }

  .comparison-li dt span {
    font-size: 20px;
  }

  .comparison-li .orange {
    color: #ff751f;
    font-weight: bold;
    font-size: 16px;
  }

  .price .label {
    font-size: 14px;
  }

  .comparison-li .list1 dt:nth-of-type(2) {
    font-size: 20px;
  }

  /* uservoice */
  .uservoice {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* question */
 
  .side {
    padding-inline: 40px;
  }

  .side h4 {
    font-size: 35px;
    padding-top: 60px;
  }

.side-p {
    font-size: 16px;
    padding-bottom: 25px;
}
  
  .faq-question {
    font-size: 16px;
  }

  .faq-question::after {
    font-size: 16px;
  }

  .faq-question:focus {
    outline: none;
  }

  .faq-answer {
    padding: 0 5px 5px;
  }
  
  .faq-answer p {
    font-size: 16px;
  }

  /* footer */
  footer {
    background-color: #fff;
    text-align: center;
    padding-top: 80px;
  }

  footer img {
    width: 100px;
    height: 100px;
  }

  footer h2 {
    margin-top: 60px;
    color: #ff751f;
    font-family: "M PLUS Rounded 1c";
    font-weight: 900;
    font-size:40px;
    letter-spacing: 4px;
    padding-bottom: 100px;
  }
}