@charset "UTF-8";
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  border: 10px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f1ff;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    border: 5px solid #333333;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1040px;
  }
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.fwb {
  font-weight: bold;
}

.c-inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.c-outer {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .fullWidth {
    width: 1200px;
  }
  .c-inner {
    width: 800px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .fullWidth {
    width: 100%;
  }
  .c-outer {
    width: 1000px;
  }
  .c-inner {
    width: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fullWidth {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-outer {
    width: 78% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .c-inner {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 90%;
  }
  .c-outer {
    width: 90% !important;
  }
}
/* アニメーション */
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.fadeIn {
  opacity: 1;
}

.inviewUp {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.Up {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.inviewzoomIn {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.zoomIn {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.inviewfadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* 矢印 */
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 82%;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-3::before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #333333;
}
.sample5-3::after {
  left: 84.5%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .arrow {
    padding: 0 0 0 8px;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 82%;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sample5-3::before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .sample5-3::after {
    left: 84.5%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/* PC */
/* toTop */
.totop {
  position: fixed;
  right: 20px;
  bottom: 170px;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 2px 5px;
  font-size: 1rem;
}
.totop a {
  color: #333333;
  display: block;
}
.totop a::before {
  position: relative;
  content: "\f100";
  font-family: FontAwesome;
  color: #333333;
  padding: 0 10px 0 0;
  opacity: 1;
  font-size: 3.5rem;
  line-height: 0rem;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .totop {
    right: -15px;
    bottom: 110px;
  }
}
/* topMV */
header {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
header .title {
  width: 100%;
}
header .title .mv {
  background-color: #333333;
}
header .title .mv img {
  width: 100%;
}
header .title h1 {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 99;
}
header .title .menu {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}
header .title .menu_inn1 {
  background-color: #fff;
  width: 50%;
  padding-left: 3%;
  display: block;
  padding-bottom: 2%;
  padding-top: 2%;
  color: #333333;
}
header .title .menu_inn1:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .title .menu_inn2 {
  background-color: #ffff00;
  width: 50%;
  padding-left: 3%;
  display: block;
  padding-bottom: 2%;
  padding-top: 2%;
  color: #333333;
}
header .title .menu_inn2.sample5-3::before {
  background-color: #333333;
}
header .title .menu_inn2.sample5-3::after {
  border-top: 2px solid #ffff00;
  border-right: 2px solid #ffff00;
}
header .title .menu_inn2:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* section3 */
.section3 {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffff00 4px, transparent 4px);
  background-position: 0 0;
  background-size: 28px 28px;
  padding: 20px 0 50px;
  position: relative;
  z-index: 2;
}
.section3__oc {
  width: 460px;
  margin: 0 auto;
  display: block;
}
.section3__btnbox {
  width: 820px;
  margin: 40px auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section3__btnbox--ttl {
  width: 100%;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.section3__btnbox--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 50px;
  border-radius: 5px;
  padding-left: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  left: 0;
  top: 0;
}
.section3__btnbox--btn:hover {
  opacity: 1;
  left: 5px;
  top: 5px;
  -webkit-box-shadow: 0px 0px 0px 0px #fff !important;
          box-shadow: 0px 0px 0px 0px #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section3__btnbox--btn::after {
  content: "";
  display: inline-block;
  background-image: url("../img/sec03_arw.png");
  width: 17px;
  height: 17px;
  position: absolute;
  right: 7px;
  top: 16px;
}
.section3__btnbox--btn:nth-of-type(1) {
  margin-right: 20px;
}
.section3__btnbox--btn.open {
  background-color: #00429f;
  -webkit-box-shadow: 5px 5px 0px 0px #003682;
          box-shadow: 5px 5px 0px 0px #003682;
}
.section3__btnbox--btn.shiryo {
  background-color: #e50000;
  -webkit-box-shadow: 5px 5px 0px 0px #980707;
          box-shadow: 5px 5px 0px 0px #980707;
}
.section3__btnbox--btn.line {
  background-color: #00b900;
  -webkit-box-shadow: 5px 5px 0px 0px #008400;
          box-shadow: 5px 5px 0px 0px #008400;
  width: 520px;
  margin-top: 30px;
  padding-left: 60px;
}
.section3__btnbox--btn.line::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 42px;
  position: absolute;
  left: 7px;
  top: calc(50% - 21px);
}
.section3__blk-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
  margin: 0 auto;
}
.section3__blk-3-inn {
  margin: 0 7px 7px 0;
  width: 45%;
}
.section3__blk-3-inn a {
  display: block;
  background: white;
  padding: 6px 0;
  border-radius: 10px;
  font-size: 1.6rem;
  color: #024aa9;
  font-weight: bold;
  text-align: center;
  border: 2px solid #024aa9;
}

/* footer */
@media screen and (min-width: 769px) {
  footer {
    background-color: #fff;
    color: #333;
  }
  footer .footerbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0;
    min-height: 0;
  }
  footer .footerbox .blk {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 3%;
  }
  footer .footerbox .blk_inn1 {
    margin-bottom: 4%;
  }
  footer .footerbox .blk_inn2 {
    text-align: center;
    padding: 5px 0;
    width: 60%;
    border: 2px solid #333;
    border-radius: 10px;
    color: #333;
  }
  footer .footerbox .blk2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    position: relative;
  }
  footer .footerbox .blk2_inn1 {
    font-weight: 900;
    letter-spacing: 0;
    font-size: 3rem;
    border-bottom: 2px solid #333;
    cursor: pointer;
  }
  footer .footerbox .blk2_inn2 {
    display: none;
  }
  footer .footerbox .blk2_inn2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    font-size: 1.3rem;
    max-height: 420px;
    margin-top: 3%;
  }
  footer .footerbox .blk2_inn2 ul li a {
    color: #333;
  }
  footer .footerbox .blk2_inn2 ul li .ttl {
    padding-right: 5px;
    padding-left: 0px;
  }
  footer .footerbox .blk2_inn2 ul li .txt {
    padding-right: 5px;
    max-width: 200px;
  }
  footer .footerbox .blk2 .accordion::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 18px;
    height: 18px;
    border-top: solid 4px #333;
    border-right: solid 4px #333;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  footer .footerbox .blk2 .accordion.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 35px;
  }
  footer .footerbox2 {
    color: #fff;
    border-top: 5px solid #333;
    background-color: #333333;
    font-size: 1rem;
    padding: 3%;
    text-align: center;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  /* topMV */
  header .title .mv {
    padding-top: 50px;
  }
  header .title .h1 {
    width: 45%;
  }
  header .title .h1_inn2 {
    font-size: 1rem;
  }
  header .title .h1_inn2 span {
    font-size: 1.7rem;
  }
  header .title .menu {
    font-size: 1.3rem;
    line-height: 2;
    width: 55%;
    top: 0;
    right: 0;
  }
  .main .cont {
    padding: 30px 0 38px;
  }
  .main .cont__inr {
    max-width: unset;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 500px;
  }
  .main .cont .lead {
    width: 100%;
    margin: 0 auto;
  }
  .main .cont .profile {
    margin: 30px auto 0;
    padding: 15px 15px 15px;
    border-radius: 20px;
  }
  .main .cont .profile__flex {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .cont .profile__left {
    width: 150px;
    margin: 0 auto;
  }
  .main .cont .profile__right {
    width: 100%;
    margin-top: 15px;
  }
  .main .cont .profile__right .name {
    font-size: 2.2rem;
    text-align: center;
  }
  .main .cont .profile__right .detail {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.4;
    text-align: center;
  }
  .main .cont .profile__right .text {
    margin-top: 10px;
    text-align: justify;
  }
  .main .cont .profile__right .text sup {
    font-size: 75%;
  }
  .main .cont .profile__right .text span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .main .cont .interview {
    margin-top: 60px;
  }
  .main .cont .interview__title {
    margin-bottom: 28px;
  }
  .main .cont .interview__title.--02 {
    margin-top: 40px;
  }
  .main .cont .interview__text {
    margin: 14px auto 0;
  }
  .main .cont .interview__text dt {
    text-indent: -23px;
    padding-left: 23px;
  }
  .main .cont .interview__text dt::before {
    content: "";
    display: inline-block;
    width: 20px;
    margin-right: 3px;
    top: -5px;
  }
  .main .cont .interview__text dd {
    margin-top: 10px;
  }
  .main .cont .interview__text dd:has(p) p:nth-of-type(n + 2) {
    margin-top: 6px;
  }
  .main .cont .interview__text dd.--02 {
    text-indent: 0em;
    padding-left: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .cont .interview__text dd.--02 .--indent {
    min-width: 100px;
  }
  .main .cont .interview__img {
    margin: 22px auto 0;
  }
  .main .cont .interview__img .caption {
    font-size: 1.3rem;
    padding: 4px 14px;
  }
  .main .cont .interview__popup {
    margin: 40px auto 40px;
  }
  .main .cont .interview__popup-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .cont .interview__popup-block {
    width: 49.5%;
  }
  .main .cont .interview__popup-block .img::after {
    width: 30px;
    height: 30px;
  }
  .main .cont .interview__popup-block .text {
    margin: 8px auto 0;
  }
  .main .cont .interview__interviewer {
    margin: 30px auto 0;
  }
  .main .cont .cta {
    margin-top: 60px;
  }
  .main .cont .cta__title {
    min-width: unset;
    left: 0px;
  }
  .main .cont .cta__btn {
    width: 250px;
    height: 60px;
    font-size: 2.2rem;
    margin: 28px auto 0;
  }
  /* section3 */
  .section3 {
    padding: 20px 0 40px;
  }
  .section3__oc {
    max-width: 460px;
    width: 100%;
  }
  .section3__btnbox {
    width: auto;
    margin-bottom: 30px;
    display: block;
    position: relative;
    left: -5px;
  }
  .section3__btnbox--ttl {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .section3__btnbox--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    max-width: 300px;
    height: 50px;
    border-radius: 5px;
    padding-left: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
  }
  .section3__btnbox--btn:nth-of-type(1) {
    margin-right: auto;
  }
  .section3__btnbox--btn:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .section3__btnbox--btn::after {
    content: "";
    display: inline-block;
    background-image: url("../img/sec03_arw.png");
    width: 17px;
    height: 17px;
    position: absolute;
    right: 7px;
    top: 16px;
  }
  .section3__btnbox--btn.line {
    padding-right: 30px;
    line-height: 1.2;
  }
  .section3__blk-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 300px;
  }
  .section3__blk-3-inn {
    margin: 0 7px 7px 0;
    width: 45%;
  }
  .section3__blk-3-inn a {
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    font-size: 1.6rem;
    color: #024aa9;
    font-weight: bold;
  }
  /* footer */
  footer {
    background-color: #fff;
    color: #333;
  }
  footer .footerbox {
    display: block;
    padding: 5% 0;
    height: auto;
    max-width: 500px;
  }
  footer .footerbox .blk {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin: 0 auto;
  }
  footer .footerbox .blk_inn1 {
    margin-bottom: 4%;
    cursor: pointer;
  }
  footer .footerbox .blk_inn2 {
    text-align: center;
    padding: 5px 0;
    width: 60%;
    border: 2px solid #333;
    border-radius: 10px;
    font-size: 1.6rem;
    margin: 7% auto;
    color: #333;
  }
  footer .footerbox .blk2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    position: relative;
  }
  footer .footerbox .blk2_inn1 {
    font-weight: 900;
    letter-spacing: 0;
    font-size: 2rem;
    border-bottom: 2px solid #333;
  }
  footer .footerbox .blk2_inn2 {
    display: none;
  }
  footer .footerbox .blk2_inn2 ul {
    display: block;
    font-size: 1.3rem;
    margin-top: 3%;
  }
  footer .footerbox .blk2_inn2 ul li a {
    color: #333;
  }
  footer .footerbox .blk2_inn2 ul li .ttl {
    width: 60px;
  }
  footer .footerbox .blk2_inn2 ul li .txt {
    width: calc(100% - 60px);
  }
  footer .footerbox .blk2 .accordion::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 1.8vw;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 18px;
    height: 18px;
    border-top: solid 4px #333;
    border-right: solid 4px #333;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  footer .footerbox .blk2 .accordion.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 2.7vw;
  }
  footer .footerbox2 {
    border-top: 5px solid #333;
    font-size: 1rem;
    padding: 5%;
    text-align: center;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
/* ORIGINAL */
.shinro {
  background: #eeeeee;
  padding: 95px 0;
}
.shinro__title {
  position: relative;
  text-align: center;
  z-index: 1;
}
.shinro__catch {
  width: 480px;
  margin: -35px auto -10px 335px;
}
.shinro__slide {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .shinro__slide {
    visibility: visible;
  }
  .shinro__slide .splide__track {
    overflow: visible;
  }
  .shinro__slide .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .shinro__slide .splide__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border: 2px solid #111111;
    border-radius: 10px;
    width: 300px;
  }
  .shinro__slide .splide__slide img {
    position: relative;
    top: -45px;
    margin-bottom: -45px;
  }
  .shinro__slide .splide__slide h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
  }
  .shinro__slide .splide__slide span {
    background: #ffff00;
  }
  .shinro__slide .splide__slide p {
    font-size: 1.6rem;
    text-align: justify;
    padding: 10px 22px 15px;
  }
}
.shinro-hikaku__title {
  width: 726px;
  margin: 110px auto 0;
}
.shinro-hikaku__lead {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
  margin-top: 10px;
}
.shinro-hikaku__swipe {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.shinro-hikaku__swipe.is-hidden {
  opacity: 0;
}
.shinro-hikaku__select {
  position: relative;
  margin-top: 20px;
}
.shinro-hikaku__select:nth-of-type(n+2) {
  margin-top: 60px;
}
.shinro-hikaku__select h3 {
  text-align: center;
  margin-bottom: -60px;
}
.shinro-hikaku__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  z-index: 1;
}
.shinro-hikaku__box {
  width: 50%;
  padding: 25px;
  border: 2px solid #111111;
  border-radius: 10px;
}
.shinro-hikaku__box h4 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.shinro-hikaku__box--left {
  background: repeating-linear-gradient(-45deg, #fff 0px, #fff 4px, #d9d9d9 4px, #d9d9d9 8px);
}
.shinro-hikaku__box--right {
  background: #fff;
}
.shinro-hikaku__content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.shinro-hikaku__content--01 img {
  width: 900px;
  margin: 0 auto;
}
.shinro-hikaku__content--02 img {
  width: 940px;
  margin: 0 auto;
}
.shinro-hikaku__content--03 img {
  width: 940px;
  margin: 0 auto;
}
.shinro-hikaku__content--04 img {
  width: 940px;
  margin: 0 auto;
}
.shinro-hikaku__body {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.75;
}
.shinro-hikaku__body--01 {
  margin-top: 255px;
}
.shinro-hikaku__body--02 {
  margin-top: 345px;
}
.shinro-hikaku__body--03 {
  margin-top: 110px;
}
.shinro-hikaku__body--04 {
  margin-top: 170px;
}
.shinro-hikaku__body span {
  background: #ffff00;
}
.shinro-hikaku__balloon {
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 4;
}

.links {
  background: #fff;
  padding: 55px 0;
}
.links__title {
  width: 1000px;
  margin: 0 auto -65px;
}
.links__title--2nd {
  width: 770px;
  margin-bottom: 20px;
}
.links__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 680px;
  height: 80px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 100vmax;
  margin: 10px auto 0;
  z-index: 1;
}
.links__button--oc {
  background: #ff0000;
}
.links__button--line {
  background: #00b900;
}

.ecc {
  background: repeating-linear-gradient(-45deg, #fff 0px, #fff 4px, #ffff77 4px, #ffff77 8px);
  padding: 55px 0;
}
.ecc__balloon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 40px;
  padding: 0.5em 1em;
  background: #ff0;
  border-radius: 100vmax;
}
.ecc__balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #ff0;
}
.ecc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 650px;
  margin: 0 auto;
}
.ecc__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 0.7em 1em;
  background: #fff;
  border-radius: 20px;
}
.ecc__list li::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/icon_check.svg) no-repeat center/contain;
  margin-right: 0.5em;
}
.ecc__list span {
  background: #ff0;
}
.ecc__title {
  margin: 60px auto 30px;
}
.ecc__title--01 {
  width: 732px;
}
.ecc__title--02 {
  width: 300px;
}
.ecc__title--04 {
  width: 886px;
}
.ecc__lead {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-top: 10px;
}
.ecc__wrap {
  width: 1000px;
  margin: 0 auto;
}
.ecc__graph {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  padding-bottom: 55px;
}
.ecc__slide {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .ecc__slide {
    visibility: visible;
  }
  .ecc__slide .splide__track {
    overflow: visible;
  }
  .ecc__slide .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .ecc__slide .splide__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    width: 300px;
  }
  .ecc__slide .splide__slide img {
    border-bottom: 8px solid #111111;
    border-radius: 0 0 10px 10px;
  }
  .ecc__slide .splide__slide h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
  }
  .ecc__slide .splide__slide div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    height: 100%;
    margin: -10px auto 0;
    background: #fff;
    border: 2px solid #111111;
    border-radius: 0 0 20px 20px;
  }
  .ecc__slide .splide__slide p {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: justify;
    padding: 10px 15px 15px;
  }
}
.ecc-catch {
  background: #fff;
  margin: 60px 0 0;
  padding: 55px 0 0;
  border-top: 2px solid #111;
}
.ecc-catch__title {
  width: 800px;
  margin: 0 auto;
}
.ecc-catch__logo {
  width: 100%;
  height: 86px;
  margin-top: 25px;
  background-image: url(../img/ecc_logos.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 1801px 86px;
  will-change: background-position;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: animate-logos 25s linear infinite;
          animation: animate-logos 25s linear infinite;
}
.ecc-interview {
  position: relative;
  padding-top: 40px;
}
.ecc-interview:nth-of-type(n+2) {
  margin-top: 30px;
}
.ecc-interview__person {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
}
.ecc-interview__person figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.ecc-interview__person span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #111;
  padding: 0.2em 0.5em;
}
.ecc-interview__comment {
  width: 800px;
  background: #fff;
  margin: 0 0 0 auto;
  padding: 25px 25px 25px 200px;
  border: 2px solid #111;
  border-radius: 10px;
}
.ecc-interview__comment h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
.ecc-interview__note {
  font-size: 1.4rem;
  margin-top: 1em;
  text-align: right;
}

@-webkit-keyframes animate-logos {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1801px 0;
  }
}

@keyframes animate-logos {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1801px 0;
  }
}
@media screen and (max-width: 768px) {
  .shinro {
    overflow: hidden;
    padding: 95px 0;
  }
  .shinro__title {
    width: 222px;
    margin: 0 auto;
  }
  .shinro__catch {
    width: 176px;
    margin: 35px auto -10px;
  }
  .shinro__slide {
    width: 230px;
    margin: 0 auto;
  }
  .shinro__slide .splide__track {
    overflow: visible;
  }
  .shinro__slide .splide__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border: 2px solid #111111;
    border-radius: 10px;
    width: 300px;
  }
  .shinro__slide .splide__slide img {
    position: relative;
    top: -25px;
    margin-bottom: -25px;
  }
  .shinro__slide .splide__slide h3 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
  }
  .shinro__slide .splide__slide span {
    background: #ffff00;
  }
  .shinro__slide .splide__slide p {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .shinro-hikaku__title {
    width: 275px;
    margin: 110px auto 0;
  }
  .shinro-hikaku__lead {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.75;
    text-align: center;
    margin-top: 10px;
  }
  .shinro-hikaku__select {
    position: relative;
    margin-top: 40px;
  }
  .shinro-hikaku__select:nth-of-type(n+2) {
    margin-top: 60px;
  }
  .shinro-hikaku__select h3 {
    width: 225px;
    margin: 0 auto -45px;
  }
  .shinro-hikaku__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 0 calc(-5vw - 12px);
    z-index: 1;
  }
  .shinro-hikaku__box {
    border-radius: 10px;
  }
  .shinro-hikaku__box h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 2.6em;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
  }
  .shinro-hikaku__box--left {
    padding: 15px 10px 15px 20px;
  }
  .shinro-hikaku__box--right {
    padding: 15px 20px 15px 10px;
  }
  .shinro-hikaku__content {
    width: calc(100vw - 10px);
    left: 13px;
    padding: 0 5vw;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE, Edge旧 */
    scrollbar-width: none;
    /* Firefox */
  }
  .shinro-hikaku__content::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }
  .shinro-hikaku__content img {
    max-width: none;
  }
  .shinro-hikaku__content--01 img {
    width: 580px;
  }
  .shinro-hikaku__content--02 img {
    width: 740px;
  }
  .shinro-hikaku__content--03, .shinro-hikaku__content--04 {
    overflow: none;
    padding: 0;
  }
  .shinro-hikaku__content--03 img, .shinro-hikaku__content--04 img {
    width: 100%;
  }
  .shinro-hikaku__body {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.75;
  }
  .shinro-hikaku__body--01 {
    margin-top: 215px;
  }
  .shinro-hikaku__body--02 {
    margin-top: 280px;
  }
  .shinro-hikaku__body--03 {
    margin-top: 85px;
  }
  .shinro-hikaku__body--04 {
    margin-top: 130px;
  }
  .shinro-hikaku__balloon {
    position: absolute;
    width: 130px;
    top: -45px;
    right: -30px;
    z-index: 4;
  }
  .links {
    overflow: hidden;
    background: #fff;
    padding: 55px 0;
  }
  .links__title {
    width: 100%;
    margin: 0 auto;
  }
  .links__title--2nd {
    width: 345px;
    margin-bottom: 20px;
  }
  .links__button {
    width: 340px;
    height: 50px;
    font-size: 1.7rem;
    margin: 10px auto 0;
  }
  .ecc {
    overflow: hidden;
    padding-top: 0;
  }
  .ecc__balloon {
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto 40px;
    padding: 1em;
    border-radius: 0;
  }
  .ecc__list {
    width: 94%;
    margin: 0 auto;
  }
  .ecc__list li {
    font-size: 1.3rem;
    padding: 0.6em;
    border-radius: 10px;
  }
  .ecc__title {
    margin: 60px auto 30px;
  }
  .ecc__title--01 {
    width: 345px;
  }
  .ecc__title--02 {
    width: 225px;
  }
  .ecc__title--04 {
    width: 301px;
  }
  .ecc__lead {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .ecc__wrap {
    width: 100%;
  }
  .ecc__graph {
    display: block;
    width: 303px;
    margin: 25px auto 0;
    padding-bottom: 55px;
  }
  .ecc__slide {
    width: 240px;
    margin: 0 auto;
  }
  .ecc__slide .splide__track {
    overflow: visible;
  }
  .ecc__slide .splide__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    width: 300px;
  }
  .ecc__slide .splide__slide img {
    border-bottom: 8px solid #111111;
    border-radius: 0 0 10px 10px;
  }
  .ecc__slide .splide__slide h3 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
  }
  .ecc__slide .splide__slide div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 96%;
    height: 100%;
    margin: -10px auto 0;
    background: #fff;
    border: 2px solid #111111;
    border-radius: 0 0 10px 10px;
  }
  .ecc__slide .splide__slide p {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: justify;
    padding: 10px 15px 15px;
  }
  .ecc-catch {
    background: #fff;
    margin: 60px 0 0;
    padding: 55px 0 0;
    border-top: 2px solid #111;
  }
  .ecc-catch__title {
    width: 256px;
    margin: 0 auto;
  }
  .ecc-catch__logo {
    width: 100%;
    height: 86px;
    margin-top: 25px;
    background-image: url(../img/ecc_logos.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 1801px 86px;
    will-change: background-position;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: animate-logos 25s linear infinite;
            animation: animate-logos 25s linear infinite;
  }
  .ecc-interview {
    width: 96%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .ecc-interview:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .ecc-interview__person {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .ecc-interview__person img {
    width: 250px;
  }
  .ecc-interview__person figcaption {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .ecc-interview__comment {
    width: 96%;
    margin: -60px auto 0;
    text-align: justify;
    padding: 80px 15px 15px;
    border: 2px solid #111;
    border-radius: 10px;
  }
  .ecc-interview__comment h3 {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .ecc-interview__note {
    font-size: 0.8rem;
    margin-top: 1em;
    text-align: right;
  }
}