@charset "UTF-8";
/* =============================================
 リセット
============================================= */
ul[class], ol[class] {
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #fff;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

a {
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  border: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  width: revert-layer;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  text-align: left;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

blockquote {
  margin: 0;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

em {
  font-style: normal;
}

/* =============================================
 setting
============================================= */
.txt-italic {
  display: block;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

a.txt_link:link, a.txt_link:visited {
  color: #cccccc;
  text-decoration: underline;
}
a.txt_link:link:hover, a.txt_link:visited:hover {
  text-decoration: none;
}

a.txtBt_link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: inline-block;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial;
  font-weight: normal;
  font-style: normal;
  color: #323232;
}

/* outter width-100% */
.wrapper {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* out-max-width-1000px */
.wrap-out {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 1180px) {
  .wrap-out {
    padding: 0%;
  }
}
.wrap-out.wrap-out_min {
  max-width: 800px;
}
/* in-width-90% */
.wrap-inn {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 680px) {
  .wrap-inn {
    padding: 6.5%;
  }
}
@media screen and (min-width: 1180px) {
  .wrap-inn {
    padding: 70px;
  }
}

/* =============================================
 setting
============================================= */
.txt-italic {
  display: block;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

a.txt_link:link, a.txt_link:visited {
  color: #cccccc;
  text-decoration: underline;
}
a.txt_link:link:hover, a.txt_link:visited:hover {
  text-decoration: none;
}

a.txtBt_link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: inline-block;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial;
  font-weight: normal;
  font-style: normal;
  color: #323232;
}

/* outter width-100% */
.wrapper {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* out-max-width-1000px */
.wrap-out {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 1180px) {
  .wrap-out {
    padding: 0%;
  }
}
.wrap-out.wrap-out_min {
  max-width: 800px;
}
/* in-width-90% */
.wrap-inn {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 680px) {
  .wrap-inn {
    padding: 6.5%;
  }
}
@media screen and (min-width: 1180px) {
  .wrap-inn {
    padding: 70px;
  }
}

.inner {
  padding: 0;
}

/* =============================================
 main
============================================= */
@media screen and (min-width: 768px) {
  main {
    font-size: 1.6rem;
    padding: 40px 40px 40px 0;
  }
}
@media screen and (min-width: 1180px) {
  main {
    padding: 40px 0;
  }
}

.special_h2 {
  font-family: "Alata", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  color: #00abeb;
  margin: 20px 0;
}
.special_h2 em {
  display: block;
  font-size: 1.3rem;
  margin-top: 5px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .special_h2 {
    font-size: 7rem;
    margin: 50px 0 30px;
  }
  .special_h2 em {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.interview {
  margin-bottom: 50px;
}
.interview_photo {
  width: 100%;
  margin: 0 auto 20px;
  padding: 10% 13% 0;
  position: relative;
  text-align: center;
  background: url(../img/img_dec.webp) 0 0 no-repeat transparent;
  background-size: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.interview_photo img {
  position: relative;
  z-index: 80;
  width: 100%;
  max-width: 450px;
}
.interview_base {
  background: url(../img/comment_bg.webp) 0 0 repeat #f7f7f7;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.interview_base::before {
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-top: solid 50px #fff;
  border-right: solid 50px transparent;
  z-index: 2;
}
.interview_base dl {
  position: relative;
}
.interview_base dl::after {
  content: "";
  background: url(../img/img_dec.webp) 0 0 no-repeat transparent;
  width: 200px;
  height: 155px;
  position: absolute;
  z-index: 10;
  top: -90px;
  right: -30px;
}
.interview_base dt {
  color: #00abeb;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 10px;
}
.interview_base dt:first-child {
  margin-top: 0;
}
.interview_base dd > p {
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
.interview_base dd > p:last-child {
  margin-bottom: 0;
}
.interview_base .interview_deco_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .interview {
    margin-bottom: 80px;
    position: relative;
    text-align: left;
  }
  .interview .interview_photo_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    max-width: 310px;
    z-index: 1000;
  }
  .interview_photo {
    margin: 0;
    padding: 20% 0 0;
    background: url(../img/img_dec.webp) 0 0 no-repeat transparent;
    background-size: 200px;
    background-size: 73%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .interview_base {
    width: 81%;
    max-width: 760px;
    margin: 0 0 0 auto;
    padding: 40px 30px 40px 16vw;
  }
  .interview_base dl::after {
    top: -90px;
    background: url(../img/img_dec.webp) right 0 no-repeat transparent;
    background-size: 17vw;
  }
  .interview_base dt {
    font-size: 2.4rem;
  }
  .interview_base dd > p {
    line-height: 2.8rem;
  }
  .interview_base .interview_deco_pc {
    display: block;
    position: absolute;
    bottom: -90px;
    left: -21vw;
    width: 18vw;
  }
  .interview_base .interview_deco_pc._asaji {
    left: auto;
    right: -25vw;
  }
  .interview:nth-child(even) .interview_photo_wrap {
    left: auto;
    right: 0;
  }
  .interview:nth-child(even) .interview_base {
    margin: 0;
    padding: 40px 14.5vw 40px 30px;
  }
  .interview:nth-child(even) .interview_base dl::after {
    right: -15vw;
  }
  .interview:nth-child(even) .interview_photo {
    background: none;
    padding: 35% 0 0;
  }
}
@media screen and (min-width: 1180px) {
  .interview {
    margin-bottom: 100px;
  }
  .interview_photo {
    margin: -10px 0 0;
    padding: 60px 0 0;
  }
  .interview_base {
    padding: 50px 50px 50px 180px;
  }
  .interview_base::before {
    border-top: solid 100px #fff;
    border-right: solid 100px transparent;
    z-index: 2;
  }
  .interview_base dl::after {
    top: -90px;
    background: url(../img/img_dec.webp) right 0 no-repeat transparent;
    background-size: auto;
    top: -120px;
  }
  .interview_base dt {
    font-size: 2.6rem;
  }
  .interview .interview_deco_pc {
    position: absolute;
    bottom: -100px;
    left: -250px;
    width: auto;
  }
  .interview .interview_deco_pc._asaji {
    right: -320px;
  }
  .interview:nth-child(even) .interview_base {
    margin: 0;
    padding: 50px 150px 50px 80px;
  }
  .interview:nth-child(even) .interview_base dl::after {
    right: -160px;
  }
}

.history h1 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px 0 3px 10px;
  margin-bottom: 20px;
  border-left: 5px solid #00abeb;
}
.history p {
  margin-bottom: 20px;
  line-height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .history p {
    line-height: 2.8rem;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .history p {
    padding-right: 0;
  }
}

/* =============================================
 footer
============================================= */
#footCont #homeSponsorship .sponsor {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */