@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content p, .entry-content ul li, .entry-content table {
  font-family: "Hiragino Sans";
}
.entry-content h3 {
  background: none;
}
.site-content .entry-content {
  width: 100%;
  margin-top: -24px;
}

.flex {
  display: flex;
}

a:hover {
  outline: none;
}

body.custom-background {
  background: #fff;
}

.site-header {
  margin: 0;
  padding: 0;
  background: #f5f6f7;
}

.btn-box {
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
}

.btn-box img {
  width: 400px;
  /*margin-top: 18px;*/
}

.header_link_box {
  position: relative;
  top: 0;
  right: 0;
}

@media screen and (max-width: 810px) {
  .site-header img {
    vertical-align: bottom;
  }
  .wrapper {
    padding: 0;
  }
  .btn-box {
    width: 100%;
  }
  .btn-box img {
    width: 100%;
    margin-bottom: min(1vw, 6px);
  }
}

@media screen and (max-width: 480px) {
  .btn-box img {
    margin-bottom: 0;
  }
}

.site-content {
  max-width: 100%;
}

.site-content .entry-content {
  width: 100%;
}

.sitetitle-area {
  position: relative;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 811px) {
  body .site .wrapper {
    max-width: none;
  }
  #masthead>div {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-right: min(1vw, 12px);
  }
  .sitetitle-box {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sitetitle-box div:last-child {
    text-align: right;
  }
  .site-header {
    padding: min(1vw, 12px);
    box-sizing: border-box;
    position: fixed;
		top: 0;
    z-index: 999999;
  }
  .site-header h1 {
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 25px;
  }
  .head_box {
    position: absolute;
    top: max(-1vw, -12px);
    display: none;
  }
  .head_box p {
    background: #ff0;
  }
  .head_box p a {
    width: 100%;
    color: #202020;
    text-decoration: none;
  }
  .head_box p a span {
    display: flex;
    margin-bottom: min(0.5vw, 6px);
  }
  .head_box p a img {
    width: 2.5vw;
    max-width: 30px;
    margin: min(1.5vw, 18px) auto 0
  }
}

h1.site-title {
  width: 15.16vw;
  max-width: 182px;
  margin: 0 min(1vw, 12px) 0 0 !important;
}

h1.site-title img {
  width: 100%;
}

h1.site-title+div {
  display: flex;
  align-items: stretch;
  gap: min(0.83vw, 10px);
  margin: 0 min(1vw, 12px) 0 0 !important;
}

h1.site-title+div p {
  flex: 1;
  width: 10vw;
  max-width: 120px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(0.415vw, 5px);
}

h1.site-title+div p a {
  text-decoration: none;
  color: #ff5b10;
  font-size: min(1.25vw, 15px);
  font-weight: 600;
  font-family: "Hiragino Sans";
  padding: min(1.25vw, 15px) 0;
  box-sizing: border-box;
}

@media screen and (max-width:810px) {
  .site-header {
    position: fixed;
    top: 0;
    z-index: 999999;
  }
  .sitetitle-area {
    padding: 2%;
    background: #f5f6f7;
  }
  .sitetitle-box {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .sitetitle-box>div:last-child {
    width: 50%;
    position: absolute;
    right: min(2vw, 12px);
  }
  .site-header .sitetitle-box {
    display: flex;
    align-items: center;
    gap: min(2vw, 12px);
  }
  .head_box {
    display: none !important;
  }
  h1.site-title {
    width: 50%;
  }
  h1.site-title {
    width: 40%;
    margin-right: 5% !important;
  }
  h1.site-title+div {
    width: 100%;
    margin: 0 !important;
    display: none;
  }
  h1.site-title+div p {
    flex: 1;
    width: auto;
    max-width: none;
    border-radius: min(1vw, 6px);
  }
  h1.site-title+div p a {
    font-size: min(2.5vw, 15px);
    padding: min(1.5vw, 9px) 0;
  }
  div.sp_btn_box {
    background: #f5f6f7;
    display: flex;
    align-items: stretch;
    gap: min(2vw, 12px);
    box-sizing: border-box;
    padding: min(2vw, 12px);
  }
  div.sp_btn_box p {
    flex: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(1vw, 6px);
  }
  div.sp_btn_box p a {
    text-decoration: none;
    color: #ff5b10;
    font-size: min(2.33vw, 14px);
    font-weight: 600;
    font-family: "Hiragino Sans";
    padding: min(1.5vw, 9px) 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width:480px) {
  .header_link_box {
    display: none;
  }
}

#main {
  margin-top: 0;
  padding: 0;
}

#primary {
  margin-top: 0;
  padding-top: 0;
  background: #f5f6f7;
  background: #fff;
}

#breadcrumb {
  display: none;
}

i.fa-solid {
  font-family: "Font Awesome 5 Free";
}

.page header.entry-header h1.entry-title {
  display: none;
}

.entry-content {
  font-size: 16px;
  letter-spacing: 0.025em;
}

.entry-content h2 {
  padding: 0;
  background: none;
  border-bottom: none;
  color: #333333;
}

.entry-content h3, footer h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 0;
  letter-spacing: 0.05em;
}

.entry-content img {
  border-radius: 0;
}

span.marker {
  background: linear-gradient(transparent 50%, #ff0 50%);
}

span.red {
  color: #f00;
}

span.bold {
  font-weight: bold;
}

span.underline {
  text-decoration: underline;
}

#corporations {}

@media screen and (max-width:810px) {
  #corporations {
    width: 100%;
  }
}

.mv {
  background: url('/wp/wp-content/uploads/2024/02/mv.jpg?4') no-repeat top center;
  background-size: 110% auto;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.mv h2 {
  text-align: center;
  font-size: min(3vw, 36px);
  line-height: 1.6;
  font-weight: 700;
  padding-top: min(6.66vw, 80px);
  color: #fff;
  margin: min(0.83vw, 10px) 0 min(1.66vw, 20px);
}

.mv h2 span {
  color: #f8ff34;
  font-size: min(3.16vw, 38px);
}

.mv .circle {
  width: 13vw;
  max-width: 130px;
  height: 13vw;
  max-height: 130px;
  position: absolute;
  top: min(2.916vw, 35px);
  right: min(16.33vw, 196px);
}

.mv .circle img {
  height: 100%;
}

.mv p {
  margin: 0;
  letter-spacing: 0.025em;
  line-height: 1;
}

p.lineup {
  font-size: min(1.33vw, 16px);
  font-weight: 700;
  background: #0969cc;
  display: inline-block;
  color: #fff;
  padding: 1vw 1.96vw;
  border-radius: 40px;
  margin: 0;
  z-index: 2;
  position: relative;
  line-height: 1;
}

div.list {
  background: #fff;
  display: inline-block;
  border-radius: min(0.83vw, 10px);
  margin-top: -0.33vw;
  margin-bottom: 2vw;
}

.entry-content div.list ul {
  display: flex;
  padding: min(1vw, 12px);
  margin: 0;
  line-height: 1;
  list-style: none;
}

.entry-content div.list ul li {
  border-right: 1px solid #7e7e7e;
  padding: 0.3vw 1.25vw;
  font-size: min(1.25vw, 15px);
  font-weight: 600;
  margin: 0;
}

div.list ul li:last-child {
  border-right: 0;
}

div.mv_btm {
  width: 72vw;
  max-width: 864px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

div.mv_btm .box_left {
  width: 60%;
}

div.mv_btm .box_left p {
  font-size: min(1.33vw, 16px);
  color: #fff;
  font-weight: 700;
}

div.mv_btm .box_left p:first-child {
  margin-bottom: -0.5vw;
}

div.mv_btm .box_left p:first-child::before, div.mv_btm .box_left p:first-child::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 2em;
  vertical-align: middle;
  margin: 0 1vw;
}

div.mv_btm .box_left p:first-child::before {
  transform: rotate(-30deg);
}

div.mv_btm .box_left p:first-child::after {
  transform: rotate(30deg);
}

div.mv_btm .box_left p:nth-child(2) {
  margin-top: -1vw;
}

div.mv_btm .box_right {
  width: 40%;
  margin-top: max(-3vw, -36px);
}

div.mv_btm .box_right>p {
  margin-bottom: -2.5vw;
}

div.mv_btm .box_right>p:first-child {
  width: 100%;
  margin: 0 auto max(-1vw, -12px);
}

div.mv_btm .box_right p.check {
  font-size: min(1.33vw, 16px);
  color: #0969cc;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1vw;
  background: #f8ff34;
  padding: min(0.6vw, 7px);
  padding-left: 26px;
  border-radius: 5vw;
  position: relative;
}

div.mv_btm .box_right p.check img {
  width: 3vw;
  max-width: 38px;
  height: 3vw;
  max-height: 38px;
  position: absolute;
  left: 20px;
}

div.mv_btm .box_right p.mv_btn {
  background: #ff651b;
  width: 100%;
  margin: 0 auto min(0.83vw, 10px);
  border-radius: 0.415vw;
  padding: 1.33vw 1.5vw;
  position: relative;
  box-sizing: border-box;
}

div.mv_btm .box_right p.mv_btn a {
  font-size: min(1.416vw, 17px);
  color: #fff;
  font-weight: 700;
  padding-left: 0.25vw;
}

div.mv_btm .box_right p.mv_btn i {
  color: #fff;
}

div.mv_btm .box_right p.mv_btn i.fa-chevron-right {
  position: absolute;
  right: 1.5vw;
  top: calc(50% - 0.7915vw);
}

div.mv_btm .box_right p.mv_btn a i.fa-book {
  font-size: min(1.83vw, 19.5px);
  position: absolute;
  left: 2vw;
  top: calc(50% - 0.7915vw);
}

div.mv_btm .box_right p.mv_btn a img {
  width: 2vw;
  max-width: 24px;
  height: 2vw;
  max-height: 24px;
  position: absolute;
  left: max(2vw, 24px);
  top: calc(50% - min(1vw, 12px));
}

@media screen and (max-width:810px) {
  .mv h2 {
    font-size: min(6vw, 36px);
    padding-top: 24vw;
    margin: 0 0 4vw;
  }
  .mv h2 span {
    font-size: min(6.33vw, 38px);
  }
  .mv .circle {
    width: 22vw;
    height: 22vw;
    top: 2vw;
    right: 4vw;
  }
  p.lineup {
    font-size: min(3.6vw, 24px);
    padding: 2vw 3vw;
    border-radius: 10vw;
  }
  div.list {
    border-radius: min(1vw, 6px);
    margin-top: max(-2vw, -12px);
    margin-bottom: 2vw;
  }
  .entry-content div.list ul {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 82vw;
    padding: min(2vw, 12px);
  }
  .entry-content div.list ul li {
    padding: 0 2vw;
    font-size: min(3.2vw, 21px);
    margin: 1.5vw 0;
  }
  .mv {
    background: url('/wp/wp-content/uploads/2024/02/mv.jpg?4') no-repeat top center;
    background-size: auto 85%;
  }
  div.mv_btm {
    width: 96vw;
  }
  div.mv_btm .box_left {
    width: 56%;
    padding-top: min(2vw, 12px);
  }
  div.mv_btm .box_left p {
    color: #0969cc;
    font-size: min(2.5vw, 15px);
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.mv_btm .box_left p:first-child::before, div.mv_btm .box_left p:first-child::after {
    display: block;
    background: #0969cc;
  }
  div.mv_btm .box_right {
    width: 44%;
    margin-top: 0;
  }
  div.mv_btm .box_right p.mv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(1vw, 6px);
    padding: min(2vw, 12px);
    padding-left: min(3vw, 18px);
  }
  div.mv_btm .box_right p.mv_btn a {
    font-size: min(2.5vw, 15px);
  }
  div.mv_btm .box_right p.mv_btn a i.fa-book {
    font-size: min(3vw, 18px);
    position: absolute;
    left: 2vw;
    top: calc(50% - 1.5vw);
  }
  div.mv_btm .box_right p.mv_btn a img {
    width: 3.6vw;
    height: 3.6vw;
    left: 2vw;
    top: calc(50% - 1.5vw);
  }
  div.mv_btm .box_right p.mv_btn i.fa-chevron-right {
    font-size: min(2.5vw, 15px);
    right: 1.5vw;
    top: calc(50% - 1.25vw);
  }
  div.mv_btm .box_right p.check {
    font-size: min(2.5vw, 15px);
    line-height: 1.4;
  }
  div.mv_btm .box_right p.check img {
    width: 6vw;
    height: 6vw;
  }
}

div.c_box {
  width: 75vw;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: min(1vw, 12px);
}

div#elearning h2 {
  font-size: min(5vw, 30px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

div#elearning h2 span {
  color: #0969cc;
}

div#elearning h2+p {
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
}

div#elearning .el-list {
  background: #eff7ff;
  padding: 2vw 4.5vw;
  border-radius: min(0.83vw, 10px);
  margin-bottom: 2.5vw;
}

.entry-content div#elearning .el-list table {
  border: 0;
}

.entry-content div#elearning .el-list table caption {
  margin: 0 0 1.5vw;
  font-size: min(1.583vw, 19px);
  color: #0969cc;
  font-weight: 700;
}

.entry-content div#elearning .el-list table th, .entry-content div#elearning .el-list table td {
  border: 4px solid #eff7ff;
}

div#elearning .el-list table th {
  font-family: 'Montserrat', sans-serif;
  background: #0969cc;
  color: #fff;
  font-size: min(2.083vw, 25px);
  font-weight: 700;
}

div#elearning .el-list table td {
  background: #fff;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  padding: 0 0 0 1.66vw;
  line-height: 1;
  vertical-align: middle;
  color: #333;
}

div#elearning .el-list table tr:nth-child(2n+1) td:nth-child(2) {
  background: #d0e7ff;
}

div#elearning .el-list table tr:nth-child(2n) td:nth-child(4) {
  background: #d0e7ff;
}

@media screen and (max-width:810px) {
  div.c_box {
    width: 100%;
    max-width: auto;
    padding: min(2vw, 12px);
  }
  div#elearning h2 {
    font-size: min(5vw, 30px);
    margin: 5vw 0 3vw;
  }
  div#elearning h2+p {
    font-size: min(3.5vw, 21px);
    margin-bottom: 4vw;
  }
  div#elearning .el-list {
    padding: 2vw;
    border-radius: 1vw;
    margin-bottom: 2.5vw;
  }
  .entry-content div#elearning .el-list table caption {
    margin: 0 0 1.5vw;
    font-size: min(3.5vw, 21px);
  }
  div#elearning .el-list table th {
    font-size: min(4vw, 24px);
  }
  div#elearning .el-list table td {
    font-size: min(3vw, 18px);
    line-height: 1.2;
  }
}

div.graph {
  background: #ecfaff;
  padding: 40px 40px 20px;
  margin-bottom: 60px;
  text-align: center;
  border-radius: min(0.83vw, 10px);
}

div.graph p {
  margin-bottom: 0;
}

div.graph img {
  width: 800px;
}

.box_type {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  padding: min(2.5vw, 30px);
  border: 1px solid #55a9fc;
  text-align: center;
  width: 90%;
  margin: min(1.66vw, 20px) auto;
}

ul.type {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: min(1vw, 12px);
}

.entry-content ul.type li {
  margin: 0;
  background: #0969cc;
  display: flex;
  border-radius: 50% 50%;
  color: #fff;
  width: 7.5vw;
  max-width: 90px;
  height: 7.5vw;
  max-height: 90px;
  justify-content: center;
  align-items: center;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
}

ul.type+p {
  font-size: min(1.33vw, 16px);
  font-weight: 500;
}

@media screen and (max-width:810px) {
  .box_type {
    padding: 6vw 3vw;
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  div.graph {
    margin-bottom: 0;
    padding: min(4vw, 24px) min(2vw, 12px) min(6vw, 36px);
    background: #ecfaff;
    border-radius: 0;
  }
  ul.type {
    gap: 2vw;
    margin-bottom: 5vw;
  }
  .entry-content ul.type li {
    width: 18vw;
    max-width: auto;
    height: 18vw;
    max-height: auto;
    font-size: min(3.75vw, 22px);
  }
  ul.type+p {
    font-size: min(3.5vw, 21px);
  }
}

div#problem {
  background: #e9e9e9;
  padding: min(5vw, 30px) 0 min(4.83vw, 58px);
}

div#problem h2 {
  font-size: min(2.416vw, 29px);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

div#problem .think {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2vw, 24px);
}

div#problem .think img {
  width: 14.83vw;
  max-width: 178px;
  height: 14.83vw;
  max-height: 178px;
}

div#problem .think ul {
  list-style: none;
  background: #fff;
  font-size: min(1.95vw, 21px);
  font-weight: 600;
  border-radius: min(0.83vw, 10px);
  padding: min(2.5vw, 30px) min(4.583vw, 55px);
  line-height: 2;
}

.entry-content div#problem .think ul li {
  margin: 0;
  position: relative;
}

.entry-content div#problem .think ul li:before {
  content: '・';
  position: absolute;
  left: -1em;
}

div#problem .enlarge {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  text-align: center;
  width: 75vw;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

div#problem .enlarge h3 {
  border: 0;
  color: #0969cc;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  background: #eff7ff;
  border-radius: min(0.83vw, 10px) min(0.83vw, 10px) 0 0;
  margin: 0 0 min(2vw, 24px);
}

div#problem .enlarge h3+p {
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
}

div#problem .enlarge p img {
  width: 40vw;
  max-width: 480px;
  height: auto;
}

div#problem .enlarge p.source {
  font-size: min(1.083vw, 13px);
  text-align: right;
  padding: 0 min(1vw, 12px) min(1.66vw, 20px);
}

div#problem p.worry_arrow {
  width: 36vw;
  max-width: 432px;
  position: absolute;
  left: calc( 50% - min(18vw, 216px));
  margin-top: min(-1vw, -12px);
}

div#problem p.worry {
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: min(4vw, 48px);
}

div#problem ul.list_worry {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  width: 75vw;
  max-width: 900px;
  margin: 0 auto min(3.33vw, 40px);
  padding: min(2.5vw, 30px) min(10vw, 120px);
  box-sizing: border-box;
  font-size: min(3.2vw, 21px);
  font-weight: 600;
  list-style: none;
  line-height: 2;
}

div#problem ul.list_worry li {
  position: relative;
}

div#problem ul.list_worry li::before {
  content: '';
  display: block;
  width: 2vw;
  max-width: 24px;
  height: 2vw;
  max-height: 24px;
  background: url('/wp/wp-content/uploads/2024/02/icon-batsu.png') no-repeat top center;
  background-size: contain;
  position: absolute;
  left: min(-2.8vw, 33.6px);
  top: calc(50% - min(1vw, 12px));
}

div#problem ul.list_worry+p {
  width: 56vw;
  max-width: 672px;
  margin: 0 auto min(2.5vw, 30px);
}

div#problem p.worry_data {
  text-align: center;
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  margin-bottom: min(3.33vw, 40px);
}

div#problem p.worry_data span {
  font-size: min(1.75vw, 21px);
  font-weight: 700;
}

div#problem .restudy {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  text-align: center;
  width: 75vw;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto min(4.8vw, 58px);
  padding: 2.5vw 1vw 1.66vw;
}

div#problem .restudy p:first-child {
  font-size: min(1.66vw, 20px);
  font-weight: 600;
  border-bottom: 2px solid #333;
  display: inline-block;
  margin-bottom: max(2vw, 24px);
}

div#problem .restudy img {
  width: 60.5vw;
  max-width: 726px;
}

div#problem .restudy p.source {
  font-size: min(1.083vw, 13px);
  text-align: right;
  margin-bottom: 0;
}

div#problem .hardness {
  background: #314569;
  padding: min(4.5vw, 54px) min(15.66vw, 188px) 0;
}

div#problem .hardness h3 {
  font-size: min(2.416vw, 29px);
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 0;
  margin: 0 0 min(3.33vw, 40px);
  padding: 0;
}

div#problem .hardness .box_reason {
  background: #4a628e;
  border-radius: min(0.83vw, 10px);
  padding: min(3.125vw, 38px) min(4.166vw, 50px);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

div#problem .hardness .box_reason>p {
  text-align: center;
  color: #fff;
  font-size: min(2.16vw, 26px);
  font-weight: 600;
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin-bottom: min(3vw, 36px);
  padding-bottom: 2px;
}

div#problem .hardness .box_reason .flex {
  gap: min(7vw, 84px);
}

div#problem .hardness .box_reason .flex div {
  text-align: center;
}

div#problem .hardness .box_reason .flex div p {
  color: #fff;
  font-size: min(1.5vw, 18px);
  font-weight: 500;
  margin-bottom: min(2vw, 24px);
}

div#problem .hardness .box_reason .flex div p:last-child {
  margin-bottom: 0;
}

div#problem .hardness .box_reason .flex div p img {
  border-radius: min(0.415vw, 5px);
}

div#problem .arrow {
  width: 100%;
  padding-top: min(9vw, 108px);
  position: relative;
  overflow: hidden;
  margin-bottom: min(3vw, 36px);
}

div#problem .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: min(9vw, 108px) solid #314569;
  border-left: min(50vw, 600px) solid transparent;
  border-right: min(50vw, 600px) solid transparent;
  transform: translateX(-50%);
}

div#problem .noeffort {
  text-align: center;
}

div#problem .noeffort p {
  margin: 0;
}

div#problem .noeffort p:first-child {
  font-size: min(2.166vw, 26px);
  font-weight: 600;
  margin-bottom: min(3.33vw, 40px);
}

div#problem .noeffort p img {
  width: 74.583vw;
  max-width: 895px;
  margin: 0 auto;
}

@media screen and (max-width:810px) {
  div#problem {
    padding: 5vw 3vw;
  }
  div#problem h2 {
    font-size: min(5vw, 30px);
    margin: 0 0 3vw;
  }
  div#problem .think img {
    width: 20vw;
    height: 20vw;
  }
  div#problem .think ul {
    font-size: min(4vw, 24px);
    border-radius: min(2vw, 12px);
    padding: min(2.5vw, 15px) min(2.5vw, 15px) min(2.5vw, 15px) min(5vw, 30px);
    line-height: 1.8;
  }
  div#problem .enlarge {
    width: 100%;
    max-width: auto;
    border-radius: min(2vw, 12px);
  }
  div#problem .enlarge h3 {
    border-radius: min(2vw, 12px) min(2vw, 12px) 0 0;
    font-size: min(4.5vw, 27px);
  }
  div#problem .enlarge h3+p {
    font-size: min(4vw, 24px);
    margin-bottom: min(2vw, 12px);
  }
  div#problem .enlarge p {
    margin: 0;
  }
  div#problem .enlarge p img {
    width: 80vw;
    max-width: none;
  }
  div#problem .enlarge p.source {
    font-size: min(2.5vw, 15px);
    padding: 0 min(2vw, 12px) min(3.5vw, 21px);
  }
  div#problem p.worry {
    font-size: min(4.5vw, 27px);
    margin: min(7vw, 42px) min(4vw, 24px);
  }
  div#problem p.worry_arrow {
    width: 80vw;
    max-width: none;
    position: absolute;
    left: calc( 50% - 40vw);
    margin-top: max(-2vw, -12px);
  }
  div#problem ul.list_worry {
    width: 100%;
    max-width: auto;
    border-radius: min(2vw, 12px);
    padding: min(5vw, 30px);
    font-size: min(4vw, 24px);
  }
  div#problem ul.list_worry li {
    margin: 0 0 0 1em;
  }
  div#problem ul.list_worry li::before {
    display: block;
    width: 4vw;
    max-width: none;
    height: 4vw;
    max-height: auto;
    left: max(-5.2vw, -32px);
    top: 2vw;
  }
  div#problem ul.list_worry+p {
    width: 90vw;
    max-width: none;
    margin: min(6vw, 36px) auto min(6vw, 36px);
  }
  div#problem p.worry_data {
    font-size: min(4vw, 24px);
    margin-bottom: min(5vw, 30px);
  }
  div#problem p.worry_data span {
    font-size: min(4.5vw, 27px);
  }
  div#problem .restudy {
    border-radius: min(2vw, 12px);
    width: 100%;
    max-width: auto;
    padding: 2.5vw 5vw 0;
  }
  div#problem .restudy p {
    margin: 0;
  }
  div#problem .restudy img {
    width: 100%;
    max-width: none;
  }
  div#problem .restudy p:first-child {
    font-size: min(3.5vw, 21px);
    margin-bottom: max(3vw, 18px);
  }
  div#problem .restudy p.source {
    font-size: min(2.5vw, 15px);
    padding: min(3.5vw, 21px) min(2vw, 12px);
  }
  div#problem .hardness {
    padding: min(6vw, 36px) min(3vw, 30px) min(3vw, 30px);
    box-sizing: border-box;
    width: 100vw;
    margin-left: -3vw;
  }
  div#problem .hardness h3 {
    font-size: min(4.5vw, 27px);
  }
  div#problem .hardness .box_reason>p {
    font-size: min(3.5vw, 21px);
    margin-bottom: min(4vw, 24px);
  }
  div#problem .box_reason .visible-phone {
    display: inline-block;
  }
  div#problem .hardness .box_reason .flex div p {
    font-size: min(3vw, 18px);
    margin-bottom: min(3vw, 18px);
  }
  div#problem .hardness .box_reason .flex div p img {
    border-radius: min(1vw, 6px);
  }
  div#problem .arrow {
    width: 100vw;
    padding-top: min(18vw, 108px);
    margin-bottom: min(6vw, 36px);
    margin-left: -3vw;
  }
  div#problem .arrow::after {
    border-top: min(18vw, 108px) solid #314569;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }
  div#problem .noeffort p:first-child {
    font-size: min(4vw, 24px);
    margin-bottom: min(5vw, 30px);
  }
  div#problem .noeffort p img {
    width: 100%;
    max-width: none;
  }
}

div#solution {
  text-align: center;
  background: #fffcea;
  padding-bottom: min(4vw, 48px);
}

div#solution .c_box {
  padding-bottom: 0;
}

div#solution h2 {
  font-size: min(2.5vw, 30px);
  font-weight: 700;
  margin-bottom: min(5vw, 60px);
  text-align: center;
  color: #ff6014;
  position: relative;
  padding-top: min(2vw, 24px);
}

div#solution h2+p {
  background: #fff6c3;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  margin-bottom: min(3.33vw, 40px);
  padding: min(2.416vw, 29px) min(5.833vw, 70px);
  box-sizing: border-box;
  display: inline-block;
  border-radius: min(0.83vw, 10px);
}

div#solution h2+p span {
  color: #ff6014;
  font-size: min(2.583vw, 31px);
}

div#solution .c_box .arrow {
  width: 32vw;
  max-width: 384px;
  margin: 0 auto min(1vw, 12px);
  position: absolute;
  left: calc( 50% - min(16vw, 192px));
}


/*div#solution p:last-child{
	width:76.5vw;
	max-width:918px;
}*/

@media screen and (max-width:810px) {
  div#solution .c_box .arrow {
    width: 80vw;
    max-width: none;
    position: absolute;
    left: calc( 50% - 40vw);
    margin-top: max(-3vw, -18px);
  }
  div#solution h2 {
    font-size: min(5vw, 30px);
    margin-bottom: min(12vw, 72px);
  }
  div#solution h2+p {
    font-size: min(3.5vw, 21px);
  }
  div#solution h2+p span {
    font-size: min(4vw, 24px);
  }
  div#solution p:last-child {
    margin-bottom: 0;
  }
}

div.cv {
  background: #ff6014;
  text-align: center;
  padding: min(5.416vw, 65px) 0;
  box-sizing: border-box;
}

div.cv.footer {
  background: #0969cc;
}

div.cv h2 {
  font-size: min(2.83vw, 34px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 0 min(3.75vw, 45px);
  line-height: 1;
}

div.cv h2 span {
  color: #f8ff34;
}

div.cv .c_box .flex {
  gap: min(2.33vw, 28px);
}

div.cv .c_box .flex div {
  flex: 1;
}

div.cv .c_box .flex div p:first-child {
  background: #fff;
  font-size: min(1.16vw, 14px);
  font-weight: 500;
  color: #0969cc;
  border-radius: min(2vw, 24px);
  padding: min(1vw, 12px) 0;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  margin-bottom: min(2vw, 24px);
}

div.cv .c_box .flex div p:first-child span {
  color: #ff6014;
}

div.cv .c_box .flex div p a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.625vw;
  max-height: ;
  188px background: #fff;
  border-radius: min(0.83vw, 10px);
  font-size: min(2vw, 24px);
  font-weight: 600;
  color: #0969cc;
}

div.cv .c_box .flex div p a span.emp {
  color: #ff6014;
  font-weight: 700;
}

div.cv .c_box .flex div p:first-child:before {
  position: absolute;
  top: 100%;
  left: calc(50% - min(0.5vw, 6px));
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  border-width: min(1vw, 12px);
  content: "";
}

div.cv .c_box .flex div:first-child p a {
  background: url('/wp/wp-content/uploads/2024/02/bg_cv_01.jpg') no-repeat;
  background-size: 100% 100%;
}

div.cv .c_box .flex div:nth-child(2) p a {
  background: url('/wp/wp-content/uploads/2024/02/bg_cv_02.jpg') no-repeat;
  background-size: 100% 100%;
}

div.cv .c_box .flex div:last-child p a {
  background: url('/wp/wp-content/uploads/2024/02/bg_cv_03.jpg') no-repeat;
  background-size: 100% 100%;
}

div.cv p.check {
  text-align: center;
  color: #f8ff34;
  font-size: min(1.66vw, 20px);
  font-weight: 600;
  margin: min(0.83vw, 10px) 0;
  position: relative;
  display: inline-block;
}

div.cv p.check::before {
  content: '';
  display: block;
  width: 1.5vw;
  max-width: 18px;
  height: 1.5vw;
  max-height: 18px;
  background: url('/wp/wp-content/uploads/2024/02/deco_check_l.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: min(-2vw, -24px);
  top: min(calc(50% - 0.75vw), calc(50% - 9px));
}

div.cv p.check::after {
  content: '';
  display: block;
  width: 1.5vw;
  max-width: 18px;
  height: 1.5vw;
  max-height: 18px;
  background: url('/wp/wp-content/uploads/2024/02/deco_check_r.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: min(-2vw, -24px);
  top: min(calc(50% - 0.75vw), calc(50% - 9px));
}

div.cv .btn_dl {
  margin: 0 0 min(1vw, 12px);
}

div.cv .btn_dl a {
  background: #0969cc;
  width: 49.75vw;
  max-width: 600px;
  color: #fff;
  font-size: min(2vw, 24px);
  font-weight: 600;
  display: block;
  margin: 0 auto;
  line-height: 1;
  padding: min(2.33vw, 30px) 0;
  border-radius: 5vw;
}

div.cv.footer .btn_dl a {
  background: #ff6014;
}

div.cv.footer .phone {
  background: #fff;
  width: 66.66vw;
  max-width: 800px;
  margin: 3.75vw auto 0;
  border-radius: min(0.66vw, 8px);
  align-items: center;
  justify-content: center;
  padding: min(3.75vw, 45px);
  box-sizing: border-box;
  gap: min(2.5vw, 30px);
}

div.cv.footer .phone p {
  margin: 0;
  color: #0969cc;
}

div.cv.footer .phone p:first-child {
  font-size: min(2vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

div.cv.footer .phone p:first-child span {
  font-size: min(1.16vw, 14px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

div.cv.footer .phone p:last-child {
  font-size: min(4.416vw, 53px);
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
}

div.cv.footer .phone p:last-child i {
  font-size: min(3.583vw, 43px);
  margin-right: min(0.25vw, 3px);
}

@media screen and (max-width:810px) {
  div.cv h2 {
    font-size: min(4vw, 24px);
  }
  div.cv .c_box .flex div p a {
    border-radius: min(2vw, 12px);
    font-size: min(3.5vw, 21px);
    height: 20vw;
  }
  div.cv .c_box .flex div p:first-child {
    font-size: min(2.5vw, 15px);
    border-radius: min(20vw, 120px);
    line-height: 1.4;
    margin-bottom: min(4vw, 24px);
    padding: min(2vw, 12px) 0;
  }
  div.cv .c_box .flex div p:first-child::before {
    left: calc(50% - min(1vw, 12px));
    border-width: min(2vw, 24px);
  }
  div.cv .c_box .flex div p:last-child {
    margin-bottom: min(1vw, 6px);
  }
  div.cv p.check {
    font-size: min(3vw, 18px);
  }
  div.cv p.check::before {
    width: 3vw;
    max-width: none;
    height: 3vw;
    max-height: none;
    left: max(-4vw, -24px);
    top: calc(50% - 1.5vw);
  }
  div.cv p.check::after {
    width: 3vw;
    max-width: none;
    height: 3vw;
    max-height: none;
    right: max(-4vw, -24px);
    top: calc(50% - 1.5vw);
  }
  div.cv .btn_dl a {
    width: 75vw;
    max-width: none;
    font-size: min(3.5vw, 21px);
    padding: min(3.5vw, 21px) 0;
    border-radius: 5vw;
  }
  div.cv .btn_dl a i {
    font-size: min(3.5vw, 21px);
    margin-right: min(0.5vw, 3px);
  }
  div.cv.footer .phone {
    width: 86vw;
    max-width: none;
    margin: min(5vw, 30px) auto 0;
    border-radius: min(2vw, 12px);
    padding: min(6vw, 36px);
    gap: min(3vw, 18px);
    flex-direction: column;
  }
  div.cv.footer .phone p:first-child {
    font-size: min(4vw, 24px);
  }
  div.cv.footer .phone p:first-child span {
    font-size: min(3vw, 18px);
  }
  div.cv.footer .phone p:last-child {
    font-size: min(7vw, 42px);
  }
  div.cv.footer .phone p:last-child i {
    font-size: min(6vw, 36px);
    margin-right: min(1vw, 6px);
  }
}

div#easy {
  padding: min(5.83vw, 70px) 0 min(4.16vw, 50px);
}

div#easy h2 {
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  text-align: center;
  margin: 0 0 min(3.33vw, 40px);
}

div#easy .flex {
  padding: 0 min(15.66vw, 188px);
  gap: min(7vw, 84px);
}

div#easy .flex .fl_left p.ttl, div#easy .flex .fl_right p.ttl {
  color: #fff;
  font-size: min(2.166vw, 26px);
  font-weight: 600;
  padding: min(3.33vw, 40px) 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

div#easy .flex .fl_left p.ttl {
  background: #404040;
  border-radius: min(0.83vw, 10px);
  position: relative;
}

div#easy .flex .fl_right p.ttl {
  background: #ffb400;
  border-radius: min(0.83vw, 10px);
  position: relative;
}

div#easy .flex .fl_left p.ttl::after {
  content: '';
  background: url('/wp/wp-content/uploads/2024/02/arrow_gray.png') no-repeat;
  background-size: 100%;
  display: block;
  width: 4.91vw;
  max-width: 59px;
  height: 2.83vw;
  max-height: 34px;
  position: absolute;
  bottom: max(-2.83vw, -34px);
  left: calc(50% - 2.455vw);
}

div#easy .flex .fl_right p.ttl::after {
  content: '';
  background: url('/wp/wp-content/uploads/2024/02/arrow_yellow.png') no-repeat;
  background-size: 100%;
  display: block;
  width: 4.91vw;
  max-width: 59px;
  height: 2.83vw;
  max-height: 34px;
  position: absolute;
  bottom: max(-2.83vw, -34px);
  left: calc(50% - 2.455vw);
}

div#easy .flex p.ttl+div {
  margin-top: 3.25vw;
  padding: 3vw 2.5vw 2.5vw;
  border-radius: min(0.83vw, 10px);
}

div#easy .flex .fl_left p.ttl+div {
  background: #e9e9e9;
}

div#easy .flex .fl_right p.ttl+div {
  background: #ffeec5;
}

div#easy .flex p.ttl+div p {
  margin: 0 0 max(1vw, 12px);
  font-size: min(1.5vw, 18px);
}

div#easy .flex p.ttl+div p:last-child {
  margin: 0;
}

div#easy .flex p.ttl+div p img {
  border-radius: max(0.415vw, 5px);
}

div#easy .flex .fl_right p.ttl+div p {
  color: #ff6014;
  font-weight: 500;
}

@media screen and (max-width:810px) {
  div#easy {
    padding: min(9vw, 54px) 0 min(8vw, 48px);
  }
  div#easy h2 {
    font-size: min(5vw, 30px);
    margin: 0 0 min(5vw, 30px);
  }
  div#easy .flex {
    padding: 0 min(5vw, 30px);
    gap: min(7vw, 42px);
  }
  div#easy .flex .fl_left p.ttl, div#easy .flex .fl_right p.ttl {
    font-size: min(3.5vw, 21px);
    border-radius: min(2vw, 12px);
  }
  div#easy .flex p.ttl+div p {
    margin: 0 0 max(2vw, 12px);
    font-size: min(3.5vw, 21px);
  }
}

div#cost {
  background: url('/wp/wp-content/uploads/2024/02/bg_cost.png') no-repeat top, #ffeae0;
  background-size: 100% auto;
  border-radius: min(0.83vw, 10px);
  box-sizing: border-box;
  padding: min(5.416vw, 65px) 0 min(4vw, 48px);
  text-align: center;
}

div#cost h2 {
  font-size: min(2.416vw, 29px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 min(3.33vw, 40px);
}

div#cost h2+p {
  width: 55vw;
  max-width: 660px;
  margin: 0 auto;
}

@media screen and (max-width:810px) {
  div#cost {
    padding: min(9vw, 54px) 0 min(8vw, 48px);
  }
  div#cost h2 {
    font-size: min(5vw, 30px);
    margin: 0 0 min(5vw, 30px);
  }
  div#cost h2+p {
    width: 90vw;
    max-width: none;
  }
}

div#reason {
  padding: min(6.25vw, 75px) 0 0;
}

div#reason h2 {
  font-size: min(5vw, 30px);
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin: 0 0 min(4.16vw, 50px);
}

div#reason h2 span {
  color: #0969cc;
}

div#reason .reasons {
  background: url('/wp/wp-content/uploads/2024/02/bg_reason.png') no-repeat top, #0969cc;
  background-size: 100% auto;
  padding: min(6.5vw, 78px) min(10.83vw, 130px) min(5vw, 60px);
}

div#reason .reasons .c_box>p {
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: min(3.75vw, 45px);
  line-height: 1;
}

div#reason .reasons .c_box>.flex {
  gap: min(2.5vw, 30px);
  margin: 0 0 min(5.83vw, 70px);
}

div#reason .reasons .c_box>.flex>div>p>a {
  color: inherit;
}

div#reason .reasons .c_box>.flex>div>p>a:hover, div#reason .reasons .c_box>.flex>div>p>a img:hover {
  opacity: 1;
}

div#reason .reasons .c_box>.flex>div {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  position: relative;
}

div#reason .reasons .c_box>.flex>div>p {
  margin: 0;
}

div#reason .reasons .c_box>.flex>div>p:first-child img {
  border-radius: min(0.83vw, 10px) min(0.83vw, 10px) 0 0;
  vertical-align: bottom;
}

div#reason .reasons .c_box>.flex>div>p.num {
  width: 6.25vw;
  max-width: 75px;
  position: absolute;
  left: calc(50% - 3.125vw);
  margin-top: max(-3.125vw, -37.5px);
}

div#reason .reasons .c_box>.flex>div>p.num+p {
  height: 14.416vw;
  max-height: 173px;
  justify-content: center;
  align-items: center;
  display: flex;
}

div#reason .reasons .c_box>.flex>div>p.num+p span.line {
  display: block;
  font-size: min(3.2vw, 21px);
  font-weight: 600;
  text-align: center;
  padding: min(4.16vw, 50px) 0 min(2.083vw, 25px);
  position: relative;
  z-index: 9999;
}

div#reason .reasons .c_box>.flex>div>p.num+p span.line span {
  color: #ff6014;
}

div#reason .reasons .box_reason {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  padding: min(2.083vw, 25px) min(4.16vw, 50px) min(5vw, 60px);
  box-sizing: border-box;
  margin: 0 0 min(3.33vw, 40px);
}

div#reason .reasons .box_reason>.flex>div:first-child {
  width: 9.33vw;
  max-width: 112px;
  text-align: center;
}

div#reason .reasons .box_reason>.flex>div:first-child p {
  color: #0969cc;
  font-size: min(1.58vw, 19px);
  font-weight: 500;
  margin: 0;
}

div#reason .reasons .box_reason>.flex>div:first-child p:first-child::before, div#reason .reasons .box_reason>.flex>div:first-child p:first-child::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #0969cc;
  width: 2px;
  height: 1.2em;
  vertical-align: middle;
  margin: 0 min(1vw, 12px);
}

div#reason .reasons .box_reason>.flex>div:first-child p:first-child::before {
  transform: rotate(-30deg);
}

div#reason .reasons .box_reason>.flex>div:first-child p:first-child::after {
  transform: rotate(30deg);
}

div#reason .reasons .box_reason .flex {
  gap: min(1.5vw, 18px);
  align-items: center;
}

div#reason .reasons .box_reason .flex div:last-child h3 {
  font-size: min(2.416vw, 29px);
  font-weight: 700;
  color: #0969cc;
  margin: 0;
  padding: 0;
  border: 0;
}

div#reason .reasons .box_reason .flex div:last-child h3 span {
  color: #ff6014;
}

div#reason .reasons .box_reason .flex div:last-child h3+p {
  font-size: min(1.583vw, 19px);
  font-weight: 500;
  margin: 0;
}

div#reason .reasons .box_reason h4 {
  font-size: min(2vw, 24px);
  color: #0969cc;
  font-weight: 600;
  border: 0;
  border-left: min(0.66vw, 8px) solid #0969cc;
  padding-left: min(1.66vw, 20px);
  width: 62%;
}

div#reason .reasons .box_reason h4::after {
  content: none;
}

div#reason .reasons .box_reason h4+p {
  width: 38%;
  display: flex;
}

div#reason .reasons .box_reason .flex+p {
  margin: 0 0 min(5vw, 60px);
}

div#reason .reasons .box_reason .flex+p:last-child {
  margin: 0;
}

div#reason .reasons .box_reason h4+p img {
  border-radius: min(0.83vw, 10px);
}

div#reason .reasons .box_reason .flex h4+p {
  width: 38%;
  display: flex;
  gap: 3%;
}

div#reason .reasons .box_reason .flex.adj h4+p img:first-child {
  width: 62%;
}

div#reason .reasons .box_reason .flex.adj h4+p img:last-child {
  width: 35%;
}

div#reason .reasons .box_reason .reason_02_list {
  background: #0969cc;
  border-radius: min(0.83vw, 10px);
}

div#reason .reasons .box_reason .reason_02_list .flex {
  gap: min(2.5vw, 30px) 0;
  flex-wrap: wrap;
  padding: min(2.5vw, 30px);
  box-sizing: border-box;
}

div#reason .reasons .box_reason .reason_02_list .flex div {
  width: 33.33333%;
  text-align: center;
  color: #fff;
  font-size: min(1.33vw, 16px);
  font-weight: 500;
  padding: 0 min(0.5vw, 6px);
  box-sizing: border-box;
  position: relative;
}

div#reason .reasons .box_reason .reason_02_list .flex div img {
  width: 17.916vw;
  max-width: 215px;
}

div#reason .reasons .box_reason .reason_02_list .flex div span {
  display: block;
  width: 80%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}

div#reason .reasons .box_reason .reason_02_list .flex div span::after {
  content: '';
  border-top: 5px solid #fff;
  display: block;
  width: 30%;
  margin: 0 auto;
  position: relative;
  top: -2px;
}

div#reason .reasons .box_reason .reason_02_list .flex div span+p {
  height: 0;
  margin: 0;
}

div#reason .reasons .box_reason .reason_02_list .flex div p.txt {
  height: 5em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25vw, 15px);
  width: 110%;
}

div#reason .reasons .box_reason .reason_02_list .flex div p.txt+p {
  margin: 0;
}

div#reason .reasons .box_reason.no2>p:last-child {
  margin: 0;
}

div#reason .reasons .box_reason.no2 h4 {
  width: 100%;
  display: flex;
  align-items: center;
  height: min(5.66vw, 68px);
  margin: min(7.5vw, 90px) 0 min(2.083vw, 25px);
  box-sizing: border-box;
}

div#reason .reasons .box_reason.no2 h4 img {
  width: 7.916vw;
  max-width: 95px;
  margin-right: min(1.5vw, 30px);
}

div#reason .reasons .box_reason.no2 h4+p {
  width: 100%;
}

div#reason .reasons .box_reason.no2 h4.list_no2+p+p {
  width: 90%;
  margin: 0 auto;
}

div#reason .reasons .box_reason.no3 {
  margin: 0;
}

@media screen and (max-width:810px) {
  div#reason .reasons {
    padding: min(6vw, 36px) min(2vw, 12px);
  }
  div#reason .reasons .c_box>p {
    font-size: min(5vw, 30px);
    margin-bottom: min(5vw, 30px);
  }
  div#reason .reasons .c_box {
    padding: 0;
  }
  div#reason .reasons .c_box>.flex {
    gap: min(2.5vw, 15px);
    margin: 0 0 min(5vw, 30px);
  }
  div#reason .reasons .c_box>.flex>div {
    border-radius: min(1vw, 6px);
  }
  div#reason .reasons .c_box>.flex>div>p:first-child img {
    border-radius: min(1vw, 6px) min(1vw, 6px) 0 0;
  }
  div#reason .reasons .c_box>.flex>div>p.num {
    width: 12vw;
    max-width: 72px;
    left: calc(50% - 6vw);
    margin-top: max(-6vw, -36px);
  }
  div#reason .reasons .c_box>.flex>div>p.num+p span.line {
    font-size: min(3vw, 18px);
    text-align: center;
    padding: min(6vw, 36px) 0 min(3vw, 18px);
  }
  div#reason .reasons .c_box>.flex>div>p.num+p {
    height: auto;
    max-height: none;
  }
  div#reason .reasons .box_reason {
    background: #fff;
    border-radius: min(1vw, 6px);
    padding: min(5vw, 30px) min(3.5vw, 21px);
    box-sizing: border-box;
    margin: 0 0 min(6vw, 36px);
  }
  div#reason .reasons .box_reason .flex div:last-child h3 {
    font-size: min(4.5vw, 27px);
    text-align: left;
  }
  div#reason .reasons .box_reason .flex div:last-child h3+p {
    font-size: min(4vw, 24px);
  }
  div#reason .reasons .box_reason>.flex>div:first-child {
    width: 25%;
  }
  div#reason .reasons .box_reason>.flex>div:first-child p {
    font-size: min(3vw, 18px);
  }
  div#reason .reasons .box_reason>.flex>div:first-child p:first-child::before, div#reason .reasons .box_reason>.flex>div:first-child p:first-child::after {
    margin: 0 min(1.5vw, 9px);
  }
  div#reason .reasons .box_reason>.flex>div:last-child {
    width: 75%;
  }
  div#reason .reasons .box_reason .flex.sp_row {
    flex-flow: column;
  }
  div#reason .reasons .box_reason .flex.sp_row h4+p {
    width: 70%;
    margin-bottom: min(4vw, 24px);
  }
  div#reason .reasons .box_reason h4 {
    font-size: min(4vw, 24px);
    border-left: min(1vw, 6px) solid #0969cc;
    padding-left: min(2vw, 12px);
    width: 100%;
    margin: min(3vw, 18px) min(2vw, 12px) min(2vw, 12px);
    box-sizing: border-box;
  }
  div#reason .reasons .box_reason h4 p {
    font-size: min(4vw, 24px);
    width: 60%;
  }
  div#reason .reasons .box_reason.no2 h4+p {
    font-size: min(4vw, 24px);
  }
  div#reason .reasons .box_reason h4+p img {
    border-radius: min(1vw, 6px);
  }
  div#reason .reasons .box_reason .flex h4+p {
    margin: 0;
    font-size: min(4vw, 24px);
  }
  div#reason .reasons .box_reason .flex+p {
    margin: 0 0 min(5vw, 30px);
    font-size: min(4vw, 24px);
  }
  div#reason .reasons .box_reason.no2 h4 img {
    width: 15vw;
    max-width: 90px;
  }
  div#reason .reasons .box_reason.no2 h4 {
    height: 100%;
    margin: min(7vw, 42px) 0 min(4vw, 24px);
  }
  div#reason .reasons .box_reason .reason_02_list {
    margin-top: min(3vw, 18px);
    border-radius: min(2vw, 12px);
  }
  div#reason .reasons .box_reason .reason_02_list .flex {
    padding: min(5vw, 30px) min(3vw, 18px);
  }
  div#reason .reasons .box_reason .reason_02_list .flex div p.txt {
    font-size: min(2.5vw, 15px);
    width: 110%;
    height: 6em;
  }
}

div#compare {
  padding: min(5vw, 60px) 0 0;
  margin-bottom: min(5vw, 60px);
}

div#compare h2 {
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  margin: 0 0 min(3vw, 36px);
}

div#compare h2 span {
  color: #0969cc;
}

div#compare h2+div {
  background: #eff7ff;
  padding: min(3.16vw, 38px) min(4.16vw, 50px);
  box-sizing: border-box;
  border-radius: min(0.83vw, 10px);
}

div#compare h2+div p {
  margin: 0;
}

@media screen and (max-width:810px) {
  div#compare h2 {
    font-size: min(5vw, 30px);
    margin: 0 0 min(4.16vw, 50px);
  }
  div#compare {
    padding: min(10vw, 60px) 0 0;
    margin-bottom: min(10vw, 60px);
  }
  div#compare h2+div {
    padding: min(6vw, 36px) min(3vw, 18px);
    border-radius: 0;
  }
}

div#popular, div#case {
  background: #eff7ff;
  padding: min(4.166vw, 50px) 0 min(4.583vw, 55px);
}

div#popular h2, div#case h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  margin-bottom: min(3.33vw, 40px);
  line-height: 1;
}

div#case h2+p {
  text-align: center;
  font-size: min(2vw, 24px);
  font-weight: 600;
  margin-bottom: min(3.33vw, 40px);
}

div#popular .slider_carousel div.slick-track, div#case .slider_carousel div.slick-track {
  display: flex;
}

div#popular .slider_carousel div.slick-slide, div#case .slider_carousel div.slick-slide {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  padding: min(1.25vw, 15px) min(1.25vw, 15px) min(5vw, 60px);
  box-sizing: border-box;
  margin: 0 min(1.16vw, 14px);
  height: auto !important;
  position: relative;
}

div#case .slider_carousel div.slick-slide {
  padding: min(1.25vw, 15px) min(1.25vw, 15px) min(2.5vw, 30px);
}

div#popular .slider_carousel div.slick-slide p, div#case .slider_carousel div.slick-slide p {
  margin: 0;
}

div#popular .slider_carousel div.slick-slide p img {
  width: 75%;
  height: auto;
  margin: 0 auto;
}

div#case .slider_carousel div.slick-slide p img {
  border-radius: min(0.83vw, 10px);
	}
	
div#case .slider_carousel div.slick-slide p.logo img {
  border:1px solid #aaa;
}

div#popular .slider_carousel div.slick-slide h3, div#case .slider_carousel div.slick-slide h3 {
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  text-align: center;
  border: 0;
  color: #333;
  margin: min(1.916vw, 23px) 0 min(1.083vw, 13px);
  line-height: 1.4;
  padding: 0;
}

div#popular .slider_carousel div.slick-slide h3+p, div#case .slider_carousel div.slick-slide h3+p {
  padding: 0 min(0.3vw, 4px);
  font-size: min(1.16vw, 14px);
}

div#popular .slider_carousel div.slick-slide p.btn {
  border: 2px solid #0969cc;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
  padding: min(0.625vw, 7.5px);
  border-radius: 3vw;
  position: absolute;
  bottom: min(1.25vw, 15px);
}

div#popular .slider_carousel div.slick-slide p.btn a {
  display: block;
  line-height: 1;
  color: #0969cc;
  font-size: min(1.16vw, 14px);
  font-weight: 400;
  position: relative;
}

div#popular .slider_carousel div.slick-slide p.btn a i {
  font-size: min(1vw, 12px);
  position: absolute;
  right: min(1vw, 12px);
  top: calc(50% - min(0.5vw, 6px));
}

div#popular p.btn_all {
  border: 2px solid #0969cc;
  margin: 0 auto;
  width: 30vw;
  max-width: 360px;
  box-sizing: border-box;
  padding: min(1.16vw, 14px);
  border-radius: 3vw;
  text-align: center;
}

div#popular p.btn_all a {
  display: block;
  line-height: 1;
  color: #0969cc;
  font-size: min(1.5vw, 18px);
  font-weight: 400;
  position: relative;
}

div#popular p.btn_all a i {
  font-size: min(1vw, 12px);
  position: absolute;
  right: min(1vw, 12px);
  top: calc(50% - min(0.5vw, 6px));
}

.slider_carousel .slick-dots li button::before {
  font-size: min(1vw, 12px);
  opacity: 1;
  color: #aaccf0;
}

.slider_carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0969cc;
}

.slider_carousel .slick-dots {
  position: relative;
  bottom: min(-1vw, -10px);
}

@media screen and (max-width:810px) {
div#popular{
    padding: min(6vw, 36px) 0;
		}
div#case {
    padding: min(6vw, 36px) 0 min(3vw, 18px);
  }
  div#popular h2, div#case h2 {
    font-size: min(5vw, 30px);
    margin-bottom: min(6vw, 36px);
  }
  div#case h2+p {
    font-size: min(4vw, 24px);
    margin-bottom: min(6vw, 36px);
  }
  div#popular .slider_carousel div.slick-slide, div#case .slider_carousel div.slick-slide {
    border-radius: min(2vw, 12px);
    padding: min(4vw, 24px) min(4vw, 24px) min(20vw, 120px);
    margin: 0 min(1.5vw, 9px);
  }
  div#case .slider_carousel div.slick-slide {
    padding: min(4vw, 24px) min(4vw, 24px) min(5vw, 60px);
  }
  div#popular .slider_carousel div.slick-slide h3, div#case .slider_carousel div.slick-slide h3 {
    font-size: min(4vw, 24px);
    margin: min(4vw, 24px) 0 min(2vw, 12px);
  }
  div#popular .slider_carousel div.slick-slide h3+p, div#case .slider_carousel div.slick-slide h3+p {
    padding: 0 min(1vw, 6px);
    font-size: min(3.5vw, 21px);
  }
  div#popular .slider_carousel div.slick-slide p.btn a {
    font-size: min(3.5vw, 21px);
  }
  div#popular .slider_carousel div.slick-slide p.btn {
    padding: min(2vw, 12px);
    border-radius: 5vw;
    bottom: min(4vw, 24px);
  }
  div#popular .slider_carousel div.slick-slide p.btn a i {
    font-size: min(3.5vw, 21px);
    position: absolute;
    right: min(1vw, 12px);
    top: calc(50% - min(1.75vw, 10.5px));
  }
  .slider_carousel .slick-dots li button::before {
    font-size: min(2.5vw, 15px);
  }
  div#popular p.btn_all {
    width: 80vw;
    max-width: 480px;
    padding: min(2vw, 12px);
    border-radius: 5vw;
  }
  div#popular p.btn_all a {
    font-size: min(3.5vw, 21px);
  }
  div#popular p.btn_all a i {
    font-size: min(3.5vw, 21px);
    position: absolute;
    right: min(1vw, 12px);
    top: calc(50% - min(1.75vw, 10.5px));
  }
}

#study {
  padding: min(3.33vw, 40px) 0;
}

#study h2 {
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: min(7.5vw, 90px) 0 min(3.33vw, 40px);
}

#study h3 {
  font-size: min(2vw, 24px);
  font-weight: 600;
  text-align: left;
  border-left: min(0.6vw, 8px) solid #0969cc;
  padding: 0 0 0 min(1.58vw, 20px);
  color: #0969cc;
}

#study h4 {
  font-size: min(1.33vw, 16px);
  font-weight: 600;
  border: 0;
  margin: 0;
  line-height: 2;
}

#study h4::after {
  content: none;
}

#study p {
  line-height: 2;
}


/*日々の学習イメージ*/

.dailystudies .c_box {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#corporations .dailystudies h2 {
  display: none;
}

.dailystudies p.arrow {
  width: 63%;
  margin: 0 auto 20px;
}

.dailystudies div.slider div.box_ds {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  padding: 40px 0 60px;
}

.dailystudies div.slider p.num {
  width: 110px;
  position: absolute;
  top: 20px;
  left: 120px;
}

.dailystudies div.slider p.title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.dailystudies div.slider p.img img {
  height: 450px;
  width: auto;
  margin: 0 auto;
}

.dailystudies div.slider p.txt {
  margin-bottom: 0;
}

.dailystudies div.slider p.txt.txt02-02 {
  width: 45%;
  text-align: left;
  margin: 0 auto;
}

.dailystudies div.slider p.txt span.emp {
  font-size: 1.4rem;
  color: #f60;
  font-weight: bold;
  margin: 0 5px;
}

.dailystudies div.slider p.txt span.small {
  font-size: 1.1rem;
}

.dailystudies div.fl-01 {
  background: #ffebb1;
}

.dailystudies div.fl-02 {
  background: #ffe07f;
}

.dailystudies div.fl-03 {
  background: #ffd140;
}

.dailystudies div.slider .slick-track {
  display: flex;
}

.dailystudies div.slider .slick-slide {
  height: auto !important;
}

.dailystudies div.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  opacity: 1;
  z-index: 10;
  transition: 0.2s;
}

.dailystudies div.slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.dailystudies div.slider .prev-arrow {
  left: 130px;
}

.dailystudies div.slider .next-arrow {
  right: 130px;
}

.dailystudies div.slider .slick-dots {
  bottom: 10px;
}

.dailystudies div.slider .slick-dots li {
  margin: 0 10px;
}

.dailystudies div.slider .slick-dots li button::before {
  opacity: 1;
  color: #fff;
  font-size: 14px!important;
}

.dailystudies div.slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #f60;
}

#study>div>.flex {
  gap: min(2.5vw, 30px);
}

#study>div>.flex>div {
  background: #0969cc;
  color: #fff;
  padding: min(2.916vw, 35px) min(6.66vw, 80px);
  width: 50%;
  text-align: center;
  border-radius: min(0.83vw, 10px);
  margin-bottom: min(3.33vw, 40px);
}

#study>div>.flex>div ul {
  text-align: left;
  list-style: none;
  font-size: min(1.5vw, 18px);
  margin: 0;
}

#study>div>.flex>div>p {
  font-size: min(2.5vw, 30px);
  font-weight: 700;
}

#study>div>.flex>div>p img {
  height: min(5.83vw, 70px);
  margin-right: min(1.66vw, 20px);
  vertical-align: bottom;
}

#study>div>.flex>div ul li {
  position: relative;
}

#study>div>.flex>div ul li::before {
  content: '・';
  position: absolute;
  left: -1em;
}

@media screen and (max-width: 810px) {
  #study .c_box {
    padding: 0 min(3vw, 18px);
  }
  #study h2 {
    font-size: min(5vw, 30px);
    margin: min(15vw, 90px) 0 min(6vw, 36px);
  }
  #study h3 {
    font-size: min(4.5vw, 27px);
    border-left: min(1vw, 6px) solid #0969cc;
    padding-left: min(2vw, 12px);
    margin: 0 0 min(6vw, 36px);
  }
  #study h4 {
    font-size: min(4vw, 24px);
  }
  #study h4+p {
    font-size: min(4vw, 24px);
  }
  #corporations .dailystudies h2 {
    text-align: center;
    font-size: 1.5rem;
    margin: 20px 0;
  }
  .dailystudies p.arrow {
    width: 95%;
  }
  .dailystudies div.slider div.box_ds {
    padding: 20px 10px 60px;
  }
  .dailystudies div.slider p.num {
    width: 60px;
    position: relative;
    top: 0;
    left: auto;
    margin: 0 auto;
  }
  .dailystudies div.slider p.title {
    font-size: 1.4rem;
  }
  .dailystudies div.slider p.txt {
    font-size: 1rem;
  }
  .dailystudies div.slider p.txt span.emp {
    font-size: 1.1rem;
  }
  .dailystudies div.slider p.txt span.small {
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }
  .dailystudies div.slider p.txt.txt02-02 {
    width: 100%;
    text-align: center;
  }
  .dailystudies div.slider p.img img {
    height: auto;
    width: 80%;
  }
  .dailystudies div.slider #slick-slide03 p.img img {
    width: 70%;
    margin-bottom: 10px;
  }
  .dailystudies div.slider .slick-arrow {
    margin-top: -20px;
    width: 55px;
    height: 55px;
    z-index: 9;
  }
  .dailystudies div.slider .prev-arrow {
    left: 15px;
  }
  .dailystudies div.slider .next-arrow {
    right: 15px;
  }
  .dailystudies div.slider .slick-dots li button::before {
    font-size: 12px !important;
  }
  #study>div>.flex>div {
    padding: min(4vw, 24px) min(3vw, 18px);
    border-radius: min(2vw, 12px);
    margin-bottom: min(5vw, 30px);
  }
  #study>div>.flex>div>p {
    font-size: min(5vw, 30px);
    line-height: 1;
    margin-bottom: min(3vw, 18px);
  }
  #study>div>.flex>div ul {
    font-size: min(3vw, 18px);
  }
  #study>div>.flex>div ul li {
    margin: 0;
    margin-left: min(1vw, 6px);
  }
  #study>div>.flex+p {
    font-size: min(4vw, 24px);
    margin-bottom: 0;
  }
}

#management {
  background: #eff7ff;
  padding-bottom: min(3.75vw, 45px);
}

#management .c_box {
  background: #fff;
  border-radius: min(0.83vw, 10px);
  padding: min(5vw, 60px) min(3.75vw, 45px) min(3.75vw, 45px);
}

#management .c_box h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 min(3.5vw, 42px);
}

#management .c_box .flex {
  gap: min(2.5vw, 30px);
}

#management .c_box .flex p {
  margin: 0;
}

#management .c_box .flex p img {
  width: 100%;
  height: auto;
  border-radius: min(0.83vw, 10px);
}

#management .c_box .flex p:last-child {
  margin: min(1.5vw, 18px) 0 0;
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
}

#management .c_box .arrow {
  width: 24.5vw;
  max-width: 295px;
  margin: 0 auto min(1vw, 12px);
}

#management .c_box .lms {
  text-align: center;
  margin: 0;
}

@media screen and (max-width:810px) {
  #management {
    padding: 0 min(2vw, 12px) min(6vw, 36px);
    box-sizing: border-box;
  }
  #management .c_box h2 {
    font-size: min(5vw, 30px);
    margin-bottom: min(6vw, 36px);
  }
  #management .c_box {
    border-radius: min(2vw, 12px);
    padding: min(10vw, 60px) min(3.75vw, 45px) min(5vw, 30px);
  }
  #management .c_box .flex p img {
    border-radius: min(1vw, 6px);
  }
  #management .c_box .flex p:last-child {
    margin: min(2vw, 12px) 0 0;
    font-size: min(3vw, 18px);
  }
  #management .c_box .arrow {
    width: 50vw;
    max-width: none;
  }
}

#support {
  padding: min(5vw, 60px) 0;
}

#support h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  line-height: 1;
  background: #0969cc;
  color: #fff;
  width: 43.33vw;
  max-width: 540px;
  margin: 0 auto min(3.33vw, 40px);
  border-radius: min(0.83vw, 10px);
  padding: min(1.5vw, 18px) 0;
}

#support h2 span {
  font-size: min(5vw, 30px);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#support h2+p {
  text-align: center;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  line-height: 2;
}

#support .c_box {
  background: #eff7ff;
  padding: min(3vw, 36px);
  border-radius: min(0.83vw, 10px);
  margin-bottom: min(2.5vw, 30px);
}

#support h3 {
  border: 0;
  text-align: left;
  display: flex;
  align-items: center;
  color: #0969cc;
  font-size: min(2vw, 24px);
  font-weight: 500;
  line-height: 1;
  gap: min(1.5vw, 18px);
  padding: 0;
  margin: 0 0 min(1vw, 12px);
}

#support h3>span {
  width: 7.5vw;
  max-width: 90px;
  height: 7.5vw;
  max-height: 90px;
  background: #0969cc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#support h3>span>span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: min(1.16vw, 14px);
  font-weight: 300;
  line-height: 1;
}

#support h3>span>span>span.num {
  display: block;
  font-size: min(3.5vw, 42px);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#support .btn_sup, #discount .btn_sup {
  margin: 0;
}

#support .btn_sup a, #discount .btn_sup a {
  display: block;
  background: #ff651b;
  width: 36vw;
  max-width: 432px;
  margin: 0 auto min(0.83vw, 10px);
  border-radius: 5vw;
  padding: 1.33vw 1.5vw;
  text-align: center;
  color: #fff;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
}

#support .btn_sup a i, #discount .btn_sup a i {
  font-size: min(2.16vw, 26px);
  margin-right: min(1vw, 12px);
}

#support .btn_sup a img, #discount .btn_sup a img {
  width: 2.5vw;
  max-width: 30px;
  margin-right: min(1vw, 12px);
  vertical-align: bottom;
}

#support .box_sup, #discount .box_sup {
  display: flex;
  gap: min(2vw, 24px);
  justify-content: center;
}

#support .box_sup .btn_sup a, #discount .box_sup .btn_sup a {
  width: 28vw;
  max-width: 336px;
}

#support p.call {
  background: #fff;
  color: #0969cc;
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  text-align: center;
  padding: min(1vw, 12px);
  margin: 0 min(2vw, 24px);
  border-radius: min(0.83vw, 10px);
}

@media screen and (max-width:810px) {
  #support {
    padding: min(10vw, 60px) min(3vw, 18px);
  }
  #support .c_box {
    padding: min(4vw, 24px);
    border-radius: min(2vw, 12px);
    margin-bottom: min(5vw, 30px);
  }
  #support h2 {
    font-size: min(5vw, 30px);
    width: 80vw;
    max-width: none;
    margin: 0 auto min(5vw, 30px);
    border-radius: min(1vw, 6px);
    padding: min(3vw, 18px) 0;
  }
  #support h2+p {
    font-size: min(4vw, 24px);
    line-height: 1.8;
  }
  #support h3 {
    gap: min(3vw, 18px);
    font-size: min(4.5vw, 27px);
    margin: 0 0 min(2vw, 12px);
  }
  #support h3>span {
    width: 15vw;
    max-width: none;
    height: 15vw;
    max-height: none;
  }
  #support h3>span>span {
    font-size: min(2vw, 12px);
  }
  #support h3>span>span>span.num {
    font-size: min(7vw, 42px);
  }
  #support h3+p {
    font-size: min(4vw, 24px);
  }
  #support .btn_sup a, #discount .btn_sup a {
    width: 80vw;
    max-width: none;
    margin: 0 auto min(2vw, 12px);
    padding: min(2vw, 12px) 0;
    font-size: min(4vw, 24px);
    border-radius: 8vw;
  }
  #support .btn_sup a i, #discount .btn_sup a i {
    font-size: min(4.5vw, 27px);
    margin-right: min(2vw, 12px);
  }
  #support .btn_sup a img, #discount .btn_sup a img {
    width: 5vw;
    max-width: 30px;
    margin-right: min(2vw, 12px);
    vertical-align: middle;
  }
  #support .box_sup, #discount .box_sup {
    display: flex;
    gap: min(2vw, 12px);
    flex-direction: column;
  }
  #support .box_sup .btn_sup a, #discount .box_sup .btn_sup a {
    width: 80vw;
    max-width: none;
  }
  #support p.call {
    font-size: min(4vw, 24px);
    padding: min(2vw, 12px);
    margin: 0 min(2vw, 12px);
    border-radius: min(2vw, 12px);
  }
  #support .c_box>p:last-child {
    margin-bottom: 0;
  }
}

#discount {
  background: #0969cc;
  padding: min(4.16vw, 50px) 0 min(3.33vw, 40px);
}

#discount h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 min(3.5vw, 42px);
  color: #fff;
}

#discount h2+p {
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#discount h2+p span {
  font-size: min(1.5vw, 18px);
  font-weight: 600;
  color: #f8ff34;
  text-align: center;
}

#discount .flex {
  gap: min(2.5vw, 30px);
  margin-bottom: min(2.5vw, 30px);
}

#discount .flex>div {
  flex: 1;
  background: #fff;
  border-radius: min(2.5vw, 30px);
  box-sizing: border-box;
  padding: min(1.66vw, 20px) min(2.08vw, 25px);
}

#discount h3 {
  border: 0;
  background: #ff6014;
  width: 100%;
  font-size: min(2vw, 24px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: min(1.66vw, 20px);
  box-sizing: border-box;
  margin: 0 0 min(1.5vw, 18px);
  line-height: 0;
  border-radius: min(0.83vw, 10px);
}

#discount h3+p {
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  color: #ff6014;
  text-align: center;
  line-height: 1;
  margin: 0;
}

#discount h3+p span {
  font-size: min(3.416vw, 41px);
  font-weight: 600;
  color: #ff6014;
  font-family: 'Montserrat', sans-serif;
}

#discount h3+p span.num {
  font-size: min(4.5vw, 54px);
}

#discount div.volume {
  background: #fff;
  border-radius: min(2.5vw, 30px);
  box-sizing: border-box;
  padding: min(1.66vw, 20px) min(2.08vw, 25px);
}

#discount .flex+div {
  background: #fff;
  border-radius: min(2.5vw, 30px);
  box-sizing: border-box;
  padding: min(1.66vw, 20px) min(2.08vw, 25px);
}

#discount .flex+div h3 {}

#discount .flex+div h3+p {
  color: inherit;
  font-size: min(1.33vw, 16px);
  font-weight: 400;
  text-align: left;
  line-height: 2;
  padding: 0 min(6.25vw, 75px);
}

.entry-content #discount table {
  margin: min(2.5vw, 30px) min(6.25vw, 75px);
  width: auto;
}

.entry-content #discount table, .entry-content #discount table th, .entry-content #discount table td {
  border: 0;
  vertical-align: top;
}

.entry-content #discount table th {
  width: 3vw;
  max-width: 36px;
}

.entry-content #discount table th, .entry-content #discount table td {
  padding: 0;
  background: #fff;
  font-size: min(1.33vw, 16px);
  font-weight: 400;
}

.entry-content #discount table td ul {
  list-style: none;
  margin: 0;
}

.entry-content #discount table td ul li {
  margin: 0;
}

@media screen and (max-width:810px) {
  #discount {
    padding: min(8vw, 48px) 0 min(6vw, 36px);
  }
  #discount h2 {
    font-size: min(5vw, 30px);
    margin: 0 0 min(6vw, 36px);
  }
  #discount h2+p {
    font-size: min(4vw, 24px);
    margin-bottom: min(3vw, 18px);
  }
  #discount h2+p span {
    font-size: min(4.5vw, 27px);
  }
  #discount h3 {
    font-size: min(3.5vw, 21px);
    padding: min(2.5vw, 15px) 0;
    margin: 0 0 min(3vw, 18px);
    border-radius: min(2vw, 12px);
  }
  #discount h3+p {
    font-size: min(4.5vw, 27px);
  }
  #discount h3+p span.num {
    font-size: min(8vw, 48px);
  }
  #discount h3+p span {
    font-size: min(6vw, 36px);
  }
  #discount .flex+div h3+p {
    font-size: min(4vw, 24px);
    line-height: 1.8;
    padding: 0 min(2.5vw, 15px);
  }
  .entry-content #discount table {
    margin: min(4vw, 24px) min(2.5vw, 15px);
  }
  .entry-content #discount table th, .entry-content #discount table td {
    font-size: min(4vw, 24px);
    color: #333;
  }
}

#flow {
  background: #ecfaff;
  padding: min(5.416vw, 65px) 0;
}

#flow h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 min(3.5vw, 42px);
}

#flow .flow_order {
  background: #ecfaff;
}

#flow .flow_order .step {
  display: flex;
  margin-bottom: 30px;
}

#flow .flow_order .step:last-child {
  margin-bottom: 0;
}

#flow .flow_order p.ttl {
  width: 30%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  color: #fff;
  padding: 15px 0;
  margin-right: 2%;
  margin-bottom: 0;
}

#flow .flow_order p.arrow {
  position: relative;
}

#flow .flow_order p.arrow::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: calc(50% - 15px);
  border: 15px solid transparent;
  border-top: 15px solid #629cd7;
}

#flow .flow_order p.ttl.ttl_01 {
  background: #0056ac;
}

#flow .flow_order p.ttl.ttl_02 {
  background: #e24542;
}

#flow .flow_order p.ttl.ttl_03 {
  background: #666;
}

#flow .flow_order div.txt {
  width: 68%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 20px;
}

#flow .flow_order div.txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:810px) {
  #flow {
    padding: min(10vw, 60px) 0 min(2vw, 12px);
  }
  #flow h2 {
    font-size: min(5vw, 30px);
    margin: 0;
  }
  #flow .flow_order {
    padding: min(2vw, 12px);
  }
  #flow .flow_order .step:last-child {
    margin-bottom: 20px;
  }
  #flow .flow_order p {
    font-size: min(4vw, 24px);
  }
}

.entry-content .course table, .entry-content .course table th, .entry-content .course table td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

.course table {
  width: 80%;
  margin: 0 auto;
}

.course table tr:nth-child(2n+1) th:nth-child(1), .course table tr:nth-child(2n+1) td:nth-child(1) {
  background: #f2f2f2;
}

.course table tr:nth-child(2n+1) th:nth-child(2), .course table tr:nth-child(2n+1) td:nth-child(2) {
  background: #e4efdc;
}

.course table tr:nth-child(2n+1) th:nth-child(3), .course table tr:nth-child(2n+1) td:nth-child(3) {
  background: #dae1f0;
}

.course table tr:nth-child(2n+1) th:nth-child(4), .course table tr:nth-child(2n+1) td:nth-child(4) {
  background: #fdf2d0;
}

.course table tr:nth-child(2n) td:nth-child(1) {
  background: #d9d9d9;
}

.course table tr:nth-child(2n) td:nth-child(2) {
  background: #cbdfb8;
}

.course table tr:nth-child(2n) td:nth-child(3) {
  background: #b7c5e4;
}

.course table tr:nth-child(2n) td:nth-child(4) {
  background: #fbe7a3;
}

@media screen and (max-width:810px) {
  .course {
    padding: 10px;
    margin-bottom: 40px;
  }
  .course table {
    width: 100%;
  }
  .entry-content .course table, .entry-content .course table th, .entry-content .course table td {
    padding: 8px;
    line-height: 1.4;
    font-size: 14px;
  }
}

#moushikomi {
  padding: min(5vw, 60px) 0 min(7.13vw, 88px);
}

#moushikomi h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 min(2vw, 24px);
}

.entry-content #moushikomi table {
  margin: 0;
}

.entry-content #moushikomi table, .entry-content #moushikomi table th, .entry-content #moushikomi table td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}

#moushikomi table {}

#moushikomi table tr td i {
  font-style: normal;
}

#moushikomi table tr:nth-child(2n+1) th:nth-child(1), #moushikomi table tr:nth-child(2n+1) td:nth-child(1) {
  background: #f2f2f2;
}

#moushikomi table tr:nth-child(2n+1) th:nth-child(2), #moushikomi table tr:nth-child(2n+1) td:nth-child(2) {
  background: #e4efdc;
}

#moushikomi table tr:nth-child(2n+1) th:nth-child(3), #moushikomi table tr:nth-child(2n+1) td:nth-child(3) {
  background: #dae1f0;
}

#moushikomi table tr:nth-child(2n+1) th:nth-child(4), #moushikomi table tr:nth-child(2n+1) td:nth-child(4) {
  background: #e0ebf6;
}

#moushikomi table tr:nth-child(2n+1) th:nth-child(5), #moushikomi table tr:nth-child(2n+1) td:nth-child(5) {
  background: #fdf2d0;
  border-left: 5px solid #dd774a;
  border-right: 5px solid #dd774a;
}

#moushikomi table tr:nth-child(2n) td:nth-child(1) {
  background: #d9d9d9;
}

#moushikomi table tr:nth-child(2n) td:nth-child(2) {
  background: #cbdfb8;
}

#moushikomi table tr:nth-child(2n) td:nth-child(3) {
  background: #b7c5e4;
}

#moushikomi table tr:nth-child(2n) td:nth-child(4) {
  background: #c2d6ec;
}

#moushikomi table tr:nth-child(2n) td:nth-child(5) {
  background: #fbe7a3;
  border-left: 5px solid #dd774a;
  border-right: 5px solid #dd774a;
}

#moushikomi table tr:nth-child(1) th:nth-child(5) {
  border-top: 5px solid #dd774a;
}

#moushikomi table tr:last-child td:nth-child(5) {
  border-bottom: 5px solid #dd774a;
}

@media screen and (max-width:810px) {
  #moushikomi {
    padding: min(10vw, 60px) 0 min(2vw, 12px);
  }
  #moushikomi h2 {
    font-size: min(5vw, 30px);
    margin: 0 0 min(8vw, 48px);
    line-height: 1.8;
  }
  #moushikomi table {
    width: 100%;
  }
  .entry-content #moushikomi table, .entry-content #moushikomi table th, .entry-content #moushikomi table td {
    font-size: min(3vw, 18px);
    padding: min(1vw, 6px) min(0.33vw, 2px);
    line-height: 1.4;
  }
}

#qa {
  padding-bottom: min(5.66vw, 68px);
}

#qa h2 {
  text-align: center;
  font-size: min(2.416vw, 29px);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 min(3.33vw, 40px);
}

.entry-content #qa h3 {
  font-size: min(1.5vw, 18px);
  line-height: 1.8;
  padding-bottom: 10px;
  border: 0;
  border-bottom: solid 2px #ddd;
  padding: 12px 50px 10px 45px;
  margin: 0;
  letter-spacing: 0.015em;
  text-align: left;
  font-weight: 600;
  color: inherit;
  position: relative;
}

.entry-content #qa h3::after {
  content: " ";
  border-bottom: 0;
  background: url(/wp/wp-content/themes/fantomsemi/images/qa/arrow-down-g.svg) no-repeat center;
  width: 18px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}

.entry-content #qa h3.active::after {
  content: " ";
  background: url(/wp/wp-content/themes/fantomsemi/images/qa/arrow-up-g.svg) no-repeat center;
  top: calc(50% - 12px);
}

.entry-content #qa h3::before {
  font-family: Arial;
  content: 'Q';
  font-size: 26px;
  color: #0090bf;
  position: absolute;
  left: 10px;
  line-height: 1.2;
}

.entry-content #qa h3+div p {
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 20px;
  margin: 20px 20px 30px;
  font-size: 1.1rem;
}

@media screen and (max-width:810px) {
  #qa h2 {
    font-size: min(5vw, 30px);
    margin: min(8vw, 48px) 0;
    line-height: 1.8;
  }
  .entry-content #qa h3 {
    font-size: min(4vw, 24px);
  }
  .entry-content #qa h3+div p {
    font-size: min(4vw, 24px);
  }
}

.site-content article {
  margin: 0;
  padding: 0;
}

footer a {
  text-decoration: none;
}

footer .phone a {
  color: #0969cc;
}