@charset "UTF-8";
/* ------------------------------------------------------------
初期設定
------------------------------------------------------------ */
*,
*:before,
*:after {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

.box {
  margin: 0;
}

#sb-site {
  margin-top: 0 !important;
}

/* ------------------------------------------------------------
表示有無設定 - ブラウザサイズ
------------------------------------------------------------ */
.pc-br {
  display: none;
}
@media only screen and (max-width: 991px) {
  .pc-br {
    display: inline;
  }
}

@media only screen and (min-width: 481px) {
  .sp-br {
    display: none;
  }
}
/* ------------------------------------------------------------
font
------------------------------------------------------------ */
/* 文字の大きさ */
.fs-20 {
  font-size: 20px;
}

/* 文字の太さ */
.bold {
  font-weight: 700;
}

/* Color */
.fc-orange {
  color: #f08300;
}

/* 二行目字下げ */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* ------------------------------------------------------------
左右配置
------------------------------------------------------------ */
.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

/* ------------------------------------------------------------
link
------------------------------------------------------------ */
a {
  color: #011fff;
}
a:hover {
  color: #011fff;
  text-decoration: underline;
}

.link-btn a {
  position: relative;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  min-width: 300px;
  margin: auto;
  padding: 8px 40px;
  background: #d65f70;
  border-radius: 20px;
  transition: 0.3s;
}
.link-btn a::after {
  position: absolute;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.link-btn a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #cd3b4c;
}

/* ------------------------------------------------------------
youtube - レスポンシブ対応
------------------------------------------------------------ */
.youtube {
  position: relative;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------
コンテンツ共通
------------------------------------------------------------ */
/* main img wrap select */
.infoeiken-wrap {
  background: url(../../img/info/infoeiken/top_bg.jpg) no-repeat center center/cover;
}

.infosw-wrap {
  background: url(../../img/info/infosw/top_bg.jpg) no-repeat center center/cover;
}

.infon-wrap {
  background: url(../../img/info/infon/top_bg.jpg) no-repeat center center/cover;
}

.infoa-wrap {
  background: url(../../img/info/infoa/top_bg.jpg) no-repeat center center/cover;
}

.infohs-wrap {
  background: url(../../img/info/infohs/top_bg.jpg) no-repeat center center/cover;
}

.infok-wrap {
  background: url(../../img/info/infok/top_bg.jpg) no-repeat center center/cover;
}

.infojr-wrap {
  background: url(../../img/info/infojr/top_bg.jpg) no-repeat center center/cover;
}

.infor-wrap {
  background: url(../../img/info/infor/top_bg.jpg) no-repeat center center/cover;
}

.infosn-wrap {
  background: url(../../img/info/infosn/top_bg.jpg) no-repeat center center/cover;
}

/* main img wrap */
.info-main-img-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
}
.info-main-img-wrap .info-txt-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.8);
}
.info-main-img-wrap .info-txt-area .info-box {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.info-main-img-wrap .info-txt-area .info-box .box:nth-child(1) {
  flex: 1;
  padding-right: 20px;
}
.info-main-img-wrap .info-txt-area .info-box .box:nth-child(1) h2 {
  font-size: 36px;
  font-weight: 700;
  color: #e9546b;
  line-height: 1.3;
  letter-spacing: -1px;
}
.info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) {
  width: 45%;
}
.info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .icon-txt {
  font-size: 18px;
  font-weight: 700;
}
.info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .icon-txt .row {
  margin: 0 !important;
}
.info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .txt {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.info-main-img-wrap .info-txt-area .info-box .one-box {
  width: 100%;
  text-align: center;
}
.info-main-img-wrap .info-txt-area .info-box .one-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #e9546b;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .info-main-img-wrap {
    height: 100vh;
  }
  .info-main-img-wrap .info-txt-area .info-box {
    width: 100%;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(1) h2 {
    font-size: 28px;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) {
    width: 50%;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .icon-txt {
    font-size: 16px;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .txt {
    font-size: 15px;
  }
  .info-main-img-wrap .info-txt-area .info-box .one-box h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .info-main-img-wrap .info-txt-area {
    padding: 15px;
  }
  .info-main-img-wrap .info-txt-area .info-top-txt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .info-main-img-wrap .info-txt-area .info-box {
    flex-direction: column;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(1) h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) {
    width: 100%;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .icon-txt {
    font-size: 15px;
  }
  .info-main-img-wrap .info-txt-area .info-box .box:nth-child(2) .txt {
    font-size: 14px;
  }
  .info-main-img-wrap .info-txt-area .info-box .one-box {
    text-align: left;
  }
  .info-main-img-wrap .info-txt-area .info-box .one-box h2 {
    font-size: 20px;
  }
}

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .info-main-img-wrap {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.info-bg-pink,
.info-bg-white {
  padding: 60px 0;
}
.info-bg-pink .info-wrap,
.info-bg-white .info-wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.info-bg-pink .info-wrap .info-box,
.info-bg-white .info-wrap .info-box {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .info-bg-pink,
  .info-bg-white {
    padding: 20px 0;
  }
  .info-bg-pink .info-wrap,
  .info-bg-white .info-wrap {
    width: 100%;
  }
}

.info-bg-pink {
  background: #fdede4;
}

.info-bg-white {
  background: #ffffff;
}

.info-h1 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #ed6c00;
  line-height: 1.4;
  margin-bottom: 40px;
}
.info-h1:before, .info-h1:after {
  content: "";
  min-width: 30px;
  height: 2px;
  flex-grow: 1;
  background: #e9546b;
}
.info-h1:before {
  margin-right: 1em;
}
.info-h1:after {
  margin-left: 1em;
}
@media only screen and (max-width: 991px) {
  .info-h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .info-h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .info-h1:before {
    margin-right: 0.5em;
  }
  .info-h1:after {
    margin-left: 0.5em;
  }
}

.info-ttl-1 {
  margin: 40px 0;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ed6c00;
}
.info-ttl-1 h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .info-ttl-1 h2 {
    font-size: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .info-ttl-1 h2 {
    font-size: 24px;
  }
}

.info-ttl-2 {
  font-size: 28px;
  color: #ed6c00;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .info-ttl-2 {
    font-size: 20px;
  }
}

.info-ttl-3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #ed6c00;
  line-height: 1.4;
  margin-bottom: 40px;
}
.info-ttl-3:before, .info-ttl-3:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background: #e9546b;
}
.info-ttl-3:before {
  margin-right: 1em;
}
.info-ttl-3:after {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .info-ttl-3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .info-ttl-3:before {
    margin-right: 0.5em;
  }
  .info-ttl-3:after {
    margin-left: 0.5em;
  }
}

.info-btn {
  text-align: center;
  margin: 40px 0;
}
.info-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 25px 60px 20px;
  transition: 0.3s;
  background: #d65f70;
  border: 2px solid #cd3b4c;
  border-radius: 60px;
  box-shadow: 0 6px 0 #cd3b4c;
}
.info-btn a:hover {
  color: #ffffff;
  background: #d65f70;
  box-shadow: 0 2px 0 #cd3b4c;
  transform: translate(0, 3px);
}
@media only screen and (max-width: 767px) {
  .info-btn {
    margin-bottom: 40px;
  }
  .info-btn a {
    font-size: 22px;
    letter-spacing: 0;
    padding: 16px 20px 14px;
    border-radius: 40px;
  }
}

.info-txt-box-1 {
  margin: 40px 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #f5b2b2;
}
@media only screen and (max-width: 767px) {
  .info-txt-box-1 {
    padding: 20px;
  }
}

.spacer-line {
  margin: 40px 0;
  border-top: 1px dashed #cccccc;
}

/* ------------------------------------------------------------
box template
------------------------------------------------------------ */
.info-two-box-1 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.info-two-box-1 .img {
  width: calc(50% - 20px);
}
.info-two-box-1 .img .img-txt {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.info-two-box-1 .img .img-txt span {
  font-size: 40px;
  background: linear-gradient(transparent 70%, yellow 70%);
}
.info-two-box-1 .txt {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .info-two-box-1 {
    flex-direction: column;
  }
  .info-two-box-1 .img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .info-two-box-1 .img .img-txt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .info-two-box-1 .img .img-txt span {
    font-size: 30px;
  }
  .info-two-box-1 .txt {
    width: 100%;
  }
}

.info-two-box-2 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.info-two-box-2 .box {
  width: calc(50% - 20px);
}
.info-two-box-2 .box .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #e9556b;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px 5px;
  background: #fef1c5;
  background-image: radial-gradient(#ffffff 20%, transparent 20%), radial-gradient(#ffffff 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  border-top: 4px solid #f5a33b;
  border-bottom: 4px solid #f5a33b;
}
.info-two-box-2 .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.info-two-box-2 .box .txt {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .info-two-box-2 {
    flex-direction: column;
  }
  .info-two-box-2 .box {
    width: 100%;
  }
  .info-two-box-2 .box .img {
    height: auto;
  }
}

.info-bg-pink .info-point-list li {
  background: #ffffff !important;
}

.info-three-ttl-box {
  margin: 40px 0;
}
.info-three-ttl-box .info-logo {
  text-align: center;
}
.info-three-ttl-box .info-three-ttl {
  font-size: 40px;
  text-align: center;
}
.info-three-ttl-box .info-three-ttl span {
  font-size: 40px;
  color: #e9546b;
}
.info-three-ttl-box .info-three-ttl .lage {
  font-size: 80px;
}
@media only screen and (max-width: 767px) {
  .info-three-ttl-box .info-three-ttl {
    font-size: 24px;
  }
  .info-three-ttl-box .info-three-ttl span {
    font-size: 30px;
  }
  .info-three-ttl-box .info-three-ttl .lage {
    font-size: 30px;
  }
}
.info-three-ttl-box .info-point-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 10px -5px 0;
}
.info-three-ttl-box .info-point-list li {
  position: relative;
  padding: 40px 15px 20px;
  background: #fdede4;
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
}
.info-three-ttl-box .info-point-list .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px 15px 15px;
  background: #e9546b;
}
.info-three-ttl-box .info-point-list .ttl .point {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #e9546b;
  line-height: 1;
  height: 30px;
  margin-bottom: 10px;
  background: #ffffff;
}
.info-three-ttl-box .info-point-list .ttl:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 30%;
  height: 35px;
  opacity: 0.3;
  margin: -35px auto 10px 35%;
  background: #db7093;
  transform: rotate(-2deg);
  left: 10px;
  right: 10px;
}
.info-three-ttl-box .info-point-list .img {
  text-align: center;
  margin-bottom: 10px;
}
.info-three-ttl-box .info-point-list .txt {
  font-size: 15px;
  margin: 0 15px;
}
@media only screen and (max-width: 991px) {
  .info-three-ttl-box .info-point-list li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .info-three-ttl-box .info-point-list {
    flex-direction: column;
    margin: 10px 0 0;
  }
  .info-three-ttl-box .info-point-list li {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 40px 15px 20px;
    background: #fdede4;
  }
  .info-three-ttl-box .info-point-list .ttl {
    font-size: 16px;
    padding: 10px 10px 12px;
  }
  .info-three-ttl-box .info-point-list .ttl .point {
    font-size: 14px;
    height: 24px;
  }
  .info-three-ttl-box .info-point-list .ttl:after {
    height: 30px;
    margin: -38px auto 10px 35%;
  }
}

.info-three-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 40px -20px;
}
.info-three-box .box {
  display: flex;
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
.info-three-box .box a {
  display: block;
  color: #333333;
  text-decoration: none;
  width: 100%;
  padding: 20px;
  background: #ffffff; /*背景色*/
  box-shadow: 0 0 6px 1px #f5b2b2, 0 0 6px 1px #f5b2b2 inset;
  border-radius: 10px;
  transition: 0.2s;
}
.info-three-box .box a:hover {
  color: #ffffff;
  background: #f5b2b2;
}
.info-three-box .box a:hover .item-name {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.info-three-box .box a .img {
  text-align: center;
}
.info-three-box .box a .img img {
  vertical-align: top;
  max-height: 180px;
  min-height: 100px;
  border-radius: 5px;
}
.info-three-box .box a .item-name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 5px 15px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
.info-three-box .box a .txt {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .info-three-box {
    flex-direction: column;
    row-gap: 20px;
    margin: 0;
  }
  .info-three-box .box {
    width: 100%;
    margin: 0;
  }
  .info-three-box .box a {
    padding: 30px 20px;
  }
  .info-three-box .box a .item-name {
    font-size: 16px;
  }
}

.info-three-circle-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 40px -10px;
}
.info-three-circle-box .box {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
  padding: 60px 50px;
  background: #fdede4;
  border-radius: 50%;
}
.info-three-circle-box .box .txt {
  font-size: 15px;
  line-height: 1.4;
}
.info-three-circle-box .box .txt .icon {
  text-align: center;
}
.info-three-circle-box .box .txt .ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 767px) {
  .info-three-circle-box {
    flex-direction: column;
    row-gap: 20px;
    margin: 0;
  }
  .info-three-circle-box .box {
    width: 100%;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
  }
}

.info-pie-chart-box-1 {
  margin: 40px 0;
  padding: 30px;
  background: #fffde5;
  border: 2px solid #f5b2b2;
  border-radius: 15px;
}
.info-pie-chart-box-1 .pie-chart-ttl {
  font-size: 26px;
  font-weight: 700;
  color: #f08300;
  text-align: center;
  margin-bottom: 20px;
}
.info-pie-chart-box-1 .pie-chart {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-pie-chart-box-1 .pie-chart .box {
  width: 50%;
}
.info-pie-chart-box-1 .pie-chart-txt {
  text-align: right;
}
.info-pie-chart-box-1 .pie-chart-txt-box {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px dashed #cccccc;
}
.info-pie-chart-box-1 .pie-chart-txt-box p {
  margin: 0;
}
.info-pie-chart-box-1 .pie-chart-txt-box p:not(:last-child) {
  margin: 0 0 1em 0;
}
.info-pie-chart-box-1 .pie-chart-txt-box span {
  color: #e73462;
}
@media only screen and (max-width: 767px) {
  .info-pie-chart-box-1 {
    padding: 20px;
  }
  .info-pie-chart-box-1 .pie-chart-ttl {
    font-size: 22px;
    font-weight: 700;
    color: #f08300;
    text-align: center;
    margin-bottom: 20px;
  }
  .info-pie-chart-box-1 .pie-chart {
    flex-direction: column;
  }
  .info-pie-chart-box-1 .pie-chart .box {
    width: 100%;
  }
  .info-pie-chart-box-1 .pie-chart-txt-box {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.info-pie-chart-box-2 {
  margin: 40px 0;
  padding: 30px;
  background: #fffde5;
  border: 2px solid #f5b2b2;
  border-radius: 15px;
}
.info-pie-chart-box-2 .pie-chart-ttl {
  font-size: 26px;
  font-weight: 700;
  color: #f08300;
  text-align: center;
  margin-bottom: 20px;
}
.info-pie-chart-box-2 .pie-chart-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0;
  row-gap: 20px;
}
.info-pie-chart-box-2 .pie-chart-list li {
  width: 25%;
}
.info-pie-chart-box-2 .pie-chart-txt-box p {
  margin: 0;
}
.info-pie-chart-box-2 .pie-chart-txt-box p:not(:last-child) {
  margin: 0 0 1em 0;
}
.info-pie-chart-box-2 .pie-chart-txt-box span {
  color: #e73462;
}
@media only screen and (max-width: 767px) {
  .info-pie-chart-box-2 {
    padding: 20px;
  }
  .info-pie-chart-box-2 .pie-chart-ttl {
    font-size: 24px;
    font-weight: 700;
    color: #f08300;
    text-align: center;
    margin-bottom: 20px;
  }
  .info-pie-chart-box-2 .pie-chart-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
    row-gap: 20px;
  }
  .info-pie-chart-box-2 .pie-chart-list li {
    width: 50%;
  }
  .info-pie-chart-box-2 .pie-chart-txt-box {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.info-ribbon-box {
  margin: 40px 0;
  background: url(../../img/info/common/lesson_bg.png) center center no-repeat;
}
.info-ribbon-box .img-txt {
  display: flex;
  margin: 40px 0;
  padding: 20px 40px 0;
  background: #fdeae4;
  border: 2px solid #f5b2b2;
}
.info-ribbon-box .img-txt .img {
  width: 240px;
  height: 240px;
  order: 2;
}
.info-ribbon-box .img-txt .txt {
  flex: 1;
  padding: 0 40px 20px 0;
  order: 1;
}
.info-ribbon-box .img-txt .txt .catchphrase {
  font-size: 30px;
  font-weight: 700;
  color: #cd3b4c;
  margin: 20px 0;
}
.info-ribbon-box .img-txt .txt .catchphrase span {
  font-size: 24px;
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .info-ribbon-box .img-txt .txt .catchphrase {
    font-size: 24px;
  }
  .info-ribbon-box .img-txt .txt .catchphrase span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .info-ribbon-box .img-txt {
    flex-direction: column;
    padding: 20px;
  }
  .info-ribbon-box .img-txt .img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .info-ribbon-box .img-txt .img img {
    max-width: 200px;
  }
  .info-ribbon-box .img-txt .txt {
    padding: 0 0 40px 0;
  }
  .info-ribbon-box .img-txt .txt .catchphrase {
    font-size: 22px;
  }
  .info-ribbon-box .img-txt .txt .catchphrase span {
    font-size: 16px;
  }
}
.info-ribbon-box .ribbon-list {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.info-ribbon-box .ribbon-list li {
  text-align: center;
}
.info-ribbon-box .ribbon-list li:not(:last-child) {
  margin-bottom: 60px;
}
.info-ribbon-box .ribbon-list li .ribbon-catchphrase {
  font-size: 20px;
  font-weight: 700;
  color: #e73462;
  text-align: center;
  margin-bottom: 20px;
}
.info-ribbon-box .ribbon-list li .ribbon-catchphrase span {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .info-ribbon-box .ribbon-list li {
    text-align: left;
  }
  .info-ribbon-box .ribbon-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .info-ribbon-box .ribbon-list li .ribbon-catchphrase {
    font-size: 18px;
    margin: 10px 0;
  }
  .info-ribbon-box .ribbon-list li .ribbon-catchphrase span {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .ribbon {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto;
  }
  .ribbon {
    --s: 1.8em; /* the ribbon size */
    --d: 0.8em; /* the depth */
    --c: 0.8em; /* the cutout part */
    padding: 0 calc(var(--s) + 1.5em) var(--d);
    line-height: 1.8;
    background: conic-gradient(at left var(--s) bottom var(--d), rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.5333333333) 0 37.5%, rgba(0, 0, 0, 0.2666666667) 0) 0/50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d), rgba(0, 0, 0, 0.2666666667) 62.5%, rgba(0, 0, 0, 0.5333333333) 0 75%, rgba(0, 0, 0, 0) 0) 100%/50% 100% no-repeat;
    -webkit-clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
            clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
    background-color: #cc333f; /* the main color */
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .ribbon {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto;
  }
  .ribbon {
    padding: 10px 0;
    --r: 0.8em; /* control the ribbon shape */
    padding-inline: calc(var(--r) + 1.2em);
    line-height: 1.4;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
            clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
    background: #cc333f; /* the main color */
    width: -moz-fit-content;
    width: fit-content;
  }
}
.info-box-0 {
  margin: 40px 0;
}

.info-box-1 {
  margin: 40px 0;
}
.info-box-1 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 20px;
}
.info-box-1 ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 20px;
  background: #ffffff;
  border: 2px dashed #ed6c00;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .info-box-1 ul li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .info-box-1 ul {
    margin: 0 -5px;
    row-gap: 10px;
  }
  .info-box-1 ul li {
    font-size: 16px;
    width: calc(50% - 10px);
    margin: 0 5px;
    padding: 20px 10px;
  }
}

.info-box-2 {
  margin: 40px 0;
}
.info-box-2 .flex-box {
  display: flex;
  justify-content: center;
  margin: 40px -10px;
  row-gap: 30px;
}
.info-box-2 .flex-box .box {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
.info-box-2 .flex-box .box .ttl {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.info-box-2 .flex-box .box .ttl .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  margin-bottom: 10px;
}
.info-box-2 .flex-box .box .ttl .img img {
  max-height: 66px;
  border-radius: 6px;
}
.info-box-2 .flex-box .box .ttl .txt {
  color: #ffffff;
  padding: 10px 15px;
  background: #d65f70;
}
.info-box-2 .flex-box .box table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.info-box-2 .flex-box .box table th,
.info-box-2 .flex-box .box table td {
  display: block;
  font-weight: 400;
  text-align: left;
  padding: 10px;
  border: 1px solid #cccccc;
}
.info-box-2 .flex-box .box table th {
  border-top: none;
  background: #fffde5;
}
.info-box-2 .flex-box .box table td {
  font-size: 14px;
  border-top: none;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  .info-box-2 .flex-box {
    flex-direction: column;
    margin: 0;
  }
  .info-box-2 .flex-box .box {
    width: 100%;
    margin: 0;
  }
}

.info-box-3 {
  margin: 40px 0;
}
.info-box-3 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px;
  row-gap: 40px;
}
.info-box-3 ul li {
  width: calc(50% - 40px);
  margin: 0 20px;
  padding: 5px;
  background: #ffffff;
  border: 3px solid #ed6c00;
  border-radius: 20px;
}
.info-box-3 ul li .box {
  height: 100%;
  padding: 30px 20px;
  border: 4px dotted #ed6c00;
  border-radius: 20px;
}
.info-box-3 ul li .box .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}
.info-box-3 ul li .box .img img {
  max-height: 66px;
  border-radius: 6px;
}
.info-box-3 ul li .box .name {
  font-weight: 700;
  text-align: center;
  margin: 10px 15px 20px;
}
.info-box-3 ul li .box .txt {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .info-box-3 ul {
    flex-direction: column;
    margin: 40px 0;
    row-gap: 20px;
  }
  .info-box-3 ul li {
    width: 100%;
    margin: 0;
  }
}

.info-box-4 {
  margin: 40px 0;
}
.info-box-4 .info-top-txt {
  text-align: center;
  margin: 30px 0 45px;
}
.info-box-4 .info-flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.info-box-4 .info-flex-box .info-left-box {
  flex: 1;
  margin-right: 40px;
}
.info-box-4 .info-flex-box .info-left-box .info-txt {
  font-size: 20px;
  font-weight: 700;
  color: #e73462;
}
.info-box-4 .info-right-box {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .info-box-4 .info-flex-box {
    display: block;
    margin-bottom: 30px;
  }
  .info-box-4 .info-flex-box .info-left-box {
    margin-right: 0;
  }
  .info-box-4 .info-flex-box .info-right-box {
    width: auto;
  }
}

/* ------------------------------------------------------------
faq
------------------------------------------------------------ */
.info-faq-qa {
  margin: 40px 0;
}
.info-faq-qa .faq-name-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.info-faq-qa .faq-name-list li {
  font-weight: 700;
}
.info-faq-qa .faq-name-list li:not(:last-child) {
  border-right: 1px solid #cccccc;
  margin-right: 1em;
  padding-right: 1em;
}
.info-faq-qa .faq-actab {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  color: #333333;
  width: 100%;
  margin-bottom: 1px;
}
.info-faq-qa .faq-actab:not(:last-child) {
  margin-bottom: 20px;
}
.info-faq-qa .faq-actab input {
  position: absolute;
  opacity: 0;
}
.info-faq-qa .faq-actab input:checked ~ .faq-actab-content {
  max-height: 40em;
}
.info-faq-qa .faq-actab input[type=checkbox] + label::after {
  content: "▼";
  color: #333333;
}
.info-faq-qa .faq-actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
}
.info-faq-qa .faq-actab label {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1.6;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  border-bottom: 1px solid #333333;
}
.info-faq-qa .faq-actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  transition: all 0.5s ease;
  text-align: center;
}
.info-faq-qa .faq-actab .faq-actab-content {
  overflow: hidden;
  max-height: 0;
  font-weight: 400;
  transition: max-height 0.5s ease;
}
.info-faq-qa .faq-actab .faq-actab-content p {
  margin: 1em;
}

/* ------------------------------------------------------------
message
------------------------------------------------------------ */
.info-message-box {
  margin: 40px 0;
}
.info-message-box .message-box {
  position: relative;
  margin-top: 60px;
  padding: 100px 65px 70px;
  background: #ffeec0;
}
.info-message-box .message-box .message-logo {
  text-align: center;
}
.info-message-box .message-box .message-photo {
  position: absolute;
  top: 60px;
  right: 65px;
}
.info-message-box .message-box .message-photo img {
  width: 200px;
  border: 4px solid #ffffff;
  box-shadow: 6px 8px 5px -2px #f9c795, 5px 6px 5px 0px #ffffff inset;
}
.info-message-box .message-box .message-icon1 {
  position: absolute;
  top: -15px;
  left: 25px;
}
.info-message-box .message-box .message-icon2 {
  position: absolute;
  right: 65px;
  bottom: 15px;
}
.info-message-box .message-box .message-top-txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 25px 0 50px;
}
@media only screen and (max-width: 991px) {
  .info-message-box .message-box {
    position: relative;
    margin-top: 30px;
    padding: 100px 15px 70px;
    background: #ffeec0;
  }
  .info-message-box .message-box .message-logo {
    text-align: center;
  }
  .info-message-box .message-box .message-photo {
    position: static;
    text-align: center;
    margin-top: 30px;
  }
  .info-message-box .message-box .message-photo img {
    width: 240px;
  }
  .info-message-box .message-box .message-icon1 {
    position: absolute;
    top: -10px;
    left: -30px;
  }
  .info-message-box .message-box .message-icon1 img {
    width: 100px;
  }
  .info-message-box .message-box .message-icon2 {
    position: absolute;
    right: -15px;
    bottom: -10px;
  }
  .info-message-box .message-box .message-top-txt {
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.table-row {
  width: 100%;
  margin: 20px 0;
}
.table-row th,
.table-row td {
  font-size: 15px;
  text-align: left;
  padding: 10px;
  border: 1px solid #cccccc;
}
.table-row th {
  width: 160px;
  background: #fffde5;
}
.table-row td {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .table-row {
    border-top: 1px solid #cccccc;
  }
  .table-row th,
  .table-row td {
    display: block;
    border-top: none;
  }
  .table-row th {
    width: 100%;
  }
}

.comparison-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.comparison-table tr th,
.comparison-table tr td {
  border: 1px solid #cccccc;
}
.comparison-table tr th {
  padding: 10px;
  background: #fffde5;
}
.comparison-table tr td {
  padding: 15px 10px;
  background: #ffffff;
}
.comparison-table tr:first-child th {
  padding: 15px 10px;
  background: #f9c795;
}
/* =========================
   infoeiken: ファーストビュー要約
   ========================= */

/* 960px枠で中央寄せ*/
.info-main-img-wrap .info-txt-area .eiken-summary{
  width: 960px;
  margin: 0 auto 18px;
  padding: 22px 26px;
  background: rgba(255,255,255,0.96);
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.12);
  text-align: left;
  box-sizing: border-box;
}

/* キャッチ：大きく、はっきり */
.info-main-img-wrap .info-txt-area .eiken-summary__catchTop{
  font-size: 24px;
  color: #e9546b;  
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 6px;
}
.info-main-img-wrap .info-txt-area .eiken-summary__catchSub{
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 14px;
}

/* 箇条書き*/
.info-main-img-wrap .info-txt-area .eiken-summary__bullets{
  list-style: none;
  margin: 0 0 17px;
  padding: 0;
}
.info-main-img-wrap .info-txt-area .eiken-summary__bullets li{
  position: relative;
  padding-left: 22px;
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}
.info-main-img-wrap .info-txt-area .eiken-summary__bullets li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(1px);
  color: #e89816; /* LPのオレンジ */
  font-size: 16px;
}

/* CTA */
.info-main-img-wrap .info-txt-area .eiken-summary__cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* 既存btnと衝突しない専用ボタン */
.info-main-img-wrap .info-txt-area .eiken-btn{
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  font-size: 15px;
}
.info-main-img-wrap .info-txt-area .eiken-btn--primary{
  background: #e89816;
  color: #fff;
}
.info-main-img-wrap .info-txt-area .eiken-btn--sub{
  background: #f2f2f2;
  color: #333;
}

/* SP：幅100%で読みやすく */
@media only screen and (max-width: 991px){
  .info-main-img-wrap .info-txt-area .eiken-summary{
    width: 100%;
    padding: 16px 14px;
    border-radius: 12px;
  }
  .info-main-img-wrap .info-txt-area .eiken-summary__catchTop{font-size: 18px;}
  .info-main-img-wrap .info-txt-area .eiken-summary__catchSub{font-size: 15px;}
  .info-main-img-wrap .info-txt-area .eiken-summary__bullets li{font-size: 14px;}
}
@media only screen and (max-width: 991px){
  .info-main-img-wrap .info-txt-area .eiken-summary__catchTop{
    margin-bottom: 8px;
  }
  .info-main-img-wrap .info-txt-area .eiken-summary__catchSub{
    margin-bottom: 12px;
  }
}
/*# sourceMappingURL=style.css.map */